Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
35         Log: Upgrade to podlators 1.11, from Russ Allbery.
36      Branch: perl
37            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
38            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
39            ! pod/pod2man.PL pod/pod2text.PL
40 ____________________________________________________________________________
41 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
42         Log: Integrate perlio change #12532:
43              introduce and use PerlIO_intmod2str().
44      Branch: perl
45           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
46 ____________________________________________________________________________
47 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
48         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
49      Branch: perl
50            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
51 ____________________________________________________________________________
52 [ 12532] By: nick                                  on 2001/10/20  14:25:37
53         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
54              Use for non-PERLIO fdupopen().
55      Branch: perlio
56            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
57 ____________________________________________________________________________
58 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
59         Log: Integrate perlio: PerlIO win32 fixes.
60      Branch: perl
61           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
62           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
63           !> proto.h sv.h win32/win32io.c
64 ____________________________________________________________________________
65 [ 12530] By: nick                                  on 2001/10/20  12:53:30
66         Log: Fixed in two places - p4 resolve
67      Branch: perlio
68            ! perlsdio.h
69 ____________________________________________________________________________
70 [ 12529] By: nick                                  on 2001/10/20  12:51:05
71         Log: Fix for ithreads/stdio build
72      Branch: perlio
73            ! perlio.c perlsdio.h
74 ____________________________________________________________________________
75 [ 12528] By: ams                                   on 2001/10/20  12:13:25
76         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
77              From: Michael G Schwern <schwern@pobox.com>
78              Date: Sat, 20 Oct 2001 01:41:21 -0400
79              Message-Id: <20011020014121.I3681@blackrider>
80      Branch: perl
81            ! installman
82 ____________________________________________________________________________
83 [ 12527] By: ams                                   on 2001/10/20  12:09:41
84         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
85              From: Michael G Schwern <schwern@pobox.com>
86              Date: Sat, 20 Oct 2001 02:04:21 -0400
87              Message-Id: <20011020020421.A11732@blackrider>
88      Branch: perl
89            ! lib/Pod/Checker.pm
90 ____________________________________________________________________________
91 [ 12526] By: ams                                   on 2001/10/20  11:59:41
92         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
93              From: "chromatic" <chromatic@rmci.net>
94              Date: Fri, 19 Oct 2001 22:46:39 -0600
95              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
96      Branch: perl
97            ! lib/Net/Config.pm
98 ____________________________________________________________________________
99 [ 12525] By: nick                                  on 2001/10/20  11:16:18
100         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
101              Perl_sv_setsv_flags directly.
102      Branch: perlio
103            ! ext/threads/threads.xs
104 ____________________________________________________________________________
105 [ 12524] By: nick                                  on 2001/10/20  10:28:17
106         Log: Add a new flag character 'm' to embed.pl set to represent
107              "functions" which are really macros. Use it foe the troublesome
108              sv_setsv() etc. macros in sv.h - changing latter to define
109              sv_setsv rather than sv_setsv_macro etc.
110      Branch: perlio
111            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
112            ! pod/perlapi.pod proto.h sv.h
113 ____________________________________________________________________________
114 [ 12523] By: nick                                  on 2001/10/20  09:17:17
115         Log: Add comments explaining why win32.h/embed.h are included where they are
116              in perl.h 
117      Branch: perlio
118            ! perl.h
119 ____________________________________________________________________________
120 [ 12522] By: nick                                  on 2001/10/20  08:27:44
121         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
122              being used yet.
123      Branch: perlio
124            ! win32/win32io.c
125 ____________________________________________________________________________
126 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
127         Log: Wording tweaks.
128      Branch: perl
129            ! t/TEST
130 ____________________________________________________________________________
131 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
132         Log: Subject: IO module with nonblocking socket connect patch 
133              From: Raul Dias <raul@dias.com.br>
134              Date: Fri, 19 Oct 2001 22:45:32 -0300
135              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
136      Branch: perl
137            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
138 ____________________________________________________________________________
139 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
140         Log: Test vertical whitespace combined with /x in \p{}.
141      Branch: perl
142            ! t/op/pat.t
143 ____________________________________________________________________________
144 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
145         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
146              From: Gisle Aas <gisle@ActiveState.com> 
147              Date: 19 Oct 2001 16:46:02 -0700
148              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
149      Branch: perl
150            ! lib/ExtUtils/MakeMaker.pm
151 ____________________________________________________________________________
152 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
153         Log: No more this symbol.
154      Branch: perl
155            ! makedef.pl
156 ____________________________________________________________________________
157 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
158         Log: Integrate change #12511; fix gross win32 build issues.
159      Branch: perl
160           !> makedef.pl sv.c
161 ____________________________________________________________________________
162 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
163         Log: Unpack in scalar context should return the first value
164              returned in list context, as pointed out by Ton Hospel
165              in 2001-05-21 (this is how it works already in blead,
166              just adding the test).
167      Branch: perl
168            ! t/op/pack.t
169 ____________________________________________________________________________
170 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
171         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
172              From: "Craig A. Berry" <craigberry@mac.com>
173              Date: Fri, 19 Oct 2001 16:59:30 -0500
174              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
175      Branch: perl
176            ! utils/perldoc.PL
177 ____________________________________________________________________________
178 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
179         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
181              Date: Fri, 19 Oct 2001 17:45:23 EDT
182              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
183      Branch: perl
184            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
185            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
186            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
187            ! vms/vmsish.h
188 ____________________________________________________________________________
189 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
190         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
191              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
192              Date: Fri, 19 Oct 2001 17:26:35 EDT
193              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
194      Branch: perl
195            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
196 ____________________________________________________________________________
197 [ 12511] By: nick                                  on 2001/10/19  19:55:36
198         Log: Fix gross win32 build issues
199      Branch: perlio
200            ! makedef.pl sv.c
201 ____________________________________________________________________________
202 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
203         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
204              From: David Dyck <dcd@tc.fluke.com>
205              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
206              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
207      Branch: perl
208            ! lib/File/Find.pm
209 ____________________________________________________________________________
210 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
211         Log: Subject: Re: PerlIO and Encode
212              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
213              Date: Tue, 16 Oct 2001 01:50:16 +0900
214              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
215      Branch: perl
216            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
217            ! ext/Encode/Encode/Tcl.t
218 ____________________________________________________________________________
219 [ 12508] By: ams                                   on 2001/10/19  17:59:16
220         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
221              (See #12499)
222      Branch: perl
223            ! pod/perlintro.pod
224 ____________________________________________________________________________
225 [ 12507] By: nick                                  on 2001/10/19  16:30:43
226         Log: Integrate mainline
227      Branch: perlio
228           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
229           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
230           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
231           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
232           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
233           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
234           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
235           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
236           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
237           +> win32/config_H.win64
238            - lib/Test/Utils.pm lib/unicore/mktables.PL
239            - t/lib/Test/Simple/Catch/More.pm
240           !> (integrate 84 files)
241 ____________________________________________________________________________
242 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
243         Log: Retract the #10451 which seems to be the cause
244              of the major leakage from while(){eval"sub{}"}
245      Branch: perl
246            ! op.c t/run/kill_perl.t
247 ____________________________________________________________________________
248 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
249         Log: Regen toc.
250      Branch: perl
251            ! pod/perltoc.pod
252 ____________________________________________________________________________
253 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
254         Log: Tiny tweaks.
255      Branch: perl
256            ! pod/perl.pod
257 ____________________________________________________________________________
258 [ 12503] By: ams                                   on 2001/10/19  13:34:24
259         Log: Subject: Re: perlintro.pod
260              From: Abe Timmerman <abe@ztreet.demon.nl>
261              Date: Fri, 19 Oct 2001 14:12:40 +0200
262              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
263      Branch: perl
264            ! pod/perlintro.pod
265 ____________________________________________________________________________
266 [ 12502] By: ams                                   on 2001/10/19  13:24:12
267         Log: Slight reorganisation of references.
268      Branch: perl
269            ! pod/perl.pod
270 ____________________________________________________________________________
271 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
272         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
273              From: Kay Röpke <kroepke@dolphin-services.de>
274              Date: Fri, 19 Oct 2001 14:04:01 +0200 
275              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
276      Branch: perl
277            ! lib/ExtUtils/MakeMaker.pm
278 ____________________________________________________________________________
279 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
280         Log: Unicode categories continue:
281              implement Category=, Script=, Block=
282              (these are based on an upcoming update of TR#18)
283              Fix a bug where we got two In categories named "old italic",
284              and another where shortcut for the Is categories wasn't taken.
285      Branch: perl
286            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
287            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
288            ! pod/perlunicode.pod t/op/pat.t
289 ____________________________________________________________________________
290 [ 12499] By: ams                                   on 2001/10/19  01:42:29
291         Log: Subject: a small patch to perlintro.pod.
292              From: Autrijus Tang <autrijus@autrijus.org>
293              Date: Fri, 19 Oct 2001 01:45:51 +0800
294              Message-Id: <20011019014551.A35625@not.autrijus.org>
295              (Applied by hand with nits.)
296      Branch: perl
297            ! pod/perlintro.pod
298 ____________________________________________________________________________
299 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
300         Log: Subject: [PATCH] OpenBSD hints for ithreads
301              From: Andy Dougherty <doughera@lafayette.edu>
302              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
303              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
304      Branch: perl
305            ! hints/openbsd.sh
306 ____________________________________________________________________________
307 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
308         Log: Retract #12446; the problem solved by #12474.
309      Branch: perl
310            ! hints/aix.sh
311 ____________________________________________________________________________
312 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
313         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
314              message and suppress line number info (from Steve Hay
315              <Steve.Hay@uk.radan.com>)
316      Branch: maint-5.6/perl
317            ! lib/Carp/Heavy.pm
318 ____________________________________________________________________________
319 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
320         Log: More documented In categories.
321      Branch: perl
322            ! pod/perlunicode.pod
323 ____________________________________________________________________________
324 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
325         Log: Update Changes.
326      Branch: perl
327            ! Changes patchlevel.h
328 ____________________________________________________________________________
329 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
330         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
331      Branch: perl
332            ! MANIFEST
333 ____________________________________________________________________________
334 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
335         Log: Wrong skip() arguments.
336      Branch: perl
337            ! ext/B/t/terse.t
338 ____________________________________________________________________________
339 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
340         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
341              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
342              Date: Wed, 17 Oct 2001 09:10:53 EDT 
343              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
344      Branch: perl
345            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
346            ! pod/perlapi.pod vms/vms.c
347 ____________________________________________________________________________
348 [ 12490] By: ams                                   on 2001/10/18  09:31:00
349         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
350              From: Mark-Jason Dominus <mjd@plover.com>
351              Date: Thu, 18 Oct 2001 06:25:35 -0400
352              Message-Id: <20011018102535.19264.qmail@plover.com>
353      Branch: perl
354            ! pod/perl.pod
355 ____________________________________________________________________________
356 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
357         Log: Prettyprinting.
358      Branch: perl
359            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
360 ____________________________________________________________________________
361 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
362         Log: Regen toc.
363      Branch: perl
364            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
365 ____________________________________________________________________________
366 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
367         Log: Add perlintro, from Skud.
368      Branch: perl
369            + pod/perlintro.pod
370            ! MANIFEST
371 ____________________________________________________________________________
372 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
373         Log: FAQ sync.
374      Branch: perl
375            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
376            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
377            ! pod/perlfaq8.pod pod/perlfaq9.pod
378 ____________________________________________________________________________
379 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
380         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
381              in speed (upto 20% speedup in certain operations) but meanwhile
382              regexps and arithmetics got slower (5-10%) (according to
383              perlbench average speedup is negligible, and within measuring
384              flutter, 1%).  Therefore retracting all the changes
385              aimed at getting -std1 to compile cleanly:  #12475, #12476,
386              #12479, #12480, #12481, #12482, #12483, #12484.
387      Branch: perl
388            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
389            ! pp_hot.c pp_sys.c toke.c
390 ____________________________________________________________________________
391 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
392         Log: (retracted by #12485)
393              Strict ANSI doesn't like the third argument of main()
394              so enable ignoring it if using ultra picky compiler.
395      Branch: perl
396            ! miniperlmain.c
397 ____________________________________________________________________________
398 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
399         Log: (retracted by #12485)
400              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
401      Branch: perl
402            ! perl.h
403 ____________________________________________________________________________
404 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
405         Log: (retracted by #12485)
406              Add explanatory comment.
407      Branch: perl
408            ! mg.c
409 ____________________________________________________________________________
410 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
411         Log: (retracted by #12485)
412              More dollar$hiding.
413      Branch: perl
414            ! doio.c perl.h pp_sys.c
415 ____________________________________________________________________________
416 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
417         Log: (retracted by #12485)
418              KISS.
419      Branch: perl
420            ! mg.c
421 ____________________________________________________________________________
422 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
423         Log: (retracted by #12485)
424              Thou shalt not #ifdef inside macro invocations,
425              noticed by Rafael Garcia-Suarez.
426      Branch: perl
427            ! mg.c
428 ____________________________________________________________________________
429 [ 12478] By: ams                                   on 2001/10/17  18:50:55
430         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
431              From: Anton Berezin <tobez@tobez.org>
432              Date: Wed, 17 Oct 2001 18:25:48 +0200
433              Message-Id: <20011017182548.A12082@heechee.tobez.org>
434      Branch: perl
435            ! pp_sys.c
436 ____________________________________________________________________________
437 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
438         Log: (retracted by #12485)
439              Unterminated #ifdef.
440      Branch: perl
441            ! mg.c
442 ____________________________________________________________________________
443 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
444         Log: (retracted by #12485)
445              Avoid dollar signs in identifiers (in non-VMS) to
446              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
447      Branch: perl
448            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
449            ! toke.c
450 ____________________________________________________________________________
451 [ 12474] By: ams                                   on 2001/10/17  15:14:50
452         Log: Subject: Two AIX patches
453              From: H.Merijn Brand <h.m.brand@hccnet.nl>
454              Date: Wed, 17 Oct 2001 18:04:35 +0200
455              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
456      Branch: perl
457            ! hints/aix.sh makedef.pl
458 ____________________________________________________________________________
459 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
460         Log: Limiting the Time::HiRes::sleep and usleep to
461              one second is not a good policy if drop-in
462              replacement is still a goal.
463      Branch: perl
464            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
465            ! ext/Time/HiRes/HiRes.xs
466 ____________________________________________________________________________
467 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
468         Log: Subject: [PATCH] Test::Simple 0.32
469              From: Michael G Schwern <schwern@pobox.com> 
470              Date: Wed, 17 Oct 2001 03:42:41 -0400
471              Message-ID: <20011017034241.A25038@blackrider>
472      Branch: perl
473            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
474            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
475            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
476            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
477            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
478            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
479            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
480            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
481            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
482            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
483            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
484            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
485            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
486            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
487            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
488            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
489            ! t/lib/Test/Simple/Catch.pm
490            ! t/lib/Test/Simple/sample_tests/five_fail.plx
491 ____________________________________________________________________________
492 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
493         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
494              From: Michael G Schwern <schwern@pobox.com> 
495              Date: Wed, 17 Oct 2001 04:04:13 -0400
496              Message-ID: <20011017040413.C25550@blackrider>
497      Branch: perl
498            ! t/TEST t/harness vms/test.com
499 ____________________________________________________________________________
500 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
501         Log: Regen doc with perlmodstyle added.
502      Branch: perl
503            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
504 ____________________________________________________________________________
505 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
506         Log: Pod cleanup.
507      Branch: perl
508            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
509 ____________________________________________________________________________
510 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
511         Log: Subject: perlmodstyle as a patch
512              From: Kirrily Robert <skud@infotrope.net>
513              Date: Tue, 16 Oct 2001 22:47:23 -0400
514              Message-ID: <20011016224723.A20673@infotrope.net>
515      Branch: perl
516            + pod/perlmodstyle.pod
517            ! MANIFEST
518 ____________________________________________________________________________
519 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
520         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
521              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
522              Date: Thu, 6 Sep 2001 11:09:40 +0100
523              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
524              
525              Mention also the develooper p5p archive.
526      Branch: perl
527            ! pod/perlhack.pod
528 ____________________________________________________________________________
529 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
530         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
531              From: Kay Röpke <kroepke@dolphin-services.de>
532              Date: Tue, 16 Oct 2001 17:23:52 +0200
533              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
534      Branch: perl
535            ! lib/ExtUtils/MakeMaker.pm
536 ____________________________________________________________________________
537 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
538         Log: Add the special casing mappings (from SpecCase.txt)
539              (except for the hyper special case mappings that have
540              the condition list); the special casing mappings are
541              unused for now.  Small tidying up on mktables.
542      Branch: perl
543            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
544            + lib/unicore/To/SpecUpper.pl
545            ! lib/unicore/mktables
546 ____________________________________________________________________________
547 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
548         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
549              From: "David H. Adler" <dha@panix.com>       
550              Date: Tue, 16 Oct 2001 11:59:35 -0400
551              Message-ID: <20011016115935.A13078@panix.com>
552              
553              Subject: [ PATCH ] perldata patch, revised
554              From: "David H. Adler" <dha@panix.com>     
555              Date: Tue, 16 Oct 2001 18:26:49 -0400
556              Message-ID: <20011016182649.C23970@panix.com>
557      Branch: perl
558            ! pod/perldata.pod pod/perlop.pod
559 ____________________________________________________________________________
560 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
561         Log: Integrate perlio: PerlIO_dup (for all but Win32).
562      Branch: perl
563           !> embed.h embed.pl ext/Encode/Encode.xs
564           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
565           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
566           !> win32/win32io.c
567 ____________________________________________________________________________
568 [ 12462] By: nick                                  on 2001/10/16  19:11:30
569         Log: PerlIOXxxx_dups for all but Win32
570      Branch: perlio
571            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
572            ! ext/PerlIO/Via/Via.xs
573 ____________________________________________________________________________
574 [ 12461] By: nick                                  on 2001/10/16  18:28:48
575         Log: Implement PerlIOStdio_dup (explains core dumps - dup
576              was not setting up a FILE * to be fclosed()).
577      Branch: perlio
578            ! perlio.c
579 ____________________________________________________________________________
580 [ 12460] By: nick                                  on 2001/10/16  17:31:47
581         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
582              overflow.
583      Branch: perlio
584            ! perlio.c
585 ____________________________________________________________________________
586 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
587         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
588              From: "Craig A. Berry" <craigberry@mac.com>
589              Date: Tue, 16 Oct 2001 13:08:38 -0500
590              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
591      Branch: perl
592            ! configure.com
593 ____________________________________________________________________________
594 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
595         Log: Can't expect too much accuracy from a sleep of one second.
596              (I think this will also fail with high load.)
597      Branch: perl
598            ! ext/Time/HiRes/HiRes.t
599 ____________________________________________________________________________
600 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
601         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
602              From: "Werner, Randolf" <randolf.werner@sap.com>
603              Date: Tue, 16 Oct 2001 18:33:02 +0200
604              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
605      Branch: perl
606            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
607            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
608 ____________________________________________________________________________
609 [ 12456] By: nick                                  on 2001/10/16  14:08:16
610         Log: Builds under ithreads (but fails all threads tests)
611      Branch: perlio
612            ! hv.c perlio.c sv.c
613 ____________________________________________________________________________
614 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
615         Log: I think the Perl_sortsv needs *not* be skipped?
616      Branch: perl
617            ! makedef.pl
618 ____________________________________________________________________________
619 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
620         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
621              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
622              Date: Tue, 16 Oct 2001 15:32:44 +0200
623              Message-ID: <3BCC531C.11494.3E433F@localhost>
624      Branch: perl
625            ! t/op/groups.t
626 ____________________________________________________________________________
627 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
628         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
629              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
630              Date: Tue, 16 Oct 2001 15:01:04 +0200
631              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
632      Branch: perl
633            ! t/io/fs.t
634 ____________________________________________________________________________
635 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
636         Log: A forgotten deletion.
637      Branch: perl
638            - lib/unicore/mktables.PL
639 ____________________________________________________________________________
640 [ 12451] By: nick                                  on 2001/10/16  11:32:48
641         Log: Skeleton of "PerlIO_dup" coded.
642              Still-passes all tests non-threaded (well it would wouldn't it!)
643      Branch: perlio
644            ! embed.h embed.pl ext/Encode/Encode.xs
645            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
646            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
647            ! win32/win32io.c
648 ____________________________________________________________________________
649 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
650         Log: Document the problem with the swash_fetch() API that affects
651              more complex case conversions.
652      Branch: perl
653            ! lib/utf8_heavy.pl utf8.c
654 ____________________________________________________________________________
655 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
656         Log: Make Time::HiRes::sleep() and usleep() to return
657              the number of seconds (a floating point value) and 
658              microseconds (an integer) actually slept (well,
659              modulo the time spent in measuring the time actually
660              slept...), to be a better drop-in replacement for
661              the builtin sleep().  Noticed by Chris Nandor.
662              
663              Also make usleep() to croak if fed illegal number
664              of useconds (anything greater than 1_000_000).
665      Branch: perl
666            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
667            ! ext/Time/HiRes/HiRes.xs
668 ____________________________________________________________________________
669 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
670         Log: A missing SvREFCNT_dec.
671      Branch: perl
672            ! perl.c
673 ____________________________________________________________________________
674 [ 12447] By: nick                                  on 2001/10/15  20:27:53
675         Log: Beginings of PerlIO_dup support (unstable)
676      Branch: perlio
677            ! perlio.c perliol.h
678 ____________________________________________________________________________
679 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
680         Log: In AIX vac 5 just can't seem to get regcomp right.
681      Branch: perl
682            ! hints/aix.sh
683 ____________________________________________________________________________
684 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
685         Log: Bump the version number to agree with the maintperl one.
686      Branch: perl
687            ! lib/Tie/RefHash.pm
688 ____________________________________________________________________________
689 [ 12444] By: nick                                  on 2001/10/15  15:59:57
690         Log: Integrate mainline
691      Branch: perlio
692           +> lib/Math/BigInt/t/Math/Subclass.pm
693           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
694           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
695           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
696           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
697           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
698           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
699           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
700           +> lib/unicore/mktables
701            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
702            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
703            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
704            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
705            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
706            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
707            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
708            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
709            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
710            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
711            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
712            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
713            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
714            - lib/unicore/syllables.txt
715           !> (integrate 344 files)
716 ____________________________________________________________________________
717 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
718         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
719      Branch: perl
720            ! ext/DB_File/DB_File.xs
721 ____________________________________________________________________________
722 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
723         Log: Sync the skip() amounts with the number of tests.
724      Branch: perl
725            ! lib/Term/Complete.t
726 ____________________________________________________________________________
727 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
728         Log: Update Changes.
729      Branch: perl
730            ! Changes patchlevel.h
731 ____________________________________________________________________________
732 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
733         Log: MacOS Classic catdir() rewrite from Thomas Wegner
734              (backward incompatibility, but a deliberate one,
735              the old version simply is broken in its logic),
736              also documentation updates, and as suggested replicated
737              the File::Spec::Unix documentation updates also on the
738              File::Spec documentation.
739              
740              TODO: there seems to be duplication of documentation
741              between File::Spec and File::Spec::Unix.  I think
742              the ::Unix should be left only with specific UNIXisms,
743              and all the generic documentation should be in ::Spec.
744      Branch: perl
745            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
746            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
747            ! lib/File/Spec/Unix.pm
748 ____________________________________________________________________________
749 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
750         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
751              From: Blair Zajac <blair@orcaware.com>
752              Date: Mon, 24 Sep 2001 11:48:58 -0700
753              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
754              
755              (the skip() messages)
756      Branch: perl
757            ! t/op/magic.t
758 ____________________________________________________________________________
759 [ 12438] By: ams                                   on 2001/10/14  23:43:59
760         Log: Subject: [PATCH] make PerlIO default on VMS
761              From: "Craig A. Berry" <craigberry@mac.com>
762              Date: Sun, 14 Oct 2001 15:27:18 -0500
763              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
764      Branch: perl
765            ! configure.com
766 ____________________________________________________________________________
767 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
768         Log: Retract #12436 (Abhijit already did this at #12426)
769      Branch: perl
770            ! lib/ExtUtils/MM_Unix.pm
771 ____________________________________________________________________________
772 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
773         Log: (retracted by #12437)
774              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
775              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
776              Date: Sat, 13 Oct 2001 20:33:55 +0200
777              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
778      Branch: perl
779            ! lib/ExtUtils/MM_Unix.pm
780 ____________________________________________________________________________
781 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
782         Log: Subject: h2xs grammar nit
783              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
784              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
785              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
786      Branch: perl
787            ! utils/h2xs.PL
788 ____________________________________________________________________________
789 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
790         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
791              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
792              Date: Sun, 14 Oct 2001 11:25:08 +0100
793              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
794      Branch: perl
795            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
796            ! warnings.pl
797 ____________________________________________________________________________
798 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
799         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
800              for File::Spec::Mac::catfile)
801      Branch: perl
802            ! lib/h2xs.t
803 ____________________________________________________________________________
804 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
805         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
806              From: Nicholas Clark <nick@ccl4.org>
807              Date: Sat, 13 Oct 2001 00:07:31 +0100
808              Message-ID: <20011013000731.D67535@plum.flirble.org>
809      Branch: perl
810            ! lib/h2xs.t utils/h2xs.PL
811 ____________________________________________________________________________
812 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
813         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
814              before DEFINE and INC), and repent by taking DEFINE and
815              INC away from PASTHRU.
816      Branch: perl
817            ! lib/ExtUtils/MM_Unix.pm
818 ____________________________________________________________________________
819 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
820         Log: More MANIFEST anomalies.
821      Branch: perl
822            ! MANIFEST
823 ____________________________________________________________________________
824 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
825         Log: Not that many.
826      Branch: perl
827            ! MANIFEST
828 ____________________________________________________________________________
829 [ 12428] By: sky                                   on 2001/10/13  20:59:27
830         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
831              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
832              Date: Sat, 13 Oct 2001 23:15:55 +0200
833              Message-ID: <20011013231555.A18071@rafael>
834      Branch: perl
835            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
836            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
837 ____________________________________________________________________________
838 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
839         Log: Rewrite mktables from scratch.
840              - Cleaner.
841              - Faster: 15-20 seconds as opposed to several minutes.
842              - More dynamic: the names of the various categories
843              such as the linebreak ones are dynamic, not static.
844              - Is.pl: long names for the general category properties
845              are now available.
846              - Ranges (<... ,First>, <..., Last>) from the general
847              categories work now.
848              - No more mktables.PL because the mktables.PL is not
849              and never has been run to create a mktables.
850              - syllables.txt and Is/Syl*.pl removed: non-standard
851              (not part of the Unicode), and the whole concept is
852              being reworked (http://syllabary.sourceforge.net/),
853              the old way wouldn't even work with the new Syllables.txt
854              (it would result in 1000+ new categories)
855      Branch: perl
856            + lib/unicore/In/163.pl lib/unicore/In/164.pl
857            + lib/unicore/In/165.pl lib/unicore/In/166.pl
858            + lib/unicore/In/167.pl lib/unicore/In/168.pl
859            + lib/unicore/In/169.pl lib/unicore/In/170.pl
860            + lib/unicore/In/171.pl lib/unicore/Is.pl
861            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
862            + lib/unicore/mktables
863            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
864            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
865            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
866            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
867            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
868            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
869            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
870            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
871            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
872            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
873            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
874            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
875            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
876            - lib/unicore/syllables.txt
877            ! (edit 304 files)
878 ____________________________________________________________________________
879 [ 12426] By: ams                                   on 2001/10/13  18:05:36
880         Log: ExtUtils::MM_Unix should ignore comments when searching for
881              $VERSION.
882      Branch: perl
883            ! lib/ExtUtils/MM_Unix.pm
884 ____________________________________________________________________________
885 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
886         Log: Subject: Re: New module XML::Clean
887              From: andreas.koenig@anima.de (Andreas J. Koenig)
888              Date: 13 Oct 2001 10:17:09 +0200
889              Message-ID: <m37ku0t0my.fsf@anima.de>
890      Branch: perl
891            ! pod/perlnewmod.pod
892 ____________________________________________________________________________
893 [ 12424] By: sky                                   on 2001/10/13  09:39:59
894         Log: Set thread stack size if needed.
895      Branch: perl
896            ! ext/threads/threads.xs
897 ____________________________________________________________________________
898 [ 12423] By: sky                                   on 2001/10/13  09:36:49
899         Log: We do want to set the attribute to joinable even on modern posix
900              platforms.
901      Branch: perl
902            ! ext/threads/threads.xs
903 ____________________________________________________________________________
904 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
905         Log: Subject: [PATCH ext/Data/Dumper.xs]
906              From: Brian Ingerson <ingy@ttul.org>
907              Date: Fri, 12 Oct 2001 19:32:35 -0700
908              Message-ID: <20011012193235.B889@ttul.org>
909      Branch: perl
910            ! ext/Data/Dumper/Dumper.xs
911 ____________________________________________________________________________
912 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
913         Log: Update Changes.
914      Branch: perl
915            ! Changes patchlevel.h
916 ____________________________________________________________________________
917 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
918         Log: FAQ sync.
919      Branch: perl
920            ! pod/perlfaq3.pod pod/perlfaq4.pod
921 ____________________________________________________________________________
922 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
923         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
924              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
925              Date: Fri, 12 Oct 2001 11:51:05 -0700
926              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
927      Branch: perl
928            ! lib/File/Copy.pm
929 ____________________________________________________________________________
930 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
931         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
932              From: "chromatic" <chromatic@rmci.net>     
933              Date: Thu, 11 Oct 2001 10:57:55 -0600
934              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
935              
936              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
938              Date: Thu, 11 Oct 2001 22:34:21 +0200
939              Message-ID: <20011011223421.A693@rafael>     
940              
941              plus undef $Term::Complete::stty as suggested by Rafael.
942      Branch: perl
943            ! lib/Term/Complete.pm lib/Term/Complete.t
944 ____________________________________________________________________________
945 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
946         Log: UUnndduupplleexx..
947      Branch: perl
948            ! perl.h
949 ____________________________________________________________________________
950 [ 12416] By: sky                                   on 2001/10/12  20:16:19
951         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
952              From: Andy Dougherty <doughera@lafayette.edu>
953              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
954              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
955              (Potentially only band-aid)
956      Branch: perl
957            ! sv.c
958 ____________________________________________________________________________
959 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
960         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
961              mishandles kill(), and therefore the sigaction test
962              should be skipped, from Charles Lane.
963      Branch: perl
964            ! ext/POSIX/t/sigaction.t
965 ____________________________________________________________________________
966 [ 12414] By: sky                                   on 2001/10/12  18:47:49
967         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
968      Branch: perl
969            ! op.h
970 ____________________________________________________________________________
971 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
972         Log: Upgrade to Math::BigInt 1.44 from Tels and
973              further fixes from John Peacock.
974      Branch: perl
975            + lib/Math/BigInt/t/Math/Subclass.pm
976            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
977            + lib/Math/BigInt/t/subclass.t
978            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
979            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
980            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
981            ! lib/Math/BigInt/t/mbimbf.t
982 ____________________________________________________________________________
983 [ 12412] By: sky                                   on 2001/10/12  18:28:23
984         Log: perhaps pthread_attr_t really needs to be set for the old api
985      Branch: perl
986            ! ext/threads/threads.xs
987 ____________________________________________________________________________
988 [ 12411] By: sky                                   on 2001/10/12  18:11:45
989         Log: pthread_keycreate not pthread_key_create under the here be dragons API
990      Branch: perl
991            ! ext/threads/threads.h
992 ____________________________________________________________________________
993 [ 12410] By: sky                                   on 2001/10/12  18:07:37
994         Log: Apperently OLD PTHREADS API is a bit retarded.
995              This should fix another set of compile failures in HP-UX 10.20.
996      Branch: perl
997            ! ext/threads/threads.h ext/threads/threads.xs
998 ____________________________________________________________________________
999 [ 12409] By: nick                                  on 2001/10/12  15:30:01
1000         Log: Blind integrate of mainline
1001      Branch: perlio
1002           +> (branch 32 files)
1003            - lib/unicode/README
1004           !> (integrate 121 files)
1005 ____________________________________________________________________________
1006 [ 12408] By: sky                                   on 2001/10/12  14:55:08
1007         Log: Let us avoid being smart for now.
1008      Branch: perl
1009            ! ext/threads/threads.h
1010 ____________________________________________________________________________
1011 [ 12407] By: sky                                   on 2001/10/12  14:38:12
1012         Log: (void*) the argument to make sure we work with picky compilers
1013      Branch: perl
1014            ! ext/threads/threads.xs
1015 ____________________________________________________________________________
1016 [ 12406] By: ams                                   on 2001/10/12  13:26:04
1017         Log: Subject: [PATCH 5.6.1 perldoc] use File::Temp
1018              From: Mikhail Zabaluev <mhz@alt-linux.org>
1019              Date: Fri, 12 Oct 2001 12:47:47 +0400
1020              Message-Id: <20011012124747.E13918@localhost.localdomain>
1021      Branch: perl
1022            ! utils/perldoc.PL
1023 ____________________________________________________________________________
1024 [ 12405] By: ams                                   on 2001/10/12  13:05:32
1025         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
1026              From: andreas.koenig@anima.de (Andreas J. Koenig)
1027              Date: 12 Oct 2001 11:12:07 +0200
1028              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
1029      Branch: perl
1030            ! lib/Memoize/t/speed.t
1031 ____________________________________________________________________________
1032 [ 12404] By: sky                                   on 2001/10/12  12:46:15
1033         Log: A) Support OLD_PTHREADS_API
1034              B) Change from using pthread_t to using a TLS to store the
1035              index of the thread in an hash, this is to avoid problems when
1036              in fact pthread_t was not a seralizable type.
1037              Both these changes are because of HP-UX 10.20
1038              This has not been tested on win32 but should work there.
1039              Need to add support for NetWare.
1040      Branch: perl
1041            ! ext/threads/threads.h ext/threads/threads.xs
1042 ____________________________________________________________________________
1043 [ 12403] By: ams                                   on 2001/10/12  07:34:19
1044         Log: Subject: Re: New module XML::Clean
1045              From: andreas.koenig@anima.de (Andreas J. Koenig)
1046              Date: 12 Oct 2001 10:20:35 +0200
1047              Message-Id: <m3elo9uv58.fsf@anima.de>
1048      Branch: perl
1049            ! pod/perlnewmod.pod
1050 ____________________________________________________________________________
1051 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
1052         Log: More HP model tweaks from Merijn.
1053      Branch: perl
1054            ! README.hpux
1055 ____________________________________________________________________________
1056 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
1057         Log: Update Changes.
1058      Branch: perl
1059            ! Changes patchlevel.h
1060 ____________________________________________________________________________
1061 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
1062         Log: HP-UX update from H.Merijn Brand.
1063      Branch: perl
1064            ! README.hpux
1065 ____________________________________________________________________________
1066 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
1067         Log: Subject: [PATCH] fix link rot in README.vms
1068              From: "Craig A. Berry" <craigberry@mac.com>
1069              Date: Wed, 10 Oct 2001 17:17:00 -0500
1070              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
1071      Branch: perl
1072            ! README.vms
1073 ____________________________________________________________________________
1074 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
1075         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
1076              From: "chromatic" <chromatic@rmci.net>
1077              Date: Wed, 10 Oct 2001 15:50:30 -0600
1078              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
1079      Branch: perl
1080            ! lib/Term/Complete.t
1081 ____________________________________________________________________________
1082 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
1083         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
1084              From: "chromatic" <chromatic@rmci.net>
1085              Date: Wed, 10 Oct 2001 15:45:42 -0600
1086              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
1087      Branch: perl
1088            + lib/ExtUtils/Packlist.t
1089            ! MANIFEST
1090 ____________________________________________________________________________
1091 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
1092         Log: VMS needs quotes around the -I option to keep it from
1093              being downcased, from Charles Lane.
1094      Branch: perl
1095            ! t/run/kill_perl.t
1096 ____________________________________________________________________________
1097 [ 12395] By: ams                                   on 2001/10/10  16:22:32
1098         Log: Subject: [PATCH lib/FindBin.pm]
1099              From: Stas Bekman <stas@stason.org>
1100              Date: Tue, 09 Oct 2001 23:57:10 +0800
1101              Message-Id: <3BC31E56.60805@stason.org>
1102      Branch: perl
1103            ! lib/FindBin.pm
1104 ____________________________________________________________________________
1105 [ 12394] By: ams                                   on 2001/10/10  16:09:53
1106         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
1107              From: Abhijit Menon-Sen <ams@wiw.org>
1108              Date: Wed, 10 Oct 2001 21:59:33 +0530
1109              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
1110      Branch: perl
1111            ! ext/Data/Dumper/Dumper.xs
1112 ____________________________________________________________________________
1113 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
1114         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
1115              from Charles Lane.
1116      Branch: perl
1117            ! lib/File/Spec/VMS.pm
1118 ____________________________________________________________________________
1119 [ 12392] By: ams                                   on 2001/10/10  14:49:43
1120         Log: Subject: [PATCH] two s/// bugfixes
1121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1122              Date: Wed, 10 Oct 2001 17:23:44 +0200
1123              Message-Id: <20011010172344.C22440@rafael>
1124      Branch: perl
1125            ! pp_ctl.c regexec.c t/op/subst.t
1126 ____________________________________________________________________________
1127 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
1128         Log: Fix/improve handling of the [000000] special "root"
1129              directory, by putting cwd in canonical form when doing
1130              abs2rel, and prepending a 000000 to directory "chunks"
1131              if missing from base or path.  Also adjust test to
1132              reflect the (improved) output from abs2rel.
1133              From Charles Lane.
1134      Branch: perl
1135            ! lib/File/Spec.t lib/File/Spec/VMS.pm
1136 ____________________________________________________________________________
1137 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
1138         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
1139              all of the extra VMSish attributes (such as "treat this logical
1140              as a device name") that are necessary to make programs run.
1141              A tainted %ENV does not hinder VMS.  From Charles Lane.
1142      Branch: perl
1143            ! lib/File/Find/t/taint.t
1144 ____________________________________________________________________________
1145 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
1146         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
1147              
1148              o  VMS is case-insensitive, RTL downcases filenames read
1149              by perl... so need to re-upcase filenames like MANIFEST
1150              and MANIFEST.SKIP
1151              
1152              o  Need to convert VMS-style to Unix-style filenames when comparing
1153              names in MANIFEST to names in filesystem.
1154              
1155              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
1156              since VMS won't let you (easily) delete non-empty directories.
1157              
1158              From Charles Lane.
1159      Branch: perl
1160            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
1161 ____________________________________________________________________________
1162 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
1163         Log: Unix and VMS agree on "*" as a "match any number of any chars"
1164              wildcards, but differ ("?"  vs.  "%") for their "match any single
1165              char" wildcard.  This patch changes "?"  chars to "%" before doing a
1166              VMS glob...at no loss of functionality, since "?"  isn't a valid
1167              filename char on VMS.  From Charles Lane.
1168      Branch: perl
1169            ! doio.c
1170 ____________________________________________________________________________
1171 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
1172         Log: (accidentally empty submit; new life as #12390)
1173      Branch: perl
1174            ! lib/File/Find/t/taint.t
1175 ____________________________________________________________________________
1176 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
1177         Log: Even more VMS tweakage from Charles Lane:
1178              
1179              Tweak #1:  splitdir only works on directory part of filespec,
1180              split off volume first
1181              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
1182              (it's a horrible kludge in the run-time library,
1183              improved in later versions). Check the
1184              $Config{'d_setenv'} flag before attempting to set it.
1185      Branch: perl
1186            ! t/op/chdir.t
1187 ____________________________________________________________________________
1188 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
1189         Log: VMS tweakage from Charles Lane.
1190              
1191              . command.com doubles an output line when prompting for extensions
1192              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
1193              . perl5db doesn't clean up after itself
1194      Branch: perl
1195            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
1196 ____________________________________________________________________________
1197 [ 12384] By: sky                                   on 2001/10/09  19:16:11
1198         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1200              Date: Tue, 9 Oct 2001 22:10:26 +0200
1201              Message-ID: <20011009221026.A8579@rafael>
1202      Branch: perl
1203            ! pod/perldata.pod
1204 ____________________________________________________________________________
1205 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
1206         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
1207              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1208              Date: 9 Oct 2001 15:15:06 -0000
1209              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
1210      Branch: perl
1211            ! t/op/subst.t
1212 ____________________________________________________________________________
1213 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
1214         Log: Update Changes.
1215      Branch: perl
1216            ! Changes patchlevel.h
1217 ____________________________________________________________________________
1218 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
1219         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
1220              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
1221              when a NULL is passed for the filename string pointer.
1222              From Charles Lane.
1223      Branch: perl
1224            ! vms/vms.c
1225 ____________________________________________________________________________
1226 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
1227         Log: Subject: HP systems update
1228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1229              Date: Tue, 09 Oct 2001 15:59:22 +0200
1230              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
1231      Branch: perl
1232            ! README.hpux
1233 ____________________________________________________________________________
1234 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
1235         Log: CPAN::Nox does now have a test.
1236      Branch: perl
1237            ! t/lib/1_compile.t
1238 ____________________________________________________________________________
1239 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
1240         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
1241              From: David Dyck <dcd@tc.fluke.com>
1242              Date: Mon, 1 Oct 2001 12:17:36 -0700
1243              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
1244      Branch: perl
1245            ! installperl
1246 ____________________________________________________________________________
1247 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
1248         Log: NetWare update from Ananth Kesari.
1249      Branch: perl
1250            ! NetWare/nwperlsys.h makedef.pl
1251 ____________________________________________________________________________
1252 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
1253         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
1254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1255              Date: Tue, 9 Oct 2001 08:40:57 EDT
1256              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
1257      Branch: perl
1258            ! lib/File/Find/t/find.t
1259 ____________________________________________________________________________
1260 [ 12374] By: ams                                   on 2001/10/09  05:31:45
1261         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
1262              ExtUtils::Mkbootstrap
1263              From: "chromatic" <chromatic@rmci.net>
1264              Date: Tue, 09 Oct 2001 00:08:37 -0600
1265              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
1266      Branch: perl
1267            + lib/ExtUtils/Mkbootstrap.t
1268            ! MANIFEST
1269 ____________________________________________________________________________
1270 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
1271         Log: Enable more debugging.
1272      Branch: perl
1273            ! lib/utf8_heavy.pl
1274 ____________________________________________________________________________
1275 [ 12372] By: ams                                   on 2001/10/09  02:11:59
1276         Log: #12370 forgot to modify is_gv_magical().
1277      Branch: perl
1278            ! gv.c
1279 ____________________________________________________________________________
1280 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
1281         Log: Make the toupper/lower/title API for Unicode not right
1282              but at least less wrong: prepare for the mapping being
1283              more than just one-character-to-one-character.
1284      Branch: perl
1285            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
1286            ! regexec.c utf8.c
1287 ____________________________________________________________________________
1288 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
1289         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
1290              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1291              Date: Mon, 8 Oct 2001 22:18:23 -0400
1292              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
1293      Branch: perl
1294            ! pod/perlvar.pod t/op/taint.t
1295 ____________________________________________________________________________
1296 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
1297         Log: FAQ sync.
1298      Branch: perl
1299            ! pod/perlfaq3.pod pod/perlfaq4.pod
1300 ____________________________________________________________________________
1301 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
1302         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
1303              From: "chromatic" <chromatic@rmci.net>
1304              Date: Mon, 08 Oct 2001 14:05:32 -0600
1305              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
1306      Branch: perl
1307            ! lib/Term/Cap.t
1308 ____________________________________________________________________________
1309 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
1310         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1311              From: Michael G Schwern <schwern@pobox.com>
1312              Date: Mon, 8 Oct 2001 17:00:14 -0400
1313              Message-ID: <20011008170014.L17083@blackrider>
1314      Branch: perl
1315            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
1316 ____________________________________________________________________________
1317 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
1318         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
1319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1320              Date: Mon, 8 Oct 2001 16:01:33 EDT
1321              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
1322      Branch: perl
1323            ! ext/Time/HiRes/HiRes.xs
1324 ____________________________________________________________________________
1325 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
1326         Log: Subject: [PATCH] Autosplit patch for VMS
1327              From: "Craig A. Berry" <craigberry@mac.com>
1328              Date: Mon, 08 Oct 2001 15:40:43 -0500
1329              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
1330      Branch: perl
1331            ! lib/AutoSplit.pm lib/AutoSplit.t
1332 ____________________________________________________________________________
1333 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
1334         Log: Don't assume that everybody is running OS X 10.1 yet;
1335              from Kay Röpke.
1336      Branch: perl
1337            ! hints/darwin.sh
1338 ____________________________________________________________________________
1339 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
1340         Log: Update Changes.
1341      Branch: perl
1342            ! Changes patchlevel.h
1343 ____________________________________________________________________________
1344 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
1345         Log: Retract #12358 for now.
1346      Branch: perl
1347            ! lib/Term/Cap.t
1348 ____________________________________________________________________________
1349 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
1350         Log: Can't figure out what this is testing.
1351              (If it is trying to catch SIGKILL, it should stop
1352              trying because that is by definition impossible.)
1353      Branch: perl
1354            ! lib/sigtrap.t
1355 ____________________________________________________________________________
1356 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
1357         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
1358              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1359              Date: Sun, 30 Sep 2001 21:15:13 +0200
1360              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
1361      Branch: perl
1362            ! lib/ExtUtils/MM_Win32.pm
1363 ____________________________________________________________________________
1364 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
1365         Log: Clarify the ldlibpth part and condense the overall text.
1366      Branch: perl
1367            ! t/TEST
1368 ____________________________________________________________________________
1369 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
1370         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
1371              From: "chromatic" <chromatic@rmci.net>
1372              Date: Sun, 07 Oct 2001 16:59:26 -0600
1373              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
1374      Branch: perl
1375            ! lib/Term/Cap.t
1376 ____________________________________________________________________________
1377 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
1378         Log: Update the list because fo #12265.
1379      Branch: perl
1380            ! t/lib/1_compile.t
1381 ____________________________________________________________________________
1382 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
1383         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
1384              From: Nicholas Clark <nick@ccl4.org>
1385              Date: Sun, 7 Oct 2001 20:53:33 +0100
1386              Message-ID: <20011007205333.S38756@plum.flirble.org>   
1387      Branch: perl
1388            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
1389            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1390            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
1391            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
1392            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1393            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
1394            ! lib/Switch/t/switch.t lib/Term/Complete.t
1395            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
1396            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
1397            ! t/op/my_stash.t
1398 ____________________________________________________________________________
1399 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
1400         Log: Integrate patch #12350 from maintperl; typo in
1401              IO::Seekable doc.
1402      Branch: perl
1403           !> ext/IO/lib/IO/Seekable.pm
1404 ____________________________________________________________________________
1405 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
1406         Log: Detypo.
1407      Branch: perl
1408            ! hints/darwin.sh
1409 ____________________________________________________________________________
1410 [ 12353] By: sky                                   on 2001/10/07  17:16:14
1411         Log: Change 12349 didn't really get it right.
1412      Branch: perl
1413            ! lib/Unicode/README
1414 ____________________________________________________________________________
1415 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
1416         Log: If running the harness the dynamic library search path
1417              may need setting.
1418      Branch: perl
1419            ! t/TEST
1420 ____________________________________________________________________________
1421 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
1422         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
1423              in ldflags.
1424      Branch: perl
1425            ! hints/darwin.sh
1426 ____________________________________________________________________________
1427 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
1428         Log: typo in IO::Seekable doc
1429      Branch: maint-5.6/perl
1430            ! ext/IO/lib/IO/Seekable.pm
1431 ____________________________________________________________________________
1432 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
1433         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
1434              doesn't work on Mac OS X 10.1 (when unpacking the tar the
1435              latter gets renamed as lib/unicode:1, assumedly for security
1436              reasons not to overwrite stuff)
1437      Branch: perl
1438            + lib/Unicode/README
1439            - lib/unicode/README
1440            ! MANIFEST
1441 ____________________________________________________________________________
1442 [ 12348] By: ams                                   on 2001/10/07  05:33:40
1443         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
1444              From: "chromatic" <chromatic@rmci.net>
1445              Date: Sat, 06 Oct 2001 21:42:03 -0600
1446              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
1447      Branch: perl
1448            + lib/CPAN/t/Nox.t
1449            ! MANIFEST
1450 ____________________________________________________________________________
1451 [ 12347] By: ams                                   on 2001/10/07  00:48:10
1452         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
1453              From: "chromatic" <chromatic@rmci.net>
1454              Date: Sat, 06 Oct 2001 18:52:10 -0600
1455              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
1456      Branch: perl
1457            + lib/sigtrap.t
1458            ! MANIFEST
1459 ____________________________________________________________________________
1460 [ 12346] By: ams                                   on 2001/10/06  23:14:01
1461         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
1462              h2xs write?)
1463              From: Nicholas Clark <nick@ccl4.org>
1464              Date: Sat, 6 Oct 2001 21:46:43 +0100
1465              Message-Id: <20011006214643.L38756@plum.flirble.org>
1466      Branch: perl
1467            ! utils/h2xs.PL
1468 ____________________________________________________________________________
1469 [ 12345] By: ams                                   on 2001/10/06  17:39:53
1470         Log: Subject: [PATCH] Memoize tests
1471              From: Nicholas Clark <nick@ccl4.org>
1472              Date: Sat, 6 Oct 2001 18:04:21 +0100
1473              Message-Id: <20011006180421.J38756@plum.flirble.org>
1474      Branch: perl
1475            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
1476            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
1477            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
1478            ! lib/Memoize/t/expire_module_n.t
1479            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
1480            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
1481            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
1482            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
1483            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
1484            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
1485 ____________________________________________________________________________
1486 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
1487         Log: Retract the latter part of #12343.
1488      Branch: perl
1489            ! ext/IO/lib/IO/Socket/INET.pm
1490 ____________________________________________________________________________
1491 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
1492         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1493              From: David Dyck <dcd@tc.fluke.com>
1494              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
1495              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
1496              
1497              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1498              From: David Dyck <dcd@tc.fluke.com>
1499              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
1500              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
1501      Branch: perl
1502            ! ext/IO/lib/IO/Socket/INET.pm
1503 ____________________________________________________________________________
1504 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
1505         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
1506              From: Robin Barker <rmb1@cise.npl.co.uk>
1507              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
1508              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
1509      Branch: perl
1510            ! t/TEST
1511 ____________________________________________________________________________
1512 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
1513         Log: Don't assume that %x is good for displaying UVs.
1514      Branch: perl
1515            ! dump.c
1516 ____________________________________________________________________________
1517 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
1518         Log: Update Changes.
1519      Branch: perl
1520            ! Changes patchlevel.h
1521 ____________________________________________________________________________
1522 [ 12339] By: ams                                   on 2001/10/05  10:22:34
1523         Log: Subject: [PATCH] perlfunc/select
1524              From: Nicholas Clark <nick@ccl4.org>
1525              Date: Fri, 5 Oct 2001 11:33:58 +0100
1526              Message-Id: <20011005113358.Z38756@plum.flirble.org>
1527      Branch: perl
1528            ! pod/perlfunc.pod
1529 ____________________________________________________________________________
1530 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
1531         Log: Retract #12313 and #12249.
1532      Branch: perl
1533            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
1534            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
1535            ! pod/perlebcdic.pod
1536 ____________________________________________________________________________
1537 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
1538         Log: Subject: [PATCH] perlvms.pod update
1539              From: "Craig A. Berry" <craigberry@mac.com>
1540              Date: Thu, 04 Oct 2001 12:55:52 -0500
1541              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
1542      Branch: perl
1543            ! vms/perlvms.pod
1544 ____________________________________________________________________________
1545 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
1546         Log: Subject: PATCH: Tie::SubstrHash
1547              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1548              Date: Thu, 04 Oct 2001 12:12:41 +0100
1549              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
1550      Branch: perl
1551            ! lib/Tie/SubstrHash.pm
1552 ____________________________________________________________________________
1553 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
1554         Log: Unicode properties saga continues.
1555      Branch: perl
1556            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
1557            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
1558 ____________________________________________________________________________
1559 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
1560         Log: Yet more Unicode properties.
1561      Branch: perl
1562            + lib/unicore/In/137.pl lib/unicore/In/138.pl
1563            + lib/unicore/In/139.pl lib/unicore/In/140.pl
1564            + lib/unicore/In/141.pl lib/unicore/In/142.pl
1565            + lib/unicore/In/143.pl lib/unicore/In/144.pl
1566            + lib/unicore/In/145.pl lib/unicore/In/146.pl
1567            + lib/unicore/In/147.pl lib/unicore/In/148.pl
1568            + lib/unicore/In/149.pl lib/unicore/In/150.pl
1569            + lib/unicore/In/151.pl lib/unicore/In/152.pl
1570            + lib/unicore/In/153.pl lib/unicore/In/154.pl
1571            + lib/unicore/In/155.pl lib/unicore/In/156.pl
1572            + lib/unicore/In/157.pl lib/unicore/In/158.pl
1573            + lib/unicore/In/159.pl lib/unicore/In/160.pl
1574            + lib/unicore/In/161.pl lib/unicore/In/162.pl
1575            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
1576            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
1577            ! pod/perlunicode.pod
1578 ____________________________________________________________________________
1579 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
1580         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
1581              From: "Craig A. Berry" <craigberry@mac.com>
1582              Date: Wed, 03 Oct 2001 17:45:25 -0500
1583              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
1584              
1585              (the lib/Term/Complete.t patched differently by #12332)
1586      Branch: perl
1587            ! lib/ExtUtils/Command.t
1588 ____________________________________________________________________________
1589 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
1590         Log: Restore only if something to restore.
1591      Branch: perl
1592            ! lib/Term/Complete.t
1593 ____________________________________________________________________________
1594 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
1595         Log: Update various resources for credits,
1596              minor icons fixes, and versions.
1597      Branch: maint-5.6/macperl
1598            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
1599            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
1600            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
1601 ____________________________________________________________________________
1602 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
1603         Log: Quiet the warnings about using undef value
1604      Branch: maint-5.6/macperl
1605            ! lib/File/Temp.pm
1606 ____________________________________________________________________________
1607 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
1608         Log: Fix up Ballon Help and Help menu docs (first pass);
1609              remove balloon rez file, and autogenerate with
1610              Balloon2Rez instead.
1611      Branch: maint-5.6/macperl
1612            + macos/macperl/macscripts/Balloon2Rez
1613            - macos/macperl/MPBalloons.r
1614            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
1615 ____________________________________________________________________________
1616 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
1617         Log: Allow overriding of defaults, for change #12327.
1618      Branch: maint-5.6/macperl
1619            ! perl.h
1620 ____________________________________________________________________________
1621 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
1622         Log: Override PerlProc_exit.
1623      Branch: maint-5.6/macperl
1624            ! macos/macish.h
1625 ____________________________________________________________________________
1626 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
1627         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
1628      Branch: maint-5.6/macperl
1629            + macos/bundled_lib/blib/lib/MD5.pm
1630            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
1631            + macos/lib/Mac/AETE/Dialect.pm
1632            + macos/lib/Mac/AETE/Format/Converter.pm
1633            + macos/lib/Mac/AETE/Format/Dictionary.pm
1634            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
1635            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
1636            + macos/lib/Mac/Toolbox.pod
1637            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
1638 ____________________________________________________________________________
1639 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
1640         Log: Sync up silly CVS headers ... I should commit CVS
1641              first to avoid this ...
1642      Branch: maint-5.6/macperl
1643            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
1644            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
1645            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
1646            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
1647 ____________________________________________________________________________
1648 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
1649         Log: Fix Matthias' address, and attributions.
1650      Branch: maint-5.6/macperl
1651            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
1652            ! pod/perlport.pod
1653 ____________________________________________________________________________
1654 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
1655         Log: Fix Matthias' address, and attributions.
1656      Branch: maint-5.6/macperl
1657            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
1658            ! macos/ext/Mac/Components/Components.pm
1659            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
1660            ! macos/ext/Mac/Dialogs/Dialogs.pm
1661            ! macos/ext/Mac/Events/Events.pm
1662            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
1663            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
1664            ! macos/ext/Mac/Gestalt/Gestalt.pm
1665            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
1666            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
1667            ! macos/ext/Mac/Menus/Menus.pm
1668            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
1669            ! macos/ext/Mac/Movies/Movies.pm
1670            ! macos/ext/Mac/Navigation/Navigation.pm
1671            ! macos/ext/Mac/Notification/Notification.pm
1672            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
1673            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
1674            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
1675            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
1676            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
1677            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
1678            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
1679            ! macos/ext/Mac/StandardFile/StandardFile.pm
1680            ! macos/ext/Mac/TextEdit/TextEdit.pm
1681            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
1682            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
1683            ! macos/lib/Mac/LowMem.pm
1684 ____________________________________________________________________________
1685 [ 12322] By: sky                                   on 2001/10/03  18:41:07
1686         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
1687              From: "Craig A. Berry" <craigberry@mac.com>
1688              Date: Wed, 03 Oct 2001 14:30:55 -0500
1689              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
1690      Branch: perl
1691            ! vms/vms.c
1692 ____________________________________________________________________________
1693 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
1694         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
1695              From: "Craig A. Berry" <craigberry@mac.com>
1696              Date: Wed, 03 Oct 2001 14:30:55 -0500
1697              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
1698      Branch: perl
1699            ! vms/vms.c
1700 ____________________________________________________________________________
1701 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
1702         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
1703              only IsL&) and Inherited (negative lookahead good);
1704              add tests for Common, Inherited, and L&.
1705      Branch: perl
1706            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
1707 ____________________________________________________________________________
1708 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
1709         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
1710              (The Unicode standard uses L& quite often.)
1711      Branch: perl
1712            ! lib/utf8_heavy.pl
1713 ____________________________________________________________________________
1714 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
1715         Log: Add the 'Common' Unicode property (code points not
1716              explicitly assigned to any other script).
1717      Branch: perl
1718            + lib/unicore/In/136.pl
1719            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
1720 ____________________________________________________________________________
1721 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
1722         Log: Skip the RV printing test under threads until fixed.
1723      Branch: perl
1724            ! ext/B/t/terse.t
1725 ____________________________________________________________________________
1726 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
1727         Log: Subject: 12309 / cygwin / win2k
1728              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1729              Date: Wed, 03 Oct 2001 15:25:15 +0200
1730              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
1731      Branch: perl
1732            ! makedef.pl
1733 ____________________________________________________________________________
1734 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
1735         Log: Metaconfig unit change for #12314.
1736      Branch: metaconfig
1737            ! U/modified/Head.U
1738 ____________________________________________________________________________
1739 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
1740         Log: Subject: Both cygwin and djgpp on one machine
1741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1742              Date: Wed, 03 Oct 2001 15:02:59 +0200
1743              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
1744      Branch: perl
1745            ! Configure
1746 ____________________________________________________________________________
1747 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
1748         Log: (retracted by #12338)
1749              
1750              Subject: [PATCH] Code clean up for perlboot.pod
1751              From: Casey West <casey@geeknest.com>
1752              Date: Tue, 2 Oct 2001 19:24:43 -0400
1753              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
1754              
1755              Subject: [PATCH] Code clean up for perlbot.diff
1756              From: Casey West <casey@geeknest.com>
1757              Date: Tue, 2 Oct 2001 19:25:22 -0400
1758              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
1759              
1760              Subject: [PATCH] Code clean up for perlcall.pod
1761              From: Casey West <casey@geeknest.com>
1762              Date: Tue, 2 Oct 2001 19:25:57 -0400
1763              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
1764              
1765              Subject: [PATCH] Code clean up for perldata.pod
1766              From: Casey West <casey@geeknest.com>
1767              Date: Tue, 2 Oct 2001 19:26:29 -0400
1768              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
1769              
1770              Subject: [PATCH] Code clean up for perldbmfilter.pod
1771              From: Casey West <casey@geeknest.com>
1772              Date: Tue, 2 Oct 2001 19:26:59 -0400
1773              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
1774              
1775              Subject: [PATCH] Code clean up for perlebcdic.pod
1776              From: Casey West <casey@geeknest.com>
1777              Date: Tue, 2 Oct 2001 19:27:37 -0400
1778              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
1779      Branch: perl
1780            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
1781            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
1782 ____________________________________________________________________________
1783 [ 12312] By: ams                                   on 2001/10/02  23:43:55
1784         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
1785              From: Michael G Schwern <schwern@pobox.com>
1786              Date: Tue, 2 Oct 2001 17:00:49 -0400
1787              Message-Id: <20011002170049.A9955@blackrider>
1788      Branch: perl
1789            ! lib/ExtUtils/MakeMaker.pm
1790 ____________________________________________________________________________
1791 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
1792         Log: FAQ sync.
1793      Branch: perl
1794            ! pod/perlfaq3.pod
1795 ____________________________________________________________________________
1796 [ 12310] By: nick                                  on 2001/10/02  16:09:49
1797         Log: Integrate mainline
1798      Branch: perlio
1799           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
1800           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
1801           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
1802           !> patchlevel.h t/op/pat.t
1803 ____________________________________________________________________________
1804 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
1805         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
1806              not just one single space.
1807      Branch: perl
1808            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
1809 ____________________________________________________________________________
1810 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
1811         Log: AUTHORS updates.
1812      Branch: perl
1813            ! AUTHORS
1814 ____________________________________________________________________________
1815 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
1816         Log: Update Changes.
1817      Branch: perl
1818            ! Changes patchlevel.h
1819 ____________________________________________________________________________
1820 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
1821         Log: Work around old buggy glibcs for langinfo constants,
1822              from Nicholas Clark and David Dyck.
1823      Branch: perl
1824            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
1825 ____________________________________________________________________________
1826 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
1827         Log: Eradicate Time::Piece; add an example.
1828      Branch: perl
1829            ! ext/I18N/Langinfo/Langinfo.pm
1830 ____________________________________________________________________________
1831 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
1832         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
1833              From: Robert Spier <rspier@pobox.com>
1834              Date: Mon, 1 Oct 2001 23:20:16 -0700
1835              Message-ID: <15289.23712.422087.878224@rls.cx>
1836      Branch: perl
1837            ! lib/Pod/Html.pm
1838 ____________________________________________________________________________
1839 [ 12303] By: sky                                   on 2001/10/02  10:40:57
1840         Log: Fixes obscure bug that manifests itself by.
1841              local $!=0;undef*STDOUT;#segfaults
1842              Has been around for a while. Possible other magic IO vars are
1843              possibly affected aswell. Reported by Jos Boumans.
1844      Branch: perl
1845            ! mg.c
1846 ____________________________________________________________________________
1847 [ 12302] By: nick                                  on 2001/10/02  09:00:52
1848         Log: Integrate mainline
1849      Branch: perlio
1850           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
1851           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
1852           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
1853 ____________________________________________________________________________
1854 [ 12301] By: nick                                  on 2001/10/02  08:40:57
1855         Log: Integrate mainline + lib/open.t patch from Chromatic
1856      Branch: perlio
1857           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
1858            ! lib/open.t
1859           !> (integrate 29 files)
1860 ____________________________________________________________________________
1861 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
1862         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
1863              Until it has, better stop early if someone requests threads.
1864      Branch: perl
1865            ! hints/darwin.sh
1866 ____________________________________________________________________________
1867 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
1868         Log: Subject: [ID 20011001.011] redundant code in t/TEST
1869              From: David Dyck <dcd@tc.fluke.com>
1870              Date: Mon, 1 Oct 2001 12:56:24 -0700
1871              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
1872      Branch: perl
1873            ! t/TEST
1874 ____________________________________________________________________________
1875 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
1876         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
1877              From: "chromatic" <chromatic@rmci.net>
1878              Date: Mon, 01 Oct 2001 12:27:12 -0600
1879              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
1880      Branch: perl
1881            ! lib/Term/Cap.t
1882 ____________________________________________________________________________
1883 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
1884         Log: UNICOS testing patches from Nicholas Clark.
1885      Branch: perl
1886            ! t/op/arith.t t/op/pack.t
1887 ____________________________________________________________________________
1888 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
1889         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
1890              From: "chromatic" <chromatic@rmci.net>
1891              Date: Mon, 01 Oct 2001 10:21:51 -0600
1892              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
1893      Branch: perl
1894            ! lib/open.t
1895 ____________________________________________________________________________
1896 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
1897         Log: Make missing the RADIXCHAR a softer, gentler error.
1898      Branch: perl
1899            ! ext/I18N/Langinfo/Langinfo.t
1900 ____________________________________________________________________________
1901 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
1902         Log: Nuke also the LANG because of glibc.
1903      Branch: perl
1904            ! lib/open.t
1905 ____________________________________________________________________________
1906 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
1907         Log: Also the ^Is is optional.
1908      Branch: perl
1909            ! pod/perlunicode.pod t/op/pat.t
1910 ____________________________________________________________________________
1911 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
1912         Log: Be careful to pull chars from the varargs stack when
1913              formatting chars.
1914      Branch: perl
1915            ! regcomp.c
1916 ____________________________________________________________________________
1917 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
1918         Log: sortsv not in place anymore, noticed by John P. Linderman.
1919      Branch: perl
1920            ! pod/perlapi.pod pp_ctl.c
1921 ____________________________________________________________________________
1922 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
1923         Log: Make the diagnostic messages more neutral.
1924      Branch: perl
1925            ! ext/B/t/terse.t
1926 ____________________________________________________________________________
1927 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
1928         Log: Forgotten from #12288.
1929      Branch: perl
1930            ! ext/Data/Dumper/Dumper.pm
1931 ____________________________________________________________________________
1932 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
1933         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
1934              From: Brian Ingerson <ingy@ttul.org>
1935              Date: Sun, 30 Sep 2001 21:45:56 -0700
1936              Message-ID: <20010930214556.D26392@ttul.org>
1937              
1938              (remember also the #12289)
1939      Branch: perl
1940            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1941 ____________________________________________________________________________
1942 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
1943         Log: More Unicode property tests for the abbreviated
1944              general properties.
1945      Branch: perl
1946            ! t/op/pat.t
1947 ____________________________________________________________________________
1948 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
1949         Log: Further tweaks to the Unicode properties.
1950      Branch: perl
1951            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
1952 ____________________________________________________________________________
1953 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
1954         Log: Retract #12284.
1955      Branch: perl
1956            ! lib/Term/Cap.t
1957 ____________________________________________________________________________
1958 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
1959         Log: (Retracted by #12285)
1960      Branch: perl
1961            ! lib/Term/Cap.t
1962 ____________________________________________________________________________
1963 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
1964         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
1965              From: "chromatic" <chromatic@rmci.net>  
1966              Date: Sun, 30 Sep 2001 16:10:02 -0600
1967              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
1968      Branch: perl
1969            + lib/Term/Cap.t
1970            ! MANIFEST
1971 ____________________________________________________________________________
1972 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
1973         Log: Use stty -g to restore the terminal state, do not even
1974              try to run the tests if stty -g is not available.
1975      Branch: perl
1976            ! lib/Term/Complete.t
1977 ____________________________________________________________________________
1978 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
1979         Log: Cleanup utf8_heavy; allow dropping the In prefix from
1980              Unicode script/block properties.
1981      Branch: perl
1982            ! lib/utf8_heavy.pl
1983 ____________________________________________________________________________
1984 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
1985         Log: Retract the #12259 for now.
1986      Branch: perl
1987            ! embed.h embed.pl sv.h
1988 ____________________________________________________________________________
1989 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
1990         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
1991      Branch: perl
1992            + lib/Text/TabsWrap/CHANGELOG
1993            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
1994 ____________________________________________________________________________
1995 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
1996         Log: #12272 wasn't right, it introduced an extra ().
1997      Branch: perl
1998            ! lib/utf8_heavy.pl
1999 ____________________________________________________________________________
2000 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
2001         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
2002              From: Jonathan Stowe <gellyfish@gellyfish.com>
2003              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
2004              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
2005      Branch: perl
2006            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
2007 ____________________________________________________________________________
2008 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
2009         Log: Subject: Patch to put qsortsv in the public API
2010              From: Brian Ingerson <ingy@ttul.org>
2011              Date: Sat, 29 Sep 2001 17:41:13 -0700
2012              Message-ID: <20010929174113.A30223@ttul.org>
2013      Branch: perl
2014            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
2015 ____________________________________________________________________________
2016 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
2017         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
2018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2019              Date: Sat, 29 Sep 2001 23:54:48 +0200
2020              Message-ID: <20010929235448.A5017@rafael>
2021      Branch: perl
2022            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
2023 ____________________________________________________________________________
2024 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
2025         Log: FAQ sync.
2026      Branch: perl
2027            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2028            ! pod/perlfaq9.pod
2029 ____________________________________________________________________________
2030 [ 12273] By: bailey                                on 2001/09/29  23:43:46
2031         Log: Resync with mainline
2032      Branch: vmsperl
2033           +> (branch 1207 files)
2034            - (delete 324 files)
2035           !> (integrate 866 files)
2036 ____________________________________________________________________________
2037 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
2038         Log: Nasty recursion trap if one would match Unicode.
2039      Branch: perl
2040            ! lib/utf8_heavy.pl
2041 ____________________________________________________________________________
2042 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
2043         Log: More Unicode todo.
2044      Branch: perl
2045            ! pod/perltodo.pod
2046 ____________________________________________________________________________
2047 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
2048         Log: Explain a bit the new more flexible \p\P syntax.
2049      Branch: perl
2050            ! pod/perlunicode.pod
2051 ____________________________________________________________________________
2052 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
2053         Log: More leniency to the \p and \P: now can have whitespace
2054              between the property definition and the curlies; now can
2055              invert the property by having a caret between the open
2056              curly and the property.
2057      Branch: perl
2058            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
2059 ____________________________________________________________________________
2060 [ 12268] By: nick                                  on 2001/09/29  17:39:26
2061         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
2062              one test (lib/open.t) fails
2063      Branch: perlio
2064           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2065           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2066           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
2067           +> lib/Tie/Scalar.t lib/open.t
2068            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
2069            - ext/B/Stash.t
2070           !> (integrate 62 files)
2071 ____________________________________________________________________________
2072 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
2073         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2074      Branch: perl
2075            ! t/op/chdir.t
2076 ____________________________________________________________________________
2077 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
2078         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
2079              From: "Craig A. Berry" <craigberry@mac.com> 
2080              Date: Sat, 29 Sep 2001 09:35:33 -0500
2081              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
2082      Branch: perl
2083            ! t/op/chdir.t
2084 ____________________________________________________________________________
2085 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
2086         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
2087              From: "chromatic" <chromatic@rmci.net>
2088              Date: Fri, 28 Sep 2001 21:20:12 -0600
2089              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
2090      Branch: perl
2091            + lib/Tie/Scalar.t
2092            ! MANIFEST lib/Tie/Scalar.pm
2093 ____________________________________________________________________________
2094 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
2095         Log: Allow for more flexibility in the \p{In...} names, now
2096              case doesn't matter, and any space or dash can be
2097              matched by any space, dash, underbar, or empty.
2098              (may be going too far on leniency)
2099      Branch: perl
2100            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
2101            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
2102            ! t/op/pat.t
2103 ____________________________________________________________________________
2104 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
2105         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
2106              From: "chromatic" <chromatic@rmci.net>
2107              Date: Fri, 28 Sep 2001 17:39:50 -0600
2108              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
2109      Branch: perl
2110            + lib/open.t
2111            ! MANIFEST
2112 ____________________________________________________________________________
2113 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
2114         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
2115              From: "Craig A. Berry" <craigberry@mac.com>
2116              Date: Fri, 28 Sep 2001 16:24:51 -0500
2117              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
2118      Branch: perl
2119            ! ext/File/Glob/t/basic.t
2120 ____________________________________________________________________________
2121 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
2122         Log: Subject: [DOC PATCH] Carp.pm pod typo
2123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2124              Date: Fri, 28 Sep 2001 23:14:51 +0200
2125              Message-ID: <20010928231451.E16889@rafael>
2126      Branch: perl
2127            ! lib/Carp.pm
2128 ____________________________________________________________________________
2129 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
2130         Log: Subject: [PATCH] Allow an @INC hook to set %INC
2131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2132              Date: Fri, 28 Sep 2001 22:18:13 +0200
2133              Message-ID: <20010928221813.A16889@rafael>
2134      Branch: perl
2135            ! pp_ctl.c
2136 ____________________________________________________________________________
2137 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
2138         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
2139              From: Nicholas Clark <nick@ccl4.org>
2140              Date: Fri, 28 Sep 2001 23:39:33 +0100
2141              Message-ID: <20010928233933.C23673@plum.flirble.org>
2142      Branch: perl
2143            ! embed.h embed.pl sv.h
2144 ____________________________________________________________________________
2145 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
2146         Log: Update Changes.
2147      Branch: perl
2148            ! Changes patchlevel.h
2149 ____________________________________________________________________________
2150 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
2151         Log: Move the B tests to B/t.
2152      Branch: perl
2153            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2154            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2155            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
2156            - ext/B/Showlex.t ext/B/Stash.t
2157            ! MANIFEST
2158 ____________________________________________________________________________
2159 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
2160         Log: Forgot from #12254.
2161      Branch: perl
2162            + ext/B/B/Terse.t
2163 ____________________________________________________________________________
2164 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
2165         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
2166              From: "chromatic" <chromatic@rmci.net>
2167              Date: Thu, 27 Sep 2001 23:22:17 -0600
2168              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
2169      Branch: perl
2170            ! MANIFEST
2171 ____________________________________________________________________________
2172 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
2173         Log: Test numbering mismatch.
2174      Branch: perl
2175            ! t/op/chdir.t
2176 ____________________________________________________________________________
2177 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
2178         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
2179              From: "Craig A. Berry" <craigberry@mac.com>
2180              Date: Wed, 26 Sep 2001 17:43:14 -0500
2181              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
2182      Branch: perl
2183            ! iperlsys.h t/op/chdir.t
2184 ____________________________________________________________________________
2185 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
2186         Log: Subject: [PATCH gv.c] make __ANON__ global
2187              From: Robin Barker <rmb1@cise.npl.co.uk>
2188              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
2189              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
2190      Branch: perl
2191            ! gv.c t/op/anonsub.t t/op/runlevel.t
2192 ____________________________________________________________________________
2193 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
2194         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
2195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2196              Date: Thu, 27 Sep 2001 22:34:32 +0200
2197              Message-ID: <20010927223432.A1485@rafael>
2198      Branch: perl
2199            ! ext/B/B/Terse.pm
2200 ____________________________________________________________________________
2201 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
2202         Log: Subject: [PATCH] Cleanup of perldsc.pod      
2203              From: Casey West <casey@geeknest.com>
2204              Date: Thu, 27 Sep 2001 11:13:17 -0400
2205              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
2206      Branch: perl
2207            ! pod/perldsc.pod
2208 ____________________________________________________________________________
2209 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
2210         Log: Not everyone is using ithreads...
2211      Branch: perl
2212            ! ext/Devel/Peek/Peek.t
2213 ____________________________________________________________________________
2214 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
2215         Log: Document the nss_delete core dump workaround for HP-UX
2216              and Solaris, bug IDs 20010805.018 and 20010629.004.
2217      Branch: perl
2218            ! README.hpux README.solaris
2219 ____________________________________________________________________________
2220 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
2221         Log: Dump Unicode hash keys also as Unicode,
2222              not just as a byte string.
2223      Branch: perl
2224            ! dump.c ext/Devel/Peek/Peek.t
2225 ____________________________________________________________________________
2226 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
2227         Log: Integrate changes #12241 and #12242 from macperl:
2228              
2229              Remove unneeded disabling of umask() calls
2230              
2231              Note (get|set)sockopt are available.
2232      Branch: perl
2233           !> lib/File/Temp.pm pod/perlport.pod
2234 ____________________________________________________________________________
2235 [ 12244] By: sky                                   on 2001/09/27  08:53:00
2236         Log: Flush buffers on thread closedown.
2237      Branch: perl
2238            ! ext/threads/threads.xs
2239 ____________________________________________________________________________
2240 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
2241         Log: Dump SvUTF8(sv)s also as \x{...}.
2242              
2243              TODO: dump the SvUTF8() hash keys similarly. 
2244      Branch: perl
2245            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
2246 ____________________________________________________________________________
2247 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
2248         Log: Note (get|set)sockopt are available.
2249      Branch: maint-5.6/macperl
2250            ! pod/perlport.pod
2251 ____________________________________________________________________________
2252 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
2253         Log: Remove unneeded disabling of umask() calls
2254      Branch: maint-5.6/macperl
2255            ! lib/File/Temp.pm
2256 ____________________________________________________________________________
2257 [ 12240] By: sky                                   on 2001/09/26  18:44:56
2258         Log: Documention update
2259      Branch: perl
2260            ! ext/threads/threads.pm
2261 ____________________________________________________________________________
2262 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
2263         Log: Update Changes.
2264      Branch: perl
2265            ! Changes patchlevel.h
2266 ____________________________________________________________________________
2267 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
2268         Log: Check that all environment variables are tainted.
2269      Branch: perl
2270            ! t/op/taint.t
2271 ____________________________________________________________________________
2272 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
2273         Log: Manual integration error in #12235.
2274      Branch: perl
2275            ! lib/File/DosGlob.t
2276 ____________________________________________________________________________
2277 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
2278         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
2279              From: "chromatic" <chromatic@rmci.net>
2280              Date: Tue, 25 Sep 2001 23:57:07 -0600
2281              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
2282      Branch: perl
2283            ! perlio.c
2284 ____________________________________________________________________________
2285 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
2286         Log: Integrate macperl changes from Chris Nandor:
2287              12192 11817 11815 11813 11778 11775
2288              
2289              Update CPAN.pm to work with new Mac::BuildTools instead
2290              of ExtUtils::MM_MacOS "orphan" functions
2291              
2292              Fix test
2293              
2294              Make syntax check report in MPW style, fix tests
2295              to use Mac::err=unix to get normal-style error
2296              messages.
2297              
2298              More module and test ports from Thomas Wegner et al
2299              
2300              Fix open of /dev/null for Mac OS
2301              
2302              Allow for platforms to override formatting of errors
2303              on output from Matthias Neeracher (core files)
2304      Branch: perl
2305            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
2306            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
2307            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
2308           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
2309           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
2310           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
2311 ____________________________________________________________________________
2312 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
2313         Log: grrr.
2314      Branch: perl
2315            ! t/op/gv.t
2316 ____________________________________________________________________________
2317 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
2318         Log: Retract #12232.
2319      Branch: perl
2320            ! t/op/gv.t
2321 ____________________________________________________________________________
2322 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
2323         Log: (Retracted by #12233.)
2324      Branch: perl
2325            ! t/op/gv.t
2326 ____________________________________________________________________________
2327 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
2328         Log: Detypo.
2329      Branch: perl
2330            ! ext/Encode/Makefile.PL
2331 ____________________________________________________________________________
2332 [ 12230] By: sky                                   on 2001/09/26  11:36:23
2333         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
2334              We are using a "delay" here because we do not want to depend on thread synchronization issues.
2335      Branch: perl
2336            + ext/threads/t/stress_cv.t
2337            ! MANIFEST ext/threads/t/stress_string.t
2338 ____________________________________________________________________________
2339 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
2340         Log: NetWare tweak from Ananth Kesari.
2341      Branch: perl
2342            ! NetWare/t/Readme.txt
2343 ____________________________________________________________________________
2344 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
2345         Log: Trick to fool case-blind filesystems.
2346      Branch: perl
2347            ! ext/Encode/Makefile.PL
2348 ____________________________________________________________________________
2349 [ 12227] By: sky                                   on 2001/09/26  11:06:50
2350         Log: Threads can start executing in a different order than they were
2351              created.... so we cannot ok() inside the threadstarter.
2352      Branch: perl
2353            ! ext/threads/t/stress_string.t
2354 ____________________________________________________________________________
2355 [ 12226] By: sky                                   on 2001/09/26  07:41:45
2356         Log: Add in stress_string.t to stress test threads a bit more.
2357      Branch: perl
2358            + ext/threads/t/stress_string.t
2359            ! MANIFEST
2360 ____________________________________________________________________________
2361 [ 12225] By: sky                                   on 2001/09/26  07:04:21
2362         Log: Fix negative refcount introduced by #12223.
2363      Branch: perl
2364            ! ext/threads/threads.xs
2365 ____________________________________________________________________________
2366 [ 12224] By: sky                                   on 2001/09/26  06:57:58
2367         Log: Update documentation to match change #12223
2368      Branch: perl
2369            ! sharedsv.c
2370 ____________________________________________________________________________
2371 [ 12223] By: sky                                   on 2001/09/26  06:54:32
2372         Log: Use a separate interpreter for the sharedsv space. Another
2373              negative sv leak. Sigh.
2374      Branch: perl
2375            ! sharedsv.c
2376 ____________________________________________________________________________
2377 [ 12222] By: sky                                   on 2001/09/26  05:58:35
2378         Log: Do the environ assignment in perl_contruct to match perl_destruct.
2379              Now we don't need to perl_parse/perl_run. However environ is a
2380              global....
2381      Branch: perl
2382            ! perl.c
2383 ____________________________________________________________________________
2384 [ 12221] By: sky                                   on 2001/09/26  05:41:02
2385         Log: Move the creation of PL_strtab to perl_construct so we can work
2386              with HV and HEs without running perl_parse.
2387      Branch: perl
2388            ! perl.c
2389 ____________________________________________________________________________
2390 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
2391         Log: integrate macperl changes into maint-5.6
2392      Branch: maint-5.6/perl
2393           !> (integrate 26 files)
2394 ____________________________________________________________________________
2395 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
2396         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
2397              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
2398      Branch: maint-5.6/macperl
2399            ! macos/ext/Mac/Fonts/Fonts.xs
2400            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
2401 ____________________________________________________________________________
2402 [ 12218] By: ams                                   on 2001/09/25  23:31:33
2403         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
2404              From: Nicholas Clark <nick@ccl4.org>
2405              Date: Wed, 26 Sep 2001 01:20:20 +0100
2406              Message-Id: <20010926012020.B48092@plum.flirble.org>
2407      Branch: perl
2408            ! lib/AutoSplit.t
2409 ____________________________________________________________________________
2410 [ 12217] By: ams                                   on 2001/09/25  22:33:05
2411         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
2412              From: "Craig A. Berry" <craigberry@mac.com>
2413              Date: Tue, 25 Sep 2001 18:08:42 -0500
2414              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
2415      Branch: perl
2416            ! vms/vms.c
2417 ____________________________________________________________________________
2418 [ 12216] By: ams                                   on 2001/09/25  21:41:01
2419         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
2420              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
2421              From: Michael G Schwern <schwern@pobox.com>
2422              Date: Wed, 26 Sep 2001 00:38:21 -0400
2423              Message-Id: <20010926003821.A627@blackrider>
2424      Branch: perl
2425            ! lib/AutoSplit.t
2426 ____________________________________________________________________________
2427 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
2428         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
2429              From: Michael G Schwern <schwern@pobox.com>
2430              Date: Tue, 25 Sep 2001 17:43:49 -0400
2431              Message-ID: <20010925174349.B19534@blackrider>
2432      Branch: perl
2433            ! lib/Test/Simple.pm lib/Test/Utils.pm
2434 ____________________________________________________________________________
2435 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
2436         Log: Integrate changes from bleadperl.
2437      Branch: maint-5.6/macperl
2438           !> pod/perlport.pod
2439 ____________________________________________________________________________
2440 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
2441         Log: skip($mess) should result in one skip.
2442      Branch: perl
2443            ! t/test.pl
2444 ____________________________________________________________________________
2445 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
2446         Log: Integrate change #12200 from maintperl.
2447      Branch: maint-5.6/macperl
2448           !> win32/perlhost.h
2449 ____________________________________________________________________________
2450 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
2451         Log: Fix file types to "apple"
2452      Branch: maint-5.6/macperl
2453            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
2454            ! macos/ext/Mac/SAT/t/Collision.rsrc
2455 ____________________________________________________________________________
2456 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
2457         Log: Fix rsrc file as snd file; fix path in t file.
2458      Branch: maint-5.6/macperl
2459            ! macos/ext/Mac/Notification/t/Notification.rsrc
2460            ! macos/ext/Mac/Notification/t/Notification.t
2461 ____________________________________________________________________________
2462 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
2463         Log: Sync up with File::Find from bleadperl.
2464      Branch: maint-5.6/macperl
2465            ! lib/File/Find.pm t/lib/filefind-taint.t
2466 ____________________________________________________________________________
2467 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
2468         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
2469              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
2470              of hundreds)
2471      Branch: maint-5.6/macperl
2472            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
2473            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
2474            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
2475 ____________________________________________________________________________
2476 [ 12207] By: nick                                  on 2001/09/25  19:04:36
2477         Log: Integrate mainline (untested while modem is up)
2478      Branch: perlio
2479           +> lib/AutoSplit.t t/test.pl
2480            - lib/warnings/register.t
2481           !> (integrate 28 files)
2482 ____________________________________________________________________________
2483 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
2484         Log: perldiag entry for #12205.
2485      Branch: perl
2486            ! pod/perldiag.pod
2487 ____________________________________________________________________________
2488 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
2489         Log: Subject: [PATCH] warning on v-string in use/require
2490              From: John Peacock <jpeacock@rowman.com>
2491              Date: Mon, 24 Sep 2001 17:29:03 -0400
2492              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
2493      Branch: perl
2494            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
2495 ____________________________________________________________________________
2496 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
2497         Log: perltooc et al updates.
2498      Branch: perl
2499            ! plan9/mkfile pod/roffitall
2500 ____________________________________________________________________________
2501 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
2502         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
2503              From: Michael G Schwern <schwern@pobox.com>
2504              Date: Sun, 23 Sep 2001 00:07:12 -0400
2505              Message-ID: <20010923000712.A7005@blackrider>
2506      Branch: perl
2507            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
2508 ____________________________________________________________________________
2509 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
2510         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
2511              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2512              Date: Wed, 26 Sep 2001 01:25:10 +0900
2513              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
2514      Branch: perl
2515            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
2516            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
2517            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
2518 ____________________________________________________________________________
2519 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
2520         Log: Integrate change #12200 from maintperl;
2521              on windows, virtualized environment could propagate deleted variables
2522              into children if they happen to be at the very end of the table
2523      Branch: perl
2524           !> win32/perlhost.h
2525 ____________________________________________________________________________
2526 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
2527         Log: on windows, virtualized environment could propagate deleted variables
2528              into children if they happen to be at the very end of the table
2529              (thanks for succinct test case from Johan Holmberg, and fix from
2530              Doug Lankshear)
2531      Branch: maint-5.6/perl
2532            ! win32/perlhost.h
2533 ____________________________________________________________________________
2534 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
2535         Log: avoid the use of ftime() (it does a useless, potentially
2536              expensive call to GetTimeZoneInformation()); this potentially
2537              also results in three more digits of precision from
2538              Time::HiRes::time()
2539      Branch: perl
2540            ! ext/Time/HiRes/HiRes.xs
2541 ____________________________________________________________________________
2542 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
2543         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
2544              
2545              Note: io/binmode is failing, have to figure out why.
2546      Branch: perl
2547            + t/test.pl
2548            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
2549            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
2550            ! t/run/exit.t
2551 ____________________________________________________________________________
2552 [ 12197] By: ams                                   on 2001/09/25  13:48:55
2553         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
2554              From: Nicholas Clark <nick@ccl4.org>
2555              Date: Tue, 25 Sep 2001 00:37:40 +0100
2556              Message-Id: <20010925003740.S4971@plum.flirble.org>
2557              (Further changes expected.)
2558      Branch: perl
2559            + lib/AutoSplit.t
2560            ! MANIFEST
2561 ____________________________________________________________________________
2562 [ 12196] By: sky                                   on 2001/09/25  13:37:12
2563         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
2564              _ftime to try and be more robust.
2565      Branch: perl
2566            ! ext/Time/HiRes/HiRes.xs
2567 ____________________________________________________________________________
2568 [ 12194] By: ams                                   on 2001/09/25  11:40:00
2569         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
2570              From: "Craig A. Berry" <craigberry@mac.com>
2571              Date: Mon, 24 Sep 2001 17:54:20 -0500
2572              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
2573      Branch: perl
2574            ! vms/descrip_mms.template
2575 ____________________________________________________________________________
2576 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
2577         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
2578              not working, cursor not spinning (Bug #422129); external
2579              editor problems (Bug #456329); escape/cmd-. not activating
2580              "Cancel" in Save dialog box (Bug #446960); Runtimes not
2581              executing on launch (Bug #464441).
2582      Branch: maint-5.6/macperl
2583            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
2584            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
2585            ! macos/macperl/MacPerl.r
2586 ____________________________________________________________________________
2587 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
2588         Log: Update CPAN.pm to work with new Mac::BuildTools instead
2589              of ExtUtils::MM_MacOS "orphan" functions
2590      Branch: maint-5.6/macperl
2591            ! lib/CPAN.pm
2592 ____________________________________________________________________________
2593 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
2594         Log: Fix up another xsubpp problem (Matthias Neeracher)
2595      Branch: maint-5.6/macperl
2596            ! macos/xsubpp
2597 ____________________________________________________________________________
2598 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
2599         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
2600      Branch: maint-5.6/macperl
2601            ! macos/lib/ExtUtils/MM_MacOS.pm
2602 ____________________________________________________________________________
2603 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
2604         Log: Fix up Makefiles for more Mac:: modules (and prepare for
2605              static build ...?)
2606      Branch: maint-5.6/macperl
2607            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
2608            ! macos/macperl/Makefile.mk
2609 ____________________________________________________________________________
2610 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
2611         Log: Fix up tests
2612      Branch: maint-5.6/macperl
2613            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2614 ____________________________________________________________________________
2615 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
2616         Log: Make malloc smarter, fix bugs.  (Bug #404030)
2617      Branch: maint-5.6/macperl
2618            ! macos/icemalloc.c macos/icemalloc.h
2619 ____________________________________________________________________________
2620 [ 12186] By: nick                                  on 2001/09/24  19:18:17
2621         Log: Integrate mainline
2622      Branch: perlio
2623           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
2624           +> lib/filetest.t
2625           !> (integrate 30 files)
2626 ____________________________________________________________________________
2627 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
2628         Log: Retract #12136, the warnings::register is already
2629              tested by t/lib/warnings/9enabled, as pointed out
2630              by Paul Marquess.
2631      Branch: perl
2632            - lib/warnings/register.t
2633            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
2634 ____________________________________________________________________________
2635 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
2636         Log: fix Time::HiRes implementation of gettimeofday() on windows
2637              (HiRes.t#14 now passes)
2638      Branch: perl
2639            ! ext/Time/HiRes/HiRes.xs
2640 ____________________________________________________________________________
2641 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
2642         Log: File::Spec::catfile() canonifies everything to blackslashes on
2643              windows :-(
2644      Branch: perl
2645            ! lib/ExtUtils/Manifest.t
2646 ____________________________________________________________________________
2647 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
2648         Log: test number mismatch
2649      Branch: perl
2650            ! t/op/magic.t
2651 ____________________________________________________________________________
2652 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
2653         Log: ok().
2654      Branch: perl
2655            ! t/op/pack.t
2656 ____________________________________________________________________________
2657 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
2658         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
2659              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2660      Branch: perl
2661            ! pp_pack.c t/op/pack.t
2662 ____________________________________________________________________________
2663 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
2664         Log: Update Changes.
2665      Branch: perl
2666            ! Changes patchlevel.h
2667 ____________________________________________________________________________
2668 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
2669         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
2670              From: Michael G Schwern <schwern@pobox.com>
2671              Date: Mon, 24 Sep 2001 11:12:13 -0400
2672              Message-ID: <20010924111213.G27885@blackrider>
2673      Branch: perl
2674            ! lib/ExtUtils/Manifest.pm
2675 ____________________________________________________________________________
2676 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
2677         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
2678              From: Michael G Schwern <schwern@pobox.com> 
2679              Date: Mon, 24 Sep 2001 11:02:07 -0400
2680              Message-ID: <20010924110207.E27885@blackrider>
2681      Branch: perl
2682            ! vms/test.com
2683 ____________________________________________________________________________
2684 [ 12176] By: ams                                   on 2001/09/24  14:01:59
2685         Log: Update Changes.
2686      Branch: perl
2687            ! Changes
2688 ____________________________________________________________________________
2689 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
2690         Log: Various cleanups.
2691      Branch: perl
2692            ! ext/threads/Makefile.PL ext/threads/threads.xs
2693 ____________________________________________________________________________
2694 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
2695         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
2696      Branch: maint-5.6/macperl
2697           !> (integrate 33 files)
2698 ____________________________________________________________________________
2699 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
2700         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
2701              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2702              Date: Mon, 24 Sep 2001 20:04:58 +0900
2703              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
2704      Branch: perl
2705            ! ext/Encode/Encode/gb2312.enc
2706 ____________________________________________________________________________
2707 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
2708         Log: Clarifying comment to #12164.
2709      Branch: perl
2710            ! lib/Cwd.pm
2711 ____________________________________________________________________________
2712 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
2713         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
2714              From: Nicholas Clark <nick@ccl4.org>
2715              Date: Sun, 23 Sep 2001 23:00:56 +0100
2716              Message-ID: <20010923230055.Y4971@plum.flirble.org>
2717              
2718              (with "sample_constants" changed to "fallback")
2719      Branch: perl
2720            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
2721            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
2722            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
2723            ! lib/h2xs.t utils/h2xs.PL
2724 ____________________________________________________________________________
2725 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
2726         Log: Metaconfig unit change for #12167.
2727      Branch: metaconfig
2728            ! U/modified/Cppsym.U
2729 ____________________________________________________________________________
2730 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
2731         Log: Add a few glibc cpp symbols to probe for.
2732      Branch: perl
2733            ! Configure
2734 ____________________________________________________________________________
2735 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
2736         Log: DJGPP tweaks for Laszlo Molnar.
2737      Branch: perl
2738            ! djgpp/djgppsed.sh dosish.h
2739 ____________________________________________________________________________
2740 [ 12165] By: ams                                   on 2001/09/24  10:07:08
2741         Log: Subject: [PATCH t/op/inccode.t] More tests
2742              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2743              Date: 24 Sep 2001 10:01:44 -0000
2744              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
2745      Branch: perl
2746            ! t/op/inccode.t
2747 ____________________________________________________________________________
2748 [ 12164] By: ams                                   on 2001/09/24  09:43:29
2749         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
2750              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
2751              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
2752              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
2753      Branch: perl
2754            ! lib/Cwd.pm
2755 ____________________________________________________________________________
2756 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
2757         Log: 1_compile updates.
2758      Branch: perl
2759            ! t/lib/1_compile.t
2760 ____________________________________________________________________________
2761 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
2762         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
2763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2764              Date: Wed, 19 Sep 2001 22:47:14 +0200
2765              Message-ID: <20010919224714.A6382@rafael>
2766      Branch: perl
2767            ! pod/perlvar.pod pp_ctl.c
2768 ____________________________________________________________________________
2769 [ 12161] By: ams                                   on 2001/09/23  17:40:02
2770         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
2771              filetest Pragma
2772              From: "chromatic" <chromatic@rmci.net>
2773              Date: Sun, 23 Sep 2001 12:07:25 -0600
2774              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
2775      Branch: perl
2776            + lib/filetest.t
2777            ! MANIFEST t/lib/1_compile.t
2778 ____________________________________________________________________________
2779 [ 12160] By: ams                                   on 2001/09/23  16:32:11
2780         Log: Additional minor chdir() tweak.
2781      Branch: perl
2782            ! pod/perlfunc.pod
2783 ____________________________________________________________________________
2784 [ 12159] By: ams                                   on 2001/09/23  16:25:01
2785         Log: Subject: PATCH lib/ExtUtils/Command.t
2786              From: Abe Timmerman <abe@ztreet.demon.nl>
2787              Date: Sun, 23 Sep 2001 19:11:44 +0200
2788              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
2789      Branch: perl
2790            ! lib/ExtUtils/Command.t
2791 ____________________________________________________________________________
2792 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
2793         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
2794              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2795              Date: Sun, 23 Sep 2001 02:02:26 +0200
2796              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
2797      Branch: perl
2798            ! makedef.pl
2799 ____________________________________________________________________________
2800 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
2801         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
2802              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
2803              Date: Sat, 22 Sep 2001 12:54:39 -0500
2804              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
2805      Branch: perl
2806            ! t/op/study.t
2807 ____________________________________________________________________________
2808 [ 12156] By: nick                                  on 2001/09/23  07:48:44
2809         Log: Integrate mainline
2810      Branch: perlio
2811            - check83.pl
2812           !> ext/Encode/Encode/2022-cn.enc
2813 ____________________________________________________________________________
2814 [ 12155] By: nick                                  on 2001/09/23  07:48:01
2815         Log: Integrate mainline
2816      Branch: perlio
2817           +> (branch 64 files)
2818            - ext/Encode/Encode/cns11643-1.enc
2819            - ext/Encode/Encode/cns11643-2.enc
2820            - ext/Encode/Encode/iso2022-cn.enc
2821            - ext/Encode/Encode/iso2022-jp.enc
2822            - ext/Encode/Encode/iso2022-jp1.enc
2823            - ext/Encode/Encode/iso2022-jp2.enc
2824            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2825            - ext/Encode/Encode/iso8859-1.enc
2826            - ext/Encode/Encode/iso8859-1.ucm
2827            - ext/Encode/Encode/iso8859-10.enc
2828            - ext/Encode/Encode/iso8859-10.ucm
2829            - ext/Encode/Encode/iso8859-13.enc
2830            - ext/Encode/Encode/iso8859-13.ucm
2831            - ext/Encode/Encode/iso8859-14.enc
2832            - ext/Encode/Encode/iso8859-14.ucm
2833            - ext/Encode/Encode/iso8859-15.enc
2834            - ext/Encode/Encode/iso8859-15.ucm
2835            - ext/Encode/Encode/iso8859-16.enc
2836            - ext/Encode/Encode/iso8859-16.ucm
2837            - ext/Encode/Encode/iso8859-2.enc
2838            - ext/Encode/Encode/iso8859-2.ucm
2839            - ext/Encode/Encode/iso8859-3.enc
2840            - ext/Encode/Encode/iso8859-3.ucm
2841            - ext/Encode/Encode/iso8859-4.enc
2842            - ext/Encode/Encode/iso8859-4.ucm
2843            - ext/Encode/Encode/iso8859-5.enc
2844            - ext/Encode/Encode/iso8859-5.ucm
2845            - ext/Encode/Encode/iso8859-6.enc
2846            - ext/Encode/Encode/iso8859-6.ucm
2847            - ext/Encode/Encode/iso8859-7.enc
2848            - ext/Encode/Encode/iso8859-7.ucm
2849            - ext/Encode/Encode/iso8859-8.enc
2850            - ext/Encode/Encode/iso8859-8.ucm
2851            - ext/Encode/Encode/iso8859-9.enc
2852            - ext/Encode/Encode/iso8859-9.ucm
2853            - ext/Encode/Encode/isoir-197.enc
2854            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
2855            - t/lib/sample-tests/header_at_end
2856            - t/lib/sample-tests/header_at_end_fail
2857           !> (integrate 174 files)
2858 ____________________________________________________________________________
2859 [ 12154] By: ams                                   on 2001/09/23  07:11:46
2860         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
2861              by Blair Zajac.
2862      Branch: perl
2863            ! pod/perlfunc.pod
2864 ____________________________________________________________________________
2865 [ 12153] By: ams                                   on 2001/09/23  06:56:32
2866         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
2867              Forgotten deprecation of *glob{FILEHANDLE}?
2868              From: "chromatic" <chromatic@rmci.net>
2869              Date: Sat, 22 Sep 2001 21:27:56 -0600
2870              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
2871      Branch: perl
2872            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
2873 ____________________________________________________________________________
2874 [ 12152] By: ams                                   on 2001/09/23  06:42:58
2875         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
2876              From: Michael G Schwern <schwern@pobox.com>
2877              Date: Sun, 23 Sep 2001 03:34:39 -0400
2878              Message-Id: <20010923033439.E7005@blackrider>
2879      Branch: perl
2880            ! lib/File/Find.pm
2881 ____________________________________________________________________________
2882 [ 12151] By: ams                                   on 2001/09/23  06:37:57
2883         Log: Subject: Re: t/op/magic.t missing tests on Win32
2884              From: Michael G Schwern <schwern@pobox.com>
2885              Date: Sat, 22 Sep 2001 20:29:09 -0400
2886              Message-Id: <20010922202909.I18223@blackrider>
2887      Branch: perl
2888            ! t/op/magic.t
2889 ____________________________________________________________________________
2890 [ 12150] By: ams                                   on 2001/09/23  06:36:26
2891         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
2892              Dumpvalue.pm
2893              From: "chromatic" <chromatic@rmci.net>
2894              Date: Sat, 22 Sep 2001 19:41:31 -0600
2895              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
2896      Branch: perl
2897            + lib/Dumpvalue.t
2898            ! MANIFEST lib/Dumpvalue.pm
2899 ____________________________________________________________________________
2900 [ 12149] By: ams                                   on 2001/09/23  06:25:35
2901         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
2902              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2903              Date: Sun, 23 Sep 2001 15:27:56 +0900
2904              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
2905      Branch: perl
2906            ! ext/Encode/Encode/2022-cn.enc
2907 ____________________________________________________________________________
2908 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
2909         Log: Manual eror in #12147.
2910      Branch: perl
2911            ! win32/win32.c
2912 ____________________________________________________________________________
2913 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
2914         Log: Integrate change #12146 from maintperl;
2915              win32_chdir() et al don't handle a NULL argument gracefully
2916      Branch: perl
2917           !> win32/perlhost.h win32/win32.c
2918 ____________________________________________________________________________
2919 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
2920         Log: win32_chdir() et al don't handle a NULL argument gracefully
2921      Branch: maint-5.6/perl
2922            ! win32/perlhost.h win32/win32.c
2923 ____________________________________________________________________________
2924 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
2925         Log: typo in change#12026
2926      Branch: maint-5.6/perl
2927            ! op.c
2928 ____________________________________________________________________________
2929 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
2930         Log: Subject: [PATCH] Re: scalar context unpack bugs
2931              From: Nicholas Clark <nick@ccl4.org>
2932              Date: Sat, 22 Sep 2001 23:07:56 +0100
2933              Message-ID: <20010922230755.O4971@plum.flirble.org>
2934      Branch: perl
2935            ! pp_pack.c t/op/pack.t
2936 ____________________________________________________________________________
2937 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
2938         Log: Try ExtUtils::Command.t everywhere, not just on Win32
2939              (as suggested by NI-S).  Also allow running it either
2940              in t/ or in the main directory.
2941      Branch: perl
2942            ! lib/ExtUtils/Command.t
2943 ____________________________________________________________________________
2944 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
2945         Log: Update the test on warnings/register.t.
2946      Branch: perl
2947            ! t/lib/1_compile.t
2948 ____________________________________________________________________________
2949 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
2950         Log: The code is now almost tidy enough to keep the IRIX cc happy.
2951      Branch: perl
2952            ! hints/irix_6.sh
2953 ____________________________________________________________________________
2954 [ 12140] By: ams                                   on 2001/09/22  17:26:32
2955         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
2956              use_ithreads
2957              From: "Craig A. Berry" <craigberry@mac.com>
2958              Date: Sat, 22 Sep 2001 13:15:32 -0500
2959              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
2960      Branch: perl
2961            ! configure.com
2962 ____________________________________________________________________________
2963 [ 12139] By: ams                                   on 2001/09/22  16:44:08
2964         Log: Do what perl_clone() does for sharedsv functions.
2965      Branch: perl
2966            ! embed.pl proto.h
2967 ____________________________________________________________________________
2968 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
2969         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
2970              (suggested by Sarathy, extensions shouldn't be dabbling with
2971              op structures, so binary backward compatibility should not be
2972              an issue.)
2973      Branch: perl
2974            ! hints/irix_6.sh op.h
2975 ____________________________________________________________________________
2976 [ 12137] By: ams                                   on 2001/09/22  16:21:05
2977         Log: More cleanups. (What's PERL_DECL_PROT?)
2978      Branch: perl
2979            ! embed.pl proto.h sharedsv.h
2980 ____________________________________________________________________________
2981 [ 12136] By: ams                                   on 2001/09/22  15:14:34
2982         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
2983              Add Tests for warnings::register, Doc Update
2984              From: "chromatic" <chromatic@rmci.net>
2985              Date: Sat, 22 Sep 2001 09:43:20 -0600
2986              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
2987      Branch: perl
2988            + lib/warnings/register.t
2989            ! MANIFEST lib/warnings/register.pm
2990 ____________________________________________________________________________
2991 [ 12135] By: ams                                   on 2001/09/22  15:07:50
2992         Log: `@foo' should be @foo for consistency.
2993      Branch: perl
2994            ! pod/perldiag.pod
2995 ____________________________________________________________________________
2996 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
2997         Log: (Retracted by #12138)
2998              
2999              Add -woff (turn warning off) 3187:
3000              "A pointer is converted to a smaller integer."
3001              This happens when your pointers are 64-bit: then every case
3002              of converting pointers to PADOFFSETs (explicitly 32-bit)
3003              faces truncation (even explicit use of INT2PTR doesn't help).
3004              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
3005              Changing PADOFFSET from U32 to UV would help, but that
3006              would break binary backward compatibility of BASEOP and padop
3007              (assuming you have been using 64-bit pointers).
3008      Branch: perl
3009            ! hints/irix_6.sh
3010 ____________________________________________________________________________
3011 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
3012         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
3013              but the name comes from the inside the file, not from the file
3014              name, and Rumanian is the name of the language.
3015      Branch: perl
3016            + ext/Encode/Encode/macRumanian.enc
3017            - ext/Encode/Encode/macRomania.enc
3018            ! MANIFEST
3019 ____________________________________________________________________________
3020 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
3021         Log: Rename perltootc as perltooc for 8.3-friedliness.
3022      Branch: perl
3023            + pod/perltooc.pod
3024            - pod/perltootc.pod
3025            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
3026            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
3027            ! pod/perltoot.pod
3028 ____________________________________________________________________________
3029 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
3030         Log: Find more conflicts by lowercasing.
3031      Branch: perl
3032            + Porting/check83.pl
3033            - check83.pl
3034            ! MANIFEST
3035 ____________________________________________________________________________
3036 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
3037         Log: The AIX cc 5.0.0.0 is simply too buggy.
3038      Branch: perl
3039            ! hints/aix.sh
3040 ____________________________________________________________________________
3041 [ 12129] By: ams                                   on 2001/09/22  12:35:38
3042         Log: Uninteresting cleanup.
3043      Branch: perl
3044            ! form.h
3045 ____________________________________________________________________________
3046 [ 12128] By: ams                                   on 2001/09/22  12:28:48
3047         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
3048              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3049              Date: Sat, 22 Sep 2001 14:29:13 +0100
3050              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
3051      Branch: perl
3052            ! cv.h
3053 ____________________________________________________________________________
3054 [ 12127] By: ams                                   on 2001/09/22  12:04:28
3055         Log: What's a backet?
3056      Branch: perl
3057            ! dump.c
3058 ____________________________________________________________________________
3059 [ 12126] By: ams                                   on 2001/09/22  10:02:34
3060         Log: Removed duplicated tests #19 and #20.
3061      Branch: perl
3062            ! t/op/do.t
3063 ____________________________________________________________________________
3064 [ 12125] By: ams                                   on 2001/09/22  03:58:41
3065         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
3066              From: Michael Carman <mjcarman@home.com>
3067              Date: Fri, 21 Sep 2001 17:54:05 -0500
3068              Message-Id: <3BABC50D.6040202@home.com>
3069              (Applied with some changes.)
3070      Branch: perl
3071            ! pod/perlmod.pod
3072 ____________________________________________________________________________
3073 [ 12124] By: ams                                   on 2001/09/22  03:44:19
3074         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
3075              From: Michael G Schwern <schwern@pobox.com>
3076              Date: Fri, 21 Sep 2001 19:20:40 -0400
3077              Message-Id: <20010921192040.E5494@blackrider>
3078      Branch: perl
3079            ! t/op/chdir.t
3080 ____________________________________________________________________________
3081 [ 12123] By: ams                                   on 2001/09/22  03:41:08
3082         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
3083              From: Blair Zajac <blair@orcaware.com>
3084              Date: Fri, 21 Sep 2001 15:13:04 -0700
3085              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
3086      Branch: perl
3087            ! t/op/chdir.t
3088 ____________________________________________________________________________
3089 [ 12122] By: ams                                   on 2001/09/22  03:37:07
3090         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
3091              20010920.007
3092              From: Michael G Schwern <schwern@pobox.com>
3093              Date: Fri, 21 Sep 2001 17:59:03 -0400
3094              Message-Id: <20010921175903.V5494@blackrider>
3095      Branch: perl
3096            ! t/op/do.t
3097 ____________________________________________________________________________
3098 [ 12121] By: ams                                   on 2001/09/22  03:30:38
3099         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
3100              suite on WinCE)
3101              From: Michael G Schwern <schwern@pobox.com>
3102              Date: Fri, 21 Sep 2001 19:41:03 -0400
3103              Message-Id: <20010921194103.G5494@blackrider>
3104      Branch: perl
3105            ! pod/perlport.pod
3106 ____________________________________________________________________________
3107 [ 12120] By: ams                                   on 2001/09/22  03:28:06
3108         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
3109              From: Michael G Schwern <schwern@pobox.com>
3110              Date: Fri, 21 Sep 2001 17:33:35 -0400
3111              Message-Id: <20010921173335.T5494@blackrider>
3112              ($ENV{FOO}=undef hunk not applied.)
3113      Branch: perl
3114            ! t/op/magic.t
3115 ____________________________________________________________________________
3116 [ 12119] By: ams                                   on 2001/09/22  03:02:26
3117         Log: Subject: [PATCH] perldiag.pod
3118              From: Peter Scott <Peter@PSDT.com>
3119              Date: Fri, 21 Sep 2001 18:54:50 -0700
3120              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
3121              (Moved to the right place.)
3122      Branch: perl
3123            ! pod/perldiag.pod
3124 ____________________________________________________________________________
3125 [ 12118] By: ams                                   on 2001/09/21  20:05:29
3126         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
3127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3128              Date: Fri, 21 Sep 2001 22:36:54 +0200
3129              Message-Id: <20010921223654.A12742@rafael>
3130      Branch: perl
3131            ! t/op/do.t
3132 ____________________________________________________________________________
3133 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
3134         Log: Restore things as they were before
3135              the backward compatibility police notices.
3136      Branch: perl
3137            ! lib/Cwd.pm
3138 ____________________________________________________________________________
3139 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
3140         Log: More Cwd from Schwern: make also OS/2 and DOS
3141              Cwd agree with File::Spec (that is, native path
3142              syntax using \ instead of / -- backward compatibility
3143              polic warning) and stop Win32 from using bsd_realpath().
3144      Branch: perl
3145            ! lib/Cwd.pm
3146 ____________________________________________________________________________
3147 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
3148         Log: Subject: [PATCH @12110] RE: Untested libraries update
3149              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3150              Date: Fri, 21 Sep 2001 18:21:07 +0100
3151              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
3152      Branch: perl
3153            ! lib/warnings/register.pm
3154 ____________________________________________________________________________
3155 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
3156         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
3157              From: Michael G Schwern <schwern@pobox.com>
3158              Date: Thu, 20 Sep 2001 22:54:02 -0400
3159              Message-ID: <20010920225402.A3611@blackrider>
3160      Branch: perl
3161            ! lib/Cwd.pm
3162 ____________________________________________________________________________
3163 [ 12113] By: ams                                   on 2001/09/21  17:08:24
3164         Log: Subject: [PATCH] avoid v-strings with require/use
3165              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3166              Date: Fri, 21 Sep 2001 12:34:40 -0400
3167              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
3168      Branch: perl
3169            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
3170            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
3171            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3172            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3173            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3174            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
3175            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3176            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3177            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3178            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3179            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
3180            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
3181            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
3182            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3183            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
3184            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
3185            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
3186            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
3187            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
3188 ____________________________________________________________________________
3189 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
3190         Log: Update Changes.
3191      Branch: perl
3192            ! Changes patchlevel.h
3193 ____________________________________________________________________________
3194 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
3195         Log: Make AIX and Tru64 compilers happy.  
3196      Branch: perl
3197            ! ext/threads/threads.h ext/threads/threads.xs
3198 ____________________________________________________________________________
3199 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
3200         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
3201              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3202              Date: 21 Sep 2001 09:16:37 -0000
3203              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
3204      Branch: perl
3205            ! toke.c
3206 ____________________________________________________________________________
3207 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
3208         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
3209              From: Michael G Schwern <schwern@pobox.com>
3210              Date: Thu, 20 Sep 2001 21:21:34 -0400
3211              Message-ID: <20010920212134.Y28291@blackrider>
3212      Branch: perl
3213            ! pp_sys.c
3214 ____________________________________________________________________________
3215 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
3216         Log: Subject: Re: GDB Debugging Macros from mod_perl
3217              From: rspier@pobox.com (Robert Spier)
3218              Date: Thu, 20 Sep 2001 22:45:03 -0700
3219              Message-ID: <15274.54239.413929.49430@rls.cx>
3220      Branch: perl
3221            ! pod/perltodo.pod
3222 ____________________________________________________________________________
3223 [ 12105] By: sky                                   on 2001/09/21  10:33:34
3224         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
3225              timezone! GetSystemTime should be available on all Win32 
3226              platforms we support. Perhaps Time::HiRes should be extended to
3227              support WinCE and Novell?
3228      Branch: perl
3229            ! ext/Time/HiRes/HiRes.xs
3230 ____________________________________________________________________________
3231 [ 12104] By: sky                                   on 2001/09/21  08:12:39
3232         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
3233      Branch: perl
3234            ! ext/threads/threads.h ext/threads/threads.xs
3235 ____________________________________________________________________________
3236 [ 12103] By: sky                                   on 2001/09/21  07:57:41
3237         Log: Rename the *thread* functions to Perl_* to avoid clashes.
3238              Notably on AIX but could become a problem on other platforms.
3239      Branch: perl
3240            ! ext/threads/threads.h ext/threads/threads.xs
3241 ____________________________________________________________________________
3242 [ 12102] By: sky                                   on 2001/09/21  07:35:30
3243         Log: Add the shared sv space to the global vars.
3244              Fix problems compiling on win32.
3245      Branch: perl
3246            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
3247            ! sharedsv.c sharedsv.h
3248 ____________________________________________________________________________
3249 [ 12101] By: ams                                   on 2001/09/21  00:19:55
3250         Log: Subject: [PATCH] win32/Makefile warning fix
3251              From: Blair Zajac <blair@orcaware.com>
3252              Date: Thu, 20 Sep 2001 18:15:43 -0700
3253              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
3254      Branch: perl
3255            ! win32/Makefile
3256 ____________________________________________________________________________
3257 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
3258         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
3259              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3260              Date: Thu, 20 Sep 2001 18:36:22 +0200
3261              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
3262      Branch: perl
3263            ! lib/ExtUtils/Command.t
3264 ____________________________________________________________________________
3265 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
3266         Log: Cant spl wirth a dam.
3267      Branch: perl
3268            ! intrpvar.h
3269 ____________________________________________________________________________
3270 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
3271         Log: Don't use C++ comments.
3272      Branch: perl
3273            ! ext/threads/threads.xs
3274 ____________________________________________________________________________
3275 [ 12097] By: ams                                   on 2001/09/20  21:42:07
3276         Log: Change #12044 didn't.
3277      Branch: perl
3278            ! lib/constant.pm
3279 ____________________________________________________________________________
3280 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
3281         Log: Metaconfig unit changes for #12095.
3282      Branch: metaconfig
3283            ! U/modified/Myinit.U U/modified/libs.U
3284 ____________________________________________________________________________
3285 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
3286         Log: Remove iconv references since we are not using it
3287              and not going to; regen perltoc, perlmodlib.
3288              (Some references still linger in perltoc, have to figure
3289              out where they are coming from.)
3290      Branch: perl
3291            ! Configure NetWare/config.wc NetWare/config_H.wc
3292            ! Porting/Glossary Porting/config.sh Porting/config_H
3293            ! config_h.SH configure.com epoc/config.sh perl.h
3294            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
3295            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3296            ! vos/config.ga.h win32/config.bc win32/config.gc
3297            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3298            ! win32/config_H.vc wince/config.ce wince/config.h
3299            ! wince/config_H.ce
3300 ____________________________________________________________________________
3301 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
3302         Log: Subject: [PATCH docs] Re: ARGV and read
3303              From: Dave Mitchell <davem@fdgroup.co.uk>
3304              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
3305              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
3306      Branch: perl
3307            ! pod/perltodo.pod pod/perlvar.pod
3308 ____________________________________________________________________________
3309 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
3310         Log: Fresh copies from the cvs.perl.org perlfaq repository.
3311      Branch: perl
3312            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3313            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3314            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3315            ! pod/perlfaq9.pod
3316 ____________________________________________________________________________
3317 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
3318         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
3319              From: Nicholas Clark <nick@ccl4.org>
3320              Date: Thu, 20 Sep 2001 14:27:08 +0100
3321              Message-ID: <20010920142708.X4971@plum.flirble.org>
3322      Branch: perl
3323            ! pp_pack.c t/op/pack.t
3324 ____________________________________________________________________________
3325 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
3326         Log: The sharedsv_space* are variables, not code.  Duh.
3327      Branch: perl
3328            ! intrpvar.h makedef.pl
3329 ____________________________________________________________________________
3330 [ 12090] By: ams                                   on 2001/09/20  11:26:06
3331         Log: Subject: [patch lib/lib_pm.PL]
3332              From: Stas Bekman <stas@stason.org>
3333              Date: Thu, 20 Sep 2001 18:48:53 +0800
3334              Message-Id: <3BA9C995.6010302@stason.org>
3335              (Applied by hand.)
3336      Branch: perl
3337            ! lib/lib_pm.PL
3338 ____________________________________________________________________________
3339 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
3340         Log: Only 21 tests, skipping or not.
3341      Branch: perl
3342            ! lib/ExtUtils/Command.t
3343 ____________________________________________________________________________
3344 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
3345         Log: New exported symbols.
3346      Branch: perl
3347            ! makedef.pl
3348 ____________________________________________________________________________
3349 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
3350         Log: Update Changes.
3351      Branch: perl
3352            ! Changes patchlevel.h
3353 ____________________________________________________________________________
3354 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
3355         Log: Correct numbering of the tests is useful.
3356      Branch: perl
3357            ! ext/threads/t/basic.t
3358 ____________________________________________________________________________
3359 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
3360         Log: More tests now too.
3361      Branch: perl
3362            ! lib/ExtUtils/Command.t
3363 ____________________________________________________________________________
3364 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
3365         Log: More tests now.
3366      Branch: perl
3367            ! ext/threads/t/basic.t
3368 ____________________________________________________________________________
3369 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
3370         Log: The test assumed 7-bit ASCII.  Now it "just"
3371              assumes 8-bit whatever.
3372      Branch: perl
3373            ! t/op/crypt.t
3374 ____________________________________________________________________________
3375 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
3376         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
3377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3378              Date: Wed, 19 Sep 2001 11:45:28 +0200
3379              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
3380              
3381              Lvalue casts are not portable.
3382      Branch: perl
3383            ! ext/threads/threads.xs
3384 ____________________________________________________________________________
3385 [ 12081] By: sky                                   on 2001/09/19  10:17:52
3386         Log: Make the basic test contain only realy basic API tests
3387              Seems to be a problem with detach.
3388      Branch: perl
3389            ! ext/threads/t/basic.t
3390 ____________________________________________________________________________
3391 [ 12080] By: ams                                   on 2001/09/19  01:23:55
3392         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
3393              From: Michael G Schwern <schwern@pobox.com>
3394              Date: Tue, 18 Sep 2001 19:53:48 -0400
3395              Message-Id: <20010918195348.M585@blackrider>
3396              
3397              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
3398              From: Michael G Schwern <schwern@pobox.com>
3399              Date: Tue, 18 Sep 2001 22:07:13 -0400
3400              Message-Id: <20010918220713.B19616@blackrider>
3401      Branch: perl
3402            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
3403            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3404            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
3405            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
3406            ! lib/Test/Tutorial.pod
3407 ____________________________________________________________________________
3408 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
3409         Log: Indent the test a bit.
3410      Branch: perl
3411            ! ext/threads/t/basic.t
3412 ____________________________________________________________________________
3413 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
3414         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
3415              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3416              Date: Tue, 18 Sep 2001 18:06:44 +0200
3417              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
3418      Branch: perl
3419            ! win32/win32.c
3420 ____________________________________________________________________________
3421 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
3422         Log: Subject: stat access time is wrong on Win95
3423              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3424              Date: Tue, 18 Sep 2001 21:59:24 +0200
3425              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
3426      Branch: perl
3427            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
3428 ____________________________________________________________________________
3429 [ 12076] By: ams                                   on 2001/09/18  22:11:25
3430         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
3431              From: Michael G Schwern <schwern@pobox.com>
3432              Date: Tue, 18 Sep 2001 18:47:14 -0400
3433              Message-Id: <20010918184714.I585@blackrider>
3434      Branch: perl
3435            ! t/op/crypt.t
3436 ____________________________________________________________________________
3437 [ 12075] By: sky                                   on 2001/09/18  19:29:37
3438         Log: two test failures
3439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3440              Message-ID: <20010918221702.A17408@rafael>
3441              partly applied, #12074 already fixed half the patch
3442      Branch: perl
3443            ! ext/threads/t/basic.t
3444 ____________________________________________________________________________
3445 [ 12074] By: sky                                   on 2001/09/18  18:49:03
3446         Log: Fixes test case failure introduced by #12071, the warning is
3447              now correctly spelled :-)
3448      Branch: perl
3449            ! ext/IO/lib/IO/t/io_sel.t
3450 ____________________________________________________________________________
3451 [ 12073] By: sky                                   on 2001/09/18  18:46:22
3452         Log: Make the test behave properly!
3453      Branch: perl
3454            ! ext/threads/t/basic.t
3455 ____________________________________________________________________________
3456 [ 12072] By: ams                                   on 2001/09/18  18:44:59
3457         Log: OP_RCATLINE is an SVOP, not a BASEOP.
3458      Branch: perl
3459            ! opcode.h opcode.pl
3460 ____________________________________________________________________________
3461 [ 12071] By: ams                                   on 2001/09/18  18:06:27
3462         Log: Deprecate != Depreciate.
3463      Branch: perl
3464            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
3465            ! lib/Pod/ParseUtils.pm
3466 ____________________________________________________________________________
3467 [ 12070] By: ams                                   on 2001/09/18  15:14:58
3468         Log: Subject: [PATCH] Getopt::Std cleanup
3469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3470              Date: Tue, 18 Sep 2001 17:32:13 +0200
3471              Message-Id: <20010918173213.C777@rafael>
3472      Branch: perl
3473            ! lib/Getopt/Std.pm lib/Getopt/Std.t
3474 ____________________________________________________________________________
3475 [ 12069] By: sky                                   on 2001/09/18  14:56:33
3476         Log: Forgot the makefile
3477      Branch: perl
3478            + ext/threads/Makefile.PL
3479 ____________________________________________________________________________
3480 [ 12068] By: sky                                   on 2001/09/18  14:13:26
3481         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
3482              The test will fail because of Test.pm not knowing about threads. 
3483              basic needs to be manually tested
3484              compile time warnings on IV2PTR conversions need to be fixed
3485      Branch: perl
3486            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
3487            + ext/threads/threads.h ext/threads/threads.pm
3488            + ext/threads/threads.xs
3489            ! MANIFEST
3490 ____________________________________________________________________________
3491 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
3492         Log: DJGPP tweak from Laszlo Molnar.
3493      Branch: perl
3494            ! djgpp/config.over
3495 ____________________________________________________________________________
3496 [ 12066] By: sky                                   on 2001/09/18  10:24:31
3497         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
3498      Branch: perl
3499            ! sharedsv.c sharedsv.h
3500 ____________________________________________________________________________
3501 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
3502         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
3503              ditto ^cns.
3504      Branch: perl
3505            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
3506            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
3507            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
3508            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
3509            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
3510            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
3511            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
3512            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
3513            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
3514            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
3515            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
3516            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
3517            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
3518            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
3519            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
3520            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
3521            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
3522            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
3523            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
3524            + ext/Encode/Encode/ir-197.enc
3525            - ext/Encode/Encode/cns11643-1.enc
3526            - ext/Encode/Encode/cns11643-2.enc
3527            - ext/Encode/Encode/iso2022-cn.enc
3528            - ext/Encode/Encode/iso2022-jp.enc
3529            - ext/Encode/Encode/iso2022-jp1.enc
3530            - ext/Encode/Encode/iso2022-jp2.enc
3531            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3532            - ext/Encode/Encode/iso8859-1.enc
3533            - ext/Encode/Encode/iso8859-1.ucm
3534            - ext/Encode/Encode/iso8859-10.enc
3535            - ext/Encode/Encode/iso8859-10.ucm
3536            - ext/Encode/Encode/iso8859-11.enc
3537            - ext/Encode/Encode/iso8859-11.ucm
3538            - ext/Encode/Encode/iso8859-13.enc
3539            - ext/Encode/Encode/iso8859-13.ucm
3540            - ext/Encode/Encode/iso8859-14.enc
3541            - ext/Encode/Encode/iso8859-14.ucm
3542            - ext/Encode/Encode/iso8859-15.enc
3543            - ext/Encode/Encode/iso8859-15.ucm
3544            - ext/Encode/Encode/iso8859-16.enc
3545            - ext/Encode/Encode/iso8859-16.ucm
3546            - ext/Encode/Encode/iso8859-2.enc
3547            - ext/Encode/Encode/iso8859-2.ucm
3548            - ext/Encode/Encode/iso8859-3.enc
3549            - ext/Encode/Encode/iso8859-3.ucm
3550            - ext/Encode/Encode/iso8859-4.enc
3551            - ext/Encode/Encode/iso8859-4.ucm
3552            - ext/Encode/Encode/iso8859-5.enc
3553            - ext/Encode/Encode/iso8859-5.ucm
3554            - ext/Encode/Encode/iso8859-6.enc
3555            - ext/Encode/Encode/iso8859-6.ucm
3556            - ext/Encode/Encode/iso8859-7.enc
3557            - ext/Encode/Encode/iso8859-7.ucm
3558            - ext/Encode/Encode/iso8859-8.enc
3559            - ext/Encode/Encode/iso8859-8.ucm
3560            - ext/Encode/Encode/iso8859-9.enc
3561            - ext/Encode/Encode/iso8859-9.ucm
3562            - ext/Encode/Encode/isoir-197.enc
3563            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
3564 ____________________________________________________________________________
3565 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
3566         Log: Must Uppercase.
3567      Branch: perl
3568            ! ext/Encode/Encode.pm
3569 ____________________________________________________________________________
3570 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
3571         Log: Add various encodings.
3572      Branch: perl
3573            + ext/Encode/Encode/iso8859-11.enc
3574            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
3575            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
3576            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
3577            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
3578            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
3579            + ext/Encode/Encode/viscii.ucm
3580            ! MANIFEST ext/Encode/Encode.pm
3581 ____________________________________________________________________________
3582 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
3583         Log: lib/unicode relic.
3584      Branch: perl
3585            ! ext/Encode/compile
3586 ____________________________________________________________________________
3587 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
3588         Log: Subject: [PATCH] Re: filename problems
3589              From: Michael G Schwern <schwern@pobox.com>
3590              Date: Mon, 17 Sep 2001 17:26:26 -0400
3591              Message-ID: <20010917172626.Q585@blackrider>
3592      Branch: perl
3593            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
3594            - t/lib/sample-tests/header_at_end
3595            - t/lib/sample-tests/header_at_end_fail
3596            ! MANIFEST lib/Test/Harness/t/test-harness.t
3597 ____________________________________________________________________________
3598 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
3599         Log: Explicitly explain the 1e9 seconds, not everybody
3600              is a C geek.
3601      Branch: perl
3602            ! ext/Time/HiRes/HiRes.pm
3603 ____________________________________________________________________________
3604 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
3605         Log: Explain an apparent bug reported by
3606              Richard J. Barbalace <rjbarbal@MIT.EDU>,
3607              with additional explanation from Gisle Aas.
3608      Branch: perl
3609            ! ext/Time/HiRes/HiRes.pm
3610 ____________________________________________________________________________
3611 [ 12058] By: ams                                   on 2001/09/17  19:52:01
3612         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
3613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3614              Date: Mon, 17 Sep 2001 22:48:05 +0200
3615              Message-Id: <20010917224805.C11744@rafael>
3616      Branch: perl
3617            ! t/lib/warnings/op t/lib/warnings/pp
3618 ____________________________________________________________________________
3619 [ 12057] By: ams                                   on 2001/09/17  16:51:18
3620         Log: Its a nit!
3621      Branch: perl
3622            ! sv.h
3623 ____________________________________________________________________________
3624 [ 12056] By: ams                                   on 2001/09/17  16:47:55
3625         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
3626              From: "Craig A. Berry" <craigberry@mac.com>
3627              Date: Mon, 17 Sep 2001 12:34:20 -0500
3628              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
3629      Branch: perl
3630            ! vms/vms.c
3631 ____________________________________________________________________________
3632 [ 12055] By: ams                                   on 2001/09/17  16:05:15
3633         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
3634              From: Gisle Aas <gisle@ActiveState.com>
3635              Date: 16 Apr 2001 16:20:34 -0700
3636              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
3637              (Applied by hand.)
3638      Branch: perl
3639            ! lib/CPAN.pm lib/CPAN/Nox.pm
3640 ____________________________________________________________________________
3641 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
3642         Log: Update Changes.
3643      Branch: perl
3644            ! Changes patchlevel.h
3645 ____________________________________________________________________________
3646 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
3647         Log: Adding new files to the MANIFEST is always nice.
3648      Branch: perl
3649            ! MANIFEST
3650 ____________________________________________________________________________
3651 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
3652         Log: Reindent the PerlIO files (suggested by NI-S), used
3653              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
3654              (GNU indent).  Note that wholesale re-indenting might
3655              be nice, but that would break nice formatting/alignment
3656              of assignments, equality testing, and complex boolean
3657              expressions with lots of &s and |s.
3658      Branch: perl
3659            ! perlio.c perlio.h perliol.h
3660 ____________________________________________________________________________
3661 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
3662         Log: Add a script for being 8.3-polite.
3663              The found conflicts are being worked on.
3664      Branch: perl
3665            + check83.pl
3666            ! MANIFEST Porting/pumpkin.pod
3667 ____________________________________________________________________________
3668 [ 12050] By: sky                                   on 2001/09/17  12:44:36
3669         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
3670              finding it.
3671      Branch: perl
3672            ! sv.c
3673 ____________________________________________________________________________
3674 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
3675         Log: Bump up versions because of #12041.
3676      Branch: perl
3677            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
3678            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
3679            ! lib/Time/localtime.pm
3680 ____________________________________________________________________________
3681 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
3682         Log: Bump the version number because of #12042.
3683      Branch: perl
3684            ! lib/CPAN/FirstTime.pm
3685 ____________________________________________________________________________
3686 [ 12047] By: ams                                   on 2001/09/17  11:21:40
3687         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
3688              From: Abhijit Menon-Sen <ams@wiw.org>
3689              Date: Mon, 17 Sep 2001 17:44:12 +0530
3690              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
3691      Branch: perl
3692            ! op.c
3693 ____________________________________________________________________________
3694 [ 12046] By: sky                                   on 2001/09/17  07:14:17
3695         Log: Subject: Re: t/op/ver.t using skip() improperly
3696              From: "chromatic" <chromatic@rmci.net>
3697              Date: Mon, 17 Sep 2001 00:22:29 -0600
3698              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
3699      Branch: perl
3700            ! t/op/ver.t
3701 ____________________________________________________________________________
3702 [ 12045] By: nick                                  on 2001/09/17  07:12:14
3703         Log: Integrate mainline
3704      Branch: perlio
3705           +> t/op/chdir.t
3706           !> (integrate 117 files)
3707 ____________________________________________________________________________
3708 [ 12044] By: ams                                   on 2001/09/17  05:49:53
3709         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
3710              From: Ilmari Karonen <iltzu@sci.fi>
3711              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
3712              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
3713              (And $VERSION = '1.05'.)
3714      Branch: perl
3715            ! lib/constant.pm
3716 ____________________________________________________________________________
3717 [ 12043] By: ams                                   on 2001/09/17  05:44:50
3718         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
3719              From: Michael G Schwern <schwern@pobox.com>
3720              Date: Mon, 17 Sep 2001 07:49:04 +0200
3721              Message-Id: <20010917074904.V1588@blackrider>
3722              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
3723      Branch: perl
3724            + t/op/chdir.t
3725            ! MANIFEST pp_sys.c
3726 ____________________________________________________________________________
3727 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
3728         Log: Subject: Re: CPAN.pm needs some hacking 
3729              From: "chromatic" <chromatic@rmci.net>
3730              Date: Sun, 16 Sep 2001 16:46:29 -0600
3731              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
3732      Branch: perl
3733            ! lib/CPAN/FirstTime.pm
3734 ____________________________________________________________________________
3735 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
3736         Log: Change use|require 5.005_64 to use|require 5.6.1.
3737      Branch: perl
3738            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
3739            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3740            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3741            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
3742            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3743            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3744            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3745            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
3746            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
3747            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3748            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3749            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3750            ! lib/base.pm lib/fields.pm
3751 ____________________________________________________________________________
3752 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
3753         Log: Bump up version numbers.
3754              
3755              TODO 1: double check that pre-5.6.1 CPAN.pm:s
3756              don't try to download 5.8.0 because of the
3757              version numbers.  Mainly this means using _00
3758              in the core version numbers.
3759              
3760              TODO 2: the "use 5.005_64" in many modules
3761              needs to be changed to, say, "use 5.6.1".
3762      Branch: perl
3763            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
3764            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
3765            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
3766            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
3767            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
3768            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
3769            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3770            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
3771            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
3772            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
3773            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
3774 ____________________________________________________________________________
3775 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
3776         Log: Use UCHARAT() as suggested by Inaba Hiroto.
3777      Branch: perl
3778            ! regexec.c
3779 ____________________________________________________________________________
3780 [ 12038] By: ams                                   on 2001/09/16  15:16:24
3781         Log: Subject: [PATCH] Re: Core module version numbers review
3782              From: Peter Scott <Peter@PSDT.com>
3783              Date: Sun, 16 Sep 2001 09:09:58 -0700
3784              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
3785      Branch: perl
3786            ! lib/perl5db.pl
3787 ____________________________________________________________________________
3788 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
3789         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
3790              not yet fully implemented.
3791      Branch: perl
3792            ! pod/perlfunc.pod pod/perlunicode.pod
3793 ____________________________________________________________________________
3794 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
3795         Log: Subject: [patch] plug PL_beginav_save leak
3796              From: Doug MacEachern <dougm@covalent.net>
3797              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
3798              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
3799      Branch: perl
3800            ! perl.c
3801 ____________________________________________________________________________
3802 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
3803         Log: (accidentally empty checkin)
3804      Branch: perl
3805            ! sv.c
3806 ____________________________________________________________________________
3807 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
3808         Log: Subject: [patch] ithreads+PL_beginav_save
3809              From: Doug MacEachern <dougm@covalent.net>
3810              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
3811              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
3812      Branch: perl
3813            ! sv.c
3814 ____________________________________________________________________________
3815 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
3816         Log: Subject: [PATCH] h2xs.PL with C::Scan
3817              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3818              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
3819              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
3820      Branch: perl
3821            ! utils/h2xs.PL
3822 ____________________________________________________________________________
3823 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
3824         Log: Elaborate (well, make more vague, really) #12030.
3825      Branch: perl
3826            ! pod/perltodo.pod pod/perlunicode.pod
3827 ____________________________________________________________________________
3828 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
3829         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
3830              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3831              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
3832              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
3833      Branch: perl
3834            ! regexec.c
3835 ____________________________________________________________________________
3836 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
3837         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
3838              are not yet complete.
3839      Branch: perl
3840            ! pod/perltodo.pod pod/perlunicode.pod
3841 ____________________________________________________________________________
3842 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
3843         Log: Document what's still to be done on the regular expression
3844              Unicode support, based on the UTR#18.
3845      Branch: perl
3846            ! pod/perltodo.pod pod/perlunicode.pod
3847 ____________________________________________________________________________
3848 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
3849         Log: Regen headers.
3850      Branch: perl
3851            ! embedvar.h perlapi.h
3852 ____________________________________________________________________________
3853 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
3854         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
3855              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3856              Date: Sun, 09 Sep 2001 18:41:54 +0100
3857              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
3858      Branch: perl
3859            ! Porting/findvars ext/ByteLoader/bytecode.h
3860            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
3861            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
3862 ____________________________________________________________________________
3863 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
3864         Log: enable most warnings for windows build; fix the various typecasting
3865              nits that showed up (no bugfixes here)
3866      Branch: maint-5.6/perl
3867            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
3868            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
3869            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
3870            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
3871            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
3872            ! x2p/walk.c
3873 ____________________________________________________________________________
3874 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
3875         Log: Integrate change #12024 from maintperl
3876              (a local() precedence bug)
3877      Branch: perl
3878           !> lib/ExtUtils/Install.pm
3879 ____________________________________________________________________________
3880 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
3881         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
3882              change#8642
3883      Branch: maint-5.6/perl
3884            ! lib/ExtUtils/Install.pm
3885 ____________________________________________________________________________
3886 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
3887         Log: Update Changes.
3888      Branch: perl
3889            ! Changes patchlevel.h
3890 ____________________________________________________________________________
3891 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
3892         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
3893              From: "chromatic" <chromatic@rmci.net>
3894              Date: Fri, 14 Sep 2001 09:44:57 -0600 
3895              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
3896      Branch: perl
3897            ! lib/ExtUtils/Manifest.t
3898 ____________________________________________________________________________
3899 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
3900         Log: Hopefully better skipping of the Complete.t tests
3901              in case of not a tty. 
3902      Branch: perl
3903            ! lib/Term/Complete.t t/op/stat.t
3904 ____________________________________________________________________________
3905 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
3906         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
3907              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3908              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
3909              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
3910      Branch: perl
3911            ! regexec.c t/op/pat.t
3912 ____________________________________________________________________________
3913 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
3914         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
3915              From: Robin Barker <rmb1@cise.npl.co.uk>
3916              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
3917              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
3918      Branch: perl
3919            ! pod/perlport.pod
3920 ____________________________________________________________________________
3921 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
3922         Log: NetWare tweaks from Ananth Kesari.
3923      Branch: perl
3924            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
3925            ! NetWare/nwutil.h
3926 ____________________________________________________________________________
3927 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
3928         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
3929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3930              Date: Fri, 14 Sep 2001 10:51:13 +0200
3931              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
3932      Branch: perl
3933            ! pod/perlport.pod
3934 ____________________________________________________________________________
3935 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
3936         Log: Subject: Re: [PATCH 2 pl2pm.PL]
3937              From: Joe Smith <Joe.Smith@inwap.com>
3938              Date: Fri, 14 Sep 2001 00:13:32 -0700
3939              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
3940              
3941              Eradicate qu.
3942      Branch: perl
3943            ! keywords.h keywords.pl utils/pl2pm.PL
3944 ____________________________________________________________________________
3945 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
3946         Log: Retract #12013, didn't go over too well in Tru64.
3947      Branch: perl
3948            ! embed.h embed.pl sv.h
3949 ____________________________________________________________________________
3950 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
3951         Log: Subject: [PATCH] Execute files of debugger commands
3952              From: Peter Scott <Peter@PSDT.com>
3953              Date: Thu, 13 Sep 2001 15:26:31 -0700
3954              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
3955      Branch: perl
3956            ! lib/perl5db.pl pod/perldebug.pod
3957 ____________________________________________________________________________
3958 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
3959         Log: (Retracted by #12015)
3960              Subject: [proposed PATCH] Re: perl@11920
3961              From: Nicholas Clark <nick@ccl4.org>
3962              Date: Wed, 12 Sep 2001 23:46:09 +0100
3963              Message-ID: <20010912234609.H4971@plum.flirble.org>     
3964      Branch: perl
3965            ! embed.h embed.pl sv.h
3966 ____________________________________________________________________________
3967 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
3968         Log: ucblib shouldn't be linked against in nonstop-ux,
3969              from Tom Bates.
3970      Branch: perl
3971            ! hints/nonstopux.sh
3972 ____________________________________________________________________________
3973 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
3974         Log: Do stty only if we have stty.
3975              
3976              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
3977      Branch: perl
3978            ! lib/Term/Complete.pm
3979 ____________________________________________________________________________
3980 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
3981         Log: Skip the test if not running on a tty.
3982      Branch: perl
3983            ! lib/Term/Complete.t
3984 ____________________________________________________________________________
3985 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
3986         Log: Regen headers.
3987      Branch: perl
3988            ! embed.h opcode.h pod/perlapi.pod proto.h
3989 ____________________________________________________________________________
3990 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
3991         Log: Subject: [PATCH op.c] Re: perl@12003
3992              From: Robin Barker <rmb1@cise.npl.co.uk>
3993              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
3994              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
3995      Branch: perl
3996            ! op.c
3997 ____________________________________________________________________________
3998 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
3999         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
4000              From: Robin Barker <rmb1@cise.npl.co.uk>
4001              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
4002              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
4003      Branch: perl
4004            ! sv.c
4005 ____________________________________________________________________________
4006 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
4007         Log: Upgrade to Memoize 0.66.
4008      Branch: perl
4009            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4010            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
4011            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
4012 ____________________________________________________________________________
4013 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
4014         Log: Subject: [ID 20010912.007] substr reference core dump
4015              From: me-01@ton.iguana.be
4016              Date: 12 Sep 2001 14:11:16 -0000
4017              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
4018      Branch: perl
4019            ! mg.c
4020 ____________________________________________________________________________
4021 [ 12004] By: ams                                   on 2001/09/12  01:13:49
4022         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
4023              From: Ilmari Karonen <iltzu@sci.fi>
4024              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
4025              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
4026      Branch: perl
4027            ! pod/perlfaq4.pod
4028 ____________________________________________________________________________
4029 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
4030         Log: Update Changes.
4031      Branch: perl
4032            ! Changes patchlevel.h
4033 ____________________________________________________________________________
4034 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
4035         Log: NetWare update from Ananth Kesari.
4036      Branch: perl
4037            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4038            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
4039 ____________________________________________________________________________
4040 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
4041         Log: Retract #11984: div() being redefined, and 1397
4042              failing on 64-bit platforms.
4043      Branch: perl
4044            ! lib/Math/BigInt/Calc.pm
4045 ____________________________________________________________________________
4046 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
4047         Log: Metaconfig unit change for #11999.
4048      Branch: metaconfig
4049            ! U/protos/d_lseekproto.U
4050 ____________________________________________________________________________
4051 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
4052         Log: The lseek fix (#11991) was no fix.
4053      Branch: perl
4054            ! Configure
4055 ____________________________________________________________________________
4056 [ 11998] By: sky                                   on 2001/09/11  07:52:06
4057         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
4058              From: Matt Sergeant <MSergeant@star.net.uk>
4059              Date: Tue, 11 Sep 2001 09:22:32 +0100
4060              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
4061      Branch: perl
4062            ! ext/Encode/Encode.pm
4063 ____________________________________________________________________________
4064 [ 11997] By: sky                                   on 2001/09/11  06:35:29
4065         Log: Sometimes dTHX is added because it is needed on non 
4066              gnuc platforms, but not needed there. This uses GCC
4067              to silence GCC specific warnings by marking pTHX as 
4068              unused.
4069      Branch: perl
4070            ! perl.h
4071 ____________________________________________________________________________
4072 [ 11996] By: nick                                  on 2001/09/11  06:25:27
4073         Log: Integrate mainline
4074      Branch: perlio
4075            - ext/POSIX/sigaction.t lib/File/Find/taint.t
4076           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
4077 ____________________________________________________________________________
4078 [ 11995] By: nick                                  on 2001/09/11  06:23:39
4079         Log: Part Integrate mainline
4080      Branch: perlio
4081           +> (branch 69 files)
4082            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
4083            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
4084            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
4085            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4086            - lib/Switch/t/switch_case.t lib/Test/Harness.t
4087            - lib/Test/More/Changes lib/Test/More/t/More.t
4088            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4089            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4090            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
4091            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
4092            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
4093            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
4094            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
4095            - t/lib/Test/More/Catch.pm wince/perl.ico
4096           !> (integrate 197 files)
4097 ____________________________________________________________________________
4098 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
4099         Log: Subject: Re: [PATCH] Encode.pm docs fix
4100              From: Gisle Aas <gisle@ActiveState.com>
4101              Date: 10 Sep 2001 11:27:02 -0700
4102              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
4103      Branch: perl
4104            ! ext/Encode/Encode.pm
4105 ____________________________________________________________________________
4106 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
4107         Log: Fix unpack U to be the reverse of pack U
4108              (but implement unpack U0U as a backdoor to get
4109              the UTF-8 malformed warnings from un-UTF-8 data)
4110      Branch: perl
4111            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
4112 ____________________________________________________________________________
4113 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
4114         Log: Metaconfig unit change for #11991;
4115              delete an unused unit (d_strtoull.U is the one used)
4116      Branch: metaconfig
4117            ! U/protos/d_lseekproto.U
4118      Branch: metaconfig/U/perl
4119            - strtoull.U
4120 ____________________________________________________________________________
4121 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
4122         Log: Subject: [PATCH] Configure not recording lseek proto
4123              From: Blair Zajac <blair@orcaware.com>
4124              Date: Mon, 10 Sep 2001 17:52:37 -0700
4125              Message-ID: <3B9D6055.BA334A31@orcaware.com>
4126              
4127              plus regen Configure.
4128      Branch: perl
4129            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4130            ! config_h.SH uconfig.h
4131 ____________________________________________________________________________
4132 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
4133         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
4134              From: Nicholas Clark <nick@ccl4.org>
4135              Date: Tue, 11 Sep 2001 00:00:31 +0100
4136              Message-ID: <20010911000031.G1512@plum.flirble.org>
4137      Branch: perl
4138            + t/op/qq.t
4139            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
4140 ____________________________________________________________________________
4141 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
4142         Log: Subject: [PATCH] Building on win32 w/o perlio
4143              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4144              Date: Mon, 10 Sep 2001 23:38:46 +0200
4145              Message-ID: <3B9D4F06.14433.2C37644@localhost>
4146      Branch: perl
4147            ! perl.c win32/Makefile win32/makefile.mk
4148 ____________________________________________________________________________
4149 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
4150         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
4151              From: "chromatic" <chromatic@rmci.net>
4152              Date: Mon, 10 Sep 2001 15:14:01 -0600
4153              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
4154      Branch: perl
4155            + lib/CGI/t/push.t
4156            ! MANIFEST
4157 ____________________________________________________________________________
4158 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
4159         Log: Subject: avoiding hoardes of zombies
4160              From: Nicholas Clark <nick@ccl4.org>
4161              Date: Mon, 10 Sep 2001 22:00:40 +0100
4162              Message-ID: <20010910220040.C1512@plum.flirble.org>
4163      Branch: perl
4164            ! pod/perlipc.pod
4165 ____________________________________________________________________________
4166 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
4167         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
4168              From: John Peacock <jpeacock@rowman.com>
4169              Date: Mon, 10 Sep 2001 16:34:30 -0400
4170              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
4171      Branch: perl
4172            ! sv.c t/op/ver.t utf8.h
4173 ____________________________________________________________________________
4174 [ 11985] By: ams                                   on 2001/09/10  23:20:13
4175         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
4176      Branch: perl
4177            ! MANIFEST
4178 ____________________________________________________________________________
4179 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
4180         Log: (Retracted by #12001)
4181              Subject: Calc with USE_MUL/USE_DIV
4182              From: Tels <perl_dummy@bloodgate.com>
4183              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
4184              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
4185      Branch: perl
4186            ! lib/Math/BigInt/Calc.pm
4187 ____________________________________________________________________________
4188 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
4189         Log: Subject: [PATCH op.c] Re: perl@11978
4190              From: Robin Barker <rmb1@cise.npl.co.uk>
4191              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
4192              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
4193              
4194              Format errors.
4195      Branch: perl
4196            ! op.c
4197 ____________________________________________________________________________
4198 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
4199         Log: Switch PADOFFSET back to U32 both because of binary backward
4200              compatibility and because Arthur seems to have been fixing the
4201              problems with naughty integer-pointer casting.
4202      Branch: perl
4203            ! op.h
4204 ____________________________________________________________________________
4205 [ 11981] By: ams                                   on 2001/09/10  16:31:43
4206         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
4207              Fix Pod Typo, Add Test for ExtUtils::Command
4208              From: "chromatic" <chromatic@rmci.net>
4209              Date: Mon, 10 Sep 2001 11:20:56 -0600
4210              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
4211      Branch: perl
4212            + lib/ExtUtils/Command.t
4213            ! MANIFEST lib/ExtUtils/Command.pm
4214 ____________________________________________________________________________
4215 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
4216         Log: Subject: [PATCH] Encode.pm docs fix
4217              From: Matt Sergeant <MSergeant@star.net.uk>
4218              Date: Mon, 10 Sep 2001 15:24:01 +0100
4219              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
4220      Branch: perl
4221            ! ext/Encode/Encode.pm
4222 ____________________________________________________________________________
4223 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
4224         Log: Update Changes.
4225      Branch: perl
4226            ! Changes patchlevel.h
4227 ____________________________________________________________________________
4228 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
4229         Log: Revert #11973, the dTHX seems to be needed in there
4230              for threaded builds.
4231      Branch: perl
4232            ! perlio.c
4233 ____________________________________________________________________________
4234 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
4235         Log: Detypo.
4236      Branch: perl
4237            ! pod/perlguts.pod
4238 ____________________________________________________________________________
4239 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
4240         Log: Further Class::Struct patching from Damian.
4241              
4242              The new new semantics are:
4243              
4244              * If you pass an initializer for a nested object, it has to be:
4245              a) a reference to an object of that class, or      
4246              b) a reference to an object of a subclass of that class, or
4247              c) a reference to a hash of arguments to be passed to the
4248              class's constructor
4249              * If you pass no initializer for a nested object, the attribute
4250              is initialized to C<undef>
4251      Branch: perl
4252            ! lib/Class/Struct.pm
4253 ____________________________________________________________________________
4254 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
4255         Log: Skip the crypt test if no crypt.
4256      Branch: perl
4257            ! t/op/crypt.t
4258 ____________________________________________________________________________
4259 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
4260         Log: Warn against using bare v-strings as IP addresses
4261              (okay if using the wrappers from Socket)
4262      Branch: perl
4263            ! pod/perldata.pod pod/perlport.pod
4264 ____________________________________________________________________________
4265 [ 11973] By: sky                                   on 2001/09/10  11:57:58
4266         Log: Remove unused dTHX. Silenced another warning.
4267      Branch: perl
4268            ! perlio.c
4269 ____________________________________________________________________________
4270 [ 11972] By: sky                                   on 2001/09/10  11:54:25
4271         Log: Silence some more warnings INT2PTR.
4272      Branch: perl
4273            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
4274 ____________________________________________________________________________
4275 [ 11971] By: sky                                   on 2001/09/10  11:21:50
4276         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
4277      Branch: perl
4278            ! cop.h
4279 ____________________________________________________________________________
4280 [ 11970] By: sky                                   on 2001/09/10  11:17:25
4281         Log: Apply INT2PTR with force to silence warnings from
4282              PM_GETRE and friends. No more warnings with 64bit 
4283              IVs and 32bit pointers.    
4284      Branch: perl
4285            ! op.c op.h perl.c
4286 ____________________________________________________________________________
4287 [ 11969] By: sky                                   on 2001/09/10  10:13:02
4288         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
4289      Branch: perl
4290            ! pod/perlguts.pod
4291 ____________________________________________________________________________
4292 [ 11968] By: sky                                   on 2001/09/10  10:02:51
4293         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
4294              Rename to custop_op_name to Perl_custom_op_name to match perlapi
4295              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
4296              perl_clone.
4297      Branch: perl
4298            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
4299 ____________________________________________________________________________
4300 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
4301         Log: Using strlen() not good on embedded nul bytes.
4302      Branch: perl
4303            ! regcomp.c
4304 ____________________________________________________________________________
4305 [ 11966] By: ams                                   on 2001/09/09  21:06:13
4306         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
4307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4308              Date: Mon, 13 Aug 2001 22:51:59 +0200
4309              Message-ID: <20010813225159.C6681@rafael>
4310              (Applied with several tweaks.)
4311      Branch: perl
4312            ! embed.h embed.pl proto.h toke.c
4313 ____________________________________________________________________________
4314 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
4315         Log: The exact error message is system-dependent.
4316      Branch: perl
4317            ! lib/ExtUtils/Manifest.t
4318 ____________________________________________________________________________
4319 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
4320         Log: Add Windows and Mac Sami support to Encode
4321              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
4322      Branch: perl
4323            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
4324            ! MANIFEST
4325 ____________________________________________________________________________
4326 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
4327         Log: Use the tried method.
4328      Branch: perl
4329            ! pod/perlport.pod
4330 ____________________________________________________________________________
4331 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
4332         Log: Can't count parentheses.
4333      Branch: perl
4334            ! ext/IO/lib/IO/Socket/INET.pm
4335 ____________________________________________________________________________
4336 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
4337         Log: perlport additions: 1 while unlink, add/delete directory
4338              entries and permissions, cygwin stat funkiness (from Michael
4339              Schwern and Nicholas Clark)
4340      Branch: perl
4341            ! pod/perlport.pod
4342 ____________________________________________________________________________
4343 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
4344         Log: blib does have a detectable test.
4345      Branch: perl
4346            ! t/lib/1_compile.t
4347 ____________________________________________________________________________
4348 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
4349         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
4350              From: "chromatic" <chromatic@rmci.net>
4351              Date: Sat, 08 Sep 2001 19:33:42 -0600
4352              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
4353      Branch: perl
4354            + lib/Term/Complete.t
4355            ! MANIFEST
4356 ____________________________________________________________________________
4357 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
4358         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
4359              From: Michael G Schwern <schwern@pobox.com> 
4360              Date: Sat, 8 Sep 2001 02:40:26 -0400
4361              Message-ID: <20010908024026.A26283@blackrider>
4362      Branch: perl
4363            + lib/Test/Tutorial.pod
4364            ! MANIFEST
4365 ____________________________________________________________________________
4366 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
4367         Log: Try to look up protocol (by name) only iff it has non-numbers:
4368              nice if the server is in a chrooted environment (no /etc/protocols,
4369              server code using hardcorded protocol numbers like 6 for tcp),
4370              suggested by John Holdsworth <coldwave@bigfoot.com>.
4371              In other words, if we are given a number, why look it up again
4372              (by number)?
4373      Branch: perl
4374            ! ext/IO/lib/IO/Socket/INET.pm
4375 ____________________________________________________________________________
4376 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
4377         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
4378              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4379              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
4380              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
4381              
4382              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
4383              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4384              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
4385              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
4386              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
4387              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4388              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
4389              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
4390      Branch: perl
4391            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
4392 ____________________________________________________________________________
4393 [ 11955] By: ams                                   on 2001/09/09  02:54:21
4394         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4395              From: "Craig A. Berry" <craigberry@mac.com>
4396              Date: Sat, 08 Sep 2001 19:02:16 -0500
4397              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
4398      Branch: perl
4399            ! lib/CGI/t/carp.t
4400 ____________________________________________________________________________
4401 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
4402         Log: Documentation tweaks; think the IP address as an opaque string.
4403      Branch: perl
4404            ! ext/Socket/Socket.pm
4405 ____________________________________________________________________________
4406 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
4407         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
4408              From: Michael G Schwern <schwern@pobox.com>
4409              Date: Sat, 8 Sep 2001 19:45:46 -0400
4410              Message-ID: <20010908194546.C9193@blackrider>
4411      Branch: perl
4412            + lib/blib.t
4413            ! MANIFEST lib/blib.pm t/lib/1_compile.t
4414 ____________________________________________________________________________
4415 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
4416         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
4417              From: "chromatic" <chromatic@rmci.net>
4418              Date: Sat, 08 Sep 2001 12:31:44 -0600
4419              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
4420      Branch: perl
4421            + lib/CGI/t/fast.t
4422            ! MANIFEST
4423 ____________________________________________________________________________
4424 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
4425         Log: The Socket tests were wrong: they were assuming too much.
4426      Branch: perl
4427            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4428 ____________________________________________________________________________
4429 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
4430         Log: Retract the portability changes since they
4431              seem to have opened a can of worms... will
4432              go back to UNICOS/mk and do the bare minimum
4433              required to get the tests working.
4434      Branch: perl
4435            ! ext/Socket/Socket.xs
4436 ____________________________________________________________________________
4437 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
4438         Log: PADOFFSET is used to cast pointers into integers,
4439              if pointers are 64 bits and U32 32 bits,
4440              bad things may happen, or at least warnings issued.
4441      Branch: perl
4442            ! op.h
4443 ____________________________________________________________________________
4444 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
4445         Log: Still more Socket portability tweaking.
4446              Now Socket.t seems to be happy in all of
4447              Linux/x86, Tru64/alpha, Solaris/sparc,
4448              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
4449              
4450              Addendum: it seems that io_multihomed, io_sock, and hostent
4451              were broken in little-endians (linux/x86 and tru64/alpha)
4452              because of this change.  Argh.
4453      Branch: perl
4454            ! ext/Socket/Socket.xs
4455 ____________________________________________________________________________
4456 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
4457         Log: More portability kicking on inet_ntoa().
4458      Branch: perl
4459            ! ext/Socket/Socket.xs
4460 ____________________________________________________________________________
4461 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
4462         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
4463              From: Michael G Schwern <schwern@pobox.com> 
4464              Date: Fri, 7 Sep 2001 23:06:51 -0400
4465              Message-ID: <20010907230651.R606@blackrider>
4466      Branch: perl
4467            + lib/ExtUtils/Manifest.t
4468            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
4469 ____________________________________________________________________________
4470 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
4471         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
4472              From: "chromatic" <chromatic@rmci.net>
4473              Date: Fri, 07 Sep 2001 17:53:15 -0600      
4474              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
4475      Branch: perl
4476            + lib/ExtUtils/testlib.t
4477            ! MANIFEST
4478 ____________________________________________________________________________
4479 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
4480         Log: Thinko.
4481      Branch: perl
4482            ! lib/integer.t
4483 ____________________________________________________________________________
4484 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
4485         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4486              From: "Craig A. Berry" <craigberry@mac.com>
4487              Date: Fri, 07 Sep 2001 15:30:03 -0500
4488              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
4489      Branch: perl
4490            ! lib/CGI/Carp.pm
4491 ____________________________________________________________________________
4492 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
4493         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
4494              From: Michael G Schwern <schwern@pobox.com>
4495              Date: Fri, 7 Sep 2001 15:38:13 -0400
4496              Message-ID: <20010907153813.K606@blackrider>
4497      Branch: perl
4498            ! lib/ExtUtils/MM_Unix.pm
4499 ____________________________________________________________________________
4500 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
4501         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
4502              From: Robin Barker <rmb1@cise.npl.co.uk>
4503              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
4504              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
4505      Branch: perl
4506            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
4507 ____________________________________________________________________________
4508 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
4509         Log: Clean up 1_compile.t; move tests to more consistent
4510              places (t/ subdirectories); add integer.t (much of
4511              the pragma is tested elsewhere but there is no one
4512              centralized place)
4513      Branch: perl
4514            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
4515            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
4516            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
4517            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
4518            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
4519            - lib/File/Find/find.t lib/File/Find/taint.t
4520            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
4521 ____________________________________________________________________________
4522 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
4523         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
4524              From: "chromatic" <chromatic@rmci.net>
4525              Date: Fri, 07 Sep 2001 10:17:40 -0600
4526              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
4527      Branch: perl
4528            ! lib/File/Find/taint.t
4529 ____________________________________________________________________________
4530 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
4531         Log: Update Changes.
4532      Branch: perl
4533            ! Changes patchlevel.h
4534 ____________________________________________________________________________
4535 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
4536         Log: Rename the old threading tutorial, start a new one,
4537              regen toc.
4538      Branch: perl
4539            + pod/perlothrtut.pod
4540            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
4541            ! pod/perltoc.pod
4542 ____________________________________________________________________________
4543 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
4544         Log: vars very much has a test.
4545      Branch: perl
4546            ! t/lib/1_compile.t
4547 ____________________________________________________________________________
4548 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
4549         Log: Subject: Re: wince/perl.ico marked as binary
4550              From: Nicholas Clark <nick@ccl4.org>
4551              Date: Fri, 7 Sep 2001 13:54:40 +0100
4552              Message-ID: <20010907135439.D39150@plum.flirble.org>
4553              
4554              and wince/Makefile.ce change from Rainer Keuchel.
4555      Branch: perl
4556            + wince/makeico.pl
4557            ! MANIFEST wince/Makefile.ce
4558 ____________________________________________________________________________
4559 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
4560         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
4561              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4562              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
4563              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
4564      Branch: perl
4565            ! regexec.c
4566 ____________________________________________________________________________
4567 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
4568         Log: (Replaced by #11934)
4569              Subject: Re: [PATCH regexec.c] more general .* and .*?
4570              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4571              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
4572              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
4573      Branch: perl
4574            ! regexec.c
4575 ____________________________________________________________________________
4576 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
4577         Log: The #11931 patching misbehaved.
4578      Branch: perl
4579            ! lib/Test/Harness/t/test-harness.t
4580 ____________________________________________________________________________
4581 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
4582         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
4583              From: Michael G Schwern <schwern@pobox.com>
4584              Date: Fri, 7 Sep 2001 03:30:41 -0400
4585              Message-ID: <20010907033041.A2796@blackrider>
4586      Branch: perl
4587            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
4588            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
4589            + t/lib/sample-tests/header_at_end_fail
4590            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
4591            - lib/Test/Harness.t
4592            ! MANIFEST lib/Test/Harness.pm t/TEST
4593 ____________________________________________________________________________
4594 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
4595         Log: Subject: [PATCH] Digest::MD5 update
4596              From: Gisle Aas <gisle@ActiveState.com>
4597              Date: 06 Sep 2001 23:32:56 -0700
4598              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
4599      Branch: perl
4600            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4601            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
4602 ____________________________________________________________________________
4603 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
4604         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
4605              From: "chromatic" <chromatic@rmci.net>
4606              Date: Thu, 06 Sep 2001 23:11:44 -0600
4607              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
4608      Branch: perl
4609            + lib/less.t
4610            ! MANIFEST t/lib/1_compile.t
4611 ____________________________________________________________________________
4612 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
4613         Log: The binary file must somehow differently stored.
4614      Branch: perl
4615            - wince/perl.ico
4616            ! MANIFEST
4617 ____________________________________________________________________________
4618 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
4619         Log: Add more modules to the list of modules that have tests,
4620              Schwern's wallet is getting more nervous.
4621              (Run t/lib/1_compile.t manually to see which modules
4622              are lacking tests, or the tests can't be run for some
4623              reason or another, such as the Net:: modules)
4624      Branch: perl
4625            ! t/lib/1_compile.t
4626 ____________________________________________________________________________
4627 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
4628         Log: Try to make Socket::inet_ntoa() more robust.
4629      Branch: perl
4630            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
4631 ____________________________________________________________________________
4632 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
4633         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
4634              From: chromatic <chromatic@rmci.net>       
4635              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
4636              Message-Id: <01090522580506.19590@firewheel>           
4637      Branch: perl
4638            ! lib/English.t
4639 ____________________________________________________________________________
4640 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
4641         Log: Subject: Re: perlvar manpage and localizing special vars
4642              From: Stas Bekman <stas@stason.org>
4643              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
4644              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
4645      Branch: perl
4646            ! pod/perlvar.pod
4647 ____________________________________________________________________________
4648 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
4649         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
4650              From: Robin Barker <rmb1@cise.npl.co.uk>
4651              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
4652              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
4653      Branch: perl
4654            ! lib/ExtUtils/MakeMaker.pm
4655 ____________________________________________________________________________
4656 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
4657         Log: Symbol missing; AIX unhappy.
4658      Branch: perl
4659            ! makedef.pl
4660 ____________________________________________________________________________
4661 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
4662         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
4663              Reported in 5.61, seems to work okay in blead.
4664      Branch: perl
4665            ! t/run/kill_perl.t
4666 ____________________________________________________________________________
4667 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
4668         Log: Update Changes.
4669      Branch: perl
4670            ! Changes patchlevel.h
4671 ____________________________________________________________________________
4672 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
4673         Log: Document the bad assumptions currently breaking
4674              the Socket.t tests 10, 11, and 13 in UNICOS.
4675      Branch: perl
4676            ! ext/Socket/Socket.xs
4677 ____________________________________________________________________________
4678 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
4679         Log: Subject: [PATCH x2p] make OPTIMIZE=...
4680              From: Robin Barker <rmb1@cise.npl.co.uk>
4681              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
4682              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
4683      Branch: perl
4684            ! x2p/Makefile.SH x2p/cflags.SH
4685 ____________________________________________________________________________
4686 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
4687         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
4688              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4689              Date: Thu, 6 Sep 2001 11:09:40 +0100
4690              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
4691              
4692              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
4693              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4694              Date: 6 Sep 2001 10:14:38 -0000
4695              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
4696      Branch: perl
4697            ! pod/perlfaq1.pod pod/perlhack.pod
4698 ____________________________________________________________________________
4699 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
4700         Log: Subject: Extra NUL is Data::Dumper output - patch
4701              From: Tony Cook <tony@develop-help.com>
4702              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
4703              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
4704      Branch: perl
4705            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4706 ____________________________________________________________________________
4707 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
4708         Log: Avoid redefinition warning
4709              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
4710              from
4711              perl -w -Ilib -MCwd -e ''
4712      Branch: perl
4713            ! lib/Cwd.pm
4714 ____________________________________________________________________________
4715 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
4716         Log: Update the is_tainted() example implementation.
4717      Branch: perl
4718            ! pod/perlsec.pod
4719 ____________________________________________________________________________
4720 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
4721         Log: Missing) in #11912.
4722      Branch: perl
4723            ! lib/Test/Simple/t/fail.t
4724 ____________________________________________________________________________
4725 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
4726         Log: Rewhack Test-Simple into core harness.
4727      Branch: perl
4728            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4729            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
4730            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4731            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4732            ! lib/Test/Simple/t/skipall.t
4733 ____________________________________________________________________________
4734 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
4735         Log: Workaround for the new Exporter 'feature'.
4736      Branch: perl
4737            ! lib/Test/More.pm
4738 ____________________________________________________________________________
4739 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
4740         Log: Re-introduce pure-Perl fall-back for abs_path,
4741              re-introduce #11898.
4742      Branch: perl
4743            ! lib/Cwd.pm lib/File/Find.pm
4744 ____________________________________________________________________________
4745 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
4746         Log: More tests.
4747      Branch: perl
4748            ! lib/Exporter.t
4749 ____________________________________________________________________________
4750 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
4751         Log: Retract #11898 for now because it introduces
4752              a rather nasty depencency: when B is being built,
4753              MakeMaker is used.  MakeMaker uses File::Find.
4754              File::Find uses Cwd::getcwd()...which doesn't
4755              exist yet.
4756      Branch: perl
4757            ! lib/File/Find.pm
4758 ____________________________________________________________________________
4759 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
4760         Log: New test welcome.
4761      Branch: perl
4762            + lib/Test/Simple/t/simple.t
4763 ____________________________________________________________________________
4764 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
4765         Log: Old test begone.
4766      Branch: perl
4767            - lib/Attribute/Handlers/test.pl
4768 ____________________________________________________________________________
4769 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
4770         Log: Test-Simple syncup from Schwern.
4771      Branch: perl
4772            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
4773            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
4774            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
4775            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
4776            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
4777            - lib/Test/More/Changes lib/Test/More/t/More.t
4778            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4779            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4780            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
4781            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
4782            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
4783            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4784            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4785            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
4786            ! t/lib/Test/Simple/sample_tests/death.plx
4787            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
4788            ! t/lib/Test/Simple/sample_tests/extras.plx
4789            ! t/lib/Test/Simple/sample_tests/five_fail.plx
4790            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
4791            ! t/lib/Test/Simple/sample_tests/one_fail.plx
4792            ! t/lib/Test/Simple/sample_tests/require.plx
4793            ! t/lib/Test/Simple/sample_tests/success.plx
4794            ! t/lib/Test/Simple/sample_tests/too_few.plx
4795            ! t/lib/Test/Simple/sample_tests/two_fail.plx
4796 ____________________________________________________________________________
4797 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
4798         Log: Integrate File::Find changes from bleadperl
4799      Branch: maint-5.6/macperl
4800            ! lib/File/Find.pm t/lib/filefind-taint.t
4801 ____________________________________________________________________________
4802 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
4803         Log: Integrate 11847 from maint-5.6/perl
4804      Branch: maint-5.6/macperl
4805           !> sv.c
4806 ____________________________________________________________________________
4807 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
4808         Log: In UNICOS division yada yada.
4809      Branch: perl
4810            ! t/op/override.t
4811 ____________________________________________________________________________
4812 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
4813         Log: In UNICOS division is really lossy, better use
4814              a tolerance test.
4815      Branch: perl
4816            ! ext/Time/HiRes/HiRes.t
4817 ____________________________________________________________________________
4818 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
4819         Log: In UNICOS sigaction() sets an extra flag
4820              ("the signal has been registered for all the processes in
4821              a multitasking group.")
4822      Branch: perl
4823            ! ext/POSIX/sigaction.t
4824 ____________________________________________________________________________
4825 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
4826         Log: Documentation micropatch from Damian.
4827      Branch: perl
4828            ! lib/Attribute/Handlers.pm
4829 ____________________________________________________________________________
4830 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
4831         Log: (Retracted by #11908)
4832              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
4833              From: Michael G Schwern <schwern@pobox.com>
4834              Date: Wed, 5 Sep 2001 15:58:21 -0400
4835              Message-ID: <20010905155821.I632@blackrider>
4836      Branch: perl
4837            ! lib/File/Find.pm lib/File/Find/taint.t
4838 ____________________________________________________________________________
4839 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
4840         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
4841              From: Michael G Schwern <schwern@pobox.com>
4842              Date: Wed, 5 Sep 2001 19:16:31 -0400
4843              Message-ID: <20010905191631.E11386@blackrider>
4844      Branch: perl
4845            + lib/CGI/t/carp.t
4846            ! MANIFEST
4847 ____________________________________________________________________________
4848 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
4849         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
4850              From: chromatic <chromatic@rmci.net>
4851              Date: Wed, 5 Sep 2001 18:08:07 -0600
4852              Message-Id: <01090518080700.19590@firewheel>
4853      Branch: perl
4854            ! lib/English.pm
4855 ____________________________________________________________________________
4856 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
4857         Log: Fix a typo #11889 and add a test for the same.
4858      Branch: perl
4859            ! ext/Socket/Socket.t ext/Socket/Socket.xs
4860 ____________________________________________________________________________
4861 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
4862         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
4863              From: "Craig A. Berry" <craigberry@mac.com>
4864              Date: Wed, 05 Sep 2001 17:48:54 -0500
4865              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
4866      Branch: perl
4867            ! lib/warnings.t t/run/kill_perl.t
4868 ____________________________________________________________________________
4869 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
4870         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
4871              From: Michael G Schwern <schwern@pobox.com>
4872              Date: Wed, 5 Sep 2001 17:22:25 -0400
4873              Message-ID: <20010905172225.C11386@blackrider>
4874      Branch: perl
4875            ! t/run/kill_perl.t
4876 ____________________________________________________________________________
4877 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
4878         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
4879              From: Nicholas Clark <nick@ccl4.org>
4880              Date: Wed, 5 Sep 2001 20:54:24 +0100
4881              Message-ID: <20010905205424.C25120@plum.flirble.org>
4882      Branch: perl
4883            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
4884 ____________________________________________________________________________
4885 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
4886         Log: Forgotten thing.
4887      Branch: perl
4888            ! uconfig.h
4889 ____________________________________________________________________________
4890 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
4891         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
4892              From: chromatic <chromatic@rmci.net>               
4893              Date: Wed, 5 Sep 2001 13:22:08 -0600
4894              Message-Id: <01090513220807.10587@firewheel> 
4895      Branch: perl
4896            ! lib/English.pm
4897 ____________________________________________________________________________
4898 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
4899         Log: inet_ntoa() tweaks:
4900              - don't allow addresses with > 255 characters
4901              - indent the HP-UX workaround
4902              - don't leak memory
4903      Branch: perl
4904            ! ext/Socket/Socket.xs
4905 ____________________________________________________________________________
4906 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
4907         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
4908              <xwu@theeducationcenter.com>
4909      Branch: perl
4910            ! lib/File/Find.pm
4911 ____________________________________________________________________________
4912 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
4913         Log: Typo nits.
4914      Branch: perl
4915            ! lib/File/Find.pm
4916 ____________________________________________________________________________
4917 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
4918         Log: -Wall nit.
4919      Branch: perl
4920            ! op.c
4921 ____________________________________________________________________________
4922 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
4923         Log: Update to Scalar-List-Utils 1.05
4924      Branch: perl
4925            ! ext/List/Util/ChangeLog ext/List/Util/README
4926            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
4927 ____________________________________________________________________________
4928 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
4929         Log: Update Changes.
4930      Branch: perl
4931            ! Changes patchlevel.h
4932 ____________________________________________________________________________
4933 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
4934         Log: Update to Scalar-List-Utils 1.04
4935      Branch: perl
4936            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
4937            ! ext/List/Util/lib/List/Util.pm
4938            ! ext/List/Util/lib/Scalar/Util.pm
4939 ____________________________________________________________________________
4940 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
4941         Log: Metaconfigify #11724.
4942      Branch: metaconfig
4943            ! U/threads/archname.U
4944 ____________________________________________________________________________
4945 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
4946         Log: The MacOS reference is okay, no reason to hide it.
4947      Branch: perl
4948            ! lib/Cwd.pm
4949 ____________________________________________________________________________
4950 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
4951         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
4952              From: Michael G Schwern <schwern@pobox.com>
4953              Date: Tue, 4 Sep 2001 15:30:10 -0400
4954              Message-ID: <20010904153010.H26466@blackrider> 
4955              
4956              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
4957      Branch: perl
4958            ! ext/Cwd/Makefile.PL lib/Cwd.pm
4959 ____________________________________________________________________________
4960 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
4961         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
4962              From: Michael G Schwern <schwern@pobox.com>
4963              Date: Tue, 4 Sep 2001 17:39:13 -0400
4964              Message-ID: <20010904173913.C626@blackrider>
4965      Branch: perl
4966            ! lib/Cwd.pm
4967 ____________________________________________________________________________
4968 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
4969         Log: Subject: Re: Perl_pp_* in public API?
4970              From: "Craig A. Berry" <craigberry@mac.com>
4971              Date: Tue, 4 Sep 2001 21:51:29 -0500
4972              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
4973      Branch: perl
4974            ! ext/List/Util/Util.xs
4975 ____________________________________________________________________________
4976 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
4977         Log: From Damian: Class::Struct was unable to define
4978              recursive classes.  After the patch an object reference
4979              (rather than a hash) is required to initialize
4980              an object attribute.  If no such initializer is given to
4981              the constructor, object attributes are now default
4982              initialized to C<undef>.
4983      Branch: perl
4984            ! lib/Class/Struct.pm lib/Class/Struct.t
4985 ____________________________________________________________________________
4986 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
4987         Log: Subject: Re: sv_catpvfn and sv_setpvfn
4988              From: Richard Soderberg <rs@oregonnet.com>
4989              Date: Tue, 4 Sep 2001 15:16:47 -0700
4990              Message-Id: <200109042216.PAA17858@oregonnet.com>
4991      Branch: perl
4992            ! pod/perlclib.pod pod/perlguts.pod
4993 ____________________________________________________________________________
4994 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
4995         Log: NetWare updates from Ananth Kesari.
4996      Branch: perl
4997            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
4998            ! NetWare/nw5thread.h
4999 ____________________________________________________________________________
5000 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
5001         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
5002              From: Nicholas Clark <nick@ccl4.org>
5003              Date: Tue, 4 Sep 2001 22:42:50 +0100
5004              Message-ID: <20010904224250.P25120@plum.flirble.org>
5005      Branch: perl
5006            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
5007            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
5008            ! t/op/oct.t toke.c
5009 ____________________________________________________________________________
5010 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
5011         Log: Fix Cwd::getcwd() not being tainted, as noticed
5012              by Schwern.
5013      Branch: perl
5014            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
5015            - ext/Cwd/Cwd.t
5016            ! MANIFEST ext/Cwd/Cwd.xs util.c
5017 ____________________________________________________________________________
5018 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
5019         Log: Retract #11870 and volatilize the right destruct_level.
5020              Silly thinko pointed out by Sarathy.
5021      Branch: perl
5022            ! intrpvar.h perl.c
5023 ____________________________________________________________________________
5024 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
5025         Log: At least a temporary fix for the mysterious scope core dumps
5026              in Tru64 from Graham.
5027      Branch: perl
5028            ! ext/List/Util/Util.xs
5029 ____________________________________________________________________________
5030 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
5031         Log: (Retracted by #11872)
5032      Branch: perl
5033            ! intrpvar.h
5034 ____________________________________________________________________________
5035 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
5036         Log: Quench a -Wall gripe noticed by Robin Barker.
5037      Branch: perl
5038            ! op.c
5039 ____________________________________________________________________________
5040 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
5041         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
5042              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5043              Date: Wed, 05 Sep 2001 02:01:32 +0900
5044              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
5045      Branch: perl
5046            ! lib/Unicode/UCD.pm
5047 ____________________________________________________________________________
5048 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
5049         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
5050              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5051              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
5052              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
5053      Branch: perl
5054            ! gv.c
5055 ____________________________________________________________________________
5056 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
5057         Log: Update Changes.
5058      Branch: perl
5059            ! Changes patchlevel.h
5060 ____________________________________________________________________________
5061 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
5062         Log: Add the \[$@%&*] prototype support.
5063      Branch: perl
5064            ! op.c pod/perlsub.pod t/comp/proto.t
5065 ____________________________________________________________________________
5066 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
5067         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
5068              From: Michael G Schwern <schwern@pobox.com>
5069              Date: Mon, 3 Sep 2001 18:59:01 -0400
5070              Message-ID: <20010903185901.Z9233@blackrider>
5071      Branch: perl
5072            ! lib/CGI/t/form.t
5073 ____________________________________________________________________________
5074 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
5075         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
5076              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5077              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
5078              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
5079      Branch: perl
5080            ! gv.c
5081 ____________________________________________________________________________
5082 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
5083         Log: More srand entry tweakage based on Randal's suggestion.
5084      Branch: perl
5085            ! pod/perlfunc.pod
5086 ____________________________________________________________________________
5087 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
5088         Log: Subject: [PATCH] 'main' *is* a reserved word
5089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5090              Date: Mon, 3 Sep 2001 22:55:41 +0200
5091              Message-ID: <20010903225541.A24097@rafael>
5092      Branch: perl
5093            ! toke.c
5094 ____________________________________________________________________________
5095 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
5096         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
5097              From: Peter Prymmer <pvhp@best.com>
5098              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
5099              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
5100      Branch: perl
5101            ! README.vms configure.com
5102 ____________________________________________________________________________
5103 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
5104         Log: Subject: Re: A slightly better default seed?   
5105              From: Michael G Schwern <schwern@pobox.com>
5106              Date: Mon, 3 Sep 2001 18:08:15 -0400 
5107              Message-ID: <20010903180815.W9233@blackrider>
5108      Branch: perl
5109            ! t/op/srand.t
5110 ____________________________________________________________________________
5111 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
5112         Log: Add sharedsv.o to microperl object files.
5113      Branch: perl
5114            ! Makefile.micro
5115 ____________________________________________________________________________
5116 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
5117         Log: AUTHORS updates and
5118              
5119              Subject: [PATCH] Just some preening :-)        
5120              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5121              Date: Tue, 4 Sep 2001 14:16:59 +0100
5122              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
5123      Branch: perl
5124            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
5125 ____________________________________________________________________________
5126 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
5127         Log: Typo fix and slight rewording.
5128      Branch: perl
5129            ! pod/perlfunc.pod
5130 ____________________________________________________________________________
5131 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
5132         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
5133      Branch: perl
5134            ! pod/perlfaq4.pod
5135 ____________________________________________________________________________
5136 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
5137         Log: The helper file changed name.
5138      Branch: perl
5139            ! MANIFEST
5140 ____________________________________________________________________________
5141 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
5142         Log: Update to Scalar-List-Utils 1.03
5143      Branch: perl
5144            + ext/List/Util/t/shuffle.t
5145            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
5146            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
5147            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
5148            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
5149            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
5150            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
5151            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
5152            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
5153 ____________________________________________________________________________
5154 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
5155         Log: Make crypt() do something more sane for Unicode
5156              (take crypt() of the low eight bits of the characters,
5157              instead of taking crypt() of the UTF-8 of the scalar);
5158              add a test for crypt().
5159      Branch: perl
5160            + t/op/crypt.t
5161            ! MANIFEST pod/perlfunc.pod pp.c
5162 ____________________________________________________________________________
5163 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
5164         Log: Reorganize the srand entry.
5165      Branch: perl
5166            ! pod/perlfunc.pod
5167 ____________________________________________________________________________
5168 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
5169         Log: Remove the tests that assume something about
5170              calling srand() without arguments multiple times.
5171      Branch: perl
5172            ! t/op/srand.t
5173 ____________________________________________________________________________
5174 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
5175         Log: Upgrade to Math::BigInt 1.42.
5176      Branch: perl
5177            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5178            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5179            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5180            ! lib/Math/BigInt/t/mbimbf.t
5181 ____________________________________________________________________________
5182 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
5183         Log: integrate change#11847 from maint-5.6
5184              
5185              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5186      Branch: perl
5187            ! sv.c
5188 ____________________________________________________________________________
5189 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
5190         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5191      Branch: maint-5.6/perl
5192            ! sv.c
5193 ____________________________________________________________________________
5194 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
5195         Log: As far as I can tell these functions have been Unicodified.
5196      Branch: perl
5197            ! doop.c
5198 ____________________________________________________________________________
5199 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
5200         Log: Update to Storable 1.0.13.
5201      Branch: perl
5202            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5203            ! ext/Storable/Storable.xs
5204 ____________________________________________________________________________
5205 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
5206         Log: Patch the Filter::Simple test to work with
5207              the core test suite (since the FilterTest.pm
5208              is in t/lib, not in lib).
5209      Branch: perl
5210            ! lib/Filter/Simple/t/filter.t
5211 ____________________________________________________________________________
5212 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
5213         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
5214      Branch: perl
5215            + t/lib/FilterTest.pm
5216            - t/lib/MyFilter.pm
5217 ____________________________________________________________________________
5218 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
5219         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
5220              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
5221              Text::Balanced 1.86.
5222      Branch: perl
5223            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
5224            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5225            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
5226            + lib/Switch/t/nested.t lib/Switch/t/switch.t
5227            + lib/Text/Balanced/Changes lib/Text/Balanced/README
5228            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
5229            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
5230            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
5231            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
5232            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5233            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
5234            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
5235            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
5236            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
5237            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
5238            ! MANIFEST lib/Attribute/Handlers.pm
5239            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5240            ! lib/Attribute/Handlers/demo/Demo.pm
5241            ! lib/Attribute/Handlers/demo/Descriptions.pm
5242            ! lib/Attribute/Handlers/demo/MyClass.pm
5243            ! lib/Attribute/Handlers/demo/demo.pl
5244            ! lib/Attribute/Handlers/demo/demo2.pl
5245            ! lib/Attribute/Handlers/demo/demo3.pl
5246            ! lib/Attribute/Handlers/demo/demo4.pl
5247            ! lib/Attribute/Handlers/demo/demo_call.pl
5248            ! lib/Attribute/Handlers/demo/demo_chain.pl
5249            ! lib/Attribute/Handlers/demo/demo_cycle.pl
5250            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
5251            ! lib/Attribute/Handlers/demo/demo_phases.pl
5252            ! lib/Attribute/Handlers/demo/demo_range.pl
5253            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
5254            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
5255            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5256            ! lib/Text/Balanced.pm
5257 ____________________________________________________________________________
5258 [ 11841] By: sky                                   on 2001/09/03  11:04:15
5259         Log: Forgot to add a file with Change #11840
5260      Branch: perl
5261            + t/op/srand.t
5262 ____________________________________________________________________________
5263 [ 11840] By: sky                                   on 2001/09/03  11:02:04
5264         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
5265              From: Michael G Schwern <schwern@pobox.com>
5266              Date: Mon, 3 Sep 2001 07:43:00 -0400
5267              Message-ID: <20010903074300.E9233@blackrider>
5268      Branch: perl
5269            ! MANIFEST pod/perlfunc.pod t/op/rand.t
5270 ____________________________________________________________________________
5271 [ 11839] By: sky                                   on 2001/09/03  10:47:11
5272         Log: Document the changes with regards to running of END blocks.
5273              And DESTROY on global objects are called in perl_destruct()!
5274      Branch: perl
5275            ! pod/perl572delta.pod pod/perlembed.pod
5276 ____________________________________________________________________________
5277 [ 11838] By: sky                                   on 2001/09/03  09:34:44
5278         Log: Subject: [PATCH t/op/time.t] Partial cleanup
5279              From: Michael G Schwern <schwern@pobox.com>
5280              Date: Mon, 3 Sep 2001 06:29:42 -0400
5281              Message-ID: <20010903062942.C9233@blackrider>
5282      Branch: perl
5283            ! t/op/time.t
5284 ____________________________________________________________________________
5285 [ 11837] By: sky                                   on 2001/09/03  09:30:02
5286         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
5287              From: Michael G Schwern <schwern@pobox.com>
5288              Date: Mon, 3 Sep 2001 06:24:13 -0400
5289              Message-ID: <20010903062413.B9233@blackrider>
5290      Branch: perl
5291            ! t/op/rand.t
5292 ____________________________________________________________________________
5293 [ 11836] By: sky                                   on 2001/09/03  07:56:47
5294         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
5295              From: Michael G Schwern <schwern@pobox.com>
5296              Date: Sun, 2 Sep 2001 21:38:43 -0400
5297              Message-ID: <20010902213843.L2711@blackrider>
5298      Branch: perl
5299            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
5300            ! MANIFEST
5301 ____________________________________________________________________________
5302 [ 11835] By: nick                                  on 2001/09/03  06:20:06
5303         Log: Integrate mainline
5304      Branch: perlio
5305           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
5306            - t/op/misc.t
5307           !> (integrate 187 files)
5308 ____________________________________________________________________________
5309 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
5310         Log: Update Changes.
5311      Branch: perl
5312            ! Changes patchlevel.h
5313 ____________________________________________________________________________
5314 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
5315         Log: Slight tweaks.
5316      Branch: perl
5317            ! t/run/kill_perl.t
5318 ____________________________________________________________________________
5319 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
5320         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
5321      Branch: perl
5322            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5323 ____________________________________________________________________________
5324 [ 11831] By: sky                                   on 2001/09/02  12:10:42
5325         Log: Change #11828 wasn't complete, this updates to intest path
5326      Branch: perl
5327            ! t/run/kill_perl.t
5328 ____________________________________________________________________________
5329 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
5330         Log: 's's's.
5331      Branch: perl
5332            ! Changes
5333 ____________________________________________________________________________
5334 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
5335         Log: Update Changes.
5336      Branch: perl
5337            ! Changes patchlevel.h
5338 ____________________________________________________________________________
5339 [ 11828] By: sky                                   on 2001/09/02  11:53:56
5340         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
5341              From: Michael G Schwern <schwern@pobox.com>
5342              Date: Sat, 1 Sep 2001 20:18:58 -0400
5343              Message-ID: <20010901201858.X606@blackrider>
5344              +MANIFEST Fix
5345      Branch: perl
5346            + t/run/kill_perl.t
5347            - t/op/misc.t t/run/segfault.t
5348            ! MANIFEST
5349 ____________________________________________________________________________
5350 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
5351         Log: Subject: [PATCH] lib/Time/Local.pm
5352              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5353              Date: Sun, 2 Sep 2001 06:50:01 -0500
5354              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
5355      Branch: perl
5356            ! lib/Time/Local.pm
5357 ____________________________________________________________________________
5358 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
5359         Log: Tick off Unicode collation and the normalization from
5360              the todo list.
5361      Branch: perl
5362            ! pod/perltodo.pod
5363 ____________________________________________________________________________
5364 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
5365         Log: Update to Unicode 3.1.1.
5366      Branch: perl
5367            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
5368            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
5369            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
5370            ! lib/unicore/PropList.txt lib/unicore/README.perl
5371            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
5372            ! lib/unicore/rename lib/unicore/version
5373 ____________________________________________________________________________
5374 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
5375         Log: Slight doc tweaks for the module.
5376      Branch: perl
5377            ! lib/Unicode/UCD.pm
5378 ____________________________________________________________________________
5379 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
5380         Log: Rename the variable: it *used* to be (wrongly) that the
5381              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
5382              but that is no more the case: PL_reg_match_utf8 is better.
5383      Branch: perl
5384            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
5385            ! regexec.c sv.c thrdvar.h
5386 ____________________________________________________________________________
5387 [ 11822] By: ams                                   on 2001/09/02  02:54:50
5388         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
5389              From: Ilmari Karonen <iltzu@sci.fi>
5390              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
5391              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
5392              (op/sub_lval.t updated to take new error message into account.)
5393      Branch: perl
5394            ! op.c t/op/sub_lval.t
5395 ____________________________________________________________________________
5396 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
5397         Log: remove stray CRs in files; keep all files with UNIX line-ends
5398              (Porting/makerel adds CRs to the files that need it in the
5399              distribution)
5400      Branch: perl
5401            ! NetWare/t/NWScripts.pl README.dos
5402            ! ext/Encode/Encode/cns11643-1.enc
5403            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
5404            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5405 ____________________________________________________________________________
5406 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
5407         Log: some remnants of change#11803
5408      Branch: perl
5409            ! ext/ByteLoader/byterun.h perl.h
5410 ____________________________________________________________________________
5411 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
5412         Log: Update to Unicode::Collate 0.08.
5413      Branch: perl
5414            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5415            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5416 ____________________________________________________________________________
5417 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
5418         Log: Test tweaks.
5419      Branch: perl
5420            ! t/op/pat.t
5421 ____________________________________________________________________________
5422 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
5423         Log: Fix test
5424      Branch: maint-5.6/macperl
5425            ! t/lib/b.t
5426 ____________________________________________________________________________
5427 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
5428         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
5429              warnings in Config.pm with -W; increase default and
5430              minimum RAM; bump version number.
5431      Branch: maint-5.6/macperl
5432            + macos/lib/Mac/LowMem.pm
5433            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
5434            ! macos/configpm macos/macperl/MacPerl.r
5435 ____________________________________________________________________________
5436 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
5437         Log: Make syntax check report in MPW style, fix tests
5438              to use Mac::err=unix to get normal-style error
5439              messages.
5440      Branch: maint-5.6/macperl
5441            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
5442            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
5443 ____________________________________________________________________________
5444 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
5445         Log: Make MPW-style errors optional (but the default); add
5446              MacPerl::ErrorFormat() function and Mac::err pragma
5447      Branch: maint-5.6/macperl
5448            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
5449            + macos/ext/Mac/err/err.xs
5450            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
5451            ! macos/macish.c macos/macish.h macos/macperl.sym
5452 ____________________________________________________________________________
5453 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
5454         Log: More module and test ports from Thomas Wegner et al
5455      Branch: maint-5.6/macperl
5456            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5457            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
5458            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
5459            ! t/op/magic.t
5460 ____________________________________________________________________________
5461 [ 11812] By: sky                                   on 2001/09/01  17:19:30
5462         Log: Subject: [PATCH t/op/concat.t] cleanup
5463              From: Michael G Schwern <schwern@pobox.com>
5464              Date: Sat, 1 Sep 2001 14:06:28 -0400
5465              Message-ID: <20010901140628.C606@blackrider>
5466      Branch: perl
5467            ! t/op/concat.t
5468 ____________________________________________________________________________
5469 [ 11811] By: sky                                   on 2001/09/01  12:25:29
5470         Log: Change #11805 didn't update the MANIFEST
5471      Branch: perl
5472            ! MANIFEST
5473 ____________________________________________________________________________
5474 [ 11810] By: sky                                   on 2001/09/01  11:52:44
5475         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
5476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5477              Date: Sat, 1 Sep 2001 14:50:14 +0200
5478              Message-ID: <20010901145014.A691@rafael>
5479      Branch: perl
5480            ! t/op/inccode.t
5481 ____________________________________________________________________________
5482 [ 11809] By: sky                                   on 2001/09/01  11:49:22
5483         Log: Subject: PATCH: ExtUtils::MakeMaker
5484              From: Tony Bowden <tony@kasei.com>
5485              Date: Sat, 1 Sep 2001 10:33:53 +0100
5486              Message-ID: <20010901103353.A13863@soto.kasei.com>
5487              Manually applied
5488      Branch: perl
5489            ! lib/ExtUtils/MakeMaker.pm
5490 ____________________________________________________________________________
5491 [ 11808] By: sky                                   on 2001/09/01  11:39:13
5492         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
5493              From: mike808@users.sourceforge.net
5494              Date: Sat, 1 Sep 101 11:27:50 GMT
5495              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
5496              With little tweak
5497      Branch: perl
5498            ! lib/Term/Cap.pm
5499 ____________________________________________________________________________
5500 [ 11807] By: ams                                   on 2001/09/01  11:31:16
5501         Log: Subject: oct() and hex()
5502              From: Nicholas Clark <nick@ccl4.org>
5503              Date: Fri, 31 Aug 2001 23:14:13 +0100
5504              Message-Id: <20010831231413.J4950@plum.flirble.org>
5505      Branch: perl
5506            ! pod/perlclib.pod
5507 ____________________________________________________________________________
5508 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
5509         Log: Integrate change 11801 from maintperl
5510      Branch: maint-5.6/macperl
5511            ! perl.c
5512 ____________________________________________________________________________
5513 [ 11805] By: sky                                   on 2001/08/31  21:35:10
5514         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
5515              From: Michael G Schwern <schwern@pobox.com>
5516              Date: Fri, 31 Aug 2001 15:36:28 -0400
5517              Message-ID: <20010831153628.B598@blackrider>
5518              Check for things which used to segfault
5519      Branch: perl
5520            + t/run/segfault.t
5521 ____________________________________________________________________________
5522 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
5523         Log: integrate change#11801 from maint-5.6
5524              
5525              remove age-old UNICOS "workaround" that introduces a static, and
5526              hence an egregious race condition for threaded builds (*sigh*
5527              beats me why this kludge wasn't guarded by a UNICOS-specific
5528              #define *sigh*)
5529      Branch: perl
5530            ! perl.c
5531 ____________________________________________________________________________
5532 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
5533         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
5534              working in 5.7.x
5535      Branch: perl
5536            - objXSUB.h
5537            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
5538            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
5539            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
5540            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
5541            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
5542            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
5543            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
5544            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5545            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
5546            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
5547            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5548            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5549            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
5550            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
5551            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
5552            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
5553            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
5554            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
5555            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
5556            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
5557            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
5558            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
5559 ____________________________________________________________________________
5560 [ 11802] By: ams                                   on 2001/08/31  18:11:32
5561         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
5562              From: "Philip Newton" <Philip.Newton@gmx.net>
5563              Date: Fri, 31 Aug 2001 21:12:56 +0200
5564              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
5565      Branch: perl
5566            ! pod/perldiag.pod
5567 ____________________________________________________________________________
5568 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
5569         Log: remove age-old UNICOS "workaround" that introduces a static, and
5570              hence an egregious race condition for threaded builds (*sigh*
5571              beats me why this kludge wasn't guarded by a UNICOS-specific
5572              #define *sigh*)
5573      Branch: maint-5.6/perl
5574            ! perl.c
5575 ____________________________________________________________________________
5576 [ 11800] By: sky                                   on 2001/08/31  17:30:26
5577         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
5578              Might break on platforms where bool is larger than 8 bites ???
5579      Branch: perl
5580            ! regcomp.c
5581 ____________________________________________________________________________
5582 [ 11799] By: ams                                   on 2001/08/31  12:15:44
5583         Log: Integrate 11778 into mainline.
5584      Branch: perl
5585            ! t/base/term.t
5586 ____________________________________________________________________________
5587 [ 11798] By: sky                                   on 2001/08/31  11:31:44
5588         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
5589              supposed to happen.
5590      Branch: perl
5591            ! regcomp.c
5592 ____________________________________________________________________________
5593 [ 11797] By: sky                                   on 2001/08/31  11:28:17
5594         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
5595              From: "John P. Linderman" <jpl@research.att.com>
5596              Date: Fri, 31 Aug 2001 08:20:35 -0400
5597              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
5598              Fixes test 14 which could fail randomly in rare cases.
5599      Branch: perl
5600            ! ext/Time/HiRes/HiRes.t regcomp.c
5601 ____________________________________________________________________________
5602 [ 11796] By: ams                                   on 2001/08/31  01:13:07
5603         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
5604              From: Nicholas Clark <nick@ccl4.org>
5605              Date: Thu, 30 Aug 2001 23:21:50 +0100
5606              Message-Id: <20010830232150.D4950@plum.flirble.org>
5607      Branch: perl
5608            ! ext/Sys/Syslog/Makefile.PL
5609 ____________________________________________________________________________
5610 [ 11795] By: ams                                   on 2001/08/30  23:53:23
5611         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
5612              patching example
5613              From: Michael G Schwern <schwern@pobox.com>
5614              Date: Thu, 30 Aug 2001 17:02:08 -0400
5615              Message-Id: <20010830170208.M2318@blackrider>
5616      Branch: perl
5617            ! pod/perlhack.pod
5618 ____________________________________________________________________________
5619 [ 11794] By: ams                                   on 2001/08/30  19:35:36
5620         Log: Subject: [PATCH] pp_modulo
5621              From: Nicholas Clark <nick@ccl4.org>
5622              Date: Thu, 30 Aug 2001 18:20:54 +0100
5623              Message-Id: <20010830182053.A4950@plum.flirble.org>
5624      Branch: perl
5625            ! pp.c t/op/64bitint.t
5626 ____________________________________________________________________________
5627 [ 11793] By: sky                                   on 2001/08/30  13:02:48
5628         Log: 11792 wasn't complete
5629      Branch: perl
5630            ! makedef.pl regcomp.c
5631 ____________________________________________________________________________
5632 [ 11792] By: sky                                   on 2001/08/30  12:21:11
5633         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
5634      Branch: perl
5635            ! makedef.pl
5636 ____________________________________________________________________________
5637 [ 11791] By: sky                                   on 2001/08/30  10:08:02
5638         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
5639      Branch: perl
5640            ! config_h.SH
5641 ____________________________________________________________________________
5642 [ 11790] By: sky                                   on 2001/08/30  08:22:31
5643         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
5644              on the pad. Fixes coredumps in cleanups introduced by
5645              Change 11755  
5646      Branch: perl
5647            ! op.c perl.c sv.h
5648 ____________________________________________________________________________
5649 [ 11789] By: sky                                   on 2001/08/29  19:01:47
5650         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
5651              This is a replacement implmentation that works on HPUX.
5652              This bug should probably be fixed in GCC.
5653      Branch: perl
5654            ! ext/Socket/Socket.xs
5655 ____________________________________________________________________________
5656 [ 11788] By: ams                                   on 2001/08/29  17:35:33
5657         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
5658              From: Nicholas Clark <nick@ccl4.org>
5659              Date: Wed, 29 Aug 2001 18:21:56 +0100
5660              Message-Id: <20010829182156.O4950@plum.flirble.org>
5661      Branch: perl
5662            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
5663 ____________________________________________________________________________
5664 [ 11787] By: sky                                   on 2001/08/29  10:42:54
5665         Log: Added test for pack_addr_in and unpack_addr_in
5666              Nitpik in test 10
5667      Branch: perl
5668            ! ext/Socket/Socket.t
5669 ____________________________________________________________________________
5670 [ 11786] By: sky                                   on 2001/08/29  10:28:14
5671         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
5672              Trying to catch errors on HP-UX
5673      Branch: perl
5674            ! ext/Socket/Socket.t
5675 ____________________________________________________________________________
5676 [ 11785] By: sky                                   on 2001/08/29  09:07:03
5677         Log: make sure USE_THREADS is defined so external apps work
5678      Branch: perl
5679            ! config_h.SH
5680 ____________________________________________________________________________
5681 [ 11784] By: sky                                   on 2001/08/29  08:06:12
5682         Log: Subject: Re: The hitlist of untested modules.
5683              From: Jonathan Stowe <gellyfish@gellyfish.com>
5684              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
5685              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
5686              Start of tests for Shell.pm (make Schwern poorer!)
5687      Branch: perl
5688            + lib/Shell.t
5689            ! MANIFEST
5690 ____________________________________________________________________________
5691 [ 11783] By: sky                                   on 2001/08/29  07:37:50
5692         Log: END{} can change the return value even if we die from BEGIN{}
5693      Branch: perl
5694            ! miniperlmain.c
5695 ____________________________________________________________________________
5696 [ 11782] By: ams                                   on 2001/08/29  06:32:17
5697         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
5698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5699              Date: Wed, 29 Aug 2001 09:18:17 +0200
5700              Message-Id: <20010829091817.A4453@rafael>
5701      Branch: perl
5702            ! t/op/inccode.t
5703 ____________________________________________________________________________
5704 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
5705         Log: Delete xsubpp.patch, as full copy exists now
5706      Branch: maint-5.6/macperl
5707            - macos/xsubpp.patch
5708 ____________________________________________________________________________
5709 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
5710         Log: Add Changes file
5711      Branch: maint-5.6/macperl
5712            + macos/Changes
5713 ____________________________________________________________________________
5714 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
5715         Log: Add Mac version of xsubpp as separate file
5716      Branch: maint-5.6/macperl
5717            + macos/xsubpp
5718            ! macos/Makefile.mk
5719 ____________________________________________________________________________
5720 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
5721         Log: Fix open of /dev/null for Mac OS
5722      Branch: maint-5.6/macperl
5723            ! t/base/term.t
5724 ____________________________________________________________________________
5725 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
5726         Log: Various patches: enable more tests; skip CVS in PerlInstall;
5727              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
5728      Branch: maint-5.6/macperl
5729            ! macos/MacPerlTests.cmd macos/PerlInstall
5730            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
5731 ____________________________________________________________________________
5732 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
5733         Log: Allow for platforms to override formatting of errors
5734              on output from Matthias Neeracher (Mac files)
5735      Branch: maint-5.6/macperl
5736            ! macos/macish.c macos/macish.h
5737 ____________________________________________________________________________
5738 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
5739         Log: Allow for platforms to override formatting of errors
5740              on output from Matthias Neeracher (core files)
5741      Branch: maint-5.6/macperl
5742            ! perl.h pp_ctl.c util.c
5743 ____________________________________________________________________________
5744 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
5745         Log: Add some param checking, from reports by Kevin Reid.
5746      Branch: maint-5.6/macperl
5747            ! macos/ext/Mac/Controls/Controls.pm
5748            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
5749 ____________________________________________________________________________
5750 [ 11773] By: ams                                   on 2001/08/28  23:54:57
5751         Log: Subject: [PATCH] make coretest
5752              From: Paul Johnson <paul@pjcj.net>
5753              Date: Wed, 29 Aug 2001 00:11:38 +0200
5754              Message-Id: <20010829001138.B12169@pjcj.net>
5755              (Applied without the change to perlhack.pod. This should
5756              probably stay undocumented.)
5757      Branch: perl
5758            ! Makefile.SH t/TEST
5759 ____________________________________________________________________________
5760 [ 11772] By: sky                                   on 2001/08/28  13:01:20
5761         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
5762              From: Michael G Schwern <schwern@pobox.com>
5763              Date: Tue, 28 Aug 2001 09:57:39 -0400
5764              Message-ID: <20010828095738.E17775@blackrider>
5765      Branch: perl
5766            ! pod/perlhack.pod t/op/pack.t
5767 ____________________________________________________________________________
5768 [ 11771] By: sky                                   on 2001/08/28  11:20:13
5769         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
5770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5771              Date: Tue, 28 Aug 2001 14:23:43 +0200
5772              Message-ID: <20010828142343.A19299@rafael>
5773      Branch: perl
5774            ! pod/perlvar.pod pp_ctl.c
5775 ____________________________________________________________________________
5776 [ 11770] By: ams                                   on 2001/08/28  10:13:21
5777         Log: Subject: [PATCH] odd typo in op.h
5778              From: Nicholas Clark <nick@ccl4.org>
5779              Date: Tue, 28 Aug 2001 12:10:26 +0100
5780              Message-Id: <20010828121026.V4950@plum.flirble.org>
5781      Branch: perl
5782            ! op.h
5783 ____________________________________________________________________________
5784 [ 11769] By: sky                                   on 2001/08/28  08:09:16
5785         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
5786              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
5787              Date: Tue, 28 Aug 2001 02:22:20 +0300
5788              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
5789      Branch: perl
5790            ! ext/B/B/Lint.pm
5791 ____________________________________________________________________________
5792 [ 11768] By: ams                                   on 2001/08/28  00:47:35
5793         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
5794              From: Michael G Schwern <schwern@pobox.com>
5795              Date: Mon, 27 Aug 2001 21:24:44 -0400
5796              Message-Id: <20010827212444.F12582@blackrider>
5797      Branch: perl
5798            ! pod/perlhack.pod t/op/pack.t
5799 ____________________________________________________________________________
5800 [ 11767] By: ams                                   on 2001/08/27  23:59:48
5801         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
5802              From: Michael G Schwern <schwern@pobox.com>
5803              Date: Mon, 27 Aug 2001 20:12:29 -0400
5804              Message-Id: <20010827201229.D12582@blackrider>
5805      Branch: perl
5806            ! pod/perlhack.pod t/op/pack.t
5807 ____________________________________________________________________________
5808 [ 11766] By: ams                                   on 2001/08/27  23:39:40
5809         Log: Update Changes.
5810      Branch: perl
5811            ! Changes
5812 ____________________________________________________________________________
5813 [ 11765] By: ams                                   on 2001/08/27  22:53:10
5814         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
5815              From: Michael G Schwern <schwern@pobox.com>
5816              Date: Mon, 27 Aug 2001 19:47:30 -0400
5817              Message-Id: <20010827194730.C12582@blackrider>
5818      Branch: perl
5819            ! t/op/inccode.t
5820 ____________________________________________________________________________
5821 [ 11764] By: ams                                   on 2001/08/27  22:46:21
5822         Log: Subject: [PATCH] new tests for the coderef-in-@INC
5823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5824              Date: Mon, 27 Aug 2001 22:36:27 +0200
5825              Message-Id: <20010827223627.C690@rafael>
5826              
5827              Subject: Re: [PATCH] new tests for the coderef-in-@INC
5828              From: Nicholas Clark <nick@ccl4.org>
5829              Date: Tue, 28 Aug 2001 00:02:46 +0100
5830              Message-Id: <20010828000245.R4950@plum.flirble.org>
5831      Branch: perl
5832            + t/op/inccode.t
5833            ! MANIFEST
5834 ____________________________________________________________________________
5835 [ 11763] By: ams                                   on 2001/08/27  22:41:09
5836         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
5837              bleadperl on fire, Win95+4NT)
5838              From: Michael G Schwern <schwern@pobox.com>
5839              Date: Mon, 27 Aug 2001 16:54:42 -0400
5840              Message-Id: <20010827165442.F9436@blackrider>
5841      Branch: perl
5842            ! lib/warnings.t
5843 ____________________________________________________________________________
5844 [ 11762] By: sky                                   on 2001/08/27  19:19:17
5845         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
5846              avaible at compile time. This broke the compilation of 
5847              Net/Ping.pm
5848      Branch: perl
5849            ! lib/Net/Ping.pm
5850 ____________________________________________________________________________
5851 [ 11761] By: sky                                   on 2001/08/27  18:34:48
5852         Log: Removed tripple definitions of CUSTOM_OP functions.
5853      Branch: perl
5854            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
5855 ____________________________________________________________________________
5856 [ 11760] By: sky                                   on 2001/08/27  18:21:27
5857         Log: Regen headers
5858      Branch: perl
5859            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
5860            ! perlapi.h proto.h
5861 ____________________________________________________________________________
5862 [ 11759] By: ams                                   on 2001/08/27  16:31:53
5863         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
5864              From: "chromatic" <chromatic@rmci.net>
5865              Date: Mon, 27 Aug 2001 11:17:09 -0600
5866              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
5867      Branch: perl
5868            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
5869 ____________________________________________________________________________
5870 [ 11758] By: sky                                   on 2001/08/27  15:16:42
5871         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
5872              Thanks to H. Merijn Brand for the patch.
5873              Some of the comments and or guards might be removable in perl.h now.
5874      Branch: perl
5875            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
5876            ! Porting/Glossary Porting/config_H README.threads config_h.SH
5877            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
5878            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
5879            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
5880            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
5881            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
5882            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
5883            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
5884            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
5885            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
5886            ! win32/config_H.vc win32/perllib.c win32/win32.h
5887            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
5888            ! wince/config.h wince/config_H.ce wince/win32.h
5889            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
5890 ____________________________________________________________________________
5891 [ 11757] By: sky                                   on 2001/08/27  13:39:16
5892         Log: Subject: GNU ld parses arguments different
5893              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5894              Date: Mon, 27 Aug 2001 16:25:51 +0200
5895              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
5896      Branch: perl
5897            ! hints/hpux.sh
5898 ____________________________________________________________________________
5899 [ 11756] By: sky                                   on 2001/08/27  13:18:45
5900         Log: Subject: Custom Ops
5901              From: Simon Cozens <simon@netthink.co.uk>
5902              Date: Sat, 25 Aug 2001 17:45:09 +0100
5903              Message-ID: <20010825174509.A5752@netthink.co.uk>
5904              I also added a fix to Opcode.pm to quite test cases.
5905      Branch: perl
5906            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
5907            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
5908 ____________________________________________________________________________
5909 [ 11755] By: sky                                   on 2001/08/27  05:37:17
5910         Log: Plugs a memory leak on destruction of regular expressions
5911              introcued by #11274.
5912              PL_regex_padav now has an AV as it's first entry with a list
5913              of freed regex_padav slots that it will reuse on creating
5914              new PMOPs.
5915      Branch: perl
5916            ! op.c perl.c
5917 ____________________________________________________________________________
5918 [ 11754] By: ams                                   on 2001/08/26  14:38:52
5919         Log: Subject: [PATCH] t/io/binmode.t
5920              From: Nicholas Clark <nick@ccl4.org>
5921              Date: Sun, 26 Aug 2001 12:03:05 +0100
5922              Message-Id: <20010826120305.C4950@plum.flirble.org>
5923              
5924              (Also a nitpick in #11752 to t/op/universal.t)
5925      Branch: perl
5926            ! t/io/binmode.t t/op/universal.t
5927 ____________________________________________________________________________
5928 [ 11753] By: ams                                   on 2001/08/26  08:19:34
5929         Log: Subject: [PATCH] op/universal.t failing
5930              From: Nicholas Clark <nick@ccl4.org>
5931              Date: Sun, 26 Aug 2001 09:48:22 +0100
5932              Message-Id: <20010826094822.B4950@plum.flirble.org>
5933      Branch: perl
5934            ! t/op/universal.t
5935 ____________________________________________________________________________
5936 [ 11752] By: ams                                   on 2001/08/25  22:46:13
5937         Log: Subject: Re: 'can' with undefined subs
5938              From: Tony Bowden <tony@kasei.com>
5939              Date: Sat, 25 Aug 2001 14:58:17 +0100
5940              Message-Id: <20010825145817.A11788@soto.kasei.com>
5941              (Applied with minor modifications.)
5942      Branch: perl
5943            ! t/op/universal.t
5944 ____________________________________________________________________________
5945 [ 11751] By: ams                                   on 2001/08/25  18:28:43
5946         Log: Subject: Re: 'can' with undefined subs
5947              From: Tony Bowden <tony@kasei.com>
5948              Date: Sat, 25 Aug 2001 15:13:14 +0100
5949              Message-Id: <20010825151314.B11788@soto.kasei.com>
5950      Branch: perl
5951            ! lib/UNIVERSAL.pm
5952 ____________________________________________________________________________
5953 [ 11750] By: nick                                  on 2001/08/25  15:24:15
5954         Log: Integrate mainline
5955      Branch: perlio
5956           +> t/io/binmode.t
5957           !> (integrate 26 files)
5958 ____________________________________________________________________________
5959 [ 11749] By: nick                                  on 2001/08/25  14:55:41
5960         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
5961              From:  John Peacock <jpeacock@rowman.com>
5962              Date:  Wed, 22 Aug 2001 12:05:28 -0400
5963              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
5964      Branch: perl
5965            ! pod/perlhack.pod
5966 ____________________________________________________________________________
5967 [ 11748] By: nick                                  on 2001/08/25  14:53:04
5968         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
5969              From:  Michael G Schwern <schwern@pobox.com>
5970              Date:  Wed, 22 Aug 2001 19:22:45 -0400
5971              Message-Id:  <20010822192245.U619@blackrider>
5972      Branch: perl
5973            ! MANIFEST
5974 ____________________________________________________________________________
5975 [ 11747] By: nick                                  on 2001/08/25  14:52:33
5976         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
5977              From:  Nicholas Clark <nick@ccl4.org>
5978              Date:  Wed, 22 Aug 2001 23:29:06 +0100
5979              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
5980      Branch: perl
5981            + t/io/binmode.t
5982            ! perlio.c pod/perlfunc.pod
5983 ____________________________________________________________________________
5984 [ 11744] By: nick                                  on 2001/08/25  14:37:33
5985         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
5986              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5987              Date:  Fri, 24 Aug 2001 22:10:42 +0200
5988              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
5989      Branch: perl
5990            ! x2p/a2py.c x2p/walk.c
5991 ____________________________________________________________________________
5992 [ 11743] By: nick                                  on 2001/08/25  14:32:47
5993         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
5994              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5995              Date:  Fri, 24 Aug 2001 23:34:13 +0200
5996              Message-Id:  <20010824233413.A1285@rafael>
5997      Branch: perl
5998            ! pod/perlfunc.pod pod/perlvar.pod
5999 ____________________________________________________________________________
6000 [ 11742] By: ams                                   on 2001/08/25  13:16:02
6001         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
6002              From: Nicholas Clark <nick@ccl4.org>
6003              Date: Sat, 25 Aug 2001 14:50:07 +0100
6004              Message-Id: <20010825145007.L41464@plum.flirble.org>
6005      Branch: perl
6006            ! pp_ctl.c
6007 ____________________________________________________________________________
6008 [ 11741] By: nick                                  on 2001/08/24  07:08:45
6009         Log: When applying patch via Porting/apply fails, do p4 refresh
6010              to get old files back.
6011      Branch: perl
6012            ! Porting/apply
6013 ____________________________________________________________________________
6014 [ 11740] By: ams                                   on 2001/08/24  04:47:24
6015         Log: #11739 was incomplete.
6016      Branch: perl
6017            ! pod/perldiag.pod
6018 ____________________________________________________________________________
6019 [ 11739] By: ams                                   on 2001/08/24  04:09:40
6020         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
6021              From: "Philip Newton" <Philip.Newton@gmx.net>
6022              Date: Fri, 24 Aug 2001 07:08:34 +0200
6023      Branch: perl
6024            ! pod/perldiag.pod
6025 ____________________________________________________________________________
6026 [ 11738] By: ams                                   on 2001/08/24  02:19:42
6027         Log: Fixed Doug Wilson's email address.
6028      Branch: perl
6029            ! AUTHORS
6030 ____________________________________________________________________________
6031 [ 11737] By: ams                                   on 2001/08/24  00:10:13
6032         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
6033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6034              Date: Thu, 23 Aug 2001 22:22:58 +0200
6035              Message-Id: <20010823222258.A901@rafael>
6036      Branch: perl
6037            ! pod/perldiag.pod
6038 ____________________________________________________________________________
6039 [ 11736] By: ams                                   on 2001/08/24  00:05:02
6040         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
6041              From: "Craig A. Berry" <craigberry@mac.com>
6042              Date: Thu, 23 Aug 2001 19:07:45 -0500
6043              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
6044      Branch: perl
6045            ! configure.com
6046 ____________________________________________________________________________
6047 [ 11735] By: sky                                   on 2001/08/23  13:42:07
6048         Log: Backed out 11732, it breaks lib/strict.t 
6049      Branch: perl
6050            ! op.c
6051 ____________________________________________________________________________
6052 [ 11734] By: sky                                   on 2001/08/23  11:45:59
6053         Log: Removed toy from 17133 after Matt Sargeants request.
6054      Branch: perl
6055            ! pod/perlfaq4.pod
6056 ____________________________________________________________________________
6057 [ 11733] By: sky                                   on 2001/08/23  11:36:29
6058         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
6059              From: Robin Houston <robin@kitsite.com>
6060              Date: Wed, 22 Aug 2001 23:06:16 +0100
6061              Message-ID: <20010822230616.A254@robin.kitsite.com>
6062      Branch: perl
6063            ! pod/perlfaq4.pod
6064 ____________________________________________________________________________
6065 [ 11732] By: sky                                   on 2001/08/23  10:36:02
6066         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
6067              From: Simon Cozens <simon@netthink.co.uk>
6068              Date: Thu, 23 Aug 2001 12:06:36 +0100
6069              Message-ID: <20010823120636.A9961@netthink.co.uk>
6070      Branch: perl
6071            ! op.c
6072 ____________________________________________________________________________
6073 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
6074         Log: fix broken windows build
6075      Branch: perl
6076            ! perl.h
6077 ____________________________________________________________________________
6078 [ 11730] By: ams                                   on 2001/08/22  21:35:30
6079         Log: Subject: [PATCH] io/tell.t doesn't chdir t
6080              From: Nicholas Clark <nick@ccl4.org>
6081              Date: Wed, 22 Aug 2001 23:25:58 +0100
6082              Message-Id: <20010822232557.Y82818@plum.flirble.org>
6083      Branch: perl
6084            ! t/io/tell.t
6085 ____________________________________________________________________________
6086 [ 11729] By: ams                                   on 2001/08/22  20:32:21
6087         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6088              questions)
6089              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6090              Date: Wed, 22 Aug 2001 17:09:04 -0400
6091              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6092              (Oops, forgot File::Spec::Unix in the previous patch.)
6093      Branch: perl
6094            ! lib/File/Spec/Unix.pm
6095 ____________________________________________________________________________
6096 [ 11728] By: ams                                   on 2001/08/22  20:25:41
6097         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6098              questions)
6099              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6100              Date: Wed, 22 Aug 2001 17:09:04 -0400
6101              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6102      Branch: perl
6103            ! lib/File/Spec.pm
6104 ____________________________________________________________________________
6105 [ 11727] By: ams                                   on 2001/08/22  19:43:30
6106         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
6107              From: John Peacock <jpeacock@rowman.com>
6108              Date: Wed, 22 Aug 2001 12:35:52 -0400
6109              Message-Id: <3B83DF68.5D89DC81@rowman.com>
6110              (Adds proper tests for $], notwithstanding Subject. +nitpick)
6111      Branch: perl
6112            ! t/op/ver.t
6113 ____________________________________________________________________________
6114 [ 11726] By: ams                                   on 2001/08/22  19:36:39
6115         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
6116              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
6117              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
6118              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
6119      Branch: perl
6120            ! lib/diagnostics.pm lib/diagnostics.t
6121 ____________________________________________________________________________
6122 [ 11725] By: ams                                   on 2001/08/22  19:25:01
6123         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
6124              From: Nicholas Clark <nick@ccl4.org>
6125              Date: Wed, 22 Aug 2001 20:59:05 +0100
6126              Message-Id: <20010822205905.U82818@plum.flirble.org>
6127      Branch: perl
6128            ! pp.c t/op/64bitint.t t/op/arith.t
6129 ____________________________________________________________________________
6130 [ 11724] By: ams                                   on 2001/08/22  10:02:33
6131         Log: Subject: Configure blooper
6132              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6133              Date: Wed, 22 Aug 2001 12:38:35 +0200
6134              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
6135      Branch: perl
6136            ! Configure
6137 ____________________________________________________________________________
6138 [ 11723] By: ams                                   on 2001/08/21  16:17:53
6139         Log: Subject: [PATCH] installperl -help
6140              From: Nicholas Clark <nick@ccl4.org>
6141              Date: Tue, 21 Aug 2001 17:34:23 +0100
6142              Message-Id: <20010821173423.F82818@plum.flirble.org>
6143      Branch: perl
6144            ! installperl
6145 ____________________________________________________________________________
6146 [ 11722] By: ams                                   on 2001/08/20  07:46:31
6147         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
6148              From: Ilmari Karonen <iltzu@sci.fi>
6149              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
6150              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
6151      Branch: perl
6152            ! pod/perlvar.pod
6153 ____________________________________________________________________________
6154 [ 11721] By: nick                                  on 2001/08/20  06:24:31
6155         Log: Integrate mainline
6156      Branch: perlio
6157           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
6158           +> lib/Lingua/KO/Hangul/Util/Changes
6159           +> lib/Lingua/KO/Hangul/Util/README
6160           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6161           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6162           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6163           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6164           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6165           +> lib/Unicode/Normalize/t/test.t
6166            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6167           !> (integrate 55 files)
6168 ____________________________________________________________________________
6169 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
6170         Log: Integrate Change #11599 from maint-5.6/perl
6171      Branch: maint-5.6/macperl
6172           !> README.win32
6173 ____________________________________________________________________________
6174 [ 11719] By: ams                                   on 2001/08/18  21:21:42
6175         Log: Add Porting/apply to MANIFEST.
6176      Branch: perl
6177            ! MANIFEST
6178 ____________________________________________________________________________
6179 [ 11718] By: sky                                   on 2001/08/18  14:38:01
6180         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
6181              Better solution would be to make 5005threaded perl use
6182              the same system as ithreads do
6183      Branch: perl
6184            ! perl.h
6185 ____________________________________________________________________________
6186 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
6187         Log: New try for ID 20010407.006: detach the semantics
6188              "was the last match target UTF8" into its own variable.
6189      Branch: perl
6190            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
6191            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
6192 ____________________________________________________________________________
6193 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
6194         Log: UTF8 flag should be meaningful only when POK.
6195      Branch: perl
6196            ! dump.c
6197 ____________________________________________________________________________
6198 [ 11715] By: sky                                   on 2001/08/18  11:45:16
6199         Log: USE_THREADS and USE_ITHREADS are never true at the same time
6200      Branch: perl
6201            ! perl.h
6202 ____________________________________________________________________________
6203 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
6204         Log: Retract #11712 for now.  The real fix would probably
6205              be something like making PL_reg_sv a copy (PV + UTF8)
6206              of the matched/substituted string (note: not just a SvPOK
6207              string, for example the stringified form of a ROK would
6208              be applicable)  Beware of leaks.
6209      Branch: perl
6210            ! pp_hot.c t/op/pat.t
6211 ____________________________________________________________________________
6212 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
6213         Log: UTF8 wasn't printing for PVMGs.
6214      Branch: perl
6215            ! dump.c
6216 ____________________________________________________________________________
6217 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
6218         Log: (Retracted by #11714)
6219              
6220              Okay analysis, debatable fix.  (The fix will inc
6221              the refcount of all temporary match objects,
6222              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
6223              which will then cause griping at untie() time
6224              ("inner references remain").
6225              
6226              Fix for ID 20010407.006: PL_reg_sv got wiped out
6227              by freetemps if the match target was a temporary
6228              (like function_call() =~ /.../), which in turn meant
6229              that the $1 et al stopped working if they had UTF-8
6230              in them.  Therefore bump up the refcount of PL_reg_sv.
6231      Branch: perl
6232            ! pp_hot.c t/op/pat.t
6233 ____________________________________________________________________________
6234 [ 11711] By: ams                                   on 2001/08/17  20:32:08
6235         Log: Subject: [PATCH] doesn't compile, was perl@11710
6236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6237              Date: Fri, 17 Aug 2001 23:21:10 +0200
6238              Message-Id: <20010817232110.C7041@rafael> 
6239      Branch: perl
6240            ! sharedsv.c
6241 ____________________________________________________________________________
6242 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
6243         Log: Update Changes.
6244      Branch: perl
6245            ! Changes patchlevel.h
6246 ____________________________________________________________________________
6247 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
6248         Log: Upgrade to libnet 1.0704.
6249      Branch: perl
6250            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6251            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
6252            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
6253            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
6254            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
6255            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
6256            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
6257 ____________________________________________________________________________
6258 [ 11708] By: sky                                   on 2001/08/17  13:34:04
6259         Log: Let perl_clone copy PL_exit_flags
6260      Branch: perl
6261            ! sv.c
6262 ____________________________________________________________________________
6263 [ 11707] By: sky                                   on 2001/08/17  12:28:41
6264         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
6265      Branch: perl
6266            ! sharedsv.c sharedsv.h
6267 ____________________________________________________________________________
6268 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
6269         Log: The metaconfig unit change for #11705.
6270      Branch: metaconfig/U/perl
6271            ! Extensions.U
6272 ____________________________________________________________________________
6273 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
6274         Log: Allow the threads extension to be found if present.
6275      Branch: perl
6276            ! Configure
6277 ____________________________________________________________________________
6278 [ 11704] By: nick                                  on 2001/08/17  11:47:54
6279         Log: Mail -> change script (pre-alpha)
6280      Branch: perl
6281            + Porting/apply
6282 ____________________________________________________________________________
6283 [ 11703] By: sky                                   on 2001/08/17  07:11:24
6284         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
6285              Thanks to Tom Hospel for pointing out my error.
6286      Branch: perl
6287            ! op.h
6288 ____________________________________________________________________________
6289 [ 11702] By: sky                                   on 2001/08/17  04:18:11
6290         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
6291      Branch: perl
6292            ! embed.pl miniperlmain.c perl.c perl.h proto.h
6293 ____________________________________________________________________________
6294 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
6295         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
6296              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
6297      Branch: perl
6298            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6299            + lib/Lingua/KO/Hangul/Util/README
6300            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6301            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6302            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6303            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6304            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6305            + lib/Unicode/Normalize/t/test.t
6306            ! MANIFEST
6307 ____________________________________________________________________________
6308 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
6309         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
6310              Date: Thu, 16 Aug 2001 22:46:15 -0500
6311              From: "Craig A. Berry" <craigberry@mac.com>
6312              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
6313      Branch: perl
6314            ! configure.com numeric.c
6315 ____________________________________________________________________________
6316 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
6317         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
6318              of the usual suspects (like getpwent) but not for others
6319              (like localtime and rand).  The _r versions are available
6320              for all of them, so let's use them.
6321      Branch: perl
6322            ! perl.h
6323 ____________________________________________________________________________
6324 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
6325         Log: (Accidental apply; thankfully empty.)
6326      Branch: perl
6327            ! hints/os390.sh
6328 ____________________________________________________________________________
6329 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
6330         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
6331              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6332              Date: Thu, 16 Aug 2001 16:27:49 +0100
6333              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
6334      Branch: perl
6335            ! regexec.c t/op/re_tests
6336 ____________________________________________________________________________
6337 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
6338         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
6339              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6340              Date: Thu, 16 Aug 2001 18:50:01 +0100
6341              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
6342      Branch: perl
6343            ! pp_hot.c t/op/pat.t
6344 ____________________________________________________________________________
6345 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
6346         Log: Subject: [PATCH] *time_r again
6347              From: "Arthur Bergman" <arthur@contiller.se>
6348              Date: Thu, 16 Aug 2001 16:01:54 +0200
6349              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
6350      Branch: perl
6351            ! op.h
6352 ____________________________________________________________________________
6353 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
6354         Log: system() and backtick error handling cleanup from Craig A. Berry.
6355      Branch: perl
6356            ! vms/vms.c
6357 ____________________________________________________________________________
6358 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
6359         Log: change#10334 leaks memory, copies string when it doesn't
6360              need to
6361      Branch: perl
6362            ! perl.c
6363 ____________________________________________________________________________
6364 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
6365         Log: One more twist to the sprintf + utf8 testing.
6366      Branch: perl
6367            ! t/op/misc.t
6368 ____________________________________________________________________________
6369 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
6370         Log: Fix for 20010407.008 sprintf removes utf8-ness.
6371      Branch: perl
6372            ! pp.c t/op/misc.t
6373 ____________________________________________________________________________
6374 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
6375         Log: Subject: [PATCH] *time_r fixes
6376              From: "Arthur Bergman" <arthur@contiller.se>
6377              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
6378              Date: Thu, 16 Aug 2001 14:22:27 +0200
6379      Branch: perl
6380            ! op.h
6381 ____________________________________________________________________________
6382 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
6383         Log: Upgrade to CGI.pm 2.77.
6384      Branch: perl
6385            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
6386            ! lib/CGI/t/function.t
6387 ____________________________________________________________________________
6388 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
6389         Log: Document the bytes-to-Unicode upgrading.
6390      Branch: perl
6391            ! pod/perlunicode.pod
6392 ____________________________________________________________________________
6393 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
6394         Log: Add a test for Unicode sprintf.
6395      Branch: perl
6396            ! t/op/misc.t
6397 ____________________________________________________________________________
6398 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
6399         Log: Add Unicode tests for index/rindex.
6400      Branch: perl
6401            ! t/op/index.t
6402 ____________________________________________________________________________
6403 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
6404         Log: Document a bit the art of minimizing the installation,
6405              based on the p5p discussion.
6406      Branch: perl
6407            ! INSTALL
6408 ____________________________________________________________________________
6409 [ 11684] By: nick                                  on 2001/08/15  15:03:31
6410         Log: Integrate mainline
6411      Branch: perlio
6412           +> sharedsv.c sharedsv.h
6413           !> (integrate 53 files)
6414 ____________________________________________________________________________
6415 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
6416         Log: Update Changes.
6417      Branch: perl
6418            ! Changes patchlevel.h
6419 ____________________________________________________________________________
6420 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
6421         Log: The #11673 necessitated a test tweak.
6422      Branch: perl
6423            ! t/io/utf8.t
6424 ____________________________________________________________________________
6425 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
6426         Log: Also UNICOS is in the general case unable to silently
6427              handle fp overflows.
6428      Branch: perl
6429            ! numeric.c
6430 ____________________________________________________________________________
6431 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
6432         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
6433              NV_EPSILON #defined.
6434      Branch: perl
6435            ! perl.h
6436 ____________________________________________________________________________
6437 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
6438         Log: Re-establish the fp overflow detection for VAX VMS; there
6439              is no easy way to have the IEEE fp silent overflow semantics.
6440              (in Alpha VMS we still will use IEEE fp by default-- but it
6441              is still possible to configure Perl to use G_FLOAT)
6442      Branch: perl
6443            ! numeric.c
6444 ____________________________________________________________________________
6445 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
6446         Log: Subject: [PATCH] pp_lock 
6447              From: "Arthur Bergman" <arthur@contiller.se>
6448              Date: Wed, 15 Aug 2001 11:52:16 +0200
6449              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
6450      Branch: perl
6451            ! pp.c
6452 ____________________________________________________________________________
6453 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
6454         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
6455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6456              Date: Wed, 15 Aug 2001 11:32:11 +0100
6457              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
6458      Branch: perl
6459            ! regcomp.c t/op/re_tests
6460 ____________________________________________________________________________
6461 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
6462         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
6463              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6464              Date: Wed, 15 Aug 2001 10:33:49 +0100
6465              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
6466      Branch: perl
6467            ! regexec.c t/op/re_tests
6468 ____________________________________________________________________________
6469 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
6470         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
6471              From: Barrie Slaymaker <barries@slaysys.com>
6472              Date: Tue, 14 Aug 2001 14:32:25 -0400
6473              Message-ID: <20010814143225.A19822@jester.slaysys.com>
6474      Branch: perl
6475            ! lib/File/Spec.t lib/File/Spec/Unix.pm
6476 ____________________________________________________________________________
6477 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
6478         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
6479              From: Peter Prymmer <pvhp@forte.com>
6480              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
6481              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
6482      Branch: perl
6483            ! README.vms configure.com
6484 ____________________________________________________________________________
6485 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
6486         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
6487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6488              Date: Tue, 14 Aug 2001 21:23:27 +0200
6489              Message-ID: <20010814212327.A1919@rafael>
6490      Branch: perl
6491            ! doio.c
6492 ____________________________________________________________________________
6493 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
6494         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
6495              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
6496              Date: Tue, 14 Aug 2001 22:30:11 +0200
6497              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
6498              
6499              Combination of nmake, quoting, and Perl expanded $( in here-doc.
6500      Branch: perl
6501            ! ext/SDBM_File/Makefile.PL
6502 ____________________________________________________________________________
6503 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
6504         Log: Todo updates.
6505      Branch: perl
6506            ! pod/perltodo.pod
6507 ____________________________________________________________________________
6508 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
6509         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
6510              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
6511              Date: Mon, 13 Aug 2001 23:15:01 +0200
6512              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
6513      Branch: perl
6514            ! sv.c
6515 ____________________________________________________________________________
6516 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
6517         Log: Subject: [PATCH] [b-]showlex.t
6518              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6519              Date: Sun, 12 Aug 2001 22:24:51 +0200
6520              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
6521              
6522              The 4nt command shell will expand the % in command line
6523              no matter what quoting is attempted, changed the % to @.
6524      Branch: perl
6525            ! ext/B/Showlex.t
6526 ____________________________________________________________________________
6527 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
6528         Log: Subject: [PATCH] magic.t
6529              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
6530              Date: Sun, 12 Aug 2001 20:49:27 +0200
6531              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
6532      Branch: perl
6533            ! t/op/magic.t
6534 ____________________________________________________________________________
6535 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
6536         Log: Add sharedsv* to the DOSish platforms; plus add
6537              some WinCE files to the list of DOSish files.
6538      Branch: perl
6539            ! NetWare/Makefile Porting/makerel win32/Makefile
6540            ! win32/makefile.mk wince/Makefile.ce
6541 ____________________________________________________________________________
6542 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
6543         Log: More DOSish files.
6544      Branch: perl
6545            ! Porting/makerel
6546 ____________________________________________________________________________
6547 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
6548         Log: Strip CRs from the WinCE files.  Now we need to
6549              figure out in which CRs are really needed: probably
6550              Makefile.ce and the README files, at least, probably
6551              also the registry.bat.
6552      Branch: perl
6553            ! wince/Makefile.ce wince/README.compile wince/README.perlce
6554            ! wince/config.h wince/include/cectype.h wince/include/errno.h
6555            ! wince/include/sys/stat.h wince/include/sys/types.h
6556            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
6557            ! wince/perldll.def wince/registry.bat wince/wince.h
6558            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
6559 ____________________________________________________________________________
6560 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
6561         Log: Add some files to DOSish and writables.
6562      Branch: perl
6563            ! Porting/makerel
6564 ____________________________________________________________________________
6565 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
6566         Log: Compile failure message tidying.
6567      Branch: perl
6568            ! t/lib/1_compile.t
6569 ____________________________________________________________________________
6570 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
6571         Log: The new sharedsv* should be exported only if usethreads.
6572      Branch: perl
6573            ! makedef.pl
6574 ____________________________________________________________________________
6575 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
6576         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
6577              From: Peter Prymmer <pvhp@forte.com>
6578              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
6579              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
6580      Branch: perl
6581            ! README.os390
6582 ____________________________________________________________________________
6583 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
6584         Log: Update Changes.
6585      Branch: perl
6586            ! Changes patchlevel.h
6587 ____________________________________________________________________________
6588 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
6589         Log: Subject: [PATHC] sharedsv.[c|h]
6590              From: "Artur Bergman" <artur@contiller.se>
6591              Date: Mon, 13 Aug 2001 14:38:41 +0200
6592              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
6593              
6594              Subject: [PATCH] embed.pl
6595              From: Arthur Bergman <arthur@contiller.se>
6596              Date: Mon, 13 Aug 2001 14:38:14 +0200
6597              Message-ID: <B79D96D6.3088%arthur@contiller.se>
6598              
6599              Subject: [PATCH] sharedsv cleanups
6600              From: "Arthur Bergman" <arthur@contiller.se>
6601              Date: Mon, 13 Aug 2001 15:14:25 +0200
6602              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
6603              
6604              Plus few tweaks: _init needs to be Adp, the prototypes
6605              should not be revealed unless using ithreads, #endif FOO
6606              must be #endif /* FOO */, adding (parentheses) around
6607              do { } while doesn't work too well.
6608      Branch: perl
6609            + sharedsv.c sharedsv.h
6610            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
6611            ! perl.h perlapi.c pod/perlapi.pod proto.h
6612 ____________________________________________________________________________
6613 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
6614         Log: Subject: Re: END {} blocks run in perl_run
6615              From: Arthur Bergman <arthur@contiller.se>
6616              Date: Mon, 13 Aug 2001 11:11:30 +0200
6617              Message-ID: <B79D6661.3068%arthur@contiller.se>
6618      Branch: perl
6619            ! perl.c
6620 ____________________________________________________________________________
6621 [ 11657] By: nick                                  on 2001/08/13  09:03:02
6622         Log: Integrate mainline
6623      Branch: perlio
6624           +> (branch 326 files)
6625            - (delete 330 files)
6626           !> (integrate 85 files)
6627 ____________________________________________________________________________
6628 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
6629         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
6630              and the Perl will be built to do that by default (adding that
6631              will break scripts having non-UTF-8 binary data, such as Latin-1.)
6632      Branch: perl
6633            ! op.c toke.c utf8.h
6634 ____________________________________________________________________________
6635 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
6636         Log: Unnecessary downgrades.
6637      Branch: perl
6638            ! doop.c
6639 ____________________________________________________________________________
6640 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
6641         Log: Failure not true anymore (probably caused by my broken setup).
6642      Branch: perl
6643            ! t/op/pat.t
6644 ____________________________________________________________________________
6645 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
6646         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
6647              stopped working).
6648      Branch: perl
6649            ! op.h pp_ctl.c regcomp.c
6650 ____________________________________________________________________________
6651 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
6652         Log: There is no IN_UTF8.
6653      Branch: perl
6654            ! utf8.h
6655 ____________________________________________________________________________
6656 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
6657         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
6658      Branch: perl
6659            ! op.c op.h pp_ctl.c regcomp.c
6660 ____________________________________________________________________________
6661 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
6662         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
6663              and a test tweak.
6664      Branch: perl
6665            ! op.c t/pod/find.t
6666 ____________________________________________________________________________
6667 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
6668         Log: Todo updates and fixes.
6669      Branch: perl
6670            ! pod/perltodo.pod
6671 ____________________________________________________________________________
6672 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
6673         Log: Mark tests (and one module) having explicit Latin-1
6674              (and one file having explicit UTF-8) with an explicit
6675              'no utf8' (and one explicit 'use utf8').
6676              
6677              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
6678      Branch: perl
6679            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
6680            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
6681            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
6682 ____________________________________________________________________________
6683 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
6684         Log: Subject: SV: END {} blocks run in perl_run
6685              From: "Arthur Bergman" <arthur@contiller.se>
6686              Date: Sun, 12 Aug 2001 00:34:28 +0200 
6687              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
6688      Branch: perl
6689            ! miniperlmain.c perl.c
6690 ____________________________________________________________________________
6691 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
6692         Log: Typos in #11645.
6693      Branch: perl
6694            ! perl.h
6695 ____________________________________________________________________________
6696 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
6697         Log: On ithreads default to use_reentrant except on naturally
6698              threadsafe platforms.
6699      Branch: perl
6700            ! perl.h
6701 ____________________________________________________________________________
6702 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
6703         Log: (Hopefully) a fix for 20010723.004: make install needs
6704              write permission in build directory.  The problem was
6705              probably caused by overeager sprinkling of the lib/re.pm
6706              dependencies (which was done to guarantee lib/re.pm being
6707              uptodate for parallel makes: now solved by funneling that
6708              through an explicit recursive make in the preplibrary target).
6709      Branch: perl
6710            ! Makefile.SH
6711 ____________________________________________________________________________
6712 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
6713         Log: Dispell the "use utf8" superstition.
6714      Branch: perl
6715            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
6716            ! pod/perlunicode.pod
6717 ____________________________________________________________________________
6718 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
6719         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
6720              From: "Abigail" <abigail@foad.org> 
6721              Date: Sat, 11 Aug 2001 23:49:49 +0200
6722              Message-ID: <20010811214950.23255.qmail@foad.org>
6723      Branch: perl
6724            ! t/op/taint.t
6725 ____________________________________________________________________________
6726 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
6727         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
6728              From: Abhijit Menon-Sen <ams@wiw.org>
6729              Date: Sat, 11 Aug 2001 06:18:19 +0530
6730              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
6731      Branch: perl
6732            ! mg.c
6733 ____________________________________________________________________________
6734 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
6735         Log: Test for change #11639.
6736      Branch: perl
6737            ! t/op/tiehandle.t
6738 ____________________________________________________________________________
6739 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
6740         Log: Subject: Re: Can't localize *FH, then tie it
6741              From: Abhijit Menon-Sen <ams@wiw.org>
6742              Date: Sun, 12 Aug 2001 16:08:06 +0530
6743              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
6744      Branch: perl
6745            ! pp_hot.c pp_sys.c
6746 ____________________________________________________________________________
6747 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
6748         Log: Drop all the unnecessary "use utf8" clauses and some of
6749              the unnecessary "use bytes" ones.
6750              
6751              TODO: scour the documentation for unnecessary "use utf8"
6752              and prominently display it in perldelta when the time comes.
6753              ("use utf8" should be necessary ONLY if one wants the script
6754              to be in UTF-8.)  Also should be checked in some non-ASCII
6755              non-Latin-1 platform, like EBCDIC.
6756      Branch: perl
6757            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
6758            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
6759 ____________________________________________________________________________
6760 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
6761         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
6762              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
6763              in Unicode handling.
6764      Branch: perl
6765            + t/op/lc.t
6766            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
6767 ____________________________________________________________________________
6768 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
6769         Log: Thinko: we want the flags for native cc, not gcc.
6770      Branch: perl
6771            ! hints/dec_osf.sh
6772 ____________________________________________________________________________
6773 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
6774         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
6775              From: Robin Houston <robin@kitsite.com>
6776              Date: Fri, 10 Aug 2001 14:42:02 +0100
6777              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
6778      Branch: perl
6779            ! pp.c
6780 ____________________________________________________________________________
6781 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
6782         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
6783              From: Abhijit Menon-Sen <ams@wiw.org>
6784              Date: Sat, 11 Aug 2001 16:31:04 +0530
6785              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
6786      Branch: perl
6787            ! op.c
6788 ____________________________________________________________________________
6789 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
6790         Log: Get rid of indread, from Abhijit Menon-Sen.
6791      Branch: perl
6792            ! pp_sys.c
6793 ____________________________________________________________________________
6794 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
6795         Log: CRLFgngngn.
6796      Branch: perl
6797            ! win32/Makefile win32/makefile.mk
6798 ____________________________________________________________________________
6799 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
6800         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
6801      Branch: perl
6802            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
6803            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
6804            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
6805            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
6806            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
6807            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
6808            ! win32/Makefile win32/makefile.mk
6809 ____________________________________________________________________________
6810 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
6811         Log: Avoid #elif (less portable than #else #if).
6812      Branch: perl
6813            ! handy.h
6814 ____________________________________________________________________________
6815 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
6816         Log: Subject: patch for perlvar.pod
6817              From: mah@everybody.org (Mark A. Hershberger)
6818              Date: 08 Aug 2001 17:03:16 -0500
6819              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
6820      Branch: perl
6821            ! pod/perlvar.pod
6822 ____________________________________________________________________________
6823 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
6824         Log: cpp commands must start (the # must be) at the column #0.
6825      Branch: perl
6826            ! op.c
6827 ____________________________________________________________________________
6828 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
6829         Log: If using gcc -B/foo/bar makedepend would give
6830              unnecessary warnings about unused -B/foo/bar.
6831      Branch: perl
6832            ! makedepend.SH
6833 ____________________________________________________________________________
6834 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
6835         Log: Update Changes.
6836      Branch: perl
6837            ! Changes patchlevel.h
6838 ____________________________________________________________________________
6839 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
6840         Log: s/z/tz/
6841      Branch: perl
6842            ! pod/perlfaq2.pod
6843 ____________________________________________________________________________
6844 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
6845         Log: Article nit.
6846      Branch: perl
6847            ! pod/perlfaq2.pod
6848 ____________________________________________________________________________
6849 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
6850         Log: Rename lib/unicode files to lib/unicore to avoid
6851              conflicts between core lib/unicode and Unicode::
6852              files in case-ignoring filesystems.
6853      Branch: perl
6854            + (add 325 files)
6855            - (delete 324 files)
6856            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
6857 ____________________________________________________________________________
6858 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
6859         Log: Upgrade to Math::BigInt 1.41.
6860      Branch: perl
6861            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
6862 ____________________________________________________________________________
6863 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
6864         Log: Subject: [PATCH] remove PL_na from typemap
6865              From: James <james@rf.net>
6866              Date: Mon, 06 Aug 2001 20:23:15 -0700
6867              Message-ID: <3B6F5F23.A31A81B1@rf.net>
6868              
6869              (had to be manually applied)
6870      Branch: perl
6871            ! lib/ExtUtils/typemap
6872 ____________________________________________________________________________
6873 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
6874         Log: The metaconfig unit changes for #11618.
6875      Branch: metaconfig/U/perl
6876            + d_fpclassl.U i_fp.U
6877 ____________________________________________________________________________
6878 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
6879         Log: Forgot this from #11618.
6880              
6881              NOTE: wince/config_H.ce needs updating.
6882      Branch: perl
6883            ! wince/config.ce
6884 ____________________________________________________________________________
6885 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
6886         Log: Introduce more floating point classifying APIs;
6887              try to define (most importantly) Perl_is{inf,nan}(x).
6888              
6889              For this first cut, assume none such APIs exist in non-UNIXoid
6890              platforms-- this is of course too unkind: Win32 rumoredly has
6891              _fpclass() and _isnan(), and VMS/VOS very probably have some
6892              of the APIs available.     The only thing Perl uses at the moment
6893              is Perl_isnan() (has been in use for a while now).
6894              
6895              NOTE: the Win32 and NetWare config_h.?c need regenerating.
6896      Branch: perl
6897            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
6898            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6899            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
6900            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6901            ! vos/config.ga.h win32/config.bc win32/config.gc
6902            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6903            ! win32/config_H.vc wince/config.ce wince/config.h
6904 ____________________________________________________________________________
6905 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
6906         Log: Integrate change #11519 from perlio:
6907              
6908              Avoid testing for (non-)existance of "encoding(xxxx)"
6909              layer is called "encoding" the (xxxx) is an argument.
6910      Branch: perl
6911           !> lib/open.pm
6912 ____________________________________________________________________________
6913 [ 11616] By: nick                                  on 2001/08/09  07:50:24
6914         Log: Integrate mainline
6915      Branch: perlio
6916           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
6917           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
6918           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
6919           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
6920            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
6921            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
6922           !> (integrate 79 files)
6923 ____________________________________________________________________________
6924 [ 11615] By: nick                                  on 2001/08/09  06:23:44
6925         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
6926              layer is called "encoding" the (xxxx) is an argument.
6927      Branch: perlio
6928            ! lib/open.pm
6929 ____________________________________________________________________________
6930 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
6931         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
6932              From: Paul Johnson <paul@pjcj.net>
6933              Date: Wed, 8 Aug 2001 23:54:17 +0200
6934              Message-ID: <20010808235417.O1006@pjcj.net>
6935      Branch: perl
6936            ! ext/B/B/Concise.pm
6937 ____________________________________________________________________________
6938 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
6939         Log: Make VMS use IEEE math by default; reorder Tru64 hints
6940              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
6941              exception semantics) is always set if using (the new) cc.
6942      Branch: perl
6943            ! configure.com hints/dec_osf.sh
6944 ____________________________________________________________________________
6945 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
6946         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
6947              From: Abhijit Menon-Sen <ams@wiw.org>
6948              Date: Tue, 7 Aug 2001 17:16:05 +0530
6949              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
6950      Branch: perl
6951            ! pp_sys.c
6952 ____________________________________________________________________________
6953 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
6954         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
6955              From: "Craig A. Berry" <craigberry@mac.com>
6956              Date: Tue, 07 Aug 2001 22:27:47 -0500
6957              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
6958      Branch: perl
6959            ! t/run/exit.t
6960 ____________________________________________________________________________
6961 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
6962         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
6963              From: "Craig A. Berry" <craigberry@mac.com>
6964              Date: Tue, 07 Aug 2001 20:01:53 -0500
6965              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
6966      Branch: perl
6967            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
6968 ____________________________________________________________________________
6969 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
6970         Log: Update the magazine information.
6971      Branch: perl
6972            ! pod/perlfaq2.pod
6973 ____________________________________________________________________________
6974 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
6975         Log: Ignore SIGFPE everywhere.
6976      Branch: perl
6977            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
6978 ____________________________________________________________________________
6979 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
6980         Log: With permission, change the licensing of the docs by
6981              TomC (and Gnat) to comply with the rest of Perl.
6982      Branch: perl
6983            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6984            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6985            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6986            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
6987            ! pod/perltootc.pod
6988 ____________________________________________________________________________
6989 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
6990         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
6991              From: Andy Dougherty <doughera@lafayette.edu>
6992              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
6993              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
6994      Branch: perl
6995            ! hints/openbsd.sh
6996 ____________________________________________________________________________
6997 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
6998         Log: Subject: [PATCH] Makefile.SH test_prep dependency
6999              From: Andy Dougherty <doughera@lafayette.edu>
7000              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
7001              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
7002      Branch: perl
7003            ! Makefile.SH
7004 ____________________________________________________________________________
7005 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
7006         Log: Don't autogenerate the headers et alia,
7007              make regen_headers explicitly.
7008      Branch: perl
7009            ! Makefile.SH
7010 ____________________________________________________________________________
7011 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
7012         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
7013              From: Gurusamy Sarathy <gsar@ActiveState.com> 
7014              Date: Tue, 07 Aug 2001 08:33:26 -0700
7015              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
7016              
7017              Unnecessary dependency.
7018      Branch: perl
7019            ! embed.pl
7020 ____________________________________________________________________________
7021 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
7022         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
7023              From: Abhijit Menon-Sen <ams@wiw.org>
7024              Date: Tue, 7 Aug 2001 09:10:54 +0530
7025              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
7026      Branch: perl
7027            ! pp_hot.c
7028 ____________________________________________________________________________
7029 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
7030         Log: Subject: [PATCH perl@11597] B && BEGIN handling
7031              From: "James A. Duncan" <jduncan@fotango.com>
7032              Date: Mon, 6 Aug 2001 17:29:11 +0100
7033              Message-ID: <20010806172911.A2071@fotango.com>
7034              
7035              (the intrpvar.h addition moved to the end for bincompat)
7036      Branch: perl
7037            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
7038 ____________________________________________________________________________
7039 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
7040         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
7041      Branch: perl
7042           !> README.win32
7043 ____________________________________________________________________________
7044 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
7045         Log: fix URLs for fcrypt.c
7046      Branch: maint-5.6/perl
7047            ! README.win32
7048 ____________________________________________________________________________
7049 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
7050         Log: Yet another way to say Infinity: HP-UX calls its "++".
7051      Branch: perl
7052            ! lib/Math/BigInt/t/bigintpm.t
7053 ____________________________________________________________________________
7054 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
7055         Log: Update Changes.
7056      Branch: perl
7057            ! Changes patchlevel.h
7058 ____________________________________________________________________________
7059 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
7060         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
7061      Branch: perl
7062            ! pod/perlfaq5.pod
7063 ____________________________________________________________________________
7064 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
7065         Log: The #11593 wasn't right.
7066      Branch: perl
7067            ! lib/Math/BigInt/t/bigintpm.t
7068 ____________________________________________________________________________
7069 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
7070         Log: Subject: [PATCH: perl@11564] introducing perlivp
7071              From: Prymmer/Kahn <pvhp@best.com>
7072              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
7073              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
7074              
7075              Subject: Re: [PATCH: perl@11564] introducing perlivp
7076              From: Prymmer/Kahn <pvhp@best.com>
7077              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
7078              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
7079      Branch: perl
7080            + utils/perlivp.PL
7081            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
7082            ! win32/Makefile win32/makefile.mk
7083 ____________________________________________________________________________
7084 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
7085         Log: libcs are confused what to call Infinity.
7086      Branch: perl
7087            ! lib/Math/BigInt/t/bigintpm.t
7088 ____________________________________________________________________________
7089 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
7090         Log: Avoid SIGFPE in Tru64.
7091      Branch: perl
7092            ! numeric.c
7093 ____________________________________________________________________________
7094 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
7095         Log: Upgrade to Math::BigInt 1.40.
7096              
7097              NOTE: this patch necessitates doing something about
7098              infinity handling since the new bigintpm.t tests use
7099              infinity, which causes SIGFPEs at least in Tru64.
7100      Branch: perl
7101            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7102            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7103            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7104            ! lib/Math/BigInt/t/mbimbf.t
7105 ____________________________________________________________________________
7106 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
7107         Log: remove hardcoded cmd shell in testsuite
7108      Branch: perl
7109            ! t/op/glob.t t/op/magic.t t/op/stat.t
7110 ____________________________________________________________________________
7111 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
7112         Log: 4-arg select() was busted on windows because change#8178 didn't
7113              make it into mainline
7114      Branch: perl
7115            ! perl.h win32/include/sys/socket.h
7116 ____________________________________________________________________________
7117 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
7118         Log: Rename the Getopt::Long tests to be as they are
7119              in the Getopt::Long official distribution.
7120      Branch: perl
7121            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
7122            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
7123            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7124            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7125            ! MANIFEST
7126 ____________________________________________________________________________
7127 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
7128         Log: Upgrade to Getopt::Long 2.26.
7129      Branch: perl
7130            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
7131            ! MANIFEST lib/Getopt/Long.pm
7132 ____________________________________________________________________________
7133 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
7134         Log: Retract #10874 (the hack should be unnecessary by now)
7135      Branch: perl
7136            ! lib/Test/Harness.pm
7137 ____________________________________________________________________________
7138 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
7139         Log: avoid temp file littering in tests
7140      Branch: perl
7141            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
7142 ____________________________________________________________________________
7143 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
7144         Log: Subject: warning in sv.c: double format, NV arg
7145              From: "Philip Newton" <Philip.Newton@gmx.net>
7146              Date: Sun, 5 Aug 2001 19:41:07 +0200
7147              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
7148      Branch: perl
7149            ! sv.c
7150 ____________________________________________________________________________
7151 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
7152         Log: fix POSIX.t#13 for windos
7153      Branch: perl
7154            ! ext/POSIX/POSIX.t
7155 ____________________________________________________________________________
7156 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
7157         Log: Add a test for PerlIO::Via.
7158      Branch: perl
7159            + ext/PerlIO/t/via.t
7160            ! MANIFEST ext/PerlIO/Via/Via.pm
7161 ____________________________________________________________________________
7162 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
7163         Log: flock() and link() are not available on Windows 9x
7164      Branch: perl
7165            ! win32/config_sh.PL
7166 ____________________________________________________________________________
7167 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
7168         Log: Some Tru64 C compilers have C++ components that confuse
7169              the ccversion parsing.
7170      Branch: perl
7171            ! hints/dec_osf.sh
7172 ____________________________________________________________________________
7173 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
7174         Log: (Reintroduce #11125)
7175              
7176              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
7177              From: Alan Burlison <Alan.Burlison@sun.com> 
7178              Date: Tue, 03 Jul 2001 15:20:13 +0100   
7179              Message-ID: <3B41D49D.A923D4F9@sun.com> 
7180      Branch: perl
7181            ! lib/ExtUtils/MM_Unix.pm
7182 ____________________________________________________________________________
7183 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
7184         Log: Little pointer juggling for HP-UX cc to avoid
7185              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
7186              followed by
7187              "error 1549: Modifiable lvalue required for assignment operator."
7188      Branch: perl
7189            ! hv.c
7190 ____________________________________________________________________________
7191 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
7192         Log: Continuation of #11575: SANY_SEEN completely deprecated,
7193              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
7194              plus a fix for the bug.
7195      Branch: perl
7196            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7197 ____________________________________________________________________________
7198 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
7199         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
7200              From: Doug MacEachern <dougm@covalent.net>
7201              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
7202              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
7203      Branch: perl
7204            ! sv.c
7205 ____________________________________________________________________________
7206 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
7207         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
7208              the new CANY is the \C.  The problem reported and the
7209              test case supplied in
7210              
7211              Subject: UTF-8 bugs in string length & single line regex matches
7212              From: "Daniel P. Berrange" <dan@berrange.com>
7213              Date: Fri, 3 Aug 2001 11:39:33 +0100
7214              Message-ID: <20010803113932.A19318@berrange.com>
7215      Branch: perl
7216            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
7217            ! t/op/pat.t
7218 ____________________________________________________________________________
7219 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
7220         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
7221              From: Doug MacEachern <dougm@covalent.net>
7222              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
7223              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
7224      Branch: perl
7225            ! perl.c regexec.c
7226 ____________________________________________________________________________
7227 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
7228         Log: The #11572 didn't up the test count.
7229      Branch: perl
7230            ! t/op/length.t
7231 ____________________________________________________________________________
7232 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
7233         Log: Subject: UTF-8 bugs in string length & single line regex matches
7234              From: "Daniel P. Berrange" <dan@berrange.com>
7235              Date: Fri, 3 Aug 2001 11:39:33 +0100         
7236              Message-ID: <20010803113932.A19318@berrange.com>
7237              
7238              (the mg_length() fix)
7239      Branch: perl
7240            ! mg.c t/op/length.t
7241 ____________________________________________________________________________
7242 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
7243         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7244              From: Abhijit Menon-Sen <ams@wiw.org>
7245              Date: Sat, 4 Aug 2001 16:56:35 +0530
7246              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
7247      Branch: perl
7248            ! hv.c
7249 ____________________________________________________________________________
7250 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
7251         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7252              From: Abhijit Menon-Sen <ams@wiw.org>
7253              Date: Sat, 4 Aug 2001 16:16:03 +0530
7254              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
7255      Branch: perl
7256            ! hv.c
7257 ____________________________________________________________________________
7258 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
7259         Log: Subject: Re: [patch] refcount re ops
7260              From: Abhijit Menon-Sen <ams@wiw.org>
7261              Date: Sat, 4 Aug 2001 08:54:55 +0530
7262              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
7263      Branch: perl
7264            ! sv.c
7265 ____________________________________________________________________________
7266 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
7267         Log: Subject: [patch] refcount re ops
7268              From: Doug MacEachern <dougm@covalent.net>
7269              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
7270              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
7271      Branch: perl
7272            ! regcomp.c sv.c
7273 ____________________________________________________________________________
7274 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
7275         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
7276              From: Doug MacEachern <dougm@covalent.net>
7277              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
7278              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
7279      Branch: perl
7280            ! perl.c regexec.c
7281 ____________________________________________________________________________
7282 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
7283         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
7284              From: "Craig A. Berry" <craigberry@mac.com> 
7285              Date: Fri, 03 Aug 2001 16:16:16 -0500
7286              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
7287      Branch: perl
7288            ! t/op/misc.t
7289 ____________________________________________________________________________
7290 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
7291         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
7292              From: John Kristian <jmk2001@engineer.com>
7293              Date: Fri, 03 Aug 2001 00:59:08 -0700
7294              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
7295      Branch: perl
7296            ! win32/win32.c
7297 ____________________________________________________________________________
7298 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
7299         Log: Update Changes.
7300      Branch: perl
7301            ! Changes patchlevel.h
7302 ____________________________________________________________________________
7303 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
7304         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
7305              From: "Craig A. Berry" <craigberry@mac.com>
7306              Date: Thu, 02 Aug 2001 23:15:24 -0500
7307              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
7308      Branch: perl
7309            ! ext/B/Stash.t
7310 ____________________________________________________________________________
7311 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
7312         Log: Subject: [patch] plug PL_cshname leak
7313              From: Doug MacEachern <dougm@covalent.net>
7314              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
7315              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
7316      Branch: perl
7317            ! sv.c
7318 ____________________________________________________________________________
7319 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
7320         Log: Subject: [patch] plug PL_sh_path leak
7321              From: Doug MacEachern <dougm@covalent.net>
7322              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
7323              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
7324      Branch: perl
7325            ! sv.c
7326 ____________________________________________________________________________
7327 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
7328         Log: Subject: [patch] plug PL_regex_padav leaks
7329              From: Doug MacEachern <dougm@covalent.net>
7330              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
7331              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
7332      Branch: perl
7333            ! op.c op.h perl.c
7334 ____________________________________________________________________________
7335 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
7336         Log: Subject: [patch] plug PL_origargv leak
7337              From: Doug MacEachern <dougm@covalent.net>
7338              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
7339              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
7340      Branch: perl
7341            ! perl.c
7342 ____________________________________________________________________________
7343 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
7344         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7345              From: Abhijit Menon-Sen <ams@wiw.org>
7346              Date: Fri, 3 Aug 2001 06:38:11 +0530
7347              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
7348      Branch: perl
7349            ! hv.c
7350 ____________________________________________________________________________
7351 [ 11557] By: nick                                  on 2001/08/03  08:17:38
7352         Log: Integrate mainline
7353      Branch: perlio
7354           +> (branch 47 files)
7355            - lib/Switch/test.pl
7356           !> (integrate 49 files)
7357 ____________________________________________________________________________
7358 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
7359         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
7360              From: "Craig A. Berry" <craigberry@mac.com>
7361              Date: Thu, 02 Aug 2001 12:56:19 -0500
7362              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
7363      Branch: perl
7364            ! ext/B/Showlex.t
7365 ____________________________________________________________________________
7366 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
7367         Log: Be more careful about non-existent files.
7368      Branch: perl
7369            ! lib/File/Copy.pm
7370 ____________________________________________________________________________
7371 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
7372         Log: Subject: [PATCH resend] deparse empty formats
7373              From: Robin Houston <robin@kitsite.com> 
7374              Date: Thu, 2 Aug 2001 14:32:36 +0100
7375              Message-ID: <20010802143236.A894@robin.kitsite.com>
7376      Branch: perl
7377            ! ext/B/B/Deparse.pm
7378 ____________________________________________________________________________
7379 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
7380         Log: Subject: [patch] ithreads + refto fix improvement
7381              From: Doug MacEachern <dougm@covalent.net>
7382              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
7383              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
7384      Branch: perl
7385            ! pp.c
7386 ____________________________________________________________________________
7387 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
7388         Log: Readability nit from Abhijit.
7389      Branch: perl
7390            ! op.c
7391 ____________________________________________________________________________
7392 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
7393         Log: setproctitle() API version nit from Anton Berezin.
7394      Branch: perl
7395            ! mg.c
7396 ____________________________________________________________________________
7397 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
7398         Log: Add PerlCE to the docs.
7399      Branch: perl
7400            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7401            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7402 ____________________________________________________________________________
7403 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
7404         Log: Integrate the PerlCE (WinCE Perl) port;
7405              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
7406      Branch: perl
7407            + README.ce wince/FindExt.pm wince/Makefile.ce
7408            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
7409            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
7410            + wince/bin/search.pl wince/config.ce wince/config.h
7411            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
7412            + wince/dl_win32.xs wince/include/arpa/inet.h
7413            + wince/include/cectype.h wince/include/errno.h
7414            + wince/include/netdb.h wince/include/sys/socket.h
7415            + wince/include/sys/stat.h wince/include/sys/types.h
7416            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
7417            + wince/perl.rc wince/perldll.def wince/perllib.c
7418            + wince/perlmain.c wince/registry.bat wince/runperl.c
7419            + wince/splittree.pl wince/win32.h wince/win32iop.h
7420            + wince/win32thread.c wince/win32thread.h wince/wince.c
7421            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
7422            + wince/xdistclean.ksh wince/xmakediffs.ksh
7423            ! MANIFEST perl.c perl.h perlio.c
7424 ____________________________________________________________________________
7425 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
7426         Log: setproctitle() made simpler.  (This assumes the string is
7427              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
7428              should be used.  Note len, not len + 1.)  BSD-fu from Anton
7429              Berezin.
7430      Branch: perl
7431            ! mg.c
7432 ____________________________________________________________________________
7433 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
7434         Log: Subject: [PATCH] -Wall cleanup: op.c
7435              From: Richard Soderberg <rs@oregonnet.com>
7436              Date: Thu, 2 Aug 2001 00:17:09 -0700
7437              Message-Id: <200108020717.AAA26895@oregonnet.com>
7438              
7439              Subject: [PATCH] -Wall cleanup: sv.c
7440              From: Richard Soderberg <rs@oregonnet.com>
7441              Date: Thu, 2 Aug 2001 00:49:21 -0700
7442              Message-Id: <200108020749.AAA27492@oregonnet.com>
7443      Branch: perl
7444            ! op.c sv.c
7445 ____________________________________________________________________________
7446 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
7447         Log: Update Changes.
7448      Branch: perl
7449            ! Changes patchlevel.h
7450 ____________________________________________________________________________
7451 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
7452         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7453              From: Doug MacEachern <dougm@covalent.net>
7454              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
7455              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
7456      Branch: perl
7457            ! op.c
7458 ____________________________________________________________________________
7459 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
7460         Log: The #11541 didn't work under threads.
7461      Branch: perl
7462            ! op.c
7463 ____________________________________________________________________________
7464 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
7465         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7466              From: Hugo <hv@crypt.compulink.co.uk>
7467              Date: Fri, 22 Jun 2001 01:19:08 +0100 
7468              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
7469              
7470              (Skip tests if accept() failed)
7471      Branch: perl
7472            ! ext/IO/lib/IO/t/io_unix.t
7473 ____________________________________________________________________________
7474 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
7475         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
7476              From: "Stian Seeberg" <sseeberg@nimsoft.no>
7477              Date: Mon, 30 Jul 2001 12:28:07 +0200
7478              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
7479      Branch: perl
7480            ! perl.h
7481 ____________________________________________________________________________
7482 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
7483         Log: Subject: Pluggable optimizer
7484              From: Simon Cozens <simon@netthink.co.uk>
7485              Date: Wed, 1 Aug 2001 13:57:02 -0700
7486              Message-ID: <20010801135702.I10442@netthink.co.uk>
7487      Branch: perl
7488            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
7489 ____________________________________________________________________________
7490 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
7491         Log: Subject: [ID 20010801.039] perlre.pod message typo
7492              From: Autrijus Tang <autrijus@geb.elixus.org>
7493              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
7494              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
7495      Branch: perl
7496            ! pod/perlre.pod
7497 ____________________________________________________________________________
7498 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
7499         Log: Test for change #11536.
7500      Branch: perl
7501            ! t/op/tiehandle.t
7502 ____________________________________________________________________________
7503 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
7504         Log: More test fixups for #11537.
7505      Branch: perl
7506            ! t/lib/warnings/4lint t/lib/warnings/9enabled
7507 ____________________________________________________________________________
7508 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
7509         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7510              From: Doug MacEachern <dougm@covalent.net>
7511              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
7512              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
7513      Branch: perl
7514            ! op.c t/TestInit.pm
7515 ____________________________________________________________________________
7516 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
7517         Log: Subject: [patch] ithreads + refto bug
7518              From: Doug MacEachern <dougm@covalent.net>
7519              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
7520              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
7521              
7522              (Test in change #11539)
7523      Branch: perl
7524            ! pp.c
7525 ____________________________________________________________________________
7526 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
7527         Log: Subject: [PATCH: perl@11523] fixups for t/harness
7528              From: Prymmer/Kahn <pvhp@best.com>
7529              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
7530              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
7531      Branch: perl
7532            ! t/harness
7533 ____________________________________________________________________________
7534 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
7535         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
7536              From: Prymmer/Kahn <pvhp@best.com>
7537              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
7538              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
7539      Branch: perl
7540            ! win32/Makefile win32/makefile.mk
7541 ____________________________________________________________________________
7542 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
7543         Log: Need to know the number of tests.
7544      Branch: perl
7545            ! t/run/exit.t
7546 ____________________________________________________________________________
7547 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
7548         Log: Subject: Re: new exit tests on VMS
7549              From: "Craig A. Berry" <craigberry@mac.com>
7550              Date: Tue, 31 Jul 2001 12:19:29 -0500
7551              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
7552      Branch: perl
7553            ! t/run/exit.t
7554 ____________________________________________________________________________
7555 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
7556         Log: Retract #11530 (the dTHX is needed under threads)
7557      Branch: perl
7558            ! perlio.c
7559 ____________________________________________________________________________
7560 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
7561         Log: (Retracted by #11531)
7562      Branch: perl
7563            ! perlio.c
7564 ____________________________________________________________________________
7565 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
7566         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
7567              From: Richard Soderberg <rs@crystalflame.net>
7568              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
7569              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
7570      Branch: perl
7571            ! unixish.h
7572 ____________________________________________________________________________
7573 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
7574         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
7575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7576              Date: Tue, 31 Jul 2001 05:39:09 -0400
7577              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
7578              
7579              (with a note about the case of UV being equal to long long)
7580      Branch: perl
7581            ! utils/h2xs.PL
7582 ____________________________________________________________________________
7583 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
7584         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
7585              From: "Craig A. Berry" <craigberry@mac.com>
7586              Date: Tue, 31 Jul 2001 14:57:43 -0500
7587              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
7588      Branch: perl
7589            ! t/io/fs.t
7590 ____________________________________________________________________________
7591 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
7592         Log: Fix for
7593              
7594              Subject: [ID 20010116.001] File::Copy truncates orig file 
7595              From: arbor@al37al08.telecel.pt
7596              Date: Tue, 16 Jan 2001 11:43:02 GMT
7597              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
7598              
7599              (copy($foo, $foo) would truncate $foo)
7600      Branch: perl
7601            ! lib/File/Copy.pm lib/File/Copy.t
7602 ____________________________________________________________________________
7603 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
7604         Log: Metaconfig unit change for #11524.
7605      Branch: metaconfig/U/perl
7606            ! Extras.U
7607 ____________________________________________________________________________
7608 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
7609         Log: Multiple modules didn't work; plus typo fixes.
7610      Branch: perl
7611            ! Configure
7612 ____________________________________________________________________________
7613 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
7614         Log: Update Changes.
7615      Branch: perl
7616            ! Changes patchlevel.h
7617 ____________________________________________________________________________
7618 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
7619         Log: Regen perlapi.
7620      Branch: perl
7621            ! pod/perlapi.pod
7622 ____________________________________________________________________________
7623 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
7624         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
7625              From: Dave Mitchell <davem@fdgroup.co.uk>
7626              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
7627              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
7628      Branch: perl
7629            ! sv.c
7630 ____________________________________________________________________________
7631 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
7632         Log: Regen toc.
7633      Branch: perl
7634            ! pod/perltoc.pod
7635 ____________________________________________________________________________
7636 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
7637         Log: Regen Porting stuff.
7638      Branch: perl
7639            ! Porting/Glossary Porting/config.sh Porting/config_H
7640 ____________________________________________________________________________
7641 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
7642         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
7643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7644              Date: Tue, 31 Jul 2001 05:34:38 -0400
7645              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
7646      Branch: perl
7647            ! utils/h2xs.PL
7648 ____________________________________________________________________________
7649 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
7650         Log: Metaconfig unit change for #11516. 
7651      Branch: metaconfig/U/perl
7652            ! gccvers.U
7653 ____________________________________________________________________________
7654 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
7655         Log: Add -Wall in cflags, not in Configure.
7656              (This way -Wall affects only the core and the core XS,
7657              not user modules' XS.  Concern from Paul Marquess,
7658              implementation idea from Andy Dougherty.)
7659      Branch: perl
7660            ! Configure cflags.SH
7661 ____________________________________________________________________________
7662 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
7663         Log: Metaconfig unit changes for #11514.
7664      Branch: metaconfig
7665            + U/modified/sysman.U
7666            ! U/installdirs/man1dir.U
7667 ____________________________________________________________________________
7668 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
7669         Log: Subject: Configure's detection of system manual
7670              From: Sean Dague <sean@dague.net> 
7671              Date: Sun, 13 May 2001 15:53:15 -0400
7672              Message-ID: <20010513155315.A15833@underhill.dague.net>
7673      Branch: perl
7674            ! Configure
7675 ____________________________________________________________________________
7676 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
7677         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
7678              From: Autrijus Tang <autrijus@autrijus.org> 
7679              Date: Thu, 21 Jun 2001 23:56:48 +0800
7680              Message-Id: <20010621235648.A57340@not.autrijus.org>
7681      Branch: perl
7682            ! pod/perlobj.pod
7683 ____________________________________________________________________________
7684 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
7685         Log: Subject: Typo in DB_File.pm
7686              From: "Philip Newton" <Philip.Newton@gmx.net>
7687              Date: Tue, 31 Jul 2001 06:19:35 +0200
7688              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
7689      Branch: perl
7690            ! ext/DB_File/DB_File.pm
7691 ____________________________________________________________________________
7692 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
7693         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
7694              From: "Stephen P. Potter" <spp@spotter.yi.org>
7695              Date: Wed, 30 May 2001 13:59:34 -0400
7696              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
7697      Branch: perl
7698            ! pod/perlre.pod
7699 ____________________________________________________________________________
7700 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
7701         Log: eval "format foo=" would loop indefinitely; reported in
7702              
7703              Subject: A load of old rubbish
7704              From: Mike Guy <mjtg@cam.ac.uk>
7705              Date: Mon, 14 May 2001 16:12:22 +0100
7706              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
7707              
7708              (The core dumps reported in there already fixed.)
7709      Branch: perl
7710            ! toke.c
7711 ____________________________________________________________________________
7712 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
7713         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
7714      Branch: perl
7715            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
7716            + lib/Switch/t/switch_case.t
7717            - lib/Switch/test.pl
7718            ! MANIFEST lib/Switch.pm
7719 ____________________________________________________________________________
7720 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
7721         Log: Subject: [PATCH @11505] DB_File-1.78
7722              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7723              Date: Mon, 30 Jul 2001 22:54:37 +0100
7724              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
7725      Branch: perl
7726            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7727            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
7728 ____________________________________________________________________________
7729 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
7730         Log: Explain in more detail why -pipe and -fno-common are good.
7731      Branch: perl
7732            ! hints/darwin.sh
7733 ____________________________________________________________________________
7734 [ 11506] By: nick                                  on 2001/07/30  14:32:23
7735         Log: Integrate mainline
7736      Branch: perlio
7737           !> INSTALL Makefile.SH doio.c hints/darwin.sh
7738 ____________________________________________________________________________
7739 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
7740         Log: Perl hasn't been putting man pages into $prefix/lib for
7741              a long time now; pointed out by Andy Dougherty. 
7742      Branch: perl
7743            ! hints/darwin.sh
7744 ____________________________________________________________________________
7745 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
7746         Log: Document the extras Configure option.
7747      Branch: perl
7748            ! INSTALL
7749 ____________________________________________________________________________
7750 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
7751         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
7752              everywhere.
7753      Branch: perl
7754           !> doio.c
7755 ____________________________________________________________________________
7756 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
7757         Log: Doubly guard against invoking CPAN if no extras defined,
7758              pointed out by H. Merijn Brand.
7759      Branch: perl
7760            ! Makefile.SH
7761 ____________________________________________________________________________
7762 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
7763         Log: Fix O_RDONLY check to check for O_RDONLY.
7764      Branch: maint-5.6/macperl
7765            ! doio.c
7766 ____________________________________________________________________________
7767 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
7768         Log: Integrate miscellaneous changes from maint-5.6/perl.
7769      Branch: maint-5.6/macperl
7770           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
7771 ____________________________________________________________________________
7772 [ 11499] By: nick                                  on 2001/07/30  06:52:42
7773         Log: Integrate mainline
7774      Branch: perlio
7775           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
7776           +> win32/sync_ext.pl
7777            - win32/sncfnmcs.pl
7778           !> (integrate 71 files)
7779 ____________________________________________________________________________
7780 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
7781         Log: Update Changes.
7782      Branch: perl
7783            ! Changes patchlevel.h
7784 ____________________________________________________________________________
7785 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
7786         Log: Now Configure -Dextras=Foo::Bar and "make install" will
7787              fetch and install Foo::Bar.
7788      Branch: perl
7789            ! Makefile.SH
7790 ____________________________________________________________________________
7791 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
7792         Log: Metaconfig unit change for #11495.
7793      Branch: metaconfig/U/perl
7794            ! Extras.U
7795 ____________________________________________________________________________
7796 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
7797         Log: extras.make, extras.test, and extras.install make targets.
7798      Branch: perl
7799            ! Configure Makefile.SH
7800 ____________________________________________________________________________
7801 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
7802         Log: Metaconfig unit change for #11493.
7803      Branch: metaconfig/U/perl
7804            ! Extras.U
7805 ____________________________________________________________________________
7806 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
7807         Log: Better to have the list of extras in $extras than 'define'.
7808      Branch: perl
7809            ! Configure
7810 ____________________________________________________________________________
7811 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
7812         Log: The metaconfig unit change for #11490.
7813      Branch: metaconfig/U/perl
7814            + Extras.U
7815 ____________________________________________________________________________
7816 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
7817         Log: Missed from #11490 (the required dependency).
7818      Branch: perl
7819            ! Makefile.SH
7820 ____________________________________________________________________________
7821 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
7822         Log: Add the support of asking for extra modules or bundles of modules
7823              to be fetched from the CPAN and installed as a part of the Perl
7824              build process.  None of this installation is yet really done;
7825              only the list is asked, and saved away in extras.lst for
7826              the build and installation process to worry about later.
7827      Branch: perl
7828            ! Configure
7829 ____________________________________________________________________________
7830 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
7831         Log: Beginnings of better Inf and NaN support.
7832              At least toke.c and sv.c still need quite a bit of work.
7833      Branch: perl
7834            ! numeric.c perl.h
7835 ____________________________________________________________________________
7836 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
7837         Log: Top-level Makefile didn't honour OPTIMIZE.
7838      Branch: perl
7839            ! Makefile.SH
7840 ____________________________________________________________________________
7841 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
7842         Log: Update Changes.
7843      Branch: perl
7844            ! Changes patchlevel.h
7845 ____________________________________________________________________________
7846 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
7847         Log: Use Search::Dict 1.02 interface for charinfo().
7848      Branch: perl
7849            ! lib/UnicodeCD.pm
7850 ____________________________________________________________________________
7851 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
7852         Log: Now also allow transforming the read lines before comparing them.
7853              (This will help UnicodeCD.) 
7854      Branch: perl
7855            ! lib/Search/Dict.pm
7856 ____________________________________________________________________________
7857 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
7858         Log: Remove tiehandle code.
7859      Branch: perl
7860            ! lib/UnicodeCD.pm
7861 ____________________________________________________________________________
7862 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
7863         Log: Allow specifying a comparison function for Search::Dict::look().
7864      Branch: perl
7865            ! lib/Search/Dict.pm
7866 ____________________________________________________________________________
7867 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
7868         Log: Small UnicodeCD tweaks.
7869      Branch: perl
7870            ! lib/UnicodeCD.pm lib/UnicodeCD.t
7871 ____________________________________________________________________________
7872 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
7873         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
7874              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7875              Date: Tue, 24 Jul 2001 01:51:32 +0900
7876              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
7877      Branch: perl
7878            ! lib/UnicodeCD.pm lib/UnicodeCD.t
7879 ____________________________________________________________________________
7880 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
7881         Log: Subject: [PATCH] installperl
7882              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
7883              Date: Fri, 27 Jul 2001 19:05:04 -0700
7884              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
7885      Branch: perl
7886            ! installperl
7887 ____________________________________________________________________________
7888 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
7889         Log: Subject: [PATCH] Set proper compatibility versions in core
7890              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
7891              Date: Fri, 27 Jul 2001 20:01:49 -0700
7892              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
7893      Branch: perl
7894            ! Makefile.SH
7895 ____________________________________________________________________________
7896 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
7897         Log: Metaconfig unit change for #11477.
7898      Branch: metaconfig/U/perl
7899            ! dlsrc.U
7900 ____________________________________________________________________________
7901 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
7902         Log: Subject: [PATCH] Darwin: -fpic not so good
7903              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
7904              Date: Fri, 27 Jul 2001 18:57:38 -0700
7905              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
7906      Branch: perl
7907            ! Configure
7908 ____________________________________________________________________________
7909 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
7910         Log: Subject: [PATCH] Clean up Darwin hints
7911              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
7912              Date: Fri, 27 Jul 2001 19:13:15 -0700
7913              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
7914      Branch: perl
7915            ! hints/darwin.sh
7916 ____________________________________________________________________________
7917 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
7918         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
7919              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7920              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
7921              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
7922      Branch: perl
7923            ! pod/perlfunc.pod pp.c t/op/split.t
7924 ____________________________________________________________________________
7925 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
7926         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
7927              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7928              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
7929              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
7930      Branch: perl
7931            ! pod/perlvar.pod
7932 ____________________________________________________________________________
7933 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
7934         Log: Subject: [PATCH] fixes to constant.pm documentation
7935              From: Ilmari Karonen <iltzu@sci.fi>
7936              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
7937              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
7938      Branch: perl
7939            ! lib/constant.pm
7940 ____________________________________________________________________________
7941 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
7942         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
7943              From: "Philip Newton" <Philip.Newton@gmx.net>
7944              Date: Fri, 27 Jul 2001 07:51:10 +0200
7945              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
7946      Branch: perl
7947            ! pod/perlport.pod
7948 ____________________________________________________________________________
7949 [ 11471] By: nick                                  on 2001/07/26  06:23:32
7950         Log: Subject:  [PATCH] Doc fix for perlguts / threading
7951              From:  Arthur Bergman <arthur@contiller.se>
7952              Date:  Wed, 25 Jul 2001 11:28:23 +0200
7953              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
7954      Branch: perl
7955            ! pod/perlguts.pod
7956 ____________________________________________________________________________
7957 [ 11470] By: nick                                  on 2001/07/26  06:21:06
7958         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
7959              From:  Philip Newton <Philip.Newton@gmx.net>
7960              Date:  Wed, 25 Jul 2001 08:19:47 +0200
7961              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
7962      Branch: perl
7963            ! INSTALL
7964 ____________________________________________________________________________
7965 [ 11469] By: nick                                  on 2001/07/26  06:20:25
7966         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
7967              From:  Philip Newton <Philip.Newton@gmx.net>
7968              Date:  Wed, 25 Jul 2001 08:12:48 +0200
7969              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
7970      Branch: perl
7971            ! INSTALL
7972 ____________________________________________________________________________
7973 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
7974         Log: More +x.
7975      Branch: perl
7976            ! Porting/makerel
7977 ____________________________________________________________________________
7978 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
7979         Log: Update Changes.
7980      Branch: perl
7981            ! Changes patchlevel.h
7982 ____________________________________________________________________________
7983 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
7984         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
7985              From: "Philip Newton" <Philip.Newton@gmx.net>
7986              Date: Tue, 24 Jul 2001 06:45:55 +0200
7987              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
7988      Branch: perl
7989            ! os2/perlrexx.c
7990 ____________________________________________________________________________
7991 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
7992         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
7993              From: Peter Prymmer <pvhp@forte.com>
7994              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
7995              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
7996      Branch: perl
7997            ! pod/perlport.pod t/io/fs.t vms/test.com
7998 ____________________________________________________________________________
7999 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
8000         Log: Workaround on Cwd bootstrap problem.
8001      Branch: perl
8002            ! lib/ExtUtils/MakeMaker.pm
8003 ____________________________________________________________________________
8004 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
8005         Log: When in Rome, quote like the Romans do.
8006      Branch: perl
8007            ! cflags.SH
8008 ____________________________________________________________________________
8009 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
8010         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
8011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8012              Date: Mon, 23 Jul 2001 19:29:49 -0400
8013              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
8014      Branch: perl
8015            + os2/perlrexx.c
8016            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
8017            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
8018            ! t/op/write.t
8019 ____________________________________________________________________________
8020 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
8021         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
8022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8023              Date: Mon, 23 Jul 2001 18:43:42 -0400
8024              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
8025      Branch: perl
8026            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8027 ____________________________________________________________________________
8028 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
8029         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
8030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8031              Date: Mon, 23 Jul 2001 18:33:16 -0400
8032              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
8033      Branch: perl
8034            ! lib/ExtUtils/MakeMaker.pm
8035 ____________________________________________________________________________
8036 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
8037         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
8038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8039              Date: Mon, 23 Jul 2001 18:20:35 -0400
8040              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
8041      Branch: perl
8042            ! Makefile.SH cflags.SH
8043 ____________________________________________________________________________
8044 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
8045         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
8046              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
8047              Date: Mon, 23 Jul 2001 11:32:17 -0500
8048              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
8049      Branch: perl
8050            ! lib/ExtUtils/MakeMaker.pm
8051 ____________________________________________________________________________
8052 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
8053         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
8054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8055              Date: Mon, 23 Jul 2001 18:13:20 -0400
8056              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
8057      Branch: perl
8058            ! lib/perl5db.pl
8059 ____________________________________________________________________________
8060 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
8061         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
8062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8063              Date: Mon, 23 Jul 2001 18:07:40 -0400
8064              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
8065      Branch: perl
8066            ! op.c
8067 ____________________________________________________________________________
8068 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
8069         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
8070              From: "Craig A. Berry" <craigberry@mac.com>
8071              Date: Mon, 23 Jul 2001 15:35:06 -0500
8072              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
8073      Branch: perl
8074            ! util.c
8075 ____________________________________________________________________________
8076 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
8077         Log: Subject: [PATCH perlfaq9.pod typo]
8078              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
8079              Date: Mon, 23 Jul 2001 07:49:05 -0700
8080              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
8081      Branch: perl
8082            ! pod/perlfaq9.pod
8083 ____________________________________________________________________________
8084 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
8085         Log: Subject: win32\sncfnmcs.pl corrections
8086              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8087              Date: Mon, 23 Jul 2001 12:56:54 +0200
8088              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
8089              
8090              Rename the script a little bit more sensibly.
8091      Branch: perl
8092            + win32/sync_ext.pl
8093            - win32/sncfnmcs.pl
8094            ! MANIFEST README.win32
8095 ____________________________________________________________________________
8096 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
8097         Log: Test tweak.
8098      Branch: perl
8099            ! ext/B/Deparse.t
8100 ____________________________________________________________________________
8101 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
8102         Log: Metaconfig unit tweak for #11450.
8103      Branch: metaconfig/U/perl
8104            ! Mksymlinks.U
8105 ____________________________________________________________________________
8106 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
8107         Log: Too volatile failsafe check.
8108      Branch: perl
8109            ! Configure
8110 ____________________________________________________________________________
8111 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
8112         Log: Further doc tweaks.
8113      Branch: perl
8114            ! lib/UnicodeCD.pm
8115 ____________________________________________________________________________
8116 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
8117         Log: Doc tweaks.
8118      Branch: perl
8119            ! lib/UnicodeCD.pm
8120 ____________________________________________________________________________
8121 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
8122         Log: Doc tweakery from Abhijit.
8123      Branch: perl
8124            ! Porting/repository.pod
8125 ____________________________________________________________________________
8126 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
8127         Log: An accidental empty line.
8128      Branch: perl
8129            ! MANIFEST
8130 ____________________________________________________________________________
8131 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
8132         Log: Missing MANIFESTations.
8133      Branch: perl
8134            ! MANIFEST
8135 ____________________________________________________________________________
8136 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
8137         Log: Update Changes.
8138      Branch: perl
8139            ! Changes patchlevel.h
8140 ____________________________________________________________________________
8141 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
8142         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
8143              From: Mike Guy <mjtg@cam.ac.uk>
8144              Date: Fri, 20 Jul 2001 16:12:49 +0100
8145              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
8146      Branch: perl
8147            ! Porting/pumpkin.pod
8148 ____________________________________________________________________________
8149 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
8150         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8151              From: Peter Prymmer <pvhp@forte.com>
8152              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
8153              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
8154      Branch: perl
8155            ! pod/perlhack.pod
8156 ____________________________________________________________________________
8157 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
8158         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
8159              From: Michael G Schwern <schwern@pobox.com>
8160              Date: Fri, 20 Jul 2001 20:22:35 -0400
8161              Message-ID: <20010720202235.O4498@blackrider>
8162      Branch: perl
8163            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
8164            ! lib/Test/t/todo.t
8165 ____________________________________________________________________________
8166 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
8167         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8168              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8169              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
8170              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
8171      Branch: perl
8172            ! ext/POSIX/POSIX.pod
8173 ____________________________________________________________________________
8174 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
8175         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
8176              From: Mark-Jason Dominus <mjd@plover.com>
8177              Date: Fri, 20 Jul 2001 23:16:54 -0400
8178              Message-ID: <20010721031654.21877.qmail@plover.com>
8179      Branch: perl
8180            ! ext/POSIX/POSIX.pod
8181 ____________________________________________________________________________
8182 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
8183         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
8184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8185              Date: Sun, 22 Jul 2001 14:56:09 +0200
8186              Message-ID: <20010722145609.A766@rafael>
8187      Branch: perl
8188            ! ext/B/O.pm
8189 ____________________________________________________________________________
8190 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
8191         Log: Subject: regexec.c #define cleanup
8192              From: Mark-Jason Dominus <mjd@plover.com>
8193              Date: Sat, 21 Jul 2001 18:33:25 -0400
8194              Message-ID: <20010721223325.3069.qmail@plover.com>
8195      Branch: perl
8196            ! regexec.c
8197 ____________________________________________________________________________
8198 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
8199         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
8200              From: Prymmer/Kahn <pvhp@best.com>
8201              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
8202              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
8203      Branch: perl
8204            ! t/io/fs.t
8205 ____________________________________________________________________________
8206 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
8207         Log: Typo in #11432.
8208      Branch: perl
8209            ! ext/POSIX/POSIX.t
8210 ____________________________________________________________________________
8211 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
8212         Log: Integrate (manually) change #11424 from macperl.
8213      Branch: perl
8214            ! ext/Filter/t/call.t
8215 ____________________________________________________________________________
8216 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
8217         Log: Integrate change #11408 from macperl.
8218      Branch: perl
8219           !> README.macos pod/perlport.pod
8220 ____________________________________________________________________________
8221 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
8222         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
8223      Branch: perl
8224           +> macos/MacPerlTests.cmd macos/xsubpp.patch
8225            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8226            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
8227            ! ext/POSIX/POSIX.t
8228 ____________________________________________________________________________
8229 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
8230         Log: pod/*.t tests not picked up by t/TEST either
8231      Branch: maint-5.6/perl
8232            ! t/TEST
8233 ____________________________________________________________________________
8234 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
8235         Log: better tweak for change#11429 (windows has both / and \ separated
8236              paths in @INC at that point)
8237      Branch: maint-5.6/perl
8238            ! t/pod/testp2pt.pl
8239 ____________________________________________________________________________
8240 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
8241         Log: MacOS pod test tweak needs \Escape
8242      Branch: maint-5.6/perl
8243            ! t/pod/testp2pt.pl
8244 ____________________________________________________________________________
8245 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
8246         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
8247              resulting duplicate output, but t/harness isn't)
8248      Branch: maint-5.6/perl
8249            ! t/run/runenv.t
8250 ____________________________________________________________________________
8251 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
8252         Log: t/harness wasn't picking up all the tests
8253      Branch: maint-5.6/perl
8254            ! t/harness
8255 ____________________________________________________________________________
8256 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
8257         Log: update MANIFEST for new file
8258      Branch: maint-5.6/perl
8259            ! MANIFEST
8260 ____________________________________________________________________________
8261 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
8262         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
8263              the exception of the macperl/macos/... tree
8264      Branch: maint-5.6/perl
8265           +> t/lib/filefind-taint.t
8266           !> (integrate 72 files)
8267 ____________________________________________________________________________
8268 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
8269         Log: Fix test.
8270      Branch: maint-5.6/macperl
8271            ! macos/bundled_ext/Filter/t/call.t
8272 ____________________________________________________________________________
8273 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
8274         Log: Make perl fork()-safe (in a slightly limited way) even on
8275              platforms that don't have pthread_atfork() (extension of
8276              the fix in change#11151).
8277              
8278              Note that this will not help extensions that call fork()
8279              directly in C, or that link to libraries that call fork()
8280              directly.  Such cases must be fixed to either call
8281              PerlProc_fork(), or call atfork_lock() in parent before the
8282              calling the function that forks and call atfork_unlock()
8283              in both parent and child immediately after the fork().
8284              (There are no worries if C code calls exec() in the child
8285              immediately after a fork().  Only cases where the child
8286              calls perl's API functions (including New()) after the
8287              fork() are problematic.)
8288              
8289              This change also eliminates the use of vfork() from perl,
8290              since all such uses were violating the severe restrictions
8291              on modifying the state of the process between the vfork()
8292              and the exec().
8293              
8294              This is a modified version of patches suggested by Abhijit
8295              Menon-Sen and Richard Soderberg.
8296      Branch: perl
8297            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
8298            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
8299 ____________________________________________________________________________
8300 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
8301         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
8302              Switch, and Text::Balanced.
8303      Branch: maint-5.6/macperl
8304            + macos/bundled_ext/Filter/Util/Call/Call.pm
8305            + macos/bundled_ext/Filter/Util/Call/Call.xs
8306            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
8307            + macos/bundled_ext/Filter/t/MyFilter.pm
8308            + macos/bundled_ext/Filter/t/call.t
8309            + macos/bundled_ext/Filter/t/filter-util.pl
8310            + macos/bundled_lib/blib/lib/Class/ISA.pm
8311            + macos/bundled_lib/blib/lib/Digest.pm
8312            + macos/bundled_lib/blib/lib/Filter/Simple.pm
8313            + macos/bundled_lib/blib/lib/Switch.pm
8314            + macos/bundled_lib/blib/lib/Text/Balanced.pm
8315            + macos/bundled_lib/blib/lib/Text/Balanced.pod
8316            + macos/bundled_lib/t/Class/ISA/test.pl
8317            + macos/bundled_lib/t/Digest/Digest.t
8318            + macos/bundled_lib/t/Filter/Simple/test.pl
8319            + macos/bundled_lib/t/Switch/test.pl
8320            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
8321            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8322            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
8323            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8324            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
8325            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
8326            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8327            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
8328 ____________________________________________________________________________
8329 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
8330         Log: Add Filter::Util::Call to config/make files; edit utils
8331              to recognize the module (it was descended too far down).
8332              Bump version to 5.6.1a4.
8333      Branch: maint-5.6/macperl
8334            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
8335            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
8336            ! macos/macperl/Makefile.mk macos/xsubpp.patch
8337 ____________________________________________________________________________
8338 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
8339         Log: Make DB_File the default for MLDBM on MacOS.
8340      Branch: maint-5.6/macperl
8341            ! macos/bundled_lib/blib/lib/MLDBM.pm
8342 ____________________________________________________________________________
8343 [ 11419] By: nick                                  on 2001/07/20  14:51:03
8344         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
8345              From:  Simon Cozens <simon@netthink.co.uk>
8346              Date:  Fri, 20 Jul 2001 11:42:35 -0400
8347              Message-Id:  <20010720114235.A5235@netthink.co.uk>
8348      Branch: perl
8349            ! lib/UnicodeCD.pm
8350 ____________________________________________________________________________
8351 [ 11418] By: nick                                  on 2001/07/20  14:48:12
8352         Log: Subject:  [PATCH regcomp.h] adds a comment
8353              From:  Abhijit Menon-Sen <ams@wiw.org>
8354              Date:  Fri, 20 Jul 2001 21:05:37 +0530
8355              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
8356      Branch: perl
8357            ! regcomp.h
8358 ____________________________________________________________________________
8359 [ 11417] By: nick                                  on 2001/07/20  14:16:38
8360         Log: Subject:  [PATCH 5.7.2] INSTALL updates
8361              From:  Andy Dougherty <doughera@lafayette.edu>
8362              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
8363              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
8364      Branch: perl
8365            ! INSTALL
8366 ____________________________________________________________________________
8367 [ 11416] By: nick                                  on 2001/07/20  06:44:44
8368         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8369              From:  Russ Allbery <rra@stanford.edu>
8370              Date:  19 Jul 2001 15:52:37 -0700
8371              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
8372      Branch: perl
8373            ! lib/Pod/Man.pm
8374 ____________________________________________________________________________
8375 [ 11415] By: nick                                  on 2001/07/20  06:35:11
8376         Log: Subject:  [PATCH] defer op_seq allocation
8377              From:  Abhijit Menon-Sen <ams@wiw.org>
8378              Date:  Thu, 19 Jul 2001 22:12:24 +0530
8379              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
8380      Branch: perl
8381            ! op.c
8382 ____________________________________________________________________________
8383 [ 11414] By: nick                                  on 2001/07/20  06:23:36
8384         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
8385              From:  Abhijit Menon-Sen <ams@wiw.org>
8386              Date:  Fri, 20 Jul 2001 01:18:50 +0530
8387              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
8388              (Private e-mail)
8389      Branch: perl
8390            ! ext/Time/HiRes/HiRes.xs
8391 ____________________________________________________________________________
8392 [ 11413] By: nick                                  on 2001/07/20  06:18:53
8393         Log: Integrate mainline
8394      Branch: perlio
8395           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
8396            - t/base/commonsense.t
8397           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
8398           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
8399           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
8400           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
8401           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
8402           !> win32/win32.c
8403 ____________________________________________________________________________
8404 [ 11412] By: nick                                  on 2001/07/19  06:44:27
8405         Log: Integrate win32/perlhost.h from maintenance branch.
8406              (Rest of $ENV{PATH} / system() fix.)
8407      Branch: perl
8408           !> win32/perlhost.h
8409 ____________________________________________________________________________
8410 [ 11411] By: nick                                  on 2001/07/19  06:41:34
8411         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
8412              From:  Philip Newton <Philip.Newton@gmx.net>
8413              Date:  Wed, 18 Jul 2001 21:43:57 +0200
8414              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
8415      Branch: perl
8416            ! pod/perlhack.pod
8417 ____________________________________________________________________________
8418 [ 11410] By: nick                                  on 2001/07/19  06:39:35
8419         Log: Subject:  Security hole in taint checking in open()
8420              From:  deekoo@tentacle.net
8421              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
8422              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
8423      Branch: perl
8424            ! doio.c
8425 ____________________________________________________________________________
8426 [ 11409] By: nick                                  on 2001/07/19  06:28:08
8427         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
8428              From:  Abhijit Menon-Sen <ams@wiw.org>
8429              Date:  Thu, 19 Jul 2001 04:30:43 +0530
8430              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
8431      Branch: perl
8432            ! ext/Time/HiRes/HiRes.xs
8433 ____________________________________________________________________________
8434 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
8435         Log: Update docs with latest implementation information and new URLs.
8436      Branch: maint-5.6/macperl
8437            ! README.macos pod/perlport.pod
8438 ____________________________________________________________________________
8439 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
8440         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
8441              Fix BuildRules to accept optimization variables.
8442      Branch: maint-5.6/macperl
8443            + macos/bundled_ext/Digest/MD5/Makefile.mk
8444            ! macos/BuildRules.mk macos/Makefile.mk
8445            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
8446            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
8447 ____________________________________________________________________________
8448 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
8449         Log: Integrate changes 11399,11401
8450      Branch: maint-5.6/macperl
8451           !> win32/perlhost.h win32/win32.c
8452 ____________________________________________________________________________
8453 [ 11405] By: nick                                  on 2001/07/18  06:50:33
8454         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
8455              from perl5.6*
8456      Branch: perl
8457           !> win32/perlhost.h win32/win32.c
8458 ____________________________________________________________________________
8459 [ 11404] By: nick                                  on 2001/07/18  06:43:59
8460         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
8461              From:  hv@crypt0.demon.co.uk
8462              Date:  Wed, 18 Jul 2001 05:58:46 +0100
8463              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
8464      Branch: perl
8465            ! ext/POSIX/POSIX.t
8466 ____________________________________________________________________________
8467 [ 11403] By: nick                                  on 2001/07/18  06:38:57
8468         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
8469              From:  hv@crypt0.demon.co.uk
8470              Date:  Wed, 18 Jul 2001 05:21:54 +0100
8471              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
8472      Branch: perl
8473            ! numeric.c t/op/arith.t
8474 ____________________________________________________________________________
8475 [ 11402] By: nick                                  on 2001/07/18  06:19:17
8476         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
8477              From:  mjd@plover.com
8478              Date:  17 Jul 2001 17:59:20 -0000
8479              Message-Id:  <20010717175920.8177.qmail@plover.com>
8480      Branch: perl
8481            ! pod/perlre.pod
8482 ____________________________________________________________________________
8483 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
8484         Log: thinko in change#11400 (duh)
8485      Branch: maint-5.6/perl
8486            ! win32/perlhost.h
8487 ____________________________________________________________________________
8488 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
8489         Log: change#11399 revealed another unrelated bug; this is just a temporary
8490              bandaid
8491      Branch: maint-5.6/perl
8492            ! win32/perlhost.h
8493 ____________________________________________________________________________
8494 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
8495         Log: fix bugs in handling of the virtualized environment under windows;
8496              there were bugs in propagating any changes to %ENV down to the real
8497              environment when such changes happened in the toplevel process
8498              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
8499              problem identification, and for a part of the fix)
8500      Branch: maint-5.6/perl
8501            ! win32/perlhost.h win32/win32.c
8502 ____________________________________________________________________________
8503 [ 11398] By: nick                                  on 2001/07/17  08:26:35
8504         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
8505              From: Peter Prymmer <pvhp@forte.com>
8506              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
8507              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
8508              
8509              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
8510              should not depend on existance of Config.pm
8511      Branch: perl
8512           +> t/lib/commonsense.t
8513            - t/base/commonsense.t
8514            ! MANIFEST t/README
8515 ____________________________________________________________________________
8516 [ 11397] By: nick                                  on 2001/07/17  08:09:58
8517         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
8518              From:  Michael G Schwern <schwern@pobox.com>
8519              Date:  Mon, 16 Jul 2001 18:20:31 -0400
8520              Message-Id:  <20010716182031.A1128@blackrider>
8521      Branch: perl
8522            ! pod/perlhack.pod
8523 ____________________________________________________________________________
8524 [ 11396] By: nick                                  on 2001/07/17  08:04:11
8525         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
8526              From:  Gwyn Judd <b.judd@xtra.co.nz>
8527              Date:  Tue, 17 Jul 2001 20:55:58 +1200
8528              Message-Id:  <20010717205558.A3107@thislove>
8529      Branch: perl
8530            ! pod/perlfunc.pod
8531 ____________________________________________________________________________
8532 [ 11395] By: nick                                  on 2001/07/17  08:02:22
8533         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
8534              From:  Peter Prymmer <pvhp@forte.com>
8535              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
8536              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
8537      Branch: perl
8538            ! t/op/sprintf.t
8539 ____________________________________________________________________________
8540 [ 11394] By: nick                                  on 2001/07/17  07:57:06
8541         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
8542              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
8543              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
8544              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
8545      Branch: perl
8546            ! gv.c
8547 ____________________________________________________________________________
8548 [ 11392] By: nick                                  on 2001/07/17  07:50:12
8549         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
8550              From:  Coral <coral@moonlight.crystalflame.net>
8551              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
8552              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
8553      Branch: perl
8554            ! pp_sys.c thread.h
8555 ____________________________________________________________________________
8556 [ 11391] By: nick                                  on 2001/07/17  07:34:28
8557         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
8558              From:  Jonathan Stowe <gellyfish@gellyfish.com>
8559              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
8560              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
8561      Branch: perl
8562            ! utils/h2xs.PL
8563 ____________________________________________________________________________
8564 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
8565         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
8566              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
8567              and Mac::Apps::Launch, which don't work, and Time::HiRes and
8568              Time::Piece, which don't yet work.
8569      Branch: maint-5.6/macperl
8570            + (add 154 files)
8571 ____________________________________________________________________________
8572 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
8573         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
8574              Also add hack to get around missing setenv for PERL5DB.
8575      Branch: maint-5.6/macperl
8576            ! macos/macish.c macos/macish.h
8577 ____________________________________________________________________________
8578 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
8579         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
8580      Branch: maint-5.6/macperl
8581            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
8582            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
8583 ____________________________________________________________________________
8584 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
8585         Log: Fix up some configuration and make options, add extra
8586              extensions.
8587      Branch: maint-5.6/macperl
8588            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
8589            ! macos/macperl/Makefile.mk
8590 ____________________________________________________________________________
8591 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
8592         Log: From Change 11374 in maintperl.
8593      Branch: maint-5.6/macperl
8594           !> utils/h2ph.PL
8595 ____________________________________________________________________________
8596 [ 11385] By: nick                                  on 2001/07/16  14:12:58
8597         Log: Back out change to h2xs till it passes its test.
8598      Branch: perl
8599            ! utils/h2xs.PL
8600 ____________________________________________________________________________
8601 [ 11384] By: nick                                  on 2001/07/16  14:00:10
8602         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
8603              From:  Jonathan Stowe <gellyfish@gellyfish.com>
8604              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
8605              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
8606      Branch: perl
8607            ! utils/h2xs.PL
8608 ____________________________________________________________________________
8609 [ 11383] By: nick                                  on 2001/07/16  13:53:12
8610         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
8611              From:  Robin Houston <robin@kitsite.com>
8612              Date:  Sun, 15 Jul 2001 18:22:31 +0100
8613              Message-Id:  <20010715182230.A11174@robin>
8614      Branch: perl
8615            ! hints/darwin.sh
8616 ____________________________________________________________________________
8617 [ 11382] By: nick                                  on 2001/07/16  13:52:49
8618         Log: Subject:  [PATCH perl@11372] re_dup
8619              From:  Radu Greab <radu@netsoft.ro>
8620              Date:  Sun, 15 Jul 2001 04:50:06 +0300
8621              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
8622      Branch: perl
8623            ! sv.c
8624 ____________________________________________________________________________
8625 [ 11379] By: nick                                  on 2001/07/16  13:35:39
8626         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
8627              From:  Robin Houston <robin@kitsite.com>
8628              Date:  Sat, 14 Jul 2001 14:28:50 +0100
8629              Message-Id:  <20010714142850.A10205@robin>
8630      Branch: perl
8631            ! ext/B/B/Deparse.pm
8632 ____________________________________________________________________________
8633 [ 11378] By: nick                                  on 2001/07/16  13:30:36
8634         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
8635              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
8636              Date:  Sat, 14 Jul 2001 22:17:42 +0900
8637              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
8638      Branch: perl
8639            + ext/Encode/Encode/euc-jp-0212.enc
8640            ! ext/Encode/Encode/Tcl.pm
8641 ____________________________________________________________________________
8642 [ 11377] By: nick                                  on 2001/07/16  13:17:28
8643         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
8644              From:  Andy Dougherty <doughera@lafayette.edu>
8645              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
8646              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
8647      Branch: perl
8648            ! hints/darwin.sh hints/rhapsody.sh
8649 ____________________________________________________________________________
8650 [ 11376] By: nick                                  on 2001/07/16  09:05:00
8651         Log: Integrate mainline
8652      Branch: perlio
8653           +> ext/Encode/Encode/7bit-greek.enc
8654           +> ext/Encode/Encode/7bit-latin1.enc
8655           +> ext/Encode/Encode/cns11643-1.enc
8656           +> ext/Encode/Encode/cns11643-2.enc
8657           +> ext/Encode/Encode/iso2022-cn.enc
8658           +> ext/Encode/Encode/iso2022-jp1.enc
8659           +> ext/Encode/Encode/iso2022-jp2.enc
8660           !> Changes Configure MANIFEST Makefile.SH
8661           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
8662           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
8663           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
8664           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
8665           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
8666 ____________________________________________________________________________
8667 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
8668         Log: integrate change#11374 from maint-5.6
8669              
8670              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
8671      Branch: perl
8672           !> utils/h2ph.PL
8673 ____________________________________________________________________________
8674 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
8675         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
8676      Branch: maint-5.6/perl
8677            ! utils/h2ph.PL
8678 ____________________________________________________________________________
8679 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
8680         Log: Update Changes.
8681      Branch: perl
8682            ! Changes patchlevel.h
8683 ____________________________________________________________________________
8684 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
8685         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
8686              From: Jonathan Stowe <gellyfish@gellyfish.com>
8687              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
8688              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
8689      Branch: perl
8690            ! utils/h2xs.PL
8691 ____________________________________________________________________________
8692 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
8693         Log: Subject: patch to add DEL to [:cntrl:]
8694              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8695              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
8696              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
8697      Branch: perl
8698            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
8699 ____________________________________________________________________________
8700 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
8701         Log: Metaconfig unit change for #11369; plus a dependency nit.
8702      Branch: metaconfig
8703            ! U/compline/nblock_io.U
8704      Branch: metaconfig/U/perl
8705            ! Extensions.U
8706 ____________________________________________________________________________
8707 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
8708         Log: #include <stdlib.h> so that exit() is prototyped,
8709              noticed by Hugo.
8710      Branch: perl
8711            ! Configure
8712 ____________________________________________________________________________
8713 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
8714         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
8715              From: Peter Prymmer <pvhp@forte.com>
8716              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
8717              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
8718      Branch: perl
8719            ! t/op/sprintf.t
8720 ____________________________________________________________________________
8721 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
8722         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
8723              From: Peter Prymmer <pvhp@forte.com>
8724              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
8725              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
8726      Branch: perl
8727            ! ext/Encode/Encode/Tcl.t
8728 ____________________________________________________________________________
8729 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
8730         Log: Add information about gcc 3.0 basic block profiling.
8731      Branch: perl
8732            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
8733 ____________________________________________________________________________
8734 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
8735         Log: Subject: Error in lib/PerlIO/Via.pm ?
8736              From: Mark-Jason Dominus <mjd@plover.com>
8737              Date: Fri, 13 Jul 2001 15:55:41 -0400
8738              Message-ID: <20010713195541.26751.qmail@plover.com>
8739      Branch: perl
8740            ! ext/PerlIO/Via/Via.pm
8741 ____________________________________________________________________________
8742 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
8743         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
8744              section from the Compiler section.
8745      Branch: perl
8746            ! myconfig.SH
8747 ____________________________________________________________________________
8748 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
8749         Log: Handle glibc style of constant definitions using enum
8750              with intervening #defines; from Brendan O'Dea.
8751      Branch: perl
8752            ! utils/h2ph.PL
8753 ____________________________________________________________________________
8754 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
8755         Log: Add LC_MESSAGES to the locale_h export tag (it already is
8756              in the Makefile.PL and thusly eligible for an XS constant)
8757              (see also maintperl #10543)
8758      Branch: perl
8759            ! ext/POSIX/POSIX.pm
8760 ____________________________________________________________________________
8761 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
8762         Log: Subject: Re: [patch] re_dup
8763              From: Abhijit Menon-Sen <ams@wiw.org>
8764              Date: Fri, 13 Jul 2001 21:41:09 +0530
8765              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
8766      Branch: perl
8767            ! sv.c
8768 ____________________________________________________________________________
8769 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
8770         Log: Subject: [patch] re_dup
8771              From: Doug MacEachern <dougm@covalent.net>
8772              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
8773              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
8774      Branch: perl
8775            ! sv.c
8776 ____________________________________________________________________________
8777 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
8778         Log: Update Changes.
8779      Branch: perl
8780            ! Changes patchlevel.h
8781 ____________________________________________________________________________
8782 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
8783         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
8784              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
8785              Date: Sat, 14 Jul 2001 00:06:30 +0900
8786              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
8787      Branch: perl
8788            + ext/Encode/Encode/7bit-greek.enc
8789            + ext/Encode/Encode/7bit-latin1.enc
8790            + ext/Encode/Encode/cns11643-1.enc
8791            + ext/Encode/Encode/cns11643-2.enc
8792            + ext/Encode/Encode/iso2022-cn.enc
8793            + ext/Encode/Encode/iso2022-jp1.enc
8794            + ext/Encode/Encode/iso2022-jp2.enc
8795            ! MANIFEST ext/Encode/Encode/Tcl.pm
8796            ! ext/Encode/Encode/iso2022-kr.enc
8797 ____________________________________________________________________________
8798 [ 11357] By: nick                                  on 2001/07/13  14:24:06
8799         Log: Blind integrate mainline (as of 5.7.2?)
8800      Branch: perlio
8801           !> AUTHORS Changes Porting/config.sh Porting/config_H
8802           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
8803           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
8804           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8805           !> win32/makefile.mk
8806 ____________________________________________________________________________
8807 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
8808         Log: Snip away the devel patchlevel.
8809      Branch: perl
8810            ! patchlevel.h
8811 ____________________________________________________________________________
8812 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
8813         Log: Bump the version to 5.7.2.
8814      Branch: perl
8815            ! Porting/config.sh Porting/config_H patchlevel.h
8816            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
8817            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8818            ! win32/makefile.mk
8819 ____________________________________________________________________________
8820 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
8821         Log: Update Changes.
8822      Branch: perl
8823            ! Changes
8824 ____________________________________________________________________________
8825 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
8826         Log: Reword.
8827      Branch: perl
8828            ! AUTHORS
8829 ____________________________________________________________________________
8830 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
8831         Log: AUTHORS update.
8832      Branch: perl
8833            ! AUTHORS
8834 ____________________________________________________________________________
8835 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
8836         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
8837              unless ithreads.
8838      Branch: perl
8839            ! makedef.pl
8840 ____________________________________________________________________________
8841 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
8842         Log: Integrate perlio.
8843      Branch: perl
8844           !> win32/distclean.bat
8845 ____________________________________________________________________________
8846 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
8847         Log: Test the encoding transform only iff we have PerlIO,
8848              noticed by H. Merijn Brand.
8849      Branch: perl
8850            ! ext/PerlIO/t/encoding.t
8851 ____________________________________________________________________________
8852 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
8853         Log: README.netware tweaks from Ananth Kesari.
8854      Branch: perl
8855            ! README.netware
8856 ____________________________________________________________________________
8857 [ 11346] By: nick                                  on 2001/07/13  09:18:51
8858         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
8859              to avoid /unicode vs /Unicode issues.
8860      Branch: perlio
8861            ! win32/distclean.bat
8862 ____________________________________________________________________________
8863 [ 11345] By: nick                                  on 2001/07/13  06:24:18
8864         Log: Integrate mainline
8865      Branch: perlio
8866           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
8867            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
8868           !> (integrate 63 files)
8869 ____________________________________________________________________________
8870 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
8871         Log: Add d_bincompat5005 information to perl -V.
8872      Branch: perl
8873            ! myconfig.SH
8874 ____________________________________________________________________________
8875 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
8876         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
8877              From: Abhijit Menon-Sen <ams@wiw.org>
8878              Date: Fri, 13 Jul 2001 07:12:36 +0530
8879              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
8880      Branch: perl
8881            ! sv.c
8882 ____________________________________________________________________________
8883 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
8884         Log: Remove unicode::distinct, as per Inaba Hiroto.
8885      Branch: perl
8886            - lib/unicode/distinct.pm
8887            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
8888            ! t/lib/1_compile.t
8889 ____________________________________________________________________________
8890 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
8891         Log: Paging for Dr Octothorpe.
8892      Branch: perl
8893            ! pod/perlfaq4.pod
8894 ____________________________________________________________________________
8895 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
8896         Log: cut-n-paste error noticed by mjd.
8897      Branch: perl
8898            ! pod/perlfaq4.pod
8899 ____________________________________________________________________________
8900 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
8901         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
8902              From: Peter Prymmer <pvhp@forte.com>
8903              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
8904              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
8905      Branch: perl
8906            ! pod/perlfaq4.pod
8907 ____________________________________________________________________________
8908 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
8909         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
8910              From: Randall Gellens <randy@qualcomm.com>
8911              Date: Thu, 12 Jul 2001 16:56:23 -0700
8912              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
8913      Branch: perl
8914            ! Porting/repository.pod
8915 ____________________________________________________________________________
8916 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
8917         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
8918      Branch: perl
8919            ! thread.h
8920 ____________________________________________________________________________
8921 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
8922         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
8923              From: coral <coral@moonlight.crystalflame.net>
8924              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
8925              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
8926      Branch: perl
8927            ! thread.h
8928 ____________________________________________________________________________
8929 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
8930         Log: Metaconfig unit change for #11134.
8931      Branch: metaconfig
8932            + U/threads/d_pthread_atfork.U
8933 ____________________________________________________________________________
8934 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
8935         Log: Add HAS_PTHREAD_ATFORK.
8936      Branch: perl
8937            ! Configure NetWare/config.wc NetWare/config_H.wc
8938            ! Porting/Glossary Porting/config.sh Porting/config_H
8939            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
8940            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
8941            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8942            ! win32/config.gc win32/config.vc win32/config_H.bc
8943            ! win32/config_H.gc win32/config_H.vc
8944 ____________________________________________________________________________
8945 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
8946         Log: Subject: [PATCH] File::Copy fails on tied handles
8947              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
8948              Date: Thu, 12 Jul 2001 15:18:51 -0700
8949              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
8950      Branch: perl
8951            ! lib/File/Copy.pm
8952 ____________________________________________________________________________
8953 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
8954         Log: Subject: [PATCH] Langinfo.t
8955              From: Nicholas Clark <nick@ccl4.org>
8956              Date: Thu, 12 Jul 2001 23:55:38 +0100
8957              Message-ID: <20010712235538.M5827@plum.flirble.org>
8958      Branch: perl
8959            ! ext/I18N/Langinfo/Langinfo.t
8960 ____________________________________________________________________________
8961 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
8962         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
8963              From: Peter Prymmer <pvhp@forte.com>
8964              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
8965              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
8966      Branch: perl
8967            ! pod/perl572delta.pod
8968 ____________________________________________________________________________
8969 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
8970         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
8971              From: Abhijit Menon-Sen <ams@wiw.org>
8972              Date: Fri, 13 Jul 2001 05:21:16 +0530
8973              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
8974      Branch: perl
8975            ! sv.c
8976 ____________________________________________________________________________
8977 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
8978         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
8979              From: Abhijit Menon-Sen <ams@wiw.org>
8980              Date: Fri, 13 Jul 2001 03:04:25 +0530
8981              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
8982      Branch: perl
8983            ! av.c
8984 ____________________________________________________________________________
8985 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
8986         Log: s/^M$//g
8987      Branch: perl
8988            ! win32/Makefile win32/makefile.mk
8989 ____________________________________________________________________________
8990 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
8991         Log: Update Changes.
8992      Branch: perl
8993            ! Changes patchlevel.h
8994 ____________________________________________________________________________
8995 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
8996         Log: Typo spotted by Philip Newton.
8997      Branch: perl
8998            ! pod/perl572delta.pod
8999 ____________________________________________________________________________
9000 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
9001         Log: Subject: [PATCH] fixes perl_clone of perl_clone
9002              From: Artur Bergman <artur@contiller.se>
9003              Date: Thu, 12 Jul 2001 20:57:09 +0200
9004              Message-ID: <B773BFA4.236B%artur@contiller.se>
9005      Branch: perl
9006            ! sv.c
9007 ____________________________________________________________________________
9008 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
9009         Log: Add README.uts from Hal Morris.
9010      Branch: perl
9011            + README.uts
9012            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
9013            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9014 ____________________________________________________________________________
9015 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
9016         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
9017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9018              Date: Thu, 12 Jul 2001 20:32:37 +0200
9019              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
9020      Branch: perl
9021            ! hints/aix.sh
9022 ____________________________________________________________________________
9023 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
9024         Log: Subject: Patch: document reg_data.what member
9025              From: Mark-Jason Dominus <mjd@plover.com>
9026              Message-ID: <20010712182532.14821.qmail@plover.com>
9027              Date: Thu, 12 Jul 2001 14:25:32 -0400
9028      Branch: perl
9029            ! regcomp.c regcomp.h
9030 ____________________________________________________________________________
9031 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
9032         Log: Subject: [PATCH] Perl_re_dup()
9033              From: Abhijit Menon-Sen <ams@wiw.org>
9034              Date: Thu, 12 Jul 2001 23:54:32 +0530
9035              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
9036      Branch: perl
9037            ! embed.h embed.pl perlapi.c proto.h sv.c
9038 ____________________________________________________________________________
9039 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
9040         Log: Regen Configure, modlib, toc.
9041      Branch: perl
9042            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9043            ! pod/perlmodlib.pod pod/perltoc.pod
9044 ____________________________________________________________________________
9045 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
9046         Log: The problem seems to be in PerlIO::Layer::->find() not
9047              accepting the ":encoding(blurflur)" arguments.
9048      Branch: perl
9049            ! lib/PerlIO.pm lib/open.pm
9050 ____________________________________________________________________________
9051 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
9052         Log: AIX doc update.
9053      Branch: perl
9054            ! README.aix pod/perl572delta.pod
9055 ____________________________________________________________________________
9056 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
9057         Log: Subject: AIX README update
9058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9059              Date: Thu, 12 Jul 2001 19:28:30 +0200
9060              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
9061      Branch: perl
9062            ! README.aix
9063 ____________________________________________________________________________
9064 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
9065         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
9066              From: Norton Allen <allen@huarp.harvard.edu>
9067              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
9068              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
9069      Branch: perl
9070            ! ext/IO/lib/IO/t/io_unix.t
9071 ____________________________________________________________________________
9072 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
9073         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9074              From: Norton Allen <allen@huarp.harvard.edu>
9075              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
9076              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
9077      Branch: perl
9078            ! README.qnx hints/qnx.sh
9079 ____________________________________________________________________________
9080 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
9081         Log: Subject: [patch] faster PM_GETRE
9082              From: Doug MacEachern <dougm@covalent.net>
9083              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
9084              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
9085      Branch: perl
9086            ! op.h
9087 ____________________________________________________________________________
9088 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
9089         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
9090              From: Doug MacEachern <dougm@covalent.net>
9091              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
9092              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
9093      Branch: perl
9094            ! op.c
9095 ____________________________________________________________________________
9096 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
9097         Log: Tell where the nice Estonian database is.
9098      Branch: perl
9099            ! lib/open.pm
9100 ____________________________________________________________________________
9101 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
9102         Log: Retract #11309 since #11310 is a better fix.
9103      Branch: perl
9104            ! t/lib/1_compile.t
9105 ____________________________________________________________________________
9106 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
9107         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
9108              change#11300 needs to return the status of failed win32_spawnvp())
9109              
9110              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
9111              splitting correctly; remove unused variables; 'require' at run time
9112              rather than 'use' at compile time for I18N::Langinfo, since it
9113              isn't everyware
9114      Branch: perl
9115            ! lib/open.pm win32/win32.c
9116 ____________________________________________________________________________
9117 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
9118         Log: Temporary workaround.
9119      Branch: perl
9120            ! t/lib/1_compile.t
9121 ____________________________________________________________________________
9122 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
9123         Log: UCD typo in #11306 and add also more known-to-be-tested
9124              modules to the skip list.
9125      Branch: perl
9126            ! t/lib/1_compile.t
9127 ____________________________________________________________________________
9128 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
9129         Log: Rename Unicode::UCD to UnicodeCD to avoid
9130              messups with case-insensitive filesystems.
9131      Branch: perl
9132            + lib/UnicodeCD.pm lib/UnicodeCD.t
9133            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
9134            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
9135 ____________________________________________________________________________
9136 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
9137         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
9138              From: daniel@biz.bitpusher.com
9139              Date: Wed, 11 Jul 2001 23:25:47 -0700
9140              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
9141      Branch: perl
9142            ! lib/Tie/Array.pm t/op/splice.t
9143 ____________________________________________________________________________
9144 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
9145         Log: Subject: [PATCH] More accurate line numbers in messages
9146              From: Paul Johnson <paul@pjcj.net>
9147              Date: Thu, 12 Jul 2001 04:14:11 +0200
9148              Message-ID: <20010712041411.A3467@pjcj.net>
9149              
9150              (With prototyping and multiplicity tweaks.)
9151      Branch: perl
9152            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
9153 ____________________________________________________________________________
9154 [ 11304] By: nick                                  on 2001/07/12  12:53:40
9155         Log: Integrate mainline
9156      Branch: perlio
9157           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
9158           !> regexec.c thread.h
9159 ____________________________________________________________________________
9160 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
9161         Log: Cut-and-pasto in #11298.
9162      Branch: perl
9163            ! ext/ByteLoader/bytecode.h
9164 ____________________________________________________________________________
9165 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
9166         Log: Update the AIX known problems section.
9167      Branch: perl
9168            ! pod/perl572delta.pod
9169 ____________________________________________________________________________
9170 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
9171         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
9172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9173              Date: Thu, 12 Jul 2001 12:16:16 +0200
9174              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
9175      Branch: perl
9176            ! hints/aix.sh
9177 ____________________________________________________________________________
9178 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
9179         Log: Integrate perlio.
9180      Branch: perl
9181           !> makedef.pl win32/win32.c
9182 ____________________________________________________________________________
9183 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
9184         Log: Subject: [PATCH] fix for PMOP threadness failures
9185              From: Artur Bergman <artur@contiller.se>
9186              Date: Thu, 12 Jul 2001 09:48:06 +0200
9187              Message-ID: <B77322D6.22DD%artur@contiller.se>
9188      Branch: perl
9189            ! regexec.c
9190 ____________________________________________________________________________
9191 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
9192         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
9193              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9194              Date: Thu, 12 Jul 2001 09:09:48 +0200
9195              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
9196              
9197              More parentheses to keep bcc happy.
9198      Branch: perl
9199            ! ext/ByteLoader/bytecode.h
9200 ____________________________________________________________________________
9201 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
9202         Log: Subject: Re: [patch] pthread_atfork bandaid
9203              From: Doug MacEachern <dougm@covalent.net>
9204              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
9205              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
9206      Branch: perl
9207            ! thread.h
9208 ____________________________________________________________________________
9209 [ 11296] By: nick                                  on 2001/07/12  11:55:48
9210         Log: Exclude reentrant_buffer from .def file
9211      Branch: perlio
9212            ! makedef.pl
9213 ____________________________________________________________________________
9214 [ 11295] By: nick                                  on 2001/07/12  11:11:44
9215         Log: Honour void-ness of my_exit()
9216      Branch: perlio
9217            ! win32/win32.c
9218 ____________________________________________________________________________
9219 [ 11294] By: nick                                  on 2001/07/12  07:51:04
9220         Log: Integrate mainline
9221      Branch: perlio
9222           +> uts/sprintf_wrap.c
9223           !> (integrate 35 files)
9224 ____________________________________________________________________________
9225 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
9226         Log: Retract #11289.
9227      Branch: perl
9228            ! embed.h embed.pl perl.c proto.h thread.h
9229 ____________________________________________________________________________
9230 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
9231         Log: Now the :locale pseudolayer *almost* works...
9232      Branch: perl
9233            ! lib/open.pm
9234 ____________________________________________________________________________
9235 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
9236         Log: Locale encoding tweaks.
9237      Branch: perl
9238            ! lib/open.pm
9239 ____________________________________________________________________________
9240 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
9241         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
9242              From: Mark-Jason Dominus <mjd@plover.com>
9243              Date: Thu, 12 Jul 2001 00:59:31 -0400
9244              Message-ID: <20010712045931.8543.qmail@plover.com>
9245              
9246              Remove the chmod/umask leading zero warning.
9247      Branch: perl
9248            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
9249            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9250 ____________________________________________________________________________
9251 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
9252         Log: (Retracted by #11289.)
9253      Branch: perl
9254            ! embed.h embed.pl perl.c proto.h thread.h
9255 ____________________________________________________________________________
9256 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
9257         Log: Needed by #11283.
9258      Branch: perl
9259            ! intrpvar.h
9260 ____________________________________________________________________________
9261 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
9262         Log: Metaconfig unit change for #11286.
9263      Branch: metaconfig/U/perl
9264            ! patchlevel.U
9265 ____________________________________________________________________________
9266 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
9267         Log: Subject: Re: [PATCH Configure] perl -V broken
9268              From: Andy Dougherty <doughera@lafayette.edu>
9269              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
9270              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
9271      Branch: perl
9272            ! Configure myconfig.SH
9273 ____________________________________________________________________________
9274 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
9275         Log: Retract #11166 (and #11237).
9276      Branch: perl
9277            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
9278            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
9279            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9280 ____________________________________________________________________________
9281 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
9282         Log: UTS tweaks for Hal Morris.
9283      Branch: perl
9284            + uts/sprintf_wrap.c
9285            ! MANIFEST hints/uts.sh perl.h
9286 ____________________________________________________________________________
9287 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
9288         Log: Subject: [PATCH] Use reentrant API glibc
9289              From: Artur Bergman <artur@contiller.se>
9290              Date: Thu, 12 Jul 2001 00:58:21 +0200
9291              Message-ID: <B772A6AD.2288%artur@contiller.se>
9292      Branch: perl
9293            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
9294            ! sv.c
9295 ____________________________________________________________________________
9296 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
9297         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
9298              From: barries <barries@slaysys.com>
9299              Date: Wed, 11 Jul 2001 15:11:46 -0400
9300              Message-ID: <20010711151146.G24560@jester.slaysys.com>
9301      Branch: perl
9302            ! pp_sys.c t/lib/warnings/doio win32/win32.c
9303 ____________________________________________________________________________
9304 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
9305         Log: Subject: [patch] pthread_atfork bandaid
9306              From: Doug MacEachern <dougm@covalent.net>
9307              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
9308              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
9309      Branch: perl
9310            ! miniperlmain.c perl.c
9311 ____________________________________________________________________________
9312 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
9313         Log: Subject: [patch] perl_clone leaks
9314              From: Doug MacEachern <dougm@covalent.net>
9315              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
9316              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
9317      Branch: perl
9318            ! sv.c
9319 ____________________________________________________________________________
9320 [ 11279] By: nick                                  on 2001/07/11  15:49:38
9321         Log: Integrate mainline
9322      Branch: perlio
9323           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
9324           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
9325           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
9326           +> lib/Term/ANSIColor/README
9327           !> (integrate 54 files)
9328 ____________________________________________________________________________
9329 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
9330         Log: Update Changes.
9331      Branch: perl
9332            ! Changes patchlevel.h
9333 ____________________________________________________________________________
9334 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
9335         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
9336              From: Peter Prymmer <pvhp@forte.com>
9337              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
9338              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
9339              
9340              Backport of embed.pl to 5.003.
9341      Branch: perl
9342            ! embed.pl
9343 ____________________________________________________________________________
9344 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
9345         Log: Subject: Re: POSIX test #14 on UTS 
9346              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9347              Date: Wed, 11 Jul 2001 03:02:14 +0100
9348              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
9349      Branch: perl
9350            ! ext/POSIX/POSIX.t
9351 ____________________________________________________________________________
9352 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
9353         Log: Make the I32 an IV to preserve structure alignment and size.
9354      Branch: perl
9355            ! op.h
9356 ____________________________________________________________________________
9357 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
9358         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
9359              From: "Artur Bergman" <artur@contiller.se>
9360              Date: Wed, 11 Jul 2001 14:23:37 +0200
9361              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
9362              
9363              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
9364      Branch: perl
9365            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
9366            ! pod/perlapi.pod sv.c
9367 ____________________________________________________________________________
9368 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
9369         Log: Tweak until Pod::Parser gets updated.
9370      Branch: perl
9371            ! t/pod/special_seqs.xr
9372 ____________________________________________________________________________
9373 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
9374         Log: File::Spec usage tweak.
9375      Branch: perl
9376            ! lib/ExtUtils.t
9377 ____________________________________________________________________________
9378 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
9379         Log: Integrate #11263 from macperl; macos and macosx updates.
9380      Branch: perl
9381           !> pod/perlport.pod
9382 ____________________________________________________________________________
9383 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
9384         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
9385              From: Peter Prymmer <pvhp@forte.com>
9386              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
9387              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
9388      Branch: perl
9389            + ext/Time/HiRes/hints/dynixptx.pl
9390            ! MANIFEST hints/dynixptx.sh
9391 ____________________________________________________________________________
9392 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
9393         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
9394              From: Nicholas Clark <nick@ccl4.org>
9395              Date: Tue, 10 Jul 2001 23:17:43 +0100
9396              Message-ID: <20010710231742.B59620@plum.flirble.org>
9397      Branch: perl
9398            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
9399 ____________________________________________________________________________
9400 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
9401         Log: Subject: [DOC PATCH] Pluggable runops
9402              From: Paul Johnson <paul@pjcj.net>
9403              Date: Tue, 10 Jul 2001 21:53:28 +0200
9404              Message-ID: <20010710215328.B26577@pjcj.net>
9405      Branch: perl
9406            ! pod/perlguts.pod
9407 ____________________________________________________________________________
9408 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
9409         Log: Subject: [PATCH] Authors
9410              From: Artur Bergman <artur@contiller.se>
9411              Date: Tue, 10 Jul 2001 20:39:12 +0200
9412              Message-ID: <B771186F.21CD%artur@contiller.se>
9413      Branch: perl
9414            ! AUTHORS
9415 ____________________________________________________________________________
9416 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
9417         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
9418              From: Doug MacEachern <dougm@covalent.net>
9419              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
9420              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
9421      Branch: perl
9422            ! pp_ctl.c
9423 ____________________________________________________________________________
9424 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
9425         Log: Subject: doc patch; times() in scalar context
9426              From: mjd@plover.com
9427              Date: 10 Jul 2001 18:01:17 -0000
9428              Message-ID: <20010710180117.12477.qmail@plover.com>
9429      Branch: perl
9430            ! pod/perlfunc.pod
9431 ____________________________________________________________________________
9432 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
9433         Log: Subject: [PATCH] Small fix to pp_gmtime
9434              From: Artur Bergman <artur@contiller.se>
9435              Date: Tue, 10 Jul 2001 19:54:52 +0200
9436              Message-ID: <B7710E0B.21C5%artur@contiller.se>
9437      Branch: perl
9438            ! pp_sys.c
9439 ____________________________________________________________________________
9440 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
9441         Log: Integrate changes from mainline perl, add notes about
9442              Mac OS X and Mac OS.
9443      Branch: maint-5.6/macperl
9444            ! pod/perlport.pod
9445 ____________________________________________________________________________
9446 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
9447         Log: A proof of the dangers of package; ?
9448      Branch: perl
9449            ! t/lib/warnings/op
9450 ____________________________________________________________________________
9451 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
9452         Log: Regen toc and modlib.
9453      Branch: perl
9454            ! pod/perlmodlib.pod pod/perltoc.pod
9455 ____________________________________________________________________________
9456 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
9457         Log: Add compexcl(), casefold(), and casespec() interfaces;
9458              and make all interfaces to return hash references instead
9459              of hashes. 
9460      Branch: perl
9461            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9462 ____________________________________________________________________________
9463 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
9464         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
9465              From: "Philip Newton" <Philip.Newton@gmx.net>
9466              Date: Tue, 10 Jul 2001 09:55:59 +0200
9467              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
9468              
9469              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
9470              From: "Philip Newton" <Philip.Newton@gmx.net>
9471              Date: Tue, 10 Jul 2001 09:56:37 +0200
9472              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
9473      Branch: perl
9474            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9475            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
9476 ____________________________________________________________________________
9477 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
9478         Log: Subject: [patch] undef &xsub for 1,2
9479              From: Doug MacEachern <dougm@covalent.net>
9480              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
9481              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
9482              
9483              (This version of the patch with a comment from Gisle.)
9484      Branch: perl
9485            ! op.c
9486 ____________________________________________________________________________
9487 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
9488         Log: Mention package; deprecation and the Win32 problems.
9489      Branch: perl
9490            ! pod/perl572delta.pod
9491 ____________________________________________________________________________
9492 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
9493         Log: Subject: [PATCH] deprecate package with no arguments
9494              From: Robin Houston <robin@kitsite.com>
9495              Date: Tue, 10 Jul 2001 13:33:40 +0100
9496              Message-ID: <20010710133340.A13452@robin.kitsite.com>
9497      Branch: perl
9498            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
9499 ____________________________________________________________________________
9500 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
9501         Log: Upgrade to podlators 1.10.
9502      Branch: perl
9503            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9504            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
9505            ! pod/pod2man.PL pod/pod2text.PL
9506 ____________________________________________________________________________
9507 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
9508         Log: Upgrade to Term::ANSIColor 1.04.
9509      Branch: perl
9510            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
9511            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
9512 ____________________________________________________________________________
9513 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
9514         Log: Integrate perlio (the right fix for the ":layer(args)")
9515      Branch: perl
9516           !> perlio.c
9517 ____________________________________________________________________________
9518 [ 11252] By: nick                                  on 2001/07/10  06:58:14
9519         Log: Fix open(...,"...:layer(xxx)",...)
9520              - use memEQ not strEQ as there is '(' not '\0'
9521      Branch: perlio
9522            ! perlio.c
9523 ____________________________________________________________________________
9524 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
9525         Log: Telling the number of tests helps.
9526      Branch: perl
9527            ! ext/PerlIO/t/encoding.t
9528 ____________________________________________________________________________
9529 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
9530         Log: Require I18N::Langinfo, not use.
9531      Branch: perl
9532            ! lib/open.pm
9533 ____________________________________________________________________________
9534 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
9535         Log: Add a test for for PerlIO ":encoding(...)" layer.
9536      Branch: perl
9537            + ext/PerlIO/t/encoding.t
9538            ! MANIFEST ext/Encode/Encode.pm
9539 ____________________________________________________________________________
9540 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
9541         Log: PerlIO ":encoding(foobar)" temporary fix.
9542              Not really correct, I think, since the change means
9543              that prefixes match.
9544      Branch: perl
9545            ! perlio.c
9546 ____________________________________________________________________________
9547 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
9548         Log: Update to Math::BigInt 1.36.  The biggest news is
9549              the separation of the backend; now the pure Perl
9550              implementation is in Math::BigInt::Calc, but one
9551              can plugin, say, Math::BigInt::BitVect, and get
9552              considerable speedup.
9553      Branch: perl
9554            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
9555            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9556            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
9557            ! lib/Math/BigInt/t/mbimbf.t
9558 ____________________________________________________________________________
9559 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
9560         Log: Subject: Re: compatibility question
9561              From: Peter Prymmer <pvhp@forte.com>
9562              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
9563              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
9564      Branch: perl
9565            ! lib/ExtUtils/MM_VMS.pm
9566 ____________________________________________________________________________
9567 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
9568         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
9569              From: Norton Allen <allen@huarp.harvard.edu>
9570              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
9571              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
9572      Branch: perl
9573            ! ext/File/Glob/t/basic.t
9574 ____________________________________________________________________________
9575 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
9576         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
9577              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9578              Date: Tue, 10 Jul 2001 00:29:55 +0900
9579              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
9580      Branch: perl
9581            + ext/Encode/Encode/HZ.enc
9582            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
9583            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
9584            ! ext/Encode/Encode/iso2022-jp.enc
9585            ! ext/Encode/Encode/iso2022-kr.enc
9586 ____________________________________________________________________________
9587 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
9588         Log: Add in all them there macos/ files.
9589      Branch: maint-5.6/macperl
9590            + (add 577 files)
9591 ____________________________________________________________________________
9592 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
9593         Log: Add the new modules to the list of having those own tests.
9594      Branch: perl
9595            ! t/lib/1_compile.t
9596 ____________________________________________________________________________
9597 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
9598         Log: Add INOUT to control both ways at the same time.
9599      Branch: perl
9600            ! lib/open.pm
9601 ____________________________________________________________________________
9602 [ 11240] By: nick                                  on 2001/07/09  16:33:50
9603         Log: Integrate mainline
9604      Branch: perlio
9605           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
9606           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
9607           !> (integrate 41 files)
9608 ____________________________________________________________________________
9609 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
9610         Log: More encoding mapping magic.
9611      Branch: perl
9612            ! lib/open.pm
9613 ____________________________________________________________________________
9614 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
9615         Log: Update Changes.
9616      Branch: perl
9617            ! Changes patchlevel.h
9618 ____________________________________________________________________________
9619 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
9620         Log: (Retracted by #11285).
9621              
9622              Subject: [PATCH] OPpCONST_OCTAL fixes
9623              From: Abhijit Menon-Sen <ams@wiw.org>
9624              Date: Mon, 9 Jul 2001 07:38:45 +0530
9625              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
9626      Branch: perl
9627            ! op.c
9628 ____________________________________________________________________________
9629 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
9630         Log: Add a pseudolayer ":locale" to the open pragma which
9631              will get the encoding from the locale.  Yet undocumented
9632              because I can't get the PerlIO :encoding(foobar) to work.
9633      Branch: perl
9634            ! ext/Encode/Encode.pm lib/open.pm
9635 ____________________________________________________________________________
9636 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
9637         Log: Add more encoding mappings.
9638      Branch: perl
9639            ! ext/Encode/Encode.pm
9640 ____________________________________________________________________________
9641 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
9642         Log: Document that using :encoding layer requires using Encode.
9643      Branch: perl
9644            ! ext/Encode/Encode.pm lib/PerlIO.pm
9645 ____________________________________________________________________________
9646 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
9647         Log: Netware tweak from Ananth Kesari.
9648      Branch: perl
9649            ! NetWare/netware.h
9650 ____________________________________________________________________________
9651 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
9652         Log: t/harness doesn't know about run/*.t
9653      Branch: perl
9654            ! t/harness
9655 ____________________________________________________________________________
9656 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
9657         Log: run/exit.t busted on windows
9658      Branch: perl
9659            ! t/run/exit.t
9660 ____________________________________________________________________________
9661 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
9662         Log: fix a couple of UCD.t tests that fail due to bad case
9663      Branch: perl
9664            ! lib/Unicode/UCD.t
9665 ____________________________________________________________________________
9666 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
9667         Log: test skip logic was broken
9668      Branch: perl
9669            ! ext/I18N/Langinfo/Langinfo.t
9670 ____________________________________________________________________________
9671 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
9672         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
9673              failure of ExtUtils.t#27 when built in debug mode)
9674      Branch: perl
9675            ! lib/ExtUtils/MM_Win32.pm
9676 ____________________________________________________________________________
9677 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
9678         Log: I18N::Langinfo is not available on windows
9679      Branch: perl
9680            ! win32/FindExt.pm
9681 ____________________________________________________________________________
9682 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
9683         Log: save a dTHX
9684      Branch: perl
9685            ! ext/POSIX/POSIX.xs
9686 ____________________________________________________________________________
9687 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
9688         Log: Update Changes.
9689      Branch: perl
9690            ! Changes patchlevel.h
9691 ____________________________________________________________________________
9692 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
9693         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
9694              as pointed out by Sarathy.
9695      Branch: perl
9696            ! ext/I18N/Langinfo/Langinfo.xs
9697 ____________________________________________________________________________
9698 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
9699         Log: Retract #11212.
9700      Branch: perl
9701            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
9702 ____________________________________________________________________________
9703 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
9704         Log: Bump up the VERSION of Cwd.xs.
9705      Branch: perl
9706            ! ext/Cwd/Makefile.PL
9707 ____________________________________________________________________________
9708 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
9709         Log: Retract #11220, the problem wasn't the missing leading zero.
9710              Here's the problem:
9711              $ ./perl -we 'chmod(oct("755"), ".")'
9712              Non-octal literal mode (493) specified at -e line 1.
9713              (Did you mean 0493 instead?)
9714      Branch: perl
9715            ! lib/ExtUtils/MM_Unix.pm
9716 ____________________________________________________________________________
9717 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
9718         Log: (Retracted by #11221)
9719              Change the PERM_RW and PERM_RWX to 0644 and 0755
9720              (add the leading zero).
9721      Branch: perl
9722            ! lib/ExtUtils/MM_Unix.pm
9723 ____________________________________________________________________________
9724 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
9725         Log: Integrate changes #11193, 11205, 11209 from macperl.
9726              
9727              Fix up AutoLoader to fudge for Mac paths in import().
9728              
9729              Allow symbols in try_symbol() to begin with "_".
9730              
9731              Small portability fix for Mac OS.
9732      Branch: perl
9733           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
9734 ____________________________________________________________________________
9735 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
9736         Log: Metaconfig unit change for #11217.
9737      Branch: metaconfig/U/perl
9738            ! Extensions.U
9739 ____________________________________________________________________________
9740 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
9741         Log: Detypo, problem noticed by Gerrit P. Haase.
9742      Branch: perl
9743            ! Configure config_h.SH
9744 ____________________________________________________________________________
9745 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
9746         Log: Cwd cleanups.
9747      Branch: perl
9748            ! ext/Cwd/Cwd.xs
9749 ____________________________________________________________________________
9750 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
9751         Log: Slight tweaks on #11213.
9752      Branch: perl
9753            ! toke.c
9754 ____________________________________________________________________________
9755 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
9756         Log: A missing dTHX noticed by Gerrit P. Haase.
9757      Branch: perl
9758            ! ext/POSIX/POSIX.xs
9759 ____________________________________________________________________________
9760 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
9761         Log: Subject: [PATCH toke.c] Simplify yytoke()
9762              From: Simon Cozens <simon@netthink.co.uk>
9763              Date: Sun, 8 Jul 2001 13:24:34 +0100
9764              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
9765              
9766              Split out pending_ident().
9767      Branch: perl
9768            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
9769 ____________________________________________________________________________
9770 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
9771         Log: (Retracted by #11223.)
9772              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
9773              Date: Wed, 05 Nov 1997 17:22:34 -0600
9774              From: Graham Barr <gbarr@ti.com>
9775              Message-Id: <3460FFBA.6DA51F46@ti.com>
9776      Branch: perl
9777            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
9778 ____________________________________________________________________________
9779 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
9780         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
9781      Branch: perl
9782            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
9783            ! pod/perllocale.pod
9784 ____________________________________________________________________________
9785 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
9786         Log: Really do the test under the C locale.
9787      Branch: perl
9788            ! ext/I18N/Langinfo/Langinfo.t
9789 ____________________________________________________________________________
9790 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
9791         Log: Small portability fix for Mac OS.
9792      Branch: maint-5.6/macperl
9793            ! lib/Cwd.pm
9794 ____________________________________________________________________________
9795 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
9796         Log: Metaconfig unit change for #11207.
9797      Branch: metaconfig/U/perl
9798            ! Extensions.U
9799 ____________________________________________________________________________
9800 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
9801         Log: Add I18N::Langinfo, which is basically a wrapper around
9802              nl_langinfo(), which is an additional way to query locale
9803              specific information.
9804      Branch: perl
9805            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
9806            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
9807            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
9808 ____________________________________________________________________________
9809 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
9810         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
9811              used in File::Find tests; replace with if.t.
9812      Branch: maint-5.6/macperl
9813            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
9814            ! t/pragma/warn/op
9815 ____________________________________________________________________________
9816 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
9817         Log: Allow symbols in try_symbol() to begin with "_".
9818      Branch: maint-5.6/macperl
9819            ! makedef.pl
9820 ____________________________________________________________________________
9821 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
9822         Log: Sync up the File::Find changes from the rewrite by
9823              Thomas Wegner, et al.
9824      Branch: maint-5.6/macperl
9825            + t/lib/filefind-taint.t
9826            ! lib/File/Find.pm t/lib/filefind.t
9827 ____________________________________________________________________________
9828 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
9829         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
9830              From: Thomas Wegner <wegner_thomas@yahoo.com>
9831              Date: Thu, 5 Jul 2001 20:31:25 +0200
9832              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
9833      Branch: maint-5.6/macperl
9834            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
9835 ____________________________________________________________________________
9836 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
9837         Log: Some more test portability fixes.
9838      Branch: maint-5.6/macperl
9839            ! t/lib/filecopy.t t/pragma/warn/pp_sys
9840 ____________________________________________________________________________
9841 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
9842         Log: The #11200 removed wrong (non-existent) target.  Duh.
9843      Branch: perl
9844            ! Makefile.SH
9845 ____________________________________________________________________________
9846 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
9847         Log: Zap the lib/re.pm before creating it.
9848      Branch: perl
9849            ! Makefile.SH
9850 ____________________________________________________________________________
9851 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
9852         Log: Another test.  Please ignore.
9853      Branch: maint-5.6/macperl
9854            ! README.macos
9855 ____________________________________________________________________________
9856 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
9857         Log: Portability fixes for a lot of tests, especially IO-related
9858              tests, and warnings, and the harness script.
9859      Branch: maint-5.6/macperl
9860            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
9861            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
9862            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
9863            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
9864            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
9865            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
9866            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
9867            ! t/pragma/warnings.t
9868 ____________________________________________________________________________
9869 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
9870         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
9871              From: Nicholas Clark <nick@ccl4.org>
9872              Date: Sat, 7 Jul 2001 21:00:17 +0100
9873              Message-ID: <20010707210017.H59620@plum.flirble.org>
9874      Branch: perl
9875            ! lib/h2xs.t
9876 ____________________________________________________________________________
9877 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
9878         Log: The UNICOS/mk SysV IPC problem has been fixed.
9879      Branch: perl
9880            ! pod/perl572delta.pod
9881 ____________________________________________________________________________
9882 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
9883         Log: Slight update tweaks on perlunicode.pod.
9884      Branch: perl
9885            ! pod/perlunicode.pod
9886 ____________________________________________________________________________
9887 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
9888         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
9889              From: Mark-Jason Dominus <mjd@plover.com>
9890              Date: Sat, 07 Jul 2001 13:04:04 -0400
9891              Message-ID: <20010707170404.32694.qmail@plover.com>
9892      Branch: perl
9893            ! ext/DB_File/DB_File.pm
9894 ____________________________________________________________________________
9895 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
9896         Log: Fix up AutoLoader to fudge for Mac paths in import().
9897      Branch: maint-5.6/macperl
9898            ! lib/AutoLoader.pm
9899 ____________________________________________________________________________
9900 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
9901         Log: Try to force the lib/re.pm to be there before entering
9902              the extensions builds, should help for parallel makes.
9903      Branch: perl
9904            ! Makefile.SH
9905 ____________________________________________________________________________
9906 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
9907         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
9908              From: Norton Allen <allen@huarp.harvard.edu>
9909              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
9910              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
9911      Branch: perl
9912            ! ext/POSIX/POSIX.xs
9913 ____________________________________________________________________________
9914 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
9915         Log: Subject: [PATCH] Re: op/arith.t
9916              From: Nicholas Clark <nick@ccl4.org>
9917              Date: Sat, 7 Jul 2001 13:04:54 +0100
9918              Message-ID: <20010707130454.D59620@plum.flirble.org>
9919      Branch: perl
9920            ! numeric.c toke.c
9921 ____________________________________________________________________________
9922 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
9923         Log: Subject: [PATCH] h2xs
9924              From: Nicholas Clark <nick@ccl4.org>
9925              Date: Fri, 6 Jul 2001 23:25:14 +0100
9926              Message-ID: <20010706232514.X59620@plum.flirble.org>
9927      Branch: perl
9928            ! utils/h2xs.PL
9929 ____________________________________________________________________________
9930 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
9931         Log: Subject: Re: bleedperl perl_alloc..free leakage
9932              From: Radu Greab <radu@netsoft.ro>
9933              Date: Fri, 6 Jul 2001 19:48:54 +0300
9934              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
9935              
9936              Leak-be-gone.
9937      Branch: perl
9938            ! op.c
9939 ____________________________________________________________________________
9940 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
9941         Log: Test again.  Please ignore.
9942      Branch: maint-5.6/macperl
9943            ! README.macos
9944 ____________________________________________________________________________
9945 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
9946         Log: Test.  Please ignore.
9947      Branch: maint-5.6/macperl
9948            ! README.macos
9949 ____________________________________________________________________________
9950 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
9951         Log: Include changes already sent in separately as patches,
9952              before branch was created.
9953      Branch: maint-5.6/macperl
9954            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
9955            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
9956            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
9957            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
9958            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
9959            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
9960            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
9961            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
9962            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
9963            ! t/pragma/strict.t
9964 ____________________________________________________________________________
9965 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
9966         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
9967              From: Norton Allen <allen@huarp.harvard.edu>
9968              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
9969              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
9970      Branch: perl
9971            ! utf8.h
9972 ____________________________________________________________________________
9973 [ 11183] By: nick                                  on 2001/07/06  16:27:40
9974         Log: Integrate mainline
9975      Branch: perlio
9976           +> (branch 42 files)
9977            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
9978            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
9979            - win32/bin/mdelete.bat
9980           !> (integrate 215 files)
9981 ____________________________________________________________________________
9982 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
9983         Log: The #11166 needed also these updated.
9984      Branch: perl
9985            ! lib/warnings.pm warnings.h
9986 ____________________________________________________________________________
9987 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
9988         Log: Update Changes.
9989      Branch: perl
9990            ! Changes patchlevel.h
9991 ____________________________________________________________________________
9992 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
9993         Log: Regen toc.
9994      Branch: perl
9995            ! pod/perltoc.pod
9996 ____________________________________________________________________________
9997 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
9998         Log: Nit from Abhijit.
9999      Branch: perl
10000            ! lib/CPAN.pm
10001 ____________________________________________________________________________
10002 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
10003         Log: Retract #11172.
10004      Branch: perl
10005            ! t/op/method.t
10006 ____________________________________________________________________________
10007 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
10008         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10009              From: Norton Allen <allen@huarp.harvard.edu>
10010              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10011              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10012      Branch: perl
10013            ! lib/Cwd.pm
10014 ____________________________________________________________________________
10015 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
10016         Log: (Accidentally empty check-in.)
10017      Branch: perl
10018            ! utf8.h
10019 ____________________________________________________________________________
10020 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
10021         Log: Retract #11165 since Sarathy pointed out it'll not
10022              work properly under threads, the problem should be
10023              solved using "the savestack, either via SSNEW() or
10024              using a newSVpv()+SAVEFREESV() combo."
10025      Branch: perl
10026            ! ext/POSIX/POSIX.xs
10027 ____________________________________________________________________________
10028 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
10029         Log: Retract #11125 since NI-S pointed out it'll not work in
10030              cases where the extension has their own handcrafted INC
10031              et alia.
10032      Branch: perl
10033            ! lib/ExtUtils/MM_Unix.pm
10034 ____________________________________________________________________________
10035 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
10036         Log: Subject: RE: [PATCH] -I and MakeMaker again
10037              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10038              Date: Fri, 6 Jul 2001 09:18:29 +0200
10039              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
10040      Branch: perl
10041            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
10042            ! lib/ExtUtils/MM_Win32.pm
10043 ____________________________________________________________________________
10044 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
10045         Log: (Retracted by #11178)
10046              Subject: [PATCH t/op/method.t] SUPER:: strangeness
10047              From: Piers Cawley <pdcawley@iterative-software.com>
10048              Date: 06 Jul 2001 10:49:01 +0100
10049              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
10050      Branch: perl
10051            ! t/op/method.t
10052 ____________________________________________________________________________
10053 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
10054         Log: VOS README update from Paul Green.
10055      Branch: perl
10056            ! README.vos
10057 ____________________________________________________________________________
10058 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
10059         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10060              From: Norton Allen <allen@huarp.harvard.edu>
10061              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
10062              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
10063      Branch: perl
10064            ! README.qnx hints/qnx.sh
10065 ____________________________________________________________________________
10066 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
10067         Log: Subject: [PATCH] Doc patch for Tie::Hash
10068              From: Artur Bergman <artur@contiller.se>
10069              Date: Thu, 05 Jul 2001 22:51:18 +0200
10070              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
10071      Branch: perl
10072            ! lib/Tie/Hash.pm
10073 ____________________________________________________________________________
10074 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
10075         Log: Subject: [PATCH] perlfaq4.pod
10076              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
10077              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
10078              Date: Thu, 5 Jul 2001 18:44:10 +0100 
10079      Branch: perl
10080            ! pod/perlfaq4.pod
10081 ____________________________________________________________________________
10082 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
10083         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
10084              From: Robin Houston <robin@kitsite.com>
10085              Date: Thu, 5 Jul 2001 18:33:21 +0100
10086              Message-ID: <20010705183321.A27345@robin.kitsite.com>
10087      Branch: perl
10088            ! ext/B/B/Deparse.pm
10089 ____________________________________________________________________________
10090 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
10091         Log: (Retracted by #11285.)
10092              
10093              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
10094              From: Abhijit Menon-Sen <ams@wiw.org>
10095              Date: Fri, 6 Jul 2001 01:26:32 +0530
10096              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
10097      Branch: perl
10098            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
10099            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
10100            ! warnings.pl
10101 ____________________________________________________________________________
10102 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
10103         Log: (Retracted by #11175)
10104              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10105              From: Norton Allen <allen@huarp.harvard.edu>
10106              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
10107              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
10108      Branch: perl
10109            ! ext/POSIX/POSIX.xs
10110 ____________________________________________________________________________
10111 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
10112         Log: Unterminated C< (noticed by Richard Hatch), and few other
10113              small Unicode doc tweaks.
10114      Branch: perl
10115            ! pod/perlretut.pod
10116 ____________________________________________________________________________
10117 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
10118         Log: More flexible argument understanding; add charblocks() and
10119              charscripts(); make charblock() and charscript() two-way;
10120              add charinrange(); separate the $Unicode::UCD::VERSION and
10121              the version of the Unicode by adding UnicodeVersion().
10122      Branch: perl
10123            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10124 ____________________________________________________________________________
10125 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
10126         Log: Update Unicode::UCD on \p{In...}.
10127      Branch: perl
10128            ! lib/Unicode/UCD.pm
10129 ____________________________________________________________________________
10130 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
10131         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
10132              From: Norton Allen <allen@huarp.harvard.edu>
10133              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
10134              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
10135      Branch: perl
10136            ! lib/ExtUtils/MM_Unix.pm
10137 ____________________________________________________________________________
10138 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
10139         Log: POSIX-BC tweaks from Thomas Dorner.
10140      Branch: perl
10141            ! hints/posix-bc.sh perlio.h
10142 ____________________________________________________________________________
10143 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
10144         Log: Module updates for the delta.
10145      Branch: perl
10146            ! pod/perl572delta.pod
10147 ____________________________________________________________________________
10148 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
10149         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
10150              From: Norton Allen <allen@huarp.harvard.edu>
10151              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
10152              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
10153      Branch: perl
10154            ! ext/IO/lib/IO/t/io_sock.t
10155 ____________________________________________________________________________
10156 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
10157         Log: Subject: [PATCH perldiag.pod] Quick fixes
10158              From: Simon Cozens <simon@netthink.co.uk>
10159              Date: Wed, 4 Jul 2001 20:22:12 +0100
10160              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
10161      Branch: perl
10162            ! pod/perldiag.pod
10163 ____________________________________________________________________________
10164 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
10165         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
10166              From: Radu Greab <radu@netsoft.ro>
10167              Date: Wed, 4 Jul 2001 22:13:31 +0300
10168              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
10169      Branch: perl
10170            ! op.c sv.c t/op/pos.t
10171 ____________________________________________________________________________
10172 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
10173         Log: Subject: [PATCH] -I and MakeMaker again
10174              From: Michael G Schwern <schwern@pobox.com>
10175              Date: Wed, 4 Jul 2001 15:03:07 -0400
10176              Message-ID: <20010704150307.I20340@blackrider>
10177              
10178              (and retract #11145)
10179      Branch: perl
10180            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
10181            ! lib/ExtUtils/MakeMaker.pm
10182 ____________________________________________________________________________
10183 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
10184         Log: Subject: Re: PERFORCE change 11142 for review
10185              From: "Philip Newton" <Philip.Newton@gmx.net>
10186              Date: Wed, 4 Jul 2001 20:46:26 +0200
10187              Message-Id: <200107041841.VAA25380@taas.iki.fi>
10188      Branch: perl
10189            ! lib/ExtUtils/MakeMaker.pm
10190 ____________________________________________________________________________
10191 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
10192         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10193              From: Jonathan Stowe <gellyfish@gellyfish.com>
10194              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
10195              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
10196      Branch: perl
10197            ! utils/pl2pm.PL
10198 ____________________________________________________________________________
10199 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
10200         Log: fix the binary compatibility issue when building with/without
10201              usemymalloc by exporting Perl_malloc() et al as simple wrappers
10202              around the system functions (this allows most extensions built
10203              using one mode to coexist with perls built in the other mode)
10204              
10205              XXX the Perl_mfree() wrapper might need to do return(free()) on
10206              platforms where Free_t isn't "void"
10207      Branch: perl
10208            ! embed.h embed.pl makedef.pl proto.h util.c
10209 ____________________________________________________________________________
10210 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
10211         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
10212              since it doesn't ensure threads other than the one calling fork()
10213              aren't holding any locks; the fix is to use pthread_atfork() to
10214              hold global locks
10215              
10216              building perl with -Dusemymalloc exacerbates the problem since
10217              Perl_malloc() holds a mutex, and perl's exec() calls New()
10218              
10219              XXX the code in win32thread.h may be needed on platforms that have
10220              no pthread_atfork()
10221      Branch: perl
10222            ! perl.c thread.h win32/win32thread.h
10223 ____________________________________________________________________________
10224 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
10225         Log: Integrate #11009 from maintperl.
10226      Branch: maint-5.6/macperl
10227           !> lib/ExtUtils/Manifest.pm
10228 ____________________________________________________________________________
10229 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
10230         Log: Flexing my Perforce muscles.
10231      Branch: maint-5.6/macperl
10232            ! README.macos
10233 ____________________________________________________________________________
10234 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
10235         Log: Update Changes.
10236      Branch: perl
10237            ! Changes patchlevel.h
10238 ____________________________________________________________________________
10239 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
10240         Log: Metaconfig unit change for #11146.
10241      Branch: metaconfig/U/perl
10242            ! d_fcntl_can_lock.U
10243 ____________________________________________________________________________
10244 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
10245         Log: Somehow the #ifdefs of the added code (in #11093) made
10246              HP-UX to fail the fcntl locking test, without the ifdefs
10247              the test seems to be working again.  Reason unknown:
10248              HP-UX cc doesn't complain either way.
10249      Branch: perl
10250            ! Configure
10251 ____________________________________________________________________________
10252 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
10253         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
10254      Branch: perl
10255            ! lib/ExtUtils/MM_Unix.pm
10256 ____________________________________________________________________________
10257 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
10258         Log: gcc -Wall nit.
10259      Branch: perl
10260            ! pp_hot.c
10261 ____________________________________________________________________________
10262 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
10263         Log: When removing tests updating the test count is a good idea, too.
10264      Branch: perl
10265            ! lib/Net/t/require.t
10266 ____________________________________________________________________________
10267 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
10268         Log: Document #11134 and add the new symbols to the list of
10269              of MakeMaker known ones.
10270      Branch: perl
10271            ! lib/ExtUtils/MakeMaker.pm
10272 ____________________________________________________________________________
10273 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
10274         Log: Microperl update.
10275      Branch: perl
10276            ! uconfig.h
10277 ____________________________________________________________________________
10278 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
10279         Log: Update the libnet tests as per #11138.
10280      Branch: perl
10281            - lib/Net/t/ph.t
10282            ! MANIFEST lib/Net/t/require.t
10283 ____________________________________________________________________________
10284 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
10285         Log: Regen toc and modlib.
10286      Branch: perl
10287            ! pod/perlmodlib.pod pod/perltoc.pod
10288 ____________________________________________________________________________
10289 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
10290         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
10291              Graham's request.
10292      Branch: perl
10293            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
10294            ! MANIFEST
10295 ____________________________________________________________________________
10296 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
10297         Log: Add the OS/390 harness results to the delta.
10298      Branch: perl
10299            ! pod/perl572delta.pod
10300 ____________________________________________________________________________
10301 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
10302         Log: Avoid the two study tests in OS/390 until the bug has been solved.
10303      Branch: perl
10304            ! t/op/study.t
10305 ____________________________________________________________________________
10306 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
10307         Log: DOS/DJGPP tweaks from Laszlo Molnar.
10308      Branch: perl
10309            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
10310 ____________________________________________________________________________
10311 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
10312         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
10313              From: Michael G Schwern <schwern@pobox.com>
10314              Date: Wed, 4 Jul 2001 00:01:16 -0400
10315              Message-ID: <20010704000116.C591@blackrider>
10316      Branch: perl
10317            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
10318 ____________________________________________________________________________
10319 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
10320         Log: The #11132 missed singleton characters (not part
10321              of a unilo..unihi range) in Unicode scripts.
10322      Branch: perl
10323            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
10324            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
10325            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
10326            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
10327            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
10328            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
10329            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
10330            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
10331            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
10332            ! lib/unicode/mktables.PL t/op/pat.t
10333 ____________________________________________________________________________
10334 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
10335         Log: Support preferentially the Unicode 'scripts' definition
10336              in the \p{In...} notation since according to Unicode the
10337              scripts concept is more natural for matching than using
10338              the somewhat artificial block names.  The block names are
10339              still available, though, and if there's a name conflict,
10340              the scripts one wins and the blocks one has to do with
10341              'Block' appended to its name.  For more information see
10342              
10343              http://www.unicode.org/unicode/reports/tr24/
10344      Branch: perl
10345            + lib/unicode/In/100.pl lib/unicode/In/101.pl
10346            + lib/unicode/In/102.pl lib/unicode/In/103.pl
10347            + lib/unicode/In/104.pl lib/unicode/In/105.pl
10348            + lib/unicode/In/106.pl lib/unicode/In/107.pl
10349            + lib/unicode/In/108.pl lib/unicode/In/109.pl
10350            + lib/unicode/In/110.pl lib/unicode/In/111.pl
10351            + lib/unicode/In/112.pl lib/unicode/In/113.pl
10352            + lib/unicode/In/114.pl lib/unicode/In/115.pl
10353            + lib/unicode/In/116.pl lib/unicode/In/117.pl
10354            + lib/unicode/In/118.pl lib/unicode/In/119.pl
10355            + lib/unicode/In/120.pl lib/unicode/In/121.pl
10356            + lib/unicode/In/122.pl lib/unicode/In/123.pl
10357            + lib/unicode/In/124.pl lib/unicode/In/125.pl
10358            + lib/unicode/In/126.pl lib/unicode/In/127.pl
10359            + lib/unicode/In/128.pl lib/unicode/In/129.pl
10360            + lib/unicode/In/130.pl lib/unicode/In/131.pl
10361            + lib/unicode/In/132.pl lib/unicode/In/133.pl
10362            + lib/unicode/In/134.pl lib/unicode/In/135.pl
10363            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
10364            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
10365            ! (edit 106 files)
10366 ____________________________________________________________________________
10367 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
10368         Log: Better document the difference between a block and a script.
10369      Branch: perl
10370            ! lib/Unicode/UCD.pm
10371 ____________________________________________________________________________
10372 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
10373         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
10374              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10375              Date: Tue, 3 Jul 2001 15:04:23 -0500
10376              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
10377      Branch: perl
10378            ! lib/CPAN.pm
10379 ____________________________________________________________________________
10380 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
10381         Log: Add tests for charscript().
10382      Branch: perl
10383            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10384 ____________________________________________________________________________
10385 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
10386         Log: Add charscript() to get the UTR#24 script names of characters.
10387      Branch: perl
10388            ! lib/Unicode/UCD.pm
10389 ____________________________________________________________________________
10390 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
10391         Log: Todo updates.
10392      Branch: perl
10393            ! pod/perltodo.pod
10394 ____________________________________________________________________________
10395 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
10396         Log: Unicode::UCD updates.
10397      Branch: perl
10398            ! lib/Unicode/UCD.pm
10399 ____________________________________________________________________________
10400 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
10401         Log: (Retracted by #11174)
10402              Subject: MakeMaker should pass through DEFINE and INC to subdirs
10403              From: Alan Burlison <Alan.Burlison@sun.com>
10404              Date: Tue, 03 Jul 2001 15:20:13 +0100
10405              Message-ID: <3B41D49D.A923D4F9@sun.com>
10406      Branch: perl
10407            ! lib/ExtUtils/MM_Unix.pm
10408 ____________________________________________________________________________
10409 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
10410         Log: Subject: Patch needed for UTS
10411              From: hom00@utsglobal.com (Hal Morris)
10412              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
10413              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
10414              
10415              Replace #11113 with a better version.
10416      Branch: perl
10417            ! perl.h
10418 ____________________________________________________________________________
10419 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
10420         Log: Subject: Re: POINTERRIGOR
10421              From: Andy Dougherty <doughera@lafayette.edu>
10422              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
10423              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
10424      Branch: perl
10425            ! util.c
10426 ____________________________________________________________________________
10427 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
10428         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
10429              From: "Philip Newton" <pnewton@gmx.de>
10430              Date: Tue, 3 Jul 2001 17:03:34 +0200
10431              Message-ID: <3B41FAE6.29564.660E117@localhost>
10432      Branch: perl
10433            ! pp_hot.c
10434 ____________________________________________________________________________
10435 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
10436         Log: Typos.
10437      Branch: perl
10438            ! INSTALL
10439 ____________________________________________________________________________
10440 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
10441         Log: Subject: [PATCH 5.6.1] debugger fixes
10442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10443              Date: Tue, 3 Jul 2001 03:38:18 -0400
10444              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
10445              
10446              The $^S is working again.
10447      Branch: perl
10448            ! lib/perl5db.pl
10449 ____________________________________________________________________________
10450 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
10451         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
10452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10453              Date: Tue, 3 Jul 2001 03:34:06 -0400
10454              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
10455      Branch: perl
10456            ! os2/OS2/Process/Process.pm
10457 ____________________________________________________________________________
10458 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
10459         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
10460              From: "Philip Newton" <Philip.Newton@gmx.net>
10461              Date: Tue, 3 Jul 2001 09:11:27 +0200
10462              Message-Id: <200107030706.KAA04596@taas.iki.fi>
10463      Branch: perl
10464            ! lib/FindBin.pm
10465 ____________________________________________________________________________
10466 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
10467         Log: Delta delta.
10468      Branch: perl
10469            ! pod/perl572delta.pod
10470 ____________________________________________________________________________
10471 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
10472         Log: Metaconfig unit change for 11115.
10473      Branch: metaconfig
10474            ! U/modified/libc.U
10475 ____________________________________________________________________________
10476 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
10477         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
10478              (from Richard Hatch) (this was the cause of pipes() and
10479              times() myeteriously not being found)
10480      Branch: perl
10481            ! Configure
10482 ____________________________________________________________________________
10483 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
10484         Log: Retract #10142, the real culprit found by Richard Hatch,
10485              coming soon to Configure near you.
10486      Branch: perl
10487            ! hints/aix.sh
10488 ____________________________________________________________________________
10489 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
10490         Log: (Replaced by #11124) UTS workaround from Hal Morris.
10491      Branch: perl
10492            ! perl.h
10493 ____________________________________________________________________________
10494 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
10495         Log: Subject: [PATCH] grok not grocking correctly
10496              From: Nicholas Clark <nick@ccl4.org>
10497              Date: Tue, 3 Jul 2001 00:19:08 +0100
10498              Message-ID: <20010703001908.H59620@plum.flirble.org>
10499      Branch: perl
10500            ! numeric.c
10501 ____________________________________________________________________________
10502 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
10503         Log: Subject: [PATCH Deparse.t] test just-posted patches
10504              From: Robin Houston <robin@kitsite.com>
10505              Date: Mon, 2 Jul 2001 23:46:15 +0100
10506              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
10507      Branch: perl
10508            ! ext/B/Deparse.t
10509 ____________________________________________________________________________
10510 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
10511         Log: Subject: [PATCH toke.c] autosplit into @F
10512              From: Robin Houston <robin@kitsite.com>
10513              Date: Mon, 2 Jul 2001 23:18:20 +0100
10514              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
10515      Branch: perl
10516            ! perl.c toke.c
10517 ____________________________________________________________________________
10518 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
10519         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
10520              From: Robin Houston <robin@kitsite.com>
10521              Date: Mon, 2 Jul 2001 23:00:48 +0100
10522              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
10523      Branch: perl
10524            ! ext/B/B/Deparse.pm
10525 ____________________________________________________________________________
10526 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
10527         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
10528              From: "Philip Newton" <Philip.Newton@gmx.net>
10529              Date: Mon, 2 Jul 2001 22:06:22 +0200
10530              (no Message-Id)
10531      Branch: perl
10532            ! ext/NDBM_File/hints/linux.pl
10533 ____________________________________________________________________________
10534 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
10535         Log: Subject: Re: Fixed pack problem - sort of
10536              From: Nicholas Clark <nick@ccl4.org>
10537              Date: Mon, 2 Jul 2001 20:59:20 +0100
10538              Message-ID: <20010702205919.F59620@plum.flirble.org>
10539      Branch: perl
10540            ! pp_pack.c t/op/pack.t
10541 ____________________________________________________________________________
10542 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
10543         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
10544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10545              Date: Mon, 2 Jul 2001 15:45:41 -0400
10546              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
10547      Branch: perl
10548            ! os2/os2.c
10549 ____________________________________________________________________________
10550 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
10551         Log: (Mistaken retraction)
10552      Branch: perl
10553            ! utils/pl2pm.PL
10554 ____________________________________________________________________________
10555 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
10556         Log: Detypo in #11103.
10557      Branch: perl
10558            ! utils/pl2pm.PL
10559 ____________________________________________________________________________
10560 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
10561         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10562              From: Jonathan Stowe <gellyfish@gellyfish.com>
10563              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
10564              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
10565      Branch: perl
10566            ! utils/pl2pm.PL
10567 ____________________________________________________________________________
10568 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
10569         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
10570              From: "Craig A. Berry" <craigberry@mac.com>
10571              Date: Mon, 02 Jul 2001 14:11:23 -0500
10572              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
10573      Branch: perl
10574            ! lib/Unicode/UCD.pm
10575 ____________________________________________________________________________
10576 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
10577         Log: Subject: [PATCH] Re: op/numconvert.t failures
10578              From: Nicholas Clark <nick@ccl4.org>
10579              Date: Mon, 2 Jul 2001 20:10:48 +0100
10580              Message-ID: <20010702201048.E59620@plum.flirble.org>
10581      Branch: perl
10582            ! t/op/numconvert.t
10583 ____________________________________________________________________________
10584 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
10585         Log: Update Changes.
10586      Branch: perl
10587            ! Changes patchlevel.h
10588 ____________________________________________________________________________
10589 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
10590         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
10591              The real fix must be more involved.  The line of code all the leaky
10592              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
10593              line of Perl_newPMOP().
10594      Branch: perl
10595            ! op.h
10596 ____________________________________________________________________________
10597 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
10598         Log: Based on
10599              
10600              Subject: Re: sizeof(struct sembuf)
10601              From: Nicholas Clark <nick@ccl4.org>
10602              Date: Sun, 1 Jul 2001 22:26:48 +0100
10603              Message-ID: <20010701222648.W59620@plum.flirble.org>
10604              
10605              but do semop() always the slow way.
10606      Branch: perl
10607            ! doio.c
10608 ____________________________________________________________________________
10609 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
10610         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
10611              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10612              Date: Tue, 03 Jul 2001 00:56:30 +0900
10613              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
10614      Branch: perl
10615            ! ext/Encode/Encode/Tcl.t
10616 ____________________________________________________________________________
10617 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
10618         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
10619              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10620              Date: Tue, 03 Jul 2001 00:55:46 +0900
10621              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
10622      Branch: perl
10623            ! ext/Encode/Encode/Tcl.pm
10624 ____________________________________________________________________________
10625 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
10626         Log: Regen api and toc.
10627      Branch: perl
10628            ! pod/perlapi.pod pod/perltoc.pod
10629 ____________________________________________________________________________
10630 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
10631         Log: Metaconfig unit change for #11093.
10632      Branch: metaconfig/U/perl
10633            ! d_fcntl_can_lock.U
10634 ____________________________________________________________________________
10635 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
10636         Log: The fcntl locking test may hang if NFS locking messed up;
10637              break out with alarm(10).
10638      Branch: perl
10639            ! Configure
10640 ____________________________________________________________________________
10641 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
10642         Log: Move the mdelete.bat from win32/bin to win32.
10643      Branch: perl
10644            ! MANIFEST
10645 ____________________________________________________________________________
10646 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
10647         Log: Typo in #11083.
10648      Branch: perl
10649            ! ext/Time/Piece/Piece.t
10650 ____________________________________________________________________________
10651 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
10652         Log: Netware tweaks from Guruprasad.
10653      Branch: perl
10654            - NetWare/perlsdio.h
10655            ! MANIFEST NetWare/Makefile NetWare/interface.c
10656            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
10657            ! perlsdio.h
10658 ____________________________________________________________________________
10659 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
10660         Log: Subject: Re: [PATH] shared -> unique;
10661              From: Abhijit Menon-Sen <ams@wiw.org>
10662              Date: Wed, 27 Jun 2001 03:51:27 +0530
10663              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
10664      Branch: perl
10665            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
10666 ____________________________________________________________________________
10667 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
10668         Log: Subject: Re: AIX / gcc-3.0
10669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10670              Date: Mon, 02 Jul 2001 15:20:21 +0200
10671              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
10672      Branch: perl
10673            ! hints/aix.sh
10674 ____________________________________________________________________________
10675 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
10676         Log: Subject: Re: Bug report: split splits on wrong pattern
10677              From: Abhijit Menon-Sen <ams@wiw.org>
10678              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
10679              Date: Mon, 2 Jul 2001 16:31:33 +0530
10680      Branch: perl
10681            ! pp_ctl.c
10682 ____________________________________________________________________________
10683 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
10684         Log: Subject: [PATCH 5.6.1] test harness
10685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10686              Date: Mon, 2 Jul 2001 06:29:21 -0400
10687              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
10688      Branch: perl
10689            ! lib/Test/Harness.pm
10690 ____________________________________________________________________________
10691 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
10692         Log: Subject: [PATCH 5.6.1] debugger goof
10693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10694              Date: Mon, 2 Jul 2001 06:27:22 -0400
10695              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
10696      Branch: perl
10697            ! lib/perl5db.pl
10698 ____________________________________________________________________________
10699 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
10700         Log: Subject: [PATCH 5.6.1] OS/2 cwd
10701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10702              Date: Mon, 2 Jul 2001 06:21:17 -0400
10703              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
10704      Branch: perl
10705            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
10706 ____________________________________________________________________________
10707 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
10708         Log: Make #11082 more OS/2-specific.
10709      Branch: perl
10710            ! ext/Time/Piece/Piece.t
10711 ____________________________________________________________________________
10712 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
10713         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
10714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10715              Date: Mon, 2 Jul 2001 06:06:34 -0400
10716              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
10717      Branch: perl
10718            ! ext/Time/Piece/Piece.t
10719 ____________________________________________________________________________
10720 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
10721         Log: Subject: [PATCH B::Deparse] version number & changes
10722              From: Robin Houston <robin@kitsite.com>  
10723              Date: Sun, 1 Jul 2001 17:17:29 +0100
10724              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
10725      Branch: perl
10726            ! ext/B/B/Deparse.pm
10727 ____________________________________________________________________________
10728 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
10729         Log: Subject: a small fix.
10730              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10731              Date: Mon, 2 Jul 2001 12:17:53 +0200
10732              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
10733      Branch: perl
10734            ! ext/Thread/Thread.xs
10735 ____________________________________________________________________________
10736 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
10737         Log: Subject: RE: perl@10907
10738              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10739              Date: Mon, 2 Jul 2001 12:06:16 +0200
10740              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
10741              
10742              Borland C vs PerlIO.
10743      Branch: perl
10744            ! win32/config.bc win32/config_H.bc
10745 ____________________________________________________________________________
10746 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
10747         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
10748              From: "H.M. Brand" <merijn@l1.procura.nl>
10749              Date: Mon, 02 Jul 2001 11:18:57 +0200
10750              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
10751      Branch: perl
10752            ! t/op/write.t
10753 ____________________________________________________________________________
10754 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
10755         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
10756              From: Michael G Schwern <schwern@pobox.com>
10757              Date: Mon, 2 Jul 2001 00:26:24 -0400
10758              Message-ID: <20010702002624.A18302@blackrider>
10759      Branch: perl
10760            - ext/util/mkbootstrap
10761 ____________________________________________________________________________
10762 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
10763         Log: Subject: [PATCH op.h] v minor comment tweak
10764              From: Robin Houston <robin@puffinry.freeserve.co.uk>
10765              Date: Mon, 2 Jul 2001 00:42:01 +0100
10766              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
10767      Branch: perl
10768            ! op.h
10769 ____________________________________________________________________________
10770 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
10771         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
10772      Branch: perl
10773            ! pod/perlfunc.pod
10774 ____________________________________________________________________________
10775 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
10776         Log: Subject: Re: sizeof(struct sembuf)
10777              From: Nicholas Clark <nick@ccl4.org>
10778              Date: Sun, 1 Jul 2001 19:23:16 +0100
10779              Message-ID: <20010701192316.V59620@plum.flirble.org>
10780              
10781              s/signaling/signalling/
10782      Branch: perl
10783            ! pod/perlfunc.pod
10784 ____________________________________________________________________________
10785 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
10786         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
10787              From: "Philip Newton" <Philip.Newton@gmx.net>
10788              Date: Sun, 1 Jul 2001 09:37:56 +0200
10789              Message-Id: <200107010733.KAA03920@taas.iki.fi>
10790      Branch: perl
10791            ! pod/perlvar.pod
10792 ____________________________________________________________________________
10793 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
10794         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
10795              From: "Philip Newton" <Philip.Newton@gmx.net>
10796              Date: Sun, 1 Jul 2001 09:37:56 +0200
10797              Message-Id: <200107010733.KAA03925@taas.iki.fi>
10798      Branch: perl
10799            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
10800 ____________________________________________________________________________
10801 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
10802         Log: Metaconfig unit change for #11070.
10803      Branch: metaconfig
10804            ! U/compline/randfunc.U
10805 ____________________________________________________________________________
10806 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
10807         Log: Subject: [PATCH perlsnap] its --> it's --> its
10808              From: "Philip Newton" <Philip.Newton@gmx.net>
10809              Date: Sun, 1 Jul 2001 09:37:56 +0200
10810              Message-Id: <200107010733.KAA03914@taas.iki.fi>
10811      Branch: perl
10812            ! Porting/config_H
10813 ____________________________________________________________________________
10814 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
10815         Log: Sync with Sarathy; integrate with perlio.
10816      Branch: perl
10817           !> gv.c
10818 ____________________________________________________________________________
10819 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
10820         Log: regenerate win32/config_H.?c files
10821      Branch: perl
10822            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10823 ____________________________________________________________________________
10824 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
10825         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
10826              naming discipline
10827              
10828              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
10829              because of this)
10830              
10831              fix a warning about "fd" being used without being set in Cwd.xs
10832      Branch: perl
10833            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
10834            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
10835            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
10836            ! win32/config.vc
10837 ____________________________________________________________________________
10838 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
10839         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
10840              within macro arguments") and warnings ("unary minus applied to
10841              unsigned type", among others)
10842      Branch: perl
10843            ! gv.c hv.c op.c pp.c sv.c toke.c
10844 ____________________________________________________________________________
10845 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
10846         Log: win32 fixes: more spurious CRs
10847      Branch: perl
10848            ! win32/mdelete.bat
10849 ____________________________________________________________________________
10850 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
10851         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
10852              from win32/bin (or it gets deleted by distclean); don't delete
10853              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
10854              NT (should be made Win9x specific, and added to makefile.mk)
10855      Branch: perl
10856           +> win32/mdelete.bat
10857            - win32/bin/mdelete.bat
10858            ! win32/Makefile win32/makefile.mk
10859 ____________________________________________________________________________
10860 [ 11063] By: nick                                  on 2001/07/01  18:54:09
10861         Log: Quick for for #ifdef mess
10862      Branch: perlio
10863            ! gv.c
10864 ____________________________________________________________________________
10865 [ 11062] By: nick                                  on 2001/07/01  18:47:42
10866         Log: Raw integrate - does not build #if mess in gv.c
10867      Branch: perlio
10868           !> (integrate 29 files)
10869 ____________________________________________________________________________
10870 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
10871         Log: Make 'compile' target a little less broken.
10872              Still very broken, though: -Wall warnings from
10873              the generated code, boot_Foo prototypes missing,
10874              can't autoload Fcntl::SEEK_CUR et alia, ...
10875      Branch: perl
10876            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
10877            ! utils/perlcc.PL x2p/Makefile.SH
10878 ____________________________________________________________________________
10879 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
10880         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
10881      Branch: perl
10882            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10883            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
10884 ____________________________________________________________________________
10885 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
10886         Log: Update Changes.
10887      Branch: perl
10888            ! Changes patchlevel.h
10889 ____________________________________________________________________________
10890 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
10891         Log: Still one typo, regen toc.
10892      Branch: perl
10893            ! lib/Unicode/UCD.pm pod/perltoc.pod
10894 ____________________________________________________________________________
10895 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
10896         Log: Detypos and regen toc.
10897      Branch: perl
10898            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
10899 ____________________________________________________________________________
10900 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
10901         Log: VERSION tweak.
10902      Branch: perl
10903            ! ext/List/Util/lib/List/Util.pm
10904 ____________________________________________________________________________
10905 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
10906         Log: Attempt at plugging the leak under ithreads detected by Doug.
10907      Branch: perl
10908            ! op.h
10909 ____________________________________________________________________________
10910 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
10911         Log: gcc -Wall lint after #11051.
10912      Branch: perl
10913            ! pp_sys.c
10914 ____________________________________________________________________________
10915 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
10916         Log: Integrate perlio.
10917      Branch: perl
10918           !> lib/File/Find/taint.t
10919 ____________________________________________________________________________
10920 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
10921         Log: Don't use the v-strings for module VERSIONs.
10922      Branch: perl
10923            ! lib/Unicode/UCD.pm
10924 ____________________________________________________________________________
10925 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
10926         Log: Code cleanup based on turning off the -woffs in IRIX.
10927              Not all of the gripes cleaned up (hairy code in hv.c and
10928              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
10929              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
10930              to the IRIX hints)
10931      Branch: perl
10932            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
10933            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
10934            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
10935            ! regcomp.c sv.c
10936 ____________________________________________________________________________
10937 [ 11050] By: nick                                  on 2001/06/30  20:46:46
10938         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
10939      Branch: perlio
10940            ! lib/File/Find/taint.t
10941 ____________________________________________________________________________
10942 [ 11049] By: nick                                  on 2001/06/30  18:13:33
10943         Log: Integrate mainline
10944      Branch: perlio
10945           +> NetWare/nwstdio.h NetWare/perlsdio.h
10946           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
10947           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
10948           +> lib/Unicode/UCD.t t/run/exit.t
10949           !> (integrate 60 files)
10950 ____________________________________________________________________________
10951 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
10952         Log: Delta delta.
10953      Branch: perl
10954            ! pod/perl572delta.pod
10955 ____________________________________________________________________________
10956 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
10957         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
10958              by CPAN.pm, use rather _00.
10959      Branch: perl
10960            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
10961            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
10962            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
10963            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
10964            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
10965            ! lib/ExtUtils/Embed.pm lib/Test.pm
10966 ____________________________________________________________________________
10967 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
10968         Log: Add a simple Unicode character database interface, Unicode::UCD.
10969      Branch: perl
10970            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
10971            ! MANIFEST
10972 ____________________________________________________________________________
10973 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
10974         Log: Subject: [PATCH] op/numconver.t
10975              From: Nicholas Clark <nick@ccl4.org>
10976              Date: Sat, 30 Jun 2001 15:40:10 +0100
10977              Message-ID: <20010630154010.I59620@plum.flirble.org>
10978      Branch: perl
10979            ! t/op/numconvert.t
10980 ____________________________________________________________________________
10981 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
10982         Log: The $^N is now taken (by #11038).
10983      Branch: perl
10984            ! t/base/lex.t
10985 ____________________________________________________________________________
10986 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
10987         Log: The #11040 had slipped to a wrong function...
10988      Branch: perl
10989            ! sv.c
10990 ____________________________________________________________________________
10991 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
10992         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
10993              the Configure library symbol probe mysteriously finds all
10994              symbols but those of pipe() and times().
10995      Branch: perl
10996            ! hints/aix.sh
10997 ____________________________________________________________________________
10998 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
10999         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
11000              From: Nicholas Clark <nick@ccl4.org>
11001              Date: Fri, 29 Jun 2001 23:49:07 +0100
11002              Message-ID: <20010629234907.D59620@plum.flirble.org>
11003      Branch: perl
11004            ! lib/ExtUtils.t
11005 ____________________________________________________________________________
11006 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
11007         Log: Subject: [PATCH] weakref fix 2, not yet there
11008              From: Artur Bergman <artur@contiller.se>
11009              Date: Sat, 30 Jun 2001 01:18:16 +0200
11010              Message-ID: <B762D957.1CC9%artur@contiller.se>
11011      Branch: perl
11012            ! sv.c
11013 ____________________________________________________________________________
11014 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
11015         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
11016              From: Michael G Schwern <schwern@pobox.com>
11017              Date: Fri, 29 Jun 2001 19:39:11 -0400
11018              Message-ID: <20010629193910.D25304@blackrider>
11019      Branch: perl
11020            + t/run/exit.t
11021            ! MANIFEST
11022 ____________________________________________________________________________
11023 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
11024         Log: Add support for $^N, the most-recently closed group.
11025      Branch: perl
11026            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
11027            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
11028            ! thrdvar.h
11029 ____________________________________________________________________________
11030 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
11031         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
11032              From: lvirden@cas.org
11033              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
11034              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
11035              
11036              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
11037              From: lvirden@cas.org
11038              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
11039              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
11040      Branch: perl
11041            ! README.solaris
11042 ____________________________________________________________________________
11043 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
11044         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
11045              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11046              Date: Sat, 30 Jun 2001 07:33:37 +0900
11047              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
11048              
11049              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
11050              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11051              Date: Sat, 30 Jun 2001 21:38:14 +0900
11052              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
11053      Branch: perl
11054            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11055            + ext/Encode/Encode/7bit-kr.enc
11056            ! MANIFEST ext/Encode/Encode/Tcl.pm
11057 ____________________________________________________________________________
11058 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
11059         Log: NetWare tweaks from Guruprasad.
11060      Branch: perl
11061            + NetWare/nwstdio.h NetWare/perlsdio.h
11062            ! MANIFEST NetWare/Makefile NetWare/config.wc
11063            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
11064            ! NetWare/t/Readme.txt
11065 ____________________________________________________________________________
11066 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
11067         Log: More module $VERSION bump-ups.
11068      Branch: perl
11069            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
11070            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
11071            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
11072 ____________________________________________________________________________
11073 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
11074         Log: Doc update due to #11032.
11075      Branch: perl
11076            ! pod/perl572delta.pod
11077 ____________________________________________________________________________
11078 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
11079         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
11080              From: Peter Prymmer <pvhp@forte.com>
11081              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
11082              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
11083      Branch: perl
11084            ! ext/Time/HiRes/HiRes.xs
11085 ____________________________________________________________________________
11086 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
11087         Log: -lpthreads missing in AIX.
11088      Branch: perl
11089            ! hints/aix.sh
11090 ____________________________________________________________________________
11091 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
11092         Log: Subject: [PATCH] CLONE && weakrefs
11093              From: Artur Bergman <artur@contiller.se>
11094              Date: Fri, 29 Jun 2001 17:02:00 +0200
11095              Message-ID: <B7626508.1CA0%artur@contiller.se>
11096      Branch: perl
11097            ! sv.c
11098 ____________________________________________________________________________
11099 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
11100         Log: Subject: Re: Bug report: split splits on wrong pattern
11101              From: Radu Greab <radu@netsoft.ro>
11102              Date: Wed, 27 Jun 2001 21:50:52 +0300
11103              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
11104      Branch: perl
11105            ! pp_ctl.c t/op/split.t
11106 ____________________________________________________________________________
11107 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
11108         Log: Metaconfig unit change for #11027.
11109      Branch: metaconfig/U/perl
11110            ! d_modfl.U
11111 ____________________________________________________________________________
11112 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
11113         Log: I thought this Configure glitch for AIX was just recently fixed?
11114      Branch: perl
11115            ! Configure
11116 ____________________________________________________________________________
11117 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
11118         Log: Update Changes.
11119      Branch: perl
11120            ! Changes patchlevel.h
11121 ____________________________________________________________________________
11122 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
11123         Log: Subject: Re: perl@10967, File::Find, and Cwd
11124              From: Mike Guy <mjtg@cam.ac.uk>
11125              Date: Fri, 29 Jun 2001 14:56:49 +0100
11126              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
11127      Branch: perl
11128            ! lib/File/Find/taint.t
11129 ____________________________________________________________________________
11130 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
11131         Log: Update the sv_pvprintify() spec.
11132      Branch: perl
11133            ! pod/perltodo.pod
11134 ____________________________________________________________________________
11135 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
11136         Log: Known test failures update.
11137      Branch: perl
11138            ! pod/perl572delta.pod
11139 ____________________________________________________________________________
11140 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
11141         Log: Based on
11142              
11143              Subject: [PATCH @11016] More );) fixes
11144              From: Richard Soderberg <rs@crystalflame.net>
11145              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
11146              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
11147      Branch: perl
11148            ! ext/Thread/Thread.xs ext/Thread/typemap
11149 ____________________________________________________________________________
11150 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
11151         Log: Subject: [PATCH @11016] Fixes compile errors in four files
11152              From: Richard Soderberg <rs@crystalflame.net>
11153              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
11154              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
11155      Branch: perl
11156            ! mg.c pp.c pp_hot.c util.c
11157 ____________________________________________________________________________
11158 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
11159         Log: AIX hints tweaking continues, from Merijn Brand.
11160      Branch: perl
11161            ! hints/aix.sh
11162 ____________________________________________________________________________
11163 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
11164         Log: HP-UX needs gccversion sooner, from Merijn Brand.
11165      Branch: perl
11166            ! hints/hpux.sh
11167 ____________________________________________________________________________
11168 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
11169         Log: Subject: [PATCH 5.6.1] OS/2 docs
11170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11171              Date: Fri, 29 Jun 2001 02:34:12 -0400
11172              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
11173      Branch: perl
11174            ! README.os2 os2/Changes
11175 ____________________________________________________________________________
11176 [ 11017] By: nick                                  on 2001/06/29  10:20:30
11177         Log: Integrate mainline
11178      Branch: perlio
11179           +> (branch 37 files)
11180            - ext/ODBM_File/sdbm.t
11181           !> (integrate 211 files)
11182 ____________________________________________________________________________
11183 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
11184         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
11185              the modules found using a script written by Larry Schatzer Jr.
11186      Branch: perl
11187            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
11188            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11189            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11190            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11191            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
11192            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
11193            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
11194            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
11195            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
11196            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
11197            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
11198            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11199            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
11200            ! lib/constant.pm lib/fields.pm lib/strict.pm
11201 ____________________________________________________________________________
11202 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
11203         Log: The latest JPL from the anoncvs.
11204      Branch: perl
11205            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11206 ____________________________________________________________________________
11207 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
11208         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
11209      Branch: perl
11210            ! t/op/pat.t
11211 ____________________________________________________________________________
11212 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
11213         Log: Worrying about insecure directories now is a bit too late.
11214      Branch: perl
11215            ! lib/File/Find/taint.t
11216 ____________________________________________________________________________
11217 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
11218         Log: Cannot DIE() in a void function,
11219              from Richard Hatch <rhatch@austin.ibm.com>.
11220      Branch: perl
11221            ! ext/IPC/SysV/SysV.xs
11222 ____________________________________________________________________________
11223 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
11224         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
11225              From: Peter Prymmer <pvhp@forte.com>
11226              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
11227              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
11228              
11229              (unfinished: time/hires tests 3, 5, 14 failing, but better
11230              than wholesale failure)
11231      Branch: perl
11232            ! ext/Time/HiRes/HiRes.xs
11233 ____________________________________________________________________________
11234 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
11235         Log: Subject: [PATCH 5.6.1] OS/2 improvements
11236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11237              Date: Thu, 28 Jun 2001 16:03:14 -0400
11238              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
11239      Branch: perl
11240            + os2/os2_base.t
11241            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
11242            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11243            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
11244            ! os2/os2ish.h
11245 ____________________________________________________________________________
11246 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
11247         Log: Subject: Incrementing Extutils::Manifest's $VERSION
11248              From: Michael G Schwern <schwern@pobox.com>
11249              Date: Thu, 28 Jun 2001 13:13:49 -0400
11250              Message-ID: <20010628131349.A14738@blackrider>
11251      Branch: maint-5.6/perl
11252            ! lib/ExtUtils/Manifest.pm
11253 ____________________________________________________________________________
11254 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
11255         Log: AIX tweak from Merijn Brand.
11256      Branch: perl
11257            ! hints/aix.sh
11258 ____________________________________________________________________________
11259 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
11260         Log: Create the macperl branch.
11261      Branch: maint-5.6/macperl
11262           +> (branch 1728 files)
11263 ____________________________________________________________________________
11264 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
11265         Log: Update Changes.
11266      Branch: perl
11267            ! Changes patchlevel.h
11268 ____________________________________________________________________________
11269 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
11270         Log: More Perforce lore.
11271      Branch: perl
11272            ! Porting/repository.pod
11273 ____________________________________________________________________________
11274 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
11275         Log: Metaconfig unit changes for #11003.
11276      Branch: metaconfig/U/perl
11277            + d_nl_langinfo.U i_langinfo.U
11278 ____________________________________________________________________________
11279 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
11280         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
11281              Expected not to exist in non-UNIX excepting in VMS, where
11282              according to a quick web survey they just might.
11283      Branch: perl
11284            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
11285            ! Porting/config_H config_h.SH configure.com epoc/config.sh
11286            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
11287            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11288            ! win32/config.bc win32/config.gc win32/config.vc
11289 ____________________________________________________________________________
11290 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
11291         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
11292              in AIX is one is doing a 64-bit build.
11293      Branch: perl
11294            ! hints/aix.sh
11295 ____________________________________________________________________________
11296 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
11297         Log: Metaconfig unit changes for #11000.
11298      Branch: metaconfig/U/perl
11299            ! use64bits.U uselfs.U
11300 ____________________________________________________________________________
11301 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
11302         Log: Move use64bitint and use64bitall before uselargefiles.
11303      Branch: perl
11304            ! Configure
11305 ____________________________________________________________________________
11306 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
11307         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
11308              From: Robert Spier <rspier@pobox.com>
11309              Message-ID: <15162.41164.618712.841415@rls.cx>
11310              Date: Wed, 27 Jun 2001 23:13:16 -0400
11311      Branch: perl
11312            ! doio.c
11313 ____________________________________________________________________________
11314 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
11315         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
11316              From: Peter Prymmer <pvhp@forte.com>
11317              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
11318              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
11319      Branch: perl
11320            ! numeric.c
11321 ____________________________________________________________________________
11322 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
11323         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
11324              From: Peter Prymmer <pvhp@forte.com>
11325              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
11326              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
11327      Branch: perl
11328            ! configure.com ext/Digest/MD5/Makefile.PL
11329 ____________________________________________________________________________
11330 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
11331         Log: Update Changes.
11332      Branch: perl
11333            ! Changes patchlevel.h
11334 ____________________________________________________________________________
11335 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
11336         Log: Tiny EPOC updates.
11337      Branch: perl
11338            ! epoc/config.sh
11339 ____________________________________________________________________________
11340 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
11341         Log: The Test::More and Test::Simple tests required help
11342              thanks to our schizophrenic test scheme.
11343      Branch: perl
11344            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11345            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11346            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11347            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11348            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11349 ____________________________________________________________________________
11350 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
11351         Log: Upgrade to Test::Simple 0.09.
11352      Branch: perl
11353            + lib/Test/Simple/Changes
11354            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
11355            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11356            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11357            ! lib/Test/Simple/t/plan_is_noplan.t
11358 ____________________________________________________________________________
11359 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
11360         Log: Upgrade to Test::More 0.07.
11361      Branch: perl
11362            + lib/Test/More/Changes
11363            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
11364            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
11365            ! lib/Test/More/t/skipall.t
11366 ____________________________________________________________________________
11367 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
11368         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
11369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11370              Date: Wed, 27 Jun 2001 18:40:04 +0200
11371              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
11372      Branch: perl
11373            ! hints/hpux.sh
11374 ____________________________________________________________________________
11375 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
11376         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11377              From: Norton Allen <allen@huarp.harvard.edu>
11378              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
11379              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
11380      Branch: perl
11381            ! README.qnx hints/qnx.sh
11382 ____________________________________________________________________________
11383 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
11384         Log: Subject: [PATCH] two little documentation nits
11385              From: Abhijit Menon-Sen <ams@wiw.org>
11386              Date: Wed, 27 Jun 2001 20:07:50 +0530
11387              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
11388      Branch: perl
11389            ! sv.c sv.h
11390 ____________________________________________________________________________
11391 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
11392         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
11393              From: Norton Allen <allen@huarp.harvard.edu>
11394              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
11395              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
11396      Branch: perl
11397            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11398 ____________________________________________________________________________
11399 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
11400         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
11401              From: Michael G Schwern <schwern@pobox.com>
11402              Date: Wed, 27 Jun 2001 02:34:58 -0400
11403              Message-ID: <20010627023458.K23874@blackrider>
11404      Branch: perl
11405            ! vms/test.com
11406 ____________________________________________________________________________
11407 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
11408         Log: Add perl_clone_host() for Netware.
11409      Branch: perl
11410            ! NetWare/nw5.c
11411 ____________________________________________________________________________
11412 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
11413         Log: GCC 3.0 hints for HP-UX.
11414      Branch: perl
11415            ! hints/hpux.sh
11416 ____________________________________________________________________________
11417 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
11418         Log: In some Linux distributions the libndbm is broken
11419              (no null key support), therefore link with libgdbm
11420              (if available), since it has a working ndbm emulation,
11421              from Jonathan Stowe.
11422      Branch: perl
11423            + ext/NDBM_File/hints/linux.pl
11424            ! MANIFEST
11425 ____________________________________________________________________________
11426 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
11427         Log: Subject: [PATCH perl@10930] find.t hack for VMS
11428              From: "Craig A. Berry" <craigberry@mac.com>
11429              Date: Tue, 26 Jun 2001 23:40:25 -0500
11430              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
11431      Branch: perl
11432            ! lib/File/Find/find.t
11433 ____________________________________________________________________________
11434 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
11435         Log: AUTHORS updates.
11436      Branch: perl
11437            ! AUTHORS
11438 ____________________________________________________________________________
11439 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
11440         Log: Metaconfig unit change like #10980.
11441      Branch: metaconfig
11442            ! U/compline/d_stdstdio.U
11443 ____________________________________________________________________________
11444 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
11445         Log: "lose the it's", from Abhijit Menon-Sen.
11446              ("It's" not searched, pods not searched.)
11447      Branch: perl
11448            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
11449            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
11450            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
11451            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
11452            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11453            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
11454 ____________________________________________________________________________
11455 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
11456         Log: "lose the looses", from Abhijit Menon-Sen.
11457      Branch: perl
11458            ! ext/B/B/Assembler.pm gv.c
11459 ____________________________________________________________________________
11460 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
11461         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
11462      Branch: perl
11463            ! hints/os390.sh
11464 ____________________________________________________________________________
11465 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
11466         Log: DEC C 5.3 on the VAX simply doesn't seem to like
11467              compiling the MD5 extension, disable it there for now,
11468              from Peter Prymmer.
11469      Branch: perl
11470            ! configure.com
11471 ____________________________________________________________________________
11472 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
11473         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
11474              From: Jonathan Stowe <gellyfish@gellyfish.com>
11475              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
11476              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
11477      Branch: perl
11478            ! pod/perlfaq3.pod
11479 ____________________________________________________________________________
11480 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
11481         Log: Subject: [PATCH 5.6.1] perlxs misprints
11482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11483              Date: Tue, 26 Jun 2001 17:20:00 -0400
11484              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
11485      Branch: perl
11486            ! pod/perlxs.pod
11487 ____________________________________________________________________________
11488 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
11489         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
11490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11491              Date: Tue, 26 Jun 2001 17:27:07 -0400
11492              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
11493      Branch: perl
11494            ! lib/ExtUtils/MM_Unix.pm
11495 ____________________________________________________________________________
11496 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
11497         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
11498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11499              Date: Tue, 26 Jun 2001 17:23:24 -0400
11500              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
11501      Branch: perl
11502            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
11503 ____________________________________________________________________________
11504 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
11505         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
11506              by Olaf Flebbe.
11507      Branch: perl
11508            ! perl.h
11509 ____________________________________________________________________________
11510 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
11511         Log: Detypo.
11512      Branch: perl
11513            ! lib/Memoize/t/tie_sdbm.t
11514 ____________________________________________________________________________
11515 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
11516         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
11517      Branch: perl
11518            ! win32/perllib.c
11519 ____________________________________________________________________________
11520 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
11521         Log: Subject: [patch] perl_clone+CvFILE
11522              From: Doug MacEachern <dougm@covalent.net>
11523              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
11524              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
11525      Branch: perl
11526            ! sv.c
11527 ____________________________________________________________________________
11528 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
11529         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
11530              From: Mark-Jason Dominus <mjd@plover.com>
11531              Date: Tue, 26 Jun 2001 12:33:01 -0400
11532              Message-ID: <20010626163301.31298.qmail@plover.com>
11533      Branch: perl
11534            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11535 ____________________________________________________________________________
11536 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
11537         Log: Update Changes.
11538      Branch: perl
11539            ! Changes patchlevel.h
11540 ____________________________________________________________________________
11541 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
11542         Log: Also catfile() needs now to explicitly exported.
11543      Branch: perl
11544            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11545 ____________________________________________________________________________
11546 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
11547         Log: Regen toc.
11548      Branch: perl
11549            ! pod/perltoc.pod
11550 ____________________________________________________________________________
11551 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
11552         Log: Nonexistent pod command.
11553      Branch: perl
11554            ! pod/perl572delta.pod
11555 ____________________________________________________________________________
11556 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
11557         Log: Be more portable in the quest for tmpdir.
11558      Branch: perl
11559            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11560 ____________________________________________________________________________
11561 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
11562         Log: Be more portable in finding out the home directory,
11563              and use File::Spec to do the concat.
11564              (Come to think of it, couldn't File::Spec provide
11565              for a ->homedir method?)
11566      Branch: perl
11567            ! lib/Net/Config.pm
11568 ____________________________________________________________________________
11569 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
11570         Log: Doc patch for #10959.
11571      Branch: perl
11572            ! pod/perlfunc.pod
11573 ____________________________________________________________________________
11574 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
11575         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
11576              From: "Philip Newton" <pnewton@gmx.de>
11577              Date: Tue, 26 Jun 2001 16:26:47 +0200
11578              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
11579      Branch: perl
11580            ! pod/perldata.pod
11581 ____________________________________________________________________________
11582 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
11583         Log: Subject: [PATH] shared -> unique;
11584              From: "Artur Bergman" <artur@contiller.se>
11585              Date: Tue, 26 Jun 2001 16:18:40 +0200
11586              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
11587              
11588              Because "shared" isn't: it's read-only.
11589      Branch: perl
11590            ! toke.c xsutils.c
11591 ____________________________________________________________________________
11592 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
11593         Log: Escape multiline croak messages.
11594      Branch: perl
11595            ! t/op/ver.t
11596 ____________________________________________________________________________
11597 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
11598         Log: No more pragma/*.t for minitest.
11599      Branch: perl
11600            ! Makefile.SH
11601 ____________________________________________________________________________
11602 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
11603         Log: AUTHORS updates.
11604      Branch: perl
11605            ! AUTHORS
11606 ____________________________________________________________________________
11607 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
11608         Log: delta updates.
11609      Branch: perl
11610            ! pod/perl572delta.pod
11611 ____________________________________________________________________________
11612 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
11613         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
11614              From: Artur Bergman <artur@contiller.se> 
11615              Date: Tue, 26 Jun 2001 15:32:53 +0200
11616              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
11617      Branch: perl
11618            ! makedef.pl sv.c sv.h win32/perllib.c
11619 ____________________________________________________________________________
11620 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
11621         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
11622              From: Jonathan Stowe <gellyfish@gellyfish.com>
11623              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
11624              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
11625              
11626              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
11627      Branch: perl
11628            + ext/Time/HiRes/hints/sco.pl
11629            ! MANIFEST
11630 ____________________________________________________________________________
11631 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
11632         Log: Subject: [PATCH 5.6.1] static build
11633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11634              Date: Tue, 26 Jun 2001 04:22:25 -0400
11635              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
11636      Branch: perl
11637            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
11638            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
11639 ____________________________________________________________________________
11640 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
11641         Log: DJGPP patches from Laszlo Molnar.
11642      Branch: perl
11643            ! djgpp/djgpp.c perl.c util.c
11644 ____________________________________________________________________________
11645 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
11646         Log: Netware patches from Ananth Kesari.
11647      Branch: perl
11648            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
11649            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
11650            ! NetWare/nwtinfo.h
11651 ____________________________________________________________________________
11652 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
11653         Log: Detypo.
11654      Branch: perl
11655            ! ext/Errno/Errno_pm.PL
11656 ____________________________________________________________________________
11657 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
11658         Log: There seems to be two ways of spelling the $^O in *STEP.
11659      Branch: perl
11660            ! ext/Errno/Errno_pm.PL
11661 ____________________________________________________________________________
11662 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
11663         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
11664              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
11665      Branch: perl
11666            ! ext/Errno/Errno_pm.PL
11667 ____________________________________________________________________________
11668 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
11669         Log: Known bugs update.
11670      Branch: perl
11671            ! pod/perl572delta.pod
11672 ____________________________________________________________________________
11673 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
11674         Log: The default installation of Cygwin has 500 as root's uid.
11675      Branch: perl
11676            ! lib/User/pwent.t
11677 ____________________________________________________________________________
11678 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
11679         Log: Be even more relaxed (re-allow having only one entry).
11680      Branch: perl
11681            ! t/op/grent.t t/op/pwent.t
11682 ____________________________________________________________________________
11683 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
11684         Log: Test failure updates.
11685      Branch: perl
11686            ! pod/perl572delta.pod
11687 ____________________________________________________________________________
11688 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
11689         Log: MPE/iX test tweaks from Mark Bixby.
11690      Branch: perl
11691            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
11692            ! t/io/fs.t t/op/stat.t
11693 ____________________________________________________________________________
11694 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
11695         Log: Microperl findings.
11696      Branch: perl
11697            ! perl.h pp_sys.c
11698 ____________________________________________________________________________
11699 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
11700         Log: Touch uconfig.h.
11701      Branch: perl
11702            ! uconfig.h
11703 ____________________________________________________________________________
11704 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
11705         Log: Subject: [PATCH] Proposed fix for Pod::Man
11706              From: Rob Napier <rnapier@employees.org>
11707              Date: Mon, 25 Jun 2001 15:49:24 -0400
11708              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
11709              
11710              Cater for Solaris nroff brokenness (shortchanges daisywheel
11711              printers, but hey, we also no more support PDPs.)
11712      Branch: perl
11713            ! lib/Pod/Man.pm
11714 ____________________________________________________________________________
11715 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
11716         Log: Typo in #10937.
11717      Branch: perl
11718            ! ext/POSIX/sigaction.t
11719 ____________________________________________________________________________
11720 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
11721         Log: SIGCONT not trappable in VMS.
11722      Branch: perl
11723            ! ext/POSIX/sigaction.t
11724 ____________________________________________________________________________
11725 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
11726         Log: Subject: [DRAFT] Encode-Tcl.t
11727              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11728              Date: Tue, 26 Jun 2001 03:38:08 +0900
11729              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
11730      Branch: perl
11731            + ext/Encode/Encode/Tcl.t
11732            ! MANIFEST ext/Encode/Encode/Tcl.pm
11733 ____________________________________________________________________________
11734 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
11735         Log: Because of #10932 retract also the perlfunc hunk of #10910.
11736      Branch: perl
11737            ! pod/perlfunc.pod
11738 ____________________________________________________________________________
11739 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
11740         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
11741              by Ilya Zakharevich in
11742              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
11743      Branch: perl
11744            ! XSUB.h
11745 ____________________________________________________________________________
11746 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
11747         Log: Typo in #10889.
11748      Branch: perl
11749            ! hints/uts.sh
11750 ____________________________________________________________________________
11751 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
11752         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
11753              From: Abhijit Menon-Sen <ams@wiw.org>
11754              Date: Mon, 25 Jun 2001 23:45:45 +0530
11755              Message-ID: <20010625234545.A5022@lustre.linux.in>
11756      Branch: perl
11757            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
11758 ____________________________________________________________________________
11759 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
11760         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
11761              From: Michael G Schwern <schwern@pobox.com>
11762              Date: Mon, 25 Jun 2001 14:35:51 -0400
11763              Message-ID: <20010625143551.H13819@blackrider>
11764      Branch: perl
11765            ! lib/Test.pm
11766 ____________________________________________________________________________
11767 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
11768         Log: Update Changes.
11769      Branch: perl
11770            ! Changes patchlevel.h
11771 ____________________________________________________________________________
11772 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
11773         Log: Regen toc and modlib.
11774      Branch: perl
11775            ! pod/perlmodlib.pod pod/perltoc.pod
11776 ____________________________________________________________________________
11777 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
11778         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
11779              for the benefit of C++ compilers, as suggested by Guruprasad.
11780      Branch: perl
11781            ! embed.pl proto.h
11782 ____________________________________________________________________________
11783 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
11784         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
11785              From: Jonathan Stowe <gellyfish@gellyfish.com>
11786              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
11787              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
11788      Branch: perl
11789            ! pod/perlfaq5.pod
11790 ____________________________________________________________________________
11791 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
11792         Log: Missed from #10925.
11793      Branch: perl
11794            ! gv.c
11795 ____________________________________________________________________________
11796 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
11797         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
11798              From: Robin Houston <robin@kitsite.com>
11799              Date: Sat, 19 May 2001 16:19:34 +0100
11800              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
11801      Branch: perl
11802            ! cv.h gv.h op.c
11803 ____________________________________________________________________________
11804 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
11805         Log: Netware README tweak.
11806      Branch: perl
11807            ! README.netware
11808 ____________________________________________________________________________
11809 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
11810         Log: Subject: [PATCH] Re: overload.t fails
11811              From: Abhijit Menon-Sen <ams@wiw.org>
11812              Date: Mon, 25 Jun 2001 14:52:20 +0530
11813              Message-ID: <20010625145220.A24114@lustre.linux.in>
11814      Branch: perl
11815            ! lib/overload.t
11816 ____________________________________________________________________________
11817 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
11818         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
11819              From: Mike Guy <mjtg@cam.ac.uk>
11820              Date: Mon, 25 Jun 2001 11:43:23 +0100
11821              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
11822      Branch: perl
11823            ! lib/Carp.pm
11824 ____________________________________________________________________________
11825 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
11826         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
11827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11828              Date: Sun, 24 Jun 2001 05:17:05 -0400
11829              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
11830      Branch: perl
11831            ! os2/os2ish.h
11832 ____________________________________________________________________________
11833 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
11834         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
11835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11836              Date: Mon, 25 Jun 2001 05:52:27 -0400
11837              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
11838      Branch: perl
11839            ! hints/os2.sh
11840 ____________________________________________________________________________
11841 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
11842         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
11843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11844              Date: Mon, 25 Jun 2001 05:23:35 -0400
11845              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
11846      Branch: perl
11847            ! os2/os2.c
11848 ____________________________________________________________________________
11849 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
11850         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
11851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11852              Date: Mon, 25 Jun 2001 05:04:32 -0400
11853              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
11854      Branch: perl
11855            ! os2/OS2/REXX/DLL/DLL.pm
11856 ____________________________________________________________________________
11857 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
11858         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
11859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11860              Date: Mon, 25 Jun 2001 05:02:36 -0400
11861              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
11862      Branch: perl
11863            ! mg.c os2/dl_os2.c os2/os2.c
11864 ____________________________________________________________________________
11865 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
11866         Log: Subject: Re: [PATCH 5.6.1] misprints
11867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11868              Date: Mon, 25 Jun 2001 04:50:50 -0400
11869              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
11870      Branch: perl
11871            ! os2/os2.c pp_sys.c
11872 ____________________________________________________________________________
11873 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
11874         Log: Add Test::More and Test::Simple to the delta.
11875      Branch: perl
11876            ! pod/perl572delta.pod
11877 ____________________________________________________________________________
11878 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
11879         Log: Add Test::More, from Michael G Schwern.
11880      Branch: perl
11881            + lib/Test/More.pm lib/Test/More/t/More.t
11882            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11883            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11884            + t/lib/Test/More/Catch.pm
11885            ! MANIFEST
11886 ____________________________________________________________________________
11887 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
11888         Log: Add Test::Simple from Michael G Schwern.
11889      Branch: perl
11890            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
11891            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11892            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11893            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
11894            + t/lib/Test/Simple/Catch.pm
11895            + t/lib/Test/Simple/sample_tests/death.plx
11896            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
11897            + t/lib/Test/Simple/sample_tests/extras.plx
11898            + t/lib/Test/Simple/sample_tests/five_fail.plx
11899            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
11900            + t/lib/Test/Simple/sample_tests/one_fail.plx
11901            + t/lib/Test/Simple/sample_tests/require.plx
11902            + t/lib/Test/Simple/sample_tests/success.plx
11903            + t/lib/Test/Simple/sample_tests/too_few.plx
11904            + t/lib/Test/Simple/sample_tests/two_fail.plx
11905            ! MANIFEST
11906 ____________________________________________________________________________
11907 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
11908         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
11909              From: "Craig A. Berry" <craigberry@mac.com>
11910              Date: Sun, 24 Jun 2001 23:41:36 -0500
11911              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
11912      Branch: perl
11913            ! pp_sys.c
11914 ____________________________________________________________________________
11915 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
11916         Log: Upgrade to Attribute::Handlers 0.70.
11917      Branch: perl
11918            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
11919            ! MANIFEST lib/Attribute/Handlers.pm
11920 ____________________________________________________________________________
11921 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
11922         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
11923              From: Abhijit Menon-Sen <ams@wiw.org>
11924              Date: Sat, 23 Jun 2001 05:17:44 +0530
11925              Message-ID: <20010623051744.A18583@lustre.linux.in>
11926              
11927              (Can't think of a good place to put tests.)
11928      Branch: perl
11929            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
11930 ____________________________________________________________________________
11931 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
11932         Log: Subject: [PATCH] t/op/pat.t typo fix
11933              From: Richard Soderberg <rs@crystalflame.net>
11934              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
11935              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
11936      Branch: perl
11937            ! t/op/pat.t
11938 ____________________________________________________________________________
11939 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
11940         Log: Move the pack warnings to their own file, as pointed
11941              out by Spider.
11942      Branch: perl
11943            + t/lib/warnings/pp_pack
11944            ! MANIFEST t/lib/warnings/pp
11945 ____________________________________________________________________________
11946 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
11947         Log: Update Changes.
11948      Branch: perl
11949            ! Changes patchlevel.h
11950 ____________________________________________________________________________
11951 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
11952         Log: Partially fix a problem noticed by IRIX compiler:
11953              the initialization of parse_start was bypassed by
11954              several gotos.  Now initialized to zero, which may
11955              not be the best choice.
11956      Branch: perl
11957            ! regcomp.c
11958 ____________________________________________________________________________
11959 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
11960         Log: Relax the group and password tests back to moaning only
11961              if no matches at all are found.  (Even with a small sample
11962              I could find many sites where there are, umm, anomalies in
11963              the said databases.)       
11964      Branch: perl
11965            ! t/op/grent.t t/op/pwent.t
11966 ____________________________________________________________________________
11967 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
11968         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
11969      Branch: perl
11970            ! pp_ctl.c
11971 ____________________________________________________________________________
11972 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
11973         Log: De-cut-and-pasto in #10902.
11974      Branch: perl
11975            ! pp_ctl.c
11976 ____________________________________________________________________________
11977 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
11978         Log: The #10771 didn't take?
11979      Branch: perl
11980            ! pp_ctl.c
11981 ____________________________________________________________________________
11982 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
11983         Log: Undo the filetests part of #10900, under multiplicity
11984              weird errors take place.
11985      Branch: perl
11986            ! pp_sys.c
11987 ____________________________________________________________________________
11988 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
11989         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
11990      Branch: perl
11991            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
11992 ____________________________________________________________________________
11993 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
11994         Log: (Replaced by #10922)
11995              
11996              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
11997              From: Tony Bowden <tony@kasei.com>
11998              Date: Sun, 24 Jun 2001 17:32:40 +0100
11999              Message-ID: <20010624173240.A16293@blackstar.co.uk>
12000              
12001              Document (well, mention) shortmess() and longmess()
12002              to rob people of their fun of reinventing the weel.
12003      Branch: perl
12004            ! lib/Carp.pm
12005 ____________________________________________________________________________
12006 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
12007         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
12008              From: Brian Jepson <bjepson@oreilly.com>
12009              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
12010              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
12011      Branch: perl
12012            ! pp_sys.c
12013 ____________________________________________________________________________
12014 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
12015         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
12016              From: Robin Barker <rmb1@cise.npl.co.uk> 
12017              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
12018              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
12019      Branch: perl
12020            ! lib/CPAN.pm
12021 ____________________________________________________________________________
12022 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
12023         Log: Memoize patch from mjd.
12024      Branch: perl
12025            ! lib/Memoize/t/tie_storable.t
12026 ____________________________________________________________________________
12027 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
12028         Log: Spec the sv_pvprintify() a bit more.
12029      Branch: perl
12030            ! pod/perltodo.pod
12031 ____________________________________________________________________________
12032 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
12033         Log: Upgrade to Memoize 0.65.
12034      Branch: perl
12035            + lib/Memoize/t/array_confusion.t
12036            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12037            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12038            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12039            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
12040            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12041            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12042            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12043            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
12044            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
12045            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
12046            ! lib/Memoize/t/tie_storable.t
12047 ____________________________________________________________________________
12048 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
12049         Log: Metaconfig unit change for #10892.
12050      Branch: metaconfig
12051            ! U/modified/Options.U
12052 ____________________________________________________________________________
12053 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
12054         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
12055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12056              Date: Sun, 24 Jun 2001 05:24:40 -0400
12057              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
12058      Branch: perl
12059            ! Configure hints/os2.sh
12060 ____________________________________________________________________________
12061 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
12062         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
12063              From: Mike Guy <mjtg@cam.ac.uk>
12064              Date: Sun, 24 Jun 2001 15:28:39 +0100
12065              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
12066              
12067              Fix an ancient (5.002) bug.
12068      Branch: perl
12069            ! lib/Carp/Heavy.pm
12070 ____________________________________________________________________________
12071 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
12072         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
12073              variables.
12074      Branch: perl
12075            ! pp_sys.c
12076 ____________________________________________________________________________
12077 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
12078         Log: Make UTS as per #10888.
12079      Branch: perl
12080            ! hints/uts.sh
12081 ____________________________________________________________________________
12082 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
12083         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
12084      Branch: perl
12085            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
12086            ! mpeix/mpeixish.h perl.h unixish.h
12087 ____________________________________________________________________________
12088 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
12089         Log: AUTHORS update.
12090      Branch: perl
12091            ! AUTHORS
12092 ____________________________________________________________________________
12093 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
12094         Log: Subject: Encode::Tcl for multibyte doesnot work
12095              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12096              Date: Sun, 24 Jun 2001 22:48:21 +0900
12097              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
12098      Branch: perl
12099            ! ext/Encode/Encode/Tcl.pm
12100 ____________________________________________________________________________
12101 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
12102         Log: Subject: [PATCH] Remove tautology in error messages
12103              From: Mike Guy <mjtg@cam.ac.uk>
12104              Date: Sun, 24 Jun 2001 13:31:00 +0100
12105              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
12106      Branch: perl
12107            ! pp_sys.c
12108 ____________________________________________________________________________
12109 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
12110         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
12111      Branch: perl
12112            ! hints/darwin.sh
12113 ____________________________________________________________________________
12114 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
12115         Log: Subject: Re: [PATCH 5.6.1] test suite
12116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12117              Date: Sun, 24 Jun 2001 05:47:05 -0400
12118              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
12119              
12120              Test suite fixes.
12121      Branch: perl
12122            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
12123 ____________________________________________________________________________
12124 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
12125         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
12126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12127              Date: Sun, 24 Jun 2001 05:37:19 -0400
12128              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
12129      Branch: perl
12130            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
12131 ____________________________________________________________________________
12132 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
12133         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
12134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12135              Date: Sun, 24 Jun 2001 05:34:50 -0400
12136              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
12137              
12138              Pacify compiler warnings.
12139      Branch: perl
12140            ! pp_sys.c
12141 ____________________________________________________________________________
12142 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
12143         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12145              Date: Sun, 24 Jun 2001 05:21:18 -0400
12146              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
12147              
12148              Enable compression of executables during link time.
12149      Branch: perl
12150            ! hints/os2.sh
12151 ____________________________________________________________________________
12152 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
12153         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12155              Date: Sun, 24 Jun 2001 05:15:11 -0400
12156              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
12157              
12158              Add ordinals to the export list for Perl DLL.
12159              (Breaks intra-version DLL compatibility.)
12160      Branch: perl
12161            ! makedef.pl
12162 ____________________________________________________________________________
12163 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
12164         Log: Allow (displaying and) re-editing the Subject in perlbug.
12165              Also abstract the Subject quality control into a function.
12166      Branch: perl
12167            ! utils/perlbug.PL
12168 ____________________________________________________________________________
12169 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
12170         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
12171      Branch: perl
12172            ! utils/perlbug.PL
12173 ____________________________________________________________________________
12174 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
12175         Log: Regen toc and modlib.
12176      Branch: perl
12177            ! pod/perlmodlib.pod pod/perltoc.pod
12178 ____________________________________________________________________________
12179 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
12180         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
12181              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
12182              attribute semantics as much as possible, or 'ntsec' which uses
12183              native NTFS semantics.)  (See also #10877.)
12184      Branch: perl
12185            ! perl.c
12186 ____________________________________________________________________________
12187 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
12188         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
12189      Branch: perl
12190            ! lib/Test/Harness.pm
12191 ____________________________________________________________________________
12192 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
12193         Log: Just zap the -uPerlio.
12194      Branch: perl
12195            ! ext/B/Stash.t
12196 ____________________________________________________________________________
12197 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
12198         Log: Do not test PerlIO if PerlIO not used.
12199      Branch: perl
12200            ! ext/PerlIO/PerlIO.t
12201 ____________________________________________________________________________
12202 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
12203         Log: Regen perlapi.
12204      Branch: perl
12205            ! pod/perlapi.pod
12206 ____________________________________________________________________________
12207 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
12208         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
12209              From: Nicholas Clark <nick@ccl4.org>
12210              Date: Sat, 23 Jun 2001 22:55:47 +0100
12211              Message-ID: <20010623225547.Z98663@plum.flirble.org>
12212      Branch: perl
12213            ! numeric.c
12214 ____________________________________________________________________________
12215 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
12216         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
12217              From: Prymmer/Kahn <pvhp@best.com>
12218              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
12219              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
12220      Branch: perl
12221            ! lib/h2xs.t
12222 ____________________________________________________________________________
12223 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
12224         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
12225              cygwin does not taint cwd, just like win32.
12226      Branch: perl
12227            ! lib/File/Find/taint.t t/op/taint.t
12228 ____________________________________________________________________________
12229 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
12230         Log: Retract #10865, the patch should be unnecessary.
12231              (But seemingly helpful in Cygwin?  Strange.)
12232      Branch: perl
12233            ! lib/Memoize/t/tie_ndbm.t
12234 ____________________________________________________________________________
12235 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
12236         Log: Misplaced test file; plus Cygwin filesystem semantics.
12237      Branch: perl
12238            + ext/SDBM_File/sdbm.t
12239            - ext/ODBM_File/sdbm.t
12240            ! MANIFEST
12241 ____________________________________________________________________________
12242 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
12243         Log: (Retracted by #10867.)
12244      Branch: perl
12245            ! lib/Memoize/t/tie_ndbm.t
12246 ____________________________________________________________________________
12247 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
12248         Log: Metaconfig unit change for #10863.
12249      Branch: metaconfig/U/perl
12250            ! Extensions.U
12251 ____________________________________________________________________________
12252 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
12253         Log: In Cygwin do not build NDBM_File and ODBM_File unless
12254              -lndbm and -ldbm are available.
12255      Branch: perl
12256            ! Configure config_h.SH
12257 ____________________________________________________________________________
12258 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
12259         Log: More Cygwin filesystem semantics.
12260      Branch: perl
12261            ! t/io/fs.t t/op/stat.t
12262 ____________________________________________________________________________
12263 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
12264         Log: More DOSish permission semantics for Cygwin.
12265      Branch: perl
12266            ! lib/AnyDBM_File.t
12267 ____________________________________________________________________________
12268 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
12269         Log: Cygwin too has different permission semantics.
12270      Branch: perl
12271            ! ext/GDBM_File/gdbm.t
12272 ____________________________________________________________________________
12273 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
12274         Log: The group (and assumedly passwd) databases can have
12275              only one entry (this is the case in cygwin).
12276      Branch: perl
12277            ! t/op/grent.t t/op/pwent.t
12278 ____________________________________________________________________________
12279 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
12280         Log: Also in Cygwin use Socket to figure out domainname
12281              (if any) (avoids trying to call external 'domainname',
12282              which doesn't at the moment exist in Cygwin)
12283      Branch: perl
12284            ! lib/Net/Domain.pm
12285 ____________________________________________________________________________
12286 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
12287         Log: Remove also the lib$Foo.def, not just $Foo.def.
12288      Branch: perl
12289            ! lib/ExtUtils/MM_Unix.pm
12290 ____________________________________________________________________________
12291 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
12292         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
12293      Branch: perl
12294            ! unixish.h
12295 ____________________________________________________________________________
12296 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
12297         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
12298              to match the whole isprint(), only the space character.
12299      Branch: perl
12300            ! handy.h pod/perlre.pod t/op/pat.t
12301 ____________________________________________________________________________
12302 [ 10854] By: nick                                  on 2001/06/23  08:09:33
12303         Log: Integrate mainline
12304      Branch: perlio
12305           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
12306           !> lib/ExtUtils.t lib/File/Find/taint.t
12307           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
12308           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
12309           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12310 ____________________________________________________________________________
12311 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
12312         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
12313              with its floats    in os390 and s390 (UTS).
12314      Branch: perl
12315            ! lib/Math/BigInt/t/bigintpm.t
12316 ____________________________________________________________________________
12317 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
12318         Log: Add also UTS (s390) to the non-IEEE float platforms.
12319      Branch: perl
12320            ! t/op/sprintf.t
12321 ____________________________________________________________________________
12322 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
12323         Log: Subject: RFC: what are applicable standards for exponent sizes?
12324              From: Peter Prymmer <pvhp@forte.com>
12325              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
12326              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
12327      Branch: perl
12328            ! t/op/sprintf.t
12329 ____________________________________________________________________________
12330 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
12331         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
12332              From: Peter Prymmer <pvhp@forte.com>
12333              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
12334              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
12335      Branch: perl
12336            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12337 ____________________________________________________________________________
12338 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
12339         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
12340              From: Peter Prymmer <pvhp@forte.com>
12341              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
12342              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
12343      Branch: perl
12344            ! lib/ExtUtils.t
12345 ____________________________________________________________________________
12346 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
12347         Log: Retract #10845.
12348      Branch: perl
12349            ! lib/File/Find/taint.t
12350 ____________________________________________________________________________
12351 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
12352         Log: Yet another error message.
12353      Branch: perl
12354            ! t/op/mkdir.t
12355 ____________________________________________________________________________
12356 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
12357         Log: The croak message for nonexistent socket functions may vary.
12358      Branch: perl
12359            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
12360 ____________________________________________________________________________
12361 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
12362         Log: (Retracted by #10848.)
12363      Branch: perl
12364            ! lib/File/Find/taint.t
12365 ____________________________________________________________________________
12366 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
12367         Log: Integrate perlio.
12368      Branch: perl
12369           !> lib/File/Find/taint.t t/op/write.t
12370 ____________________________________________________________________________
12371 [ 10843] By: nick                                  on 2001/06/22  21:24:51
12372         Log: Back out debug in taint.t
12373      Branch: perlio
12374            ! lib/File/Find/taint.t
12375 ____________________________________________________________________________
12376 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
12377         Log: setitimer() does not exist in Unicos, despite of what
12378              Configure thinks, from Mark P. Lutz.
12379      Branch: perl
12380            ! hints/unicos.sh
12381 ____________________________________________________________________________
12382 [ 10841] By: nick                                  on 2001/06/22  21:19:36
12383         Log: Skip cwd test on Win32 ???
12384      Branch: perlio
12385            ! lib/File/Find/taint.t
12386 ____________________________________________________________________________
12387 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
12388         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
12389              and Tru64 gcc -Wall happy.
12390      Branch: perl
12391            ! mg.c
12392 ____________________________________________________________________________
12393 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
12394         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
12395      Branch: perl
12396            ! ext/IPC/SysV/Semaphore.pm
12397 ____________________________________________________________________________
12398 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
12399         Log: Metaconfig unit change for #10837.
12400      Branch: metaconfig/U/perl
12401            ! Cross.U
12402 ____________________________________________________________________________
12403 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
12404         Log: Cleanup of the cross-compilation unit.
12405      Branch: perl
12406            ! Configure
12407 ____________________________________________________________________________
12408 [ 10836] By: nick                                  on 2001/06/22  20:45:12
12409         Log: Skip |- based op/write.t on Win32 as well as VMS
12410      Branch: perlio
12411            ! t/op/write.t
12412 ____________________________________________________________________________
12413 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
12414         Log: Integrate perlio.
12415      Branch: perl
12416           !> util.c
12417 ____________________________________________________________________________
12418 [ 10834] By: nick                                  on 2001/06/22  20:41:54
12419         Log: Integrate mainline
12420      Branch: perlio
12421           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12422           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
12423           !> vos/config.ga.h
12424 ____________________________________________________________________________
12425 [ 10833] By: nick                                  on 2001/06/22  20:22:58
12426         Log: Patcho fix.
12427      Branch: perlio
12428            ! util.c
12429 ____________________________________________________________________________
12430 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
12431         Log: Metaconfig unit changes for #10831.
12432      Branch: metaconfig
12433            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12434 ____________________________________________________________________________
12435 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
12436         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
12437              From: Andy Dougherty <doughera@lafayette.edu>
12438              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
12439              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
12440      Branch: perl
12441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12442            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
12443 ____________________________________________________________________________
12444 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
12445         Log: MPE/iX prototype nits from Mark Bixby.
12446      Branch: perl
12447            ! pp_sys.c
12448 ____________________________________________________________________________
12449 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
12450         Log: Detypo.
12451      Branch: perl
12452            ! util.c
12453 ____________________________________________________________________________
12454 [ 10828] By: nick                                  on 2001/06/22  15:33:37
12455         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
12456      Branch: perlio
12457           +> lib/h2xs.t
12458           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
12459           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
12460           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
12461           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
12462           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12463           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12464           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
12465           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
12466           !> vms/vmsish.h
12467 ____________________________________________________________________________
12468 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
12469         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
12470              Date: Fri, 22 Jun 2001 10:08:35 -0500
12471              From: "Craig A. Berry" <craigberry@mac.com>
12472              Message-Id: <a05101001b75908704194@[192.168.56.145]>
12473      Branch: perl
12474            ! vms/vms.c vms/vmsish.h
12475 ____________________________________________________________________________
12476 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
12477         Log: NetWare scripts tweak from Ananth Kesari.
12478      Branch: perl
12479            ! NetWare/t/NWScripts.pl
12480 ____________________________________________________________________________
12481 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
12482         Log: Update Changes.
12483      Branch: perl
12484            ! Changes patchlevel.h
12485 ____________________________________________________________________________
12486 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
12487         Log: Add .i and .s targets.
12488      Branch: perl
12489            ! Makefile.SH
12490 ____________________________________________________________________________
12491 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
12492         Log: Upgrade to Locale::Maketext 1.03.
12493      Branch: perl
12494            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12495            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12496 ____________________________________________________________________________
12497 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
12498         Log: Upgrade to I18N::LangTags 0.26.
12499      Branch: perl
12500            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
12501            ! lib/I18N/LangTags/test.pl
12502 ____________________________________________________________________________
12503 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
12504         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
12505              Philip Newton.
12506      Branch: perl
12507            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12508            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12509 ____________________________________________________________________________
12510 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
12511         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
12512              From: Prymmer/Kahn <pvhp@best.com>
12513              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
12514              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
12515      Branch: perl
12516            + lib/h2xs.t
12517            ! MANIFEST utils/h2xs.PL
12518 ____________________________________________________________________________
12519 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
12520         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
12521              From: Prymmer/Kahn <pvhp@best.com>
12522              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
12523              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
12524      Branch: perl
12525            ! lib/ExtUtils.t
12526 ____________________________________________________________________________
12527 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
12528         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
12529              From: Prymmer/Kahn <pvhp@best.com>
12530              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
12531              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
12532      Branch: perl
12533            ! t/pod/plainer.t
12534 ____________________________________________________________________________
12535 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
12536         Log: AUTHORS update.
12537      Branch: perl
12538            ! AUTHORS
12539 ____________________________________________________________________________
12540 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
12541         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
12542              From: "Craig A. Berry" <craigberry@mac.com>
12543              Date: Thu, 21 Jun 2001 18:20:38 -0500
12544              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
12545      Branch: perl
12546            ! ext/POSIX/POSIX.xs
12547 ____________________________________________________________________________
12548 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
12549         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
12550              From: "Craig A. Berry" <craigberry@mac.com>
12551              Date: Thu, 21 Jun 2001 09:58:52 -0500
12552              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
12553      Branch: perl
12554            ! ext/B/Deparse.t t/op/write.t
12555 ____________________________________________________________________________
12556 [ 10814] By: nick                                  on 2001/06/22  08:13:09
12557         Log: Integrate mainline.
12558      Branch: perlio
12559           !> (integrate 46 files)
12560 ____________________________________________________________________________
12561 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
12562         Log: Change the prefixes only if $prefix is unset,
12563              as originally patched by Marcel Grunauer.
12564      Branch: perl
12565            ! hints/darwin.sh hints/rhapsody.sh
12566 ____________________________________________________________________________
12567 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
12568         Log: Subject: Re: Patch for hints/darwin.sh
12569              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
12570              Date: Thu, 21 Jun 2001 11:23:46 -0700
12571              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
12572      Branch: perl
12573            ! hints/darwin.sh hints/rhapsody.sh
12574 ____________________________________________________________________________
12575 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
12576         Log: Add .PHONY targets for non-file targets,
12577              from Wilfredo Sánchez.  Should help saying
12578              "make install" on case-insensitive filesystems.
12579      Branch: perl
12580            ! Makefile.SH
12581 ____________________________________________________________________________
12582 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
12583         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
12584              From: Doug MacEachern <dougm@covalent.net>
12585              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
12586              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
12587              
12588              plus reword the getcwd() comment, plus use getcwd() buffer
12589              size minus one.
12590      Branch: perl
12591            ! util.c
12592 ____________________________________________________________________________
12593 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
12594         Log: More gprofing from Doug MacEachern.
12595      Branch: perl
12596            ! Makefile.SH
12597 ____________________________________________________________________________
12598 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
12599         Log: Metaconfig unit change for #10807.
12600      Branch: metaconfig/U/perl
12601            ! d_sfio.U
12602 ____________________________________________________________________________
12603 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
12604         Log: Tell that you are removing the unneeded -lsfio.
12605      Branch: perl
12606            ! Configure
12607 ____________________________________________________________________________
12608 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
12609         Log: More MPE/iX tweaks from Mark Bixby.
12610      Branch: perl
12611            ! perl.c t/op/magic.t
12612 ____________________________________________________________________________
12613 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
12614         Log: The fchdir() proto is supposed to live in <unistd.h>.
12615      Branch: perl
12616            ! ext/Cwd/Cwd.xs
12617 ____________________________________________________________________________
12618 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
12619         Log: This town is too small for the Cwd extension and me,
12620              it would seem...
12621      Branch: perl
12622            ! ext/Cwd/Cwd.xs
12623 ____________________________________________________________________________
12624 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
12625         Log: Metaconfig unit change for #10802.
12626      Branch: metaconfig/U/perl
12627            ! d_modfl.U
12628 ____________________________________________________________________________
12629 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
12630         Log: More d'ohs.
12631      Branch: perl
12632            ! Configure
12633 ____________________________________________________________________________
12634 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
12635         Log: Off-by-one.  I'm so classic.
12636      Branch: perl
12637            ! util.c
12638 ____________________________________________________________________________
12639 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
12640         Log: Update Changes.
12641      Branch: perl
12642            ! Changes patchlevel.h
12643 ____________________________________________________________________________
12644 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
12645         Log: Subject: Documentation patch for Net::FTP
12646              From: Marcel Grunauer <marcel@codewerk.com>
12647              Date: Wed, 20 Jun 2001 23:03:26 +0200
12648              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
12649      Branch: perl
12650            ! lib/Net/FTP.pm
12651 ____________________________________________________________________________
12652 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
12653         Log: Retract the #10417 mg.c and embed.pl parts because of
12654              strange SEGVs in 64bit x86 FreeBSD observed by
12655              Nicholas Clark.
12656      Branch: perl
12657            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
12658 ____________________________________________________________________________
12659 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
12660         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
12661      Branch: perl
12662            ! Configure NetWare/config.wc NetWare/config_H.wc
12663            ! Porting/Glossary Porting/config.sh Porting/config_H
12664            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12665            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12666            ! vos/config.ga.h win32/config.bc win32/config.gc
12667            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12668            ! win32/config_H.vc
12669 ____________________________________________________________________________
12670 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
12671         Log: Cwd tweak from Doug MacEachern.
12672      Branch: perl
12673            ! ext/Cwd/Cwd.xs
12674 ____________________________________________________________________________
12675 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
12676         Log: Protect the fchdir() and lstat() with ifdefs.
12677              fchdir() needs a Configure probe.
12678      Branch: perl
12679            ! ext/Cwd/Cwd.xs
12680 ____________________________________________________________________________
12681 [ 10794] By: nick                                  on 2001/06/21  17:11:35
12682         Log: Integrate mainline
12683      Branch: perlio
12684           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
12685           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
12686           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
12687           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
12688           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
12689           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
12690           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
12691           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
12692            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
12693            - lib/File/Glob/case.t lib/File/Glob/global.t
12694            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
12695            - lib/File/Temp/posix.t lib/File/Temp/security.t
12696            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
12697            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
12698            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
12699            - lib/Text/Wrap/wrap.t
12700           !> (integrate 41 files)
12701 ____________________________________________________________________________
12702 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
12703         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
12704              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
12705              Date: Thu, 21 Jun 2001 13:04:54 -0500
12706              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
12707      Branch: perl
12708            ! ext/Cwd/Cwd.xs
12709 ____________________________________________________________________________
12710 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
12711         Log: Subject: [PATCH pod] overlong =item
12712              From: Robin Barker <rmb1@cise.npl.co.uk>
12713              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
12714              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
12715      Branch: perl
12716            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12717            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12718 ____________________________________________________________________________
12719 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
12720         Log: Subject: [PATCH perlio.c] format 
12721              From: Robin Barker <rmb1@cise.npl.co.uk>
12722              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
12723              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
12724      Branch: perl
12725            ! perlio.c
12726 ____________________________________________________________________________
12727 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
12728         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
12729              From: Radu Greab <radu@netsoft.ro>
12730              Date: Thu, 21 Jun 2001 19:06:02 +0300
12731              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
12732      Branch: perl
12733            ! pod/perlapi.pod sv.c
12734 ____________________________________________________________________________
12735 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
12736         Log: The metaconfig unit changes for #10788.
12737      Branch: metaconfig/U/perl
12738            ! Cross.U fflushall.U
12739 ____________________________________________________________________________
12740 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
12741         Log: Cross-configuration changes: make $from to rm the files
12742              before copying them over (this means that he rm can be
12743              removed from the fflushall test), create $targetmkdir      
12744              (not documented in install since it is supposed to internal
12745              use only), make $run to copy over the executable only if
12746              a stamp file .xok doesn't already exist (to avoid unnecessary
12747              copying of the executable)
12748      Branch: perl
12749            ! Configure Makefile.SH
12750 ____________________________________________________________________________
12751 [ 10787] By: nick                                  on 2001/06/21  14:16:18
12752         Log: Integrate mainline
12753      Branch: perlio
12754           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
12755           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
12756           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
12757            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
12758           !> (integrate 34 files)
12759 ____________________________________________________________________________
12760 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
12761         Log: Re-add the files as text.
12762      Branch: perl
12763            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
12764 ____________________________________________________________________________
12765 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
12766         Log: Delete the binary files.
12767      Branch: perl
12768            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
12769 ____________________________________________________________________________
12770 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
12771         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
12772              From: Andy Dougherty <doughera@lafayette.edu>
12773              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
12774              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
12775      Branch: perl
12776            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
12777            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
12778            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
12779            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
12780 ____________________________________________________________________________
12781 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
12782         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
12783              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
12784              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
12785              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
12786              
12787              Setting umask to something friendlier.
12788      Branch: perl
12789            ! installman installperl
12790 ____________________________________________________________________________
12791 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
12792         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
12793              Resort MANIFEST with sort -f, looks much better.
12794      Branch: perl
12795            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
12796            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
12797            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
12798            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
12799            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
12800            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
12801            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
12802            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
12803            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
12804            - lib/File/Glob/case.t lib/File/Glob/global.t
12805            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
12806            - lib/File/Temp/posix.t lib/File/Temp/security.t
12807            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
12808            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
12809            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
12810            - lib/Text/Wrap/wrap.t
12811            ! MANIFEST
12812 ____________________________________________________________________________
12813 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
12814         Log: Upgrade to I18N::LangTags 0.25.
12815      Branch: perl
12816            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
12817            ! lib/I18N/LangTags/List.pm
12818 ____________________________________________________________________________
12819 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
12820         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
12821              From: Richard Soderberg <rs@crystalflame.net>
12822              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
12823              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
12824      Branch: perl
12825            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
12826            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
12827 ____________________________________________________________________________
12828 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
12829         Log: Test obsoleted by change #10777.
12830      Branch: perl
12831            ! t/op/sub_lval.t
12832 ____________________________________________________________________________
12833 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
12834         Log: Case of confused test numbering.
12835      Branch: perl
12836            ! t/op/pat.t
12837 ____________________________________________________________________________
12838 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
12839         Log: Subject: Re: Opinion on undef lvalue
12840              From: Abhijit Menon-Sen <ams@wiw.org>
12841              Date: Sun, 17 Jun 2001 13:04:46 +0530
12842              Message-ID: <20010617130446.B27925@lustre.linux.in>
12843              
12844              Allow lvalue subs to return undef in array context.
12845      Branch: perl
12846            ! pp_hot.c
12847 ____________________________________________________________________________
12848 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
12849         Log: Just a guess that using the same hack for cygwin as
12850              for win32 might help.
12851      Branch: perl
12852            ! lib/File/Find/find.t
12853 ____________________________________________________________________________
12854 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
12855         Log: NetWare tweaks from Guruprasad.
12856      Branch: perl
12857            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
12858            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
12859            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
12860            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
12861 ____________________________________________________________________________
12862 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
12863         Log: Subject: Re: perl@10722: Bogus warnings on REs 
12864              From: Hugo <hv@crypt.compulink.co.uk>
12865              Date: Thu, 21 Jun 2001 09:51:17 +0100
12866              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
12867              
12868              Unroll to avoid a UTS compiler bug.
12869      Branch: perl
12870            ! regcomp.c
12871 ____________________________________________________________________________
12872 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
12873         Log: Subject: Re: [PATCH] Make /o work under i?threads
12874              From: Artur Bergman <artur@contiller.se>
12875              Date: Thu, 21 Jun 2001 14:38:03 +0200
12876              Message-ID: <B757B74A.184D%artur@contiller.se>
12877      Branch: perl
12878            ! t/op/pat.t
12879 ____________________________________________________________________________
12880 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
12881         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
12882              From: Artur Bergman <artur@contiller.se> 
12883              Date: Thu, 21 Jun 2001 14:27:33 +0200
12884              Message-ID: <B757B4D4.1849%artur@contiller.se>
12885              
12886              Plus extra parentheses.
12887      Branch: perl
12888            ! op.h
12889 ____________________________________________________________________________
12890 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
12891         Log: Subject: [PATCH] Make /o work under i?threads
12892              From: Richard Soderberg <rs@crystalflame.net>
12893              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
12894              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
12895      Branch: perl
12896            ! pp_ctl.c
12897 ____________________________________________________________________________
12898 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
12899         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
12900              From: Artur Bergman <artur@contiller.se>
12901              Date: Thu, 21 Jun 2001 14:04:54 +0200
12902              Message-ID: <B757AF86.1842%artur@contiller.se>
12903      Branch: perl
12904            ! op.h
12905 ____________________________________________________________________________
12906 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
12907         Log: Subject: Re: perl@10765: sv.c not OK on win32
12908              From: Artur Bergman <artur@contiller.se>
12909              Date: Thu, 21 Jun 2001 10:31:06 +0200
12910              Message-ID: <B7577D69.182C%artur@contiller.se>
12911      Branch: perl
12912            ! sv.c
12913 ____________________________________________________________________________
12914 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
12915         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
12916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12917              Date: Thu, 21 Jun 2001 06:23:56 -0400
12918              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
12919              
12920              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
12921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12922              Date: Thu, 21 Jun 2001 06:32:21 -0400
12923              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
12924      Branch: perl
12925            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
12926 ____________________________________________________________________________
12927 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
12928         Log: Subject: [PATCH] make syslog test more verbose
12929              From: Robert Spier <rspier@pobox.com>
12930              Date: Thu, 21 Jun 2001 00:54:32 -0400
12931              Message-ID: <15153.32264.295807.333073@rls.cx>
12932      Branch: perl
12933            ! ext/Sys/Syslog/syslog.t
12934 ____________________________________________________________________________
12935 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
12936         Log: Subject: op/study.t refinements
12937              From: Hugo <hv@crypt.compulink.co.uk>
12938              Date: Thu, 21 Jun 2001 00:29:07 +0100
12939              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
12940      Branch: perl
12941            ! t/op/study.t
12942 ____________________________________________________________________________
12943 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
12944         Log: Update Changes.
12945      Branch: perl
12946            ! Changes patchlevel.h
12947 ____________________________________________________________________________
12948 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
12949         Log: Subject: Re: [PATCH] djgpp updates
12950              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
12951              Date: Wed, 20 Jun 2001 10:05:15 +0200
12952              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
12953      Branch: perl
12954            ! djgpp/config.over
12955 ____________________________________________________________________________
12956 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
12957         Log: Fix for ID 20010619.002 "When building hash, hash keys that
12958              are function calls are not being called", from Abhijit.
12959      Branch: perl
12960            ! t/base/lex.t toke.c
12961 ____________________________________________________________________________
12962 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
12963         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
12964      Branch: perl
12965            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
12966            + lib/Locale/Maketext/test.pl
12967            - lib/Locale/Maketext.t
12968            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12969            ! lib/Locale/Maketext/TPJ13.pod
12970 ____________________________________________________________________________
12971 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
12972         Log: Metaconfig unit change for #10760.
12973      Branch: metaconfig
12974            ! U/modified/Cppsym.U
12975 ____________________________________________________________________________
12976 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
12977         Log: Do not remove the ccsym* Cppsym* files since
12978              they are useful for metaconfig units coming after us.
12979              (This is the Configure nit mentioned in #10752.)
12980      Branch: perl
12981            ! Configure
12982 ____________________________________________________________________________
12983 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
12984         Log: Update to I18N::LangTags 0.24, from Sean Burke.
12985      Branch: perl
12986            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
12987            + lib/I18N/LangTags/README
12988            - lib/I18N/LangTags/List.pod
12989            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
12990 ____________________________________________________________________________
12991 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
12992         Log: Regen headers.
12993      Branch: perl
12994            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
12995            ! pod/perlapi.pod proto.h
12996 ____________________________________________________________________________
12997 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
12998         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
12999              From: Artur Bergman <artur@contiller.se>
13000              Date: Wed, 20 Jun 2001 11:31:32 +0200
13001              Message-ID: <B7563A14.17D8%artur@contiller.se>
13002      Branch: perl
13003            ! embed.pl hv.c intrpvar.h sv.c sv.h
13004 ____________________________________________________________________________
13005 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
13006         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
13007              From: Tim Sweetman <tim@aldigital.co.uk> 
13008              Date: Wed, 13 Jun 2001 14:25:17 +0100 
13009              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
13010      Branch: perl
13011            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
13012 ____________________________________________________________________________
13013 [ 10755] By: nick                                  on 2001/06/20  16:12:37
13014         Log: Integrate mainline
13015      Branch: perlio
13016           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
13017           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
13018           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
13019           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
13020           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
13021           !> t/op/study.t util.c
13022 ____________________________________________________________________________
13023 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
13024         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
13025              but not Makefile)
13026      Branch: maint-5.6/perl
13027            ! win32/Makefile
13028 ____________________________________________________________________________
13029 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
13030         Log: Security tweak on readlink().
13031      Branch: perl
13032            ! pp_sys.c
13033 ____________________________________________________________________________
13034 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
13035         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
13036      Branch: perl
13037            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
13038            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
13039            ! mpeix/relink t/op/pwent.t
13040 ____________________________________________________________________________
13041 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
13042         Log: Reinstate #10725 (with probe for alarm()).
13043      Branch: perl
13044            ! t/op/study.t
13045 ____________________________________________________________________________
13046 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
13047         Log: Replace our implementation of realpath() with OpenBSD's
13048              (src/lib/libc/stdlib/realpath.c 1.4).
13049      Branch: perl
13050            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
13051            ! pod/perldiag.pod proto.h util.c
13052 ____________________________________________________________________________
13053 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
13054         Log: Integrate perlio.
13055      Branch: perl
13056           !> perlio.c
13057 ____________________________________________________________________________
13058 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
13059         Log: No point in going into memory-saving contortions
13060              with getcwd() since there's a danger of buffer overflow.
13061              Also make the POSIX extension to use sv_getcwd().
13062              Finally, a missed proto.h fragment.
13063      Branch: perl
13064            ! ext/POSIX/POSIX.xs proto.h util.c
13065 ____________________________________________________________________________
13066 [ 10747] By: nick                                  on 2001/06/20  12:38:26
13067         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
13068      Branch: perlio
13069            ! perlio.c
13070 ____________________________________________________________________________
13071 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
13072         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
13073              From: Graham Barr <gbarr@pobox.com>
13074              Date: Wed, 20 Jun 2001 11:05:49 +0100
13075              Message-ID: <20010620110549.I19188@pobox.com>
13076              
13077              reported in        
13078              
13079              Subject: Bug in IO::Socket::INET module (repeat)
13080              From: "Harmon S. Nine" <hnine@netarx.com>
13081              Date: Tue, 19 Jun 2001 09:41:35 -0400
13082              Message-ID: <3B2F568F.8080605@netarx.com>
13083              
13084              The bug was that the IO::Socket::INET constructor
13085              did not allow a 'LocalPort' of 0.
13086      Branch: perl
13087            ! ext/IO/lib/IO/Socket/INET.pm
13088 ____________________________________________________________________________
13089 [ 10745] By: nick                                  on 2001/06/20  08:56:39
13090         Log: Integrate mainline.
13091      Branch: perlio
13092           !> (integrate 37 files)
13093 ____________________________________________________________________________
13094 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
13095         Log: After some reading I don't think we can blindly
13096              use systems' realpath().  Too many security problems,
13097              too many buggy implementations.
13098              
13099              TODO: the realpath() emulation code in util.c doesn't
13100              seem fully operational?  (readlink(), for example?)
13101      Branch: perl
13102            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
13103            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
13104            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
13105            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
13106            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
13107            ! win32/config_H.gc win32/config_H.vc
13108 ____________________________________________________________________________
13109 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
13110         Log: Metaconfig unit change for #10738.
13111      Branch: metaconfig
13112            ! U/compline/d_gconvert.U
13113 ____________________________________________________________________________
13114 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
13115         Log: Integrate change #10739 from maintperl:
13116              
13117              C<eval "/x$\r\n/x"> fails to compile correctly 
13118      Branch: perl
13119           !> t/op/pat.t toke.c
13120 ____________________________________________________________________________
13121 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
13122         Log: Retract #10725 (Hugo asked NOT to apply the patch)
13123      Branch: perl
13124            ! t/op/study.t
13125 ____________________________________________________________________________
13126 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
13127         Log: The test.third results were funnily named because of the
13128              new test scheme.
13129      Branch: perl
13130            ! t/TEST
13131 ____________________________________________________________________________
13132 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
13133         Log: C<eval "/x$\r\n/x"> fails to compile correctly
13134      Branch: maint-5.6/perl
13135            ! t/op/pat.t toke.c
13136 ____________________________________________________________________________
13137 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
13138         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
13139              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13140              Date: Tue, 19 Jun 2001 19:15:40 -0400
13141              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
13142              
13143              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
13144              because "1e+129" being expected but "1.e+129" being returned.
13145              The culprit (at least in Tru64) is the use of gcvt().
13146      Branch: perl
13147            ! Configure
13148 ____________________________________________________________________________
13149 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
13150         Log: Subject: [PATCH perl@10722] test hunting on VMS
13151              From: "Craig A. Berry" <craigberry@mac.com>
13152              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
13153              Date: Tue, 19 Jun 2001 18:59:01 -0500
13154      Branch: perl
13155            ! vms/test.com
13156 ____________________________________________________________________________
13157 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
13158         Log: Subject: [PATCH] s/typos//
13159              From: Abhijit Menon-Sen <ams@wiw.org>
13160              Date: Wed, 20 Jun 2001 02:15:02 +0530
13161              Message-ID: <20010620021502.A14541@lustre.linux.in>
13162              
13163              Without the op.h s/bearword/bareword/ hunk, see
13164              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
13165      Branch: perl
13166            ! util.c
13167 ____________________________________________________________________________
13168 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
13169         Log: Metaconfig unit change for #10732 and #10733.
13170      Branch: metaconfig/U/perl
13171            ! fflushall.U
13172 ____________________________________________________________________________
13173 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
13174         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
13175              From: "Craig A. Berry" <craigberry@mac.com>
13176              Date: Tue, 19 Jun 2001 17:19:48 -0500
13177              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
13178      Branch: perl
13179            ! configure.com vms/descrip_mms.template
13180 ____________________________________________________________________________
13181 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
13182         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13183              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13184              Date: Tue, 19 Jun 2001 16:48:07 -0400
13185              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
13186              
13187              Further fixes to fflush(NULL) detection.
13188      Branch: perl
13189            ! Configure
13190 ____________________________________________________________________________
13191 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
13192         Log: AIX test -s hangs with non-existent files?
13193              (A genuine logic bug in Configure, but AIX also broken?)
13194      Branch: perl
13195            ! Configure
13196 ____________________________________________________________________________
13197 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
13198         Log: AUTHORS updates.
13199      Branch: perl
13200            ! AUTHORS
13201 ____________________________________________________________________________
13202 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
13203         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
13204              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13205              Date: Tue, 19 Jun 2001 15:33:25 -0400
13206              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
13207      Branch: perl
13208            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
13209            ! t/lib/warnings/pp
13210 ____________________________________________________________________________
13211 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
13212         Log: Integrate perlio.
13213      Branch: perl
13214           !> lib/File/Find/find.t win32/distclean.bat
13215 ____________________________________________________________________________
13216 [ 10728] By: nick                                  on 2001/06/19  18:24:53
13217         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
13218      Branch: perlio
13219            ! lib/File/Find/find.t win32/distclean.bat
13220 ____________________________________________________________________________
13221 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
13222         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
13223              also add information how to find out whether one has PerlIO.
13224      Branch: perl
13225            ! pod/perlfunc.pod
13226 ____________________________________________________________________________
13227 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
13228         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
13229              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13230              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
13231              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
13232      Branch: perl
13233            ! pod/perlfunc.pod
13234 ____________________________________________________________________________
13235 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
13236         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
13237              From: Hugo <hv@crypt.compulink.co.uk>
13238              Date: Tue, 19 Jun 2001 12:37:30 +0100
13239              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
13240      Branch: perl
13241            ! t/op/study.t
13242 ____________________________________________________________________________
13243 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
13244         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
13245              From: Hugo <hv@crypt.compulink.co.uk>
13246              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
13247              Date: Tue, 19 Jun 2001 13:15:17 +0100
13248      Branch: perl
13249            ! util.c
13250 ____________________________________________________________________________
13251 [ 10723] By: nick                                  on 2001/06/19  14:46:15
13252         Log: Integrate mainline
13253      Branch: perlio
13254           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
13255           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
13256           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
13257           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
13258           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
13259           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13260            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13261            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13262            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13263            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13264            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13265            - ext/Thread/unsync4.t
13266           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
13267           !> djgpp/config.over djgpp/fixpmain
13268           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
13269           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
13270           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
13271 ____________________________________________________________________________
13272 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
13273         Log: Update Changes.
13274      Branch: perl
13275            ! Changes patchlevel.h
13276 ____________________________________________________________________________
13277 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
13278         Log: The existence shall be MANIFESted.
13279      Branch: perl
13280            ! MANIFEST
13281 ____________________________________________________________________________
13282 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
13283         Log: The old libnet.cfg is first searched from the current directory,
13284              only then from the module path.
13285      Branch: perl
13286            ! utils/libnetcfg.PL
13287 ____________________________________________________________________________
13288 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
13289         Log: NetWare tweaks from Guruprasad.
13290      Branch: perl
13291            ! NetWare/Makefile NetWare/config.wc
13292 ____________________________________________________________________________
13293 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
13294         Log: Subject: [PATCH] djgpp updates
13295              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13296              Date: Tue, 19 Jun 2001 10:59:06 +0200
13297              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
13298      Branch: perl
13299            ! djgpp/config.over djgpp/fixpmain
13300 ____________________________________________________________________________
13301 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
13302         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
13303              From: Prymmer/Kahn <pvhp@best.com>
13304              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
13305              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
13306      Branch: perl
13307            ! win32/Makefile
13308 ____________________________________________________________________________
13309 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
13310         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
13311              to happen right after the inclusion of <inttypes.h>,
13312              from Edward Moy.
13313      Branch: perl
13314            ! handy.h perl.h
13315 ____________________________________________________________________________
13316 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
13317         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
13318              From: Doug MacEachern <dougm@covalent.net>
13319              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
13320              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
13321      Branch: perl
13322            ! ext/DynaLoader/DynaLoader_pm.PL
13323 ____________________________________________________________________________
13324 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
13325         Log: Revert #10656 for perfomance reasons but leave in the
13326              use of Hv*() macros -- in comments, so that grepping the
13327              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
13328              suggested by Sarathy, also by Abhijit.)
13329      Branch: perl
13330            ! hv.c
13331 ____________________________________________________________________________
13332 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
13333         Log: Subject: [patch] .s MakeMaker suffix
13334              From: Doug MacEachern <dougm@covalent.net>
13335              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
13336              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
13337      Branch: perl
13338            ! lib/ExtUtils/MM_Unix.pm
13339 ____________________________________________________________________________
13340 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
13341         Log: One test lost in the big shuffle restored.
13342      Branch: perl
13343            + ext/IPC/SysV/ipcsysv.t
13344            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
13345 ____________________________________________________________________________
13346 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
13347         Log: Rename the old non-standard threads tests so that
13348              they won't be invoked.
13349      Branch: perl
13350            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
13351            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
13352            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
13353            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
13354            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
13355            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13356            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13357            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13358            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13359            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13360            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13361            - ext/Thread/unsync4.t
13362            ! MANIFEST
13363 ____________________________________________________________________________
13364 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
13365         Log: Integrate perlio.
13366      Branch: perl
13367           !> win32/config_sh.PL
13368 ____________________________________________________________________________
13369 [ 10709] By: nick                                  on 2001/06/19  08:18:18
13370         Log: Integrate mainline
13371      Branch: perlio
13372           +> (branch 40 files)
13373            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
13374            - lib/strict/subs lib/strict/vars lib/warnings/1global
13375            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
13376            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
13377            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
13378            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
13379            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
13380            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
13381            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
13382            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
13383            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
13384            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
13385            - lib/warnings/utf8 lib/warnings/util
13386           !> (integrate 57 files)
13387 ____________________________________________________________________________
13388 [ 10708] By: nick                                  on 2001/06/19  07:57:10
13389         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
13390      Branch: perlio
13391            ! win32/config_sh.PL
13392 ____________________________________________________________________________
13393 [ 10707] By: nick                                  on 2001/06/19  07:05:07
13394         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
13395      Branch: perl
13396            ! perly.c perly.y perly_c.diff vms/perly_c.vms
13397 ____________________________________________________________________________
13398 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
13399         Log: More perl572delta tweaks.
13400      Branch: perl
13401            ! pod/perl572delta.pod
13402 ____________________________________________________________________________
13403 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
13404         Log: Update perl572delta.
13405      Branch: perl
13406            ! pod/perl572delta.pod
13407 ____________________________________________________________________________
13408 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
13409         Log: VOS updates from Paul Green.
13410      Branch: perl
13411            ! vos/Changes vos/build.cm vos/perl.bind
13412 ____________________________________________________________________________
13413 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
13414         Log: Update the vos/config.*.* files.
13415      Branch: perl
13416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13417            ! vos/config.ga.h
13418 ____________________________________________________________________________
13419 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
13420         Log: Add a makefile for more painless adding of symbols to the
13421              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
13422              takes care of the adding)
13423      Branch: perl
13424            + vos/Makefile
13425 ____________________________________________________________________________
13426 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
13427         Log: Make libnetcfg by default display the libnet configuration,
13428              -c to change, add -i for old config, document all options,
13429              regen toc.
13430      Branch: perl
13431            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
13432 ____________________________________________________________________________
13433 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
13434         Log: gcc -Wall sweep.
13435      Branch: perl
13436            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
13437 ____________________________________________________________________________
13438 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
13439         Log: So there.
13440      Branch: perl
13441            ! universal.c
13442 ____________________________________________________________________________
13443 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
13444         Log: Document the need for sv_printify().
13445              
13446              Document that 'use utf8' has been considered.
13447              
13448              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
13449      Branch: perl
13450            ! pod/perltodo.pod universal.c
13451 ____________________________________________________________________________
13452 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
13453         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
13454              From: Nicholas Clark <nick@ccl4.org>
13455              Date: Mon, 18 Jun 2001 23:29:23 +0100
13456              Message-ID: <20010618232923.I98663@plum.flirble.org>
13457      Branch: perl
13458            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
13459            ! ext/Sys/Syslog/Makefile.PL
13460 ____________________________________________________________________________
13461 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
13462         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
13463              From: Scott.L.Miller@Compaq.com
13464              Date: Mon, 18 Jun 2001 10:12:27 -0500
13465              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
13466      Branch: perl
13467            ! lib/perl5db.pl pod/perldebug.pod
13468 ____________________________________________________________________________
13469 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
13470         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
13471              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13472              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
13473              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
13474      Branch: perl
13475            ! lib/Carp/Heavy.pm
13476 ____________________________________________________________________________
13477 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
13478         Log: Subject: [PATCH] Documentation changes for CLONE
13479              From: Artur Bergman <artur@contiller.se>
13480              Date: Mon, 18 Jun 2001 22:06:37 +0200
13481              Message-ID: <B7542BEC.1719%artur@contiller.se>
13482      Branch: perl
13483            ! pod/perlmod.pod pod/perlsub.pod
13484 ____________________________________________________________________________
13485 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
13486         Log: Subject: Re: configure.com
13487              From: "Craig A. Berry" <craigberry@mac.com>
13488              Date: Mon, 18 Jun 2001 16:04:38 -0500
13489              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
13490      Branch: perl
13491            ! configure.com
13492 ____________________________________________________________________________
13493 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
13494         Log: Subject: PL_nullstash + perl_clone()
13495              From: Doug MacEachern <dougm@covalent.net>
13496              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
13497              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
13498      Branch: perl
13499            ! sv.c
13500 ____________________________________________________________________________
13501 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
13502         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13503              From: davem@fdgroup.co.uk
13504              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
13505              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
13506      Branch: perl
13507            ! embed.pl pod/perlapi.pod
13508 ____________________________________________________________________________
13509 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
13510         Log: More cross-compilation defaults gleaned from -Dcc
13511              if it is CPU-OS-gcc.
13512      Branch: metaconfig
13513            ! U/modified/libc.U
13514      Branch: metaconfig/U/perl
13515            ! Cross.U
13516      Branch: perl
13517            ! Configure INSTALL
13518 ____________________________________________________________________________
13519 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
13520         Log: Update Changes.
13521      Branch: perl
13522            ! Changes patchlevel.h
13523 ____________________________________________________________________________
13524 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
13525         Log: Subject: [PATCH 5.7.1] sv.c documentation
13526              From: davem@fdgroup.co.uk
13527              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
13528              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
13529      Branch: perl
13530            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
13531            ! sv.c sv.h
13532 ____________________________________________________________________________
13533 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
13534         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
13535              From: "Jon Gunnip" <jongunnip@hotmail.com>
13536              Date: Sun, 17 Jun 2001 18:24:29 -0400
13537              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
13538      Branch: perl
13539            ! pod/perlvar.pod
13540 ____________________________________________________________________________
13541 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
13542         Log: Move the locale/strict/warnings helper files back
13543              under the t/lib; this way the amount of non-installabled
13544              stuff under lib/ stays smaller.
13545      Branch: perl
13546            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
13547            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
13548            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
13549            + t/lib/warnings/5nolint t/lib/warnings/6default
13550            + t/lib/warnings/7fatal t/lib/warnings/8signal
13551            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
13552            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
13553            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
13554            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
13555            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
13556            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
13557            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
13558            + t/lib/warnings/taint t/lib/warnings/toke
13559            + t/lib/warnings/universal t/lib/warnings/utf8
13560            + t/lib/warnings/util
13561            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
13562            - lib/strict/subs lib/strict/vars lib/warnings/1global
13563            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
13564            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
13565            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
13566            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
13567            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
13568            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
13569            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
13570            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
13571            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
13572            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
13573            - lib/warnings/utf8 lib/warnings/util
13574            ! MANIFEST installperl lib/locale.t lib/strict.t
13575 ____________________________________________________________________________
13576 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
13577         Log: Split off the pack/unpack code, from Nicholas Clark.
13578      Branch: perl
13579            + pp_pack.c
13580            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
13581            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
13582            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13583 ____________________________________________________________________________
13584 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
13585         Log: Guard the SysV IPC tests against being invoked in
13586              SysV-IPC-less places.
13587      Branch: perl
13588            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
13589 ____________________________________________________________________________
13590 [ 10683] By: nick                                  on 2001/06/18  12:24:42
13591         Log: Integrate mainline (new test scheme now ok on Linux).
13592      Branch: perlio
13593           +> lib/warnings.t
13594           !> dump.c sv.c
13595 ____________________________________________________________________________
13596 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
13597         Log: Add the locale.c and numeric.c to the microperl sources.
13598      Branch: perl
13599            ! Makefile.micro win32/Makefile
13600 ____________________________________________________________________________
13601 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
13602         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
13603              From: Abhijit Menon-Sen <ams@wiw.org>
13604              Date: Mon, 18 Jun 2001 14:23:44 +0530
13605              Message-ID: <20010618142344.A13136@lustre.linux.in>
13606      Branch: perl
13607            ! dump.c
13608 ____________________________________________________________________________
13609 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
13610         Log: Subject: Re: [PATCH] more anonymous stash cleanups
13611              From: Abhijit Menon-Sen <ams@wiw.org>
13612              Date: Mon, 18 Jun 2001 15:50:32 +0530
13613              Message-ID: <20010618155032.A13223@lustre.linux.in>
13614              
13615              Plus the comment left in as suggested by NI-S.
13616      Branch: perl
13617            ! sv.c
13618 ____________________________________________________________________________
13619 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
13620         Log: One missed file.
13621      Branch: perl
13622            + lib/warnings.t
13623 ____________________________________________________________________________
13624 [ 10678] By: nick                                  on 2001/06/18  08:05:29
13625         Log: Integrate mainline (part2 - the deletes)
13626      Branch: perlio
13627            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
13628            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
13629            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
13630            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
13631            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
13632            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
13633            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
13634            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
13635            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
13636            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
13637            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
13638 ____________________________________________________________________________
13639 [ 10677] By: nick                                  on 2001/06/18  08:04:44
13640         Log: Integrate mainline (part1)
13641      Branch: perlio
13642           +> (branch 376 files)
13643            - (delete 219 files)
13644           !> (integrate 151 files)
13645 ____________________________________________________________________________
13646 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
13647         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
13648              No doubt I made some mistakes like missed some files or
13649              misnamed some files.  The naming rules were more or less:
13650              (1) if the module is from CPAN, follows its ways, be it
13651              t/*.t or test.pl.
13652              (2) otherwise if there are multiple tests for a module
13653              put them in a t/
13654              (3) otherwise if there's only one test put it in Module.t
13655              (4) helper files go to module/ (locale, strict, warnings)
13656              (5) use longer filenames now that we can (but e.g. the
13657              compat-0.6.t and the Text::Balanced test files still
13658              were renamed to be more civil against the 8.3 people)
13659              installperl was updated appropriately not to install the
13660              *.t files or the help files from under lib.
13661              
13662              TODO: some helper files still remain under t/ that could
13663              follow their 'masters'.  UPDATE: On second thoughts, why
13664              should they.  They can continue to live under t/lib, and
13665              in fact the locale/strict/warnings helpers that were moved
13666              could be moved back.  This way the amount of non-installable
13667              stuff under lib/ stays smaller.
13668      Branch: perl
13669            + (add 253 files)
13670            - (delete 254 files)
13671            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
13672 ____________________________________________________________________________
13673 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
13674         Log: The warning no more comes from util.c, it comes from numeric.c.
13675      Branch: perl
13676            ! README.tru64
13677 ____________________________________________________________________________
13678 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
13679         Log: Subject: Re: anyone good at casting spells?
13680              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13681              Date: Sun, 17 Jun 2001 21:21:04 -0400
13682              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
13683      Branch: perl
13684            ! ext/POSIX/POSIX.xs hv.h
13685 ____________________________________________________________________________
13686 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
13687         Log: Protect the (original) thread tests against testing if no 5.005
13688              threads have been configured.
13689      Branch: perl
13690            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13691            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13692            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13693            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13694            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13695            ! ext/Thread/unsync4.t
13696 ____________________________________________________________________________
13697 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
13698         Log: Try the new test scanning scheme on Text::Abbrev.
13699      Branch: perl
13700            + lib/Text/Abbrev.t
13701            - lib/Text/Abbrev/t/abbrev.t
13702            ! MANIFEST
13703 ____________________________________________________________________________
13704 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
13705         Log: Change the scan policy of the *.t and test.pl files,
13706              now the *.t do not need to live in a t/ directory.
13707      Branch: perl
13708            ! t/TEST t/harness
13709 ____________________________________________________________________________
13710 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
13711         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
13712              From: Ilmari Karonen <iltzu@sci.fi>
13713              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
13714              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
13715      Branch: perl
13716            ! pod/perlfaq7.pod
13717 ____________________________________________________________________________
13718 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
13719         Log: Quench the warnings from Tru64; the HP-UX is still
13720              broken because it really, REALLY, doesn't like the
13721              HvARRAY() being lvalue:
13722              
13723              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
13724              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
13725      Branch: perl
13726            ! hv.c
13727 ____________________________________________________________________________
13728 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
13729         Log: Integrate change #10667 from maintperl:
13730              
13731              change#10449 broke the special-case that makes lexicals inside the
13732              eval"" within DB::DB() visible
13733      Branch: perl
13734           !> op.c
13735 ____________________________________________________________________________
13736 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
13737         Log: change#10449 broke the special-case that makes lexicals inside the
13738              eval"" within DB::DB() visible
13739      Branch: maint-5.6/perl
13740            ! op.c
13741 ____________________________________________________________________________
13742 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
13743         Log: Still spurious output; indent the code a bit.
13744              
13745              TODO1: separate the utility functions like MkDir
13746              into a helper script?
13747              
13748              TODO2: I see a lot of repetition in the filepath()
13749              and dirpath() calls.
13750      Branch: perl
13751            ! t/lib/filefind.t t/lib/findtaint.t
13752 ____________________________________________________________________________
13753 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
13754         Log: Regen modlib, toc.
13755      Branch: perl
13756            ! pod/perlmodlib.pod pod/perltoc.pod
13757 ____________________________________________________________________________
13758 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
13759         Log: Add libnetcfg to perlutil.
13760      Branch: perl
13761            ! pod/perlutil.pod
13762 ____________________________________________________________________________
13763 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
13764         Log: Initial integration of libnet-1.0703.
13765              The Configure script renamed as libnetcfg, will be
13766              installed along other utilities.
13767      Branch: perl
13768            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
13769            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
13770            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
13771            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
13772            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
13773            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
13774            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
13775            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
13776            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
13777            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
13778            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
13779            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
13780            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
13781            + utils/libnetcfg.PL
13782            ! MANIFEST utils.lst utils/Makefile
13783 ____________________________________________________________________________
13784 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
13785         Log: Less potentially test-harness-confusing output.
13786      Branch: perl
13787            ! lib/Memoize/t/expire_module_t.t
13788 ____________________________________________________________________________
13789 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
13790         Log: The final print annoys make test.
13791      Branch: perl
13792            ! t/lib/filefind.t t/lib/findtaint.t
13793 ____________________________________________________________________________
13794 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
13795         Log: Add an option for handling dangling symbolic links.
13796      Branch: perl
13797            ! lib/File/Find.pm t/lib/filefind.t
13798 ____________________________________________________________________________
13799 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
13800         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
13801              From: Thomas Wegner <wegner_thomas@yahoo.com>
13802              Date: Sun, 17 Jun 2001 14:43:11 +0200
13803              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
13804      Branch: perl
13805            + t/lib/findtaint.t
13806            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
13807 ____________________________________________________________________________
13808 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
13809         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
13810              From: Jonathan Stowe <gellyfish@gellyfish.com>
13811              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
13812              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
13813      Branch: perl
13814            ! lib/ExtUtils/MM_Unix.pm
13815 ____________________________________________________________________________
13816 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
13817         Log: Subject: [PATCH] more anonymous stash cleanups
13818              From: Abhijit Menon-Sen <ams@wiw.org>
13819              Date: Sun, 17 Jun 2001 11:44:06 +0530
13820              Message-ID: <20010617114406.A25203@lustre.linux.in>
13821      Branch: perl
13822            ! op.c
13823 ____________________________________________________________________________
13824 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
13825         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
13826              From: Abhijit Menon-Sen <ams@wiw.org>
13827              Date: Sun, 17 Jun 2001 08:02:59 +0530
13828              Message-ID: <20010617080259.A28776@lustre.linux.in>
13829              
13830              Subject: [PATCH #2/7] xhv_eiter
13831              From: Abhijit Menon-Sen <ams@wiw.org>
13832              Date: Sun, 17 Jun 2001 08:13:18 +0530
13833              Message-ID: <20010617081318.B28776@lustre.linux.in>
13834              
13835              Subject: [PATCH #3/7] xhv_fill
13836              From: Abhijit Menon-Sen <ams@wiw.org>
13837              Date: Sun, 17 Jun 2001 08:25:16 +0530
13838              Message-ID: <20010617082516.C28776@lustre.linux.in>
13839              
13840              Subject: [PATCH #4/7] xhv_keys
13841              From: Abhijit Menon-Sen <ams@wiw.org>
13842              Date: Sun, 17 Jun 2001 08:36:17 +0530
13843              Message-ID: <20010617083617.D28776@lustre.linux.in>
13844              
13845              Subject: [PATCH #5/7] xhv_max
13846              From: Abhijit Menon-Sen <ams@wiw.org>
13847              Date: Sun, 17 Jun 2001 08:39:48 +0530
13848              Message-ID: <20010617083948.E28776@lustre.linux.in>
13849              
13850              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
13851              From: Abhijit Menon-Sen <ams@wiw.org>
13852              Date: Sun, 17 Jun 2001 08:51:11 +0530
13853              Message-ID: <20010617085111.F28776@lustre.linux.in>
13854      Branch: perl
13855            ! hv.c
13856 ____________________________________________________________________________
13857 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
13858         Log: Update Changes.
13859      Branch: perl
13860            ! Changes patchlevel.h
13861 ____________________________________________________________________________
13862 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
13863         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
13864              From: Abhijit Menon-Sen <ams@wiw.org>
13865              Date: Sat, 16 Jun 2001 07:41:19 +0530
13866              Message-ID: <20010616074119.A24720@lustre.linux.in>
13867      Branch: perl
13868            ! hv.c perl.c vms/vmsish.h win32/win32.h
13869 ____________________________________________________________________________
13870 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
13871         Log: Document tests failing when threaded, since we now have more.
13872      Branch: perl
13873            ! pod/perl572delta.pod
13874 ____________________________________________________________________________
13875 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
13876         Log: -Wall cleanup.
13877      Branch: perl
13878            ! ext/Thread/Thread.xs
13879 ____________________________________________________________________________
13880 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
13881         Log: pthread_attr_setstacksize() isn't absolutely necessary
13882              to call, only iff THREAD_CREATE_NEEDS_STACK.
13883      Branch: perl
13884            ! ext/Thread/Thread.xs
13885 ____________________________________________________________________________
13886 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
13887         Log: -Wall strays.
13888      Branch: perl
13889            ! perl.c util.c
13890 ____________________________________________________________________________
13891 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
13892         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
13893              (and INT64_MIN) brokenness.
13894      Branch: perl
13895            ! hints/darwin.sh perl.h
13896 ____________________________________________________________________________
13897 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
13898         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
13899              From: Nicholas Clark <nick@ccl4.org>
13900              Date: Sun, 17 Jun 2001 00:16:05 +0100
13901              Message-ID: <20010617001605.V98663@plum.flirble.org>
13902      Branch: perl
13903            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
13904            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
13905            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13906 ____________________________________________________________________________
13907 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
13908         Log: Add perlnetware to docs; regen toc; supply skeleton
13909              docs for some Memoize submodules.
13910      Branch: perl
13911            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
13912            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
13913            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
13914            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
13915            ! win32/Makefile win32/makefile.mk
13916 ____________________________________________________________________________
13917 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
13918         Log: pod cleanup.
13919      Branch: perl
13920            ! README.netware
13921 ____________________________________________________________________________
13922 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
13923         Log: Integrate Memoize 0.64.  Few tweaks were required in
13924              the test scripts.  Note that the speed and expire*
13925              tests take several dozen seconds to run.
13926      Branch: perl
13927            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13928            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
13929            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
13930            + lib/Memoize/README lib/Memoize/SDBM_File.pm
13931            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
13932            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
13933            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
13934            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13935            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
13936            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
13937            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
13938            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
13939            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
13940            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
13941            ! MANIFEST t/lib/1_compile.t
13942 ____________________________________________________________________________
13943 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
13944         Log: Document the cross-compilation options.
13945      Branch: perl
13946            ! Cross/README INSTALL
13947 ____________________________________________________________________________
13948 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
13949         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
13950      Branch: perl
13951            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
13952            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
13953            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
13954            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
13955            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
13956            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
13957            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
13958            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
13959            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
13960            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
13961            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
13962            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
13963            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
13964            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
13965            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
13966            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
13967            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
13968            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
13969            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
13970            + lib/ExtUtils/MM_NW5.pm
13971            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
13972            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
13973            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13974            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
13975            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
13976            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
13977            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
13978            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
13979            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
13980            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
13981            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
13982            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
13983            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
13984            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
13985            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
13986            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
13987            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
13988            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
13989            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
13990            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
13991            ! util.h x2p/a2py.c
13992 ____________________________________________________________________________
13993 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
13994         Log: Resort MANIFEST.
13995      Branch: perl
13996            ! MANIFEST
13997 ____________________________________________________________________________
13998 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
13999         Log: Integrate perlio.
14000      Branch: perl
14001           +> win32/win32io.c
14002           !> MANIFEST perlio.c perliol.h win32/makefile.mk
14003 ____________________________________________________________________________
14004 [ 10640] By: nick                                  on 2001/06/16  18:38:31
14005         Log: Disable :win32 layer as default till I get it working
14006      Branch: perlio
14007            ! MANIFEST perlio.c
14008 ____________________________________________________________________________
14009 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
14010         Log: Try the new scheme by moving the Text::Abbrev test
14011              to a new place under lib.
14012      Branch: perl
14013            + lib/Text/Abbrev/t/abbrev.t
14014            - t/lib/abbrev.t
14015            ! MANIFEST
14016 ____________________________________________________________________________
14017 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
14018         Log: Make the code even more dynamical so that testname
14019              suffix length can change.
14020      Branch: perl
14021            ! lib/Test/Harness.pm t/TEST
14022 ____________________________________________________________________________
14023 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
14024         Log: Allow for deeper t/ and also a single test.pl.
14025      Branch: perl
14026            ! t/TEST t/harness
14027 ____________________________________________________________________________
14028 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
14029         Log: #define fix from Nicholas Clark.
14030      Branch: perl
14031            ! ext/POSIX/POSIX.xs
14032 ____________________________________________________________________________
14033 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
14034         Log: Initialization is nice.
14035      Branch: perl
14036            ! lib/Test/Harness.pm
14037 ____________________________________________________________________________
14038 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
14039         Log: Make t/TEST and t/harness to test also the t/ tests
14040              under the main lib/ and ext/ directories.  Fix Test::Harness
14041              to dynamically change the width of its "foo/bar....ok" output.
14042      Branch: perl
14043            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
14044 ____________________________________________________________________________
14045 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
14046         Log: Subject: [PATCH] Re: perl@10611 
14047              From: Nicholas Clark <nick@ccl4.org>
14048              Date: Sat, 16 Jun 2001 16:52:47 +0100
14049              Message-ID: <20010616165247.O98663@plum.flirble.org>
14050              
14051              The .xs parts, too.
14052      Branch: perl
14053            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
14054            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
14055 ____________________________________________________________________________
14056 [ 10632] By: nick                                  on 2001/06/16  16:44:35
14057         Log: Work-in-progress win32 layer semi-functional, checking 
14058              for UNIX breakage.
14059      Branch: perlio
14060            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
14061 ____________________________________________________________________________
14062 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
14063         Log: Subject: [PATCH] Re: perl@10611 
14064              From: Nicholas Clark <nick@ccl4.org>
14065              Date: Sat, 16 Jun 2001 16:52:47 +0100
14066              Message-ID: <20010616165247.O98663@plum.flirble.org>
14067      Branch: perl
14068            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
14069            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
14070            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
14071            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
14072            ! lib/ExtUtils/Constant.pm
14073 ____________________________________________________________________________
14074 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
14075         Log: Metaconfig unit change for #10629.
14076      Branch: metaconfig
14077            ! U/modified/Finish.U
14078 ____________________________________________________________________________
14079 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
14080         Log: The extraction changed directories.
14081      Branch: perl
14082            ! Configure
14083 ____________________________________________________________________________
14084 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
14085         Log: Math::BigInt 1.35 from Tels.
14086      Branch: perl
14087            + t/lib/mbimbf.t
14088            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14089            ! t/lib/bigfltpm.t t/lib/bigintpm.t
14090 ____________________________________________________________________________
14091 [ 10627] By: nick                                  on 2001/06/16  14:54:52
14092         Log: Work in progress UNIX-side edit of win32 PerLIO layer
14093      Branch: perlio
14094            + win32/win32io.c
14095            ! perlio.c win32/makefile.mk
14096 ____________________________________________________________________________
14097 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
14098         Log: Subject: [PATCH 5.6.1] os2/diff-configure
14099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14100              Date: Fri, 15 Jun 2001 01:19:36 -0400
14101              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
14102              
14103              Empty all of it because I think #10624 made even the
14104              last patch hunk unnecessary.
14105      Branch: perl
14106            ! os2/diff.configure
14107 ____________________________________________________________________________
14108 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
14109         Log: Metaconfig unit change for 10624.
14110      Branch: metaconfig
14111            ! U/modified/libc.U
14112      Branch: perl
14113            ! config_h.SH
14114 ____________________________________________________________________________
14115 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
14116         Log: Move the initialization of libnames to the beginning so
14117              that can one 'seed' it (as OS/2 does.)
14118      Branch: perl
14119            ! Configure
14120 ____________________________________________________________________________
14121 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
14122         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
14123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14124              Date: Fri, 15 Jun 2001 19:10:57 -0400
14125              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
14126      Branch: perl
14127            ! os2/OS2/REXX/DLL/DLL.pm
14128 ____________________________________________________________________________
14129 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
14130         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
14131              From: "Craig A. Berry" <craigberry@mac.com>
14132              Date: Fri, 15 Jun 2001 17:00:03 -0500
14133              Message-Id: <a05101007b750342599be@[172.16.52.1]>
14134      Branch: perl
14135            ! vms/descrip_mms.template
14136 ____________________________________________________________________________
14137 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
14138         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
14139              From: "Craig A. Berry" <craigberry@mac.com>
14140              Date: Fri, 15 Jun 2001 18:39:42 -0500
14141              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
14142      Branch: perl
14143            ! lib/File/Spec/VMS.pm t/lib/extutils.t
14144 ____________________________________________________________________________
14145 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
14146         Log: Integrate perlio.
14147      Branch: perl
14148           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
14149           !> t/io/utf8.t t/lib/io_scalar.t
14150 ____________________________________________________________________________
14151 [ 10619] By: nick                                  on 2001/06/15  21:05:19
14152         Log: Generated files
14153      Branch: perlio
14154            ! embed.h proto.h
14155 ____________________________________________________________________________
14156 [ 10618] By: nick                                  on 2001/06/15  20:27:42
14157         Log: Fix open.pm to work via XS-implemented method calls rather
14158              than *open::layers variables which caused all the HV/AV hassle.
14159      Branch: perlio
14160            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
14161            ! t/lib/io_scalar.t
14162 ____________________________________________________________________________
14163 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
14164         Log: Integrate perlio.
14165      Branch: perl
14166           !> lib/ExtUtils/Constant.pm
14167 ____________________________________________________________________________
14168 [ 10616] By: nick                                  on 2001/06/15  18:46:47
14169         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
14170      Branch: perlio
14171            ! lib/ExtUtils/Constant.pm
14172 ____________________________________________________________________________
14173 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
14174         Log: Integrate perlio.
14175      Branch: perl
14176           !> ext/Socket/Socket.xs
14177 ____________________________________________________________________________
14178 [ 10614] By: nick                                  on 2001/06/15  18:33:37
14179         Log: MULTIPLICITY fix for Socket.xs
14180      Branch: perlio
14181            ! ext/Socket/Socket.xs
14182 ____________________________________________________________________________
14183 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
14184         Log: Subject: Re: perl@10611
14185              From: Doug MacEachern <dougm@covalent.net>
14186              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
14187              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
14188      Branch: perl
14189            ! ext/Socket/Socket.xs
14190 ____________________________________________________________________________
14191 [ 10612] By: nick                                  on 2001/06/15  16:14:38
14192         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
14193      Branch: perlio
14194           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14195           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
14196           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
14197           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
14198           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
14199           !> utils/h2ph.PL
14200 ____________________________________________________________________________
14201 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
14202         Log: Update Changes.
14203      Branch: perl
14204            ! Changes patchlevel.h
14205 ____________________________________________________________________________
14206 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
14207         Log: Upping the test count.
14208      Branch: perl
14209            ! t/lib/filefind.t
14210 ____________________________________________________________________________
14211 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
14212         Log: Integrate perlio.
14213      Branch: perl
14214           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14215 ____________________________________________________________________________
14216 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
14217         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14218              From: andreas.koenig@anima.de (Andreas J. Koenig)
14219              Date: 15 Jun 2001 13:30:39 +0200
14220              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
14221              
14222              Record the grim history.
14223      Branch: perl
14224            ! lib/File/Find.pm
14225 ____________________________________________________________________________
14226 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
14227         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14228              From: Brian McCauley <nobull@mail.com>
14229              Date: 15 Jun 2001 07:51:26 +0100
14230              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
14231      Branch: perl
14232            ! lib/File/Find.pm t/lib/filefind.t
14233 ____________________________________________________________________________
14234 [ 10606] By: nick                                  on 2001/06/15  14:00:08
14235         Log: regen_config_h for Win32.
14236      Branch: perlio
14237            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14238 ____________________________________________________________________________
14239 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
14240         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
14241              From: Peter Prymmer <pvhp@forte.com>
14242              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
14243              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
14244      Branch: perl
14245            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
14246 ____________________________________________________________________________
14247 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
14248         Log: Some filesystems require writability for rename/unlink.
14249      Branch: perl
14250            ! opcode.pl
14251 ____________________________________________________________________________
14252 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
14253         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
14254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
14255              Date: Fri, 15 Jun 2001 12:08:53 +0200
14256              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
14257      Branch: perl
14258            ! perlio.c
14259 ____________________________________________________________________________
14260 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
14261         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
14262              From: Mike Guy <mjtg@cam.ac.uk>
14263              Date: Fri, 15 Jun 2001 14:11:49 +0100
14264              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
14265      Branch: perl
14266            ! opcode.pl
14267 ____________________________________________________________________________
14268 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
14269         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
14270              From: Nicholas Clark <nick@ccl4.org>
14271              Date: Thu, 14 Jun 2001 23:52:56 +0100
14272              Message-ID: <20010614235256.G98663@plum.flirble.org>
14273      Branch: perl
14274            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14275            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14276 ____________________________________________________________________________
14277 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
14278         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14279              From: Russ Allbery <rra@stanford.edu>
14280              Date: 14 Jun 2001 13:24:43 -0700
14281              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
14282      Branch: perl
14283            ! ext/GDBM_File/GDBM_File.pm
14284 ____________________________________________________________________________
14285 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
14286         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14287              From: Nicholas Clark <nick@ccl4.org>
14288              Date: Thu, 14 Jun 2001 20:37:47 +0100
14289              Message-ID: <20010614203747.F98663@plum.flirble.org>
14290      Branch: perl
14291            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14292            ! t/lib/gdbm.t
14293 ____________________________________________________________________________
14294 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
14295         Log: Integrate perlio.
14296      Branch: perl
14297           !> makedef.pl sv.c
14298 ____________________________________________________________________________
14299 [ 10597] By: nick                                  on 2001/06/15  11:08:13
14300         Log: Check that HVs with HvNAME() != NULL are really stashes before
14301              treating them as such. Also be more defensive on the GvCV.
14302              Win32 fork and dprof now working again. 
14303      Branch: perlio
14304            ! sv.c
14305 ____________________________________________________________________________
14306 [ 10596] By: nick                                  on 2001/06/15  10:11:20
14307         Log: Integrate mainline.
14308      Branch: perlio
14309           +> Cross/README
14310           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
14311           !> Porting/config_H config_h.SH configure.com epoc/config.sh
14312           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
14313           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14314           !> vos/config.ga.h win32/config.bc win32/config.gc
14315           !> win32/config.vc win32/config_H.bc win32/config_H.gc
14316           !> win32/config_H.vc
14317 ____________________________________________________________________________
14318 [ 10595] By: nick                                  on 2001/06/15  09:37:17
14319         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
14320              - Win32 (VC++) now builds but fails:
14321              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
14322              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
14323              write.t    - open(...,"|-") not implemented on Win32 
14324      Branch: perlio
14325            ! makedef.pl
14326 ____________________________________________________________________________
14327 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
14328         Log: Integrate perlio.
14329      Branch: perl
14330           !> perlio.c win32/makefile.mk
14331 ____________________________________________________________________________
14332 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
14333         Log: Metaconfig unit changes for #10592.
14334      Branch: metaconfig
14335            + U/modified/i_varhdr.U U/modified/startsh.U
14336            - U/a_dvisory/crosscompile.U U/target/Target.U
14337            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
14338            ! U/compline/bitpbyte.U U/compline/byteorder.U
14339            ! U/compline/ccflags.U U/compline/charsize.U
14340            ! U/compline/d_casti32.U U/compline/d_castneg.U
14341            ! U/compline/d_closedir.U U/compline/d_fd_set.U
14342            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
14343            ! U/compline/d_keepsig.U U/compline/d_open3.U
14344            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
14345            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
14346            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
14347            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
14348            ! U/compline/doublesize.U U/compline/floatsize.U
14349            ! U/compline/nblock_io.U U/compline/orderlib.U
14350            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
14351            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
14352            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
14353            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
14354            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
14355            ! U/modified/spitshell.U U/threads/archname.U
14356            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
14357            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
14358            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
14359            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
14360            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
14361      Branch: metaconfig/U/perl
14362            + Cross.U
14363            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
14364            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
14365            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
14366            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
14367            ! stdio_streams.U uselfs.U
14368 ____________________________________________________________________________
14369 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
14370         Log: The first steps towards cross-compilation.
14371              
14372              Abstract execution of compiled test executables with $run,
14373              and abstract transfer of files with $to and $from.
14374              
14375              Under cross-compilation the $run, $to, and $from will point
14376              to appropriate wrapper scripts, by default ssh and scp,
14377              but also rsh, rcp, and cp are supported.  If not
14378              cross-compiling, they will be set to '', ':', and ':',
14379              respectively.
14380              
14381              With these patches I was able to get Configure for
14382              iPAQ ARM Linux on an Intel Linux about 95% right
14383              (only a few tests failed to execute or they produced
14384              incorrect results), and I was able to compile
14385              a functional miniperl.
14386              
14387              The symbol crosscompile renamed to be usecrosscompile,
14388              the corresponding C symbol from CROSSCOMPILE to
14389              USE_CROSS_COMPILE.
14390      Branch: perl
14391            ! Configure Cross/README Makefile.SH Porting/Glossary
14392            ! Porting/config.sh Porting/config_H config_h.SH configure.com
14393            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
14394            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14395            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14396            ! win32/config.gc win32/config.vc win32/config_H.bc
14397            ! win32/config_H.gc win32/config_H.vc
14398 ____________________________________________________________________________
14399 [ 10591] By: nick                                  on 2001/06/14  20:00:12
14400         Log: Steps along the road toward Win32 building again.
14401      Branch: perlio
14402            ! perlio.c win32/makefile.mk
14403 ____________________________________________________________________________
14404 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
14405         Log: Integrate perlio.
14406      Branch: perl
14407           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14408 ____________________________________________________________________________
14409 [ 10589] By: nick                                  on 2001/06/14  13:54:07
14410         Log: Routine regen_config_h for Win32
14411      Branch: perlio
14412            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14413 ____________________________________________________________________________
14414 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
14415         Log: Integrate perlio.
14416      Branch: perl
14417           +> perlyline.pl
14418           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
14419 ____________________________________________________________________________
14420 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
14421         Log: A placeholder.
14422      Branch: perl
14423            + Cross/README
14424 ____________________________________________________________________________
14425 [ 10586] By: nick                                  on 2001/06/14  08:25:07
14426         Log: Add new step to run_byacc which:
14427              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
14428              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
14429      Branch: perlio
14430            + perlyline.pl
14431            ! MANIFEST Makefile.SH perly.c
14432 ____________________________________________________________________________
14433 [ 10585] By: nick                                  on 2001/06/14  08:22:29
14434         Log: Integrate mainline
14435      Branch: perlio
14436           +> locale.c numeric.c
14437           !> Changes cygwin/Makefile.SHs embed.h embed.pl
14438           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
14439           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
14440           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
14441           !> x2p/Makefile.SH
14442 ____________________________________________________________________________
14443 [ 10584] By: nick                                  on 2001/06/14  08:05:53
14444         Log: Hack to remove insecure directories from PATH so test will run.
14445      Branch: perlio
14446            ! t/lib/filefind.t
14447 ____________________________________________________________________________
14448 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
14449         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
14450      Branch: perl
14451            - t/lib/mbimbf.t
14452            ! MANIFEST
14453 ____________________________________________________________________________
14454 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
14455         Log: Detypo.
14456      Branch: perl
14457            ! x2p/Makefile.SH
14458 ____________________________________________________________________________
14459 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
14460         Log: de-$CONFIG continues.
14461      Branch: perl
14462            ! cygwin/Makefile.SHs x2p/Makefile.SH
14463 ____________________________________________________________________________
14464 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
14465         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
14466              From: Nicholas Clark <nick@ccl4.org>
14467              Date: Wed, 13 Jun 2001 21:20:13 +0100
14468              Message-ID: <20010613212013.D98663@plum.flirble.org>
14469      Branch: perl
14470            ! opcode.pl
14471 ____________________________________________________________________________
14472 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
14473         Log: Subject: splitting util.c
14474              From: Hugo <hv@crypt.compulink.co.uk>
14475              Date: Thu, 14 Jun 2001 00:41:08 +0100
14476              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
14477      Branch: perl
14478            + locale.c numeric.c
14479            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
14480            ! pod/perlapi.pod proto.h util.c
14481 ____________________________________________________________________________
14482 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
14483         Log: Upgrade to Math::BigInt 1.34 from Tels.
14484      Branch: perl
14485            + t/lib/mbimbf.t
14486            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14487            ! t/lib/bigfltpm.t t/lib/bigintpm.t
14488 ____________________________________________________________________________
14489 [ 10577] By: nick                                  on 2001/06/13  19:02:48
14490         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
14491      Branch: perlio
14492           !> (integrate 125 files)
14493 ____________________________________________________________________________
14494 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
14495         Log: Update Changes.
14496      Branch: perl
14497            ! Changes patchlevel.h
14498 ____________________________________________________________________________
14499 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
14500         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
14501              From: "Craig A. Berry" <craigberry@mac.com>
14502              Date: Wed, 13 Jun 2001 13:24:28 -0500
14503              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
14504      Branch: perl
14505            ! ext/re/Makefile.PL
14506 ____________________________________________________________________________
14507 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
14508         Log: Mc.u.c. for #10573.
14509      Branch: metaconfig
14510            ! U/threads/usethreads.U
14511 ____________________________________________________________________________
14512 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
14513         Log: It would be also be good if I could type.
14514      Branch: perl
14515            ! Configure
14516 ____________________________________________________________________________
14517 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
14518         Log: Metaconfig unit change for #10571.
14519      Branch: metaconfig
14520            ! U/threads/usethreads.U
14521 ____________________________________________________________________________
14522 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
14523         Log: A non-empty default is a good thing.
14524      Branch: perl
14525            ! Configure
14526 ____________________________________________________________________________
14527 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
14528         Log: Metaconfig unit change for #10569.
14529      Branch: metaconfig
14530            ! U/threads/usethreads.U
14531 ____________________________________________________________________________
14532 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
14533         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
14534              extremely experimental, not even prompted for.
14535      Branch: perl
14536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14537            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
14538            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14539            ! win32/config.bc win32/config.gc win32/config.vc
14540 ____________________________________________________________________________
14541 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
14542         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
14543      Branch: perl
14544            ! pod/perlfaq6.pod
14545 ____________________________________________________________________________
14546 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
14547         Log: Integrate perlio; conflicts, accept Nick's versions.
14548      Branch: perl
14549           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14550           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
14551 ____________________________________________________________________________
14552 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
14553         Log: Subject: Re: ext/ + -Wall
14554              From: Doug MacEachern <dougm@covalent.net>
14555              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
14556              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
14557      Branch: perl
14558            ! XSUB.h lib/ExtUtils/xsubpp perl.h
14559 ____________________________________________________________________________
14560 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
14561         Log: Similar logic as DB_File.xs, using the modern macros and
14562              defines them to older ones for older Perls where PERL_VERSION
14563              is not defined, from Doug MacEachern.
14564      Branch: perl
14565            ! ext/Storable/Storable.xs
14566 ____________________________________________________________________________
14567 [ 10564] By: nick                                  on 2001/06/13  15:22:01
14568         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
14569              and using that instead (name lookups are sequential search for now).
14570      Branch: perlio
14571            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14572            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
14573 ____________________________________________________________________________
14574 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
14575         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
14576              From: "Richard Soderberg" <rs@crystalflame.net>
14577              Date: Sat, 26 May 2001 06:44:20 -0700
14578              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
14579      Branch: perl
14580            ! sv.c t/op/glob.t
14581 ____________________________________________________________________________
14582 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
14583         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
14584              From: "Craig A. Berry" <craigberry@mac.com>
14585              Date: Tue, 12 Jun 2001 23:55:26 -0500
14586              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
14587      Branch: perl
14588            ! ext/re/Makefile.PL ext/re/re.xs
14589 ____________________________________________________________________________
14590 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
14591         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
14592              suggested by NI-S.
14593      Branch: perl
14594            ! XSUB.h malloc.c perl.h
14595 ____________________________________________________________________________
14596 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
14597         Log: Regen toc.
14598      Branch: perl
14599            ! pod/perltoc.pod
14600 ____________________________________________________________________________
14601 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
14602         Log: Subject: [patch] perl.gprof control
14603              From: Doug MacEachern <dougm@covalent.net>
14604              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
14605              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
14606      Branch: perl
14607            ! miniperlmain.c perl.h
14608 ____________________________________________________________________________
14609 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
14610         Log: Subject: Re: ext/ + -Wall
14611              From: Doug MacEachern <dougm@covalent.net>
14612              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
14613              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
14614              
14615              Document ax and break up dXSARGS.
14616      Branch: perl
14617            ! XSUB.h pod/perlapi.pod
14618 ____________________________________________________________________________
14619 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
14620         Log: More AIX tweakage from Merijn.
14621      Branch: perl
14622            ! hints/aix.sh
14623 ____________________________________________________________________________
14624 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
14625         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
14626              From: "Craig A. Berry" <craigberry@mac.com>
14627              Date: Tue, 12 Jun 2001 22:57:45 -0500
14628              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
14629      Branch: perl
14630            ! vms/descrip_mms.template
14631 ____________________________________________________________________________
14632 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
14633         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
14634              From: "Craig A. Berry" <craigberry@mac.com>
14635              Date: Tue, 12 Jun 2001 22:21:39 -0500
14636              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
14637      Branch: perl
14638            ! configure.com util.c
14639 ____________________________________________________________________________
14640 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
14641         Log: New AIX dynaloading code from Jens-Uwe Mager.
14642              Does break binary compatibility.
14643      Branch: perl
14644            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
14645 ____________________________________________________________________________
14646 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
14647         Log: VMS DEC C compiler found nits by Peter Prymmer.
14648      Branch: perl
14649            ! util.c
14650 ____________________________________________________________________________
14651 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
14652         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
14653              From: Peter Prymmer <pvhp@forte.com>
14654              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
14655              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
14656      Branch: perl
14657            ! t/lib/filecomp.t
14658 ____________________________________________________________________________
14659 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
14660         Log: I wonder how many $CONFIGs still lurk in the shadows.
14661      Branch: perl
14662            ! pod/Makefile.SH x2p/cflags.SH
14663 ____________________________________________________________________________
14664 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
14665         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
14666      Branch: perl
14667            ! pod/checkpods.PL
14668 ____________________________________________________________________________
14669 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
14670         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
14671      Branch: perl
14672            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
14673 ____________________________________________________________________________
14674 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
14675         Log: Subject: [patch] rid local_patches warnings
14676              From: Doug MacEachern <dougm@covalent.net>
14677              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
14678              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
14679      Branch: perl
14680            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
14681 ____________________________________________________________________________
14682 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
14683         Log: Subject: Re: ext/ + -Wall
14684              From: Doug MacEachern <dougm@covalent.net>
14685              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
14686              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
14687      Branch: perl
14688            ! ext/attrs/attrs.xs
14689 ____________________________________________________________________________
14690 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
14691         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
14692              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14693              Date: Tue, 12 Jun 2001 14:36:20 -0400
14694              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
14695      Branch: perl
14696            ! pod/perlretut.pod
14697 ____________________________________________________________________________
14698 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
14699         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
14700              From: Mike Guy <mjtg@cam.ac.uk>
14701              Date: Tue, 12 Jun 2001 19:10:31 +0100
14702              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
14703              
14704              Subject: Re: [ID 20010612.001] out of memory during regex compilation
14705              From: Mike Guy <mjtg@cam.ac.uk>
14706              Date: Tue, 12 Jun 2001 19:21:01 +0100
14707              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
14708      Branch: perl
14709            ! pod/perlop.pod
14710 ____________________________________________________________________________
14711 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
14712         Log: AIX tweaks from Merijn H. Brand.
14713      Branch: perl
14714            ! hints/aix.sh
14715 ____________________________________________________________________________
14716 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
14717         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
14718              From: "Brendan O'Dea" <bod@compusol.com.au>
14719              Date: Wed, 13 Jun 2001 05:16:47 +1000
14720              Message-ID: <20010613051647.A8945@compusol.com.au>
14721      Branch: maint-5.6/perl
14722            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14723 ____________________________________________________________________________
14724 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
14725         Log: Subject: Small bcopy cleanup
14726              From: Andy Dougherty <doughera@lafayette.edu>
14727              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
14728              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
14729      Branch: perl
14730            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
14731 ____________________________________________________________________________
14732 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
14733         Log: Subject: [PATCH] Re: ext/ + -Wall
14734              From: Nicholas Clark <nick@ccl4.org>
14735              Date: Wed, 13 Jun 2001 00:04:30 +0100
14736              Message-ID: <20010613000430.M5901@plum.flirble.org>
14737      Branch: perl
14738            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14739 ____________________________________________________________________________
14740 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
14741         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
14742              From: Nicholas Clark <nick@ccl4.org>
14743              Date: Tue, 12 Jun 2001 23:53:07 +0100
14744              Message-ID: <20010612235307.L5901@plum.flirble.org>
14745      Branch: perl
14746            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14747 ____________________________________________________________________________
14748 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
14749         Log: MPE/iX tweaks from Mark Bixby.
14750      Branch: perl
14751            ! hints/mpeix.sh mpeix/mpeixish.h util.c
14752 ____________________________________________________________________________
14753 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
14754         Log: Update Changes.
14755      Branch: perl
14756            ! Changes patchlevel.h
14757 ____________________________________________________________________________
14758 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
14759         Log: One less -Wall whine (found under DEBUGGING).
14760      Branch: perl
14761            ! x2p/Makefile.SH x2p/a2p.c
14762 ____________________________________________________________________________
14763 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
14764         Log: s/case-independent/case-insensitive/g
14765      Branch: perl
14766            ! pod/perldebug.pod
14767 ____________________________________________________________________________
14768 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
14769         Log: As suggested in    
14770              
14771              Subject: Re: ext/ + -Wall
14772              From: Gurusamy Sarathy <gsar@ActiveState.com>
14773              Date: Mon, 11 Jun 2001 23:34:31 -0700
14774              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
14775      Branch: perl
14776            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
14777            ! perl.h
14778 ____________________________________________________________________________
14779 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
14780         Log: Subject: ext/ + -Wall
14781              From: Doug MacEachern <dougm@covalent.net>
14782              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
14783              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
14784      Branch: perl
14785            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
14786            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
14787            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
14788            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
14789            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
14790            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
14791            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
14792            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
14793            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
14794            ! lib/ExtUtils/xsubpp
14795 ____________________________________________________________________________
14796 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
14797         Log: Subject: [PATCH] anonymous stashes
14798              From: Abhijit Menon-Sen <ams@wiw.org>
14799              Date: Tue, 12 Jun 2001 12:47:04 +0530
14800              Message-ID: <20010612124704.A29029@lustre.linux.in>
14801      Branch: perl
14802            ! dump.c gv.c sv.c xsutils.c
14803 ____________________________________________________________________________
14804 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
14805         Log: One more test for $^S.
14806      Branch: perl
14807            ! t/op/magic.t
14808 ____________________________________________________________________________
14809 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
14810         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
14811              From: Abhijit Menon-Sen <ams@wiw.org>
14812              Date: Tue, 12 Jun 2001 17:35:55 +0530
14813              Message-ID: <20010612173555.A32426@lustre.linux.in>
14814      Branch: perl
14815            ! mg.c t/op/magic.t
14816 ____________________________________________________________________________
14817 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
14818         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
14819              From: Mike Guy <mjtg@cam.ac.uk>
14820              Date: Tue, 12 Jun 2001 13:14:15 +0100
14821              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
14822      Branch: perl
14823            ! pod/perlop.pod
14824 ____________________________________________________________________________
14825 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
14826         Log: AUTHORS updates.
14827      Branch: perl
14828            ! AUTHORS
14829 ____________________________________________________________________________
14830 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
14831         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
14832              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
14833              Content-Transfer-Encoding: 7bit
14834              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
14835      Branch: perl
14836            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
14837 ____________________________________________________________________________
14838 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
14839         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
14840              From: "Philip Newton" <Philip.Newton@gmx.net>
14841              Date: Mon, 11 Jun 2001 07:08:03 +0200
14842              Message-Id: <200106120802.LAA08992@taas.iki.fi>
14843      Branch: perl
14844            ! t/base/term.t
14845 ____________________________________________________________________________
14846 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
14847         Log: Cleanup the a2p.c for -Wall.
14848      Branch: perl
14849            ! x2p/Makefile.SH x2p/a2p.c
14850 ____________________________________________________________________________
14851 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
14852         Log: File::Find update for MacOS from Chris Nandor.
14853      Branch: perl
14854            ! lib/File/Find.pm t/lib/filefind.t
14855 ____________________________________________________________________________
14856 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
14857         Log: gcc -Wall nits picked out by a non-UNIX system
14858              (courtesy of Mark Bixby)
14859      Branch: perl
14860            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
14861            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
14862            ! pp_sys.c util.c
14863 ____________________________________________________________________________
14864 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
14865         Log: Metaconfig unit change for #10522.  (The d_modfl changes
14866              placate metalint.)
14867      Branch: metaconfig/U/perl
14868            ! d_modfl.U d_u32align.U
14869 ____________________________________________________________________________
14870 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
14871         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
14872              be "./try 2>&1 >/dev/null".
14873      Branch: perl
14874            ! Configure
14875 ____________________________________________________________________________
14876 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
14877         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
14878              From: "Craig A. Berry" <craigberry@mac.com>
14879              Date: Mon, 11 Jun 2001 14:00:32 -0500
14880              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
14881      Branch: perl
14882            ! configure.com
14883 ____________________________________________________________________________
14884 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
14885         Log: Move the full \p\P lists to perlunicode.
14886      Branch: perl
14887            ! pod/perlretut.pod pod/perlunicode.pod
14888 ____________________________________________________________________________
14889 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
14890         Log: VOS build tweak for 5.6.1 from Paul Green.
14891      Branch: maint-5.6/perl
14892            ! vos/build.cm
14893 ____________________________________________________________________________
14894 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
14895         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
14896              From: "Craig A. Berry" <craigberry@mac.com>
14897              Date: Fri, 8 Jun 2001 18:08:18 -0500
14898              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
14899      Branch: perl
14900            ! vms/vms.c
14901 ____________________________________________________________________________
14902 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
14903         Log: Update Changes.
14904      Branch: perl
14905            ! Changes patchlevel.h
14906 ____________________________________________________________________________
14907 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
14908         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
14909      Branch: perl
14910            ! vos/config.alpha.h vos/config.ga.h
14911 ____________________________________________________________________________
14912 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
14913         Log: VOS updates from Paul Green for @10476.
14914      Branch: perl
14915            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
14916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14917            ! vos/config.ga.h vos/configure_perl.cm
14918 ____________________________________________________________________________
14919 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
14920         Log: Subject: [PATCH] Not many people know this ...
14921              From: Mike Guy <mjtg@cam.ac.uk>
14922              Date: Mon, 11 Jun 2001 14:55:15 +0100
14923              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
14924      Branch: perl
14925            ! pod/perldebug.pod
14926 ____________________________________________________________________________
14927 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
14928         Log: Add final commas to lists as suggested by Philip Newton.
14929      Branch: perl
14930            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14931 ____________________________________________________________________________
14932 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
14933         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
14934              Date: Sun, 10 Jun 2001 23:35:38 -0400
14935              From: Chris Nandor <pudge@pobox.com>
14936              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
14937      Branch: perl
14938            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
14939            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
14940            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
14941            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
14942            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
14943            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
14944            ! t/op/write.t t/pragma/strict.t
14945 ____________________________________________________________________________
14946 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
14947         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
14948              From: Chris Nandor <pudge@pobox.com>
14949              Date: Mon, 11 Jun 2001 08:24:28 -0400
14950              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
14951      Branch: perl
14952            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
14953            ! t/lib/io_dir.t
14954 ____________________________________________________________________________
14955 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
14956         Log: One more run_byacc (a hand-tweaked version had slipped in).
14957      Branch: perl
14958            ! perly.c vms/perly_c.vms
14959 ____________________________________________________________________________
14960 [ 10509] By: nick                                  on 2001/06/11  07:49:15
14961         Log: Integrate mainline
14962      Branch: perlio
14963           !> Makefile.SH embed.h embed.pl global.sym
14964           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
14965           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
14966           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
14967           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
14968 ____________________________________________________________________________
14969 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
14970         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
14971              From: Mike Guy <mjtg@cam.ac.uk>
14972              Reply-To: mjtg@cam.ac.uk
14973              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
14974      Branch: perl
14975            ! lib/ExtUtils/Manifest.pm
14976 ____________________________________________________________________________
14977 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
14978         Log: Subject: [PATCH] ExtUtils::Constant
14979              From: Nicholas Clark <nick@ccl4.org>
14980              Date: Sun, 10 Jun 2001 23:25:41 +0100
14981              Message-ID: <20010610232540.C76396@plum.flirble.org>
14982      Branch: perl
14983            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14984 ____________________________________________________________________________
14985 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
14986         Log: Integrate perlio.
14987      Branch: perl
14988           !> iperlsys.h
14989 ____________________________________________________________________________
14990 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
14991         Log: Move the grok_number and its lieutenant grok_numeric_radix
14992              from sv.c statics to util.c and public.
14993      Branch: perl
14994            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
14995            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
14996 ____________________________________________________________________________
14997 [ 10504] By: nick                                  on 2001/06/10  17:47:06
14998         Log: Fix (valid) -Wall warnings in perlio.c
14999      Branch: perlio
15000            ! iperlsys.h
15001 ____________________________________________________________________________
15002 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
15003         Log: Update perly_c.diff, update perly.fixer to edit away
15004              some of the -Wall noise.
15005      Branch: perl
15006            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
15007 ____________________________________________________________________________
15008 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
15009         Log: Check the version of byacc.
15010      Branch: perl
15011            ! Makefile.SH
15012 ____________________________________________________________________________
15013 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
15014         Log: Subject: [PATCH] perly.y overhaul
15015              From: Simon Cozens <simon@netthink.co.uk>
15016              Date: Sun, 10 Jun 2001 16:56:54 +0100
15017              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15018              
15019              Plus make run_byacc.
15020      Branch: perl
15021            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
15022 ____________________________________________________________________________
15023 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
15024         Log: Integrate perlio.
15025      Branch: perl
15026           !> perlio.c perlsfio.h
15027 ____________________________________________________________________________
15028 [ 10499] By: nick                                  on 2001/06/10  15:01:08
15029         Log: Integrate mainline
15030      Branch: perlio
15031           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
15032           !> t/pragma/locale.t util.c
15033 ____________________________________________________________________________
15034 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
15035         Log: Put some meat on the perl572delta bones.  The list of
15036              selected bug fixes needs more work, as does still the
15037              whole document.
15038      Branch: perl
15039            ! pod/perl572delta.pod
15040 ____________________________________________________________________________
15041 [ 10497] By: nick                                  on 2001/06/10  12:27:51
15042         Log: Paper over a crack or two with USE_SFIO
15043      Branch: perlio
15044            ! perlio.c perlsfio.h
15045 ____________________________________________________________________________
15046 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
15047         Log: Update Changes.
15048      Branch: perl
15049            ! Changes patchlevel.h
15050 ____________________________________________________________________________
15051 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
15052         Log: Subject: Re: pragma/locale.t #107
15053              From: Hugo <hv@crypt.compulink.co.uk>
15054              Date: Sun, 10 Jun 2001 11:23:30 +0100
15055              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
15056              
15057              Encapsulate the scan of the decimal radix separator.
15058      Branch: perl
15059            ! embed.h embed.pl proto.h sv.c
15060 ____________________________________________________________________________
15061 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
15062         Log: Try to grok numbers both with the locale specific separator
15063              and with the usual "." (if different from the lss); add a test
15064              to locale.t to do also a little bit of math in addition to just
15065              equalness testing; remove extraneous logic as suggested in
15066              
15067              Subject: Re: pragma/locale.t #107
15068              From: Nicholas Clark <nick@ccl4.org>
15069              Date: Sat, 9 Jun 2001 22:37:36 +0100
15070              Message-ID: <20010609223735.Y76396@plum.flirble.org>
15071      Branch: perl
15072            ! sv.c t/pragma/locale.t
15073 ____________________________________________________________________________
15074 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
15075         Log: Metaconfig unit change for #10492.
15076      Branch: metaconfig/U/perl
15077            ! Extensions.U
15078 ____________________________________________________________________________
15079 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
15080         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
15081              From: Artur Bergman <artur@contiller.se> 
15082              Date: Sat, 09 Jun 2001 21:03:51 +0200
15083              Message-ID: <B7483FB6.1398%artur@contiller.se>
15084      Branch: perl
15085            ! Configure
15086 ____________________________________________________________________________
15087 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
15088         Log: Integrate perlio.
15089      Branch: perl
15090           !> perlsfio.h
15091 ____________________________________________________________________________
15092 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
15093         Log: Do locale specific separator if only in locale.
15094      Branch: perl
15095            ! util.c
15096 ____________________________________________________________________________
15097 [ 10489] By: nick                                  on 2001/06/09  19:13:25
15098         Log: Make XS/Typemap compile (but fail) with sfio
15099      Branch: perlio
15100            ! perlsfio.h
15101 ____________________________________________________________________________
15102 [ 10488] By: nick                                  on 2001/06/09  19:12:51
15103         Log: Re-integrate mainline
15104      Branch: perlio
15105           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
15106           !> proto.h sv.c util.c
15107 ____________________________________________________________________________
15108 [ 10487] By: nick                                  on 2001/06/09  16:26:29
15109         Log: Integrate mainline
15110      Branch: perlio
15111           !> (integrate 31 files)
15112 ____________________________________________________________________________
15113 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
15114         Log: Subject: [PATCH] New attempt to clone callack
15115              From: Artur Bergman <artur@contiller.se> 
15116              Date: Thu, 07 Jun 2001 11:52:16 +0200
15117              Message-ID: <B7451B6F.12B7%artur@contiller.se>
15118      Branch: perl
15119            ! embedvar.h intrpvar.h perlapi.h sv.c
15120 ____________________________________________________________________________
15121 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
15122         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
15123      Branch: perl
15124            ! embed.h embed.pl perl.h proto.h sv.c util.c
15125 ____________________________________________________________________________
15126 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
15127         Log: Subject: Re: pragma/locale.t #107
15128              From: Nicholas Clark <nick@ccl4.org>
15129              Date: Sat, 9 Jun 2001 16:26:10 +0100
15130              Message-ID: <20010609162609.V76396@plum.flirble.org>
15131              
15132              A missing NVification.
15133      Branch: perl
15134            ! sv.c
15135 ____________________________________________________________________________
15136 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
15137         Log: Redo the #10482, there already was a test script for formats.
15138      Branch: perl
15139            - t/io/format.t
15140            ! MANIFEST t/op/write.t
15141 ____________________________________________________________________________
15142 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
15143         Log: Twisted format testing, from Merijn.
15144      Branch: perl
15145            + t/io/format.t
15146            ! MANIFEST
15147 ____________________________________________________________________________
15148 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
15149         Log: More \p{In...} testing, combined with \N{...}.
15150      Branch: perl
15151            ! lib/utf8_heavy.pl t/op/pat.t
15152 ____________________________________________________________________________
15153 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
15154         Log: Metaconfig changes for #10479.
15155      Branch: metaconfig
15156            ! U/Glossary.patch
15157      Branch: metaconfig/U/perl
15158            ! d_modfl.U
15159 ____________________________________________________________________________
15160 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
15161         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
15162      Branch: perl
15163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15164            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
15165            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15166            ! win32/config.bc win32/config.gc win32/config.vc
15167 ____________________________________________________________________________
15168 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
15169         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
15170              From: "Craig A. Berry" <craigberry@mac.com>
15171              Date: Thu, 7 Jun 2001 14:27:20 -0500
15172              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
15173      Branch: perl
15174            ! vms/perlvms.pod
15175 ____________________________________________________________________________
15176 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
15177         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
15178              From: Gisle Aas <gisle@ActiveState.com>
15179              Date: 07 Jun 2001 17:04:29 -0700
15180              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
15181      Branch: perl
15182            ! ext/re/re.xs
15183 ____________________________________________________________________________
15184 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
15185         Log: Update Changes.
15186      Branch: perl
15187            ! Changes patchlevel.h
15188 ____________________________________________________________________________
15189 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
15190         Log: Regen Glossary et alia.
15191      Branch: perl
15192            ! Porting/Glossary Porting/config.sh Porting/config_H
15193 ____________________________________________________________________________
15194 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
15195         Log: Metaconfig unit changes for #10473.
15196      Branch: metaconfig/U/perl
15197            ! d_modfl.U
15198 ____________________________________________________________________________
15199 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
15200         Log: Harumph, also AIX will spill its guts (i.e. dump core)
15201              if an executable contains modfl() but it hasn't been
15202              compiled right (in the case of AIX, with cc -qlongdouble).
15203      Branch: perl
15204            ! Configure
15205 ____________________________________________________________________________
15206 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
15207         Log: integrate change#10471 from mainline
15208              
15209              in change#10451, check that CvOUTSIDE is a CV before looking in
15210              (it can apparently be SVt_NULL during global destruction)
15211      Branch: maint-5.6/perl
15212           !> op.c
15213 ____________________________________________________________________________
15214 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
15215         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
15216              (it can apparently be SVt_NULL during global destruction)
15217      Branch: perl
15218            ! op.c
15219 ____________________________________________________________________________
15220 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
15221         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
15222              From: Robin Barker <rmb1@cise.npl.co.uk>
15223              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
15224              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
15225      Branch: perl
15226            ! lib/diagnostics.pm pod/perldiag.pod
15227 ____________________________________________________________________________
15228 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
15229         Log: Subject: [PATCH perl@10439] long =item
15230              From: Robin Barker <rmb1@cise.npl.co.uk>
15231              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
15232              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
15233      Branch: perl
15234            ! README.amiga lib/Attribute/Handlers.pm
15235            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15236 ____________________________________________________________________________
15237 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
15238         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
15239              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
15240              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
15241              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
15242      Branch: perl
15243            ! pod/perlguts.pod
15244 ____________________________________________________________________________
15245 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
15246         Log: Integrate perlio.
15247      Branch: perl
15248           !> sv.c
15249 ____________________________________________________________________________
15250 [ 10466] By: nick                                  on 2001/06/07  10:25:40
15251         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
15252              whitespace tweaks.
15253              Still coredumps in pragma/overload.t - what a nice hard fail that is...
15254      Branch: perlio
15255            ! sv.c
15256 ____________________________________________________________________________
15257 [ 10465] By: nick                                  on 2001/06/07  08:41:58
15258         Log: Raw integrate of mainline for S_grok_number debug
15259              (sv.c has MULTIPLICITY issues as well as whatever else ...)
15260      Branch: perlio
15261            - plan9/perlplan9.doc plan9/perlplan9.pod
15262           !> (integrate 46 files)
15263 ____________________________________________________________________________
15264 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
15265         Log: The proper prototyping for #10463.
15266      Branch: perl
15267            ! embed.h embed.pl proto.h sv.c
15268 ____________________________________________________________________________
15269 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
15270         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15271              From: Nicholas Clark <nick@ccl4.org>
15272              Date: Thu, 7 Jun 2001 00:29:59 +0100
15273              Message-ID: <20010607002959.Z76396@plum.flirble.org>
15274      Branch: perl
15275            ! sv.c
15276 ____________________________________________________________________________
15277 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
15278         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
15279              From: "Craig A. Berry" <craigberry@mac.com>
15280              Date: Wed, 06 Jun 2001 17:54:30 -0500
15281              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
15282      Branch: perl
15283            ! vms/perlvms.pod
15284 ____________________________________________________________________________
15285 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
15286         Log: Podify the remaining README.platform files;
15287              merge README.plan9 and plan9/perlplan9.pod;
15288              delete plan9/perlplan9.* (the perlplan.doc needs to
15289              be regenerated in Plan 9); make the =head1 and =head2
15290              in the README.platform to be a little more verbose
15291              (skipped README.os2 not to anger Ilya) so that they
15292              look better in the toc; regen toc.
15293      Branch: perl
15294            - plan9/perlplan9.doc plan9/perlplan9.pod
15295            ! MANIFEST README.aix README.amiga README.apollo README.beos
15296            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
15297            ! README.hpux README.hurd README.machten README.macos
15298            ! README.micro README.mint README.mpeix README.os390
15299            ! README.plan9 README.qnx README.solaris README.threads
15300            ! README.tru64 README.vmesa README.vms README.vos README.win32
15301            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15302            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15303 ____________________________________________________________________________
15304 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
15305         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
15306              From: Mike Guy <mjtg@cam.ac.uk>
15307              Reply-To: mjtg@cam.ac.uk
15308              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
15309      Branch: perl
15310            ! pod/perlguts.pod
15311 ____________________________________________________________________________
15312 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
15313         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
15314              From: Mike Guy <mjtg@cam.ac.uk>
15315              Reply-To: mjtg@cam.ac.uk
15316              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
15317      Branch: perl
15318            ! pod/perlsec.pod
15319 ____________________________________________________________________________
15320 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
15321         Log: Disable long doubles from pre-5.0 Tru64s.
15322      Branch: perl
15323            ! README.tru64 hints/dec_osf.sh
15324 ____________________________________________________________________________
15325 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
15326         Log: The #10455 exposed that modfl() is fundamentally busted
15327              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
15328              testing it.
15329      Branch: perl
15330            ! hints/dec_osf.sh
15331 ____________________________________________________________________________
15332 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
15333         Log: Metaconfig unit change for #10455.
15334      Branch: metaconfig/U/perl
15335            ! d_modfl.U
15336 ____________________________________________________________________________
15337 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
15338         Log: Configure check for geborken modfl(), inspired by
15339              
15340              Subject: Re: [20010118.017] op/int.t failure 
15341              From: Hugo <hv@crypt.compulink.co.uk>
15342              Date: Tue, 05 Jun 2001 13:43:27 +0100
15343              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
15344      Branch: perl
15345            ! Configure
15346 ____________________________________________________________________________
15347 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
15348         Log: Integrate changes #10450 and #10451 from maintperl:
15349              
15350              optimize change#10448 slightly (don't repeat search in eval""s lexical
15351              scope, since that has already been searched)
15352              
15353              change#9108 needs subtler treatment for case of closures created
15354              within eval""
15355      Branch: perl
15356           !> op.c t/op/misc.t
15357 ____________________________________________________________________________
15358 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
15359         Log: MakeMaker magic to compile (when no dynamic loading)
15360              List/Util.xsc as (ListUtil.c and) ListUtil.o since
15361              POSIX-BC (BS2000) linker has an evil limitation of
15362              being unable to include in the same executable several
15363              object files with the same name - case-insensitively -
15364              because otherwise we conflict with util.c.
15365              Strictly speaking currently required only in POSIX-BC
15366              but probably will do no harm elsewhere where static
15367              linking is required.
15368      Branch: perl
15369            ! ext/List/Util/Makefile.PL
15370 ____________________________________________________________________________
15371 [ 10452] By: nick                                  on 2001/06/06  08:59:51
15372         Log: Integrate mainline.
15373      Branch: perlio
15374           +> lib/Attribute/Handlers/demo/Demo.pm
15375           +> lib/Attribute/Handlers/demo/Descriptions.pm
15376           +> lib/Attribute/Handlers/demo/MyClass.pm
15377           +> lib/Attribute/Handlers/demo/demo.pl
15378           +> lib/Attribute/Handlers/demo/demo2.pl
15379           +> lib/Attribute/Handlers/demo/demo3.pl
15380           +> lib/Attribute/Handlers/demo/demo4.pl
15381           +> lib/Attribute/Handlers/demo/demo_call.pl
15382           +> lib/Attribute/Handlers/demo/demo_chain.pl
15383           +> lib/Attribute/Handlers/demo/demo_cycle.pl
15384           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
15385           +> lib/Attribute/Handlers/demo/demo_phases.pl
15386           +> lib/Attribute/Handlers/demo/demo_range.pl
15387           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
15388           +> uts/strtol_wrap.c
15389           !> (integrate 91 files)
15390 ____________________________________________________________________________
15391 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
15392         Log: change#9108 needs subtler treatment for case of closures created
15393              within eval""
15394      Branch: maint-5.6/perl
15395            ! op.c t/op/misc.t
15396 ____________________________________________________________________________
15397 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
15398         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
15399              scope, since that has already been searched)
15400      Branch: maint-5.6/perl
15401            ! op.c
15402 ____________________________________________________________________________
15403 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
15404         Log: Integrate change #10448 from maintperl; lexicals
15405              outside an eval"" weren't resolved correctly inside a subroutine
15406              definition inside the eval"" if they were not already referenced
15407              in the toplevel of the eval""-ed code
15408      Branch: perl
15409           !> cop.h op.c pp_ctl.c t/op/misc.t
15410 ____________________________________________________________________________
15411 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
15412         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
15413              outside an eval"" weren't resolved correctly inside a subroutine
15414              definition inside the eval"" if they were not already referenced
15415              in the toplevel of the eval""-ed code
15416      Branch: maint-5.6/perl
15417            ! cop.h op.c pp_ctl.c t/op/misc.t
15418 ____________________________________________________________________________
15419 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
15420         Log: Subject: [PATCH] perl570delta.pod
15421              From: Peter Scott <Peter@PSDT.com> 
15422              Date: Tue, 05 Jun 2001 18:51:02 -0700
15423              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
15424      Branch: perl
15425            ! pod/perl570delta.pod
15426 ____________________________________________________________________________
15427 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
15428         Log: The fudge factor is no more needed.  I hope.
15429      Branch: perl
15430            ! t/lib/posix.t
15431 ____________________________________________________________________________
15432 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
15433         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
15434              From: Hugo <hv@crypt.compulink.co.uk>
15435              Date: Tue, 05 Jun 2001 12:58:19 +0100
15436              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
15437      Branch: perl
15438            ! util.c
15439 ____________________________________________________________________________
15440 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
15441         Log: Make up prototypes only for those who have the functions
15442              but not the prototypes.
15443      Branch: perl
15444            ! perl.h
15445 ____________________________________________________________________________
15446 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
15447         Log: Subject: Re: Not OK: perl@10439 on win32 
15448              From: Prymmer/Kahn <pvhp@best.com> 
15449              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
15450              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
15451      Branch: perl
15452            ! perl.h util.c
15453 ____________________________________________________________________________
15454 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
15455         Log: The metaconfig units changes for #10441.
15456      Branch: metaconfig
15457            ! U/modified/Extract.U U/modified/Extractall.U
15458            ! U/modified/Finish.U
15459 ____________________________________________________________________________
15460 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
15461         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
15462      Branch: perl
15463            ! Configure
15464 ____________________________________________________________________________
15465 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
15466         Log: Unnecessary fuzziness undone, noted by Mike Guy.
15467      Branch: perl
15468            ! t/op/tr.t
15469 ____________________________________________________________________________
15470 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
15471         Log: Update Changes.
15472      Branch: perl
15473            ! Changes patchlevel.h
15474 ____________________________________________________________________________
15475 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
15476         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
15477              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
15478              leakage patch.
15479      Branch: perl
15480            ! t/op/misc.t
15481 ____________________________________________________________________________
15482 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
15483         Log: Test case for #10433/#10424.
15484      Branch: perl
15485            ! t/op/misc.t
15486 ____________________________________________________________________________
15487 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
15488         Log: Subject: One fix for strtoul not setting errno
15489              From: hom00@utsglobal.com (Hal Morris)
15490              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
15491              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
15492      Branch: perl
15493            + uts/strtol_wrap.c
15494            ! MANIFEST hints/uts.sh
15495 ____________________________________________________________________________
15496 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
15497         Log: Metaconfig units changes for #10434.
15498      Branch: metaconfig
15499            ! U/modified/Cppsym.U
15500      Branch: metaconfig/U/perl
15501            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
15502            + d_syscallproto.U d_usleepproto.U
15503            ! longdblfio.U quadfio.U
15504 ____________________________________________________________________________
15505 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
15506         Log: Configure tweaks; add prototype probes, make the cpp symbols
15507              probe to cast, not whine; test for %Ld and %Lf before %lld and
15508              %llf because the L is the ANSI way.
15509      Branch: perl
15510            ! Configure config_h.SH configure.com epoc/config.sh
15511            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
15512            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15513            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
15514 ____________________________________________________________________________
15515 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
15516         Log: Sigh.  This is what #10424 was supposed to check in.
15517      Branch: perl
15518            ! op.c sv.c sv.h
15519 ____________________________________________________________________________
15520 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
15521         Log: More verbose failure.
15522      Branch: perl
15523            ! t/op/ver.t
15524 ____________________________________________________________________________
15525 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
15526         Log: The .pm changes to go with #10428.
15527      Branch: perl
15528            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
15529            ! ext/Sys/Syslog/Syslog.pm
15530 ____________________________________________________________________________
15531 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
15532         Log: On second thoughts show to utf8 skippage message only
15533              on failures, it's too confusing otherwise,
15534      Branch: perl
15535            ! t/pragma/locale.t
15536 ____________________________________________________________________________
15537 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
15538         Log: Do not import anything from Encode.
15539      Branch: perl
15540            ! ext/MIME/Base64/QuotedPrint.pm
15541 ____________________________________________________________________________
15542 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
15543         Log: The #10402 didn't take.  Weird.
15544      Branch: perl
15545            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
15546            ! ext/Sys/Syslog/Syslog.xs
15547 ____________________________________________________________________________
15548 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
15549         Log: Eradicate traces of 'asciirange' re subpragma.
15550      Branch: perl
15551            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
15552            ! pod/perldiag.pod
15553 ____________________________________________________________________________
15554 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
15555         Log: use is a compile-time thing.
15556      Branch: perl
15557            ! ext/MIME/Base64/QuotedPrint.pm
15558 ____________________________________________________________________________
15559 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
15560         Log: Subject: [PATCH perl@10419] -Wall casting patch
15561              From: Robin Barker <rmb1@cise.npl.co.uk>
15562              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
15563              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
15564      Branch: perl
15565            ! ext/Devel/DProf/DProf.xs mg.c
15566 ____________________________________________________________________________
15567 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
15568         Log: Subject: [PATCH #2] introducing SVpad_TYPED
15569              From: Abhijit Menon-Sen <ams@wiw.org>
15570              Date: Mon, 4 Jun 2001 12:26:02 +0530
15571              Message-ID: <20010604122602.A5775@lustre.linux.in>
15572      Branch: perl
15573            ! op.c sv.c sv.h
15574 ____________________________________________________________________________
15575 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
15576         Log: testsuite for change#10192 (from Gisle Aas)
15577      Branch: perl
15578            + t/op/override.t
15579            ! MANIFEST
15580 ____________________________________________________________________________
15581 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
15582         Log: integrate changes#10414-10416 from mainline
15583              
15584              Potential buffer overrun if the radix separator is more than
15585              one byte.  Also, under locales, prefer the locale-specific
15586              separator over the old boring ".".
15587              
15588              "10.", that is, decimal numbers can have no decimal part at all.
15589              
15590              The non-locale places need love, too.
15591      Branch: maint-5.6/perl
15592           !> perl.h sv.c
15593 ____________________________________________________________________________
15594 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
15595         Log: Missed from #10420.
15596      Branch: perl
15597            ! epoc/config.sh
15598 ____________________________________________________________________________
15599 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
15600         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
15601              often this prototype goes with HAS_SETRESUID_PROTO.
15602      Branch: perl
15603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15604            ! config_h.SH configure.com perl.h uconfig.h
15605 ____________________________________________________________________________
15606 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
15607         Log: Update Changes.
15608      Branch: perl
15609            ! Changes patchlevel.h
15610 ____________________________________________________________________________
15611 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
15612         Log: -Wall "subscript has type `char'" cleanup.
15613      Branch: perl
15614            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
15615 ____________________________________________________________________________
15616 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
15617         Log: Various "cast to pointer from integer of different size"
15618              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
15619              wide but I32 (int) only 32 bits wide).
15620              
15621              WARNING: the classnum and tagnum changes in Storable.xs
15622              may not be wise, they may be breaking binary compatibility
15623              (in 64-bit platforms), asked Raphael Manfredi about the changes.
15624      Branch: perl
15625            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
15626            ! mg.c proto.h
15627 ____________________________________________________________________________
15628 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
15629         Log: The non-locale places need love, too.
15630      Branch: perl
15631            ! perl.h
15632 ____________________________________________________________________________
15633 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
15634         Log: "10.", that is, decimal numbers can have no decimal part at all.
15635      Branch: perl
15636            ! perl.h
15637 ____________________________________________________________________________
15638 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
15639         Log: Potential buffer overrun if the radix separator is more than
15640              one byte.  Also, under locales, prefer the locale-specific
15641              separator over the old boring ".".
15642      Branch: perl
15643            ! perl.h sv.c
15644 ____________________________________________________________________________
15645 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
15646         Log: Integrate change #10412 from maintperl; locale is now
15647              per-cop, not per-op; plus retweak the locale.t to always
15648              list the skipped utf8 locales.
15649      Branch: perl
15650            ! t/pragma/locale.t
15651           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
15652           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
15653 ____________________________________________________________________________
15654 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
15655         Log: rationalize locale handling to fix the bugs uncovered by change#10394
15656              
15657              the major issue was that the runtime was looking at PL_hints rather
15658              than op_private to notice whether locale was enabled
15659              
15660              the secondary issue was that many locale-sensitive numeric ops didn't
15661              have HINT_LOCALE propagated into their op_private
15662              
15663              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
15664              instead of per-op, just like HINT_BYTE and the hints for lexical
15665              warnings (this makes the hint available to every op via PL_curcop)
15666              
15667              pragma/locale.t may need to be reworked with these fixes in mind
15668              (it currently passes its tests)
15669      Branch: maint-5.6/perl
15670            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
15671            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
15672 ____________________________________________________________________________
15673 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
15674         Log: More verbose debugging.
15675      Branch: perl
15676            ! t/pragma/locale.t
15677 ____________________________________________________________________________
15678 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
15679         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
15680              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15681              Date: Sat, 2 Jun 2001 22:53:33 +0100
15682              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
15683      Branch: perl
15684            ! regcomp.c t/pragma/warn/regcomp
15685 ____________________________________________________________________________
15686 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
15687         Log: Mention that lexicalizing $a or $b is a bad idea if one
15688              wants to use sort().
15689      Branch: perl
15690            ! pod/perlvar.pod
15691 ____________________________________________________________________________
15692 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
15693         Log: Tweak the test to be happy if the accuracy is 'good enough'.
15694      Branch: perl
15695            ! t/lib/posix.t
15696 ____________________________________________________________________________
15697 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
15698         Log: Upgrade to Attribute::Handlers 0.70.
15699              
15700              NOTE: this unearthed the "too late for CHECK block" bug,
15701              that's why the 1_compile.t change.
15702      Branch: perl
15703            + lib/Attribute/Handlers/demo/Demo.pm
15704            + lib/Attribute/Handlers/demo/Descriptions.pm
15705            + lib/Attribute/Handlers/demo/MyClass.pm
15706            + lib/Attribute/Handlers/demo/demo.pl
15707            + lib/Attribute/Handlers/demo/demo2.pl
15708            + lib/Attribute/Handlers/demo/demo3.pl
15709            + lib/Attribute/Handlers/demo/demo4.pl
15710            + lib/Attribute/Handlers/demo/demo_call.pl
15711            + lib/Attribute/Handlers/demo/demo_chain.pl
15712            + lib/Attribute/Handlers/demo/demo_cycle.pl
15713            + lib/Attribute/Handlers/demo/demo_hashdir.pl
15714            + lib/Attribute/Handlers/demo/demo_phases.pl
15715            + lib/Attribute/Handlers/demo/demo_range.pl
15716            + lib/Attribute/Handlers/demo/demo_rawdata.pl
15717            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
15718            ! t/lib/attrhand.t
15719 ____________________________________________________________________________
15720 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
15721         Log: One less -Wall whine.
15722      Branch: perl
15723            ! regcomp.c
15724 ____________________________________________________________________________
15725 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
15726         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
15727      Branch: perl
15728           !> t/op/eval.t
15729 ____________________________________________________________________________
15730 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
15731         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
15732              aren't "normally" visible inside eval""s contained in subs unless
15733              a cloned reference to them already exists)
15734              
15735              strangely enough, t/harness didn't show this up as a failure
15736              (harness needs fixing?)
15737      Branch: maint-5.6/perl
15738            ! t/op/eval.t
15739 ____________________________________________________________________________
15740 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
15741         Log: Update to Text::Balanced 1.85.
15742      Branch: perl
15743            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
15744 ____________________________________________________________________________
15745 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
15746         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
15747              From: Nicholas Clark <nick@ccl4.org>
15748              Date: Sun, 3 Jun 2001 17:54:36 +0100
15749              Message-ID: <20010603175436.E76396@plum.flirble.org> 
15750      Branch: perl
15751            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
15752            ! ext/Sys/Syslog/Syslog.xs
15753 ____________________________________________________________________________
15754 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
15755         Log: Unused variables.
15756      Branch: perl
15757            ! util.c
15758 ____________________________________________________________________________
15759 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
15760         Log: Subject: [PATCH] APIfy op_clear 
15761              From: Simon Cozens <simon@netthink.co.uk>
15762              Date: Sun, 3 Jun 2001 13:51:46 +0100
15763              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15764              
15765              (despite the subject line, op_null is APIfied by the patch)
15766      Branch: perl
15767            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15768 ____________________________________________________________________________
15769 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
15770         Log: Subject: [PATCH] t/lib/extutils.t
15771              From: Nicholas Clark <nick@ccl4.org>
15772              Date: Sat, 2 Jun 2001 23:57:05 +0100
15773              Message-ID: <20010602235705.Q12698@plum.flirble.org>
15774      Branch: perl
15775            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15776 ____________________________________________________________________________
15777 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
15778         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
15779              From: Prymmer/Kahn <pvhp@best.com>
15780              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
15781              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
15782      Branch: perl
15783            ! win32/Makefile win32/makefile.mk
15784 ____________________________________________________________________________
15785 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
15786         Log: Subject: Re: 'decimal digits' macro? 
15787              From: Hugo <hv@crypt.compulink.co.uk>
15788              Date: Sun, 03 Jun 2001 04:26:36 +0100
15789              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
15790      Branch: perl
15791            ! handy.h t/lib/posix.t t/op/tr.t
15792 ____________________________________________________________________________
15793 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
15794         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
15795              From: Hugo <hv@crypt.compulink.co.uk>
15796              Date: Sun, 03 Jun 2001 14:56:30 +0100
15797              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
15798      Branch: perl
15799            ! util.c
15800 ____________________________________________________________________________
15801 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
15802         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
15803      Branch: perl
15804           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
15805           !> vms/perly_c.vms
15806 ____________________________________________________________________________
15807 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
15808         Log: fix leakage of lexicals at file scope into subroutines that were
15809              declared before them; this appears to be a longstanding bug that
15810              meant that lexicals at file scope were never "deintroduced", meaning
15811              their scope range was never properly closed, and their visibility
15812              extended to all subsequent eval""s or requires
15813              
15814              added a test case
15815              
15816              seems to also fix a case of bogus duplicate warnings
15817      Branch: maint-5.6/perl
15818            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
15819            ! vms/perly_c.vms
15820 ____________________________________________________________________________
15821 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
15822         Log: More VMS tweaks from Craig A. Berry.
15823      Branch: perl
15824            ! configure.com t/lib/extutils.t
15825 ____________________________________________________________________________
15826 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
15827         Log: -Wall cleanup continues.
15828      Branch: perl
15829            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
15830            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
15831            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
15832            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
15833            ! run.c toke.c util.c
15834 ____________________________________________________________________________
15835 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
15836         Log: The metaconfig unit change for #10390.
15837      Branch: metaconfig/U/perl
15838            ! gccvers.U
15839 ____________________________________________________________________________
15840 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
15841         Log: Drop the -ansi from the default gcc flags.
15842              
15843              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
15844              that struct cannot be compared with a flat integer, such as STRLEN.
15845              The -ansi will also cause a lot of noise in Solaris because of:
15846              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
15847      Branch: perl
15848            ! Configure
15849 ____________________________________________________________________________
15850 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
15851         Log: Integrate perlio.
15852      Branch: perl
15853           !> pod/perlapi.pod util.c
15854 ____________________________________________________________________________
15855 [ 10388] By: nick                                  on 2001/06/02  08:01:12
15856         Log: Integrate mainline
15857      Branch: perlio
15858           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
15859           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
15860           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
15861           !> t/lib/1_compile.t t/lib/mimeqp.t
15862 ____________________________________________________________________________
15863 [ 10387] By: nick                                  on 2001/06/02  07:39:17
15864         Log: Tweak util.c's atof2 for MULTIPLICITY
15865      Branch: perlio
15866            ! util.c
15867 ____________________________________________________________________________
15868 [ 10386] By: nick                                  on 2001/06/02  07:38:33
15869         Log: Integrate mainline
15870      Branch: perlio
15871           !> (integrate 41 files)
15872 ____________________________________________________________________________
15873 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
15874         Log: Add Attribute::Handlers 0.61 from Damian Conway.
15875      Branch: perl
15876            + lib/Attribute/Handlers.pm t/lib/attrhand.t
15877            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
15878 ____________________________________________________________________________
15879 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
15880         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
15881              From: Peter Prymmer <pvhp@forte.com>
15882              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
15883              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
15884      Branch: perl
15885            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
15886 ____________________________________________________________________________
15887 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
15888         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
15889              From: Jeff Pinyan <jeffp@crusoe.net>
15890              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
15891              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
15892      Branch: perl
15893            ! lib/File/Find.pm
15894 ____________________________________________________________________________
15895 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
15896         Log: Subject: [PATCH perl@10381] configure.com tweaks
15897              From: "Craig A. Berry" <craigberry@mac.com>
15898              Date: Fri, 1 Jun 2001 13:55:43 -0500
15899              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
15900      Branch: perl
15901            ! configure.com
15902 ____________________________________________________________________________
15903 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
15904         Log: Update Changes.
15905      Branch: perl
15906            ! Changes patchlevel.h
15907 ____________________________________________________________________________
15908 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
15909         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
15910              From: Mike Guy <mjtg@cam.ac.uk>
15911              Date: Fri, 01 Jun 2001 18:17:02 +0100
15912              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
15913      Branch: perl
15914            ! lib/perl5db.pl
15915 ____________________________________________________________________________
15916 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
15917         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
15918              From: Hugo <hv@crypt.compulink.co.uk>
15919              Date: Thu, 31 May 2001 20:49:48 +0100
15920              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
15921      Branch: perl
15922            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
15923            ! util.c
15924 ____________________________________________________________________________
15925 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
15926         Log: Zero() is not available in x2p (or, rather, some of its
15927              implementations like memzero() might not be available.)
15928      Branch: perl
15929            ! x2p/hash.c
15930 ____________________________________________________________________________
15931 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
15932         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
15933              From: Michael G Schwern <schwern@pobox.com>
15934              Date: Fri, 1 Jun 2001 12:00:29 +0100
15935              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
15936              
15937              (But use Zero() instead of memset.)
15938      Branch: perl
15939            ! x2p/hash.c
15940 ____________________________________________________________________________
15941 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
15942         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
15943              From: Jeff Pinyan <jeffp@crusoe.net>
15944              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
15945              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
15946      Branch: perl
15947            ! pod/perldiag.pod regcomp.c t/op/pat.t
15948 ____________________________________________________________________________
15949 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
15950         Log: Retract #10324 and #10333; not needed.
15951      Branch: perl
15952            ! hints/irix_6.sh hints/linux.sh
15953 ____________________________________________________________________________
15954 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
15955         Log: The #10370 wasn't quite right.
15956      Branch: perl
15957            ! ext/XS/Typemap/Typemap.xs
15958 ____________________________________________________________________________
15959 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
15960         Log: The metaconfig units changes for #10372.
15961      Branch: metaconfig/U/perl
15962            + d_realpath.U d_sresgproto.U d_sresuproto.U
15963            ! gccvers.U i_db.U
15964 ____________________________________________________________________________
15965 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
15966         Log: Configure tweaks; record the Berkeley DB version,
15967              probe for realpath(), for setresuid() and setresgid()
15968              prototypes; use realpath() (try to be paranoid enough),
15969              use the setres[ug]id prototypes because glibc has the functions
15970              but not their prototypes; add -Wall -ansi to gcc ccflags;
15971              regen toc.
15972      Branch: perl
15973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15974            ! config_h.SH configure.com epoc/config.sh
15975            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
15976            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
15977            ! vos/config.ga.def win32/config.bc win32/config.gc
15978            ! win32/config.vc
15979 ____________________________________________________________________________
15980 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
15981         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
15982              From: Michael G Schwern <schwern@pobox.com>
15983              Date: Fri, 1 Jun 2001 11:28:14 +0100
15984              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
15985      Branch: perl
15986            ! lib/attributes.pm xsutils.c
15987 ____________________________________________________________________________
15988 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
15989         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
15990              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15991              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
15992              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
15993      Branch: perl
15994            ! ext/XS/Typemap/Typemap.xs
15995 ____________________________________________________________________________
15996 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
15997         Log: Subject: [patch] Cwd.xs optimizations/abstraction
15998              From: Doug MacEachern <dougm@covalent.net>
15999              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
16000              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
16001      Branch: perl
16002            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
16003            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
16004 ____________________________________________________________________________
16005 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
16006         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!])
16007              From: Nicholas Clark <nick@ccl4.org>
16008              Date: Thu, 31 May 2001 23:56:40 +0100
16009              Message-ID: <20010531235640.F12698@plum.flirble.org>
16010              
16011              Make the test work also under only static extensions
16012              (sh Configure -Uusedl fakes this nicely)
16013      Branch: perl
16014            ! t/lib/extutils.t
16015 ____________________________________________________________________________
16016 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
16017         Log: Subject: [PATCH hv.c] Eliminating trigraph
16018              From: Michael G Schwern <schwern@pobox.com>
16019              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
16020              Date: Fri, 1 Jun 2001 11:49:56 +0100
16021      Branch: perl
16022            ! hv.c
16023 ____________________________________________________________________________
16024 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
16025         Log: Subject: Re: [PATCH] Tests for File::Compare 
16026              From: "Philip Newton" <Philip.Newton@gmx.net>
16027              Date: Thu, 31 May 2001 19:44:05 +0200
16028              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
16029              
16030              Unnecessary "quotation marks".
16031      Branch: perl
16032            ! t/lib/filecomp.t
16033 ____________________________________________________________________________
16034 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
16035         Log: Integrate perlio.
16036      Branch: perl
16037           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
16038 ____________________________________________________________________________
16039 [ 10364] By: nick                                  on 2001/06/01  10:13:31
16040         Log: Cleanup dll.base and dll.exp created by GCC builds.
16041      Branch: perlio
16042            ! lib/ExtUtils/MM_Win32.pm
16043 ____________________________________________________________________________
16044 [ 10363] By: nick                                  on 2001/06/01  10:02:17
16045         Log: Make filecomp test work on CRLF platforms by adding binmode.
16046      Branch: perlio
16047            ! t/lib/filecomp.t
16048 ____________________________________________________________________________
16049 [ 10362] By: nick                                  on 2001/06/01  08:37:17
16050         Log: Integrate mainline
16051      Branch: perlio
16052           !> Changes Configure patchlevel.h perlio.c
16053 ____________________________________________________________________________
16054 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
16055         Log: panic:claustrophobia.
16056      Branch: perl
16057            ! perlio.c
16058 ____________________________________________________________________________
16059 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
16060         Log: Update Changes.
16061      Branch: perl
16062            ! Changes patchlevel.h
16063 ____________________________________________________________________________
16064 [ 10359] By: nick                                  on 2001/05/31  12:35:50
16065         Log: Integrate mainline.
16066      Branch: perlio
16067           +> t/lib/filecomp.t
16068           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
16069           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
16070 ____________________________________________________________________________
16071 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
16072         Log: Integrate perlio.
16073      Branch: perl
16074           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
16075           !> win32/config_H.vc
16076 ____________________________________________________________________________
16077 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
16078         Log: Metaconfig unit change for #10356.
16079      Branch: metaconfig
16080            ! U/installdirs/inc_version_list.U
16081 ____________________________________________________________________________
16082 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
16083         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
16084              (idea from Sarathy; implementation from Andy)
16085      Branch: perl
16086            ! Configure
16087 ____________________________________________________________________________
16088 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
16089         Log: More AUTHORS.
16090      Branch: perl
16091            ! AUTHORS
16092 ____________________________________________________________________________
16093 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
16094         Log: Subject: Re: [PATCH] Tests for File::Compare
16095              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
16096              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
16097              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
16098      Branch: perl
16099            + t/lib/filecomp.t
16100            ! MANIFEST t/lib/1_compile.t
16101 ____________________________________________________________________________
16102 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
16103         Log: Subject: [PATCH] DEBUG_* macro cleanups
16104              From: Abhijit Menon-Sen <ams@wiw.org>
16105              Date: Thu, 31 May 2001 12:16:22 +0530
16106              Message-ID: <20010531121622.B4829@lustre.linux.in>
16107              
16108              Subject: Re: [PATCH] DEBUG_* macro cleanups
16109              From: Abhijit Menon-Sen <ams@wiw.org>
16110              Date: Thu, 31 May 2001 13:57:01 +0530
16111              Message-ID: <20010531135701.A21775@lustre.linux.in>
16112              
16113              (The DEBUG_ definitions in perl.h changed to use the
16114              STMT_START and STMT_END.)
16115      Branch: perl
16116            ! perl.h pp_ctl.c sv.c toke.c
16117 ____________________________________________________________________________
16118 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
16119         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
16120              From: Abhijit Menon-Sen <ams@wiw.org>
16121              Date: Thu, 31 May 2001 08:27:55 +0530
16122              Message-ID: <20010531082755.A10018@lustre.linux.in>
16123      Branch: perl
16124            ! ext/Storable/Storable.xs gv.c perl.c
16125 ____________________________________________________________________________
16126 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
16127         Log: Subject: [PATCH] AUTHORS
16128              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16129              Date: Thu, 31 May 2001 01:27:59 -0500
16130              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
16131              
16132              Subject: Re: [PATCH] AUTHORS
16133              From: "Philip Newton" <Philip.Newton@gmx.net>
16134              Date: Thu, 31 May 2001 10:08:06 +0200
16135              (Message-Id missing?)
16136      Branch: perl
16137            ! AUTHORS
16138 ____________________________________________________________________________
16139 [ 10350] By: nick                                  on 2001/05/31  11:40:43
16140         Log: win32 - dmake regen_config_h
16141      Branch: perlio
16142            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16143 ____________________________________________________________________________
16144 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
16145         Log: Subject: Re: [PATCH util.c] More warning cleanups.
16146              From: "Philip Newton" <Philip.Newton@gmx.net>
16147              Date: Thu, 31 May 2001 07:41:36 +0200
16148              Message-Id: <200105310538.IAA25458@taku.hut.fi>
16149              
16150              Undo C++-ism that snekt in.
16151      Branch: perl
16152            ! util.c
16153 ____________________________________________________________________________
16154 [ 10348] By: nick                                  on 2001/05/31  11:36:46
16155         Log: Tolerate Win32 numerics
16156      Branch: perlio
16157            ! t/pragma/warn/toke
16158 ____________________________________________________________________________
16159 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
16160         Log: Integrate perlio.
16161      Branch: perl
16162           !> perlio.c win32/win32.h
16163 ____________________________________________________________________________
16164 [ 10346] By: nick                                  on 2001/05/31  10:54:55
16165         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
16166              perlio.c change 10255.
16167      Branch: perlio
16168            ! perlio.c
16169 ____________________________________________________________________________
16170 [ 10345] By: nick                                  on 2001/05/31  10:01:57
16171         Log: Conditionaly put back some "unused" dTHX which are used
16172              with PERL_IMPLICIT_SYS
16173      Branch: perlio
16174            ! perlio.c
16175 ____________________________________________________________________________
16176 [ 10344] By: nick                                  on 2001/05/31  10:00:59
16177         Log: Fix Win32 for new spelling IN_BYTES 
16178      Branch: perlio
16179            ! win32/win32.h
16180 ____________________________________________________________________________
16181 [ 10343] By: nick                                  on 2001/05/31  08:01:32
16182         Log: perlio.c -Wall cleaner under MULTIPLICITY
16183              - still minor noise with linux stdio
16184      Branch: perlio
16185            ! perlio.c
16186 ____________________________________________________________________________
16187 [ 10342] By: nick                                  on 2001/05/31  07:52:23
16188         Log: Integrate mainline.
16189      Branch: perlio
16190           !> (integrate 42 files)
16191 ____________________________________________________________________________
16192 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
16193         Log: AUTHORS updates.
16194      Branch: perl
16195            ! AUTHORS
16196 ____________________________________________________________________________
16197 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
16198         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
16199              From: Peter Prymmer <pvhp@forte.com>
16200              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
16201              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
16202      Branch: perl
16203            ! t/lib/md5-file.t
16204 ____________________________________________________________________________
16205 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
16206         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
16207              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
16208              to match the pragma name; various robustness cleanups.
16209      Branch: perl
16210            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
16211            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
16212 ____________________________________________________________________________
16213 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
16214         Log: More -Wall sweeping.
16215      Branch: perl
16216            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
16217            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
16218            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
16219            ! regcomp.c sv.c toke.c utf8.c
16220 ____________________________________________________________________________
16221 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
16222         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
16223              From: Nicholas Clark <nick@ccl4.org>
16224              Date: Wed, 30 May 2001 22:34:41 +0100
16225              Message-ID: <20010530223441.Y86445@plum.flirble.org>
16226      Branch: perl
16227            ! t/op/cmp.t
16228 ____________________________________________________________________________
16229 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
16230         Log: It's is not, it isn't ain't, and it's it's, not its,
16231              if you mean it is. If you don't, it's its. Then too,
16232              it's hers. It isn't her's. It isn't our's either.
16233              It's ours, and likewise yours and theirs.
16234              -- Oxford University Press, Edpress News
16235      Branch: perl
16236            ! lib/autouse.pm
16237 ____________________________________________________________________________
16238 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
16239         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
16240      Branch: perl
16241            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
16242            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
16243            ! x2p/str.c x2p/walk.c xsutils.c
16244 ____________________________________________________________________________
16245 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
16246         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16247              From: Michael G Schwern <schwern@pobox.com>
16248              Date: Wed, 30 May 2001 17:10:38 +0100
16249              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
16250              
16251              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16252              From: Abhijit Menon-Sen <ams@wiw.org>
16253              Date: Wed, 30 May 2001 23:16:13 +0530
16254              Message-ID: <20010530231613.A31933@lustre.linux.in>
16255      Branch: perl
16256            ! perl.c t/run/runenv.t
16257 ____________________________________________________________________________
16258 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
16259         Log: (Retracted by #10375.)
16260              
16261              IRIX hints patch from Merijn Broeren.
16262              
16263              TODO: (this and the earlier Linux hints patch) should be solved
16264              at Configure level.  Merijn: -ldb should not be used on any platform
16265              for perl, just when linking DBFile itself. Trying to be helpful here
16266              is counterproductive.
16267      Branch: perl
16268            ! hints/irix_6.sh
16269 ____________________________________________________________________________
16270 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
16271         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
16272              From: Nicholas Clark <nick@ccl4.org>
16273              Date: Wed, 30 May 2001 23:20:58 +0100
16274              Message-ID: <20010530232058.B86445@plum.flirble.org>
16275      Branch: perl
16276            ! doop.c
16277 ____________________________________________________________________________
16278 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
16279         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16280              From: Michael G Schwern <schwern@pobox.com> 
16281              Date: Wed, 30 May 2001 15:24:20 +0100
16282              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
16283      Branch: perl
16284            ! t/pragma/autouse.t
16285 ____________________________________________________________________________
16286 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
16287         Log: The regex trick wasn't a good idea.
16288      Branch: perl
16289            ! pod/perlfaq4.pod
16290 ____________________________________________________________________________
16291 [ 10329] By: nick                                  on 2001/05/30  18:34:35
16292         Log: Integrate mainline
16293      Branch: perlio
16294           !> (integrate 40 files)
16295 ____________________________________________________________________________
16296 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
16297         Log: Update Changes.
16298      Branch: perl
16299            ! Changes patchlevel.h
16300 ____________________________________________________________________________
16301 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
16302         Log: The metaconfig unit change for #10325.
16303      Branch: metaconfig
16304            + U/modified/afs.U
16305 ____________________________________________________________________________
16306 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
16307         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
16308              is now wrong.
16309      Branch: perl
16310            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16311 ____________________________________________________________________________
16312 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
16313         Log: Introduce $Config{afsroot}.
16314      Branch: perl
16315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16316            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
16317            ! win32/config.gc win32/config.vc
16318 ____________________________________________________________________________
16319 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
16320         Log: (Retracted by #10375.)
16321              
16322              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
16323      Branch: perl
16324            ! hints/linux.sh
16325 ____________________________________________________________________________
16326 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
16327         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
16328              (Also Configure tweaks needed; coming up soon.)
16329      Branch: perl
16330            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
16331 ____________________________________________________________________________
16332 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
16333         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
16334              From: Michael G Schwern <schwern@pobox.com>
16335              Date: Sun, 27 May 2001 10:29:43 +0100
16336              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
16337      Branch: perl
16338            ! lib/perl5db.pl
16339 ____________________________________________________________________________
16340 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
16341         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
16342              and Abhijit Menon-Sen.
16343      Branch: perl
16344            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
16345            ! perl.c pp_sys.c regcomp.c
16346 ____________________________________________________________________________
16347 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
16348         Log: Fix the BOOT section to call myU2time properly.
16349      Branch: perl
16350            ! ext/Time/HiRes/HiRes.xs
16351 ____________________________________________________________________________
16352 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
16353         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16354              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
16355              Date: Wed, 30 May 2001 09:44:29 -0400
16356              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
16357              
16358              Detypo; plus add one more trick.
16359      Branch: perl
16360            ! pod/perlfaq4.pod
16361 ____________________________________________________________________________
16362 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
16363         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)
16364              From: Michael G Schwern <schwern@pobox.com>
16365              Date: Wed, 30 May 2001 14:39:06 +0100
16366              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
16367      Branch: perl
16368            ! lib/autouse.pm t/pragma/autouse.t
16369 ____________________________________________________________________________
16370 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
16371         Log: Subject: Re: AIX and gcc (moving targets)
16372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16373              Date: Wed, 30 May 2001 15:25:08 +0200
16374              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
16375      Branch: perl
16376            ! ext/Time/HiRes/HiRes.xs
16377 ____________________________________________________________________________
16378 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
16379         Log: Subject: [PATCH t/TEST] sorting tests
16380              From: Michael G Schwern <schwern@pobox.com>
16381              Date: Wed, 30 May 2001 10:24:02 +0100
16382              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
16383      Branch: perl
16384            ! t/TEST
16385 ____________________________________________________________________________
16386 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
16387         Log: Subject: [ID 20010529.002] typos in man page perlre
16388              From: bart@cg681574-a.adubn1.nj.home.com 
16389              Date: Tue, 29 May 2001 13:58:59 -0500
16390              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
16391      Branch: perl
16392            ! pod/perlre.pod
16393 ____________________________________________________________________________
16394 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
16395         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16396              From: "Craig A. Berry" <craigberry@mac.com>
16397              Date: Tue, 29 May 2001 23:23:45 -0500
16398              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
16399      Branch: perl
16400            ! t/lib/extutils.t t/pragma/autouse.t
16401 ____________________________________________________________________________
16402 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
16403         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)
16404              From: David Dyck <dcd@tc.fluke.com>
16405              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
16406              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
16407      Branch: perl
16408            ! t/lib/filefind.t
16409 ____________________________________________________________________________
16410 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
16411         Log: AIX hints update for gcc from Merijn H. Brand.
16412      Branch: perl
16413            ! hints/aix.sh
16414 ____________________________________________________________________________
16415 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
16416         Log: Retract #10295 and #10296: a more generic solution
16417              is needed (there's something funny with gcc on AIX).
16418      Branch: perl
16419            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
16420 ____________________________________________________________________________
16421 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
16422         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
16423              From: Hugo <hv@crypt.compulink.co.uk>
16424              Date: Wed, 30 May 2001 11:59:19 +0100
16425              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
16426              
16427              localizing $@ has unfortunate semantics - if you die past
16428              a local $@, the die message is lost.
16429      Branch: perl
16430            ! lib/utf8_heavy.pl
16431 ____________________________________________________________________________
16432 [ 10309] By: nick                                  on 2001/05/30  08:23:02
16433         Log: Integrate mainline (autouse works again.)
16434      Branch: perlio
16435           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
16436           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
16437           !> pod/perlvar.pod t/op/cmp.t
16438 ____________________________________________________________________________
16439 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
16440         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
16441              From: David Dyck <dcd@tc.fluke.com>
16442              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
16443              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
16444      Branch: perl
16445            ! lib/File/Find.pm
16446 ____________________________________________________________________________
16447 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
16448         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
16449              From: Nicholas Clark <nick@ccl4.org>
16450              Date: Tue, 29 May 2001 23:16:09 +0100
16451              Message-ID: <20010529231609.U86445@plum.flirble.org>
16452              
16453              Make the test output slightly clearer by distinguishing
16454              between '' and undef.
16455      Branch: perl
16456            ! t/op/cmp.t
16457 ____________________________________________________________________________
16458 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
16459         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
16460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16461              Date: Tue, 29 May 2001 19:15:19 -0400
16462              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
16463      Branch: perl
16464            ! hints/os2.sh
16465 ____________________________________________________________________________
16466 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
16467         Log: Subject: perlvar.pod addition
16468              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
16469              Date: Fri, 25 May 2001 20:23:12 +0200
16470              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
16471              
16472              Subject: Re: perlvar.pod addition
16473              From: "Abigail" <abigail@foad.org> 
16474              Date: Fri, 25 May 2001 22:00:39 +0200
16475              Message-ID: <20010525200039.28029.qmail@foad.org>
16476              
16477              Mention $a and $b in perlvar.
16478      Branch: perl
16479            ! pod/perlvar.pod
16480 ____________________________________________________________________________
16481 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
16482         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
16483              From: Jeff Pinyan <jeffp@crusoe.net>
16484              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
16485              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
16486      Branch: perl
16487            ! pod/perlvar.pod
16488 ____________________________________________________________________________
16489 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
16490         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
16491              From: Jeff Pinyan <jeffp@crusoe.net>
16492              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
16493              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
16494      Branch: perl
16495            ! pod/perlfaq6.pod
16496 ____________________________________________________________________________
16497 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
16498         Log: Mention Time::localtime and Time::gmtime.
16499      Branch: perl
16500            ! ext/Time/Piece/Piece.pm
16501 ____________________________________________________________________________
16502 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
16503         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16504              From: Michael G Schwern <schwern@pobox.com>
16505              Date: Tue, 29 May 2001 18:51:32 +0100
16506              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
16507      Branch: perl
16508            ! pod/perlfaq4.pod
16509 ____________________________________________________________________________
16510 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
16511         Log: Retract #10243.
16512      Branch: perl
16513            ! lib/autouse.pm
16514 ____________________________________________________________________________
16515 [ 10299] By: nick                                  on 2001/05/29  18:41:19
16516         Log: Post weekend integrate mainline (fails one test pragma/autouse).
16517      Branch: perlio
16518           +> (branch 29 files)
16519           !> (integrate 91 files)
16520 ____________________________________________________________________________
16521 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
16522         Log: Update Changes.
16523      Branch: perl
16524            ! Changes patchlevel.h
16525 ____________________________________________________________________________
16526 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
16527         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
16528              before Perl_load_module/Perl_call_method and restore the value
16529              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
16530      Branch: perl
16531            ! utf8.c
16532 ____________________________________________________________________________
16533 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
16534         Log: Subject: Re: AIX and gcc (moving targets)
16535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16536              Date: Tue, 29 May 2001 17:59:40 +0200
16537              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
16538      Branch: perl
16539            ! ext/Storable/Makefile.PL
16540 ____________________________________________________________________________
16541 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
16542         Log: Subject: Re: AIX and gcc (moving targets)
16543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16544              Date: Tue, 29 May 2001 12:32:57 +0200
16545              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
16546      Branch: perl
16547            ! ext/POSIX/Makefile.PL
16548 ____________________________________________________________________________
16549 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
16550         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
16551              From: Michael G Schwern <schwern@pobox.com>
16552              Date: Tue, 29 May 2001 09:53:29 +0100
16553              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
16554              
16555              (#10280 retracted)
16556      Branch: perl
16557            ! lib/Test/Harness.pm t/lib/test-harness.t
16558 ____________________________________________________________________________
16559 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
16560         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
16561              From: Michael G Schwern <schwern@pobox.com>
16562              Date: Tue, 29 May 2001 09:19:52 +0100
16563              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
16564      Branch: perl
16565            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
16566            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
16567            + t/lib/Test/todo.t
16568            ! MANIFEST lib/Test.pm t/TEST
16569 ____________________________________________________________________________
16570 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
16571         Log: From: Michael G Schwern <schwern@pobox.com>
16572              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
16573              Date: Tue, 29 May 2001 08:26:09 +0100
16574              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
16575      Branch: perl
16576            ! t/TEST
16577 ____________________________________________________________________________
16578 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
16579         Log: Add tests for Time::gmtime and Time::localtime.
16580      Branch: perl
16581            + t/lib/time-gmtime.t t/lib/time-localtime.t
16582            ! MANIFEST t/lib/1_compile.t
16583 ____________________________________________________________________________
16584 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
16585         Log: Add test for File::stat.
16586      Branch: perl
16587            + t/lib/filestat.t
16588            ! MANIFEST t/lib/1_compile.t
16589 ____________________________________________________________________________
16590 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
16591         Log: Add test for Net::servent.
16592      Branch: perl
16593            + t/lib/net-sent.t
16594            ! MANIFEST t/lib/1_compile.t
16595 ____________________________________________________________________________
16596 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
16597         Log: Add test for Net::protoent.
16598      Branch: perl
16599            + t/lib/net-pent.t
16600            ! MANIFEST t/lib/1_compile.t
16601 ____________________________________________________________________________
16602 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
16603         Log: Add test for Net::netent.
16604      Branch: perl
16605            + t/lib/net-nent.t
16606            ! MANIFEST t/lib/1_compile.t
16607 ____________________________________________________________________________
16608 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
16609         Log: Add test for User::grent.  Portability doubtful.
16610      Branch: perl
16611            + t/lib/user-grent.t
16612            ! MANIFEST t/lib/1_compile.t
16613 ____________________________________________________________________________
16614 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
16615         Log: Add test for User::pwent.
16616              Probably will fall down somewhere for portability reasons.
16617      Branch: perl
16618            + t/lib/user-pwent.t
16619            ! MANIFEST t/lib/1_compile.t
16620 ____________________________________________________________________________
16621 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
16622         Log: Metaconfig units changes for #10283.
16623      Branch: metaconfig
16624            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
16625            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
16626            ! U/installdirs/sitescript.U U/modified/Signal.U
16627 ____________________________________________________________________________
16628 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
16629         Log: Subject: [PATCH 5.6.1] signal names in Configure
16630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16631              Date: Tue, 29 May 2001 03:52:25 -0400
16632              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
16633              
16634              Subject: [PATCH 5.6.1] older perl in Configure
16635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16636              Date: Tue, 29 May 2001 03:55:40 -0400
16637              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
16638              
16639              Subject: [PATCH 5.6.1] goofs in Configure
16640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16641              Date: Tue, 29 May 2001 04:13:07 -0400
16642              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
16643              
16644              Configure portability tweaks.
16645      Branch: perl
16646            ! Configure
16647 ____________________________________________________________________________
16648 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
16649         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
16650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16651              Date: Tue, 29 May 2001 04:07:06 -0400
16652              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
16653      Branch: perl
16654            ! os2/os2.c
16655 ____________________________________________________________________________
16656 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
16657         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
16658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16659              Date: Tue, 29 May 2001 04:01:38 -0400
16660              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
16661      Branch: perl
16662            ! hints/os2.sh os2/Makefile.SHs
16663 ____________________________________________________________________________
16664 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
16665         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
16666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16667              Date: Tue, 29 May 2001 03:50:18 -0400
16668              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
16669      Branch: perl
16670            ! lib/Test/Harness.pm
16671 ____________________________________________________________________________
16672 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
16673         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
16674      Branch: perl
16675            ! lib/utf8_heavy.pl
16676 ____________________________________________________________________________
16677 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
16678         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
16679              From: Hugo <hv@crypt.compulink.co.uk>
16680              Date: Tue, 29 May 2001 03:03:45 +0100
16681              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
16682              
16683              Explanation why the $@ always gets the UTF8 flag when under use utf8--
16684              because we told it to have the flag when under use utf8.
16685      Branch: perl
16686            ! pp_ctl.c
16687 ____________________________________________________________________________
16688 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
16689         Log: At least a partial fix for 20010528.004.
16690      Branch: perl
16691            ! lib/utf8_heavy.pl
16692 ____________________________________________________________________________
16693 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
16694         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
16695              From: Nicholas Clark <nick@ccl4.org> 
16696              Date: Mon, 28 May 2001 23:39:38 +0100
16697              Message-ID: <20010528233938.M86445@plum.flirble.org>
16698              
16699              More portable non-zero UV.
16700      Branch: perl
16701            ! t/lib/extutils.t
16702 ____________________________________________________________________________
16703 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
16704         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
16705              From: Nicholas Clark <nick@ccl4.org>
16706              Date: Mon, 28 May 2001 22:46:09 +0100
16707              Message-ID: <20010528224608.L86445@plum.flirble.org>
16708              
16709              Test also "make clean".
16710      Branch: perl
16711            ! t/lib/extutils.t
16712 ____________________________________________________________________________
16713 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
16714         Log: Subject: Re: Would -Wno-unused -Wall be better?
16715              From: Michael G Schwern <schwern@pobox.com>
16716              Date: Tue, 29 May 2001 00:55:54 +0100
16717              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
16718      Branch: perl
16719            ! pp.h
16720 ____________________________________________________________________________
16721 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
16722         Log: Add a test for 20010528.007, fixed in #10272.
16723      Branch: perl
16724            ! t/op/misc.t toke.c
16725 ____________________________________________________________________________
16726 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
16727         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
16728              From: Hugo <hv@crypt.compulink.co.uk>
16729              Date: Tue, 29 May 2001 00:23:23 +0100
16730              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
16731      Branch: perl
16732            ! toke.c
16733 ____________________________________________________________________________
16734 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
16735         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
16736              From: Michael G Schwern <schwern@pobox.com>
16737              Date: Tue, 29 May 2001 00:42:59 +0100
16738              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
16739      Branch: perl
16740            ! t/pragma/autouse.t
16741 ____________________________________________________________________________
16742 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
16743         Log: Some shells seemingly arrange the signal handlers differently
16744              (bug id 20010521.004).
16745      Branch: perl
16746            ! t/lib/sigaction.t
16747 ____________________________________________________________________________
16748 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
16749         Log: Regen perlmodlib.
16750      Branch: perl
16751            ! pod/perlmodlib.pod
16752 ____________________________________________________________________________
16753 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
16754         Log: Update Changes.
16755      Branch: perl
16756            ! Changes patchlevel.h
16757 ____________________________________________________________________________
16758 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
16759         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
16760              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16761              Date: Mon, 28 May 2001 14:56:35 -0500
16762              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
16763      Branch: perl
16764            ! pod/perlnewmod.pod
16765 ____________________________________________________________________________
16766 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
16767         Log: Regen toc.
16768      Branch: perl
16769            ! pod/perltoc.pod
16770 ____________________________________________________________________________
16771 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
16772         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
16773              From: "Richard Soderberg" <rs@crystalflame.net>
16774              Date: Mon, 28 May 2001 12:31:23 -0700
16775              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
16776      Branch: perl
16777            ! t/op/splice.t
16778 ____________________________________________________________________________
16779 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
16780         Log: The #10260 was too bold: locales and utf8 still do not mix.
16781      Branch: perl
16782            ! t/pragma/locale.t
16783 ____________________________________________________________________________
16784 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
16785         Log: Subject: [PATCH] Pod nitpicks
16786              From: "Richard Soderberg" <rs@crystalflame.net>
16787              Date: Mon, 28 May 2001 10:08:58 -0700
16788              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
16789      Branch: perl
16790            ! pod/perl571delta.pod pod/perlapi.pod sv.h
16791 ____________________________________________________________________________
16792 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
16793         Log: Upgrade to I18N::LangTags 0.22.
16794      Branch: perl
16795            + lib/I18N/LangTags/List.pod
16796            ! MANIFEST lib/I18N/LangTags.pm
16797 ____________________________________________________________________________
16798 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
16799         Log: A slightly more serious bug found by -Mutf8; op/misc and
16800              lib/complex dumped core.
16801      Branch: perl
16802            ! regexec.c
16803 ____________________________________________________________________________
16804 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
16805         Log: Various buglets shaken out by -Mutf8.
16806      Branch: perl
16807            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
16808            ! t/pragma/locale.t
16809 ____________________________________________________________________________
16810 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
16811         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
16812      Branch: perl
16813            ! t/lib/carp.t
16814 ____________________________________________________________________________
16815 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
16816         Log: Subject: [PATCH] todo patch
16817              From: Artur Bergman <artur@contiller.se> 
16818              Date: Mon, 28 May 2001 17:03:51 +0200
16819              Message-ID: <B7383577.F34%artur@contiller.se>
16820      Branch: perl
16821            ! pod/perltodo.pod
16822 ____________________________________________________________________________
16823 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
16824         Log: Subject: typo in perlguts.pod
16825              From: "John P. Linderman" <jpl@research.att.com>
16826              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
16827              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
16828      Branch: perl
16829            ! pod/perlguts.pod
16830 ____________________________________________________________________________
16831 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
16832         Log: Subject: AIX and gcc (moving targets)
16833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16834              Date: Mon, 28 May 2001 12:54:04 +0200
16835              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
16836      Branch: perl
16837            ! hints/aix.sh
16838 ____________________________________________________________________________
16839 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
16840         Log: Subject: Re: perlio + multiple perl_alloc..destruct
16841              From: Doug MacEachern <dougm@covalent.net>
16842              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
16843              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
16844      Branch: perl
16845            ! perlio.c
16846 ____________________________________________________________________________
16847 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
16848         Log: The #10251 wasn't quite up-to-the-code.
16849      Branch: perl
16850            ! t/op/misc.t
16851 ____________________________________________________________________________
16852 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
16853         Log: Test case for bug 20010526.004, fixed in #10252.
16854      Branch: perl
16855            ! t/op/taint.t
16856 ____________________________________________________________________________
16857 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
16858         Log: Subject: Re: [ID 20010526.004] Taint looses value
16859              From: Hugo <hv@crypt.compulink.co.uk>
16860              Date: Sun, 27 May 2001 20:39:32 +0100
16861              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
16862      Branch: perl
16863            ! sv.c
16864 ____________________________________________________________________________
16865 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
16866         Log: Test case for 20010422.005, fixed by #10250.
16867      Branch: perl
16868            ! t/op/misc.t
16869 ____________________________________________________________________________
16870 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
16871         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
16872              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16873              Date: Mon, 28 May 2001 06:39:12 -0400
16874              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
16875      Branch: perl
16876            ! toke.c
16877 ____________________________________________________________________________
16878 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
16879         Log: Linerewrapping.
16880      Branch: perl
16881            ! lib/open.pm
16882 ____________________________________________________________________________
16883 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
16884         Log: Updates on the modules list.
16885      Branch: perl
16886            ! t/lib/1_compile.t
16887 ____________________________________________________________________________
16888 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
16889         Log: Add a test for PerlIO.
16890              
16891              (I probably got the crlf/raw thing wrong for clrfy platforms...)
16892      Branch: perl
16893            + t/lib/perlio.t
16894            ! MANIFEST lib/PerlIO.pm
16895 ____________________________________________________________________________
16896 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
16897         Log: Add a test for carp et alia.
16898      Branch: perl
16899            + t/lib/carp.t
16900            ! MANIFEST
16901 ____________________________________________________________________________
16902 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
16903         Log: Adding the new test would be swell.
16904      Branch: perl
16905            + t/pragma/autouse.t
16906 ____________________________________________________________________________
16907 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
16908         Log: Add a test for the autouse pragma.
16909      Branch: perl
16910            ! MANIFEST
16911 ____________________________________________________________________________
16912 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
16913         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
16914              From: dLux <dlux@spam.sch.bme.hu>
16915              Date: Sun, 27 May 2001 16:14:26 +0200
16916              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
16917      Branch: perl
16918            ! lib/autouse.pm
16919 ____________________________________________________________________________
16920 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
16921         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
16922              From: "Richard Soderberg" <rs@crystalflame.net>
16923              Date: Mon, 28 May 2001 03:56:36 -0700
16924              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
16925      Branch: perl
16926            ! utils/dprofpp.PL
16927 ____________________________________________________________________________
16928 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
16929         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
16930              From: "Stephen P. Potter" <spp@spotter.yi.org>
16931              Date: Tue, 22 May 2001 11:40:25 -0400
16932              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
16933              
16934              Subject: Re: [ID 20010522.003] Time::Local module bug
16935              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
16936              Date: Tue, 22 May 2001 11:50:19 -0400
16937              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
16938      Branch: perl
16939            ! lib/Time/Local.pm
16940 ____________________________________________________________________________
16941 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
16942         Log: The PERL_DL_NONLAZY can have whitespace in front.
16943      Branch: perl
16944            ! t/lib/extutils.t
16945 ____________________________________________________________________________
16946 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
16947         Log: Document strftime() and strptime().
16948      Branch: perl
16949            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
16950 ____________________________________________________________________________
16951 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
16952         Log: Make Time::Piece::strptime() to be a function, not a method.
16953      Branch: perl
16954            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16955 ____________________________________________________________________________
16956 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
16957         Log: Tweak the test to be more portable.
16958      Branch: perl
16959            ! t/lib/extutils.t
16960 ____________________________________________________________________________
16961 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
16962         Log: Subject: PATCH: Re: Re: Attributes that tie
16963              From: Leon Brocard <acme@astray.com>
16964              Date: Sun, 27 May 2001 12:37:29 +0100
16965              Message-ID: <20010527123729.A22663@ns0.astray.com>
16966              
16967              Document that variable attributes are not currently usable
16968              for tieing.  (An ugly limitation that should be fixed.)
16969      Branch: perl
16970            ! lib/attributes.pm
16971 ____________________________________________________________________________
16972 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
16973         Log: Microperl tweaks.
16974      Branch: perl
16975            ! Makefile.micro uconfig.h uconfig.sh
16976 ____________________________________________________________________________
16977 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
16978         Log: Add make target for microperl (kind of silly, but convenient).
16979      Branch: perl
16980            ! Makefile.SH
16981 ____________________________________________________________________________
16982 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
16983         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
16984              for microperl.)
16985      Branch: perl
16986            ! doio.c
16987 ____________________________________________________________________________
16988 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
16989         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
16990              From: rspier@pobox.com (Robert Spier)
16991              Date: Sat, 26 May 2001 20:05:23 -0400
16992              Message-ID: <15120.17603.148648.12430@rls.cx>
16993              
16994              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
16995              From: rspier@pobox.com (Robert Spier)
16996              Date: Sun, 27 May 2001 00:23:12 -0400
16997              Message-ID: <15120.33072.511966.767230@rls.cx>
16998      Branch: perl
16999            ! doio.c pod/perlfunc.pod
17000 ____________________________________________________________________________
17001 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
17002         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
17003      Branch: perl
17004            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17005 ____________________________________________________________________________
17006 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
17007         Log: Add README.tru64.
17008      Branch: perl
17009            + README.tru64
17010 ____________________________________________________________________________
17011 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
17012         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
17013      Branch: perl
17014            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17015            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
17016            ! MANIFEST
17017 ____________________________________________________________________________
17018 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
17019         Log: Integrate I18N::LangTags from Sean Burke.
17020              
17021              TODO: the language list from RFC 3066 needs to be integrated
17022              and made available somehow.  The list is included in the
17023              I18N-LangTags 0.21 distribution, but it is undocumented
17024              and unconnected to the module.
17025      Branch: perl
17026            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
17027            ! MANIFEST
17028 ____________________________________________________________________________
17029 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
17030         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
17031              envisioned by Sarathy.
17032      Branch: perl
17033            ! t/op/ver.t toke.c
17034 ____________________________________________________________________________
17035 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
17036         Log: Subject: [ID 20010525.001] Pod typo nits fixed
17037              From: lvirden@cas.org
17038              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
17039              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
17040              
17041              minus the perlsolaris decimation plus the
17042              
17043              Subject: Re: [ID 20010525.001] Pod typo nits fixed
17044              From: "Philip Newton" <Philip.Newton@gmx.net>
17045              Date: Fri, 25 May 2001 18:05:55 +0200
17046              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
17047      Branch: perl
17048            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
17049            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
17050            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
17051            ! pod/perlutil.pod pod/perlxstut.pod
17052 ____________________________________________________________________________
17053 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
17054         Log: return clauses are nice.
17055      Branch: perl
17056            ! sv.c
17057 ____________________________________________________________________________
17058 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
17059         Log: Subject: change 10199 backwards?
17060              From: Doug MacEachern <dougm@covalent.net>
17061              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
17062              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
17063      Branch: perl
17064            ! sv.c
17065 ____________________________________________________________________________
17066 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
17067         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
17068              From: Hugo <hv@crypt.compulink.co.uk>
17069              Date: Sat, 26 May 2001 17:05:12 +0100
17070              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
17071      Branch: perl
17072            + t/op/gmagic.t
17073            ! MANIFEST doop.c embed.h embed.pl global.sym
17074            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
17075            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
17076 ____________________________________________________________________________
17077 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
17078         Log: Regen headers for #10221.
17079      Branch: perl
17080            ! global.sym objXSUB.h perlapi.c
17081 ____________________________________________________________________________
17082 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
17083         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
17084              From: Juha Laiho <juha.laiho@Elma.Net>
17085              Date: Thu, 3 May 2001 09:51:30 +0300
17086              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
17087      Branch: perl
17088            ! embed.pl
17089 ____________________________________________________________________________
17090 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
17091         Log: Subject: Re: [PATCH] Re: stability of sort()?
17092              From: "John P. Linderman" <jpl@research.att.com>
17093              Date: Sat, 26 May 2001 13:27:19 -0400
17094              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
17095      Branch: perl
17096            ! pod/perlfunc.pod
17097 ____________________________________________________________________________
17098 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
17099         Log: Integrate perlio.
17100      Branch: perl
17101           !> pod/perlguts.pod
17102 ____________________________________________________________________________
17103 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
17104         Log: Subject: [PATCH perl@10210] PerlIO for VMS
17105              From: "Craig A. Berry" <craigberry@mac.com>
17106              Date: Sat, 26 May 2001 09:34:11 -0500
17107              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
17108      Branch: perl
17109            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
17110            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
17111            ! vms/vmsish.h
17112 ____________________________________________________________________________
17113 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
17114         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
17115              From: David Dyck <dcd@tc.fluke.com>
17116              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
17117              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
17118      Branch: perl
17119            ! lib/perl5db.pl
17120 ____________________________________________________________________________
17121 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
17122         Log: Subject: utf8 regexp tests
17123              From: Hugo <hv@crypt.compulink.co.uk>
17124              Date: Fri, 25 May 2001 22:35:01 +0100
17125              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
17126      Branch: perl
17127            ! t/op/regexp.t
17128 ____________________________________________________________________________
17129 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
17130         Log: Subject: [PATCH] Re: stability of sort()?
17131              From: Nicholas Clark <nick@ccl4.org>
17132              Date: Fri, 25 May 2001 22:40:19 +0100
17133              Message-ID: <20010525224019.B86445@plum.flirble.org>
17134      Branch: perl
17135            ! pod/perlfunc.pod
17136 ____________________________________________________________________________
17137 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
17138         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
17139              From: John Peacock <jpeacock@rowman.com>
17140              Date: Thu, 24 May 2001 22:14:01 -0400
17141              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
17142      Branch: perl
17143            ! mg.c scope.c sv.c
17144 ____________________________________________________________________________
17145 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
17146         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17147              From: Nicholas Clark <nick@ccl4.org>
17148              Date: Sun, 20 May 2001 19:24:13 +0100
17149              Message-ID: <20010520192413.G83222@plum.flirble.org>
17150      Branch: perl
17151            + lib/ExtUtils/Constant.pm t/lib/extutils.t
17152            ! MANIFEST utils/h2xs.PL
17153 ____________________________________________________________________________
17154 [ 10212] By: nick                                  on 2001/05/26  09:49:28
17155         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
17156              add a few more notes there on use of mortals on the stack.
17157      Branch: perlio
17158            ! pod/perlguts.pod
17159 ____________________________________________________________________________
17160 [ 10211] By: nick                                  on 2001/05/26  09:05:36
17161         Log: Integrate mainline
17162      Branch: perlio
17163           +> t/lib/fcntl.t t/pragma/vars.t
17164           !> (integrate 49 files)
17165 ____________________________________________________________________________
17166 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
17167         Log: Update Changes.
17168      Branch: perl
17169            ! Changes patchlevel.h
17170 ____________________________________________________________________________
17171 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
17172         Log: Based on
17173              
17174              Subject: [PATCH pp.c] Wrapping pack("C",256)
17175              From: Simon Cozens <simon@netthink.co.uk>
17176              Date: Sat, 12 May 2001 17:58:41 +0100
17177              Message-ID: <20010512175841.A6132@netthink.co.uk>
17178      Branch: perl
17179            ! pod/perldiag.pod pp.c t/pragma/warn/pp
17180 ____________________________________________________________________________
17181 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
17182         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
17183              From: "Brendan O'Dea" <bod@compusol.com.au>
17184              Date: Fri, 25 May 2001 11:18:29 +1000
17185              Message-ID: <20010525111829.A28411@compusol.com.au>
17186              
17187              (Slightly modified.)
17188      Branch: perl
17189            ! lib/Term/Cap.pm
17190 ____________________________________________________________________________
17191 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
17192         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
17193              From: Hugo <hv@crypt.compulink.co.uk>
17194              Date: Fri, 25 May 2001 02:13:25 +0100
17195              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
17196      Branch: perl
17197            ! t/op/misc.t
17198 ____________________________________________________________________________
17199 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
17200         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17201              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
17202              Date: Fri, 25 May 2001 10:25:36 +0900
17203              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
17204      Branch: perl
17205            ! regcomp.c regexec.c
17206 ____________________________________________________________________________
17207 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
17208         Log: Subject: [PATCH #2] stash autovivification and method call error messages
17209              From: Ilmari Karonen <iltzu@sci.fi>
17210              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
17211              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
17212      Branch: perl
17213            ! gv.c pp_hot.c t/op/method.t
17214 ____________________________________________________________________________
17215 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
17216         Log: Add make target and documentation for gprof profiling.
17217      Branch: perl
17218            ! Makefile.SH pod/perlhack.pod
17219 ____________________________________________________________________________
17220 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
17221         Log: Subject: Don't think about UTF8 
17222              From: Mike Guy <mjtg@cam.ac.uk> 
17223              Date: Tue, 22 May 2001 14:35:39 +0100
17224              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
17225      Branch: perl
17226            ! sv.h
17227 ____________________________________________________________________________
17228 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
17229         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
17230              From: Geraint A Edwards <gedge@serf.org> 
17231              Date: Thu, 24 May 2001 22:51:24 +0100
17232              Message-Id: <20010524225124.A34981@cymru.serf.org>
17233      Branch: perl
17234            ! x2p/find2perl.PL
17235 ____________________________________________________________________________
17236 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
17237         Log: DB_File has its own attribute story.
17238      Branch: perl
17239            ! ext/DB_File/DB_File.xs
17240 ____________________________________________________________________________
17241 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
17242         Log: Subject: Re: Making perl with -Wall
17243              From: Andy Dougherty <doughera@lafayette.edu>
17244              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
17245              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
17246      Branch: perl
17247            ! perl.h
17248 ____________________________________________________________________________
17249 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
17250         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
17251              From: "Richard Soderberg" <rs@crystalflame.net>
17252              Date: Thu, 24 May 2001 08:58:16 -0700
17253              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
17254      Branch: perl
17255            ! sv.c
17256 ____________________________________________________________________________
17257 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
17258         Log: IV/UV casting fixes from Nicholas Clark.
17259      Branch: perl
17260            ! perl.h pp_sys.c util.c
17261 ____________________________________________________________________________
17262 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
17263         Log: Subject: Re: Making perl with -Wall
17264              From: Michael G Schwern <schwern@pobox.com>
17265              Date: Thu, 24 May 2001 15:40:28 +0100
17266              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
17267      Branch: perl
17268            ! malloc.c perl.h
17269 ____________________________________________________________________________
17270 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
17271         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
17272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17273              Date: Tue, 22 May 2001 11:49:37 +0200
17274              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
17275      Branch: metaconfig
17276            ! U/modified/Oldsym.U
17277      Branch: metaconfig/U/perl
17278            ! patchlevel.U
17279      Branch: perl
17280            ! Configure config_h.SH myconfig.SH
17281 ____________________________________________________________________________
17282 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
17283         Log: Under versiononly install also the scripts with the version suffix.
17284              (e.g. .../bin/h2xs5.7.1)
17285      Branch: perl
17286            ! installperl
17287 ____________________________________________________________________________
17288 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
17289         Log: Subject: [PATCH] Stop segfault in mg.c:636
17290              From: "Richard Soderberg" <rs@crystalflame.net>
17291              Date: Thu, 24 May 2001 05:51:52 -0700
17292              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
17293      Branch: perl
17294            ! mg.c
17295 ____________________________________________________________________________
17296 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
17297         Log: Iteration continues; hopefully convergently.
17298      Branch: perl
17299            ! t/lib/b-stash.t
17300 ____________________________________________________________________________
17301 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
17302         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
17303              From: Gisle Aas <gisle@ActiveState.com>
17304              Date: 23 May 2001 16:13:10 -0700
17305              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
17306      Branch: perl
17307            ! op.c toke.c
17308 ____________________________________________________________________________
17309 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
17310         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
17311              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17312              Date: Thu, 24 May 2001 05:05:22 -0500
17313              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
17314      Branch: perl
17315            ! lib/dumpvar.pl lib/perl5db.pl
17316 ____________________________________________________________________________
17317 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
17318         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
17319              From: David Dyck <dcd@tc.fluke.com>
17320              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
17321              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
17322      Branch: perl
17323            ! lib/perl5db.pl
17324 ____________________________________________________________________________
17325 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
17326         Log: Tiny pod nits on READMEs, mostly whitespace issues.
17327      Branch: perl
17328            ! README.amiga README.dos README.macos README.mpeix README.vmesa
17329            ! README.win32
17330 ____________________________________________________________________________
17331 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
17332         Log: The DG/UX part of the 20010521.005.
17333      Branch: perl
17334            ! README.dgux
17335 ____________________________________________________________________________
17336 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
17337         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
17338              From: Hugo <hv@crypt.compulink.co.uk>
17339              Date: Mon, 21 May 2001 16:32:02 +0100
17340              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
17341      Branch: perl
17342            ! regcomp.c t/op/misc.t
17343 ____________________________________________________________________________
17344 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
17345         Log: Subject: [PATCH] Extra UNIVERSAL tests
17346              From: Mike Guy <mjtg@cam.ac.uk>
17347              Date: Wed, 23 May 2001 12:29:20 +0100
17348              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
17349      Branch: perl
17350            ! t/op/universal.t
17351 ____________________________________________________________________________
17352 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
17353         Log: Subject: [PATCH] Remove EQ keyword
17354              From: Mike Guy <mjtg@cam.ac.uk>
17355              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
17356              Date: Wed, 23 May 2001 11:17:29 +0100
17357      Branch: perl
17358            ! keywords.h keywords.pl
17359 ____________________________________________________________________________
17360 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
17361         Log: Subject: [PATCH] lib/perl5db.pl
17362              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17363              Date: Wed, 23 May 2001 02:18:03 -0500
17364              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
17365      Branch: perl
17366            ! lib/perl5db.pl
17367 ____________________________________________________________________________
17368 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
17369         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
17370              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17371              Date: Tue, 22 May 2001 23:34:41 -0500
17372              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
17373      Branch: perl
17374            ! lib/Term/Cap.pm
17375 ____________________________________________________________________________
17376 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
17377         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
17378              From: davem@fdgroup.co.uk
17379              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
17380              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
17381      Branch: perl
17382            ! emacs/e2ctags.pl
17383 ____________________________________________________________________________
17384 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
17385         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
17386              From: Michael G Schwern <schwern@pobox.com>
17387              Date: Tue, 22 May 2001 14:15:09 +0100
17388              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
17389      Branch: perl
17390            ! lib/vars.pm
17391 ____________________________________________________________________________
17392 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
17393         Log: Subject: [PATCH lib/vars.pm] Odd code nit
17394              From: Michael G Schwern <schwern@pobox.com>
17395              Date: Tue, 22 May 2001 14:14:28 +0100
17396              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
17397      Branch: perl
17398            ! lib/vars.pm
17399 ____________________________________________________________________________
17400 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
17401         Log: Use the new use vars feature.
17402      Branch: perl
17403            ! t/lib/b-stash.t
17404 ____________________________________________________________________________
17405 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
17406         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
17407              From: Mike Guy <mjtg@cam.ac.uk>
17408              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17409              Date: Tue, 22 May 2001 13:11:39 +0100
17410      Branch: perl
17411            + t/pragma/vars.t
17412            ! MANIFEST lib/vars.pm t/lib/1_compile.t
17413 ____________________________________________________________________________
17414 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
17415         Log: -qlongdouble considered harmful by Merijn.
17416      Branch: perl
17417            ! hints/aix.sh
17418 ____________________________________________________________________________
17419 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
17420         Log: Update Changes.
17421      Branch: perl
17422            ! Changes patchlevel.h
17423 ____________________________________________________________________________
17424 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
17425         Log: Add a test of its very own for Fcntl.  Hopefully portable.
17426      Branch: perl
17427            + t/lib/fcntl.t
17428            ! MANIFEST
17429 ____________________________________________________________________________
17430 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
17431         Log: Must be trickier for 'minitest' not to die.
17432      Branch: perl
17433            ! t/op/taint.t
17434 ____________________________________________________________________________
17435 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
17436         Log: Can't declare other people's variables.
17437      Branch: perl
17438            ! t/lib/b-stash.t
17439 ____________________________________________________________________________
17440 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
17441         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
17442      Branch: perl
17443            ! doio.c t/op/taint.t
17444 ____________________________________________________________________________
17445 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
17446         Log: The OS/2 variable needs to be declared.
17447      Branch: perl
17448            ! t/lib/b-stash.t
17449 ____________________________________________________________________________
17450 [ 10170] By: nick                                  on 2001/05/20  16:48:29
17451         Log: Integrate mainline
17452      Branch: perlio
17453           !> (integrate 41 files)
17454 ____________________________________________________________________________
17455 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
17456         Log: Small perlsec updates: clarify the taintedness of filename
17457              globbing; suggest using Scalar::Util::tainted().
17458      Branch: perl
17459            ! pod/perlsec.pod
17460 ____________________________________________________________________________
17461 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
17462         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
17463              From: Dave Mitchell <davem@fdgroup.co.uk>
17464              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
17465              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
17466      Branch: perl
17467            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
17468            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
17469            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
17470            ! xsutils.c
17471 ____________________________________________________________________________
17472 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
17473         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
17474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17475              Date: Sat, 19 May 2001 04:08:46 -0400
17476              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
17477      Branch: perl
17478            ! lib/ExtUtils/Mksymlists.pm makedef.pl
17479 ____________________________________________________________________________
17480 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
17481         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
17482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17483              Date: Sat, 19 May 2001 04:30:45 -0400
17484              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
17485      Branch: perl
17486            ! os2/os2.c
17487 ____________________________________________________________________________
17488 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
17489         Log: Subject: [PATCH 5.6.1] build bugs OS/2
17490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17491              Date: Sat, 19 May 2001 04:35:28 -0400
17492              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
17493      Branch: perl
17494            ! os2/Makefile.SHs os2/os2.c
17495 ____________________________________________________________________________
17496 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
17497         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
17498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17499              Date: Sat, 19 May 2001 04:04:23 -0400
17500              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
17501              
17502              (In bleadperl patched b-stash.t instead of b.t)
17503      Branch: perl
17504            ! t/lib/b-stash.t t/lib/bigfltpm.t
17505 ____________________________________________________________________________
17506 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
17507         Log: Subject: [PATCH 5.6.1] perl5db
17508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17509              Date: Sat, 19 May 2001 03:49:09 -0400
17510              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
17511      Branch: perl
17512            ! lib/perl5db.pl
17513 ____________________________________________________________________________
17514 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
17515         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
17516              From: Gisle Aas <gisle@ActiveState.com>
17517              Date: 18 May 2001 14:24:51 -0700
17518              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
17519      Branch: perl
17520            ! pp_ctl.c
17521 ____________________________________________________________________________
17522 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
17523         Log: Subject: [PATCH] Chomp should not always stringify
17524              From: Gisle Aas <gisle@ActiveState.com>
17525              Date: 18 May 2001 07:55:25 -0700
17526              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
17527      Branch: perl
17528            ! doop.c t/op/chop.t
17529 ____________________________________________________________________________
17530 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
17531         Log: Integrate perlio.
17532      Branch: perl
17533           !> pod/perlfunc.pod
17534 ____________________________________________________________________________
17535 [ 10159] By: nick                                  on 2001/05/20  09:39:46
17536         Log: Document some more of open's features.
17537      Branch: perlio
17538            ! pod/perlfunc.pod
17539 ____________________________________________________________________________
17540 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
17541         Log: back out change#10153 (it has compatibility issues such as the
17542              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
17543              benefit for 5.6.x doesn't seem worth the risk)
17544      Branch: maint-5.6/perl
17545            ! toke.c
17546 ____________________________________________________________________________
17547 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
17548         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
17549      Branch: perl
17550            ! x2p/s2p.PL
17551 ____________________________________________________________________________
17552 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
17553         Log: Update Changes.
17554      Branch: perl
17555            ! Changes patchlevel.h
17556 ____________________________________________________________________________
17557 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
17558         Log: Integrate change #10144 from maintperl.
17559              
17560              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
17561      Branch: perl
17562           !> win32/config.bc win32/config.gc win32/config.vc
17563           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17564 ____________________________________________________________________________
17565 [ 10154] By: nick                                  on 2001/05/18  07:23:03
17566         Log: Integrate mainline.
17567      Branch: perlio
17568           +> README.dgux t/lib/i18n-collate.t utils.lst
17569           !> (integrate 49 files)
17570 ____________________________________________________________________________
17571 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
17572         Log: Integrate change #7224 from mainline into maintperl.
17573              
17574              Allow @+ and @- to be doublequoted, from Simon Cozens. 
17575              (Approved by Larry, see Tom's comment in 20000830.005.)
17576      Branch: maint-5.6/perl
17577           !> toke.c
17578 ____________________________________________________________________________
17579 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
17580         Log: Subject: [PATCH bleadperl] small lookbehind fix
17581              From: Hugo <hv@crypt.compulink.co.uk>
17582              Date: Fri, 18 May 2001 00:07:19 +0100
17583              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
17584      Branch: perl
17585            ! regexec.c
17586 ____________________________________________________________________________
17587 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
17588         Log: Detypos.
17589      Branch: perl
17590            ! installman utils.lst
17591 ____________________________________________________________________________
17592 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
17593         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
17594              in 20001222.001.
17595      Branch: perl
17596            ! t/lib/glob-basic.t
17597 ____________________________________________________________________________
17598 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
17599         Log: Subject: [PATCH] Test for bug 20010515.004
17600              From: Benjamin Sugars <bsugars@canoe.ca>
17601              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
17602              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
17603      Branch: perl
17604            ! t/op/misc.t
17605 ____________________________________________________________________________
17606 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
17607         Log: Integrate #10145 from maintperl.
17608              
17609              fix for ID 20010515.004 (needs test)
17610      Branch: perl
17611           !> pp_hot.c
17612 ____________________________________________________________________________
17613 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
17614         Log: Thinko noticed by Doug MacEachern.
17615      Branch: perl
17616            ! thread.h
17617 ____________________________________________________________________________
17618 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
17619         Log: Subject: Re: [PATCH] HERE mark in regex
17620              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17621              Date: Thu, 17 May 2001 12:20:33 -0400
17622              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
17623      Branch: perl
17624            ! t/op/re_tests
17625 ____________________________________________________________________________
17626 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
17627         Log: fix for ID 20010515.004 (needs test)
17628      Branch: maint-5.6/perl
17629            ! pp_hot.c
17630 ____________________________________________________________________________
17631 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
17632         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
17633      Branch: maint-5.6/perl
17634            ! win32/config.bc win32/config.gc win32/config.vc
17635            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17636 ____________________________________________________________________________
17637 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
17638         Log: Macrofy the getspecific (and use it also in util.c)
17639      Branch: perl
17640            ! thread.h util.c
17641 ____________________________________________________________________________
17642 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
17643         Log: Use the unchecked thread-specific key fetch also in Tru64.
17644      Branch: perl
17645            ! thread.h
17646 ____________________________________________________________________________
17647 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
17648         Log: Subject: [PATCH 5.6.1]Quick thread speedup
17649              From: Dan Sugalski <dan@sidhe.org> 
17650              Date: Wed, 16 May 2001 18:05:19 -0400
17651              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
17652      Branch: perl
17653            ! thread.h util.c
17654 ____________________________________________________________________________
17655 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
17656         Log: I think this is quite enough testing for a deprecated feature.
17657      Branch: perl
17658            + t/lib/i18n-collate.t
17659            ! MANIFEST t/lib/1_compile.t
17660 ____________________________________________________________________________
17661 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
17662         Log: More HP-UX lore from Jeff Okamoto.
17663      Branch: perl
17664            ! README.hpux
17665 ____________________________________________________________________________
17666 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
17667         Log: Sort utils.lst for easier maintenance.
17668      Branch: perl
17669            ! utils.lst
17670 ____________________________________________________________________________
17671 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
17672         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17673              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17674              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
17675              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
17676              
17677              Add pod2latex to utils.lst.
17678      Branch: perl
17679            ! MANIFEST utils.lst
17680 ____________________________________________________________________________
17681 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
17682         Log: Subject: Re: [PATCH] HERE mark in regex
17683              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17684              Date: Wed, 16 May 2001 13:04:43 -0400
17685              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
17686      Branch: perl
17687            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
17688            ! t/op/regmesg.t t/pragma/warn/regcomp
17689 ____________________________________________________________________________
17690 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
17691         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17692              From: Simon Cozens <simon@netthink.co.uk>
17693              Date: Wed, 16 May 2001 18:02:08 +0100
17694              Message-ID: <20010516180208.A6458@netthink.co.uk>
17695      Branch: perl
17696            ! installman utils.lst
17697 ____________________________________________________________________________
17698 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
17699         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
17700              From: "Philip Newton" <pnewton@gmx.de>
17701              Date: Tue, 15 May 2001 15:09:30 +0200
17702              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
17703              
17704              Test case for #10128.
17705      Branch: perl
17706            ! t/pragma/warn/pp_hot
17707 ____________________________________________________________________________
17708 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
17709         Log: Update Changes.
17710      Branch: perl
17711            ! Changes patchlevel.h
17712 ____________________________________________________________________________
17713 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
17714         Log: Deprecate pseudo-hashes.
17715      Branch: perl
17716            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
17717 ____________________________________________________________________________
17718 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
17719         Log: HP-UX hints update from Merijn.
17720      Branch: perl
17721            ! hints/hpux.sh
17722 ____________________________________________________________________________
17723 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
17724         Log: README.hpux update from Merijn.
17725      Branch: perl
17726            ! README.hpux
17727 ____________________________________________________________________________
17728 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
17729         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17730              From: Simon Cozens <simon@netthink.co.uk>
17731              Date: Wed, 16 May 2001 15:57:55 +0100
17732              Message-ID: <20010516155755.A4728@netthink.co.uk>
17733      Branch: perl
17734            + utils.lst
17735            ! MANIFEST installman installperl
17736 ____________________________________________________________________________
17737 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
17738         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
17739              From: "Philip Newton" <pnewton@gmx.de>
17740              Date: Tue, 15 May 2001 16:31:05 +0200
17741              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
17742              
17743              Fix PERL_Y2KWARN test to check before rather than after appending.
17744      Branch: perl
17745            ! pp_hot.c
17746 ____________________________________________________________________________
17747 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
17748         Log: Regen Porting stuff.
17749      Branch: perl
17750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17751            ! config_h.SH
17752 ____________________________________________________________________________
17753 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
17754         Log: Metaconfig unit change for #10125.
17755      Branch: metaconfig
17756            ! U/modified/Oldconfig.U
17757 ____________________________________________________________________________
17758 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
17759         Log: Use OSVERS.
17760      Branch: perl
17761            ! Configure config_h.SH perl.c
17762 ____________________________________________________________________________
17763 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
17764         Log: Regen toc.
17765      Branch: perl
17766            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17767 ____________________________________________________________________________
17768 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
17769         Log: Adding the README.dgux to the MANIFEST would be a good idea.
17770      Branch: perl
17771            ! MANIFEST
17772 ____________________________________________________________________________
17773 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
17774         Log: Move the stack desire definition to thread.h.
17775      Branch: perl
17776            ! ext/Thread/Thread.xs thread.h
17777 ____________________________________________________________________________
17778 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
17779         Log: DG-UX threading patches, including a README.dgux,
17780              from Takis Psarogiannakopoulos.
17781      Branch: perl
17782            + README.dgux
17783            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
17784 ____________________________________________________________________________
17785 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
17786         Log: Subject: [PATCH B::Deparse] More on /x regexes
17787              From: Robin Houston <robin@kitsite.com>
17788              Date: Tue, 15 May 2001 19:09:35 +0100
17789              Message-ID: <20010515190935.A27268@penderel>
17790      Branch: perl
17791            ! ext/B/B/Deparse.pm
17792 ____________________________________________________________________________
17793 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
17794         Log: Document that the core time() may be rounding rather
17795              than truncating, would have saved at least my confusion.
17796      Branch: perl
17797            ! ext/Time/HiRes/HiRes.pm
17798 ____________________________________________________________________________
17799 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
17800         Log: Subject: perl-current/t/time-hires.t
17801              From: John Peacock <jpeacock@rowman.com>
17802              Date: Fri, 11 May 2001 14:09:41 -0400
17803              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
17804      Branch: perl
17805            ! t/lib/time-hires.t
17806 ____________________________________________________________________________
17807 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
17808         Log: Subject: [PATCH dump.c] Op private flags
17809              From: Simon Cozens <simon@netthink.co.uk>
17810              Date: Sun, 13 May 2001 20:20:36 +0100
17811              Message-ID: <20010513202036.A21896@netthink.co.uk>
17812      Branch: perl
17813            ! dump.c
17814 ____________________________________________________________________________
17815 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
17816         Log: Upgrade to Switch 2.03.
17817      Branch: perl
17818            ! lib/Switch.pm
17819 ____________________________________________________________________________
17820 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
17821         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
17822              to PERL_CONFIG_SH and use it consistently.
17823      Branch: maint-5.6/perl
17824           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
17825           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
17826           !> myconfig.SH writemain.SH
17827 ____________________________________________________________________________
17828 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
17829         Log: Metaconfig units changes for #10113.
17830      Branch: metaconfig
17831            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
17832 ____________________________________________________________________________
17833 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
17834         Log: The problem described in 20010514.031 still wasn't
17835              fully cured, there were remnants of $CONFIG when
17836              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
17837              to avoid future conflicts.
17838      Branch: perl
17839            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
17840            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
17841            ! myconfig.SH writemain.SH
17842 ____________________________________________________________________________
17843 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
17844         Log: Half of #10107 got lost.
17845      Branch: perl
17846            ! ext/B/B/Deparse.pm
17847 ____________________________________________________________________________
17848 [ 10111] By: nick                                  on 2001/05/15  08:39:14
17849         Log: Integrate mainline.
17850      Branch: perlio
17851           +> ext/POSIX/hints/uts.pl
17852            - Todo Todo-5.6 t/camel-III/vstring.t
17853           !> (integrate 48 files)
17854 ____________________________________________________________________________
17855 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
17856         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
17857              From: Robin Houston <robin@kitsite.com>
17858              Date: Mon, 14 May 2001 22:27:08 +0100
17859              Message-ID: <20010514222708.A22963@penderel>
17860      Branch: perl
17861            ! t/TestInit.pm
17862 ____________________________________________________________________________
17863 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
17864         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
17865              From: Robin Houston <robin@kitsite.com>
17866              Date: Mon, 14 May 2001 22:16:43 +0100
17867              Message-ID: <20010514221643.A22437@penderel>
17868      Branch: perl
17869            ! ext/B/B/Deparse.pm
17870 ____________________________________________________________________________
17871 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
17872         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
17873              From: Robin Houston <robin@kitsite.com>
17874              Date: Mon, 14 May 2001 22:03:44 +0100
17875              Message-ID: <20010514220344.A20643@penderel>
17876      Branch: perl
17877            ! ext/B/B/Deparse.pm
17878 ____________________________________________________________________________
17879 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
17880         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
17881              From: Robin Houston <robin@kitsite.com>
17882              Date: Mon, 14 May 2001 22:10:07 +0100
17883              Message-ID: <20010514221007.A21118@penderel>
17884      Branch: perl
17885            ! ext/B/B/Deparse.pm
17886 ____________________________________________________________________________
17887 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
17888         Log: Fix for 20010514.037; substr() didn't invalidate the locale
17889              collation magic.
17890      Branch: perl
17891            ! pp.c
17892 ____________________________________________________________________________
17893 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
17894         Log: Update Changes.
17895      Branch: perl
17896            ! Changes patchlevel.h
17897 ____________________________________________________________________________
17898 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
17899         Log: Retract #10094.
17900      Branch: perl
17901            ! lib/Pod/Text.pm
17902 ____________________________________________________________________________
17903 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
17904         Log: Integrate change #10100 from maintperl.
17905              
17906              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
17907              bug ID 20010514.027)
17908      Branch: perl
17909           !> mg.c pp_ctl.c
17910 ____________________________________________________________________________
17911 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
17912         Log: Document the deprecatedness of suidperl.
17913      Branch: perl
17914            ! INSTALL pod/perlfaq1.pod
17915 ____________________________________________________________________________
17916 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
17917         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
17918              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17919              Date: Mon, 14 May 2001 09:38:59 -0400
17920              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
17921      Branch: perl
17922            ! lib/ExtUtils/MM_Unix.pm
17923 ____________________________________________________________________________
17924 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
17925         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
17926              bug ID 20010514.027)
17927              
17928              TODO: this needs a testsuite addition
17929      Branch: maint-5.6/perl
17930            ! mg.c pp_ctl.c
17931 ____________________________________________________________________________
17932 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
17933         Log: More DWIMminess for Class::Struct: calling the array or hash
17934              accessors only with one argument, an array or a hash reference,
17935              sets the underlying array or hash.  This mirrors nicely also
17936              the usage in the constructor.
17937              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
17938      Branch: perl
17939            ! lib/Class/Struct.pm t/lib/class-struct.t
17940 ____________________________________________________________________________
17941 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
17942         Log: Reference cmp'ing should go through the whole stringification
17943              process shebang, as pointed out by Sarathy in #10091.
17944      Branch: perl
17945            ! pp.c
17946 ____________________________________________________________________________
17947 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
17948         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
17949              From: Simon Cozens <simon@netthink.co.uk>
17950              Date: Sat, 12 May 2001 16:36:27 +0100
17951              Message-ID: <20010512163627.A5522@netthink.co.uk>
17952              
17953              with some additions salvaged from Todo and Todo-5.6 before
17954              retiring them.
17955      Branch: perl
17956            - Todo Todo-5.6
17957            ! MANIFEST pod/perltodo.pod
17958 ____________________________________________________________________________
17959 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
17960         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
17961              From: "Golubev I. N." <gin@mo.msk.ru>
17962              Date: Mon, 07 May 2001 14:33:34 (GMT)
17963              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
17964      Branch: perl
17965            ! perl.h
17966 ____________________________________________________________________________
17967 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
17968         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
17969              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17970              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
17971              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
17972      Branch: perl
17973            ! lib/ExtUtils/MM_Unix.pm
17974 ____________________________________________________________________________
17975 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
17976         Log: (Retracted by #10104.)
17977              
17978              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
17979              From: barries <barries@slaysys.com>
17980              Date: Sat, 12 May 2001 01:28:10 -0400
17981              Message-ID: <20010512012810.B26358@jester.slaysys.com>
17982      Branch: perl
17983            ! lib/Pod/Text.pm
17984 ____________________________________________________________________________
17985 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
17986         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
17987              From: Mike Guy <mjtg@cam.ac.uk>
17988              Date: Sat, 12 May 2001 19:24:33 +0100
17989              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
17990      Branch: perl
17991            ! lib/AutoSplit.pm
17992 ____________________________________________________________________________
17993 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
17994         Log: Yet another HP-UX hints tweak from Merijn.
17995      Branch: perl
17996            ! hints/hpux.sh
17997 ____________________________________________________________________________
17998 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
17999         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
18000              isn't defined (changes#9366,9368,9370 from mainline without the
18001              pp_scmp() change)
18002      Branch: maint-5.6/perl
18003            ! pp.c pp.h pp_hot.c
18004 ____________________________________________________________________________
18005 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
18006         Log: The sorting seems to happen now automatically.
18007      Branch: perl
18008            ! t/lib/glob-basic.t
18009 ____________________________________________________________________________
18010 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
18011         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18012              From: Benjamin Sugars <bsugars@canoe.ca>
18013              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
18014              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
18015      Branch: perl
18016            ! pod/perlfunc.pod
18017 ____________________________________________________________________________
18018 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
18019         Log: Subject: Re: undef(&foo) does not work for XS functions
18020              From: Doug MacEachern <dougm@covalent.net>
18021              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
18022              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
18023      Branch: perl
18024            ! op.c
18025 ____________________________________________________________________________
18026 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
18027         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
18028              From: Peter Prymmer <pvhp@forte.com>
18029              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
18030              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
18031      Branch: perl
18032            ! t/op/append.t
18033 ____________________________________________________________________________
18034 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
18035         Log: Update Changes.
18036      Branch: perl
18037            ! Changes patchlevel.h
18038 ____________________________________________________________________________
18039 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
18040         Log: Remove the 'asciir' re subpragma.  Should instead implement
18041              the 'physical vs logical' range scheme:
18042              
18043              \xAA-\xCC is a native physical range, you want that range of
18044              codepoints in your native encoding.  In EBCDIC the codepoints
18045              in the gaps (between i-j and r-s) should be included.
18046              
18047              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
18048              codepoints in Unicode.
18049              
18050              a-z is a logical range, you want that range of 'logical' codepoints
18051              in your native encoding.  In EBCDIC the codepoints in the gaps
18052              (between i-j and r-s) should not be included.
18053              
18054              Mixed cases (a-\xAA, etc) should either be errors, or maybe
18055              the 'logical' endpoints should be converted to native/Unicode
18056              codepoints, and the range handled as a physical range.
18057              
18058              'Logical endpoints' are to be recognized only in the A-Z, a-z,
18059              and 0-9 ranges.  Probably a warning should be given for mixed
18060              cases like A-z or a-9 (since such expressions are encoding
18061              dependent), with a recommendation to use physical ranges.
18062      Branch: perl
18063            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
18064            ! t/op/regexp.t
18065 ____________________________________________________________________________
18066 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
18067         Log: Make the test to cleanup the test directory tree
18068              both before and after the testing so that we always
18069              have a clean slate to work with.
18070      Branch: perl
18071            ! t/lib/filefind.t
18072 ____________________________________________________________________________
18073 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
18074         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18075              From: Jon Eveland <jweveland@yahoo.com>
18076              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
18077              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
18078      Branch: perl
18079            ! pod/perlfunc.pod
18080 ____________________________________________________________________________
18081 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
18082         Log: Merge the camel-III/vstring.t with op/ver.t.
18083      Branch: perl
18084            - t/camel-III/vstring.t
18085            ! MANIFEST t/TEST t/harness t/op/ver.t
18086 ____________________________________________________________________________
18087 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
18088         Log: Add test.deparse make target.
18089      Branch: perl
18090            ! Makefile.SH
18091 ____________________________________________________________________________
18092 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
18093         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
18094              From: Robin Houston <robin@kitsite.com>
18095              Date: Fri, 11 May 2001 12:02:22 +0100
18096              Message-ID: <20010511120222.A11529@penderel>
18097      Branch: perl
18098            ! ext/B/B/Deparse.pm t/op/method.t
18099 ____________________________________________________________________________
18100 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
18101         Log: A nicely working combination for UTS from Hal Morris.
18102      Branch: perl
18103            + ext/POSIX/hints/uts.pl
18104            ! MANIFEST hints/uts.sh
18105 ____________________________________________________________________________
18106 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
18107         Log: i_ieeefp=undef for UTS.
18108      Branch: perl
18109            ! hints/uts.sh
18110 ____________________________________________________________________________
18111 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
18112         Log: Subject: RE: rand(0) is rand(1)
18113              From: Larry Shatzer <lshatzer@islanddata.com>
18114              Date: Thu, 10 May 2001 11:09:27 -0700
18115              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
18116      Branch: perl
18117            ! pod/perlfunc.pod
18118 ____________________________________________________________________________
18119 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
18120         Log: Subject: [patch] make op_{clear,null} public
18121              From: Doug MacEachern <dougm@covalent.net>
18122              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
18123              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
18124      Branch: perl
18125            ! embed.h embed.pl op.c proto.h
18126 ____________________________________________________________________________
18127 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
18128         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
18129              From: Robin Houston <robin@kitsite.com>
18130              Date: Thu, 10 May 2001 18:54:59 +0100
18131              Message-ID: <20010510185459.A5995@penderel>
18132      Branch: perl
18133            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
18134 ____________________________________________________________________________
18135 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
18136         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
18137              From: Robin Houston <robin@kitsite.com>
18138              Date: Thu, 10 May 2001 12:56:39 +0100
18139              Message-ID: <20010510125639.A2119@penderel>
18140      Branch: perl
18141            ! ext/B/B/Deparse.pm
18142 ____________________________________________________________________________
18143 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
18144         Log: Retract #10070, not ready yet.
18145      Branch: perl
18146            ! ext/B/B/Deparse.pm
18147 ____________________________________________________________________________
18148 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
18149         Log: The metaconfig unit change for #10071.
18150      Branch: metaconfig
18151            ! U/modified/mallocsrc.U
18152 ____________________________________________________________________________
18153 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
18154         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
18155      Branch: perl
18156            ! Configure
18157 ____________________________________________________________________________
18158 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
18159         Log: (Retracted by #10073)
18160              
18161              Subject: Re: [PATCH t/TEST] B::Deparse tester 
18162              From: Hugo <hv@crypt.compulink.co.uk>
18163              Date: Thu, 10 May 2001 05:48:09 +0100
18164              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
18165      Branch: perl
18166            ! ext/B/B/Deparse.pm
18167 ____________________________________________________________________________
18168 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
18169         Log: Add a for(func()) test.
18170      Branch: perl
18171            ! t/cmd/for.t
18172 ____________________________________________________________________________
18173 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
18174         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
18175              From: Robin Houston <robin@kitsite.com>
18176              Date: Thu, 10 May 2001 13:50:08 +0100
18177              Message-ID: <20010510135008.A2454@penderel>
18178      Branch: perl
18179            ! ext/B/B/Deparse.pm
18180 ____________________________________________________________________________
18181 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
18182         Log: A thinko in #10065.
18183      Branch: perl
18184            ! hv.c
18185 ____________________________________________________________________________
18186 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
18187         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
18188              From: Robin Houston <robin@kitsite.com>
18189              Date: Thu, 10 May 2001 02:10:34 +0100
18190              Message-ID: <20010510021034.A19421@penderel>
18191      Branch: perl
18192            ! ext/B/B.xs ext/B/B/Deparse.pm
18193 ____________________________________________________________________________
18194 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
18195         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
18196              From: Doug MacEachern <dougm@covalent.net>
18197              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
18198              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
18199      Branch: perl
18200            ! hv.c
18201 ____________________________________________________________________________
18202 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
18203         Log: One more workaround for the UTS compiler from Hal Morris.
18204      Branch: perl
18205            ! perl.h
18206 ____________________________________________________________________________
18207 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
18208         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
18209              From: Robin Houston <robin@kitsite.com>
18210              Date: Thu, 10 May 2001 01:02:08 +0100
18211              Message-ID: <20010510010208.A18200@penderel>
18212      Branch: perl
18213            ! ext/B/B/Debug.pm
18214 ____________________________________________________________________________
18215 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
18216         Log: Subject: [PATCH] Simplify deb_curcv() a bit
18217              From: Benjamin Sugars <bsugars@canoe.ca>
18218              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
18219              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
18220      Branch: perl
18221            ! run.c
18222 ____________________________________________________________________________
18223 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
18224         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
18225              From: Benjamin Sugars <bsugars@canoe.ca>
18226              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
18227              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
18228      Branch: perl
18229            ! t/lib/io_scalar.t
18230 ____________________________________________________________________________
18231 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
18232         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
18233              From: Peter Prymmer <pvhp@forte.com>
18234              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
18235              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
18236      Branch: perl
18237            ! t/lib/md5-file.t
18238 ____________________________________________________________________________
18239 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
18240         Log: Subject: [PATCH t/TEST] B::Deparse tester
18241              From: Robin Houston <robin@kitsite.com>
18242              Date: Wed, 9 May 2001 19:17:50 +0100
18243              Message-ID: <20010509191750.A16940@penderel>
18244      Branch: perl
18245            ! ext/B/O.pm t/TEST
18246 ____________________________________________________________________________
18247 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
18248         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
18249              From: Jeff Pinyan <jeffp@crusoe.net>
18250              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
18251              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
18252      Branch: perl
18253            ! lib/Pod/Html.pm
18254 ____________________________________________________________________________
18255 [ 10057] By: nick                                  on 2001/05/09  18:37:56
18256         Log: Integrate mainline.
18257      Branch: perlio
18258           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
18259           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
18260 ____________________________________________________________________________
18261 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
18262         Log: Update Changes.
18263      Branch: perl
18264            ! Changes patchlevel.h
18265 ____________________________________________________________________________
18266 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
18267         Log: Integrate perlio.
18268      Branch: perl
18269           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18270 ____________________________________________________________________________
18271 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
18272         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
18273              From: Benjamin Sugars <bsugars@canoe.ca>
18274              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
18275              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
18276      Branch: perl
18277            ! perlio.c
18278 ____________________________________________________________________________
18279 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
18280         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
18281              From: Benjamin Sugars <bsugars@canoe.ca>
18282              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
18283              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
18284      Branch: perl
18285            ! ext/PerlIO/Scalar/Scalar.xs
18286 ____________________________________________________________________________
18287 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
18288         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
18289              From: Jeff Pinyan <jeffp@crusoe.net>
18290              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
18291              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
18292      Branch: perl
18293            ! lib/Pod/Html.pm
18294 ____________________________________________________________________________
18295 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
18296         Log: EPOC tweak from Olaf Flebbe.
18297      Branch: perl
18298            ! epoc/epocish.h
18299 ____________________________________________________________________________
18300 [ 10050] By: nick                                  on 2001/05/09  14:37:57
18301         Log: win32, regen_config_h
18302      Branch: perlio
18303            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18304 ____________________________________________________________________________
18305 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
18306         Log: Integrate perlio.
18307      Branch: perl
18308           !> pp_sys.c
18309 ____________________________________________________________________________
18310 [ 10048] By: nick                                  on 2001/05/09  11:59:50
18311         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
18312              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
18313      Branch: perlio
18314            ! pp_sys.c
18315 ____________________________________________________________________________
18316 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
18317         Log: Integrate perlio.
18318      Branch: perl
18319           !> run.c
18320 ____________________________________________________________________________
18321 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
18322         Log: Subject: Re: Less warnings during configure
18323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18324              Date: Wed, 09 May 2001 13:12:49 +0200
18325              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
18326      Branch: perl
18327            ! hints/hpux.sh
18328 ____________________________________________________________________________
18329 [ 10045] By: nick                                  on 2001/05/09  09:56:59
18330         Log: MULTIPLICITY/DEBUGGING build fix.
18331      Branch: perlio
18332            ! run.c
18333 ____________________________________________________________________________
18334 [ 10044] By: nick                                  on 2001/05/09  09:46:37
18335         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
18336      Branch: perlio
18337           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
18338            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18339           !> (integrate 65 files)
18340 ____________________________________________________________________________
18341 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
18342         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18343              From: Robin Houston <robin@kitsite.com>
18344              Date: Tue, 8 May 2001 19:38:00 +0100
18345              Message-ID: <20010508193800.A4389@penderel>
18346              
18347              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18348              From: Robin Houston <robin@kitsite.com>
18349              Date: Tue, 8 May 2001 20:03:57 +0100
18350              Message-ID: <20010508200357.A4614@penderel>
18351              
18352              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18353              From: Robin Houston <robin@kitsite.com>
18354              Date: Wed, 9 May 2001 00:12:05 +0100
18355              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
18356      Branch: perl
18357            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
18358 ____________________________________________________________________________
18359 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
18360         Log: Retract #10031.
18361      Branch: perl
18362            ! pod/perlfunc.pod
18363 ____________________________________________________________________________
18364 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
18365         Log: The metaconfig unit changes for #10040.
18366      Branch: metaconfig/U/perl
18367            ! Checkcc.U d_dlsymun.U dlsrc.U
18368 ____________________________________________________________________________
18369 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
18370         Log: The Configure half of
18371              
18372              Subject: Less warnings during configure
18373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18374              Date: Tue, 08 May 2001 08:44:02 +0200
18375              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18376      Branch: perl
18377            ! Configure
18378 ____________________________________________________________________________
18379 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
18380         Log: Subject: Less warnings during configure
18381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18382              Date: Tue, 08 May 2001 08:44:02 +0200
18383              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18384      Branch: perl
18385            ! hints/hpux.sh
18386 ____________________________________________________________________________
18387 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
18388         Log: Don't forget to whine about \d__\d.
18389      Branch: perl
18390            ! t/pragma/warn/toke toke.c
18391 ____________________________________________________________________________
18392 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
18393         Log: Allow underscores also in the exponent part.
18394      Branch: perl
18395            ! t/pragma/warn/toke toke.c
18396 ____________________________________________________________________________
18397 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
18398         Log: CodeMagicCD doesn't look like an *I*DE.
18399      Branch: perl
18400            ! pod/perlfaq3.pod
18401 ____________________________________________________________________________
18402 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
18403         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
18404              to be consistently down).
18405      Branch: perl
18406            ! pod/perlfaq3.pod
18407 ____________________________________________________________________________
18408 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
18409         Log: Upgrade to Text::Balanced 1.84.
18410      Branch: perl
18411            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
18412 ____________________________________________________________________________
18413 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
18414         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
18415              From: Benjamin Sugars <bsugars@canoe.ca>
18416              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
18417              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
18418      Branch: perl
18419            ! run.c
18420 ____________________________________________________________________________
18421 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
18422         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
18423              From: Peter Prymmer <pvhp@forte.com>
18424              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
18425              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
18426      Branch: perl
18427            ! t/pod/plainer.t
18428 ____________________________________________________________________________
18429 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
18430         Log: (Retracted by #10042)
18431              
18432              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
18433              From: "Philip Newton" <pnewton@gmx.de>
18434              Date: Tue, 8 May 2001 09:18:10 +0200
18435              Message-ID: <3AF7B9D2.28861.603732@localhost>
18436      Branch: perl
18437            ! pod/perlfunc.pod
18438 ____________________________________________________________________________
18439 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
18440         Log: Subject: [PATCH B::Deparse] Document known bugs
18441              From: Robin Houston <robin@kitsite.com>
18442              Date: Tue, 8 May 2001 01:53:34 +0100
18443              Message-ID: <20010508015334.A32394@penderel>
18444      Branch: perl
18445            ! ext/B/B/Deparse.pm
18446 ____________________________________________________________________________
18447 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
18448         Log: Subject: Re: Perl book, magazine and website updates.
18449              From: "Philip Newton" <pnewton@gmx.de>
18450              Date: Mon, 7 May 2001 17:03:58 +0200
18451              Message-ID: <3AF6D57E.5387.1E29930@localhost>
18452      Branch: perl
18453            ! pod/perlfaq2.pod
18454 ____________________________________________________________________________
18455 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
18456         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
18457              From: Peter Prymmer <pvhp@forte.com>
18458              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
18459              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
18460      Branch: perl
18461            ! t/io/fflush.t
18462 ____________________________________________________________________________
18463 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
18464         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
18465              From: Robin Houston <robin@kitsite.com>
18466              Date: Tue, 8 May 2001 01:14:55 +0100
18467              Message-ID: <20010508011455.A32162@penderel>
18468      Branch: perl
18469            ! ext/B/B/Deparse.pm
18470 ____________________________________________________________________________
18471 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
18472         Log: Typo in #10025.
18473      Branch: perl
18474            ! hints/uts.sh
18475 ____________________________________________________________________________
18476 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
18477         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
18478      Branch: perl
18479            ! hints/uts.sh
18480 ____________________________________________________________________________
18481 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
18482         Log: Subject: Re: [ID 20010506.045] question about hash syntax
18483              From: Peter Scott <Peter@PSDT.com>
18484              Date: Sun, 06 May 2001 13:10:40 -0700
18485              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
18486      Branch: perl
18487            ! pod/perl56delta.pod
18488 ____________________________________________________________________________
18489 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
18490         Log: Configure should figure out the list of dynamic extensions
18491              just fine in UTS-- and in fact it does, as reported by Hal Morris.
18492      Branch: perl
18493            ! hints/uts.sh
18494 ____________________________________________________________________________
18495 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
18496         Log: Update Changes.
18497      Branch: perl
18498            ! Changes patchlevel.h
18499 ____________________________________________________________________________
18500 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
18501         Log: Subject: [PATCH regcomp.c] Insecure regexes
18502              From: Robin Houston <robin@kitsite.com>
18503              Date: Mon, 7 May 2001 21:56:12 +0100
18504              Message-ID: <20010507215612.A31114@penderel>
18505      Branch: perl
18506            ! regcomp.c
18507 ____________________________________________________________________________
18508 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
18509         Log: Drop the foobar.perl.com references for now until Simon
18510              gets them sorted out.
18511      Branch: perl
18512            ! pod/perlfaq2.pod
18513 ____________________________________________________________________________
18514 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
18515         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
18516              From: Prymmer/Kahn <pvhp@best.com>
18517              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
18518              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
18519      Branch: perl
18520            ! lib/Devel/SelfStubber.pm
18521 ____________________________________________________________________________
18522 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
18523         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
18524              From: Prymmer/Kahn <pvhp@best.com>
18525              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
18526              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
18527      Branch: perl
18528            ! win32/Makefile
18529 ____________________________________________________________________________
18530 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
18531         Log: s/WebTechnique's/WebTechniques/
18532      Branch: perl
18533            ! pod/perlfaq2.pod
18534 ____________________________________________________________________________
18535 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
18536         Log: Llama 3 updates from Randal.
18537      Branch: perl
18538            ! pod/perlfaq2.pod
18539 ____________________________________________________________________________
18540 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
18541         Log: Subject: [PATCH] Help -Dt show correct pad variables
18542              From: Benjamin Sugars <ben.sugars@home.com>
18543              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
18544              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
18545      Branch: perl
18546            ! embed.h embed.pl proto.h run.c
18547 ____________________________________________________________________________
18548 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
18549         Log: Subject: [PATCH] Document C<our $foo : shared>
18550              From: Benjamin Sugars <ben.sugars@home.com>
18551              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
18552              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
18553      Branch: perl
18554            ! pod/perlfunc.pod
18555 ____________________________________________________________________________
18556 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
18557         Log: Subject: [PATCH B::Deparse] undefined folded constants
18558              From: Robin Houston <robin@kitsite.com>
18559              Date: Sun, 6 May 2001 17:19:09 +0100
18560              Message-ID: <20010506171909.A7046@penderel>
18561      Branch: perl
18562            ! ext/B/B/Deparse.pm
18563 ____________________________________________________________________________
18564 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
18565         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
18566              From: Robin Houston <robin@kitsite.com>
18567              Message-ID: <20010506164654.A6848@penderel>
18568              Date: Sun, 6 May 2001 16:46:54 +0100
18569      Branch: perl
18570            ! ext/B/B/Deparse.pm
18571 ____________________________________________________________________________
18572 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
18573         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
18574              From: Robin Houston <robin@kitsite.com>
18575              Date: Sun, 6 May 2001 14:47:02 +0100
18576              Message-ID: <20010506144702.A6308@penderel>
18577      Branch: perl
18578            ! t/op/my_stash.t
18579 ____________________________________________________________________________
18580 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
18581         Log: Subject: Perl book, magazine and website updates.
18582              From: Simon Cozens <simon@netthink.co.uk>
18583              Date: Sun, 6 May 2001 16:55:36 +0100
18584              Message-ID: <20010506165536.A1795@netthink.co.uk>
18585      Branch: perl
18586            ! pod/perlbook.pod pod/perlfaq2.pod
18587 ____________________________________________________________________________
18588 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
18589         Log: Tweaks on the Tru64 prof options.
18590      Branch: perl
18591            ! pod/perlhack.pod
18592 ____________________________________________________________________________
18593 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
18594         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
18595              From: Robin Houston <robin@kitsite.com>
18596              Date: Sun, 6 May 2001 14:40:51 +0100
18597              Message-ID: <20010506144051.A6279@penderel>
18598      Branch: perl
18599            ! t/pod/testp2pt.pl
18600 ____________________________________________________________________________
18601 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
18602         Log: Subject: [PATCH B::Deparse] scoping
18603              From: Robin Houston <robin@kitsite.com>
18604              Date: Sun, 6 May 2001 14:36:56 +0100
18605              Message-ID: <20010506143656.A4006@penderel>
18606      Branch: perl
18607            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
18608 ____________________________________________________________________________
18609 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
18610         Log: Document the undefinedness of bitshifting out of range.
18611      Branch: perl
18612            ! pod/perlop.pod
18613 ____________________________________________________________________________
18614 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
18615         Log: Retract #10003 and update the IDE descriptions a bit.
18616      Branch: perl
18617            ! pod/perlfaq3.pod
18618 ____________________________________________________________________________
18619 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
18620         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
18621              From: Prymmer/Kahn <pvhp@best.com>
18622              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
18623              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
18624      Branch: perl
18625            ! win32/Makefile win32/buildext.pl win32/config.bc
18626            ! win32/config.gc win32/config.vc
18627 ____________________________________________________________________________
18628 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
18629         Log: (Retracted by #10005.)
18630      Branch: perl
18631            ! pod/perlfaq3.pod
18632 ____________________________________________________________________________
18633 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
18634         Log: It's "psed", not "sed".
18635      Branch: perl
18636            ! x2p/s2p.PL
18637 ____________________________________________________________________________
18638 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
18639         Log: Update Changes.
18640      Branch: perl
18641            ! Changes patchlevel.h
18642 ____________________________________________________________________________
18643 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
18644         Log: Subject: Re: bleadperl make install fails due to "psed"
18645              From: andreas.koenig@anima.de (Andreas J. Koenig)
18646              Date: 05 May 2001 18:23:28 +0200
18647              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
18648      Branch: perl
18649            ! x2p/Makefile.SH x2p/s2p.PL
18650 ____________________________________________________________________________
18651 [  9999] By: jhi                                   on 2001/05/05  18:28:09
18652         Log: AUTHORS updates.
18653      Branch: perl
18654            ! AUTHORS
18655 ____________________________________________________________________________
18656 [  9998] By: jhi                                   on 2001/05/05  18:16:00
18657         Log: Updates on the pods related to the modules included since 5.6.
18658              
18659              TODO: perltodo really could use major updating.
18660      Branch: perl
18661            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
18662            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
18663            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
18664            ! pod/perlsyn.pod pod/perltodo.pod
18665 ____________________________________________________________________________
18666 [  9997] By: jhi                                   on 2001/05/05  17:35:17
18667         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
18668              from Kurt Skauen.
18669      Branch: perl
18670            + hints/atheos.sh
18671            ! MANIFEST
18672 ____________________________________________________________________________
18673 [  9996] By: jhi                                   on 2001/05/05  17:25:00
18674         Log: Add preemptive #undefs for some of the shorter and more prone
18675              to collision regcomp.h #defines.  (Background: the MASK collided
18676              with a system header #define in Rhapsody.)
18677      Branch: perl
18678            ! regcomp.h
18679 ____________________________________________________________________________
18680 [  9995] By: jhi                                   on 2001/05/05  13:24:21
18681         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
18682              From: Nicholas Clark <nick@ccl4.org>
18683              Date: Sat, 5 May 2001 14:46:39 +0100
18684              Message-ID: <20010505144639.O53513@plum.flirble.org>
18685              
18686              Add a test for the constants (if any) being processed correctly.
18687      Branch: perl
18688            ! utils/h2xs.PL
18689 ____________________________________________________________________________
18690 [  9994] By: jhi                                   on 2001/05/05  02:11:03
18691         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
18692              From: Peter Prymmer <pvhp@forte.com>
18693              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
18694              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
18695      Branch: perl
18696            ! t/lib/b-stash.t
18697 ____________________________________________________________________________
18698 [  9993] By: jhi                                   on 2001/05/05  02:03:49
18699         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
18700              From: Peter Prymmer <pvhp@forte.com>
18701              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
18702              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
18703      Branch: perl
18704            ! perlio.c vms/vmsish.h
18705 ____________________________________________________________________________
18706 [  9992] By: jhi                                   on 2001/05/04  17:21:12
18707         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
18708              From: Robin Barker <rmb1@cise.npl.co.uk>
18709              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
18710              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
18711      Branch: perl
18712            + t/pod/plainer.t
18713            ! MANIFEST
18714 ____________________________________________________________________________
18715 [  9991] By: jhi                                   on 2001/05/04  16:47:45
18716         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
18717              From: Robin Barker <rmb1@cise.npl.co.uk>
18718              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
18719              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
18720      Branch: perl
18721            ! regcomp.c
18722 ____________________________________________________________________________
18723 [  9990] By: jhi                                   on 2001/05/04  14:37:20
18724         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
18725              From: Prymmer/Kahn <pvhp@best.com>
18726              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
18727              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
18728      Branch: perl
18729            ! t/lib/b-stash.t
18730 ____________________________________________________________________________
18731 [  9989] By: jhi                                   on 2001/05/04  14:03:58
18732         Log: Introduce perl572delta, update Todo, add the missing
18733              mention about signal safety since 5.7.1 (though this
18734              requires verification and more details.)
18735      Branch: perl
18736            + pod/perl572delta.pod
18737            ! MANIFEST Todo pod/perl571delta.pod
18738 ____________________________________________________________________________
18739 [  9988] By: jhi                                   on 2001/05/04  12:41:51
18740         Log: Subject: [PATCH perl@9944] long =item
18741              From: Robin Barker <rmb1@cise.npl.co.uk>
18742              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
18743              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
18744      Branch: perl
18745            ! ext/Time/HiRes/HiRes.pm
18746 ____________________________________________________________________________
18747 [  9987] By: jhi                                   on 2001/05/04  12:39:19
18748         Log: The #9901 had removed one line essential for EBCDIC.
18749      Branch: perl
18750            ! regcomp.c
18751 ____________________________________________________________________________
18752 [  9986] By: jhi                                   on 2001/05/04  12:30:23
18753         Log: Subject: cygwin/Makefile.SHs INSTALL patch
18754              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
18755              Date: Mon, 08 Jan 2001 04:59:21 +0200
18756              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
18757      Branch: perl
18758            ! cygwin/Makefile.SHs
18759 ____________________________________________________________________________
18760 [  9985] By: jhi                                   on 2001/05/04  03:51:39
18761         Log: Encode/IO doc tweaks.
18762      Branch: perl
18763            ! ext/Encode/Encode.pm
18764 ____________________________________________________________________________
18765 [  9984] By: jhi                                   on 2001/05/04  03:29:34
18766         Log: Remove GDBM_File from the dynamic extensions for UTS,
18767              GDBM is not a standard feature.
18768      Branch: perl
18769            ! hints/uts.sh
18770 ____________________________________________________________________________
18771 [  9983] By: jhi                                   on 2001/05/04  03:22:59
18772         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
18773      Branch: perl
18774            ! pod/perlretut.pod
18775 ____________________________________________________________________________
18776 [  9982] By: jhi                                   on 2001/05/03  23:21:03
18777         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
18778              From: Benjamin Sugars <bsugars@canoe.ca>
18779              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
18780              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
18781      Branch: perl
18782            ! dump.c
18783 ____________________________________________________________________________
18784 [  9981] By: jhi                                   on 2001/05/03  23:20:05
18785         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
18786              From: Benjamin Sugars <bsugars@canoe.ca>
18787              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
18788              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
18789      Branch: perl
18790            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18791 ____________________________________________________________________________
18792 [  9980] By: jhi                                   on 2001/05/03  23:15:29
18793         Log: Integrate perlio.
18794      Branch: perl
18795           !> ext/Encode/Encode.pm
18796 ____________________________________________________________________________
18797 [  9979] By: jhi                                   on 2001/05/03  16:54:59
18798         Log: Install psed man page.
18799      Branch: perl
18800            ! installman
18801 ____________________________________________________________________________
18802 [  9978] By: jhi                                   on 2001/05/03  16:45:58
18803         Log: Remove unused files; noted by Sarathy.
18804      Branch: perl
18805            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18806            ! MANIFEST
18807 ____________________________________________________________________________
18808 [  9977] By: jhi                                   on 2001/05/03  16:42:30
18809         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
18810              From: Andy Dougherty <doughera@lafayette.edu>
18811              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
18812              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
18813      Branch: perl
18814            ! INSTALL
18815 ____________________________________________________________________________
18816 [  9976] By: nick                                  on 2001/05/03  16:40:42
18817         Log: Allow $answer = encode($object,$text); like it says in docs.
18818      Branch: perlio
18819            ! ext/Encode/Encode.pm
18820 ____________________________________________________________________________
18821 [  9975] By: nick                                  on 2001/05/03  16:22:30
18822         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
18823              to be in scope (fair enough), and also a package variable (our) for eval to see it.
18824      Branch: perlio
18825            ! ext/Encode/Encode.pm
18826 ____________________________________________________________________________
18827 [  9974] By: nick                                  on 2001/05/03  15:48:17
18828         Log: Integrate mainline.
18829      Branch: perlio
18830           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
18831           +> t/lib/filter-simple.t t/lib/next.t
18832           !> (integrate 70 files)
18833 ____________________________________________________________________________
18834 [  9973] By: jhi                                   on 2001/05/03  13:09:09
18835         Log: Update Changes.
18836      Branch: perl
18837            ! Changes patchlevel.h
18838 ____________________________________________________________________________
18839 [  9972] By: jhi                                   on 2001/05/03  12:58:33
18840         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
18841              From: Prymmer/Kahn <pvhp@best.com>
18842              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
18843              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
18844      Branch: perl
18845            ! t/io/fflush.t
18846 ____________________________________________________________________________
18847 [  9971] By: jhi                                   on 2001/05/03  12:57:26
18848         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
18849              From: Prymmer/Kahn <pvhp@best.com>
18850              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
18851              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
18852      Branch: perl
18853            ! win32/FindExt.pm
18854 ____________________________________________________________________________
18855 [  9970] By: jhi                                   on 2001/05/03  02:42:46
18856         Log: Can't croak sans thread context, from Doug MacEachern.
18857      Branch: perl
18858            ! toke.c
18859 ____________________________________________________________________________
18860 [  9969] By: jhi                                   on 2001/05/03  01:23:48
18861         Log: Subject: Random input test and Perl
18862              From: Ilya Zakharevich <ilya@math.berkeley.edu>
18863              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
18864              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
18865      Branch: perl
18866            ! toke.c
18867 ____________________________________________________________________________
18868 [  9968] By: jhi                                   on 2001/05/02  22:17:21
18869         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
18870              From: Peter Prymmer <pvhp@forte.com>
18871              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
18872              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
18873      Branch: perl
18874            ! pod/perlfunc.pod pod/perlport.pod
18875 ____________________________________________________________________________
18876 [  9967] By: jhi                                   on 2001/05/02  20:12:45
18877         Log: Workaround for UTS compiler casting bug from Hal Morris.
18878      Branch: perl
18879            ! perl.h
18880 ____________________________________________________________________________
18881 [  9966] By: jhi                                   on 2001/05/02  18:31:37
18882         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
18883              From: Dan Sugalski <dan@sidhe.org>
18884              Date: Wed, 02 May 2001 15:23:22 -0400
18885              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
18886      Branch: perl
18887            ! perl.c vms/vms.c
18888 ____________________________________________________________________________
18889 [  9965] By: jhi                                   on 2001/05/02  18:21:29
18890         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
18891      Branch: perl
18892            ! pod/perlfunc.pod
18893 ____________________________________________________________________________
18894 [  9964] By: jhi                                   on 2001/05/02  18:15:01
18895         Log: Document large files in INSTALL, document also the %x
18896              limitation if not use64bitint, closes bug 20010326.007.
18897      Branch: perl
18898            ! INSTALL
18899 ____________________________________________________________________________
18900 [  9963] By: jhi                                   on 2001/05/02  17:24:47
18901         Log: perlmodlib tweaks; regen pods.
18902      Branch: perl
18903            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
18904            ! pod/perltoc.pod
18905 ____________________________________________________________________________
18906 [  9962] By: jhi                                   on 2001/05/02  17:14:00
18907         Log: Fix for a segfault, from Marc Lehmann.
18908      Branch: perl
18909            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
18910 ____________________________________________________________________________
18911 [  9961] By: jhi                                   on 2001/05/02  15:55:53
18912         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
18913              From: "Philip Newton" <pnewton@gmx.de>
18914              Date: Wed, 2 May 2001 18:39:03 +0200
18915              Message-ID: <3AF05447.15525.173B588@localhost>
18916      Branch: perl
18917            ! pod/perlop.pod
18918 ____________________________________________________________________________
18919 [  9960] By: jhi                                   on 2001/05/02  15:35:37
18920         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
18921              From: Dan Sugalski <dan@sidhe.org>
18922              Date: Wed, 02 May 2001 11:37:27 -0400
18923              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
18924      Branch: perl
18925            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
18926            ! thread.h vms/vms.c vms/vmsish.h
18927 ____________________________________________________________________________
18928 [  9959] By: jhi                                   on 2001/05/02  15:21:08
18929         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
18930              From: Benjamin Sugars <bsugars@canoe.ca>
18931              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
18932              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
18933      Branch: perl
18934            ! ext/PerlIO/Scalar/Scalar.xs
18935 ____________________________________________________________________________
18936 [  9958] By: jhi                                   on 2001/05/02  15:15:53
18937         Log: Bug in #9915, spotted by Mike Guy.
18938      Branch: perl
18939            ! installperl
18940 ____________________________________________________________________________
18941 [  9957] By: jhi                                   on 2001/05/02  13:26:01
18942         Log: Add a test for not griping about references as array
18943              indices if the reference has magic in it (overloaded
18944              methods).
18945      Branch: perl
18946            ! pod/perldiag.pod t/pragma/warn/pp_hot
18947 ____________________________________________________________________________
18948 [  9956] By: jhi                                   on 2001/05/02  13:07:01
18949         Log: Retracted a bit too much in #9952.
18950      Branch: perl
18951            ! t/pragma/sub_lval.t
18952 ____________________________________________________________________________
18953 [  9955] By: jhi                                   on 2001/05/02  13:05:38
18954         Log: Test for #9952.
18955      Branch: perl
18956            ! t/op/tie.t
18957 ____________________________________________________________________________
18958 [  9954] By: jhi                                   on 2001/05/02  11:48:18
18959         Log: Additional note on the encoding example: one cannot
18960              convert string constants in-place.
18961      Branch: perl
18962            ! ext/Encode/Encode.pm
18963 ____________________________________________________________________________
18964 [  9953] By: jhi                                   on 2001/05/02  11:43:51
18965         Log: Note that if you have recent enough Perl you already
18966              have Filter::Util::Call.
18967      Branch: perl
18968            ! lib/Filter/Simple.pm
18969 ____________________________________________________________________________
18970 [  9952] By: jhi                                   on 2001/05/02  11:31:53
18971         Log: Retract changes #8254 and #8255, causes coredump in
18972              'tie FH, "main"', reported by Abigail, culprit found by
18973              Benjamin Sugars.  Mirrors maintperl change #9950.
18974      Branch: perl
18975            ! op.c t/pragma/sub_lval.t
18976 ____________________________________________________________________________
18977 [  9951] By: jhi                                   on 2001/05/02  11:14:29
18978         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
18979      Branch: perl
18980            + t/lib/MyFilter.pm
18981 ____________________________________________________________________________
18982 [  9950] By: gsar                                  on 2001/05/02  03:17:11
18983         Log: revert integration of changes#8254,8255 in change#8620 (causes
18984              a coredump in C<tie FH, 'foo'>; the idea itself may need better
18985              rationalization)
18986      Branch: maint-5.6/perl
18987            ! op.c t/pragma/sub_lval.t
18988 ____________________________________________________________________________
18989 [  9949] By: gsar                                  on 2001/05/02  02:56:32
18990         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
18991              
18992              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18993              
18994              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18995      Branch: maint-5.6/perl
18996           !> hints/svr5.sh
18997 ____________________________________________________________________________
18998 [  9948] By: gsar                                  on 2001/05/02  02:49:15
18999         Log: pod/find.t breaks on VMS (from Craig Berry)
19000      Branch: maint-5.6/perl
19001            ! t/pod/find.t
19002 ____________________________________________________________________________
19003 [  9947] By: jhi                                   on 2001/05/02  02:43:09
19004         Log: Add an encoding conversion example.
19005      Branch: perl
19006            ! ext/Encode/Encode.pm
19007 ____________________________________________________________________________
19008 [  9946] By: jhi                                   on 2001/05/02  01:34:22
19009         Log: Another coat of paint but still nowhere finished.
19010              Need to decide on the semantics of strptime(): should
19011              strptime() be a function instead of a method?  To do
19012              the week/monthname-strptiming the i18n/l10n bullet needs
19013              to be bitten with gusto.
19014      Branch: perl
19015            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19016 ____________________________________________________________________________
19017 [  9945] By: jhi                                   on 2001/05/01  23:40:52
19018         Log: Update Changes.
19019      Branch: perl
19020            ! Changes patchlevel.h
19021 ____________________________________________________________________________
19022 [  9944] By: jhi                                   on 2001/05/01  23:33:37
19023         Log: Add known-to-be-tested modules to the list-to-be-skipped.
19024      Branch: perl
19025            ! t/lib/1_compile.t
19026 ____________________________________________________________________________
19027 [  9943] By: jhi                                   on 2001/05/01  23:24:40
19028         Log: Subject: BorlandC++ fix
19029              From: "Vadim Konovalov" <watman@inbox.ru>
19030              Date: Mon, 30 Apr 2001 20:12:26 -0700
19031              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
19032      Branch: perl
19033            ! win32/makefile.mk
19034 ____________________________________________________________________________
19035 [  9942] By: jhi                                   on 2001/05/01  23:18:02
19036         Log: Update to Filter::Simple 0.60, create a test for it.
19037      Branch: perl
19038            + t/lib/filter-simple.t
19039            ! MANIFEST lib/Filter/Simple.pm
19040 ____________________________________________________________________________
19041 [  9941] By: jhi                                   on 2001/05/01  19:47:24
19042         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
19043              From: Hugo <hv@crypt.compulink.co.uk>
19044              Date: Tue, 01 May 2001 20:12:20 +0100
19045              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
19046      Branch: perl
19047            ! pp_hot.c t/op/re_tests
19048 ____________________________________________________________________________
19049 [  9940] By: jhi                                   on 2001/05/01  19:42:16
19050         Log: Integrate perlio.
19051      Branch: perl
19052           !> lib/base.pm t/lib/fields.t
19053 ____________________________________________________________________________
19054 [  9939] By: jhi                                   on 2001/05/01  19:39:51
19055         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
19056              From: Benjamin Sugars <bsugars@canoe.ca>
19057              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
19058              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
19059      Branch: perl
19060            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19061 ____________________________________________________________________________
19062 [  9938] By: jhi                                   on 2001/05/01  19:34:09
19063         Log: Add NEXT, a pseudo-class for method redispatching.
19064              <Damian>NEXT.pm probably offers more bang-for-buck
19065              than anything else I've ever written.</Damian>
19066      Branch: perl
19067            + lib/NEXT.pm t/lib/next.t
19068            ! MANIFEST
19069 ____________________________________________________________________________
19070 [  9937] By: jhi                                   on 2001/05/01  19:21:41
19071         Log: Update to Switch 2.02.
19072      Branch: perl
19073            ! lib/Switch.pm t/lib/switch.t
19074 ____________________________________________________________________________
19075 [  9936] By: nick                                  on 2001/05/01  19:09:21
19076         Log: Fix for base.pm clobbering $VERSION
19077      Branch: perlio
19078            ! lib/base.pm
19079 ____________________________________________________________________________
19080 [  9935] By: nick                                  on 2001/05/01  18:54:38
19081         Log: Test for base.pm clobbering $VERSION.
19082      Branch: perlio
19083            ! t/lib/fields.t
19084 ____________________________________________________________________________
19085 [  9934] By: jhi                                   on 2001/05/01  18:39:10
19086         Log: Add information about Scalar::Util::blessed.
19087      Branch: perl
19088            ! pod/perlobj.pod
19089 ____________________________________________________________________________
19090 [  9933] By: jhi                                   on 2001/05/01  18:33:51
19091         Log: Subject: Extra UNIVERSAL documentation
19092              From: Mike Guy <mjtg@cam.ac.uk>
19093              Date: Tue, 01 May 2001 20:12:11 +0100
19094              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
19095      Branch: perl
19096            ! pod/perlobj.pod
19097 ____________________________________________________________________________
19098 [  9932] By: jhi                                   on 2001/05/01  18:26:54
19099         Log: Subject: Autoflush in tests as appropriate
19100              From: Mike Guy <mjtg@cam.ac.uk>
19101              Date: Tue, 01 May 2001 20:05:31 +0100
19102              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
19103      Branch: perl
19104            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
19105            ! t/op/taint.t
19106 ____________________________________________________________________________
19107 [  9931] By: jhi                                   on 2001/05/01  18:02:29
19108         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
19109              From: Benjamin Sugars <bsugars@canoe.ca>
19110              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
19111              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
19112      Branch: perl
19113            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19114 ____________________________________________________________________________
19115 [  9930] By: jhi                                   on 2001/05/01  15:12:26
19116         Log: Subject: Re: Finally got a round tuit
19117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19118              Date: Tue, 01 May 2001 14:14:10 +0200
19119              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
19120              
19121              The -DP part, slightly modified.
19122      Branch: perl
19123            ! perl.c
19124 ____________________________________________________________________________
19125 [  9929] By: jhi                                   on 2001/05/01  14:17:15
19126         Log: Subject: Re: Finally got a round tuit
19127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19128              Date: Tue, 01 May 2001 16:34:06 +0200
19129              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
19130              
19131              cpp and optimization tweaks for HP-UX.
19132      Branch: perl
19133            ! hints/hpux.sh
19134 ____________________________________________________________________________
19135 [  9928] By: jhi                                   on 2001/05/01  13:24:20
19136         Log: Tune the scan_num() comments to reality.
19137      Branch: perl
19138            ! toke.c
19139 ____________________________________________________________________________
19140 [  9927] By: jhi                                   on 2001/05/01  13:14:01
19141         Log: Subject: [PATCH B::Deparse] optimised sort
19142              From: Robin Houston <robin@kitsite.com>
19143              Date: Tue, 1 May 2001 14:07:12 +0100
19144              Message-ID: <20010501140712.A4266@penderel>
19145      Branch: perl
19146            ! ext/B/B/Deparse.pm
19147 ____________________________________________________________________________
19148 [  9926] By: jhi                                   on 2001/05/01  13:10:53
19149         Log: Subject: [PATCH t/lib/b-deparse.t] 
19150              From: Robin Houston <robin@kitsite.com>
19151              Date: Tue, 1 May 2001 13:37:42 +0100
19152              Message-ID: <20010501133742.A4082@penderel>
19153      Branch: perl
19154            ! t/lib/b-deparse.t
19155 ____________________________________________________________________________
19156 [  9925] By: jhi                                   on 2001/05/01  13:10:13
19157         Log: Subject: [PATCH B::Deparse] for(;;), sort
19158              From: Robin Houston <robin@kitsite.com>
19159              Date: Tue, 1 May 2001 13:35:00 +0100
19160              Message-ID: <20010501133500.A4061@penderel>
19161      Branch: perl
19162            ! ext/B/B/Deparse.pm
19163 ____________________________________________________________________________
19164 [  9924] By: jhi                                   on 2001/05/01  13:09:22
19165         Log: Subject: [PATCH B::Deparse] do, warn, use
19166              From: Robin Houston <robin@kitsite.com>
19167              Date: Tue, 1 May 2001 13:31:03 +0100
19168              Message-ID: <20010501133103.A4041@penderel>
19169      Branch: perl
19170            ! ext/B/B/Deparse.pm
19171 ____________________________________________________________________________
19172 [  9923] By: jhi                                   on 2001/05/01  11:45:36
19173         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
19174              From: Benjamin Sugars <ben.sugars@home.com>
19175              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
19176              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
19177      Branch: perl
19178            + t/io/fflush.t
19179            ! MANIFEST
19180 ____________________________________________________________________________
19181 [  9922] By: jhi                                   on 2001/05/01  11:35:42
19182         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
19183              From: Peter Prymmer <pvhp@forte.com>
19184              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
19185              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
19186      Branch: perl
19187            ! t/lib/selfstubber.t
19188 ____________________________________________________________________________
19189 [  9921] By: jhi                                   on 2001/04/30  16:34:33
19190         Log: Subject: [PATCH B::Concise] suppress warning
19191              From: Robin Houston <robin@kitsite.com>
19192              Date: Mon, 30 Apr 2001 16:09:49 +0100
19193              Message-ID: <20010430160949.A25086@penderel>
19194      Branch: perl
19195            ! ext/B/B/Concise.pm
19196 ____________________________________________________________________________
19197 [  9920] By: jhi                                   on 2001/04/30  13:56:04
19198         Log: Strip the *markers* from #9919.
19199      Branch: perl
19200            ! pod/perlfaq.pod pod/perlfaq5.pod
19201 ____________________________________________________________________________
19202 [  9919] By: jhi                                   on 2001/04/30  13:54:04
19203         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
19204              From: Gwyn Judd <b.judd@xtra.co.nz>
19205              Date: Sun, 29 Apr 2001 01:47:49 +1200
19206              Message-ID: <20010429014749.A4418@thislove>
19207      Branch: perl
19208            ! pod/perlfaq.pod pod/perlfaq5.pod
19209 ____________________________________________________________________________
19210 [  9918] By: jhi                                   on 2001/04/30  13:13:54
19211         Log: More_tweakage.
19212      Branch: perl
19213            ! pod/perldata.pod pod/perldiag.pod
19214 ____________________________________________________________________________
19215 [  9917] By: jhi                                   on 2001/04/30  13:01:27
19216         Log: Update Changes.
19217      Branch: perl
19218            ! Changes patchlevel.h
19219 ____________________________________________________________________________
19220 [  9916] By: jhi                                   on 2001/04/30  12:57:03
19221         Log: T_w_e_a_k_a_g_e.
19222      Branch: perl
19223            ! pod/perldata.pod pod/perldiag.pod
19224 ____________________________________________________________________________
19225 [  9915] By: jhi                                   on 2001/04/30  12:39:29
19226         Log: Install s2p also as psed.
19227              
19228              TODO: psed documentation?
19229      Branch: perl
19230            ! installperl
19231 ____________________________________________________________________________
19232 [  9914] By: jhi                                   on 2001/04/30  12:29:21
19233         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
19234              From: Jens Hamisch <jens@Strawberry.COM>
19235              Date: Fri, 27 Apr 2001 17:00:36 +0200
19236              Message-ID: <20010427170036.K1372@Strawberry.COM>
19237              
19238              SOCKS5_VERSION_NAME is the right symbol to detect
19239              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
19240              function called socks5_init() is available, and even that is
19241              not universal, most SOCKS5 installations use SOCKSinit()).
19242      Branch: perl
19243            ! perlio.c
19244 ____________________________________________________________________________
19245 [  9913] By: jhi                                   on 2001/04/30  12:22:15
19246         Log: Allow a zero timeout on IO::Socket accept and connect--
19247              though one really shouldn't do that.  Based on
19248              
19249              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
19250              From: "John Holdsworth" <coldwave@bigfoot.com>
19251              Date: Sun, 4 Feb 2001 12:48:18 +0100
19252              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
19253      Branch: perl
19254            ! ext/IO/lib/IO/Socket.pm
19255 ____________________________________________________________________________
19256 [  9912] By: jhi                                   on 2001/04/30  11:27:27
19257         Log: Save the spot of regprev (see #9911) for binary compatibility;
19258              regen API.
19259      Branch: perl
19260            ! embedvar.h perlapi.h thrdvar.h
19261 ____________________________________________________________________________
19262 [  9911] By: jhi                                   on 2001/04/30  11:22:03
19263         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
19264              From: Hugo <hv@crypt.compulink.co.uk>
19265              Date: Sun, 29 Apr 2001 17:09:30 +0100
19266              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
19267      Branch: perl
19268            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
19269 ____________________________________________________________________________
19270 [  9910] By: jhi                                   on 2001/04/30  11:15:12
19271         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
19272              a dummy for PL_numeric_radix); no pressing reason to break
19273              binary compatibility; regen API.
19274      Branch: perl
19275            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
19276            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
19277 ____________________________________________________________________________
19278 [  9909] By: jhi                                   on 2001/04/30  10:56:08
19279         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
19280              From: Walt Mankowski <waltman@netaxs.com>
19281              Date: Sun, 29 Apr 2001 21:53:48 -0400
19282              Message-ID: <20010429215348.A3971@netaxs.com>
19283      Branch: perl
19284            ! pod/perlfunc.pod
19285 ____________________________________________________________________________
19286 [  9908] By: jhi                                   on 2001/04/30  10:49:40
19287         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
19288      Branch: perl
19289            ! t/lib/selfstubber.t
19290 ____________________________________________________________________________
19291 [  9907] By: nick                                  on 2001/04/30  09:26:50
19292         Log: Integrate mainline.
19293      Branch: perlio
19294           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19295 ____________________________________________________________________________
19296 [  9906] By: jhi                                   on 2001/04/29  23:24:20
19297         Log: Abigail spotted a thinko in #9905.
19298      Branch: perl
19299            ! pod/perldiag.pod
19300 ____________________________________________________________________________
19301 [  9905] By: jhi                                   on 2001/04/29  15:55:39
19302         Log: Changed the underscore/undebar syntax in numeric constants;
19303              now any grouping will do, as long as the underscores are not
19304              consecutive (so "zero-grouping" is out), and they do not begin
19305              or end the integer or fractional parts.
19306      Branch: perl
19307            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19308 ____________________________________________________________________________
19309 [  9904] By: nick                                  on 2001/04/29  15:43:22
19310         Log: Integrate mainline.
19311      Branch: perlio
19312           +> (branch 98 files)
19313            - lib/unicode/Block.pl
19314            - lib/unicode/In/AlphabeticPresentationForms.pl
19315            - lib/unicode/In/Arabic.pl
19316            - lib/unicode/In/ArabicPresentationForms-A.pl
19317            - lib/unicode/In/ArabicPresentationForms-B.pl
19318            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19319            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19320            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19321            - lib/unicode/In/BopomofoExtended.pl
19322            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19323            - lib/unicode/In/CJKCompatibility.pl
19324            - lib/unicode/In/CJKCompatibilityForms.pl
19325            - lib/unicode/In/CJKCompatibilityIdeographs.pl
19326            - lib/unicode/In/CJKRadicalsSupplement.pl
19327            - lib/unicode/In/CJKSymbolsandPunctuation.pl
19328            - lib/unicode/In/CJKUnifiedIdeographs.pl
19329            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19330            - lib/unicode/In/Cherokee.pl
19331            - lib/unicode/In/CombiningDiacriticalMarks.pl
19332            - lib/unicode/In/CombiningHalfMarks.pl
19333            - lib/unicode/In/CombiningMarksforSymbols.pl
19334            - lib/unicode/In/ControlPictures.pl
19335            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19336            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19337            - lib/unicode/In/EnclosedAlphanumerics.pl
19338            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19339            - lib/unicode/In/Ethiopic.pl
19340            - lib/unicode/In/GeneralPunctuation.pl
19341            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19342            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19343            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19344            - lib/unicode/In/HalfwidthandFullwidthForms.pl
19345            - lib/unicode/In/HangulCompatibilityJamo.pl
19346            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19347            - lib/unicode/In/Hebrew.pl
19348            - lib/unicode/In/HighPrivateUseSurrogates.pl
19349            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19350            - lib/unicode/In/IPAExtensions.pl
19351            - lib/unicode/In/IdeographicDescriptionCharacters.pl
19352            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19353            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19354            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19355            - lib/unicode/In/Latin-1Supplement.pl
19356            - lib/unicode/In/LatinExtended-A.pl
19357            - lib/unicode/In/LatinExtended-B.pl
19358            - lib/unicode/In/LatinExtendedAdditional.pl
19359            - lib/unicode/In/LetterlikeSymbols.pl
19360            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19361            - lib/unicode/In/MathematicalOperators.pl
19362            - lib/unicode/In/MiscellaneousSymbols.pl
19363            - lib/unicode/In/MiscellaneousTechnical.pl
19364            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19365            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19366            - lib/unicode/In/OpticalCharacterRecognition.pl
19367            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19368            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19369            - lib/unicode/In/SmallFormVariants.pl
19370            - lib/unicode/In/SpacingModifierLetters.pl
19371            - lib/unicode/In/Specials.pl
19372            - lib/unicode/In/SuperscriptsandSubscripts.pl
19373            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
19374            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
19375            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19376            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
19377            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
19378           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
19379           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
19380           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
19381           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
19382           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
19383           !> utf8.c win32/Makefile
19384 ____________________________________________________________________________
19385 [  9903] By: jhi                                   on 2001/04/29  14:30:53
19386         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
19387              From: Prymmer/Kahn <pvhp@best.com>
19388              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
19389              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
19390      Branch: perl
19391            ! win32/Makefile
19392 ____________________________________________________________________________
19393 [  9902] By: jhi                                   on 2001/04/29  02:52:44
19394         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
19395              From: "Abigail" <abigail@foad.org>
19396              Date: Sun, 29 Apr 2001 03:14:25 +0200
19397              Message-ID: <20010429011425.24503.qmail@foad.org>
19398      Branch: perl
19399            ! ext/IO/lib/IO/Seekable.pm
19400 ____________________________________________________________________________
19401 [  9901] By: jhi                                   on 2001/04/29  02:04:46
19402         Log: In character classes one couldn't have 0x80..0xff characters
19403              at the left hand side if there were 0x100.. characters in the
19404              character class.
19405      Branch: perl
19406            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
19407            ! t/op/pat.t utf8.c
19408 ____________________________________________________________________________
19409 [  9900] By: jhi                                   on 2001/04/28  22:55:04
19410         Log: Forgot the latest mktables.PL from #9899.
19411      Branch: perl
19412            ! lib/unicode/mktables.PL
19413 ____________________________________________________________________________
19414 [  9899] By: jhi                                   on 2001/04/28  22:53:28
19415         Log: Explain the \p{} and \P{} error message better and
19416              have prettier prettyprint in In.pl.
19417      Branch: perl
19418            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
19419            ! pod/perldiag.pod
19420 ____________________________________________________________________________
19421 [  9898] By: jhi                                   on 2001/04/28  21:03:34
19422         Log: Add one possible explanation for the "Invalid [] range" error.
19423      Branch: perl
19424            ! pod/perldiag.pod
19425 ____________________________________________________________________________
19426 [  9897] By: jhi                                   on 2001/04/28  17:18:26
19427         Log: Add a level of indirection to the implementation of \p{InFoo}
19428              so that we don't have to have long filenames.  (Nothing changes
19429              in the user interface.)   The indirection is defined in
19430              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
19431              Also rename some the character classes by removing '-' from
19432              the classnames, and finally renamed Block.pl as Blocks.pl.
19433      Branch: perl
19434            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
19435            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
19436            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
19437            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
19438            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
19439            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
19440            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
19441            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
19442            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
19443            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
19444            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
19445            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
19446            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
19447            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
19448            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
19449            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
19450            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
19451            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
19452            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
19453            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
19454            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
19455            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
19456            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
19457            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
19458            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
19459            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
19460            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
19461            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
19462            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
19463            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
19464            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
19465            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
19466            + lib/unicode/In/94.pl lib/unicode/In/95.pl
19467            - lib/unicode/Block.pl
19468            - lib/unicode/In/AlphabeticPresentationForms.pl
19469            - lib/unicode/In/Arabic.pl
19470            - lib/unicode/In/ArabicPresentationForms-A.pl
19471            - lib/unicode/In/ArabicPresentationForms-B.pl
19472            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19473            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19474            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19475            - lib/unicode/In/BopomofoExtended.pl
19476            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19477            - lib/unicode/In/CJKCompatibility.pl
19478            - lib/unicode/In/CJKCompatibilityForms.pl
19479            - lib/unicode/In/CJKCompatibilityIdeographs.pl
19480            - lib/unicode/In/CJKRadicalsSupplement.pl
19481            - lib/unicode/In/CJKSymbolsandPunctuation.pl
19482            - lib/unicode/In/CJKUnifiedIdeographs.pl
19483            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19484            - lib/unicode/In/Cherokee.pl
19485            - lib/unicode/In/CombiningDiacriticalMarks.pl
19486            - lib/unicode/In/CombiningHalfMarks.pl
19487            - lib/unicode/In/CombiningMarksforSymbols.pl
19488            - lib/unicode/In/ControlPictures.pl
19489            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19490            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19491            - lib/unicode/In/EnclosedAlphanumerics.pl
19492            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19493            - lib/unicode/In/Ethiopic.pl
19494            - lib/unicode/In/GeneralPunctuation.pl
19495            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19496            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19497            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19498            - lib/unicode/In/HalfwidthandFullwidthForms.pl
19499            - lib/unicode/In/HangulCompatibilityJamo.pl
19500            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19501            - lib/unicode/In/Hebrew.pl
19502            - lib/unicode/In/HighPrivateUseSurrogates.pl
19503            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19504            - lib/unicode/In/IPAExtensions.pl
19505            - lib/unicode/In/IdeographicDescriptionCharacters.pl
19506            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19507            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19508            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19509            - lib/unicode/In/Latin-1Supplement.pl
19510            - lib/unicode/In/LatinExtended-A.pl
19511            - lib/unicode/In/LatinExtended-B.pl
19512            - lib/unicode/In/LatinExtendedAdditional.pl
19513            - lib/unicode/In/LetterlikeSymbols.pl
19514            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19515            - lib/unicode/In/MathematicalOperators.pl
19516            - lib/unicode/In/MiscellaneousSymbols.pl
19517            - lib/unicode/In/MiscellaneousTechnical.pl
19518            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19519            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19520            - lib/unicode/In/OpticalCharacterRecognition.pl
19521            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19522            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19523            - lib/unicode/In/SmallFormVariants.pl
19524            - lib/unicode/In/SpacingModifierLetters.pl
19525            - lib/unicode/In/Specials.pl
19526            - lib/unicode/In/SuperscriptsandSubscripts.pl
19527            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
19528            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
19529            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19530            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
19531            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
19532            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
19533            ! pod/perlunicode.pod
19534 ____________________________________________________________________________
19535 [  9896] By: jhi                                   on 2001/04/28  14:33:17
19536         Log: Update the information on shared library path on HP-UX.
19537      Branch: perl
19538            ! INSTALL
19539 ____________________________________________________________________________
19540 [  9895] By: jhi                                   on 2001/04/28  14:32:30
19541         Log: Because #9894 seems to do the trick, this workaround can be removed.
19542      Branch: perl
19543            ! t/lib/selfstubber.t
19544 ____________________________________________________________________________
19545 [  9894] By: jhi                                   on 2001/04/28  14:26:13
19546         Log: For PerlIO flush the children's file handles (on fork/exec/system).
19547      Branch: perl
19548            ! perl.h
19549 ____________________________________________________________________________
19550 [  9893] By: jhi                                   on 2001/04/28  14:23:15
19551         Log: Test tweak for #9891.
19552      Branch: perl
19553            ! t/lib/b-deparse.t
19554 ____________________________________________________________________________
19555 [  9892] By: jhi                                   on 2001/04/28  14:10:13
19556         Log: New HP-UX hints from Merijn.
19557      Branch: perl
19558            ! hints/hpux.sh
19559 ____________________________________________________________________________
19560 [  9891] By: jhi                                   on 2001/04/28  14:07:27
19561         Log: Subject: [PATCH B::Deparse] non-block scopes
19562              From: Robin Houston <robin@kitsite.com>
19563              Date: Fri, 27 Apr 2001 19:15:14 +0100
19564              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
19565      Branch: perl
19566            ! ext/B/B/Deparse.pm
19567 ____________________________________________________________________________
19568 [  9890] By: nick                                  on 2001/04/27  19:41:25
19569         Log: Integrate mainline
19570      Branch: perlio
19571           +> t/lib/selfstubber.t
19572           !> (integrate 50 files)
19573 ____________________________________________________________________________
19574 [  9889] By: jhi                                   on 2001/04/27  18:23:46
19575         Log: Subject: Re: selfstubber test fail on bleadperl
19576              From: Mike Guy <mjtg@cam.ac.uk>
19577              Date: Fri, 27 Apr 2001 19:31:18 +0100
19578              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
19579      Branch: perl
19580            ! t/lib/selfstubber.t
19581 ____________________________________________________________________________
19582 [  9888] By: jhi                                   on 2001/04/27  16:20:54
19583         Log: Test tweak for #9886.
19584      Branch: perl
19585            ! t/lib/b-deparse.t
19586 ____________________________________________________________________________
19587 [  9887] By: jhi                                   on 2001/04/27  16:16:33
19588         Log: Buffering issue at least in Solaris (even with perlio).
19589      Branch: perl
19590            ! t/lib/selfstubber.t
19591 ____________________________________________________________________________
19592 [  9886] By: jhi                                   on 2001/04/27  14:59:23
19593         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
19594              From: Robin Houston <robin@kitsite.com>
19595              Date: Fri, 27 Apr 2001 16:53:20 +0100
19596              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
19597      Branch: perl
19598            ! ext/B/B/Deparse.pm
19599 ____________________________________________________________________________
19600 [  9885] By: jhi                                   on 2001/04/27  14:23:51
19601         Log: Update Changes.
19602      Branch: perl
19603            ! Changes patchlevel.h
19604 ____________________________________________________________________________
19605 [  9884] By: jhi                                   on 2001/04/27  14:14:12
19606         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
19607              From: "Philip Newton" <pnewton@gmx.de>
19608              Date: Fri, 27 Apr 2001 16:40:13 +0200
19609              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
19610      Branch: perl
19611            ! pod/perldata.pod
19612 ____________________________________________________________________________
19613 [  9883] By: jhi                                   on 2001/04/27  13:28:19
19614         Log: Add LOG_PERROR; prettify the "removed".
19615      Branch: perl
19616            ! ext/Sys/Syslog/Syslog.xs
19617 ____________________________________________________________________________
19618 [  9882] By: jhi                                   on 2001/04/27  13:13:18
19619         Log: h2xs tweaks: use NV instead of double, "quote" the removed
19620              prefixes for clarity (especially when nothing is removed),
19621              slight pod reformats.
19622      Branch: perl
19623            ! utils/h2xs.PL
19624 ____________________________________________________________________________
19625 [  9881] By: jhi                                   on 2001/04/27  12:58:48
19626         Log: Don't bother creating existing directories.
19627      Branch: perl
19628            ! utils/h2xs.PL
19629 ____________________________________________________________________________
19630 [  9880] By: jhi                                   on 2001/04/27  12:45:39
19631         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
19632              From: Mike Schilli <m@perlmeister.com>
19633              Date: Wed, 25 Apr 2001 01:29:21 -0700
19634              Message-id: <3AE68AE1.6A981723@perlmeister.com>
19635      Branch: perl
19636            ! utils/h2xs.PL
19637 ____________________________________________________________________________
19638 [  9879] By: jhi                                   on 2001/04/27  12:40:55
19639         Log: break is not yet Perl.  Added the template license also to README.
19640      Branch: perl
19641            ! utils/h2xs.PL
19642 ____________________________________________________________________________
19643 [  9878] By: jhi                                   on 2001/04/27  03:08:20
19644         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
19645              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19646              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
19647              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
19648      Branch: perl
19649            ! t/lib/xs-typemap.t
19650 ____________________________________________________________________________
19651 [  9877] By: jhi                                   on 2001/04/26  23:54:40
19652         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
19653              From: "Abigail" <abigail@foad.org>
19654              Date: Fri, 27 Apr 2001 01:44:28 +0200
19655              Message-ID: <20010426234428.19786.qmail@foad.org>
19656      Branch: perl
19657            ! utils/h2xs.PL
19658 ____________________________________________________________________________
19659 [  9876] By: jhi                                   on 2001/04/26  23:52:06
19660         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
19661              From: Peter Prymmer <pvhp@forte.com>
19662              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
19663              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
19664      Branch: perl
19665            ! t/lib/selfstubber.t
19666 ____________________________________________________________________________
19667 [  9875] By: jhi                                   on 2001/04/26  23:48:10
19668         Log: Deparse nits.
19669      Branch: perl
19670            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
19671 ____________________________________________________________________________
19672 [  9874] By: jhi                                   on 2001/04/26  22:46:05
19673         Log: Document ANYOF_CLASS.
19674      Branch: perl
19675            ! regcomp.h
19676 ____________________________________________________________________________
19677 [  9873] By: jhi                                   on 2001/04/26  22:35:03
19678         Log: Subject: Re: [PATCH @9846] dumping ANYOF
19679              From: Hugo <hv@crypt.compulink.co.uk>
19680              Date: Thu, 26 Apr 2001 23:33:38 +0100
19681              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
19682      Branch: perl
19683            ! regcomp.c regcomp.h
19684 ____________________________________________________________________________
19685 [  9872] By: jhi                                   on 2001/04/26  22:34:31
19686         Log: Subject: [PATCH] more for Devel::SelfStubber
19687              From: Nicholas Clark <nick@ccl4.org>
19688              Date: Fri, 27 Apr 2001 00:13:52 +0100
19689              Message-ID: <20010427001351.K88186@plum.flirble.org>
19690      Branch: perl
19691            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
19692 ____________________________________________________________________________
19693 [  9871] By: jhi                                   on 2001/04/26  21:59:17
19694         Log: Subject: [PATCH B::Deparse] formats must be flush left
19695              From: Robin Houston <robin@kitsite.com>
19696              Date: Thu, 26 Apr 2001 23:54:29 +0100
19697              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
19698      Branch: perl
19699            ! ext/B/B/Deparse.pm
19700 ____________________________________________________________________________
19701 [  9870] By: jhi                                   on 2001/04/26  21:57:37
19702         Log: If some of the constants are prefixes of others,
19703              the prefixes may never get recognized.  (See 20010426.006.)
19704      Branch: perl
19705            ! utils/h2xs.PL
19706 ____________________________________________________________________________
19707 [  9869] By: jhi                                   on 2001/04/26  21:50:42
19708         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
19709              From: Chris Bongaarts <cab@tc.umn.edu>
19710              Date: Thu, 26 Apr 2001 17:10:31 -0500
19711              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
19712      Branch: perl
19713            ! ext/Sys/Syslog/Syslog.xs
19714 ____________________________________________________________________________
19715 [  9868] By: jhi                                   on 2001/04/26  21:35:12
19716         Log: Further cuts and more docs from Graham Barr.
19717      Branch: perl
19718            ! ext/List/Util/lib/List/Util.pm
19719            ! ext/List/Util/lib/Scalar/Util.pm
19720 ____________________________________________________________________________
19721 [  9867] By: jhi                                   on 2001/04/26  21:18:57
19722         Log: Subject: [PATCH 5.7.1] DB_File-1.77
19723              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
19724              Date: Thu, 26 Apr 2001 22:37:53 +0100
19725              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
19726      Branch: perl
19727            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19728            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19729 ____________________________________________________________________________
19730 [  9866] By: jhi                                   on 2001/04/26  21:12:31
19731         Log: Subject: [PATCH B::Deparse] fix easy bugs
19732              From: Robin Houston <robin@kitsite.com>
19733              Date: Thu, 26 Apr 2001 23:03:33 +0100
19734              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
19735      Branch: perl
19736            ! ext/B/B/Deparse.pm
19737 ____________________________________________________________________________
19738 [  9865] By: jhi                                   on 2001/04/26  20:26:13
19739         Log: Update Changes.
19740      Branch: perl
19741            ! Changes patchlevel.h
19742 ____________________________________________________________________________
19743 [  9864] By: jhi                                   on 2001/04/26  19:27:48
19744         Log: Dethinko from Robin Houston.
19745      Branch: perl
19746            ! ext/B/B/Deparse.pm
19747 ____________________________________________________________________________
19748 [  9863] By: jhi                                   on 2001/04/26  19:10:35
19749         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
19750              From: Robin Houston <robin@kitsite.com>
19751              Date: Thu, 26 Apr 2001 21:08:32 +0100
19752              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
19753      Branch: perl
19754            ! ext/B/B/Deparse.pm
19755 ____________________________________________________________________________
19756 [  9862] By: jhi                                   on 2001/04/26  19:04:23
19757         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
19758              From: Robin Houston <robin@kitsite.com>
19759              Date: Thu, 26 Apr 2001 20:52:50 +0100
19760              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
19761      Branch: perl
19762            ! ext/B/B/Deparse.pm
19763 ____________________________________________________________________________
19764 [  9861] By: jhi                                   on 2001/04/26  18:56:14
19765         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
19766              From: Mike Guy <mjtg@cam.ac.uk>
19767              Date: Thu, 26 Apr 2001 14:22:40 +0100
19768              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
19769      Branch: perl
19770            ! pod/perlobj.pod
19771 ____________________________________________________________________________
19772 [  9860] By: jhi                                   on 2001/04/26  18:46:42
19773         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
19774              From: Robin Houston <robin@kitsite.com>
19775              Date: Thu, 26 Apr 2001 20:34:29 +0100
19776              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
19777              
19778              Hashes do not interpolate.
19779      Branch: perl
19780            ! ext/B/B/Deparse.pm
19781 ____________________________________________________________________________
19782 [  9859] By: jhi                                   on 2001/04/26  18:43:51
19783         Log: Subject: The Time::Piece conspiracy unmasked!!!
19784              From: Mike Guy <mjtg@cam.ac.uk>
19785              Date: Thu, 26 Apr 2001 19:02:50 +0100
19786              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
19787              
19788              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
19789              From: Mike Guy <mjtg@cam.ac.uk>
19790              Date: Thu, 26 Apr 2001 19:08:21 +0100
19791              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
19792              
19793              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
19794              From: Graham Barr <gbarr@pobox.com>
19795              Date: Thu, 26 Apr 2001 19:12:03 +0100
19796              Message-ID: <20010426191203.A70835@pobox.com>
19797              
19798              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
19799      Branch: perl
19800            ! ext/List/Util/lib/List/Util.pm
19801            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
19802 ____________________________________________________________________________
19803 [  9858] By: jhi                                   on 2001/04/26  18:17:42
19804         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
19805              From: Robin Houston <robin@kitsite.com>
19806              Date: Thu, 26 Apr 2001 16:09:35 +0100
19807              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
19808      Branch: perl
19809            ! t/comp/proto.t
19810 ____________________________________________________________________________
19811 [  9857] By: jhi                                   on 2001/04/26  18:04:59
19812         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
19813              From: barries <barries@slaysys.com>
19814              Date: Thu, 26 Apr 2001 12:01:10 -0400
19815              Message-ID: <20010426120110.E29698@jester.slaysys.com>
19816      Branch: perl
19817            ! pod/perldiag.pod
19818 ____________________________________________________________________________
19819 [  9856] By: jhi                                   on 2001/04/26  18:03:33
19820         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
19821              Date: Thu, 26 Apr 2001 17:13:41 +0100
19822              From: Robin Houston <robin@kitsite.com>
19823              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
19824              
19825              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
19826              From: Robin Houston <robin@kitsite.com>
19827              Date: Thu, 26 Apr 2001 18:44:29 +0100
19828              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
19829      Branch: perl
19830            ! ext/B/B/Deparse.pm
19831 ____________________________________________________________________________
19832 [  9855] By: jhi                                   on 2001/04/26  17:56:04
19833         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
19834              From: Robin Houston <robin@kitsite.com>
19835              Date: Thu, 26 Apr 2001 17:04:08 +0100
19836              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
19837      Branch: perl
19838            ! ext/B/B/Deparse.pm
19839 ____________________________________________________________________________
19840 [  9854] By: jhi                                   on 2001/04/26  17:47:26
19841         Log: Subject: Re: Short test case for undef %stash:: crash
19842              From: Benjamin Sugars <bsugars@canoe.ca> 
19843              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
19844              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
19845              Changed and moved the perldiag entry.
19846      Branch: perl
19847            ! gv.c pod/perldiag.pod
19848 ____________________________________________________________________________
19849 [  9853] By: jhi                                   on 2001/04/26  14:35:16
19850         Log: Beginnings of strptime().  Do not touch the wet paint.
19851      Branch: perl
19852            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19853 ____________________________________________________________________________
19854 [  9852] By: jhi                                   on 2001/04/26  13:17:21
19855         Log: Retract #9851, core dumps from pod2man.
19856      Branch: perl
19857            ! regcomp.c
19858 ____________________________________________________________________________
19859 [  9851] By: jhi                                   on 2001/04/26  11:54:41
19860         Log: (Retracted by #9852.)
19861              
19862              Subject: [PATCH @9846] dumping ANYOF
19863              From: Hugo <hv@crypt.compulink.co.uk>
19864              Date: Thu, 26 Apr 2001 05:32:38 +0100
19865              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
19866      Branch: perl
19867            ! regcomp.c
19868 ____________________________________________________________________________
19869 [  9850] By: jhi                                   on 2001/04/26  02:34:44
19870         Log: If ccflags was empty the _previous_ $* containing all the
19871              environment variables and Configure variables was used,
19872              which lead, among other bad things, into $ccflags being your
19873              uname -a output, which lead into test compile with cc failing,
19874              which lead into gcc being selected, which didn't work that well
19875              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
19876              with large files, et cetera.
19877      Branch: perl
19878            ! hints/hpux.sh
19879 ____________________________________________________________________________
19880 [  9849] By: jhi                                   on 2001/04/26  01:44:57
19881         Log: Make selfstubber test more portable.
19882      Branch: perl
19883            ! t/lib/selfstubber.t
19884 ____________________________________________________________________________
19885 [  9848] By: jhi                                   on 2001/04/26  00:50:26
19886         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
19887              From: Benjamin Sugars <ben.sugars@home.com>
19888              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
19889              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
19890      Branch: perl
19891            ! ext/Cwd/Cwd.xs
19892 ____________________________________________________________________________
19893 [  9847] By: jhi                                   on 2001/04/26  00:46:58
19894         Log: Subject: [PATCH: perl@9841] VMS updates
19895              From: Peter Prymmer <pvhp@forte.com>
19896              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
19897              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
19898      Branch: perl
19899            ! README.vms configure.com vms/descrip_mms.template
19900            ! vms/ext/filespec.t
19901 ____________________________________________________________________________
19902 [  9846] By: jhi                                   on 2001/04/26  00:11:56
19903         Log: re 'debug' was broken by #9084.
19904      Branch: perl
19905            ! ext/re/re.xs
19906 ____________________________________________________________________________
19907 [  9845] By: jhi                                   on 2001/04/25  22:33:17
19908         Log: Subject: [PATCH] test for Devel::SelfStubber
19909              From: Nicholas Clark <nick@ccl4.org>
19910              Date: Thu, 26 Apr 2001 00:00:54 +0100
19911              Message-ID: <20010426000054.D89026@plum.flirble.org>
19912      Branch: perl
19913            + t/lib/selfstubber.t
19914            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
19915 ____________________________________________________________________________
19916 [  9844] By: jhi                                   on 2001/04/25  22:29:32
19917         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
19918              From: Paul Johnson <paul@pjcj.net>
19919              Date: Thu, 26 Apr 2001 00:46:08 +0200
19920              Message-ID: <20010426004608.H2338@pjcj.net>
19921      Branch: perl
19922            ! ext/B/B/Concise.pm
19923 ____________________________________________________________________________
19924 [  9843] By: jhi                                   on 2001/04/25  22:28:28
19925         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
19926              From: Peter Prymmer <pvhp@forte.com>
19927              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
19928              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
19929      Branch: perl
19930            ! ext/Cwd/Cwd.xs
19931 ____________________________________________________________________________
19932 [  9842] By: jhi                                   on 2001/04/25  20:58:12
19933         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
19934              From: John Peacock <jpeacock@rowman.com>
19935              Date: Wed, 25 Apr 2001 17:30:26 -0400
19936              Message-ID: <3AE741F2.B3217464@rowman.com>
19937      Branch: perl
19938            ! lib/Math/BigInt.pm t/lib/bigintpm.t
19939 ____________________________________________________________________________
19940 [  9841] By: jhi                                   on 2001/04/25  20:07:05
19941         Log: Update Changes.
19942      Branch: perl
19943            ! Changes patchlevel.h
19944 ____________________________________________________________________________
19945 [  9840] By: jhi                                   on 2001/04/25  19:56:51
19946         Log: Yet another HP-UX hints version from Merijn.
19947      Branch: perl
19948            ! hints/hpux.sh
19949 ____________________________________________________________________________
19950 [  9839] By: jhi                                   on 2001/04/25  19:53:04
19951         Log: abs_path() didn't terminate the filename correctly,
19952              in DIRNAMLENless systems like HP-UX this would fail.
19953      Branch: perl
19954            ! ext/Cwd/Cwd.xs
19955 ____________________________________________________________________________
19956 [  9838] By: jhi                                   on 2001/04/25  16:37:26
19957         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
19958              From: Mike Guy <mjtg@cam.ac.uk>
19959              Date: Wed, 25 Apr 2001 18:31:47 +0100
19960              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
19961      Branch: perl
19962            ! op.c
19963 ____________________________________________________________________________
19964 [  9837] By: jhi                                   on 2001/04/25  16:21:53
19965         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
19966              From: Jon Eveland <jweveland@yahoo.com>
19967              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
19968              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
19969      Branch: perl
19970            ! lib/perl5db.pl
19971 ____________________________________________________________________________
19972 [  9836] By: jhi                                   on 2001/04/25  14:17:50
19973         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
19974              From: "Philip Newton" <pnewton@gmx.de>
19975              Date: Wed, 25 Apr 2001 17:05:58 +0200
19976              Message-ID: <3AE703F6.3234.1833C45@localhost>
19977      Branch: perl
19978            ! Porting/patching.pod
19979 ____________________________________________________________________________
19980 [  9835] By: jhi                                   on 2001/04/25  13:58:07
19981         Log: It would seem that both ar and full_ar need to be overridden
19982              for HP-UX to avoid the GNU ar.
19983      Branch: perl
19984            ! hints/hpux.sh
19985 ____________________________________________________________________________
19986 [  9834] By: jhi                                   on 2001/04/25  13:50:40
19987         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
19988              From: "Philip Newton" <pnewton@gmx.de>
19989              Date: Wed, 25 Apr 2001 16:09:23 +0200
19990              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
19991              
19992              Detypo.
19993      Branch: perl
19994            ! t/op/misc.t
19995 ____________________________________________________________________________
19996 [  9833] By: jhi                                   on 2001/04/25  12:36:11
19997         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
19998      Branch: perl
19999            ! hints/hpux.sh
20000 ____________________________________________________________________________
20001 [  9832] By: jhi                                   on 2001/04/25  12:33:36
20002         Log: New version of HP-UX hints from Merijn.
20003      Branch: perl
20004            ! hints/hpux.sh
20005 ____________________________________________________________________________
20006 [  9831] By: jhi                                   on 2001/04/25  03:39:45
20007         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
20008      Branch: perl
20009            ! hints/hpux.sh
20010 ____________________________________________________________________________
20011 [  9830] By: jhi                                   on 2001/04/25  02:53:25
20012         Log: The tzname[] bit is not needed by util.c -- and causes
20013              heartburn in VMS (and it missing was probably the cause of
20014              the Mac OS X trouble).  Ouch.
20015      Branch: perl
20016            ! ext/POSIX/POSIX.xs util.c
20017 ____________________________________________________________________________
20018 [  9829] By: jhi                                   on 2001/04/25  00:10:06
20019         Log: Metaconfig unit change for #9828.
20020      Branch: metaconfig
20021            ! U/compline/ccflags.U
20022 ____________________________________________________________________________
20023 [  9828] By: jhi                                   on 2001/04/25  00:04:18
20024         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
20025              (which is actually the reason for the change, we need to pass
20026              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
20027              EP/IX, OS/2, and TitanOS, based on the hints files.
20028      Branch: perl
20029            ! Configure config_h.SH
20030 ____________________________________________________________________________
20031 [  9827] By: jhi                                   on 2001/04/24  23:49:20
20032         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
20033              the $cat must have an absolute path.
20034      Branch: perl
20035            ! makedepend.SH
20036 ____________________________________________________________________________
20037 [  9826] By: jhi                                   on 2001/04/24  23:40:53
20038         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
20039      Branch: perl
20040            ! README.amiga
20041 ____________________________________________________________________________
20042 [  9825] By: jhi                                   on 2001/04/24  23:35:35
20043         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
20044              From: "Philip Newton" <pnewton@gmx.de>
20045              Date: Tue, 24 Apr 2001 18:52:49 +0200
20046              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
20047      Branch: perl
20048            ! x2p/find2perl.PL
20049 ____________________________________________________________________________
20050 [  9824] By: jhi                                   on 2001/04/24  23:33:07
20051         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
20052              Some gcc specifics dropped out due to extensive rewriting;
20053              will be put back later as needed.
20054      Branch: perl
20055            ! hints/hpux.sh
20056 ____________________________________________________________________________
20057 [  9823] By: jhi                                   on 2001/04/24  23:27:57
20058         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
20059      Branch: perl
20060            ! ext/POSIX/POSIX.xs
20061 ____________________________________________________________________________
20062 [  9822] By: jhi                                   on 2001/04/24  23:25:21
20063         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
20064              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20065              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
20066              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
20067      Branch: perl
20068            ! ext/XS/Typemap/Typemap.xs
20069 ____________________________________________________________________________
20070 [  9821] By: jhi                                   on 2001/04/24  23:24:10
20071         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
20072              From: "Abigail" <abigail@foad.org>
20073              Date: Tue, 24 Apr 2001 23:12:03 +0200
20074              Message-ID: <20010424211203.7901.qmail@foad.org>
20075      Branch: perl
20076            ! pod/perlport.pod
20077 ____________________________________________________________________________
20078 [  9820] By: jhi                                   on 2001/04/24  23:23:15
20079         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
20080              From: Matt Sergeant <matt@sergeant.org>
20081              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
20082              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
20083      Branch: perl
20084            ! pod/perlfaq4.pod
20085 ____________________________________________________________________________
20086 [  9819] By: nick                                  on 2001/04/24  18:49:43
20087         Log: Integrate mainline.
20088      Branch: perlio
20089           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20090           !> (integrate 37 files)
20091 ____________________________________________________________________________
20092 [  9818] By: jhi                                   on 2001/04/24  14:35:23
20093         Log: Update Changes.
20094      Branch: perl
20095            ! Changes patchlevel.h
20096 ____________________________________________________________________________
20097 [  9817] By: jhi                                   on 2001/04/24  14:09:17
20098         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
20099              From: "Philip Newton" <pnewton@gmx.de>
20100              Date: Tue, 24 Apr 2001 12:58:12 +0200
20101              Message-ID: <3AE57864.8304.B77A0A@localhost> 
20102              
20103              plus add CPAN to the list of modules that have their own tests.
20104      Branch: perl
20105            ! t/lib/1_compile.t
20106 ____________________________________________________________________________
20107 [  9816] By: jhi                                   on 2001/04/24  14:07:03
20108         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20109              From: Michael G Schwern <schwern@pobox.com>
20110              Date: Sat, 21 Apr 2001 22:35:00 +0100
20111              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
20112      Branch: perl
20113            ! t/lib/1_compile.t
20114 ____________________________________________________________________________
20115 [  9815] By: jhi                                   on 2001/04/24  13:54:32
20116         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
20117              From: Robin Houston <robin@kitsite.com>
20118              Date: Tue, 24 Apr 2001 15:51:18 +0100
20119              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
20120      Branch: perl
20121            ! ext/B/B/Deparse.pm
20122 ____________________________________________________________________________
20123 [  9814] By: jhi                                   on 2001/04/24  13:17:34
20124         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20125              From: Bill Glicker <billg@burrelles.com>
20126              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
20127              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
20128      Branch: perl
20129            ! hints/svr5.sh
20130 ____________________________________________________________________________
20131 [  9813] By: jhi                                   on 2001/04/24  12:54:23
20132         Log: Prevent path disclosure (probing for existence of filenames)
20133              using suidperl; bug id 20010322.218.
20134      Branch: perl
20135            ! perl.c pod/perldiag.pod
20136 ____________________________________________________________________________
20137 [  9812] By: jhi                                   on 2001/04/24  12:08:36
20138         Log: Retract #9811.
20139      Branch: perl
20140            ! ext/POSIX/POSIX.xs
20141 ____________________________________________________________________________
20142 [  9811] By: jhi                                   on 2001/04/24  11:57:35
20143         Log: (Retracted by #9812.)
20144      Branch: perl
20145            ! ext/POSIX/POSIX.xs
20146 ____________________________________________________________________________
20147 [  9810] By: jhi                                   on 2001/04/24  03:32:35
20148         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
20149      Branch: perl
20150            ! util.c
20151 ____________________________________________________________________________
20152 [  9809] By: jhi                                   on 2001/04/24  03:16:13
20153         Log: The Math::BigFloat::import() was broken.
20154              (Fixes bug id 20010422.002.)
20155      Branch: perl
20156            ! lib/Math/BigFloat.pm
20157 ____________________________________________________________________________
20158 [  9808] By: jhi                                   on 2001/04/24  01:11:40
20159         Log: Additional dependencies; should help for parallel makes
20160              not to fail on missing lib/lib.pm or lib/re.pm.
20161      Branch: perl
20162            ! Makefile.SH
20163 ____________________________________________________________________________
20164 [  9807] By: jhi                                   on 2001/04/24  00:57:01
20165         Log: Update the test failure disclaimer.
20166      Branch: perl
20167            ! t/pragma/warn/pp_hot
20168 ____________________________________________________________________________
20169 [  9806] By: jhi                                   on 2001/04/24  00:54:04
20170         Log: Add make target "install-all" which is alias for "install"
20171              to cater for case-preserving filesystems like HFS+.
20172      Branch: perl
20173            ! INSTALL Makefile.SH
20174 ____________________________________________________________________________
20175 [  9805] By: jhi                                   on 2001/04/24  00:47:28
20176         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
20177              From: Peter Prymmer <pvhp@forte.com>
20178              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
20179              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
20180              
20181              (Ken William's message forwarded from macosx@perl.org)
20182      Branch: perl
20183            ! hints/darwin.sh
20184 ____________________________________________________________________________
20185 [  9804] By: jhi                                   on 2001/04/23  23:57:35
20186         Log: Cut-and-pasto.
20187      Branch: perl
20188            ! perlio.c
20189 ____________________________________________________________________________
20190 [  9803] By: jhi                                   on 2001/04/23  23:52:25
20191         Log: More PerlIO robustness.
20192      Branch: perl
20193            ! perlio.c
20194 ____________________________________________________________________________
20195 [  9802] By: jhi                                   on 2001/04/23  23:43:35
20196         Log: Make the "STD* opened only for ..." errors more consistent.
20197      Branch: perl
20198            ! doio.c
20199 ____________________________________________________________________________
20200 [  9801] By: jhi                                   on 2001/04/23  23:34:26
20201         Log: Test case for #9800.
20202      Branch: perl
20203            ! t/op/misc.t
20204 ____________________________________________________________________________
20205 [  9800] By: jhi                                   on 2001/04/23  23:14:43
20206         Log: Avoid coredump on 'close STDERR; die' by making
20207              the PerlIO calls more robust.  Also use SETERRNO()
20208              instead of errno = to be more VMS-ready.
20209      Branch: perl
20210            ! perlio.c
20211 ____________________________________________________________________________
20212 [  9799] By: jhi                                   on 2001/04/23  21:41:10
20213         Log: Subject: test for ID 20010423.002
20214              From: Robin Houston <robin@kitsite.com>
20215              Date: Mon, 23 Apr 2001 16:52:21 +0100
20216              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
20217      Branch: perl
20218            ! t/op/avhv.t
20219 ____________________________________________________________________________
20220 [  9798] By: jhi                                   on 2001/04/23  21:40:07
20221         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
20222              From: David Dyck <dcd@tc.fluke.com>
20223              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
20224              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
20225      Branch: perl
20226            ! installperl
20227 ____________________________________________________________________________
20228 [  9797] By: jhi                                   on 2001/04/23  21:37:56
20229         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
20230              From: Benjamin Sugars <bsugars@canoe.ca>
20231              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
20232              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
20233      Branch: perl
20234            ! ext/Cwd/Cwd.xs lib/Cwd.pm
20235 ____________________________________________________________________________
20236 [  9796] By: jhi                                   on 2001/04/23  21:29:24
20237         Log: Synchronize h2xs and pod2man some more on the documentation
20238              templates they propose.
20239      Branch: perl
20240            ! pod/pod2man.PL utils/h2xs.PL
20241 ____________________________________________________________________________
20242 [  9795] By: jhi                                   on 2001/04/23  17:30:40
20243         Log: Add one more naughty test for base64; make encoding logic cleaner.
20244      Branch: perl
20245            ! t/lib/mimeb64.t
20246 ____________________________________________________________________________
20247 [  9794] By: jhi                                   on 2001/04/23  13:51:32
20248         Log: Update Changes.
20249      Branch: perl
20250            ! Changes patchlevel.h
20251 ____________________________________________________________________________
20252 [  9793] By: jhi                                   on 2001/04/23  13:44:18
20253         Log: Duplicate lines.
20254      Branch: perl
20255            ! MANIFEST
20256 ____________________________________________________________________________
20257 [  9792] By: jhi                                   on 2001/04/23  13:39:13
20258         Log: Subject: Re: PATCH 5.7.1
20259              From: Mark-Jason Dominus <mjd@plover.com>
20260              Date: Mon, 23 Apr 2001 10:30:21 -0400
20261              Message-ID: <20010423143021.17335.qmail@plover.com>
20262      Branch: perl
20263            ! perl.h sv.c
20264 ____________________________________________________________________________
20265 [  9791] By: jhi                                   on 2001/04/23  13:32:40
20266         Log: Add the CPAN.pm 1.59_54 tests.
20267      Branch: perl
20268            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20269            ! MANIFEST
20270 ____________________________________________________________________________
20271 [  9790] By: jhi                                   on 2001/04/23  13:21:55
20272         Log: Subject: Deparse nit
20273              From: Robin Houston <robin@kitsite.com>
20274              Date: Mon, 23 Apr 2001 12:38:20 +0100
20275              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
20276      Branch: perl
20277            ! ext/B/B/Deparse.pm
20278 ____________________________________________________________________________
20279 [  9789] By: jhi                                   on 2001/04/23  13:19:07
20280         Log: Subject: [PATCH] bug 20010423.002
20281              From: Robin Houston <robin@kitsite.com>
20282              Date: Mon, 23 Apr 2001 13:12:30 +0100
20283              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
20284      Branch: perl
20285            ! pp.c
20286 ____________________________________________________________________________
20287 [  9788] By: jhi                                   on 2001/04/23  13:02:49
20288         Log: Subject: PATCH [5.7.1] hv.c unused #define
20289              From: Mark-Jason Dominus <mjd@plover.com>
20290              Date: Sun, 22 Apr 2001 14:17:49 -0400
20291              Message-ID: <20010422181749.26976.qmail@plover.com>
20292      Branch: perl
20293            ! hv.c
20294 ____________________________________________________________________________
20295 [  9787] By: jhi                                   on 2001/04/23  13:02:02
20296         Log: Subject: PATCH 5.7.1
20297              From: Mark-Jason Dominus <mjd@plover.com>
20298              Date: Sun, 22 Apr 2001 15:12:57 -0400
20299              Message-ID: <20010422191258.6539.qmail@plover.com>
20300              
20301              plus Sarathy's STMT_START + STMT_END suggestion.
20302      Branch: perl
20303            ! perl.h
20304 ____________________________________________________________________________
20305 [  9786] By: jhi                                   on 2001/04/23  12:53:25
20306         Log: Fix for
20307              
20308              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
20309              From: dLux <dlux@spam.sch.bme.hu>
20310              Date: Mon, 23 Apr 2001 01:25:26 +0200
20311              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
20312              
20313              (SvGROW really does return a char *.)
20314      Branch: perl
20315            ! pod/perlapi.pod sv.h
20316 ____________________________________________________________________________
20317 [  9785] By: jhi                                   on 2001/04/23  04:34:04
20318         Log: Time::Piece work continues.  $t->day removed since
20319              I think it's too confusing.  Now has normal and
20320              abbreviated length weekday names and month names,
20321              the names change with _names(), not _list().
20322              Now has strftime() in Perl, _strftime() is
20323              the libc version (to which strftime() falls back
20324              if it doesn't know the format.  To do: the reverse
20325              of strftime, strptime(), and the localisation of both.
20326      Branch: perl
20327            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
20328            ! t/lib/time-piece.t
20329 ____________________________________________________________________________
20330 [  9784] By: jhi                                   on 2001/04/23  02:41:46
20331         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
20332              From: andreas.koenig@anima.de (Andreas J. Koenig)
20333              Date: 23 Apr 2001 05:20:55 +0200
20334              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
20335      Branch: perl
20336            ! t/pragma/overload.t
20337 ____________________________________________________________________________
20338 [  9783] By: jhi                                   on 2001/04/22  23:32:42
20339         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
20340              From: Robin Houston <robin@kitsite.com>
20341              Date: Mon, 23 Apr 2001 00:38:18 +0100
20342              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
20343      Branch: perl
20344            ! ext/B/B/Deparse.pm
20345 ____________________________________________________________________________
20346 [  9782] By: jhi                                   on 2001/04/22  20:55:43
20347         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
20348              From: Simon Cozens <simon@netthink.co.uk>
20349              Date: Sun, 22 Apr 2001 18:47:25 +0100
20350              Message-ID: <20010422184725.A14411@netthink.co.uk>
20351      Branch: perl
20352            ! sv.c t/pragma/overload.t
20353 ____________________________________________________________________________
20354 [  9781] By: jhi                                   on 2001/04/22  20:52:13
20355         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
20356              From: Robin Houston <robin@kitsite.com>
20357              Date: Sun, 22 Apr 2001 22:14:50 +0100
20358              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
20359      Branch: perl
20360            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
20361 ____________________________________________________________________________
20362 [  9780] By: nick                                  on 2001/04/22  20:40:31
20363         Log: Integrate mainline.
20364      Branch: perlio
20365           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20366           +> t/lib/b-stash.t
20367           !> (integrate 38 files)
20368 ____________________________________________________________________________
20369 [  9779] By: jhi                                   on 2001/04/22  15:16:03
20370         Log: Subject: IO::Socket::INET patch
20371              From: andrew deryabin <djsf@technarchy.ru>
20372              Date: Sat, 21 Apr 2001 17:46:52 +0400
20373              Message-ID: <20010421174652.B1426@technarchy>
20374      Branch: perl
20375            ! ext/IO/lib/IO/Socket/INET.pm
20376 ____________________________________________________________________________
20377 [  9778] By: jhi                                   on 2001/04/22  15:14:33
20378         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
20379              From: Mark-Jason Dominus <mjd@plover.com>
20380              Date: Sat, 21 Apr 2001 21:27:49 -0400
20381              Message-ID: <20010422012749.27024.qmail@plover.com>
20382      Branch: perl
20383            ! regcomp.c
20384 ____________________________________________________________________________
20385 [  9777] By: jhi                                   on 2001/04/22  15:10:51
20386         Log: Subject: Re: Regex debugger patch 
20387              From: Mark-Jason Dominus <mjd@plover.com>
20388              Date: Sat, 21 Apr 2001 21:48:51 -0400
20389              Message-ID: <20010422014851.27165.qmail@plover.com>
20390      Branch: perl
20391            ! pod/perldebguts.pod
20392 ____________________________________________________________________________
20393 [  9776] By: jhi                                   on 2001/04/22  15:09:48
20394         Log: Subject: Re: Regex debugger patch
20395              From: Mark-Jason Dominus <mjd@plover.com>
20396              Date: Sat, 21 Apr 2001 14:24:39 -0400
20397              Message-ID: <20010421182439.16508.qmail@plover.com>
20398              
20399              Regex debugger backend.
20400      Branch: perl
20401            ! regcomp.c regexp.h
20402 ____________________________________________________________________________
20403 [  9775] By: jhi                                   on 2001/04/21  16:45:40
20404         Log: Subject: [PATCH] Typo in utf8.h
20405              From: Jesús Quiroga <jquiroga@pobox.com>
20406              Date: Sat, 21 Apr 2001 19:25:33 +0200
20407              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
20408      Branch: perl
20409            ! utf8.h
20410 ____________________________________________________________________________
20411 [  9774] By: jhi                                   on 2001/04/21  16:43:52
20412         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20413              From: Joe Orton <jorton@redhat.com>
20414              Date: Tue, 17 Apr 2001 15:50:43 +0100
20415              Message-Id: <20010417155043.D19132@eu.c2.net>
20416      Branch: perl
20417            ! hints/svr5.sh
20418 ____________________________________________________________________________
20419 [  9773] By: jhi                                   on 2001/04/21  15:30:15
20420         Log: Subject: Patch utils/h2xs.PL
20421              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20422              Date: Sat, 21 Apr 2001 10:32:16 -0500
20423              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
20424              
20425              Add MAILING list and LICENSE templates.
20426      Branch: perl
20427            ! utils/h2xs.PL
20428 ____________________________________________________________________________
20429 [  9772] By: jhi                                   on 2001/04/21  15:28:36
20430         Log: Subject: perlfaq2.patch for 5.7.1
20431              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20432              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
20433              Date: Fri, 20 Apr 2001 16:42:19 -0500
20434              
20435              rm an extra tab, a blurb about the xx.cpan to clarify
20436              which countries actually have that and dejanews is history
20437              as well as most of that nonsensical entry.
20438      Branch: perl
20439            ! pod/perlfaq2.pod
20440 ____________________________________________________________________________
20441 [  9771] By: jhi                                   on 2001/04/21  15:27:17
20442         Log: Subject: perlfaq1.patch for 5.7.1
20443              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20444              Date: Fri, 20 Apr 2001 16:57:36 -0500
20445              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
20446              
20447              Evil URLs must die. Especially when they are broken.
20448      Branch: perl
20449            ! pod/perlfaq1.pod
20450 ____________________________________________________________________________
20451 [  9770] By: jhi                                   on 2001/04/21  15:23:38
20452         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
20453              From: Michael G Schwern <schwern@pobox.com>
20454              Date: Sat, 21 Apr 2001 16:11:12 +0100
20455              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
20456      Branch: perl
20457            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20458            + t/lib/b-stash.t
20459            ! MANIFEST ext/B/B.pm t/lib/b.t
20460 ____________________________________________________________________________
20461 [  9769] By: jhi                                   on 2001/04/21  15:03:32
20462         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
20463              From: Michael G Schwern <schwern@pobox.com>
20464              Date: Sat, 21 Apr 2001 09:48:00 +0100
20465              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
20466      Branch: perl
20467            ! utils/h2ph.PL
20468 ____________________________________________________________________________
20469 [  9768] By: jhi                                   on 2001/04/21  14:33:49
20470         Log: PerlIO and Encode doc cleanup and tweaks.
20471      Branch: perl
20472            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
20473            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
20474 ____________________________________________________________________________
20475 [  9767] By: jhi                                   on 2001/04/21  12:40:16
20476         Log: Integrate perlio.
20477      Branch: perl
20478           !> doio.c
20479 ____________________________________________________________________________
20480 [  9766] By: nick                                  on 2001/04/20  18:28:35
20481         Log: Avoid core dump on
20482              open(STDOUT,">",\$foo);
20483      Branch: perlio
20484            ! doio.c
20485 ____________________________________________________________________________
20486 [  9765] By: jhi                                   on 2001/04/20  13:23:43
20487         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
20488              From: Robin Houston <robin@kitsite.com>
20489              Date: Fri, 20 Apr 2001 14:29:22 +0100
20490              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
20491      Branch: perl
20492            ! ext/B/B.pm ext/B/B/Deparse.pm
20493 ____________________________________________________________________________
20494 [  9764] By: jhi                                   on 2001/04/20  13:19:33
20495         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
20496              From: Peter Prymmer <pvhp@forte.com>
20497              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
20498              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
20499      Branch: perl
20500            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
20501            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20502            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20503            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20504 ____________________________________________________________________________
20505 [  9763] By: jhi                                   on 2001/04/20  12:36:39
20506         Log: Subject: Re: A new PerlIO coredump
20507              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20508              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
20509              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
20510      Branch: perl
20511            ! doio.c
20512 ____________________________________________________________________________
20513 [  9762] By: jhi                                   on 2001/04/19  23:02:30
20514         Log: Update Changes.
20515      Branch: perl
20516            ! Changes patchlevel.h
20517 ____________________________________________________________________________
20518 [  9761] By: jhi                                   on 2001/04/19  22:59:19
20519         Log: More cleanup cleanup.
20520      Branch: perl
20521            ! Makefile.SH win32/Makefile win32/makefile.mk
20522 ____________________________________________________________________________
20523 [  9760] By: jhi                                   on 2001/04/19  22:50:31
20524         Log: lib/Time is non-empty, let's not rmdir it.
20525      Branch: perl
20526            ! Makefile.SH
20527 ____________________________________________________________________________
20528 [  9759] By: jhi                                   on 2001/04/19  22:36:51
20529         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
20530              From: Robin Houston <robin@kitsite.com>
20531              Date: Fri, 20 Apr 2001 00:18:53 +0100
20532              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
20533      Branch: perl
20534            ! ext/B/B/Deparse.pm
20535 ____________________________________________________________________________
20536 [  9758] By: jhi                                   on 2001/04/19  22:36:00
20537         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
20538              From: Peter Prymmer <pvhp@forte.com>
20539              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
20540              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
20541      Branch: perl
20542            ! ext/Cwd/Cwd.xs
20543 ____________________________________________________________________________
20544 [  9757] By: nick                                  on 2001/04/19  18:53:54
20545         Log: Blind (untested) integrate of mainline.
20546      Branch: perlio
20547           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20548           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
20549           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
20550           !> (integrate 53 files)
20551 ____________________________________________________________________________
20552 [  9756] By: jhi                                   on 2001/04/19  16:59:23
20553         Log: Document and test Time::Piece.
20554      Branch: perl
20555            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
20556            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
20557 ____________________________________________________________________________
20558 [  9755] By: jhi                                   on 2001/04/19  12:13:29
20559         Log: A better fix for the \x{12345678} trouble from NI-S.
20560      Branch: perl
20561            ! utf8.c
20562 ____________________________________________________________________________
20563 [  9754] By: jhi                                   on 2001/04/19  11:56:07
20564         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
20565              From: Robin Houston <robin@kitsite.com>
20566              Date: Wed, 18 Apr 2001 17:58:33 +0100
20567              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
20568      Branch: perl
20569            ! ext/B/B/Deparse.pm op.c
20570 ____________________________________________________________________________
20571 [  9753] By: jhi                                   on 2001/04/19  04:21:52
20572         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
20573              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
20574              Date: Thu, 19 Apr 2001 01:11:41 -0400
20575              Message-ID: <20010419011141.A5798@cpan.org>
20576      Branch: perl
20577            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
20578 ____________________________________________________________________________
20579 [  9752] By: jhi                                   on 2001/04/19  02:41:10
20580         Log: The new time utils need to be thread-aware, too.
20581      Branch: perl
20582            ! util.c
20583 ____________________________________________________________________________
20584 [  9751] By: jhi                                   on 2001/04/19  02:26:47
20585         Log: Compilation nit noticed by AIX compiler.
20586      Branch: perl
20587            ! perlio.c
20588 ____________________________________________________________________________
20589 [  9750] By: jhi                                   on 2001/04/19  02:20:06
20590         Log: The new time utils need to be public.
20591      Branch: perl
20592            ! embed.pl
20593 ____________________________________________________________________________
20594 [  9749] By: jhi                                   on 2001/04/19  01:42:39
20595         Log: Regen toc.
20596      Branch: perl
20597            ! pod/perltoc.pod
20598 ____________________________________________________________________________
20599 [  9748] By: jhi                                   on 2001/04/19  01:41:10
20600         Log: Add Time::Piece, a slight rewrite of Time::Object,
20601              from Matt Sergeant.
20602      Branch: perl
20603            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20604            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
20605            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
20606            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
20607            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
20608            ! win32/makefile.mk
20609 ____________________________________________________________________________
20610 [  9747] By: jhi                                   on 2001/04/19  00:55:35
20611         Log: The new metaconfig unit from strftime.
20612      Branch: metaconfig/U/perl
20613            + d_strftime.U
20614 ____________________________________________________________________________
20615 [  9746] By: jhi                                   on 2001/04/19  00:54:54
20616         Log: Move the strftime() wrapper from POSIX.xs to util.c
20617              as my_strftime(), requires HAS_STRFTIME.
20618      Branch: perl
20619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20620            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
20621            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
20622            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20623            ! vos/config.ga.h win32/config.bc win32/config.gc
20624            ! win32/config.vc
20625 ____________________________________________________________________________
20626 [  9745] By: jhi                                   on 2001/04/18  23:11:03
20627         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
20628              in preparation of Time::Piece.
20629      Branch: perl
20630            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
20631 ____________________________________________________________________________
20632 [  9744] By: jhi                                   on 2001/04/18  22:33:12
20633         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
20634              From: Peter Prymmer <pvhp@forte.com>
20635              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
20636              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
20637      Branch: perl
20638            ! t/lib/exporter.t
20639 ____________________________________________________________________________
20640 [  9743] By: jhi                                   on 2001/04/18  22:32:23
20641         Log: Subject: Fwd: pod2html leaves cache files lying around?
20642              From: Rajesh Vaidheeswarran <rv@gnu.org>
20643              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
20644              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
20645      Branch: perl
20646            ! lib/Pod/Html.pm
20647 ____________________________________________________________________________
20648 [  9742] By: jhi                                   on 2001/04/18  20:31:49
20649         Log: Update Changes.
20650      Branch: perl
20651            ! Changes patchlevel.h
20652 ____________________________________________________________________________
20653 [  9741] By: jhi                                   on 2001/04/18  20:23:02
20654         Log: Declare hints only if needed.
20655      Branch: perl
20656            ! ext/B/B/Deparse.pm
20657 ____________________________________________________________________________
20658 [  9740] By: jhi                                   on 2001/04/18  19:06:05
20659         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
20660              bug noticed by Robin Houston; basically the code of detecting
20661              value wraparound was acting differently under different compilers
20662              and platforms.  The workaround is to remove the overflow check
20663              for now, a real fix would be to do the overflow (portably) right.
20664      Branch: perl
20665            ! t/op/pat.t utf8.c
20666 ____________________________________________________________________________
20667 [  9739] By: jhi                                   on 2001/04/18  19:01:23
20668         Log: Subject: [PATCH B::Deparse] some pragma support
20669              From: Robin Houston <robin@kitsite.com>
20670              Date: Wed, 18 Apr 2001 19:32:12 +0100
20671              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
20672      Branch: perl
20673            ! ext/B/B/Deparse.pm
20674 ____________________________________________________________________________
20675 [  9738] By: jhi                                   on 2001/04/18  15:16:37
20676         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
20677              From: Benjamin Sugars <bsugars@canoe.ca>
20678              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
20679              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
20680      Branch: perl
20681            ! t/op/glob.t
20682 ____________________________________________________________________________
20683 [  9737] By: jhi                                   on 2001/04/18  13:24:50
20684         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
20685              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20686              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
20687              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
20688      Branch: perl
20689            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20690            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
20691 ____________________________________________________________________________
20692 [  9736] By: jhi                                   on 2001/04/18  04:15:14
20693         Log: The #9735 also changes the subtest 12.
20694      Branch: perl
20695            ! t/lib/b.t
20696 ____________________________________________________________________________
20697 [  9735] By: jhi                                   on 2001/04/18  03:55:17
20698         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
20699              From: David Dyck <dcd@tc.fluke.com>
20700              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
20701              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
20702      Branch: perl
20703            ! ext/B/B/Deparse.pm
20704 ____________________________________________________________________________
20705 [  9734] By: jhi                                   on 2001/04/18  03:54:11
20706         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
20707              From: Gisle Aas <gisle@ActiveState.com>
20708              Date: 17 Apr 2001 19:06:45 -0700
20709              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
20710      Branch: perl
20711            ! pp_hot.c t/op/misc.t
20712 ____________________________________________________________________________
20713 [  9733] By: jhi                                   on 2001/04/17  22:25:22
20714         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
20715              From: "Abigail" <abigail@foad.org>
20716              Date: Wed, 18 Apr 2001 01:17:46 +0200
20717              Message-ID: <20010417231746.21657.qmail@foad.org>
20718      Branch: perl
20719            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
20720 ____________________________________________________________________________
20721 [  9732] By: jhi                                   on 2001/04/17  20:47:56
20722         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
20723              From: Robin Houston <robin@kitsite.com>
20724              Date: Tue, 17 Apr 2001 22:37:42 +0100
20725              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
20726      Branch: perl
20727            ! ext/B/B/Deparse.pm
20728 ____________________________________________________________________________
20729 [  9731] By: nick                                  on 2001/04/17  20:46:35
20730         Log: Re-sync for t/lib/b.t fix
20731      Branch: perlio
20732           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
20733 ____________________________________________________________________________
20734 [  9730] By: jhi                                   on 2001/04/17  20:45:29
20735         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
20736              From: Robin Houston <robin@kitsite.com>
20737              Date: Tue, 17 Apr 2001 22:29:36 +0100
20738              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
20739      Branch: perl
20740            ! ext/B/B.xs ext/B/B/Deparse.pm
20741 ____________________________________________________________________________
20742 [  9729] By: jhi                                   on 2001/04/17  20:43:11
20743         Log: Subject: Deparse - parenthesise args to undeclared subs
20744              From: Robin Houston <robin@kitsite.com>
20745              Date: Tue, 17 Apr 2001 21:31:05 +0100
20746              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
20747      Branch: perl
20748            ! ext/B/B/Deparse.pm
20749 ____________________________________________________________________________
20750 [  9728] By: jhi                                   on 2001/04/17  18:57:30
20751         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
20752              From: Benjamin Sugars <ben.sugars@home.com>
20753              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
20754              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
20755      Branch: perl
20756            ! t/lib/cwd.t
20757 ____________________________________________________________________________
20758 [  9727] By: jhi                                   on 2001/04/17  18:20:20
20759         Log: Subject: [PATCH B::Deparse] ambient pragmas
20760              From: Robin Houston <robin@kitsite.com>
20761              Date: Tue, 17 Apr 2001 20:01:59 +0100
20762              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
20763      Branch: perl
20764            ! ext/B/B/Deparse.pm t/lib/b.t
20765 ____________________________________________________________________________
20766 [  9726] By: nick                                  on 2001/04/17  16:33:51
20767         Log: Integrate mainline (t/lib/b.t fails test 2...)
20768      Branch: perlio
20769           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
20770           +> ext/List/Util/README ext/List/Util/Util.xs
20771           +> ext/List/Util/lib/List/Util.pm
20772           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
20773           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
20774           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20775           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20776           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20777           !> (integrate 31 files)
20778 ____________________________________________________________________________
20779 [  9725] By: jhi                                   on 2001/04/17  12:14:24
20780         Log: Subject: multiple B::* changes
20781              From: Robin Houston <robin@kitsite.com>
20782              Date: Thu, 12 Apr 2001 20:12:27 +0100
20783              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
20784      Branch: perl
20785            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
20786 ____________________________________________________________________________
20787 [  9724] By: jhi                                   on 2001/04/17  11:59:05
20788         Log: Thread-awareness from Doug MacEachern.
20789      Branch: perl
20790            ! ext/List/Util/Util.xs
20791 ____________________________________________________________________________
20792 [  9723] By: jhi                                   on 2001/04/17  11:57:41
20793         Log: Make the test more portable.
20794      Branch: perl
20795            ! t/lib/cwd.t
20796 ____________________________________________________________________________
20797 [  9722] By: jhi                                   on 2001/04/17  11:53:50
20798         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
20799              From: Benjamin Sugars <ben.sugars@home.com>
20800              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
20801              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
20802      Branch: perl
20803            ! t/lib/cwd.t
20804 ____________________________________________________________________________
20805 [  9721] By: jhi                                   on 2001/04/17  11:52:17
20806         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
20807              From: Benjamin Sugars <bsugars@canoe.ca>
20808              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
20809              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
20810      Branch: perl
20811            ! op.c
20812 ____________________________________________________________________________
20813 [  9720] By: jhi                                   on 2001/04/17  11:35:42
20814         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
20815              From: Chris Nandor <pudge@pobox.com>
20816              Date: Tue, 17 Apr 2001 00:30:49 -0400
20817              Message-Id: <p05100207b701768712de@[10.0.1.177]>
20818      Branch: perl
20819            ! ext/File/Glob/bsd_glob.c gv.c
20820 ____________________________________________________________________________
20821 [  9719] By: jhi                                   on 2001/04/17  11:32:13
20822         Log: Subject: [PATCH] Tweten->West
20823              From: Casey West <casey@geeknest.com>
20824              Date: Mon, 16 Apr 2001 12:11:22 -0400
20825              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
20826      Branch: perl
20827            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
20828            ! pod/perltie.pod
20829 ____________________________________________________________________________
20830 [  9718] By: jhi                                   on 2001/04/16  03:22:52
20831         Log: Update Changes.
20832      Branch: perl
20833            ! Changes patchlevel.h
20834 ____________________________________________________________________________
20835 [  9717] By: jhi                                   on 2001/04/16  03:06:28
20836         Log: Regen toc.
20837      Branch: perl
20838            ! pod/perltoc.pod
20839 ____________________________________________________________________________
20840 [  9716] By: jhi                                   on 2001/04/16  02:58:42
20841         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
20842              From: Prymmer/Kahn <pvhp@best.com>
20843              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
20844              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
20845      Branch: perl
20846            ! utf8.c
20847 ____________________________________________________________________________
20848 [  9715] By: jhi                                   on 2001/04/15  23:40:35
20849         Log: Subject: Re: Net::Ping patch, adds stream protocol
20850              From: bronson@rinspin.com (Scott Bronson)
20851              Date: Tue, 10 Apr 2001 23:58:33 -0700
20852              Message-ID: <20010410235833.N29719@rinspin.com>
20853      Branch: perl
20854            ! lib/Net/Ping.pm
20855 ____________________________________________________________________________
20856 [  9714] By: jhi                                   on 2001/04/15  23:31:46
20857         Log: Printing out the ok messages helps successful testing.
20858      Branch: perl
20859            ! t/lib/time-hires.t
20860 ____________________________________________________________________________
20861 [  9713] By: jhi                                   on 2001/04/15  21:43:24
20862         Log: Update Douglas Wegscheid's email.
20863      Branch: perl
20864            ! AUTHORS
20865 ____________________________________________________________________________
20866 [  9712] By: jhi                                   on 2001/04/15  21:40:41
20867         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
20868              From: Michael G Schwern <schwern@pobox.com>
20869              Date: Sat, 14 Apr 2001 22:40:50 +0100
20870              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
20871      Branch: perl
20872            + t/lib/exporter.t
20873            ! MANIFEST lib/Exporter/Heavy.pm
20874 ____________________________________________________________________________
20875 [  9711] By: jhi                                   on 2001/04/15  21:39:21
20876         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
20877              From: Michael G Schwern <schwern@pobox.com>
20878              Date: Sat, 14 Apr 2001 22:13:59 +0100
20879              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
20880      Branch: perl
20881            ! t/op/loopctl.t
20882 ____________________________________________________________________________
20883 [  9710] By: jhi                                   on 2001/04/15  21:30:19
20884         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
20885              From: Michael G Schwern <schwern@pobox.com>
20886              Date: Sat, 14 Apr 2001 22:05:32 +0100
20887              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
20888      Branch: perl
20889            ! t/pragma/warnings.t
20890 ____________________________________________________________________________
20891 [  9709] By: jhi                                   on 2001/04/15  19:34:09
20892         Log: Integrate changes #9706,9707 from maintperl into mainline.
20893              
20894              change#7210 broke .packlist generation
20895              
20896              ExtUtils::Installed doesn't quote regex metacharacters in paths
20897              before using them in match; also make it work for dosish platforms
20898      Branch: perl
20899           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20900 ____________________________________________________________________________
20901 [  9708] By: jhi                                   on 2001/04/15  19:31:01
20902         Log: Test also the scalar aspect of getitimer().
20903      Branch: perl
20904            ! t/lib/time-hires.t
20905 ____________________________________________________________________________
20906 [  9707] By: gsar                                  on 2001/04/15  17:24:20
20907         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
20908              before using them in match; also make it work for dosish platforms
20909      Branch: maint-5.6/perl
20910            ! lib/ExtUtils/Installed.pm
20911 ____________________________________________________________________________
20912 [  9706] By: gsar                                  on 2001/04/15  17:21:59
20913         Log: change#7210 broke .packlist generation (listed only filename
20914              rather than fully qualified path name)
20915      Branch: maint-5.6/perl
20916            ! lib/ExtUtils/Install.pm
20917 ____________________________________________________________________________
20918 [  9705] By: jhi                                   on 2001/04/15  12:36:33
20919         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
20920      Branch: perl
20921            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
20922            ! t/lib/time-hires.t
20923 ____________________________________________________________________________
20924 [  9704] By: jhi                                   on 2001/04/15  10:49:08
20925         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
20926              From: Prymmer/Kahn <pvhp@best.com>
20927              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
20928              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
20929      Branch: perl
20930            ! lib/utf8.pm pod/perlebcdic.pod
20931 ____________________________________________________________________________
20932 [  9703] By: jhi                                   on 2001/04/15  02:26:26
20933         Log: I keep forgetting to sort MANIFEST.
20934      Branch: perl
20935            ! MANIFEST
20936 ____________________________________________________________________________
20937 [  9702] By: jhi                                   on 2001/04/15  02:07:47
20938         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
20939              Now we have blessed, reftype, tainted, first, reduce, ...
20940      Branch: perl
20941            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
20942            + ext/List/Util/README ext/List/Util/Util.xs
20943            + ext/List/Util/lib/List/Util.pm
20944            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
20945            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
20946            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20947            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20948            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20949            ! MANIFEST
20950 ____________________________________________________________________________
20951 [  9701] By: jhi                                   on 2001/04/14  15:05:25
20952         Log: Subject: RE: dprofpp.pl updates 
20953              From: Carl Eklof <CEklof@endeca.com>
20954              Date: Thu, 12 Apr 2001 18:45:46 -0400
20955              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
20956      Branch: perl
20957            ! utils/dprofpp.PL
20958 ____________________________________________________________________________
20959 [  9700] By: jhi                                   on 2001/04/14  14:44:55
20960         Log: Do not just blindly add CR.
20961      Branch: perl
20962            ! Porting/makerel
20963 ____________________________________________________________________________
20964 [  9699] By: jhi                                   on 2001/04/13  13:17:01
20965         Log: Update Changes.
20966      Branch: perl
20967            ! Changes patchlevel.h
20968 ____________________________________________________________________________
20969 [  9698] By: jhi                                   on 2001/04/13  12:44:48
20970         Log: Integrate perlio.
20971      Branch: perl
20972           !> ext/PerlIO/Scalar/Scalar.xs
20973 ____________________________________________________________________________
20974 [  9697] By: jhi                                   on 2001/04/13  12:29:15
20975         Log: Add more debug output to the test.
20976      Branch: perl
20977            ! t/lib/cwd.t
20978 ____________________________________________________________________________
20979 [  9696] By: nick                                  on 2001/04/13  10:14:29
20980         Log: Fix core dump on binmode($fh,'Scalar')
20981      Branch: perlio
20982            ! ext/PerlIO/Scalar/Scalar.xs
20983 ____________________________________________________________________________
20984 [  9695] By: nick                                  on 2001/04/13  09:05:42
20985         Log: Integrate mainline
20986      Branch: perlio
20987           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20988           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20989           +> t/lib/time-hires.t
20990           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
20991           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
20992           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20993           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
20994           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
20995           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
20996           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
20997 ____________________________________________________________________________
20998 [  9694] By: jhi                                   on 2001/04/12  22:23:35
20999         Log: Integrate change #9693 from maintperl into mainline.
21000              
21001              $VERSION and Version() on the same line provokes a warning from
21002              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21003      Branch: perl
21004           !> lib/Devel/SelfStubber.pm
21005 ____________________________________________________________________________
21006 [  9693] By: gsar                                  on 2001/04/12  21:55:56
21007         Log: $VERSION and Version() on the same line provokes a warning from
21008              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21009      Branch: maint-5.6/perl
21010            ! lib/Devel/SelfStubber.pm
21011 ____________________________________________________________________________
21012 [  9692] By: jhi                                   on 2001/04/12  13:54:00
21013         Log: This is at least 5.005.
21014      Branch: perl
21015            ! ext/Time/HiRes/HiRes.xs
21016 ____________________________________________________________________________
21017 [  9691] By: jhi                                   on 2001/04/12  13:37:20
21018         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
21019      Branch: perl
21020            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
21021            ! win32/Makefile win32/makefile.mk
21022 ____________________________________________________________________________
21023 [  9690] By: jhi                                   on 2001/04/12  01:34:46
21024         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
21025      Branch: perl
21026            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21027            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21028            + t/lib/time-hires.t
21029            ! MANIFEST
21030 ____________________________________________________________________________
21031 [  9689] By: jhi                                   on 2001/04/12  00:28:39
21032         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
21033              From: Gisle Aas <gisle@ActiveState.com>
21034              Date: 11 Apr 2001 16:36:11 -0700
21035              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
21036      Branch: perl
21037            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
21038 ____________________________________________________________________________
21039 [  9688] By: jhi                                   on 2001/04/12  00:27:39
21040         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21041              From: Gisle Aas <gisle@ActiveState.com>
21042              Date: 11 Apr 2001 11:13:24 -0700
21043              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
21044      Branch: perl
21045            ! ext/MIME/Base64/Base64.xs
21046 ____________________________________________________________________________
21047 [  9687] By: jhi                                   on 2001/04/11  19:51:47
21048         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
21049      Branch: perl
21050            ! Todo-5.6
21051 ____________________________________________________________________________
21052 [  9686] By: jhi                                   on 2001/04/11  16:54:25
21053         Log: Subject: [PATCH opcode.pl] Documentation of table format
21054              From: Simon Cozens <simon@netthink.co.uk>
21055              Date: Wed, 11 Apr 2001 12:59:31 +0100
21056              Message-ID: <20010411125931.A25681@netthink.co.uk>
21057      Branch: perl
21058            ! opcode.pl
21059 ____________________________________________________________________________
21060 [  9685] By: jhi                                   on 2001/04/11  16:53:15
21061         Log: Subject: [PATCH] prototype("CORE::recv")
21062              From: Simon Cozens <simon@netthink.co.uk>
21063              Date: Wed, 11 Apr 2001 13:24:35 +0100
21064              Message-ID: <20010411132435.A26169@netthink.co.uk>
21065      Branch: perl
21066            ! pp.c t/comp/proto.t
21067 ____________________________________________________________________________
21068 [  9684] By: jhi                                   on 2001/04/11  16:47:13
21069         Log: FAQ (and AUTHORS) update from Dan Carson: the information
21070              was several years obsolete, Term::Readkey has been updated
21071              to have the functionality.
21072      Branch: perl
21073            ! AUTHORS pod/perlfaq5.pod
21074 ____________________________________________________________________________
21075 [  9683] By: jhi                                   on 2001/04/11  12:15:46
21076         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21077              From: Calle Dybedahl <calle@lysator.liu.se>
21078              Date: 10 Apr 2001 16:44:16 +0200
21079              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
21080      Branch: perl
21081            ! ext/MIME/Base64/Base64.xs
21082 ____________________________________________________________________________
21083 [  9682] By: jhi                                   on 2001/04/11  12:12:26
21084         Log: A more minimal fix for 20010410.006 from Hugo.
21085      Branch: perl
21086            ! regexec.c
21087 ____________________________________________________________________________
21088 [  9681] By: jhi                                   on 2001/04/11  11:34:23
21089         Log: Integrate changes #9678,9679 from maintline into mainperl.
21090              
21091              addendum to change#9676
21092              
21093              up $File::Glob::VERSION; add a note pointing out the version of
21094              the OpenBSD glob bsd_glob.c resembles
21095      Branch: perl
21096           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21097           !> ext/File/Glob/bsd_glob.h
21098 ____________________________________________________________________________
21099 [  9680] By: jhi                                   on 2001/04/11  11:30:38
21100         Log: Bad test numbering in integrate in #9677.
21101              Fixes ID 20010411.001.
21102      Branch: perl
21103            ! t/op/pat.t
21104 ____________________________________________________________________________
21105 [  9679] By: gsar                                  on 2001/04/11  03:38:40
21106         Log: up $File::Glob::VERSION; add a note pointing out the version of
21107              the OpenBSD glob bsd_glob.c resembles
21108      Branch: maint-5.6/perl
21109            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21110            ! ext/File/Glob/bsd_glob.h
21111 ____________________________________________________________________________
21112 [  9678] By: gsar                                  on 2001/04/11  03:09:48
21113         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
21114              revision 1.8.10.1 found here:
21115              
21116              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
21117      Branch: maint-5.6/perl
21118            ! ext/File/Glob/bsd_glob.c
21119 ____________________________________________________________________________
21120 [  9677] By: jhi                                   on 2001/04/11  02:54:39
21121         Log: Integrate changes #9675,9676 from maintperl into mainline.
21122              
21123              fix for bug 20010410.006, undo change#7115
21124              
21125              port the OpenBSD glob() security patch
21126      Branch: perl
21127           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21128           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
21129           !> t/op/pat.t
21130 ____________________________________________________________________________
21131 [  9676] By: gsar                                  on 2001/04/11  02:19:02
21132         Log: port the glob() security patch found at:
21133              
21134              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
21135              
21136              CERT advisory for the issue is here:
21137              
21138              http://www.cert.org/advisories/CA-2001-07.html
21139              
21140              Note that the security scare is only relevant for those who are
21141              foolish enough to build suidperl (which is now officially discouraged)
21142      Branch: maint-5.6/perl
21143            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21144            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
21145 ____________________________________________________________________________
21146 [  9675] By: gsar                                  on 2001/04/10  23:52:11
21147         Log: fix for bug 20010410.006
21148              
21149              undo change#7115 (came into maint-5.6 as change#8156)
21150              
21151              add tests to keep it from coming back
21152      Branch: maint-5.6/perl
21153            ! regexec.c t/op/pat.t
21154 ____________________________________________________________________________
21155 [  9674] By: nick                                  on 2001/04/10  20:39:31
21156         Log: Integrate mainline
21157      Branch: perlio
21158           +> Porting/testall.atom
21159           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
21160           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
21161           !> t/lib/lc-uk.t t/pod/find.t
21162 ____________________________________________________________________________
21163 [  9673] By: nick                                  on 2001/04/10  18:46:14
21164         Log: Integrate against change 9670 aka perl-5.7.1
21165      Branch: perlio
21166           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21167           !> (integrate 53 files)
21168 ____________________________________________________________________________
21169 [  9672] By: jhi                                   on 2001/04/10  13:45:01
21170         Log: Add a script for doing cumulative profile of the test suite.
21171              (Requires ATOM, that is, Tru64.)
21172      Branch: perl
21173            + Porting/testall.atom
21174            ! MANIFEST
21175 ____________________________________________________________________________
21176 [  9671] By: jhi                                   on 2001/04/10  12:38:53
21177         Log: Missing std block.
21178      Branch: perl
21179            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
21180            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
21181            ! t/pod/find.t
21182 ____________________________________________________________________________
21183 [  9670] By: jhi                                   on 2001/04/10  01:25:58
21184         Log: This is 5.7.1.
21185      Branch: perl
21186            ! patchlevel.h
21187 ____________________________________________________________________________
21188 [  9669] By: jhi                                   on 2001/04/10  01:09:14
21189         Log: Update Changes.
21190      Branch: perl
21191            ! Changes patchlevel.h
21192 ____________________________________________________________________________
21193 [  9668] By: jhi                                   on 2001/04/10  01:00:38
21194         Log: Regen toc.
21195      Branch: perl
21196            ! pod/perltoc.pod
21197 ____________________________________________________________________________
21198 [  9667] By: jhi                                   on 2001/04/10  00:52:16
21199         Log: Update perlhist.
21200      Branch: perl
21201            ! pod/perlhist.pod
21202 ____________________________________________________________________________
21203 [  9666] By: jhi                                   on 2001/04/09  23:38:59
21204         Log: Slight wording tweaks from Damian to #9658.
21205      Branch: perl
21206            ! pod/perlobj.pod
21207 ____________________________________________________________________________
21208 [  9665] By: jhi                                   on 2001/04/09  19:56:06
21209         Log: Subject: [PATCH perlutil.pod] Nit
21210              From: Simon Cozens <simon@netthink.co.uk>
21211              Date: Mon, 9 Apr 2001 20:29:44 +0100
21212              Message-ID: <20010409202944.A14796@the.earth.li>
21213      Branch: perl
21214            ! pod/perlutil.pod
21215 ____________________________________________________________________________
21216 [  9664] By: jhi                                   on 2001/04/09  19:54:42
21217         Log: Subject: Re: perl571delta.pod@9631
21218              From: Mike Guy <mjtg@cam.ac.uk>
21219              Date: Mon, 09 Apr 2001 18:09:14 +0100
21220              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
21221      Branch: perl
21222            ! pod/perl571delta.pod
21223 ____________________________________________________________________________
21224 [  9663] By: jhi                                   on 2001/04/09  13:43:35
21225         Log: Update Changes.
21226      Branch: perl
21227            ! Changes patchlevel.h
21228 ____________________________________________________________________________
21229 [  9662] By: jhi                                   on 2001/04/09  13:24:46
21230         Log: tweak tweak.
21231      Branch: perl
21232            ! AUTHORS pod/perl571delta.pod
21233 ____________________________________________________________________________
21234 [  9661] By: jhi                                   on 2001/04/09  13:15:13
21235         Log: Thinko in manual patch applying.
21236      Branch: perl
21237            ! sv.c
21238 ____________________________________________________________________________
21239 [  9660] By: jhi                                   on 2001/04/09  13:07:53
21240         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
21241              From: Robin Barker <rmb1@cise.npl.co.uk> 
21242              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
21243              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
21244              
21245              (This corrects the case where the "isn't numeric" string contains \0s
21246              and is longer than the temporary buffer, and contains \0 at the point
21247              the string would be truncated by "...".) 
21248      Branch: perl
21249            ! sv.c
21250 ____________________________________________________________________________
21251 [  9659] By: jhi                                   on 2001/04/09  12:57:41
21252         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
21253      Branch: perl
21254            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
21255            ! t/lib/cgi-function.t t/lib/cgi-html.t
21256 ____________________________________________________________________________
21257 [  9658] By: jhi                                   on 2001/04/09  12:48:47
21258         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
21259              From: Ilmari Karonen <iltzu@sci.fi>
21260              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
21261              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
21262              
21263              Rearrange and rewrite the Method Invocation section
21264              to explain the concepts in nicer order.
21265      Branch: perl
21266            ! pod/perlobj.pod
21267 ____________________________________________________________________________
21268 [  9657] By: jhi                                   on 2001/04/09  12:35:58
21269         Log: Upgrade to podlators 1.09, from Russ Allbery.
21270      Branch: perl
21271            ! lib/Pod/Man.pm lib/Pod/Text.pm
21272 ____________________________________________________________________________
21273 [  9656] By: jhi                                   on 2001/04/09  12:31:53
21274         Log: perl571delta.
21275      Branch: perl
21276            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
21277 ____________________________________________________________________________
21278 [  9655] By: jhi                                   on 2001/04/09  12:20:09
21279         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
21280              From: Prymmer/Kahn <pvhp@best.com>
21281              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
21282              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
21283      Branch: perl
21284            ! lib/utf8.pm pod/perlunicode.pod
21285 ____________________________________________________________________________
21286 [  9654] By: gsar                                  on 2001/04/09  03:38:33
21287         Log: here lies 5.6.1
21288      Branch: maint-5.6/perl
21289            ! Changes
21290 ____________________________________________________________________________
21291 [  9653] By: jhi                                   on 2001/04/09  03:25:24
21292         Log: Update perlhist.
21293      Branch: perl
21294            ! pod/perlhist.pod
21295 ____________________________________________________________________________
21296 [  9652] By: jhi                                   on 2001/04/09  03:18:49
21297         Log: perl571delta tweaking continues.
21298      Branch: perl
21299            ! pod/perl571delta.pod
21300 ____________________________________________________________________________
21301 [  9651] By: gsar                                  on 2001/04/09  03:11:19
21302         Log: update Changes, patchlevel.h &c.
21303      Branch: maint-5.6/perl
21304            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
21305            ! pod/perltoc.pod
21306 ____________________________________________________________________________
21307 [  9650] By: jhi                                   on 2001/04/09  02:40:24
21308         Log: Integrate the perlfork half of #9513 from maintperl into mainline
21309              (the perlunicode half is obsolete)
21310      Branch: perl
21311            ! pod/perlfork.pod
21312 ____________________________________________________________________________
21313 [  9649] By: gsar                                  on 2001/04/09  02:35:43
21314         Log: tweak perldelta as suggested by Jarkko
21315      Branch: maint-5.6/perl
21316            ! pod/perldelta.pod
21317 ____________________________________________________________________________
21318 [  9648] By: jhi                                   on 2001/04/09  02:13:04
21319         Log: Integrate change #9646 from maintperl into mainline.
21320              
21321              add note about ithreads and Thread.pm
21322      Branch: perl
21323           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
21324 ____________________________________________________________________________
21325 [  9647] By: jhi                                   on 2001/04/09  02:10:18
21326         Log: Bad assumption that shortsize == 2.
21327      Branch: perl
21328            ! t/lib/xs-typemap.t
21329 ____________________________________________________________________________
21330 [  9646] By: gsar                                  on 2001/04/09  00:48:04
21331         Log: add note about ithreads and Thread.pm (too many people are
21332              confused by the fact that Thread.pm is built and installed
21333              under non-5005threads but doesn't work)
21334      Branch: maint-5.6/perl
21335            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
21336 ____________________________________________________________________________
21337 [  9645] By: gsar                                  on 2001/04/09  00:19:03
21338         Log: update perldelta.pod for changes in 5.6.1
21339      Branch: maint-5.6/perl
21340            ! Changes pod/perldelta.pod
21341 ____________________________________________________________________________
21342 [  9644] By: jhi                                   on 2001/04/08  20:37:00
21343         Log: Integrate change #9639 from maintperl into mainline:
21344              on windows, many of the README.* pods were being copied to
21345              the wrong location
21346      Branch: perl
21347           !> win32/Makefile win32/makefile.mk
21348 ____________________________________________________________________________
21349 [  9643] By: jhi                                   on 2001/04/08  20:07:11
21350         Log: Integrate change #9624 from maintperl into mainline:
21351              the pod tests were not okay.  (t/pod/find.t changes ignored)
21352      Branch: perl
21353           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21354           !> t/pod/include.t t/pod/included.t t/pod/lref.t
21355           !> t/pod/multiline_items.t t/pod/nested_items.t
21356           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21357           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21358 ____________________________________________________________________________
21359 [  9642] By: jhi                                   on 2001/04/08  19:57:17
21360         Log: Integrate change #9638 from maintperl into mainline:
21361              update to latest JPL from the anoncvs repository
21362      Branch: perl
21363           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21364           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21365           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21366 ____________________________________________________________________________
21367 [  9641] By: jhi                                   on 2001/04/08  19:53:30
21368         Log: perl571delta updates.
21369      Branch: perl
21370            ! lib/Filter/Simple.pm pod/perl571delta.pod
21371 ____________________________________________________________________________
21372 [  9640] By: gsar                                  on 2001/04/08  19:20:46
21373         Log: integrate change#9634 from mainline
21374              
21375              Fix the perlmodlib generation (didn't understand separate .pod
21376              files; didn't understand -- as the name-thing separator).
21377              Update the CPAN mirrors list.
21378      Branch: maint-5.6/perl
21379            ! pod/perlmodlib.pod
21380           !> pod/perlmodlib.PL
21381 ____________________________________________________________________________
21382 [  9639] By: gsar                                  on 2001/04/08  18:57:31
21383         Log: on windows, many of the README.* pods were being copied to the wrong
21384              location
21385      Branch: maint-5.6/perl
21386            ! win32/Makefile win32/makefile.mk
21387 ____________________________________________________________________________
21388 [  9638] By: gsar                                  on 2001/04/08  18:38:25
21389         Log: update to latest JPL from the anoncvs repository
21390      Branch: maint-5.6/perl
21391            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21392            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21393            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21394 ____________________________________________________________________________
21395 [  9637] By: jhi                                   on 2001/04/08  17:53:53
21396         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
21397      Branch: perl
21398            ! pod/perl571delta.pod
21399 ____________________________________________________________________________
21400 [  9636] By: jhi                                   on 2001/04/08  17:18:32
21401         Log: Regen toc.
21402      Branch: perl
21403            ! pod/perltoc.pod
21404 ____________________________________________________________________________
21405 [  9635] By: jhi                                   on 2001/04/08  17:16:33
21406         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
21407              From: "Craig A. Berry" <craigberry@mac.com>
21408              Date: Sun, 08 Apr 2001 12:30:16 -0500
21409              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
21410      Branch: perl
21411            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
21412 ____________________________________________________________________________
21413 [  9634] By: jhi                                   on 2001/04/08  17:09:19
21414         Log: Fix the perlmodlib generation (didn't understand separate .pod
21415              files; didn't understand -- as the name-thing separator).
21416              
21417              Update the CPAN mirrors list.
21418      Branch: perl
21419            ! pod/perlmodlib.PL pod/perlmodlib.pod
21420 ____________________________________________________________________________
21421 [  9633] By: jhi                                   on 2001/04/08  16:49:17
21422         Log: Sort MANIFEST.
21423      Branch: perl
21424            ! MANIFEST
21425 ____________________________________________________________________________
21426 [  9632] By: gsar                                  on 2001/04/08  16:36:06
21427         Log: add $Tie::RefHash::VERSION
21428      Branch: maint-5.6/perl
21429            ! lib/Tie/RefHash.pm
21430 ____________________________________________________________________________
21431 [  9631] By: jhi                                   on 2001/04/08  16:10:15
21432         Log: perl571delta updates based on p5p feedback; still needs
21433              lots of examples.
21434      Branch: perl
21435            ! pod/perl571delta.pod
21436 ____________________________________________________________________________
21437 [  9630] By: jhi                                   on 2001/04/08  15:59:13
21438         Log: Update the list of supported platforms to talk about 5.7.1
21439              (and 5.6.1)
21440      Branch: perl
21441            ! pod/perlport.pod
21442 ____________________________________________________________________________
21443 [  9629] By: jhi                                   on 2001/04/08  15:55:41
21444         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
21445              from maintperl into mainline: perlport updates.
21446      Branch: perl
21447            ! pod/perlport.pod
21448 ____________________________________________________________________________
21449 [  9628] By: jhi                                   on 2001/04/08  15:53:17
21450         Log: perlsolaris.pod copied to wrong directory.
21451      Branch: perl
21452            ! win32/makefile.mk
21453 ____________________________________________________________________________
21454 [  9627] By: jhi                                   on 2001/04/08  14:48:18
21455         Log: Subject: Typos in perl571delta.pod
21456              From: "Stephen P. Potter" <spp@spotter.yi.org>
21457              Date: Sat, 07 Apr 2001 20:37:05 -0400
21458              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
21459      Branch: perl
21460            ! pod/perl571delta.pod
21461 ____________________________________________________________________________
21462 [  9626] By: jhi                                   on 2001/04/08  14:39:04
21463         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
21464      Branch: perl
21465            ! gv.c
21466 ____________________________________________________________________________
21467 [  9625] By: nick                                  on 2001/04/08  10:14:23
21468         Log: Integrate mainline
21469      Branch: perlio
21470           +> pod/perl570delta.pod pod/perl571delta.pod
21471           !> (integrate 27 files)
21472 ____________________________________________________________________________
21473 [  9624] By: gsar                                  on 2001/04/08  06:08:17
21474         Log: test in t/pod/* were busted
21475              
21476              these tests are still not enabled in t/{harness,TEST}
21477      Branch: maint-5.6/perl
21478            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
21479            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
21480            ! t/pod/multiline_items.t t/pod/nested_items.t
21481            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21482            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21483 ____________________________________________________________________________
21484 [  9623] By: gsar                                  on 2001/04/08  03:37:01
21485         Log: integrate change#9470 from mainline
21486              
21487              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
21488      Branch: maint-5.6/perl
21489           !> ext/Socket/Socket.xs
21490 ____________________________________________________________________________
21491 [  9622] By: jhi                                   on 2001/04/07  22:40:47
21492         Log: Update Changes.
21493      Branch: perl
21494            ! Changes patchlevel.h
21495 ____________________________________________________________________________
21496 [  9621] By: jhi                                   on 2001/04/07  22:34:16
21497         Log: Update AUTHORS.
21498      Branch: perl
21499            ! AUTHORS
21500 ____________________________________________________________________________
21501 [  9620] By: jhi                                   on 2001/04/07  22:12:47
21502         Log: Forgot to bump the number of tests in #9164.
21503      Branch: perl
21504            ! t/op/array.t
21505 ____________________________________________________________________________
21506 [  9619] By: jhi                                   on 2001/04/07  22:09:50
21507         Log: Bump patchlevel to 5.7.1.
21508      Branch: perl
21509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21510            ! config_h.SH patchlevel.h
21511 ____________________________________________________________________________
21512 [  9618] By: jhi                                   on 2001/04/07  22:02:41
21513         Log: Populate perl571delta.
21514      Branch: perl
21515            ! pod/perl571delta.pod
21516 ____________________________________________________________________________
21517 [  9617] By: jhi                                   on 2001/04/07  22:01:23
21518         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
21519              to forget it later; do not change patchlevel.h yet or regenerate
21520              Configure yet.
21521      Branch: perl
21522            ! epoc/config.sh win32/Makefile win32/config_H.bc
21523            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21524 ____________________________________________________________________________
21525 [  9616] By: jhi                                   on 2001/04/07  17:46:33
21526         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
21527      Branch: perl
21528            ! pod/perl571delta.pod
21529 ____________________________________________________________________________
21530 [  9615] By: jhi                                   on 2001/04/07  17:33:21
21531         Log: Change the toc configuration.
21532      Branch: perl
21533            ! pod/buildtoc.PL pod/perl.pod
21534 ____________________________________________________________________________
21535 [  9614] By: jhi                                   on 2001/04/07  17:29:47
21536         Log: Subject: PATCH: $[
21537              From: Robin Houston <robin@kitsite.com>
21538              Date: Fri, 6 Apr 2001 18:10:14 +0100
21539              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
21540      Branch: perl
21541            ! op.c t/op/array.t
21542 ____________________________________________________________________________
21543 [  9613] By: jhi                                   on 2001/04/07  17:28:26
21544         Log: Subject: [PATCH perl@9424] isn't numeric warning
21545              From: Robin Barker <rmb1@cise.npl.co.uk>
21546              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
21547              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
21548      Branch: perl
21549            ! sv.c t/pragma/warn/sv
21550 ____________________________________________________________________________
21551 [  9612] By: jhi                                   on 2001/04/07  17:26:45
21552         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
21553              From: Mike Guy <mjtg@cam.ac.uk>
21554              Date: Fri, 06 Apr 2001 12:47:06 +0100
21555              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
21556      Branch: perl
21557            ! dump.c t/lib/peek.t
21558 ____________________________________________________________________________
21559 [  9611] By: jhi                                   on 2001/04/07  17:21:35
21560         Log: Create perl571delta and seed it off with the perldelta changes
21561              since 5.7.0; remove those changes from perldelta and rename it
21562              as perl570delta; recreate perldelta but leave it almost empty.
21563      Branch: perl
21564            + pod/perl570delta.pod pod/perl571delta.pod
21565            ! MANIFEST pod/perldelta.pod
21566 ____________________________________________________________________________
21567 [  9610] By: jhi                                   on 2001/04/07  16:56:32
21568         Log: Denit.
21569      Branch: perl
21570            ! pod/perldelta.pod
21571 ____________________________________________________________________________
21572 [  9609] By: jhi                                   on 2001/04/07  16:38:32
21573         Log: Retract #9523: needs more thought.
21574      Branch: perl
21575            ! Makefile.SH
21576 ____________________________________________________________________________
21577 [  9608] By: jhi                                   on 2001/04/07  14:59:20
21578         Log: atmark() code cleanaup.
21579      Branch: perl
21580            ! ext/IO/IO.xs
21581 ____________________________________________________________________________
21582 [  9607] By: jhi                                   on 2001/04/07  14:48:14
21583         Log: Integrate change #9605 from maintperl into mainline.
21584              
21585              can't optimize away scope entry if tr/// is present
21586      Branch: perl
21587           !> op.c t/op/tr.t
21588 ____________________________________________________________________________
21589 [  9606] By: jhi                                   on 2001/04/07  14:43:59
21590         Log: Integrate perlio.
21591      Branch: perl
21592           +> win32/FindExt.pm
21593           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
21594           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
21595 ____________________________________________________________________________
21596 [  9605] By: gsar                                  on 2001/04/07  11:52:40
21597         Log: can't optimize away scope entry if tr/// is present
21598      Branch: maint-5.6/perl
21599            ! op.c t/op/tr.t
21600 ____________________________________________________________________________
21601 [  9604] By: nick                                  on 2001/04/07  11:39:45
21602         Log: Split out extension finding code from buildext.pl into FindExt.pm
21603              Use it to get Config.pm's idea of available extensions in line
21604              with what is built.
21605      Branch: perlio
21606            + win32/FindExt.pm
21607            ! MANIFEST win32/buildext.pl win32/config_sh.PL
21608            ! win32/makefile.mk
21609 ____________________________________________________________________________
21610 [  9603] By: nick                                  on 2001/04/07  09:11:38
21611         Log: Cleanup correction for failed :Via() layer, also set an error code.
21612      Branch: perlio
21613            ! ext/PerlIO/Via/Via.xs
21614 ____________________________________________________________________________
21615 [  9602] By: nick                                  on 2001/04/07  08:38:04
21616         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
21617              style. So don't use binmode() on the handles so that Win32 etc. see
21618              same sequence and produce same digests.
21619      Branch: perlio
21620            ! t/lib/md5-file.t
21621 ____________________________________________________________________________
21622 [  9601] By: nick                                  on 2001/04/07  08:36:26
21623         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
21624              Else it complains and so crlf layer (say) does not get pushed.
21625      Branch: perlio
21626            ! perlio.c
21627 ____________________________________________________________________________
21628 [  9600] By: jhi                                   on 2001/04/06  23:00:09
21629         Log: Integrate change #9599 from perlio into mainline.
21630      Branch: perl
21631           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
21632           !> win32/config_H.vc
21633 ____________________________________________________________________________
21634 [  9599] By: nick                                  on 2001/04/06  21:42:43
21635         Log: Quote $VERSION in Encode.pm.
21636              regen_config_h as requested.
21637      Branch: perlio
21638            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
21639            ! win32/config_H.vc
21640 ____________________________________________________________________________
21641 [  9598] By: nick                                  on 2001/04/06  20:34:59
21642         Log: Integrate mainline
21643      Branch: perlio
21644           +> README.macos
21645           !> (integrate 39 files)
21646 ____________________________________________________________________________
21647 [  9597] By: gsar                                  on 2001/04/06  18:06:35
21648         Log: integrate change#9464 from mainline (addendum to change#8313)
21649              
21650              Subject: [PATCH @9452] Better peep()ing for foreach() loops
21651      Branch: maint-5.6/perl
21652           !> op.c
21653 ____________________________________________________________________________
21654 [  9596] By: jhi                                   on 2001/04/06  17:26:03
21655         Log: The d_casti32=undef is good for you even when not use64bitall.
21656      Branch: perl
21657            ! hints/hpux.sh
21658 ____________________________________________________________________________
21659 [  9595] By: gsar                                  on 2001/04/06  14:57:17
21660         Log: add a low-impact fix to accomodate darwin-ism
21661      Branch: maint-5.6/perl
21662            ! ext/Errno/Errno_pm.PL
21663 ____________________________________________________________________________
21664 [  9594] By: jhi                                   on 2001/04/06  14:55:14
21665         Log: Integrate changes #9528,9593 from mainline into maintperl;
21666              tweaking the editor/IDE/shell list.
21667      Branch: maint-5.6/perl
21668           !> pod/perlfaq3.pod
21669 ____________________________________________________________________________
21670 [  9593] By: jhi                                   on 2001/04/06  14:51:39
21671         Log: Make the editor/IDE/shell list a little bit airier.
21672      Branch: perl
21673            ! pod/perlfaq3.pod
21674 ____________________________________________________________________________
21675 [  9592] By: gsar                                  on 2001/04/06  14:45:18
21676         Log: integrate change#9477 from mainline (base.pm doc tweak)
21677              
21678              missing doc entry for fmod()
21679      Branch: maint-5.6/perl
21680            ! lib/Math/BigFloat.pm
21681           !> lib/base.pm
21682 ____________________________________________________________________________
21683 [  9591] By: jhi                                   on 2001/04/06  13:55:48
21684         Log: Regen toc.
21685      Branch: perl
21686            ! pod/perltoc.pod
21687 ____________________________________________________________________________
21688 [  9590] By: jhi                                   on 2001/04/06  13:54:52
21689         Log: Math::BigFloat patches from John Peacock.  The equivalent
21690              of #9586 from maintperl but reworked by John to work with
21691              the bleadperl.
21692      Branch: perl
21693            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
21694 ____________________________________________________________________________
21695 [  9589] By: jhi                                   on 2001/04/06  13:42:23
21696         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
21697      Branch: perl
21698            ! ext/Digest/MD5/Makefile.PL
21699 ____________________________________________________________________________
21700 [  9588] By: jhi                                   on 2001/04/06  13:31:45
21701         Log: Integrate changes #9584,9587 from maintperl into mainline.
21702              
21703              keep eval"" CVs alive until the end of the statement in which
21704              they're called
21705              
21706              add README.macos (from Chris Nandor)
21707              
21708              tyop in change#9555
21709      Branch: perl
21710           +> README.macos
21711           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
21712           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
21713           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
21714           !> win32/makefile.mk
21715 ____________________________________________________________________________
21716 [  9587] By: gsar                                  on 2001/04/06  07:31:30
21717         Log: add README.macos (from Chris Nandor)
21718              
21719              tyop in change#9555
21720      Branch: maint-5.6/perl
21721            + README.macos
21722            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
21723            ! win32/Makefile win32/makefile.mk
21724 ____________________________________________________________________________
21725 [  9586] By: gsar                                  on 2001/04/06  07:08:54
21726         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
21727      Branch: maint-5.6/perl
21728            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
21729 ____________________________________________________________________________
21730 [  9585] By: gsar                                  on 2001/04/06  06:58:44
21731         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
21732              from mainline
21733              
21734              Subject: [PATCH] Base64 update to perlfaq9.pod
21735              
21736              Subject: [PATCH AUTHORS] Housekeeping
21737              
21738              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
21739              Mac OS X (Darwin) has extra pwent fields.
21740              
21741              Subject: [PATCH B::*] print control-character vars readably
21742              Needs EBCDICification.
21743              
21744              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
21745              
21746              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
21747              
21748              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
21749              
21750              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
21751              
21752              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
21753              
21754              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
21755              
21756              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
21757              
21758              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
21759              
21760              FreeBSD hints tweak from Anton Berezin.
21761              
21762              Subject: [PATCH foolperl & bleadperl] README.vms update
21763              
21764              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
21765      Branch: maint-5.6/perl
21766           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
21767           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
21768           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
21769 ____________________________________________________________________________
21770 [  9584] By: gsar                                  on 2001/04/06  04:09:00
21771         Log: keep eval"" CVs alive until the end of the statement in which
21772              they're called; this avoids a coredump ensuing from search for
21773              lexicals in code such as:
21774              
21775              sub bug {
21776              my $s = @_;
21777              eval q[sub { eval 'sub { &$s }' }];
21778              }
21779              bug("x")->()->();
21780              
21781              this code still doesn't work as intended (as it has remained
21782              since time immemorial), but it doesn't provoke a coredump anymore
21783      Branch: maint-5.6/perl
21784            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21785            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
21786 ____________________________________________________________________________
21787 [  9583] By: jhi                                   on 2001/04/05  23:52:51
21788         Log: Update Changes.
21789      Branch: perl
21790            ! Changes patchlevel.h
21791 ____________________________________________________________________________
21792 [  9582] By: jhi                                   on 2001/04/05  23:11:23
21793         Log: Slight doc tweak.
21794      Branch: perl
21795            ! pod/perlunicode.pod
21796 ____________________________________________________________________________
21797 [  9581] By: jhi                                   on 2001/04/05  23:04:11
21798         Log: Integrate perlio.
21799      Branch: perl
21800           !> pod/perlunicode.pod
21801 ____________________________________________________________________________
21802 [  9580] By: jhi                                   on 2001/04/05  23:03:29
21803         Log: Test for #9579.
21804      Branch: perl
21805            ! t/op/do.t
21806 ____________________________________________________________________________
21807 [  9579] By: jhi                                   on 2001/04/05  22:54:17
21808         Log: Subject: [PATCH] Propagate calling context for do '...'
21809              From: Gisle Aas <gisle@ActiveState.com>
21810              Date: 04 Apr 2001 20:17:29 -0700
21811              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
21812      Branch: perl
21813            ! pod/perlfunc.pod pp_ctl.c
21814 ____________________________________________________________________________
21815 [  9578] By: jhi                                   on 2001/04/05  22:52:51
21816         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
21817              From: Peter Prymmer <pvhp@forte.com>
21818              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
21819              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
21820      Branch: perl
21821            ! README.vms
21822 ____________________________________________________________________________
21823 [  9577] By: jhi                                   on 2001/04/05  22:48:22
21824         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
21825              From: "Craig A. Berry" <craigberry@mac.com>
21826              Date: Thu, 5 Apr 2001 13:43:28 -0500
21827              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
21828      Branch: perl
21829            ! README.vms
21830 ____________________________________________________________________________
21831 [  9576] By: jhi                                   on 2001/04/05  22:31:38
21832         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
21833              From: Michael G Schwern <schwern@pobox.com>
21834              Date: Thu, 5 Apr 2001 21:53:21 +0100
21835              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
21836      Branch: perl
21837            ! lib/base.pm t/lib/fields.t
21838 ____________________________________________________________________________
21839 [  9575] By: jhi                                   on 2001/04/05  22:26:10
21840         Log: FreeBSD hints tweak from Anton Berezin.
21841      Branch: perl
21842            ! hints/freebsd.sh
21843 ____________________________________________________________________________
21844 [  9574] By: jhi                                   on 2001/04/05  22:24:03
21845         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
21846              From: David Dyck <dcd@tc.fluke.com>
21847              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
21848              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
21849      Branch: perl
21850            ! t/op/oct.t
21851 ____________________________________________________________________________
21852 [  9573] By: jhi                                   on 2001/04/05  22:23:06
21853         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
21854              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
21855              From: David Dyck <dcd@tc.fluke.com>
21856              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
21857      Branch: perl
21858            ! pp.c
21859 ____________________________________________________________________________
21860 [  9572] By: jhi                                   on 2001/04/05  22:14:47
21861         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
21862              From: Robin Houston <robin@kitsite.com>
21863              Date: Thu, 5 Apr 2001 20:56:48 +0100
21864              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
21865      Branch: perl
21866            ! ext/B/B/Deparse.pm
21867 ____________________________________________________________________________
21868 [  9571] By: jhi                                   on 2001/04/05  22:12:53
21869         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
21870              From: Robin Houston <robin@kitsite.com>
21871              Date: Thu, 5 Apr 2001 19:55:51 +0100
21872              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
21873      Branch: perl
21874            ! ext/B/B/Deparse.pm
21875 ____________________________________________________________________________
21876 [  9570] By: jhi                                   on 2001/04/05  22:11:06
21877         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
21878              From: Robin Houston <robin@kitsite.com>
21879              Date: Thu, 5 Apr 2001 20:16:29 +0100
21880              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
21881      Branch: perl
21882            ! ext/B/B/Deparse.pm
21883 ____________________________________________________________________________
21884 [  9569] By: nick                                  on 2001/04/05  21:32:26
21885         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
21886      Branch: perlio
21887            ! pod/perlunicode.pod
21888 ____________________________________________________________________________
21889 [  9568] By: nick                                  on 2001/04/05  19:38:09
21890         Log: Integrate mainline
21891      Branch: perlio
21892           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
21893           !> (integrate 35 files)
21894 ____________________________________________________________________________
21895 [  9567] By: jhi                                   on 2001/04/05  18:31:45
21896         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
21897              From: Robin Houston <robin@kitsite.com>
21898              Date: Thu, 5 Apr 2001 18:03:23 +0100
21899              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
21900      Branch: perl
21901            ! ext/B/B/Deparse.pm
21902 ____________________________________________________________________________
21903 [  9566] By: jhi                                   on 2001/04/05  18:29:35
21904         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
21905              From: Robin Houston <robin@kitsite.com>
21906              Date: Thu, 5 Apr 2001 16:45:18 +0100
21907              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
21908      Branch: perl
21909            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
21910 ____________________________________________________________________________
21911 [  9565] By: jhi                                   on 2001/04/05  18:24:23
21912         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
21913              From: Robin Houston <robin@kitsite.com>
21914              Date: Thu, 5 Apr 2001 14:50:09 +0100
21915              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
21916      Branch: perl
21917            ! ext/B/B/Deparse.pm
21918 ____________________________________________________________________________
21919 [  9564] By: jhi                                   on 2001/04/05  18:23:03
21920         Log: Subject: [PATCH B::*] print control-character vars readably
21921              From: Robin Houston <robin@kitsite.com>
21922              Date: Thu, 5 Apr 2001 14:27:38 +0100
21923              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
21924              
21925              Needs EBCDICification.
21926      Branch: perl
21927            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
21928            ! ext/B/B/Terse.pm
21929 ____________________________________________________________________________
21930 [  9563] By: jhi                                   on 2001/04/05  18:20:32
21931         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
21932              Date: Thu, 5 Apr 2001 13:21:42 -0400
21933              From: Paul Schinder <schinder@pobox.com>
21934              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
21935              
21936              Mac OS X (Darwin) has extra pwent fields.
21937      Branch: perl
21938            ! t/op/pwent.t
21939 ____________________________________________________________________________
21940 [  9562] By: jhi                                   on 2001/04/05  17:57:51
21941         Log: Regen toc.
21942      Branch: perl
21943            ! pod/perltoc.pod
21944 ____________________________________________________________________________
21945 [  9561] By: jhi                                   on 2001/04/05  17:47:33
21946         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
21947      Branch: metaconfig
21948            ! U/Glossary.patch
21949      Branch: metaconfig/U/perl
21950            + d_u32align.U
21951            ! d_cmsghdr_s.U d_msghdr_s.U
21952 ____________________________________________________________________________
21953 [  9560] By: jhi                                   on 2001/04/05  17:47:01
21954         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
21955              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
21956              Introduce probes for struct msghdr, struct cmsghdr,
21957              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
21958              ualarm, usleep, for possible later extension work.
21959      Branch: perl
21960            + t/lib/md5-align.t
21961            ! Configure MANIFEST Porting/Glossary Porting/config.sh
21962            ! Porting/config_H config_h.SH configure.com epoc/config.sh
21963            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
21964            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21965            ! vos/config.ga.h win32/config.bc win32/config.gc
21966            ! win32/config.vc
21967 ____________________________________________________________________________
21968 [  9559] By: jhi                                   on 2001/04/05  13:03:04
21969         Log: Be traditional in your cpp (for the Errno extension).
21970      Branch: perl
21971            ! hints/darwin.sh
21972 ____________________________________________________________________________
21973 [  9558] By: jhi                                   on 2001/04/05  13:00:05
21974         Log: Add $Config{cppflags} to the gcc incantation.
21975      Branch: perl
21976            ! ext/Errno/Errno_pm.PL
21977 ____________________________________________________________________________
21978 [  9557] By: jhi                                   on 2001/04/05  04:22:39
21979         Log: Introduce Sean Burke's Class::ISA 0.32.
21980      Branch: perl
21981            + lib/Class/ISA.pm t/lib/class-isa.t
21982            ! MANIFEST
21983 ____________________________________________________________________________
21984 [  9556] By: jhi                                   on 2001/04/05  04:09:50
21985         Log: Subject: [PATCH AUTHORS] Housekeeping
21986              From: Paul Johnson <paul@pjcj.net> 
21987              Date: Wed, 4 Apr 2001 22:45:47 +0200
21988              Message-ID: <20010404224547.D9548@pjcj.net>
21989      Branch: perl
21990            ! AUTHORS
21991 ____________________________________________________________________________
21992 [  9555] By: jhi                                   on 2001/04/05  04:06:33
21993         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
21994              From: Gisle Aas <gisle@ActiveState.com>
21995              Date: 04 Apr 2001 14:23:04 -0700
21996              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
21997      Branch: perl
21998            ! pod/perlfaq9.pod
21999 ____________________________________________________________________________
22000 [  9554] By: jhi                                   on 2001/04/05  04:05:49
22001         Log: Downgrade also the "Wide character" diagnostic.
22002      Branch: perl
22003            ! pod/perldiag.pod
22004 ____________________________________________________________________________
22005 [  9553] By: jhi                                   on 2001/04/05  04:00:33
22006         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
22007              maintperl into mainline.
22008              
22009              "double" should be "NV"; standard typemap is missing entry
22010              for NV
22011              
22012              s/djSP/dSP/
22013              
22014              Downgrade "Wide character in print" to a warning.
22015              
22016              B::Deparse fix for ${^FOO} and documentation for PVX() method
22017              (from Robin Houston)
22018              
22019              tr/// doesn't null-terminate the result in some situations
22020              (from Gisle Aas)
22021      Branch: perl
22022           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22023           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
22024           !> t/io/utf8.t t/op/tr.t
22025 ____________________________________________________________________________
22026 [  9552] By: jhi                                   on 2001/04/05  03:52:50
22027         Log: Retract changes #9542 and #9538 (from maintperl, integrated
22028              at #9540), shouldn't be needed because of the perlio changes.
22029      Branch: perl
22030            ! util.c
22031 ____________________________________________________________________________
22032 [  9551] By: gsar                                  on 2001/04/05  00:18:34
22033         Log: tr/// doesn't null-terminate the result in some situations
22034              (from Gisle Aas)
22035      Branch: maint-5.6/perl
22036            ! doop.c t/op/tr.t
22037 ____________________________________________________________________________
22038 [  9550] By: gsar                                  on 2001/04/04  20:04:17
22039         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
22040              (from Robin Houston)
22041      Branch: maint-5.6/perl
22042            ! ext/B/B.pm ext/B/B/Deparse.pm
22043 ____________________________________________________________________________
22044 [  9549] By: nick                                  on 2001/04/04  18:56:15
22045         Log: Downgrade "Wide character in print" to a warning.
22046      Branch: perlio
22047            ! doio.c t/io/utf8.t
22048 ____________________________________________________________________________
22049 [  9548] By: gsar                                  on 2001/04/04  18:51:49
22050         Log: integrate changes#9460,9462,9482,9521,9522
22051              
22052              Subject: PATCH: B::Debug should show LOOP-specific fields
22053              
22054              Subject: B::Deparse precedence bug. (Patch included.)
22055              
22056              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22057              
22058              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22059              
22060              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22061      Branch: maint-5.6/perl
22062           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
22063           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
22064 ____________________________________________________________________________
22065 [  9547] By: gsar                                  on 2001/04/04  18:49:16
22066         Log: s/djSP/dSP/
22067      Branch: maint-5.6/perl
22068            ! ext/Thread/Thread.xs
22069 ____________________________________________________________________________
22070 [  9546] By: nick                                  on 2001/04/04  18:44:00
22071         Log: Integrate mainline.
22072      Branch: perlio
22073           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
22074           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
22075 ____________________________________________________________________________
22076 [  9545] By: gsar                                  on 2001/04/04  18:38:52
22077         Log: integrate change#8837 from mainline
22078              
22079              Subject: [patch] -Wall cleanup round 2
22080      Branch: maint-5.6/perl
22081           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22082           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22083           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
22084           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22085           !> ext/SDBM_File/SDBM_File.xs
22086 ____________________________________________________________________________
22087 [  9544] By: gsar                                  on 2001/04/04  17:49:57
22088         Log: "double" should be "NV"; standard typemap is missing entry
22089              for NV
22090      Branch: maint-5.6/perl
22091            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
22092 ____________________________________________________________________________
22093 [  9543] By: jhi                                   on 2001/04/04  14:13:18
22094         Log: Thou shalt not (just) match for English error messages.
22095      Branch: perl
22096            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
22097            ! os2/OS2/Process/Process.pm
22098 ____________________________________________________________________________
22099 [  9542] By: jhi                                   on 2001/04/04  13:20:39
22100         Log: Make the stdio tricks of fflush_all() to exist only if
22101              stdio is being used.
22102      Branch: perl
22103            ! util.c
22104 ____________________________________________________________________________
22105 [  9541] By: jhi                                   on 2001/04/04  04:20:24
22106         Log: Subject: Re: [PATCH] Lighten up glob
22107              From: Benjamin Sugars <bsugars@canoe.ca>
22108              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
22109              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
22110      Branch: perl
22111            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
22112            ! util.c
22113 ____________________________________________________________________________
22114 [  9540] By: jhi                                   on 2001/04/04  04:03:57
22115         Log: Integrate changes #9538,9539 from maintperl into mainline.
22116              
22117              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22118              for use with _fwalk() (fix for change#7705)
22119              
22120              another tweak needed for SunOS 4.1.x build (from Mike Guy)
22121              (cp -f is not portable)
22122      Branch: perl
22123           !> Makefile.SH util.c
22124 ____________________________________________________________________________
22125 [  9539] By: gsar                                  on 2001/04/04  03:01:14
22126         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
22127      Branch: maint-5.6/perl
22128            ! Makefile.SH
22129 ____________________________________________________________________________
22130 [  9538] By: gsar                                  on 2001/04/04  01:00:38
22131         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22132              for use with _fwalk() (fix for change#7705)
22133      Branch: maint-5.6/perl
22134            ! util.c
22135 ____________________________________________________________________________
22136 [  9537] By: nick                                  on 2001/04/03  19:24:55
22137         Log: Integrate mainline
22138      Branch: perlio
22139           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
22140           +> lib/unicode/PropList.html
22141            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
22142           !> (integrate 69 files)
22143 ____________________________________________________________________________
22144 [  9536] By: jhi                                   on 2001/04/03  18:02:31
22145         Log: Integrate change #9533 from maintperl into mainline.
22146              
22147              better fix for change#9517 to accomodate UNC paths like
22148              \\server\share\foo, and paths with trailing backslash
22149              like c:\this\
22150      Branch: perl
22151           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22152 ____________________________________________________________________________
22153 [  9535] By: jhi                                   on 2001/04/03  17:58:07
22154         Log: Change the push/unshift warning to be of class syntax, not misc.
22155      Branch: perl
22156            ! op.c pod/perldiag.pod t/pragma/warn/op
22157 ____________________________________________________________________________
22158 [  9534] By: jhi                                   on 2001/04/03  15:03:46
22159         Log: Change the push/unshift warning (#9532) to talk about "no values"
22160              instead of "no arguments".
22161      Branch: perl
22162            ! op.c pod/perldiag.pod t/pragma/warn/op
22163 ____________________________________________________________________________
22164 [  9533] By: gsar                                  on 2001/04/03  14:30:07
22165         Log: better fix for change#9517 to accomodate UNC paths like
22166              \\server\share\foo, and paths with trailing backslash
22167              like c:\this\
22168      Branch: maint-5.6/perl
22169            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22170 ____________________________________________________________________________
22171 [  9532] By: jhi                                   on 2001/04/03  13:11:46
22172         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
22173              From: Robin Houston <robin@kitsite.com>
22174              Date: Mon, 2 Apr 2001 15:03:29 +0100
22175              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
22176      Branch: perl
22177            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
22178 ____________________________________________________________________________
22179 [  9531] By: jhi                                   on 2001/04/03  13:06:34
22180         Log: Integrate change #9530 from maintperl into mainline.
22181              
22182              accomodate VMS "mailbox overflow" quirk in testsuite (from
22183              Craig Berry)
22184      Branch: perl
22185           !> t/lib/socket.t
22186 ____________________________________________________________________________
22187 [  9530] By: gsar                                  on 2001/04/03  04:56:41
22188         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
22189              Craig Berry)
22190      Branch: maint-5.6/perl
22191            ! t/lib/socket.t
22192 ____________________________________________________________________________
22193 [  9529] By: jhi                                   on 2001/04/03  02:34:34
22194         Log: Update Changes.
22195      Branch: perl
22196            ! Changes patchlevel.h
22197 ____________________________________________________________________________
22198 [  9528] By: jhi                                   on 2001/04/03  01:27:57
22199         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
22200              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
22201              To: perl5-porters@perl.org
22202              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
22203      Branch: perl
22204            ! pod/perlfaq3.pod
22205 ____________________________________________________________________________
22206 [  9527] By: jhi                                   on 2001/04/03  01:22:09
22207         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
22208              From: Peter Prymmer <pvhp@forte.com>
22209              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
22210              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
22211      Branch: perl
22212            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
22213 ____________________________________________________________________________
22214 [  9526] By: jhi                                   on 2001/04/03  01:18:25
22215         Log: The metaconfig unit changes for #9525.
22216      Branch: metaconfig
22217            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
22218      Branch: metaconfig/U/perl
22219            ! use64bits.U
22220 ____________________________________________________________________________
22221 [  9525] By: jhi                                   on 2001/04/03  01:17:30
22222         Log: Configure sanity checks:
22223              * if use64bitall is attempted but pointers are only 32-bit,
22224              'downgrade' to use64bitint
22225              * if use64bitint is attempted but there's no quad type,
22226              forget about use64bitint (well, the default for it is 'n',
22227              the user can still override this)
22228              * if pointers are 64 bits, do not try to use Perl's malloc
22229      Branch: perl
22230            ! Configure
22231 ____________________________________________________________________________
22232 [  9524] By: gsar                                  on 2001/04/03  01:09:12
22233         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
22234      Branch: maint-5.6/perl
22235            ! pp_sys.c
22236 ____________________________________________________________________________
22237 [  9523] By: jhi                                   on 2001/04/03  00:02:31
22238         Log: (Retracted by #9609)
22239              
22240              Make it harder for parallel makes to enter 'test' before
22241              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
22242              should be unhappy enough, but sometimes parallel makes seem
22243              to sneak past both in Tru64 and AIX.)
22244      Branch: perl
22245            ! Makefile.SH
22246 ____________________________________________________________________________
22247 [  9522] By: jhi                                   on 2001/04/02  22:35:31
22248         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22249              Date: Mon, 2 Apr 2001 22:54:10 +0100
22250              From: Robin Houston <robin@kitsite.com>
22251              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
22252      Branch: perl
22253            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
22254 ____________________________________________________________________________
22255 [  9521] By: jhi                                   on 2001/04/02  22:32:23
22256         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22257              From: Robin Houston <robin@kitsite.com>
22258              Date: Mon, 2 Apr 2001 20:24:03 +0100
22259              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
22260      Branch: perl
22261            ! ext/B/B/Concise.pm
22262 ____________________________________________________________________________
22263 [  9520] By: jhi                                   on 2001/04/02  22:30:43
22264         Log: Subject: [PATCH] REALLY pedantic hv.h nit
22265              From: Simon Cozens <simon@netthink.co.uk>
22266              Date: Mon, 2 Apr 2001 15:43:06 +0100
22267              Message-ID: <20010402154306.A21711@netthink.co.uk>
22268      Branch: perl
22269            ! hv.h
22270 ____________________________________________________________________________
22271 [  9519] By: jhi                                   on 2001/04/02  22:28:04
22272         Log: Based on
22273              
22274              Subject: [foolperl] EPOC fix
22275              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22276              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
22277              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
22278      Branch: perl
22279            ! pp_sys.c
22280 ____________________________________________________________________________
22281 [  9518] By: jhi                                   on 2001/04/02  22:22:34
22282         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
22283              
22284              README.win32 tweaks; add a note about alternative location for
22285              getting a gcc-2.95.2 that will build perl properly on windows
22286              
22287              add some notes about gutsy threading matters
22288              
22289              many of the utilities interpolate literal paths within doublequotes
22290              (fails on dosish platforms where path contains backslashes)
22291      Branch: perl
22292           !> README.win32 pod/perlguts.pod utils/perldoc.PL
22293           !> x2p/find2perl.PL x2p/s2p.PL
22294 ____________________________________________________________________________
22295 [  9517] By: gsar                                  on 2001/04/02  19:52:21
22296         Log: many of the utilities interpolate literal paths within doublequotes
22297              (fails on dosish platforms where path contains backslashes)
22298      Branch: maint-5.6/perl
22299            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22300 ____________________________________________________________________________
22301 [  9516] By: gsar                                  on 2001/04/02  05:49:37
22302         Log: a foolish release
22303      Branch: maint-5.6/perl
22304            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22305            ! pod/perltoc.pod
22306 ____________________________________________________________________________
22307 [  9515] By: gsar                                  on 2001/04/02  05:04:29
22308         Log: add missing changelog summaries
22309      Branch: maint-5.6/perl
22310            ! Changes
22311 ____________________________________________________________________________
22312 [  9514] By: gsar                                  on 2001/04/02  04:07:13
22313         Log: add some notes about gutsy threading matters
22314      Branch: maint-5.6/perl
22315            ! pod/perlguts.pod
22316 ____________________________________________________________________________
22317 [  9513] By: gsar                                  on 2001/04/02  03:25:21
22318         Log: add more prominent caveat notices about experimental features
22319      Branch: maint-5.6/perl
22320            ! pod/perlfork.pod pod/perlunicode.pod
22321 ____________________________________________________________________________
22322 [  9512] By: gsar                                  on 2001/04/02  02:54:33
22323         Log: integrate changes#9479,9509 from mainline
22324              
22325              [PATCH] File::Glob stuff for Mac OS
22326              
22327              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22328      Branch: maint-5.6/perl
22329           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22330           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
22331           !> t/lib/glob-taint.t
22332 ____________________________________________________________________________
22333 [  9511] By: gsar                                  on 2001/04/02  02:38:24
22334         Log: README.win32 tweaks; add a note about alternative location for
22335              getting a gcc-2.95.2 that will build perl properly on windows
22336      Branch: maint-5.6/perl
22337            ! README.win32
22338 ____________________________________________________________________________
22339 [  9510] By: jhi                                   on 2001/04/01  20:45:10
22340         Log: An ambiguosity warning.
22341      Branch: perl
22342            ! t/lib/trig.t
22343 ____________________________________________________________________________
22344 [  9509] By: jhi                                   on 2001/04/01  19:53:47
22345         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22346              From: Jonathan Stowe <gellyfish@gellyfish.com>
22347              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
22348              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
22349      Branch: perl
22350            ! ext/File/Glob/bsd_glob.c
22351 ____________________________________________________________________________
22352 [  9508] By: jhi                                   on 2001/04/01  19:35:03
22353         Log: Update Changes.
22354      Branch: perl
22355            ! Changes patchlevel.h
22356 ____________________________________________________________________________
22357 [  9507] By: jhi                                   on 2001/04/01  19:24:01
22358         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
22359              from mainline to maintperl: pod tweaks.
22360      Branch: maint-5.6/perl
22361           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
22362           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
22363           !> pod/perlvar.pod
22364 ____________________________________________________________________________
22365 [  9506] By: jhi                                   on 2001/04/01  19:11:53
22366         Log: Commit Sarathy to April release of 5.6.1 :-)
22367      Branch: perl
22368            ! pod/perlfaq1.pod
22369 ____________________________________________________________________________
22370 [  9505] By: jhi                                   on 2001/04/01  19:03:15
22371         Log: Subject: PATCH 5.6.0 (perldebug.pod)
22372              From: Mark-Jason Dominus <mjd@plover.com>
22373              Date: Sun, 01 Apr 2001 14:25:11 -0400
22374              Message-ID: <20010401182511.9247.qmail@plover.com>
22375      Branch: perl
22376            ! pod/perldebug.pod
22377 ____________________________________________________________________________
22378 [  9504] By: jhi                                   on 2001/04/01  18:43:09
22379         Log: Add great_circle_direction().
22380      Branch: perl
22381            ! lib/Math/Trig.pm t/lib/trig.t
22382 ____________________________________________________________________________
22383 [  9503] By: jhi                                   on 2001/04/01  17:29:12
22384         Log: Unicode ReadMe update for Unicode 3.1.
22385      Branch: perl
22386            ! lib/unicode/ReadMe.txt
22387 ____________________________________________________________________________
22388 [  9502] By: jhi                                   on 2001/04/01  17:18:40
22389         Log: Integrate change #9501 from maintperl into mainline.
22390              
22391              fix the perlembed notes on multiple interpreters
22392              
22393              fix ExtUtils::Embed to work passably on Windows
22394      Branch: perl
22395           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
22396 ____________________________________________________________________________
22397 [  9501] By: gsar                                  on 2001/04/01  07:21:57
22398         Log: fix the perlembed notes on multiple interpreters
22399              
22400              fix ExtUtils::Embed to work passably on Windows
22401      Branch: maint-5.6/perl
22402            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
22403 ____________________________________________________________________________
22404 [  9500] By: jhi                                   on 2001/04/01  05:58:23
22405         Log: Test for #9499.
22406      Branch: perl
22407            ! t/op/tr.t
22408 ____________________________________________________________________________
22409 [  9499] By: jhi                                   on 2001/04/01  05:55:46
22410         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
22411      Branch: perl
22412            ! embed.h embed.pl op.c proto.h
22413 ____________________________________________________________________________
22414 [  9498] By: jhi                                   on 2001/04/01  05:44:34
22415         Log: Protect the workaround hunk more.
22416      Branch: perl
22417            ! toke.c
22418 ____________________________________________________________________________
22419 [  9497] By: jhi                                   on 2001/04/01  00:24:25
22420         Log: Integrate changes #9493,9494,9495,9496 from maintperl
22421              into mainline.
22422              
22423              fix a broken workaround for Borland compiler in change#4739
22424              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22425              
22426              nits spotted by Borland compiler
22427              
22428              avoid redefinition warnings under Borland 5.02
22429              
22430              various nits identified by the Borland 5.5 compiler; remove suppression
22431              of a few warnings
22432      Branch: perl
22433           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
22434           !> win32/win32.h
22435 ____________________________________________________________________________
22436 [  9496] By: gsar                                  on 2001/03/31  23:22:28
22437         Log: various nits identified by the Borland 5.5 compiler; remove suppression
22438              of a few warnings
22439      Branch: maint-5.6/perl
22440            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
22441 ____________________________________________________________________________
22442 [  9495] By: gsar                                  on 2001/03/31  21:03:08
22443         Log: avoid redefinition warnings under Borland 5.02
22444      Branch: maint-5.6/perl
22445            ! win32/makefile.mk
22446 ____________________________________________________________________________
22447 [  9494] By: gsar                                  on 2001/03/31  20:18:59
22448         Log: nits spotted by Borland compiler
22449      Branch: maint-5.6/perl
22450            ! utf8.h win32/win32.h
22451 ____________________________________________________________________________
22452 [  9493] By: gsar                                  on 2001/03/31  20:18:05
22453         Log: fix a broken workaround for Borland compiler in change#4739
22454              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22455      Branch: maint-5.6/perl
22456            ! toke.c
22457 ____________________________________________________________________________
22458 [  9492] By: jhi                                   on 2001/03/31  18:36:24
22459         Log: Integrate change #9491 from maintperl into mainline.
22460              
22461              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22462              directory is relative (need to fetch the full path name *before*
22463              the chdir!)
22464      Branch: perl
22465           !> lib/Cwd.pm
22466 ____________________________________________________________________________
22467 [  9491] By: gsar                                  on 2001/03/31  17:01:56
22468         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22469              directory is relative (need to fetch the full path name *before*
22470              the chdir!)
22471              
22472              this is a followup patch for change#6749
22473      Branch: maint-5.6/perl
22474            ! lib/Cwd.pm
22475 ____________________________________________________________________________
22476 [  9490] By: jhi                                   on 2001/03/31  15:50:18
22477         Log: Subject: Re: [PATCH] av.h cosmetics
22478              From: Simon Cozens <simon@netthink.co.uk>
22479              Date: Sat, 31 Mar 2001 13:09:59 +0100
22480              Message-ID: <20010331130959.A22000@netthink.co.uk>
22481              
22482              Document AvALLOC.
22483      Branch: perl
22484            ! pod/perlguts.pod
22485 ____________________________________________________________________________
22486 [  9489] By: jhi                                   on 2001/03/31  15:48:44
22487         Log: Subject: [PATCH] Re: Math::Big* v1.21
22488              From: Tels <perl_dummy@bloodgate.com>
22489              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
22490              Message-Id: <200103311125.GAA377738@www08.hway.net>
22491      Branch: perl
22492            ! pod/perlop.pod
22493 ____________________________________________________________________________
22494 [  9488] By: jhi                                   on 2001/03/31  03:39:51
22495         Log: Debug output tweak.
22496      Branch: perl
22497            ! t/lib/cwd.t
22498 ____________________________________________________________________________
22499 [  9487] By: jhi                                   on 2001/03/31  03:33:02
22500         Log: OverVMSification.
22501      Branch: perl
22502            ! t/lib/cwd.t
22503 ____________________________________________________________________________
22504 [  9486] By: jhi                                   on 2001/03/31  03:01:40
22505         Log: Missed MANIFESTations in #9483.
22506      Branch: perl
22507            ! MANIFEST
22508 ____________________________________________________________________________
22509 [  9485] By: jhi                                   on 2001/03/31  02:58:17
22510         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
22511              From: Peter Prymmer <pvhp@forte.com>
22512              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
22513              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
22514      Branch: perl
22515            ! regexec.c t/lib/cwd.t
22516 ____________________________________________________________________________
22517 [  9484] By: jhi                                   on 2001/03/31  01:04:41
22518         Log: Obsolete file (see #3938)
22519      Branch: perl
22520            - lib/unicode/README.Ethiopic
22521            ! MANIFEST
22522 ____________________________________________________________________________
22523 [  9483] By: jhi                                   on 2001/03/31  00:52:42
22524         Log: Update to Unicode 3.1.
22525              (Rename Names.txt to NamesList.txt.)
22526      Branch: perl
22527            + lib/unicode/NamesList.txt lib/unicode/PropList.html
22528            - lib/unicode/Names.txt
22529            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
22530            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
22531            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
22532            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
22533            ! lib/unicode/UCD.html lib/unicode/Unicode.html
22534            ! lib/unicode/rename lib/unicode/version
22535 ____________________________________________________________________________
22536 [  9482] By: jhi                                   on 2001/03/30  23:33:44
22537         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22538              From: Robin Houston <robin@kitsite.com>
22539              Date: Fri, 30 Mar 2001 20:07:22 +0100
22540              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
22541      Branch: perl
22542            ! ext/B/B/Deparse.pm
22543 ____________________________________________________________________________
22544 [  9481] By: jhi                                   on 2001/03/30  23:20:25
22545         Log: Subject: Re: [PATCH] CwdXS, Take 2
22546              From: Benjamin Sugars <bsugars@canoe.ca>
22547              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
22548              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
22549      Branch: perl
22550            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
22551            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
22552 ____________________________________________________________________________
22553 [  9480] By: jhi                                   on 2001/03/30  22:52:38
22554         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
22555              From: David Dyck <dcd@tc.fluke.com>
22556              Date: Fri, 30 Mar 2001 14:44:13 -0800
22557              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
22558              
22559              The t/rantests flags file creation was accidentally
22560              removed by #9217.
22561      Branch: perl
22562            ! Makefile.SH
22563 ____________________________________________________________________________
22564 [  9479] By: jhi                                   on 2001/03/30  22:45:45
22565         Log: Subject: [PATCH] File::Glob stuff for Mac OS
22566              From: Chris Nandor <pudge@pobox.com>
22567              Date: Fri, 30 Mar 2001 16:51:00 -0500
22568              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
22569      Branch: perl
22570            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22571            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
22572            ! t/lib/glob-taint.t
22573 ____________________________________________________________________________
22574 [  9478] By: jhi                                   on 2001/03/30  22:43:12
22575         Log: Subject: fix for win32/buildext.pl
22576              From: "Vadim Konovalov" <watman@inbox.ru>
22577              Date: Sat, 31 Mar 2001 00:50:36 +0400
22578              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
22579      Branch: perl
22580            ! win32/buildext.pl
22581 ____________________________________________________________________________
22582 [  9477] By: jhi                                   on 2001/03/30  22:41:16
22583         Log: Subject: small base.pm doc patch
22584              From: Leon Brocard <acme@astray.com>
22585              Date: Fri, 30 Mar 2001 21:49:57 +0100
22586              Message-ID: <20010330214957.B8733@ns0.astray.com>
22587      Branch: perl
22588            ! lib/base.pm
22589 ____________________________________________________________________________
22590 [  9476] By: jhi                                   on 2001/03/30  18:16:57
22591         Log: Subject: [PATCH] av.h cosmetics
22592              From: Simon Cozens <simon@netthink.co.uk>
22593              Date: Fri, 30 Mar 2001 18:12:28 +0100
22594              Message-ID: <20010330181228.A9319@netthink.co.uk>
22595      Branch: perl
22596            ! av.h
22597 ____________________________________________________________________________
22598 [  9475] By: jhi                                   on 2001/03/30  18:15:50
22599         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
22600              From: "Philip Newton" <pnewton@gmx.de>
22601              Date: Fri, 30 Mar 2001 19:06:57 +0200
22602              Message-ID: <3AC4D951.14815.1AC7068@localhost>
22603      Branch: perl
22604            ! pod/perlhack.pod
22605 ____________________________________________________________________________
22606 [  9474] By: jhi                                   on 2001/03/30  18:14:02
22607         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
22608              From: Benjamin Sugars <bsugars@canoe.ca>
22609              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
22610              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
22611      Branch: perl
22612            ! t/lib/glob-basic.t
22613 ____________________________________________________________________________
22614 [  9473] By: jhi                                   on 2001/03/30  16:09:24
22615         Log: Update Changes.
22616      Branch: perl
22617            ! Changes patchlevel.h
22618 ____________________________________________________________________________
22619 [  9472] By: jhi                                   on 2001/03/30  15:16:08
22620         Log: Integrate perlio.
22621      Branch: perl
22622           !> t/lib/cwd.t t/lib/glob-basic.t
22623 ____________________________________________________________________________
22624 [  9471] By: nick                                  on 2001/03/30  14:47:10
22625         Log: Should be (^O eq 'MSWin32') not 'Win32'
22626              Fail #12 seems real - chdir is in wrong dir.
22627      Branch: perlio
22628            ! t/lib/cwd.t
22629 ____________________________________________________________________________
22630 [  9470] By: jhi                                   on 2001/03/30  14:41:11
22631         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
22632              From: Radu Greab <radu@netsoft.ro>
22633              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
22634              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
22635              
22636              Replace #9352.
22637      Branch: perl
22638            ! ext/Socket/Socket.xs pp_sys.c
22639 ____________________________________________________________________________
22640 [  9469] By: jhi                                   on 2001/03/30  14:37:51
22641         Log: Subject: PATCH pod/perldiag.pod
22642              From: Robin Houston <robin@kitsite.com>
22643              Date: Fri, 30 Mar 2001 14:10:36 +0100
22644              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
22645      Branch: perl
22646            ! pod/perldiag.pod t/lib/glob-basic.t
22647 ____________________________________________________________________________
22648 [  9468] By: jhi                                   on 2001/03/30  14:36:36
22649         Log: Subject: Better diagnostic in io/fs.t
22650              From: andreas.koenig@anima.de (Andreas J. Koenig)
22651              Date: 30 Mar 2001 10:11:43 +0200
22652              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
22653      Branch: perl
22654            ! t/io/fs.t
22655 ____________________________________________________________________________
22656 [  9467] By: nick                                  on 2001/03/30  14:25:43
22657         Log: Skip order test of glob if case-ignoring system cannot 
22658              create a.test and A.test
22659      Branch: perlio
22660            ! t/lib/glob-basic.t
22661 ____________________________________________________________________________
22662 [  9466] By: nick                                  on 2001/03/30  13:03:12
22663         Log: Integrate mainline.
22664      Branch: perlio
22665            - ext/re/hints/aix.pl
22666           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
22667           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
22668           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
22669           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
22670 ____________________________________________________________________________
22671 [  9465] By: jhi                                   on 2001/03/30  03:53:37
22672         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
22673              the tests sometimes hang, sometimes not.)
22674      Branch: perl
22675            ! t/lib/io_multihomed.t t/lib/io_sock.t
22676 ____________________________________________________________________________
22677 [  9464] By: jhi                                   on 2001/03/30  02:56:04
22678         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
22679              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22680              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
22681              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
22682      Branch: perl
22683            ! op.c
22684 ____________________________________________________________________________
22685 [  9463] By: jhi                                   on 2001/03/30  02:34:48
22686         Log: Test for #9462.
22687      Branch: perl
22688            ! t/lib/b.t
22689 ____________________________________________________________________________
22690 [  9462] By: jhi                                   on 2001/03/30  02:29:37
22691         Log: Subject: B::Deparse precedence bug. (Patch included.)
22692              From: Jeremy Madea <jmadea@inktomi.com>
22693              Date: Thu, 29 Mar 2001 12:05:02 -0800
22694              Message-ID: <20010329120502.A24881@dr.inktomi.com>
22695      Branch: perl
22696            ! ext/B/B/Deparse.pm
22697 ____________________________________________________________________________
22698 [  9461] By: jhi                                   on 2001/03/30  02:18:41
22699         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
22700              From: Peter Prymmer <pvhp@forte.com>
22701              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
22702              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
22703      Branch: perl
22704            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
22705            ! t/lib/md5-file.t
22706 ____________________________________________________________________________
22707 [  9460] By: jhi                                   on 2001/03/30  02:17:07
22708         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
22709              From: Robin Houston <robin@kitsite.com>
22710              Date: Thu, 29 Mar 2001 20:47:56 +0100
22711              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
22712      Branch: perl
22713            ! ext/B/B/Debug.pm
22714 ____________________________________________________________________________
22715 [  9459] By: jhi                                   on 2001/03/30  02:16:05
22716         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
22717              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22718              Date: Wed, 28 Mar 2001 18:02:20 -0600
22719              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
22720      Branch: perl
22721            ! lib/ExtUtils/MM_VMS.pm
22722 ____________________________________________________________________________
22723 [  9458] By: jhi                                   on 2001/03/30  02:07:58
22724         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
22725              From: "Joshua E. Rodd" <jrodd@pbs.org>
22726              Date: Wed, 28 Mar 2001 17:29:12 -0500
22727              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
22728      Branch: perl
22729            ! pod/perlop.pod
22730 ____________________________________________________________________________
22731 [  9457] By: jhi                                   on 2001/03/30  02:04:33
22732         Log: Subject: ext/re/aix.pl can go
22733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22734              Date: Thu, 29 Mar 2001 12:03:28 +0200
22735              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
22736      Branch: perl
22737            - ext/re/hints/aix.pl
22738            ! MANIFEST
22739 ____________________________________________________________________________
22740 [  9456] By: jhi                                   on 2001/03/30  02:03:32
22741         Log: Integrate perlio.
22742      Branch: perl
22743           !> ext/Encode/Encode.xs installperl
22744 ____________________________________________________________________________
22745 [  9455] By: nick                                  on 2001/03/29  21:11:46
22746         Log: DLL name has changed so installperl needs to know
22747              (Why isn't it working it out or passed it?)
22748      Branch: perlio
22749            ! installperl
22750 ____________________________________________________________________________
22751 [  9454] By: nick                                  on 2001/03/29  20:56:12
22752         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
22753              and we don't get undef warnings.
22754      Branch: perlio
22755            ! ext/Encode/Encode.xs
22756 ____________________________________________________________________________
22757 [  9453] By: nick                                  on 2001/03/29  17:58:48
22758         Log: Integrate mainline
22759      Branch: perlio
22760           !> Changes patchlevel.h
22761 ____________________________________________________________________________
22762 [  9452] By: jhi                                   on 2001/03/29  16:44:55
22763         Log: Update Changes.
22764      Branch: perl
22765            ! Changes patchlevel.h
22766 ____________________________________________________________________________
22767 [  9451] By: nick                                  on 2001/03/29  16:31:38
22768         Log: Integrate mainline
22769      Branch: perlio
22770           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
22771           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
22772           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
22773           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
22774           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
22775 ____________________________________________________________________________
22776 [  9450] By: jhi                                   on 2001/03/29  16:29:17
22777         Log: Integrate perlio.
22778      Branch: perl
22779           !> win32/buildext.pl
22780 ____________________________________________________________________________
22781 [  9449] By: jhi                                   on 2001/03/29  15:50:01
22782         Log: Update Changes.
22783      Branch: perl
22784            ! Changes patchlevel.h
22785 ____________________________________________________________________________
22786 [  9448] By: nick                                  on 2001/03/29  15:47:15
22787         Log: Make sure buildext.pl finds Errno.pm
22788      Branch: perlio
22789            ! win32/buildext.pl
22790 ____________________________________________________________________________
22791 [  9447] By: jhi                                   on 2001/03/29  15:39:34
22792         Log: Integrate perlio.
22793      Branch: perl
22794           !> win32/makefile.mk
22795 ____________________________________________________________________________
22796 [  9446] By: nick                                  on 2001/03/29  15:30:03
22797         Log: Integrate win32/makefile.mk with mainline.
22798      Branch: perlio
22799           !> win32/makefile.mk
22800 ____________________________________________________________________________
22801 [  9445] By: nick                                  on 2001/03/29  15:27:32
22802         Log: Fix breakage ... 
22803      Branch: perlio
22804            ! win32/makefile.mk
22805 ____________________________________________________________________________
22806 [  9444] By: jhi                                   on 2001/03/29  15:03:08
22807         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
22808              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22809              Date: Thu, 29 Mar 2001 10:32:59 +0400
22810              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
22811      Branch: perl
22812            ! win32/makefile.mk
22813 ____________________________________________________________________________
22814 [  9443] By: jhi                                   on 2001/03/29  15:02:12
22815         Log: Integrate perlio.
22816      Branch: perl
22817           +> win32/buildext.pl
22818           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
22819           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
22820 ____________________________________________________________________________
22821 [  9442] By: nick                                  on 2001/03/29  14:59:11
22822         Log: Work in progress - determine win32 extensions to build via script.
22823      Branch: perlio
22824            + win32/buildext.pl
22825            ! MANIFEST win32/makefile.mk
22826 ____________________________________________________________________________
22827 [  9441] By: jhi                                   on 2001/03/29  14:51:47
22828         Log: Reintroduce the use of external pwd.
22829      Branch: perl
22830            ! t/lib/cwd.t
22831 ____________________________________________________________________________
22832 [  9440] By: jhi                                   on 2001/03/29  14:42:58
22833         Log: use warnings instead of -w.
22834      Branch: perl
22835            ! utils/h2xs.PL
22836 ____________________________________________________________________________
22837 [  9439] By: jhi                                   on 2001/03/29  14:41:52
22838         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
22839              From: Jonathan Stowe <gellyfish@gellyfish.com>
22840              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
22841              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
22842      Branch: perl
22843            ! utils/h2xs.PL
22844 ____________________________________________________________________________
22845 [  9438] By: jhi                                   on 2001/03/29  14:39:38
22846         Log: Subject: [PATCH perl@9424] minor pod nits
22847              From: Robin Barker <rmb1@cise.npl.co.uk>
22848              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
22849              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
22850      Branch: perl
22851            ! pod/perlhack.pod pod/perliol.pod
22852 ____________________________________________________________________________
22853 [  9437] By: jhi                                   on 2001/03/29  14:29:16
22854         Log: Subject: [PATCH perl@9424] typemap cast warning
22855              From: Robin Barker <rmb1@cise.npl.co.uk>
22856              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
22857              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
22858      Branch: perl
22859            ! lib/ExtUtils/typemap
22860 ____________________________________________________________________________
22861 [  9436] By: jhi                                   on 2001/03/29  14:26:03
22862         Log: Subject: [PATCH perl@9424] printf warning
22863              From: Robin Barker <rmb1@cise.npl.co.uk>
22864              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
22865              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
22866      Branch: perl
22867            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
22868            ! ext/Storable/Storable.xs toke.c
22869 ____________________________________________________________________________
22870 [  9435] By: nick                                  on 2001/03/29  14:23:31
22871         Log: Win32 has name conflict with ERROR
22872      Branch: perlio
22873            ! ext/PerlIO/Via/Via.xs
22874 ____________________________________________________________________________
22875 [  9434] By: jhi                                   on 2001/03/29  14:17:48
22876         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
22877              From: Peter Prymmer <pvhp@forte.com>
22878              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
22879              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
22880      Branch: perl
22881            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
22882 ____________________________________________________________________________
22883 [  9433] By: jhi                                   on 2001/03/29  13:52:44
22884         Log: test-prep target was missing.
22885      Branch: perl
22886            ! Makefile.SH
22887 ____________________________________________________________________________
22888 [  9432] By: nick                                  on 2001/03/29  12:40:03
22889         Log: Make as-shipped compiler default to MSVC6 
22890      Branch: perlio
22891            ! win32/makefile.mk
22892 ____________________________________________________________________________
22893 [  9431] By: nick                                  on 2001/03/29  12:12:16
22894         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
22895              akin to PerlIO::Scalar.
22896      Branch: perlio
22897            ! perlio.c perlio.h
22898 ____________________________________________________________________________
22899 [  9430] By: nick                                  on 2001/03/29  10:56:35
22900         Log: Integrate mainline.
22901      Branch: perlio
22902           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
22903           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
22904           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
22905           !> win32/makefile.mk win32/win32sck.c
22906 ____________________________________________________________________________
22907 [  9429] By: nick                                  on 2001/03/29  09:03:43
22908         Log: Noticed that two tests were skipped as perlio:: package
22909              isn't there any more. Changed the skip condition.
22910              Avoid core-dump if sv_utf8_upgrade() called on something
22911              that does not become SvPOK after SvPV() (e.g. a ref).
22912      Branch: perlio
22913            ! sv.c t/io/utf8.t t/lib/io_scalar.t
22914 ____________________________________________________________________________
22915 [  9428] By: jhi                                   on 2001/03/29  01:31:47
22916         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
22917              From: Benjamin Sugars <bsugars@canoe.ca> 
22918              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
22919              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
22920      Branch: perl
22921            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
22922            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
22923            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
22924 ____________________________________________________________________________
22925 [  9427] By: jhi                                   on 2001/03/29  00:49:30
22926         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
22927              From: "Vadim Konovalov" <watman@inbox.ru>
22928              Date: Thu, 29 Mar 2001 01:50:12 +0400
22929              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
22930      Branch: perl
22931            ! win32/makefile.mk win32/win32sck.c
22932 ____________________________________________________________________________
22933 [  9426] By: gsar                                  on 2001/03/29  00:28:04
22934         Log: dmake can only handle == and != in comparisons; support building
22935              with Borland's VCL libraries (from Vadim Konovalov)
22936      Branch: maint-5.6/perl
22937            ! win32/makefile.mk
22938 ____________________________________________________________________________
22939 [  9425] By: nick                                  on 2001/03/28  19:29:56
22940         Log: Integrate (@snapshot)
22941      Branch: perlio
22942           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
22943 ____________________________________________________________________________
22944 [  9424] By: jhi                                   on 2001/03/28  19:03:16
22945         Log: Update Changes.
22946      Branch: perl
22947            ! Changes patchlevel.h
22948 ____________________________________________________________________________
22949 [  9423] By: jhi                                   on 2001/03/28  18:52:09
22950         Log: Rmdir lib/XS on cleanup.
22951      Branch: perl
22952            ! Makefile.SH
22953 ____________________________________________________________________________
22954 [  9422] By: jhi                                   on 2001/03/28  18:49:34
22955         Log: Integrate perlio.
22956      Branch: perl
22957           !> t/op/utf8decode.t
22958 ____________________________________________________________________________
22959 [  9421] By: nick                                  on 2001/03/28  18:46:44
22960         Log: Loose duplicate chunk.
22961      Branch: perlio
22962            ! t/op/utf8decode.t
22963 ____________________________________________________________________________
22964 [  9420] By: nick                                  on 2001/03/28  18:44:11
22965         Log: Integrate mainline.
22966      Branch: perlio
22967           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
22968           !> vms/vmsish.h
22969 ____________________________________________________________________________
22970 [  9419] By: jhi                                   on 2001/03/28  18:42:05
22971         Log: Can't trust external pwds
22972              (either shell builtins or external programs)
22973      Branch: perl
22974            ! t/lib/cwd.t
22975 ____________________________________________________________________________
22976 [  9418] By: jhi                                   on 2001/03/28  18:34:05
22977         Log: Integrate perlio.
22978      Branch: perl
22979            - lib/perlio.pm
22980           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
22981           !> t/op/utf8decode.t
22982 ____________________________________________________________________________
22983 [  9417] By: nick                                  on 2001/03/28  18:24:02
22984         Log: PerlIO.pm / perlio.pm conflict.
22985              Update some pods.
22986              Make t/op/utf8decode.t a text file.
22987      Branch: perlio
22988            - lib/perlio.pm
22989            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
22990            ! t/op/utf8decode.t
22991 ____________________________________________________________________________
22992 [  9416] By: jhi                                   on 2001/03/28  18:06:07
22993         Log: Integrate change #9409 from mainline to maintperl.
22994              
22995              Yet another tweak on AIX dynaloading.
22996      Branch: maint-5.6/perl
22997           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22998 ____________________________________________________________________________
22999 [  9415] By: gsar                                  on 2001/03/28  17:13:01
23000         Log: integrate changes#9377,9385,9401 from mainline
23001              
23002              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23003              
23004              If directory entries compare equal case-insensitively,
23005              retry case-sensitively.
23006              
23007              Subject: [PATCH] B::Terse and warnings
23008      Branch: maint-5.6/perl
23009           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
23010           !> t/pragma/warn/perl
23011 ____________________________________________________________________________
23012 [  9414] By: jhi                                   on 2001/03/28  17:11:12
23013         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
23014              From: "Craig A. Berry" <craigberry@mac.com>
23015              Date: Wed, 28 Mar 2001 10:55:20 -0600
23016              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
23017      Branch: perl
23018            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
23019 ____________________________________________________________________________
23020 [  9413] By: jhi                                   on 2001/03/28  17:03:12
23021         Log: Dup hunk.
23022      Branch: perl
23023            ! t/op/utf8decode.t
23024 ____________________________________________________________________________
23025 [  9412] By: jhi                                   on 2001/03/28  17:02:36
23026         Log: Forced integrate from perlio.
23027      Branch: perl
23028           !> t/op/utf8decode.t
23029 ____________________________________________________________________________
23030 [  9411] By: nick                                  on 2001/03/28  16:50:03
23031         Log: Integrate mainline.
23032      Branch: perlio
23033           +> t/lib/cwd.t
23034           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23035           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
23036           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
23037           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
23038           !> t/pragma/warn/perl
23039 ____________________________________________________________________________
23040 [  9410] By: jhi                                   on 2001/03/28  16:44:23
23041         Log: Subject: Re: [PATCH] 9403 cannot be tested
23042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23043              Date: Wed, 28 Mar 2001 18:33:56 +0200
23044              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
23045      Branch: perl
23046            ! makedef.pl
23047 ____________________________________________________________________________
23048 [  9409] By: jhi                                   on 2001/03/28  16:12:45
23049         Log: Yet another tweak on AIX dynaloading.
23050      Branch: perl
23051            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23052 ____________________________________________________________________________
23053 [  9408] By: jhi                                   on 2001/03/28  15:52:55
23054         Log: Subject: [PATCH] 9403 cannot be tested
23055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23056              Date: Wed, 28 Mar 2001 17:23:00 +0200
23057              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
23058              
23059              A missing symbol.
23060      Branch: perl
23061            ! makedef.pl
23062 ____________________________________________________________________________
23063 [  9407] By: jhi                                   on 2001/03/28  15:47:43
23064         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
23065      Branch: perl
23066            ! t/op/utf8decode.t
23067           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23068           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
23069 ____________________________________________________________________________
23070 [  9406] By: jhi                                   on 2001/03/28  15:37:08
23071         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
23072              From: Benjamin Sugars <bsugars@canoe.ca> 
23073              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
23074              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
23075      Branch: perl
23076            + t/lib/cwd.t
23077            ! MANIFEST
23078 ____________________________________________________________________________
23079 [  9405] By: jhi                                   on 2001/03/28  15:13:18
23080         Log: pp_ne() needs a CORRECT boolean.
23081      Branch: perl
23082            ! pp.c
23083 ____________________________________________________________________________
23084 [  9404] By: jhi                                   on 2001/03/28  15:09:23
23085         Log: pp_ne() needs a boolean, not an integer.
23086      Branch: perl
23087            ! pp.c
23088 ____________________________________________________________________________
23089 [  9403] By: jhi                                   on 2001/03/28  14:47:43
23090         Log: (Retracted by #9404.)
23091      Branch: perl
23092            ! pp.c
23093 ____________________________________________________________________________
23094 [  9402] By: jhi                                   on 2001/03/28  14:43:59
23095         Log: Subject: Re: [PATCH] Typemap testing
23096              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
23097              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
23098              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
23099      Branch: perl
23100            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23101            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
23102 ____________________________________________________________________________
23103 [  9401] By: jhi                                   on 2001/03/28  14:42:14
23104         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23105              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23106              Date: Sun, 25 Mar 2001 21:59:15 +0100
23107              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
23108              
23109              A variable will be checked for the "use once" warnings if:
23110              
23111              1. It is in the scope of a use warnings 'once'
23112              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
23113              
23114              Otherwise it won't be checked at all.
23115              
23116              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
23117              
23118              The enclosed patch partially fixes this issue. What I didn't
23119              get to work was the case where the "used once" warning is enabled
23120              in any file other than the main file.
23121      Branch: perl
23122            ! gv.c t/pragma/warn/perl
23123 ____________________________________________________________________________
23124 [  9400] By: nick                                  on 2001/03/28  14:38:24
23125         Log: More EBCDIC tweaks:
23126              - one more swash issue &~(0xA0-1) did not do the right thing,
23127              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
23128              - add "use re 'asciirange'" to make [!-~] etc. work
23129              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
23130              - Choose a key for t/op/each.t test which gets encoded.
23131              - Skip utf8decode if this is UTF-EBCDIC.
23132      Branch: perlio
23133            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23134            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
23135 ____________________________________________________________________________
23136 [  9399] By: jhi                                   on 2001/03/28  14:21:00
23137         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
23138              Andreas Schwab.
23139      Branch: perl
23140            ! pp.c
23141 ____________________________________________________________________________
23142 [  9398] By: jhi                                   on 2001/03/28  00:55:56
23143         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
23144              From: David Dyck <dcd@tc.fluke.com>
23145              Date: Tue, 27 Mar 2001 15:16:24 -0800
23146              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
23147      Branch: perl
23148            ! ext/IO/lib/IO/Socket.pm
23149 ____________________________________________________________________________
23150 [  9397] By: jhi                                   on 2001/03/27  21:52:49
23151         Log: Integrate perlio.
23152      Branch: perl
23153           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23154           +> ext/PerlIO/Via/Via.xs
23155           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23156 ____________________________________________________________________________
23157 [  9396] By: nick                                  on 2001/03/27  21:45:13
23158         Log: Integrate mainline.
23159      Branch: perlio
23160           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
23161           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
23162 ____________________________________________________________________________
23163 [  9395] By: nick                                  on 2001/03/27  21:18:58
23164         Log: Outline docs for PerlIO and PerlIO::Scalar
23165      Branch: perlio
23166            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23167 ____________________________________________________________________________
23168 [  9394] By: nick                                  on 2001/03/27  20:50:13
23169         Log: PerlIO::Via layer (alpha-ish).
23170      Branch: perlio
23171            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23172            + ext/PerlIO/Via/Via.xs
23173            ! MANIFEST
23174 ____________________________________________________________________________
23175 [  9393] By: jhi                                   on 2001/03/27  20:49:55
23176         Log: Retract #9329 now that 9390 should take care of the matter.
23177      Branch: perl
23178            ! utils/h2xs.PL
23179 ____________________________________________________________________________
23180 [  9390] By: jhi                                   on 2001/03/27  20:47:50
23181         Log: Subject: Autoloading Errno.pm when %! is encountered
23182              From: Robin Houston <robin@kitsite.com>
23183              Date: Tue, 27 Mar 2001 20:57:11 +0100
23184              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
23185      Branch: perl
23186            ! embed.h embed.pl gv.c proto.h t/op/magic.t
23187 ____________________________________________________________________________
23188 [  9389] By: jhi                                   on 2001/03/27  20:24:31
23189         Log: Integrate perlio.
23190      Branch: perl
23191           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23192           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
23193           !> utf8.c
23194 ____________________________________________________________________________
23195 [  9388] By: jhi                                   on 2001/03/27  20:21:38
23196         Log: Better have a three-element array if one is going to assign
23197              to the third element of that array. (from Tim Jenness)
23198      Branch: perl
23199            ! ext/XS/Typemap/Typemap.xs
23200 ____________________________________________________________________________
23201 [  9387] By: nick                                  on 2001/03/27  20:15:43
23202         Log: Integrate mainline.
23203      Branch: perlio
23204           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23205           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23206           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23207           +> t/lib/xs-typemap.t
23208           !> (integrate 34 files)
23209 ____________________________________________________________________________
23210 [  9386] By: jhi                                   on 2001/03/27  20:04:18
23211         Log: Subject: Re: perl@9359 breaks HTML::Parser
23212              From: Gisle Aas <gisle@ActiveState.com>
23213              Date: 27 Mar 2001 11:30:24 -0800
23214              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
23215              
23216              Clarify the UTF-8 issues of the API docs.
23217              (Slightly reworded and expanded.)
23218      Branch: perl
23219            ! pod/perlapi.pod sv.c sv.h
23220 ____________________________________________________________________________
23221 [  9385] By: jhi                                   on 2001/03/27  19:44:25
23222         Log: If directory entries compare equal case-insensitively,
23223              retry case-sensitively.
23224      Branch: perl
23225            ! ext/File/Glob/bsd_glob.c
23226 ____________________________________________________________________________
23227 [  9384] By: nick                                  on 2001/03/27  19:38:50
23228         Log: Various EBCDIC fixes:
23229              - major revelation that swash code is encoding aware,
23230              (or thought it was) - now it is ;-)
23231              - With that out of the way fix a slab of tr/// cases.
23232              - Fix Encode 'Unicode' to be true Unicode so tests pass.
23233              - As anticipated Base64.xs needed tweaks.
23234              - Until tr/// works right avoid old_encode64 in MIME tests.
23235      Branch: perlio
23236            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23237            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
23238 ____________________________________________________________________________
23239 [  9383] By: jhi                                   on 2001/03/27  18:34:41
23240         Log: Add the std test suite BEGIN block.
23241      Branch: perl
23242            ! t/lib/xs-typemap.t
23243 ____________________________________________________________________________
23244 [  9382] By: jhi                                   on 2001/03/27  15:16:07
23245         Log: Add debugging output to the test.
23246      Branch: perl
23247            ! t/lib/glob-basic.t
23248 ____________________________________________________________________________
23249 [  9381] By: jhi                                   on 2001/03/27  15:08:10
23250         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
23251      Branch: perl
23252            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23253            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23254            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23255            + t/lib/xs-typemap.t
23256            ! MANIFEST
23257 ____________________________________________________________________________
23258 [  9380] By: jhi                                   on 2001/03/27  14:48:34
23259         Log: Subject: [PATCH] Typemap testing
23260              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
23261              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
23262              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
23263              
23264              (The first part of the patch.)
23265      Branch: perl
23266            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
23267 ____________________________________________________________________________
23268 [  9379] By: jhi                                   on 2001/03/27  14:44:56
23269         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
23270              From: Benjamin Sugars <bsugars@canoe.ca> 
23271              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
23272              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
23273      Branch: perl
23274            ! t/lib/glob-basic.t
23275 ____________________________________________________________________________
23276 [  9378] By: jhi                                   on 2001/03/27  14:42:30
23277         Log: Subject: [PATCH] perlvar nit
23278              From: Simon Cozens <simon@netthink.co.uk>
23279              Date: Tue, 27 Mar 2001 01:12:01 +0100
23280              Message-ID: <20010327011201.A19179@netthink.co.uk>
23281      Branch: perl
23282            ! pod/perlvar.pod
23283 ____________________________________________________________________________
23284 [  9377] By: jhi                                   on 2001/03/27  14:36:26
23285         Log: Subject: [PATCH] B::Terse and warnings
23286              From: Benjamin Sugars <ben.sugars@home.com>
23287              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
23288              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
23289      Branch: perl
23290            ! ext/B/B.pm ext/B/B/Terse.pm
23291 ____________________________________________________________________________
23292 [  9376] By: jhi                                   on 2001/03/27  14:31:31
23293         Log: Document sockatmark() some.
23294      Branch: perl
23295            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
23296            ! pod/perltoc.pod
23297 ____________________________________________________________________________
23298 [  9375] By: jhi                                   on 2001/03/27  14:00:24
23299         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
23300              noted by Gisle and fixed by NI-S.
23301      Branch: perl
23302            ! sv.c
23303 ____________________________________________________________________________
23304 [  9374] By: jhi                                   on 2001/03/27  05:50:01
23305         Log: Regen toc.
23306      Branch: perl
23307            ! pod/perltoc.pod
23308 ____________________________________________________________________________
23309 [  9373] By: jhi                                   on 2001/03/27  05:43:51
23310         Log: Pixie documenting.
23311      Branch: perl
23312            ! Makefile.SH pod/perlhack.pod
23313 ____________________________________________________________________________
23314 [  9372] By: jhi                                   on 2001/03/27  05:29:34
23315         Log: Metaconfig unit changes for #9371.
23316      Branch: metaconfig
23317            ! U/modified/myhostname.U
23318      Branch: metaconfig/U/perl
23319            + d_sockatmark.U
23320            ! gccvers.U
23321 ____________________________________________________________________________
23322 [  9371] By: jhi                                   on 2001/03/27  05:29:07
23323         Log: Add sockatmark() probing.
23324      Branch: perl
23325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23326            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23327            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23328            ! vos/config.ga.h win32/config.bc win32/config.gc
23329            ! win32/config.vc
23330 ____________________________________________________________________________
23331 [  9370] By: jhi                                   on 2001/03/26  22:01:18
23332         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
23333              Really need to benchmark this.
23334      Branch: perl
23335            ! pp.c
23336 ____________________________________________________________________________
23337 [  9369] By: nick                                  on 2001/03/26  21:59:30
23338         Log: Integrate mainline.
23339      Branch: perlio
23340            ! ext/MIME/Base64/QuotedPrint.pm
23341           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23342           !> patchlevel.h pod/perlhack.pod pp_sys.c
23343 ____________________________________________________________________________
23344 [  9368] By: jhi                                   on 2001/03/26  21:47:03
23345         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
23346              
23347              TODO1: perlbench.
23348              TODO2: le, lt, ge, gt?  Yech.
23349      Branch: perl
23350            ! pp.c
23351 ____________________________________________________________________________
23352 [  9367] By: jhi                                   on 2001/03/26  21:34:57
23353         Log: Too much cut-and-paste in #9363.
23354      Branch: perl
23355            ! pp_sys.c
23356 ____________________________________________________________________________
23357 [  9366] By: jhi                                   on 2001/03/26  21:20:53
23358         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
23359              From: Andreas Schwab <schwab@suse.de>
23360              Date: 26 Mar 2001 17:29:04 +0200
23361              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
23362              
23363              (The patch for 5.6.0 or so, this is a guess for bleadperl)
23364      Branch: perl
23365            ! pp_hot.c
23366 ____________________________________________________________________________
23367 [  9365] By: jhi                                   on 2001/03/26  21:07:54
23368         Log: Integrate perlio.
23369      Branch: perl
23370           !> perlio.c
23371 ____________________________________________________________________________
23372 [  9364] By: nick                                  on 2001/03/26  20:30:48
23373         Log: REFCNT botch in layer name cache hash.
23374      Branch: perlio
23375            ! perlio.c
23376 ____________________________________________________________________________
23377 [  9363] By: jhi                                   on 2001/03/26  18:44:32
23378         Log: Subject: [PATCH] socket() leaks file descriptors
23379              From: Benjamin Sugars <bsugars@canoe.ca>
23380              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
23381              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
23382              
23383              Also sockpair() fixed similarly.
23384      Branch: perl
23385            ! pp_sys.c
23386 ____________________________________________________________________________
23387 [  9362] By: jhi                                   on 2001/03/26  18:37:52
23388         Log: Integrate perlio.
23389      Branch: perl
23390           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
23391 ____________________________________________________________________________
23392 [  9361] By: nick                                  on 2001/03/26  17:32:06
23393         Log: Implement flush of linebuffered streams on read of a tty.
23394      Branch: perlio
23395            ! perlio.c perliol.h
23396 ____________________________________________________________________________
23397 [  9360] By: nick                                  on 2001/03/26  17:12:32
23398         Log: Memory tweaks and notes for OEMVS.
23399      Branch: perlio
23400            ! README.os390 miniperlmain.c t/op/pat.t
23401 ____________________________________________________________________________
23402 [  9359] By: jhi                                   on 2001/03/26  02:12:54
23403         Log: Update Changes.
23404      Branch: perl
23405            ! Changes patchlevel.h
23406 ____________________________________________________________________________
23407 [  9358] By: jhi                                   on 2001/03/26  02:05:32
23408         Log: Document the most common pixie options.
23409      Branch: perl
23410            ! pod/perlhack.pod
23411 ____________________________________________________________________________
23412 [  9357] By: jhi                                   on 2001/03/26  01:25:28
23413         Log: For perl.pixie check *before* compiling that optimize is -g,
23414              as for perl.third.
23415      Branch: perl
23416            ! Makefile.SH
23417 ____________________________________________________________________________
23418 [  9356] By: jhi                                   on 2001/03/26  01:13:41
23419         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
23420      Branch: perl
23421            ! Makefile.SH
23422 ____________________________________________________________________________
23423 [  9355] By: jhi                                   on 2001/03/26  01:11:19
23424         Log: Remove t/perl.third.
23425      Branch: perl
23426            ! Makefile.SH
23427 ____________________________________________________________________________
23428 [  9354] By: jhi                                   on 2001/03/26  00:23:38
23429         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
23430              IO::Sockatmark().
23431      Branch: perl
23432            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23433 ____________________________________________________________________________
23434 [  9353] By: jhi                                   on 2001/03/25  22:25:04
23435         Log: Integrate perlio.
23436      Branch: perl
23437           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23438           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
23439           !> pp_hot.c win32/makefile.mk
23440 ____________________________________________________________________________
23441 [  9352] By: jhi                                   on 2001/03/25  22:21:41
23442         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
23443              From: Radu Greab <radu@netsoft.ro>
23444              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
23445              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
23446      Branch: perl
23447            ! pp_sys.c
23448 ____________________________________________________________________________
23449 [  9351] By: nick                                  on 2001/03/25  22:15:02
23450         Log: Fix readline in list mode to tell rest of world that it has
23451              things on the stack. Otherwise if perl code gets invoked
23452              underneath it it scribbles over results-so-far.
23453              (Why TIEHANDLE has not tripped on this is a mystery.)
23454      Branch: perlio
23455            ! pp_hot.c
23456 ____________________________________________________________________________
23457 [  9350] By: nick                                  on 2001/03/25  22:10:13
23458         Log: win32/makefile.mk typos
23459      Branch: perlio
23460            ! win32/makefile.mk
23461 ____________________________________________________________________________
23462 [  9349] By: nick                                  on 2001/03/25  21:31:14
23463         Log: Integrate now-non-binary file.
23464      Branch: perlio
23465           !> t/lib/mimeqp.t
23466 ____________________________________________________________________________
23467 [  9348] By: nick                                  on 2001/03/25  21:27:24
23468         Log: Make it text
23469      Branch: perlio
23470            ! t/lib/mimeqp.t
23471 ____________________________________________________________________________
23472 [  9347] By: nick                                  on 2001/03/25  21:25:37
23473         Log: Integrate mainline.
23474      Branch: perlio
23475           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23476           !> lib/Term/ReadLine.pm t/lib/md5-file.t
23477 ____________________________________________________________________________
23478 [  9346] By: nick                                  on 2001/03/25  20:58:15
23479         Log: Add destruct time hook to PerlIO (for work-in-process implementing
23480              layers in perl code. In such cases layers need to be popped before
23481              we loose the ability to run perl code.)
23482              Also back-out "PerlIO::object" hook - it isn't going to work like that...
23483      Branch: perlio
23484            ! perl.c perlio.c perlio.h perliol.h
23485 ____________________________________________________________________________
23486 [  9345] By: nick                                  on 2001/03/25  20:49:11
23487         Log: Avoid at leasy one of undefined warnings in Encode.
23488      Branch: perlio
23489            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23490 ____________________________________________________________________________
23491 [  9344] By: jhi                                   on 2001/03/25  20:37:43
23492         Log: A workaround for using Term::ReadLine in emacs minibuffer
23493              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
23494              additional tweaks from Ilya Zakharevich.
23495      Branch: perl
23496            ! lib/Term/ReadLine.pm
23497 ____________________________________________________________________________
23498 [  9343] By: nick                                  on 2001/03/25  20:21:14
23499         Log: Missing return value.
23500      Branch: perlio
23501            ! ext/PerlIO/Scalar/Scalar.xs
23502 ____________________________________________________________________________
23503 [  9342] By: jhi                                   on 2001/03/25  16:21:00
23504         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
23505              to equal the CPAN versions since no code changes have been made.
23506      Branch: perl
23507            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23508            ! t/lib/md5-file.t
23509 ____________________________________________________________________________
23510 [  9341] By: jhi                                   on 2001/03/25  16:01:48
23511         Log: Escape 8-bit characters.
23512      Branch: perl
23513            ! t/lib/mimeqp.t
23514 ____________________________________________________________________________
23515 [  9340] By: gsar                                  on 2001/03/25  15:50:53
23516         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
23517              chars)
23518      Branch: perl
23519            + t/lib/mimeqp.t
23520 ____________________________________________________________________________
23521 [  9339] By: gsar                                  on 2001/03/25  15:48:50
23522         Log: delete mimeqp.t for later with text mode set
23523      Branch: perl
23524            - t/lib/mimeqp.t
23525 ____________________________________________________________________________
23526 [  9338] By: nick                                  on 2001/03/25  09:01:57
23527         Log: Integrate mainline.
23528      Branch: perlio
23529           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23530           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
23531           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
23532           +> t/lib/mimeb64u.t t/lib/mimeqp.t
23533           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
23534           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
23535           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
23536 ____________________________________________________________________________
23537 [  9337] By: jhi                                   on 2001/03/25  04:23:24
23538         Log: Add MIME::Base64 here and there.  Again, a lot of
23539              optimism is in the air.
23540      Branch: perl
23541            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
23542            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
23543 ____________________________________________________________________________
23544 [  9336] By: jhi                                   on 2001/03/25  04:12:43
23545         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
23546              this by ear as I do not do Win32 programming.)
23547      Branch: perl
23548            ! win32/Makefile win32/makefile.mk
23549 ____________________________________________________________________________
23550 [  9335] By: jhi                                   on 2001/03/25  04:03:50
23551         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
23552      Branch: perl
23553            ! t/lib/md5-file.t
23554 ____________________________________________________________________________
23555 [  9334] By: jhi                                   on 2001/03/25  03:58:53
23556         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
23557      Branch: perl
23558            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23559            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
23560            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
23561            + t/lib/mimeb64u.t t/lib/mimeqp.t
23562            ! MANIFEST
23563 ____________________________________________________________________________
23564 [  9333] By: jhi                                   on 2001/03/24  20:14:37
23565         Log: Integrate perlio.
23566      Branch: perl
23567           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
23568 ____________________________________________________________________________
23569 [  9332] By: nick                                  on 2001/03/24  19:40:34
23570         Log: Fix un-init variable leading to spurious "Out of Memory!"
23571      Branch: perlio
23572            ! doio.c
23573 ____________________________________________________________________________
23574 [  9331] By: nick                                  on 2001/03/24  19:09:59
23575         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
23576              and update layers internals doc.
23577      Branch: perlio
23578            ! pod/perlfunc.pod pod/perliol.pod
23579 ____________________________________________________________________________
23580 [  9330] By: jhi                                   on 2001/03/24  18:42:11
23581         Log: The length might be uninitialized garbage if the *svp is the undef.
23582      Branch: perl
23583            ! doio.c
23584 ____________________________________________________________________________
23585 [  9329] By: jhi                                   on 2001/03/24  18:26:57
23586         Log: (Retracted by #9393)
23587
23588              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
23589              From: Simon Cozens <simon@netthink.co.uk>
23590              Date: Sat, 24 Mar 2001 17:13:17 +0000
23591              Message-ID: <20010324171317.A13406@netthink.co.uk>
23592      Branch: perl
23593            ! utils/h2xs.PL
23594 ____________________________________________________________________________
23595 [  9328] By: nick                                  on 2001/03/24  17:22:02
23596         Log: Integrate mainline.
23597      Branch: perlio
23598           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
23599           !> lib/unicode/version
23600 ____________________________________________________________________________
23601 [  9327] By: nick                                  on 2001/03/24  17:16:02
23602         Log: Integrate mainline.
23603      Branch: perlio
23604           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
23605           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
23606           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
23607           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
23608           +> t/lib/md5-file.t
23609           !> MANIFEST Makefile.SH configure.com djgpp/config.over
23610           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
23611           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
23612           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
23613           !> win32/makefile.mk
23614 ____________________________________________________________________________
23615 [  9326] By: jhi                                   on 2001/03/24  17:00:42
23616         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
23617      Branch: perl
23618            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
23619            ! lib/unicode/version
23620 ____________________________________________________________________________
23621 [  9325] By: jhi                                   on 2001/03/24  16:22:33
23622         Log: Subject: Re: B::Deparse bug (5.6.0)
23623              From: Robin Houston <robin@kitsite.com>
23624              Date: Sat, 24 Mar 2001 14:33:09 +0000
23625              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
23626      Branch: perl
23627            ! op.c pp.c t/lib/b.t t/op/repeat.t
23628 ____________________________________________________________________________
23629 [  9324] By: jhi                                   on 2001/03/24  16:21:56
23630         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
23631              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
23632              these additions may be too optimistic.
23633      Branch: perl
23634            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
23635            ! hints/uwin.sh hints/vmesa.sh
23636 ____________________________________________________________________________
23637 [  9323] By: jhi                                   on 2001/03/24  16:06:01
23638         Log: Integrate perlio.
23639      Branch: perl
23640           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
23641           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23642            ! Makefile.SH
23643           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
23644           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
23645           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
23646           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23647           !> win32/makefile.mk win32/perlhost.h win32/win32.c
23648           !> win32/win32iop.h
23649 ____________________________________________________________________________
23650 [  9322] By: nick                                  on 2001/03/24  14:39:12
23651         Log: Routine Win32 regen_config_h - no real changes.
23652      Branch: perlio
23653            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23654 ____________________________________________________________________________
23655 [  9321] By: nick                                  on 2001/03/24  14:31:49
23656         Log: PerlIO fixups for Win32:
23657              - provide win33_popenlist() - non-functional as yet.
23658              - avoid need for aTHX in PerlIO_debug calls - even if not 
23659              enabled args are still evaluated so Win32 has trouble during fork().
23660              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
23661              - Fixup makedef.pl for latest set of symbols.
23662      Branch: perlio
23663            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
23664            ! win32/perlhost.h win32/win32.c win32/win32iop.h
23665 ____________________________________________________________________________
23666 [  9320] By: nick                                  on 2001/03/24  14:26:58
23667         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
23668              was gibberish - broke it on WIn32 at least.
23669      Branch: perlio
23670            ! ext/POSIX/POSIX.xs
23671 ____________________________________________________________________________
23672 [  9319] By: nick                                  on 2001/03/24  11:29:41
23673         Log: Generated files.
23674      Branch: perlio
23675            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23676 ____________________________________________________________________________
23677 [  9318] By: nick                                  on 2001/03/24  10:29:37
23678         Log: Implement:
23679              1.  open($fh,"+<",undef);  # add test to t/io/open.t
23680              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
23681      Branch: perlio
23682            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
23683            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23684            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
23685            ! t/io/open.t t/io/utf8.t
23686 ____________________________________________________________________________
23687 [  9317] By: jhi                                   on 2001/03/23  23:41:25
23688         Log: AIX does seems to have optimization problems with its C compilers.
23689      Branch: perl
23690            ! hints/aix.sh
23691 ____________________________________________________________________________
23692 [  9316] By: jhi                                   on 2001/03/23  23:40:46
23693         Log: Integrate perlio.
23694      Branch: perl
23695           +> lib/PerlIO.pm
23696           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
23697           !> perliol.h
23698 ____________________________________________________________________________
23699 [  9315] By: jhi                                   on 2001/03/23  22:16:30
23700         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
23701      Branch: perl
23702            ! t/lib/md5-file.t
23703 ____________________________________________________________________________
23704 [  9314] By: nick                                  on 2001/03/23  20:49:02
23705         Log: Perlio internals re-organized.
23706              - open process creates AV of layer/arg pairs
23707              (appends layers from open() or open.pm to default list).
23708              - push arg is now an SV.
23709              - layer ->Open get passed the AV
23710              - open is no longer mandatory method.
23711              - topmost layer that has ->Open method does the open
23712              - any layers above are pushed once that returns.
23713              - vtable re-ordered so dummy layers need only provide push/pop methods.
23714      Branch: perlio
23715            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
23716 ____________________________________________________________________________
23717 [  9313] By: nick                                  on 2001/03/23  16:27:41
23718         Log: Check in a stable (working) version before next round of tweaks.
23719              Changes include:
23720              - Move default layers code out of doio.c and into perlio.c
23721              - Single routine for parsing layer specification strings.
23722              - Skeleton support for demand loading of layers
23723              - Core-dump avoidance if PERLIO environment specifies loadable layer
23724              (does not _work_ as need IO to load and need load to do IO ...)
23725      Branch: perlio
23726            + lib/PerlIO.pm
23727            ! MANIFEST doio.c perlio.c
23728 ____________________________________________________________________________
23729 [  9312] By: gsar                                  on 2001/03/23  16:25:25
23730         Log: add execute bit to files with shebang lines in the repository;
23731              avoid clobbering execute bit in Porting/makerel 
23732      Branch: maint-5.6/perl
23733            ! (edit 144 files)
23734 ____________________________________________________________________________
23735 [  9311] By: jhi                                   on 2001/03/23  14:25:35
23736         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
23737      Branch: perl
23738            ! MANIFEST
23739 ____________________________________________________________________________
23740 [  9310] By: jhi                                   on 2001/03/23  13:45:04
23741         Log: Subject: [PATCH] Net::Ping
23742              From: Colin McMillen <mcmi0037@tc.umn.edu>
23743              Date: Thu, 22 Mar 2001 19:30:31 -0600
23744              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
23745      Branch: perl
23746            ! lib/Net/Ping.pm
23747 ____________________________________________________________________________
23748 [  9309] By: jhi                                   on 2001/03/23  13:39:13
23749         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
23750      Branch: perl
23751            ! t/lib/md5-aaa.t t/lib/md5-file.t
23752 ____________________________________________________________________________
23753 [  9308] By: jhi                                   on 2001/03/23  13:20:34
23754         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
23755              - bump the version to 2.14
23756              - drop the base64 tests since they require MIME::Base64
23757              - drop the rfc1321.txt
23758              - drop the hints/dec_osf.pl since it's only needed for
23759              pre-5.005_03 Perls
23760              Todo:
23761              - the U32 alignment testing is now removed; it needs to
23762              be reintroduced as as a Config variable (meaning also
23763              as a Configure test)
23764              - get the new EBCDIC md5sum for MD5.pm
23765              - test in Win32 to see how badly I botched the makefiles
23766      Branch: perl
23767            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
23768            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
23769            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
23770            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
23771            + t/lib/md5-file.t
23772            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
23773            ! win32/Makefile win32/makefile.mk
23774 ____________________________________________________________________________
23775 [  9307] By: jhi                                   on 2001/03/23  12:56:14
23776         Log: Integrate change #9306 from maintperl into mainline,
23777              AIX dynaloader for AIXes without <load.h>.
23778      Branch: perl
23779           !> ext/DynaLoader/hints/aix.pl
23780 ____________________________________________________________________________
23781 [  9306] By: jhi                                   on 2001/03/23  12:51:36
23782         Log: There are AIXes without /usr/include/load.h,
23783              patch from H.Merijn Brand.
23784      Branch: maint-5.6/perl
23785            ! ext/DynaLoader/hints/aix.pl
23786 ____________________________________________________________________________
23787 [  9305] By: nick                                  on 2001/03/23  11:00:42
23788         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
23789      Branch: perlio
23790            ! ext/Encode/Encode.xs perlio.c perlio.h
23791 ____________________________________________________________________________
23792 [  9304] By: nick                                  on 2001/03/23  10:20:46
23793         Log: Render -Duseperlio functional again.
23794              - this is "quick fix" which calls PerlIO_apply_layers after opening,
23795              which is what old scheme did. New scheme needs to change that
23796              to make open(...,\$scalar) etc. work but this will do for now.
23797      Branch: perlio
23798            ! perlio.c
23799 ____________________________________________________________________________
23800 [  9303] By: nick                                  on 2001/03/23  09:53:20
23801         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
23802              -Uuseperlio now works again.
23803              -Duseperlio is still poorly. Don't merge yet...
23804      Branch: perlio
23805            ! doio.c perlio.h
23806 ____________________________________________________________________________
23807 [  9302] By: nick                                  on 2001/03/22  22:26:51
23808         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
23809              type code.
23810              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
23811              is its main caller. In particular now has access to "extra" args, and
23812              can tell when an open handle is "reopened" (or duped?).
23813              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
23814              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
23815              PerlIO_open() et. al. (i.e. other way round).
23816              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
23817              with args close to PerlIO_openn().
23818      Branch: perlio
23819            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
23820 ____________________________________________________________________________
23821 [  9301] By: jhi                                   on 2001/03/22  20:58:04
23822         Log: Integrate perlio.
23823      Branch: perl
23824           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
23825           !> t/io/open.t util.c
23826 ____________________________________________________________________________
23827 [  9300] By: nick                                  on 2001/03/22  17:36:32
23828         Log: Don't include $@ in not ok message.
23829      Branch: perlio
23830            ! t/io/open.t
23831 ____________________________________________________________________________
23832 [  9299] By: gsar                                  on 2001/03/22  16:53:45
23833         Log: back out changes#7532,7521 for now (appears to have problems
23834              on IRIX)
23835      Branch: maint-5.6/perl
23836            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23837            ! ext/POSIX/typemap pod/perlvar.pod
23838 ____________________________________________________________________________
23839 [  9298] By: nick                                  on 2001/03/22  14:35:46
23840         Log: Give a meaning to '&' in n-arg open case:
23841              open($fh,"<&",$scalar);
23842              $scalar can be:
23843              - an integer which does "fdopen"
23844              open($fh,"<&",2); # like open($fh,"<&2")
23845              - something that will yield a file handle via sv_2io()
23846              useful for dup'ing anonymous handles.
23847              e.g.:
23848              open(my $fh,"<&",\*STDIN);
23849              open(my $dup,"<&",$fh);
23850      Branch: perlio
23851            ! doio.c t/io/open.t
23852 ____________________________________________________________________________
23853 [  9297] By: nick                                  on 2001/03/22  13:34:35
23854         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
23855      Branch: perlio
23856            ! util.c
23857 ____________________________________________________________________________
23858 [  9296] By: nick                                  on 2001/03/22  12:51:20
23859         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
23860      Branch: perlio
23861            ! perl.c
23862 ____________________________________________________________________________
23863 [  9295] By: nick                                  on 2001/03/22  11:59:44
23864         Log: If stdin, stdout or stderr get opened in unexpected read/write state
23865              then warn at time of open not at time of use.
23866      Branch: perlio
23867            ! doio.c pp_hot.c pp_sys.c
23868 ____________________________________________________________________________
23869 [  9294] By: nick                                  on 2001/03/22  10:54:35
23870         Log: Die on n-arg open(...,"",xxx,yyy,...)
23871              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
23872              - die on read/write cases so we can decide what it means later.
23873      Branch: perlio
23874            ! doio.c embed.pl iperlsys.h util.c
23875 ____________________________________________________________________________
23876 [  9293] By: nick                                  on 2001/03/22  09:02:45
23877         Log: perlio tweaks (reported by Nick Clark)
23878              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
23879              error check in Pendinf_read().
23880      Branch: perlio
23881            ! perlio.c
23882 ____________________________________________________________________________
23883 [  9292] By: gsar                                  on 2001/03/22  07:12:00
23884         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
23885              fixes)
23886      Branch: maint-5.6/perl
23887           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
23888 ____________________________________________________________________________
23889 [  9291] By: jhi                                   on 2001/03/22  06:06:44
23890         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
23891      Branch: perl
23892            ! t/op/re_tests
23893 ____________________________________________________________________________
23894 [  9290] By: jhi                                   on 2001/03/22  05:57:01
23895         Log: Move MacOS Classic higher in the list of supported platforms.
23896      Branch: maint-5.6/perl
23897            ! pod/perlport.pod
23898 ____________________________________________________________________________
23899 [  9289] By: gsar                                  on 2001/03/22  05:35:04
23900         Log: revert part of change#6438 for compatibility (av_reify()
23901              appears to be needed to implement av_splice()ish things
23902              in XS)
23903      Branch: maint-5.6/perl
23904            ! embed.pl global.sym objXSUB.h perlapi.c
23905 ____________________________________________________________________________
23906 [  9288] By: gsar                                  on 2001/03/22  03:09:19
23907         Log: update copyright year
23908      Branch: maint-5.6/perl
23909            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23910            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
23911            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
23912            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
23913            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
23914            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
23915            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
23916            ! x2p/walk.c
23917 ____________________________________________________________________________
23918 [  9287] By: jhi                                   on 2001/03/21  20:30:54
23919         Log: Integrate perlio.
23920      Branch: perl
23921           !> ext/Data/Dumper/Dumper.xs
23922 ____________________________________________________________________________
23923 [  9286] By: gsar                                  on 2001/03/21  19:49:54
23924         Log: makefile.mk tweak
23925      Branch: maint-5.6/perl
23926            ! win32/Makefile win32/makefile.mk
23927 ____________________________________________________________________________
23928 [  9285] By: nick                                  on 2001/03/21  19:07:13
23929         Log: Multiplicity fix for Dumper.
23930      Branch: perlio
23931            ! ext/Data/Dumper/Dumper.xs
23932 ____________________________________________________________________________
23933 [  9284] By: nick                                  on 2001/03/21  19:01:07
23934         Log: Integrate mainline - (does not build xTHX issue in Dumper).
23935      Branch: perlio
23936           !> (integrate 27 files)
23937 ____________________________________________________________________________
23938 [  9283] By: jhi                                   on 2001/03/21  17:17:35
23939         Log: Integrate change #9282 from mainline into maintperl,
23940              4-arg UTF-8 substr().
23941      Branch: maint-5.6/perl
23942           !> pp.c
23943 ____________________________________________________________________________
23944 [  9282] By: jhi                                   on 2001/03/21  17:15:43
23945         Log: The #9270 would have leaked a scalar if pp_substr()
23946              returned early.
23947      Branch: perl
23948            ! pp.c
23949 ____________________________________________________________________________
23950 [  9281] By: gsar                                  on 2001/03/21  17:03:14
23951         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
23952      Branch: maint-5.6/perl
23953            ! win32/makefile.mk
23954 ____________________________________________________________________________
23955 [  9280] By: gsar                                  on 2001/03/21  17:01:20
23956         Log: some tweaks to change#9278 (fork() emulation should be enabled
23957              by setting BUILD_FLAVOR instead of changing the defaults)
23958      Branch: maint-5.6/perl
23959            ! win32/makefile.mk
23960 ____________________________________________________________________________
23961 [  9279] By: gsar                                  on 2001/03/21  16:47:19
23962         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
23963      Branch: maint-5.6/perl
23964            ! ext/File/Glob/Glob.pm
23965           !> lib/Cwd.pm
23966 ____________________________________________________________________________
23967 [  9278] By: jhi                                   on 2001/03/21  14:35:10
23968         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
23969              From: "Vadim Konovalov" <watman@inbox.ru>
23970              Date: Wed, 21 Mar 2001 01:53:51 +0300
23971              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
23972      Branch: maint-5.6/perl
23973            ! win32/makefile.mk win32/win32sck.c
23974 ____________________________________________________________________________
23975 [  9277] By: jhi                                   on 2001/03/21  13:58:28
23976         Log: Integrate change #9270 from mainline to maintperl:
23977              continued 4-arg UTF-8 substr() fixing.
23978      Branch: maint-5.6/perl
23979           !> pp.c t/op/substr.t
23980 ____________________________________________________________________________
23981 [  9276] By: jhi                                   on 2001/03/21  13:33:00
23982         Log: More pixie cleaning.
23983      Branch: perl
23984            ! Makefile.SH
23985 ____________________________________________________________________________
23986 [  9275] By: jhi                                   on 2001/03/21  03:54:17
23987         Log: Update Changes.
23988      Branch: perl
23989            ! Changes patchlevel.h
23990 ____________________________________________________________________________
23991 [  9274] By: jhi                                   on 2001/03/21  03:48:24
23992         Log: First stab at making Data::Dumper to grok Unicode.
23993              
23994              TODO: tests, EBCDICify.
23995      Branch: perl
23996            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
23997 ____________________________________________________________________________
23998 [  9273] By: jhi                                   on 2001/03/21  02:23:00
23999         Log: Fix for
24000              
24001              Subject: Memory leak in unquoted print   
24002              From: Benjamin Sugars <bsugars@canoe.ca> 
24003              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
24004              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
24005      Branch: perl
24006            ! perlio.c
24007 ____________________________________________________________________________
24008 [  9272] By: jhi                                   on 2001/03/21  01:33:17
24009         Log: Subject: Re: [PATCH] POSIX::getcwd()
24010              From: Benjamin Sugars <bsugars@canoe.ca> 
24011              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
24012              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
24013      Branch: perl
24014            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24015 ____________________________________________________________________________
24016 [  9271] By: jhi                                   on 2001/03/21  01:22:52
24017         Log: Subject: [PATCH] Cwd.pm docs
24018              From: Benjamin Sugars <bsugars@canoe.ca>
24019              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
24020              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
24021      Branch: perl
24022            ! lib/Cwd.pm
24023 ____________________________________________________________________________
24024 [  9270] By: jhi                                   on 2001/03/21  01:16:29
24025         Log: Continue 4-arg substr() UTF-8 fixage.
24026      Branch: perl
24027            ! pp.c t/op/substr.t
24028 ____________________________________________________________________________
24029 [  9269] By: jhi                                   on 2001/03/21  00:46:14
24030         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
24031              
24032              revert the leak fix in change#9142 (problem needs a more experimental
24033              fix unsuitable for 5.6.1)
24034              
24035              do alphabetical sorting by default (for csh compatibility)
24036              
24037              cut-n-paste goof in change#9264
24038              
24039              VMS piping fixes (from Charles Lane)
24040      Branch: perl
24041           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
24042           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24043           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
24044 ____________________________________________________________________________
24045 [  9268] By: jhi                                   on 2001/03/21  00:37:04
24046         Log: Integrate perlio.
24047      Branch: perl
24048           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24049           !> utf8.c utf8.h utfebcdic.h
24050 ____________________________________________________________________________
24051 [  9267] By: nick                                  on 2001/03/20  20:04:39
24052         Log: More EBCDIC stuff:
24053              - Loose the extra level of function on ASCII.
24054              - spotted a chr(0) issue in sv.c
24055              - re-work of UTF-X tr/// ranges to work in Unicode
24056              space. Still issues with the "0xff is illegal UTF-8" hack.
24057              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
24058              (why do it once when you can do it all over the place :-(
24059              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
24060              need utf8.pm for swashes.
24061              - Simplified and commented scan_const() in toke.c
24062              Still something wrong regexp and tr (swashes?).
24063      Branch: perlio
24064            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24065            ! utf8.c utf8.h utfebcdic.h
24066 ____________________________________________________________________________
24067 [  9266] By: gsar                                  on 2001/03/20  19:16:43
24068         Log: VMS piping fixes (from Charles Lane)
24069      Branch: maint-5.6/perl
24070            ! vms/vms.c vms/vmspipe.com
24071 ____________________________________________________________________________
24072 [  9265] By: gsar                                  on 2001/03/20  17:53:52
24073         Log: cut-n-paste goof in change#9264
24074      Branch: maint-5.6/perl
24075            ! ext/File/Glob/Glob.xs
24076 ____________________________________________________________________________
24077 [  9264] By: gsar                                  on 2001/03/20  17:43:47
24078         Log: do alphabetical sorting by default (for csh compatibility);
24079              bsd_glob() does ASCII sort by default as usual, unless
24080              GLOB_ALPHASORT was specified
24081      Branch: maint-5.6/perl
24082            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
24083            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24084            ! ext/File/Glob/bsd_glob.h
24085 ____________________________________________________________________________
24086 [  9263] By: gsar                                  on 2001/03/20  16:40:08
24087         Log: integrate change#9255 from mainline (unicode fix)
24088              
24089              substr($bytestr, i, n, $charstr)
24090      Branch: maint-5.6/perl
24091           !> Todo-5.6 pp.c t/op/substr.t
24092 ____________________________________________________________________________
24093 [  9262] By: gsar                                  on 2001/03/20  15:57:41
24094         Log: revert the leak fix in change#9142 (problem needs a more experimental
24095              fix unsuitable for 5.6.1)
24096      Branch: maint-5.6/perl
24097            ! scope.c
24098 ____________________________________________________________________________
24099 [  9261] By: jhi                                   on 2001/03/20  14:26:25
24100         Log: Integrate changes #9259,9260 from maintperl into mainline.
24101              
24102              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24103              
24104              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24105      Branch: perl
24106           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
24107 ____________________________________________________________________________
24108 [  9260] By: jhi                                   on 2001/03/20  14:05:46
24109         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24110              From: Robin Barker <rmb1@cise.npl.co.uk>
24111              Date: Tue, 20 Mar 2001 10:12:04 GMT
24112              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
24113      Branch: maint-5.6/perl
24114            ! run.c
24115 ____________________________________________________________________________
24116 [  9259] By: jhi                                   on 2001/03/20  14:04:39
24117         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24118              From: Chris Nandor <pudge@pobox.com>
24119              Date: Tue, 20 Mar 2001 00:40:56 -0500
24120              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
24121      Branch: maint-5.6/perl
24122            ! ext/POSIX/POSIX.xs lib/File/Path.pm
24123 ____________________________________________________________________________
24124 [  9258] By: jhi                                   on 2001/03/20  05:09:34
24125         Log: Update Changes.
24126      Branch: perl
24127            ! Changes patchlevel.h
24128 ____________________________________________________________________________
24129 [  9257] By: jhi                                   on 2001/03/20  05:04:25
24130         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
24131      Branch: perl
24132            ! t/op/tr.t
24133 ____________________________________________________________________________
24134 [  9256] By: jhi                                   on 2001/03/20  04:43:12
24135         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
24136              From: Peter Prymmer <pvhp@forte.com>
24137              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
24138              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
24139      Branch: maint-5.6/perl
24140            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
24141 ____________________________________________________________________________
24142 [  9255] By: jhi                                   on 2001/03/19  23:17:17
24143         Log: substr($bytestr, i, n, $charstr)
24144
24145              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
24146      Branch: perl
24147            ! Todo-5.6 pp.c t/op/substr.t
24148 ____________________________________________________________________________
24149 [  9254] By: jhi                                   on 2001/03/19  22:25:09
24150         Log: Rearrange the make test target prerequisites so that
24151              in a parallel make 'all' is finished before 'test'.
24152      Branch: perl
24153            ! Makefile.SH
24154 ____________________________________________________________________________
24155 [  9253] By: jhi                                   on 2001/03/19  21:48:07
24156         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
24157              From: Robin Houston <robin@kitsite.com>
24158              Date: Mon, 19 Mar 2001 15:48:41 +0000
24159              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
24160      Branch: perl
24161            ! pp_ctl.c
24162 ____________________________________________________________________________
24163 [  9252] By: jhi                                   on 2001/03/19  21:42:27
24164         Log: Integrate perlio.
24165      Branch: perl
24166           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
24167           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
24168           !> utfebcdic.h vms/perly_c.vms
24169 ____________________________________________________________________________
24170 [  9251] By: jhi                                   on 2001/03/19  21:31:28
24171         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
24172              
24173              Dynaloading in 64-bit AIX with vac.
24174      Branch: perl
24175           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24176           !> hints/aix.sh
24177 ____________________________________________________________________________
24178 [  9250] By: jhi                                   on 2001/03/19  21:18:00
24179         Log: A more robust solution for the 64bitall AIX dynaloading
24180              problem, from Jens-Uwe Mager.
24181      Branch: maint-5.6/perl
24182            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24183 ____________________________________________________________________________
24184 [  9249] By: nick                                  on 2001/03/19  20:59:37
24185         Log: Integrate mainline.
24186      Branch: perlio
24187           !> (integrate 42 files)
24188 ____________________________________________________________________________
24189 [  9248] By: nick                                  on 2001/03/19  20:22:07
24190         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
24191              (Building on OS390 uses native YACC and YYDEBUG has other
24192              side effects.)
24193      Branch: perlio
24194            ! perly.c perly.y vms/perly_c.vms
24195 ____________________________________________________________________________
24196 [  9247] By: jhi                                   on 2001/03/19  19:59:53
24197         Log: 64-bit AIX dynaloading problem (see #9244) idea
24198              from Jens-Uwe Mager.
24199      Branch: maint-5.6/perl
24200            ! ext/DynaLoader/dl_aix.xs
24201 ____________________________________________________________________________
24202 [  9246] By: nick                                  on 2001/03/19  19:27:57
24203         Log: More EBCDIC fixes.
24204      Branch: perlio
24205            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
24206            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
24207 ____________________________________________________________________________
24208 [  9245] By: jhi                                   on 2001/03/19  19:05:19
24209         Log: Integrate change #9243 from mainline into maintperl.
24210              
24211              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24212      Branch: maint-5.6/perl
24213           !> README.vmesa
24214 ____________________________________________________________________________
24215 [  9244] By: jhi                                   on 2001/03/19  19:03:15
24216         Log: Get 64bitall AIX building, but still does not test okay:
24217              dynaloading anything fails, for example for op/defins:
24218              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
24219              (update: fixed by #9247,9250)
24220      Branch: maint-5.6/perl
24221            ! hints/aix.sh
24222 ____________________________________________________________________________
24223 [  9243] By: jhi                                   on 2001/03/19  19:00:16
24224         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24225              From: Robin Barker <rmb1@cise.npl.co.uk>
24226              Date: Mon, 19 Mar 2001 18:01:57 GMT
24227              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
24228      Branch: perl
24229            ! README.vmesa
24230 ____________________________________________________________________________
24231 [  9242] By: jhi                                   on 2001/03/19  18:58:43
24232         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
24233              
24234              TODO: tests.
24235      Branch: perl
24236            ! doop.c op.c
24237 ____________________________________________________________________________
24238 [  9241] By: gsar                                  on 2001/03/19  17:34:46
24239         Log: VMSify tests (from Charles Lane)
24240      Branch: maint-5.6/perl
24241            ! t/lib/filehand.t t/lib/texttabs.t
24242 ____________________________________________________________________________
24243 [  9240] By: jhi                                   on 2001/03/19  14:24:26
24244         Log: Integrate change #9233 from maintperl into mainline.
24245              
24246              some refcounts were incorrect in perl_clone()
24247      Branch: perl
24248           !> sv.c
24249 ____________________________________________________________________________
24250 [  9239] By: gsar                                  on 2001/03/19  09:23:17
24251         Log: this is 5.6.1-trial3
24252      Branch: maint-5.6/perl
24253            ! Changes
24254 ____________________________________________________________________________
24255 [  9238] By: gsar                                  on 2001/03/19  08:47:04
24256         Log: some new symbols are only available under ithreads
24257      Branch: maint-5.6/perl
24258            ! makedef.pl
24259 ____________________________________________________________________________
24260 [  9237] By: gsar                                  on 2001/03/19  08:42:28
24261         Log: update patchlevel.h, Changes, &c.
24262      Branch: maint-5.6/perl
24263            ! Changes patchlevel.h pod/perlhist.pod
24264           !> AUTHORS
24265 ____________________________________________________________________________
24266 [  9236] By: gsar                                  on 2001/03/19  08:17:49
24267         Log: integrate changes#8068,8717 from mainline
24268              
24269              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
24270              
24271              [PATCH CPAN 1.59_51] warning message (not!)
24272      Branch: maint-5.6/perl
24273           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
24274           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
24275           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
24276           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
24277           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24278 ____________________________________________________________________________
24279 [  9235] By: gsar                                  on 2001/03/19  08:07:09
24280         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
24281              
24282              [PATCH] Add missing CV flags to dump.c
24283              
24284              Re: [patch] Re: PL_ptr_table
24285              
24286              Fixup non-ithread build after 8713
24287              
24288              Generated files form 8713 etc.
24289              
24290              Correct the correction :-(
24291              
24292              Documenting coderef @INC (Re: CPAN "make this script work" feature)
24293              
24294              Subject: Re: sync sync sync: have I missed any patches?
24295              Replace djSP with dSP.
24296      Branch: maint-5.6/perl
24297           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
24298           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
24299           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
24300           !> sv.c sv.h win32/perlhost.h
24301 ____________________________________________________________________________
24302 [  9234] By: gsar                                  on 2001/03/19  07:22:05
24303         Log: revert the change#9090 integrate for now (change looks somewhat
24304              incomplete in that [ha]v_exists() need something similar; lacks
24305              tests; &c.)
24306      Branch: maint-5.6/perl
24307            ! hv.c
24308 ____________________________________________________________________________
24309 [  9233] By: gsar                                  on 2001/03/19  07:10:01
24310         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
24311              destruction when there are unreferenced scalars (SvREFCNT==0)
24312      Branch: maint-5.6/perl
24313            ! sv.c
24314 ____________________________________________________________________________
24315 [  9232] By: jhi                                   on 2001/03/19  05:11:02
24316         Log: Regen api and toc.
24317      Branch: maint-5.6/perl
24318            ! pod/perlapi.pod pod/perltoc.pod
24319 ____________________________________________________________________________
24320 [  9231] By: jhi                                   on 2001/03/19  04:06:03
24321         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
24322              add a lost line in pp.c:pp_chop(), update to new op/chop.
24323              
24324              Clarify the description differentiating for and while; inspired by
24325              
24326              Subject: [ID 20010306.004] || != named unary operator
24327              
24328              The $Is_MacOS needs to be declared.
24329      Branch: maint-5.6/perl
24330            ! pp.c t/op/chop.t
24331           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
24332 ____________________________________________________________________________
24333 [  9230] By: jhi                                   on 2001/03/19  03:48:16
24334         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
24335              9079,9083,9089,9090,9091 from mainline to maintperl.
24336              
24337              Quieten some noise in Win32 builds
24338              
24339              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
24340              
24341              The perlretut was still talking about the old \p and \P
24342              definitions.
24343              
24344              More tweakage on the Unicode character class descriptions.
24345              
24346              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24347              
24348              Subject: 'no *POSIX' Patch speeding up make on BS2000 
24349              
24350              Subject: [PATCH] perldata.pod here-doc docs
24351              
24352              Add /sbin and /usr/sbin to the list of directories scanned
24353              for setuid programs.  Takes care of bug id 20010309.003.
24354              
24355              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
24356              
24357              In op/stat #35 better to scan all the potential directories
24358              for setuids, not just the first one.
24359      Branch: maint-5.6/perl
24360            ! Makefile.SH
24361           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
24362           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
24363           !> t/op/stat.t toke.c win32/win32.h
24364 ____________________________________________________________________________
24365 [  9229] By: jhi                                   on 2001/03/19  02:31:50
24366         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
24367              From: Chris Nandor <pudge@pobox.com>
24368              Date: Sat, 10 Mar 2001 14:22:19 -0500
24369              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
24370      Branch: maint-5.6/perl
24371            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24372            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
24373            ! t/lib/b.t t/lib/errno.t
24374 ____________________________________________________________________________
24375 [  9228] By: jhi                                   on 2001/03/19  02:29:59
24376         Log: Integrate changes #9113,9122 from mainline into maintperl.
24377              
24378              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
24379      Branch: maint-5.6/perl
24380           !> Configure README.os390 hints/os390.sh
24381 ____________________________________________________________________________
24382 [  9227] By: jhi                                   on 2001/03/19  02:22:35
24383         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
24384              into maintperl.
24385              
24386              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
24387              
24388              Forgot to check-in the larger part of #9120, duh.
24389              
24390              Subject: Another patch for integer.pm POD 
24391              
24392              h2ph strictness and cleanliness from Kurt Starsinic.
24393              
24394              Borland filename case problem.
24395              
24396              h2ph strictness and cleanliness from Kurt Starsinic.
24397              
24398              Subject: [PATCH] the uncontroversial doc patches
24399      Branch: maint-5.6/perl
24400           +> win32/sncfnmcs.pl
24401           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
24402           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
24403           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
24404           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
24405           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
24406           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
24407           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
24408 ____________________________________________________________________________
24409 [  9226] By: jhi                                   on 2001/03/19  02:10:21
24410         Log: Integrate changes #9207,9214 from mainline into maintperl.
24411              
24412              podchecker relaxations: =over has an *optional* number after it,
24413              and whitespace in L<> is okay.
24414      Branch: maint-5.6/perl
24415           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24416           !> t/pod/poderrs.xr
24417 ____________________________________________________________________________
24418 [  9225] By: jhi                                   on 2001/03/19  02:07:38
24419         Log: Integrate change #9219 from maintperl into mainline.
24420              
24421              remove duplicated tests
24422      Branch: perl
24423           !> t/op/re_tests
24424 ____________________________________________________________________________
24425 [  9224] By: jhi                                   on 2001/03/19  02:06:11
24426         Log: Integrate change #9223 from mainline to maintperl.
24427              
24428              Document -Dmksymlinks.
24429      Branch: maint-5.6/perl
24430           !> INSTALL
24431 ____________________________________________________________________________
24432 [  9223] By: jhi                                   on 2001/03/19  02:01:25
24433         Log: Document -Dmksymlinks.
24434      Branch: perl
24435            ! INSTALL
24436 ____________________________________________________________________________
24437 [  9222] By: jhi                                   on 2001/03/19  01:15:35
24438         Log: The -Dmksymlinks wasn't working for maintperl.
24439      Branch: maint-5.6/perl
24440            ! Configure
24441 ____________________________________________________________________________
24442 [  9221] By: jhi                                   on 2001/03/19  00:49:43
24443         Log: Cleanup pixie residue.
24444      Branch: perl
24445            ! Makefile.SH
24446 ____________________________________________________________________________
24447 [  9220] By: jhi                                   on 2001/03/19  00:44:47
24448         Log: Document the use of pixie/prof; create make targets for it.
24449              
24450              TODO: make t/TEST pixie-aware.
24451      Branch: perl
24452            ! Makefile.SH pod/perlhack.pod
24453 ____________________________________________________________________________
24454 [  9219] By: gsar                                  on 2001/03/19  00:16:55
24455         Log: remove duplicated tests
24456      Branch: maint-5.6/perl
24457            ! t/op/re_tests
24458 ____________________________________________________________________________
24459 [  9218] By: jhi                                   on 2001/03/18  23:59:31
24460         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
24461      Branch: perl
24462            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
24463 ____________________________________________________________________________
24464 [  9217] By: jhi                                   on 2001/03/18  23:25:20
24465         Log: Rewrite the tests section of Makefile to be less redundant
24466              and to allow for more flexible test targets, many recursive
24467              make calls introduced.
24468      Branch: perl
24469            ! Makefile.SH
24470 ____________________________________________________________________________
24471 [  9216] By: jhi                                   on 2001/03/18  22:30:04
24472         Log: Document the use of Third Degree (sparsely).
24473      Branch: perl
24474            ! pod/perlhack.pod t/TEST
24475 ____________________________________________________________________________
24476 [  9215] By: jhi                                   on 2001/03/18  22:10:30
24477         Log: Make targets for testing with Third Degree.
24478      Branch: perl
24479            ! Makefile.SH
24480 ____________________________________________________________________________
24481 [  9214] By: jhi                                   on 2001/03/18  21:08:53
24482         Log: The podchecker relaxations need to mirrored also at the tests.
24483      Branch: perl
24484            ! t/pod/poderrs.xr
24485 ____________________________________________________________________________
24486 [  9213] By: jhi                                   on 2001/03/18  20:56:21
24487         Log: Update Changes.
24488      Branch: perl
24489            ! Changes patchlevel.h
24490 ____________________________________________________________________________
24491 [  9212] By: jhi                                   on 2001/03/18  20:36:59
24492         Log: Looking for config.sh in parent directories isn't
24493              very useful for the toplevel Makefile.
24494      Branch: perl
24495            ! Makefile.SH
24496 ____________________________________________________________________________
24497 [  9211] By: jhi                                   on 2001/03/18  20:33:37
24498         Log: On "make clean" take care of Third Degree droppings.
24499      Branch: perl
24500            ! Makefile.SH
24501 ____________________________________________________________________________
24502 [  9210] By: jhi                                   on 2001/03/18  20:21:34
24503         Log: Add a hook for running the tests under the Third Degree
24504              debugging tool (set $ENV{PERL_3LOG} to non-zero)
24505              
24506              TODO: Document the use of Third Degree.
24507      Branch: perl
24508            ! t/TEST
24509 ____________________________________________________________________________
24510 [  9209] By: jhi                                   on 2001/03/18  20:19:07
24511         Log: Regen toc and api pods.
24512      Branch: perl
24513            ! pod/perlapi.pod pod/perltoc.pod
24514 ____________________________________________________________________________
24515 [  9208] By: jhi                                   on 2001/03/18  20:12:12
24516         Log: Integrate changes #8128,9132 from mainline into maintperl,
24517              Tie::SubstrHash fixes.
24518      Branch: maint-5.6/perl
24519           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
24520 ____________________________________________________________________________
24521 [  9207] By: jhi                                   on 2001/03/18  20:07:43
24522         Log: podchecker relaxations from Michael Stevens.
24523      Branch: perl
24524            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24525 ____________________________________________________________________________
24526 [  9206] By: jhi                                   on 2001/03/18  20:04:24
24527         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
24528      Branch: perl
24529            ! lib/Locale/Constants.pm lib/Locale/Country.pm
24530            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
24531            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
24532 ____________________________________________________________________________
24533 [  9205] By: jhi                                   on 2001/03/18  19:54:45
24534         Log: Integrate changes #9161,9162 from maintperl to mainline.
24535              
24536              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
24537              results
24538      Branch: perl
24539           !> t/op/magic.t
24540 ____________________________________________________________________________
24541 [  9204] By: jhi                                   on 2001/03/18  19:37:46
24542         Log: Make perl.third checks more understandable to the builder.
24543      Branch: perl
24544            ! Makefile.SH
24545 ____________________________________________________________________________
24546 [  9203] By: jhi                                   on 2001/03/18  19:20:54
24547         Log: Re-integrate #9138 from maintperl to mainline,
24548              the squelching of the unneeded "Scalars leaked" messages.
24549      Branch: perl
24550           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
24551           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
24552           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
24553 ____________________________________________________________________________
24554 [  9202] By: jhi                                   on 2001/03/18  18:48:36
24555         Log: More robust and more paranoid perl.third target.
24556      Branch: perl
24557            ! Makefile.SH
24558 ____________________________________________________________________________
24559 [  9201] By: jhi                                   on 2001/03/18  18:39:21
24560         Log: Integrate change #9197 from maintperl to mainline.
24561              
24562              more thorough cleaning of arenas.
24563      Branch: perl
24564           !> embed.pl perl.c proto.h sv.c t/op/sort.t
24565 ____________________________________________________________________________
24566 [  9200] By: jhi                                   on 2001/03/18  18:25:17
24567         Log: Integrate perlio.
24568      Branch: perl
24569           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
24570           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
24571           !> t/lib/encode.t toke.c universal.c utf8.c
24572 ____________________________________________________________________________
24573 [  9199] By: nick                                  on 2001/03/18  15:23:51
24574         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
24575              is the sense of the test being done. Avoid some magical 127 and 128 values
24576              by using macros.
24577      Branch: perlio
24578            ! doop.c pp_ctl.c sv.c toke.c
24579 ____________________________________________________________________________
24580 [  9198] By: nick                                  on 2001/03/18  14:18:12
24581         Log: UTF-X encoding invariance for Encode:
24582              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
24583              - move the XS code for those to universal.c (so in miniperl)
24584              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
24585              - change ext/Encode/compile to use above.
24586              - Fix t/lib/encode.t for above
24587              - Teach t/lib/b.t to expect -uutf8
24588              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
24589              utf8.pm is needed.
24590      Branch: perlio
24591            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
24592            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
24593 ____________________________________________________________________________
24594 [  9197] By: gsar                                  on 2001/03/18  12:15:57
24595         Log: more thorough cleaning of arenas--keep going until no more
24596              SvREFCNT_dec()s occur (this fixes the problem that causes the
24597              pesky "Scalars leaked" warnings)
24598      Branch: maint-5.6/perl
24599            ! embed.pl perl.c proto.h sv.c t/op/sort.t
24600 ____________________________________________________________________________
24601 [  9196] By: nick                                  on 2001/03/18  10:57:29
24602         Log: Fix pragma/utf8.t # 15
24603              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
24604              are SvUTF8 as well.
24605      Branch: perlio
24606            ! toke.c
24607 ____________________________________________________________________________
24608 [  9195] By: nick                                  on 2001/03/18  09:27:06
24609         Log: Integrate mainline
24610      Branch: perlio
24611           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
24612           !> t/op/pat.t
24613 ____________________________________________________________________________
24614 [  9194] By: jhi                                   on 2001/03/18  05:29:59
24615         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
24616              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
24617      Branch: perl
24618            ! op.c op.h t/op/misc.t t/op/pat.t
24619 ____________________________________________________________________________
24620 [  9193] By: jhi                                   on 2001/03/18  05:15:06
24621         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
24622      Branch: perl
24623            ! mg.c t/op/pat.t
24624 ____________________________________________________________________________
24625 [  9192] By: jhi                                   on 2001/03/18  04:22:43
24626         Log: tr/// UTF-8 patches from Inaba Hiroto.
24627      Branch: perl
24628            ! doop.c op.c
24629 ____________________________________________________________________________
24630 [  9191] By: jhi                                   on 2001/03/18  04:21:17
24631         Log: Integrate perlio.
24632      Branch: perl
24633           !> utf8.c utfebcdic.h
24634 ____________________________________________________________________________
24635 [  9190] By: nick                                  on 2001/03/17  20:32:01
24636         Log: Correct #if EBCDIC side typos.
24637              Builds and passes many tests on OS390.
24638      Branch: perlio
24639            ! utf8.c utfebcdic.h
24640 ____________________________________________________________________________
24641 [  9189] By: jhi                                   on 2001/03/17  18:55:49
24642         Log: Add prerequisites for the perl.third target.
24643      Branch: perl
24644            ! Makefile.SH
24645 ____________________________________________________________________________
24646 [  9188] By: jhi                                   on 2001/03/17  18:46:00
24647         Log: Integrate perlio.
24648      Branch: perl
24649           +> utfebcdic.h
24650           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
24651 ____________________________________________________________________________
24652 [  9187] By: jhi                                   on 2001/03/17  18:38:47
24653         Log: Add a make rule for perl.third (the Third Degree memory debugging
24654              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
24655      Branch: perl
24656            ! Makefile.SH
24657 ____________________________________________________________________________
24658 [  9186] By: nick                                  on 2001/03/17  18:34:48
24659         Log: MANIFEST addition :-(
24660      Branch: perlio
24661            ! MANIFEST
24662 ____________________________________________________________________________
24663 [  9185] By: nick                                  on 2001/03/17  18:29:50
24664         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
24665              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
24666              a superset of ASCII are invariant under the encoding. This is EBCDIC
24667              friendly as an encoded string can be looked at as being EBCDIC by lexer
24668              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
24669              ASCII on ASCII machines.
24670              
24671              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
24672              seperate.
24673              - Add some more macros to comprehend different shift amounts and
24674              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
24675              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
24676              and conditionaly #include it.
24677              
24678              EBCDIC build as yet untested.  ASCII still fails the one test.
24679      Branch: perlio
24680            + utfebcdic.h
24681            ! utf8.c utf8.h
24682 ____________________________________________________________________________
24683 [  9184] By: nick                                  on 2001/03/17  17:44:16
24684         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
24685      Branch: perlio
24686            ! doop.c perl.h pp.c utf8.h
24687 ____________________________________________________________________________
24688 [  9183] By: jhi                                   on 2001/03/17  15:55:42
24689         Log: Integrate perlio.
24690      Branch: perl
24691            ! MANIFEST
24692           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
24693 ____________________________________________________________________________
24694 [  9182] By: nick                                  on 2001/03/17  09:16:06
24695         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
24696      Branch: perlio
24697            ! t/op/pat.t
24698 ____________________________________________________________________________
24699 [  9181] By: nick                                  on 2001/03/17  09:15:11
24700         Log: Integrate mainline.
24701      Branch: perlio
24702           +> lib/Locale/Constants.pm lib/Locale/Country.pm
24703           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
24704           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
24705           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
24706           !> (integrate 83 files)
24707 ____________________________________________________________________________
24708 [  9180] By: nick                                  on 2001/03/16  17:23:21
24709         Log: EBCDIC Fixes.
24710      Branch: perlio
24711            ! perl.h sv.c toke.c utf8.c utf8.h
24712 ____________________________________________________________________________
24713 [  9179] By: jhi                                   on 2001/03/16  14:10:12
24714         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
24715              a change needed to work around an AIX compiler bug.
24716      Branch: perl
24717            ! ext/Storable/Storable.xs
24718 ____________________________________________________________________________
24719 [  9178] By: jhi                                   on 2001/03/16  03:19:59
24720         Log: With Damian's approval synchronize damian's modules'
24721              licensing with Perl's standard module licensing.
24722      Branch: perl
24723            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
24724 ____________________________________________________________________________
24725 [  9177] By: jhi                                   on 2001/03/16  03:15:34
24726         Log: Make the Filter::Util:Call files have their own copies
24727              of the Perl standard module licensing, from Paul Marquess.
24728      Branch: perl
24729            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24730 ____________________________________________________________________________
24731 [  9176] By: jhi                                   on 2001/03/16  02:56:04
24732         Log: Subject: [PATCH] more pod patches
24733              From: Michael Stevens <michael@etla.org>
24734              Date: Thu, 15 Mar 2001 21:25:18 +0000
24735              Message-ID: <20010315212518.A18870@firedrake.org>
24736      Branch: perl
24737            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
24738            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
24739            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
24740            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
24741            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24742            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
24743            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
24744            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
24745            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
24746            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
24747            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
24748            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
24749            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
24750            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
24751            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
24752            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
24753            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
24754            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
24755            ! lib/Locale/Country.pm lib/Locale/Language.pm
24756            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
24757            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
24758            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
24759            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
24760            ! os2/OS2/Process/Process.pm
24761 ____________________________________________________________________________
24762 [  9175] By: jhi                                   on 2001/03/16  02:53:32
24763         Log: Subject: [PATCH] the uncontroversial doc patches
24764              From: Michael Stevens <michael@etla.org>
24765              Date: Thu, 15 Mar 2001 20:01:12 +0000
24766              Message-ID: <20010315200112.A7636@firedrake.org>
24767      Branch: perl
24768            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
24769            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
24770            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
24771            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
24772            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
24773 ____________________________________________________________________________
24774 [  9174] By: jhi                                   on 2001/03/16  02:50:49
24775         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
24776              From: Paul Lindner <lindner@inuus.com>
24777              Date: Fri, 16 Mar 2001 11:28:03 -0800
24778              Message-ID: <20010316112803.A7577@inuus.com>
24779      Branch: perl
24780            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24781 ____________________________________________________________________________
24782 [  9173] By: nick                                  on 2001/03/15  20:21:03
24783         Log: 1st day's EBCDIC fixes:
24784              - toke.c's parsing of strings needed attention
24785              needed to conditionally e2a if string was already UTF-8
24786              - e2a/a2e tables where wrong way round.
24787              - new macros in utf8.h
24788      Branch: perlio
24789            ! perl.h toke.c utf8.h
24790 ____________________________________________________________________________
24791 [  9172] By: jhi                                   on 2001/03/15  15:17:17
24792         Log: Update Changes.
24793      Branch: perl
24794            ! Changes patchlevel.h
24795 ____________________________________________________________________________
24796 [  9171] By: jhi                                   on 2001/03/15  15:09:32
24797         Log: Subject: Re: Another Borland C++ problem.
24798              From: "Vadim Konovalov" <watman@inbox.ru>
24799              Date: Sat, 10 Mar 2001 19:26:07 +0300
24800              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
24801              
24802              Borland filename case problem.
24803      Branch: perl
24804            + win32/sncfnmcs.pl
24805            ! MANIFEST README.win32
24806 ____________________________________________________________________________
24807 [  9170] By: jhi                                   on 2001/03/15  14:54:23
24808         Log: Add Locale::Codes 1.06, from Neil Bowers.
24809      Branch: perl
24810            + lib/Locale/Constants.pm lib/Locale/Country.pm
24811            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
24812            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
24813            + t/lib/lc-language.t t/lib/lc-uk.t
24814            ! MANIFEST
24815 ____________________________________________________________________________
24816 [  9169] By: jhi                                   on 2001/03/15  14:19:01
24817         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
24818      Branch: perl
24819            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24820            ! ext/Storable/Storable.xs
24821 ____________________________________________________________________________
24822 [  9168] By: jhi                                   on 2001/03/15  14:13:22
24823         Log: Integrate changes #9120,9167 from mainline to maintperl.
24824              
24825              Subject: [PATCH 5.6.1] OS/2 docs
24826              
24827              Subject: [PATCH 5.6.1] perldoc
24828      Branch: maint-5.6/perl
24829           !> os2/Changes utils/perldoc.PL
24830 ____________________________________________________________________________
24831 [  9167] By: jhi                                   on 2001/03/15  14:07:42
24832         Log: Subject: [PATCH 5.6.1] perldoc
24833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24834              Date: Wed, 14 Mar 2001 23:46:52 -0500
24835              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
24836      Branch: perl
24837            ! utils/perldoc.PL
24838 ____________________________________________________________________________
24839 [  9166] By: jhi                                   on 2001/03/15  13:53:15
24840         Log: sigaction test condition tweakage.
24841      Branch: perl
24842            ! t/lib/sigaction.t
24843 ____________________________________________________________________________
24844 [  9165] By: alanbur                               on 2001/03/15  03:49:17
24845         Log: Resynchronised with parent
24846      Branch: maint-5.6/pureperl
24847           +> os2/os2add.sym t/op/anonsub.t
24848           !> (integrate 72 files)
24849 ____________________________________________________________________________
24850 [  9164] By: jhi                                   on 2001/03/15  01:05:01
24851         Log: Avoid stomping off the beginning of an array in tr///.
24852      Branch: perl
24853            ! op.c
24854 ____________________________________________________________________________
24855 [  9163] By: jhi                                   on 2001/03/15  00:58:57
24856         Log: h2ph strictness and cleanliness from Kurt Starsinic.
24857      Branch: perl
24858            ! utils/h2ph.PL
24859 ____________________________________________________________________________
24860 [  9162] By: gsar                                  on 2001/03/15  00:56:53
24861         Log: avoid warnings
24862      Branch: maint-5.6/perl
24863            ! t/op/magic.t
24864 ____________________________________________________________________________
24865 [  9161] By: gsar                                  on 2001/03/15  00:52:09
24866         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
24867              results
24868      Branch: maint-5.6/perl
24869            ! t/op/magic.t
24870 ____________________________________________________________________________
24871 [  9160] By: jhi                                   on 2001/03/14  22:02:10
24872         Log: Do not use the Perl malloc in IRIX, suggested by
24873              Helmus Jarausch.
24874      Branch: perl
24875            ! hints/irix_6.sh
24876 ____________________________________________________________________________
24877 [  9159] By: nick                                  on 2001/03/14  21:45:59
24878         Log: Integrate mainline
24879      Branch: perlio
24880           +> t/op/loopctl.t
24881           !> (integrate 41 files)
24882 ____________________________________________________________________________
24883 [  9158] By: jhi                                   on 2001/03/14  21:10:09
24884         Log: The Day of the Retractions continues: the #9138
24885              (integrated in #9144) doesn't work well in mainline.
24886      Branch: perl
24887            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
24888            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
24889            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
24890 ____________________________________________________________________________
24891 [  9157] By: jhi                                   on 2001/03/14  20:58:12
24892         Log: The #9145 CANNOT be enabled: the clear_pmop code still
24893              dumps core all over in Tru64.
24894      Branch: perl
24895            ! op.c op.h t/op/pat.t
24896 ____________________________________________________________________________
24897 [  9156] By: jhi                                   on 2001/03/14  20:48:06
24898         Log: Integrate change #9154 from maintperl to mainline.
24899              
24900              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
24901              (caused Storable 1.0.10 to break on windows)
24902      Branch: perl
24903           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
24904           !> perlapi.c proto.h
24905 ____________________________________________________________________________
24906 [  9155] By: jhi                                   on 2001/03/14  20:23:53
24907         Log: Retract #9136: breaks threading (and binary compatibility).
24908      Branch: perl
24909            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
24910 ____________________________________________________________________________
24911 [  9154] By: gsar                                  on 2001/03/14  17:48:18
24912         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
24913              (caused Storable 1.0.10 to break on windows)
24914      Branch: maint-5.6/perl
24915            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
24916            ! perlapi.c proto.h
24917 ____________________________________________________________________________
24918 [  9153] By: jhi                                   on 2001/03/14  13:35:21
24919         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
24920      Branch: perl
24921            ! t/lib/sigaction.t
24922 ____________________________________________________________________________
24923 [  9152] By: gsar                                  on 2001/03/14  07:29:40
24924         Log: back out changes#9012,9010,9009 and parts of change#9016
24925              (causes ABRs under purify, and some prerequisites don't
24926              seem to be there in 5.6.x)
24927      Branch: maint-5.6/perl
24928            ! doop.c op.c t/op/tr.t toke.c
24929 ____________________________________________________________________________
24930 [  9151] By: gsar                                  on 2001/03/14  07:01:29
24931         Log: reenable change#9145 (the test was busted due to a missing
24932              C<print "ok 27\n">)
24933      Branch: perl
24934            ! op.c op.h t/op/pat.t
24935 ____________________________________________________________________________
24936 [  9150] By: jhi                                   on 2001/03/14  06:38:36
24937         Log: Retract #9145.
24938      Branch: perl
24939            ! op.c op.h t/op/pat.t
24940 ____________________________________________________________________________
24941 [  9149] By: jhi                                   on 2001/03/14  06:14:56
24942         Log: Retract #9143.
24943      Branch: perl
24944            ! op.c
24945 ____________________________________________________________________________
24946 [  9148] By: gsar                                  on 2001/03/14  06:13:02
24947         Log: Uninitialized Memory Read in regexec.c
24948      Branch: perl
24949            ! regexec.c
24950 ____________________________________________________________________________
24951 [  9147] By: jhi                                   on 2001/03/14  04:59:54
24952         Log: Subject: PATCH: make goto work in nested eval ""
24953              From: Robin Houston <robin@kitsite.com>
24954              Date: Wed, 14 Mar 2001 04:16:10 +0000
24955              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
24956      Branch: perl
24957            ! pp_ctl.c t/op/goto.t
24958 ____________________________________________________________________________
24959 [  9146] By: jhi                                   on 2001/03/14  04:42:54
24960         Log: Preserve the #ifdef PERL_CORE in perly.h.
24961      Branch: perl
24962            ! perly.fixer
24963 ____________________________________________________________________________
24964 [  9145] By: jhi                                   on 2001/03/14  03:57:41
24965         Log: (Retracted by #9150.)
24966      Branch: perl
24967            ! op.c op.h t/op/pat.t
24968 ____________________________________________________________________________
24969 [  9144] By: jhi                                   on 2001/03/14  03:50:38
24970         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
24971              
24972              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
24973              
24974              remove squelch controls for "Scalars leaked" messages in most places
24975              (these are now cured)
24976              
24977              fix another memory leak reported by purify (tie callbacks that
24978              croak can leak when wiping out magic)
24979      Branch: perl
24980           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
24981           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
24982           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
24983           !> t/pragma/warnings.t
24984 ____________________________________________________________________________
24985 [  9143] By: jhi                                   on 2001/03/14  03:37:53
24986         Log: (Retracted by #9149.)
24987      Branch: perl
24988            ! op.c
24989 ____________________________________________________________________________
24990 [  9142] By: gsar                                  on 2001/03/14  03:20:48
24991         Log: fix another memory leak reported by purify (tie callbacks that
24992              croak can leak when wiping out magic)
24993      Branch: maint-5.6/perl
24994            ! scope.c
24995 ____________________________________________________________________________
24996 [  9141] By: jhi                                   on 2001/03/14  02:55:00
24997         Log: Subject: PATCH for [ID 20010305.003]
24998              From: Robin Houston <robin@kitsite.com>
24999              Date: Wed, 14 Mar 2001 02:45:51 +0000
25000              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
25001      Branch: perl
25002            ! pp_ctl.c t/op/eval.t
25003 ____________________________________________________________________________
25004 [  9140] By: jhi                                   on 2001/03/14  02:41:54
25005         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25006              Date: Wed, 14 Mar 2001 01:52:51 +0000
25007              From: Robin Houston <robin@kitsite.com>
25008              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
25009              
25010              Fix for 2000313.004.
25011      Branch: perl
25012            ! pp_ctl.c t/op/goto.t
25013 ____________________________________________________________________________
25014 [  9139] By: jhi                                   on 2001/03/14  02:40:50
25015         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25016              From: Robin Houston <robin@kitsite.com>
25017              Date: Wed, 14 Mar 2001 00:43:45 +0000
25018              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
25019      Branch: perl
25020            + t/op/loopctl.t
25021            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
25022            ! vms/perly_c.vms
25023 ____________________________________________________________________________
25024 [  9138] By: gsar                                  on 2001/03/14  01:18:00
25025         Log: remove squelch controls for "Scalars leaked" messages in most places
25026              (these are now cured)
25027      Branch: maint-5.6/perl
25028            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25029            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25030            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25031 ____________________________________________________________________________
25032 [  9137] By: gsar                                  on 2001/03/14  00:57:04
25033         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25034      Branch: maint-5.6/perl
25035            ! regcomp.c
25036 ____________________________________________________________________________
25037 [  9136] By: jhi                                   on 2001/03/13  23:12:24
25038         Log: (Retracted by #9155)
25039              
25040              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
25041              From: Jens-Uwe Mager <jum@helios.de>
25042              Date: Wed, 21 Feb 2001 21:32:04 +0100
25043              Message-ID: <20010221213203.A18340@ans.helios.de>
25044      Branch: perl
25045            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25046 ____________________________________________________________________________
25047 [  9135] By: jhi                                   on 2001/03/13  22:50:05
25048         Log: Integrate perlio.
25049      Branch: perl
25050           !> pp.c
25051 ____________________________________________________________________________
25052 [  9134] By: jhi                                   on 2001/03/13  22:49:05
25053         Log: Integrate change #9131 from maintperl into mainline.
25054              
25055              make the error text look more consistent in hints/hpux.sh
25056      Branch: perl
25057           !> hints/hpux.sh
25058 ____________________________________________________________________________
25059 [  9133] By: gsar                                  on 2001/03/13  22:46:20
25060         Log: integrate change#9067 from mainline
25061              
25062              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25063      Branch: maint-5.6/perl
25064           !> lib/ExtUtils/MM_Unix.pm
25065 ____________________________________________________________________________
25066 [  9132] By: jhi                                   on 2001/03/13  22:41:21
25067         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25068              From: "John P. Linderman" <jpl@research.att.com>
25069              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
25070              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
25071              
25072              A more correct prime finder.
25073      Branch: perl
25074            ! lib/Tie/SubstrHash.pm
25075 ____________________________________________________________________________
25076 [  9131] By: gsar                                  on 2001/03/13  22:30:42
25077         Log: make the error text look more consistent in hints/hpux.sh
25078      Branch: maint-5.6/perl
25079            ! hints/hpux.sh
25080 ____________________________________________________________________________
25081 [  9130] By: jhi                                   on 2001/03/13  22:23:44
25082         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
25083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25084              Date: Tue, 13 Mar 2001 18:41:26 +0100
25085              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
25086              
25087              If the test is run non-interactively the default handler
25088              is different.
25089      Branch: perl
25090            ! t/lib/sigaction.t
25091 ____________________________________________________________________________
25092 [  9129] By: jhi                                   on 2001/03/13  22:20:21
25093         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
25094              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25095              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
25096              Date:     Tue, 13 Mar 2001 16:44:32 EST
25097      Branch: perl
25098            ! t/lib/1_compile.t
25099 ____________________________________________________________________________
25100 [  9128] By: jhi                                   on 2001/03/13  22:18:34
25101         Log: Subject: Another patch for integer.pm POD 
25102              From: "John L. Allen" <allen@grumman.com>
25103              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
25104              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
25105      Branch: perl
25106            ! lib/integer.pm
25107 ____________________________________________________________________________
25108 [  9127] By: nick                                  on 2001/03/13  21:26:30
25109         Log: Integrate mainline.
25110      Branch: perlio
25111           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
25112           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
25113           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
25114           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
25115           !> Changes Configure MANIFEST README.os2 README.os390
25116           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
25117           !> os2/Changes patchlevel.h win32/perlhost.h
25118 ____________________________________________________________________________
25119 [  9126] By: nick                                  on 2001/03/13  20:39:51
25120         Log: #ifdef'ed out code to make packed side of pack/unpack
25121              octets. (i.e. pack('U') => encode_utf8).
25122      Branch: perlio
25123            ! pp.c
25124 ____________________________________________________________________________
25125 [  9125] By: jhi                                   on 2001/03/13  15:07:16
25126         Log: Update Changes.
25127      Branch: perl
25128            ! Changes patchlevel.h
25129 ____________________________________________________________________________
25130 [  9124] By: jhi                                   on 2001/03/13  14:22:45
25131         Log: Workaround for the buggy ("internal compiler error")
25132              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
25133              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
25134              of Andreas König.
25135      Branch: perl
25136            ! ext/re/Makefile.PL hints/aix.sh
25137 ____________________________________________________________________________
25138 [  9123] By: jhi                                   on 2001/03/13  03:24:34
25139         Log: Typo in #9114.
25140      Branch: metaconfig
25141            ! U/modified/myhostname.U
25142 ____________________________________________________________________________
25143 [  9122] By: jhi                                   on 2001/03/13  03:24:06
25144         Log: Typo in #9113.
25145      Branch: perl
25146            ! Configure
25147 ____________________________________________________________________________
25148 [  9121] By: jhi                                   on 2001/03/13  01:53:05
25149         Log: Forgot to check-in the larger part of #9120, duh.
25150      Branch: perl
25151            ! README.os2
25152 ____________________________________________________________________________
25153 [  9120] By: jhi                                   on 2001/03/13  01:51:31
25154         Log: Subject: [PATCH 5.6.1] OS/2 docs
25155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25156              Date: Mon, 12 Mar 2001 03:27:32 -0500
25157              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
25158      Branch: perl
25159            ! os2/Changes
25160 ____________________________________________________________________________
25161 [  9119] By: jhi                                   on 2001/03/13  01:49:41
25162         Log: Integrate change #9116 from maintperl into mainline.
25163              
25164              Win32::GetCwd() returns C: instead of C:\ in the root directory
25165              under ithreads
25166      Branch: perl
25167           !> win32/perlhost.h
25168 ____________________________________________________________________________
25169 [  9118] By: jhi                                   on 2001/03/13  01:13:39
25170         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
25171      Branch: perl
25172            + lib/Switch.pm t/lib/switch.t
25173            ! MANIFEST
25174 ____________________________________________________________________________
25175 [  9117] By: jhi                                   on 2001/03/13  01:03:17
25176         Log: Add Text::Balanced 1.83.
25177      Branch: perl
25178            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
25179            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
25180            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
25181            + t/lib/tb-xvari.t
25182            ! MANIFEST
25183 ____________________________________________________________________________
25184 [  9116] By: gsar                                  on 2001/03/13  00:55:53
25185         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
25186              under ithreads
25187      Branch: maint-5.6/perl
25188            ! win32/perlhost.h
25189 ____________________________________________________________________________
25190 [  9115] By: jhi                                   on 2001/03/13  00:54:09
25191         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25192              From: "John L. Allen" <allen@grumman.com>
25193              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
25194              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
25195              
25196              use integer document clarification.
25197      Branch: perl
25198            ! lib/integer.pm
25199 ____________________________________________________________________________
25200 [  9114] By: jhi                                   on 2001/03/13  00:38:54
25201         Log: Metaconfig unit change for #9113.
25202      Branch: metaconfig
25203            ! U/modified/myhostname.U
25204 ____________________________________________________________________________
25205 [  9113] By: jhi                                   on 2001/03/13  00:38:35
25206         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
25207              From: Peter Prymmer <pvhp@forte.com>
25208              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
25209              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
25210      Branch: perl
25211            ! Configure README.os390 hints/os390.sh
25212 ____________________________________________________________________________
25213 [  9112] By: jhi                                   on 2001/03/13  00:29:00
25214         Log: Integrate perlio.
25215      Branch: perl
25216           !> sv.c utf8.h
25217 ____________________________________________________________________________
25218 [  9111] By: nick                                  on 2001/03/12  21:16:33
25219         Log: Integrate mainline.
25220      Branch: perlio
25221           +> t/op/anonsub.t
25222           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25223           !> proto.h sv.c
25224 ____________________________________________________________________________
25225 [  9110] By: nick                                  on 2001/03/12  21:00:13
25226         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
25227      Branch: perlio
25228            ! sv.c utf8.h
25229 ____________________________________________________________________________
25230 [  9109] By: jhi                                   on 2001/03/12  16:04:47
25231         Log: Integrate change #9108 from maintperl to mainline.
25232              
25233              fix memory leak in C<sub X { sub {} }> arising from a refcount
25234              loop between the outer sub and the inner prototype anonsub
25235              
25236              this also enables closures returned by subroutines that
25237              subsequently get redefined to work without generating coredumps :)
25238              
25239              completely removed the free_closures() hack--it shouldn't be
25240              needed anymore
25241      Branch: perl
25242           +> t/op/anonsub.t
25243           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25244           !> proto.h sv.c
25245 ____________________________________________________________________________
25246 [  9108] By: gsar                                  on 2001/03/12  10:21:31
25247         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
25248              loop between the outer sub and the inner prototype anonsub
25249              
25250              this also enables closures returned by subroutines that
25251              subsequently get redefined to work without generating coredumps :)
25252              
25253              completely removed the free_closures() hack--it shouldn't be
25254              needed anymore
25255      Branch: maint-5.6/perl
25256            + t/op/anonsub.t
25257            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25258            ! proto.h sv.c
25259 ____________________________________________________________________________
25260 [  9107] By: jhi                                   on 2001/03/12  05:15:31
25261         Log: Integrate perlio.
25262      Branch: perl
25263           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
25264 ____________________________________________________________________________
25265 [  9106] By: nick                                  on 2001/03/11  20:10:12
25266         Log: regcomp.c is working in native space, not Unicode space (if different)
25267              as it is doing compare against 'W' in \W etc.
25268      Branch: perlio
25269            ! regcomp.c
25270 ____________________________________________________________________________
25271 [  9105] By: nick                                  on 2001/03/11  19:39:34
25272         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
25273              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
25274      Branch: perlio
25275            ! regcomp.c toke.c utf8.c
25276 ____________________________________________________________________________
25277 [  9104] By: nick                                  on 2001/03/11  18:15:44
25278         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
25279      Branch: perlio
25280            ! sv.c
25281 ____________________________________________________________________________
25282 [  9103] By: nick                                  on 2001/03/11  18:03:28
25283         Log: Integrate mainline (for regexp stuff).
25284      Branch: perlio
25285           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25286           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
25287           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
25288           !> t/lib/errno.t t/op/pat.t
25289 ____________________________________________________________________________
25290 [  9102] By: nick                                  on 2001/03/11  17:44:20
25291         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
25292              - exclude layer syms in makedef.pl for sfio
25293              - also inhibit Encode from trying to build ":encode()" layer.
25294      Branch: perlio
25295            ! ext/Encode/Encode.xs makedef.pl
25296 ____________________________________________________________________________
25297 [  9101] By: jhi                                   on 2001/03/10  22:38:13
25298         Log: The $Is_MacOS needs to be declared.
25299      Branch: perl
25300            ! lib/ExtUtils/Manifest.pm
25301 ____________________________________________________________________________
25302 [  9100] By: jhi                                   on 2001/03/10  22:14:29
25303         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
25304              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
25305              pollute the symbolspace if using sfio.
25306      Branch: perl
25307            ! ext/Encode/Encode.xs
25308 ____________________________________________________________________________
25309 [  9099] By: jhi                                   on 2001/03/10  21:58:48
25310         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
25311              Date: Sat, 10 Mar 2001 14:23:55 -0500
25312              From: Chris Nandor <pudge@pobox.com>
25313              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
25314      Branch: perl
25315            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25316            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
25317            ! t/lib/errno.t
25318 ____________________________________________________________________________
25319 [  9098] By: jhi                                   on 2001/03/10  21:38:30
25320         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
25321      Branch: perl
25322            ! regcomp.c regexec.c t/op/pat.t
25323 ____________________________________________________________________________
25324 [  9097] By: jhi                                   on 2001/03/10  14:38:07
25325         Log: Integrate perlio.
25326      Branch: perl
25327           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25328           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25329           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25330 ____________________________________________________________________________
25331 [  9096] By: nick                                  on 2001/03/10  11:55:43
25332         Log: EBCDIC sanity - phase I
25333              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
25334              - use utf8n_xxxx (c.f. pvn) for forms which take length.
25335              - back out vN.N and $^V exceptions to e2a/a2e
25336              - make "locale" isxxx macros be uvchr (may be redundant?)
25337              
25338              Not clear yet that toUPPER_uni et. al. return being handled correctly.
25339              The tr// and rexexp stuff still needs an audit, assumption is they are working
25340              in Unicode space.
25341              
25342              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
25343      Branch: perlio
25344            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25345            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25346            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25347 ____________________________________________________________________________
25348 [  9095] By: jhi                                   on 2001/03/09  22:10:01
25349         Log: Integrate perlio.
25350      Branch: perl
25351           !> dump.c
25352 ____________________________________________________________________________
25353 [  9094] By: nick                                  on 2001/03/09  17:36:38
25354         Log: Builds an passes all tests after integrate and this tweak.
25355      Branch: perlio
25356            ! dump.c
25357 ____________________________________________________________________________
25358 [  9093] By: nick                                  on 2001/03/09  17:16:03
25359         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
25360      Branch: perlio
25361           +> lib/unicode/Scripts.txt t/lib/sigaction.t
25362           !> (integrate 79 files)
25363 ____________________________________________________________________________
25364 [  9092] By: jhi                                   on 2001/03/09  15:28:26
25365         Log: Update Changes.
25366      Branch: perl
25367            ! Changes patchlevel.h
25368 ____________________________________________________________________________
25369 [  9091] By: jhi                                   on 2001/03/09  15:25:05
25370         Log: In op/stat #35 better to scan all the potential directories
25371              for setuids, not just the first one.
25372      Branch: perl
25373            ! t/op/stat.t
25374 ____________________________________________________________________________
25375 [  9090] By: jhi                                   on 2001/03/09  15:01:27
25376         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
25377              From: rspier@pobox.com (Robert Spier)
25378              Date: Fri, 9 Mar 2001 03:30:20 -0500
25379              Message-ID: <15016.38044.381174.160189@rls.cx>
25380              
25381              EXISTS() returning undef mistakenly triggered a FETCH().
25382      Branch: perl
25383            ! hv.c
25384 ____________________________________________________________________________
25385 [  9089] By: jhi                                   on 2001/03/09  14:59:02
25386         Log: Add /sbin and /usr/sbin to the list of directories scanned
25387              for setuid programs.  Takes care of bug id 20010309.003.
25388      Branch: perl
25389            ! t/op/stat.t
25390 ____________________________________________________________________________
25391 [  9088] By: jhi                                   on 2001/03/09  14:48:32
25392         Log: Regen perlapi, perltoc.
25393      Branch: perl
25394            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
25395 ____________________________________________________________________________
25396 [  9087] By: jhi                                   on 2001/03/09  14:38:56
25397         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25398              From: David Mitchell <davem@fdgroup.co.uk>
25399              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
25400              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
25401      Branch: perl
25402            ! dump.c perl.c perl.h pod/perlrun.pod
25403 ____________________________________________________________________________
25404 [  9086] By: jhi                                   on 2001/03/09  01:47:16
25405         Log: A modified version of
25406              
25407              Subject: [ID 20010307.005] POSIX::sigaction has various problems
25408              From: anders@broadcom.com
25409              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
25410              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
25411              
25412              Currently the sigaction.t test #6 fails (and is fudged to look
25413              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
25414              This may well be a genuine bug in Linux sigaction() (since at
25415              least Tru64, Solaris, and HP-UX disagree with Linux).
25416              Anyone with POSIX / SUSv2 tome handy?  The problem is that
25417              the flags of the oldaction don't match with the flags in
25418              the previously installed disposition.
25419      Branch: perl
25420            + t/lib/sigaction.t
25421            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25422 ____________________________________________________________________________
25423 [  9085] By: jhi                                   on 2001/03/09  01:30:13
25424         Log: Subject: Re: mission impossible for the day
25425              From: Alex Gough <alex@rcon.org>
25426              Date: Thu, 08 Mar 2001 17:18:19 +0000
25427              Message-ID: <3AA7BEDB.8070409@rcon.org>
25428              
25429              If references (are overloaded) and can be directly stringified,
25430              show that instead of "stringified".
25431              
25432              (The problem, infinite mutual recursion caused by overloaded bool
25433              in Switch.pm, tracked by David Mitchell)
25434      Branch: perl
25435            ! lib/Carp/Heavy.pm
25436 ____________________________________________________________________________
25437 [  9084] By: jhi                                   on 2001/03/09  01:20:39
25438         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25439              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
25440              From: David Mitchell <davem@fdgroup.co.uk>
25441              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
25442      Branch: perl
25443            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
25444            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
25445 ____________________________________________________________________________
25446 [  9083] By: jhi                                   on 2001/03/09  01:16:51
25447         Log: Subject: [PATCH] perldata.pod here-doc docs
25448              From: Jeff Pinyan <jeffp@crusoe.net>
25449              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
25450              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
25451      Branch: perl
25452            ! pod/perldata.pod
25453 ____________________________________________________________________________
25454 [  9082] By: jhi                                   on 2001/03/09  01:01:27
25455         Log: Subject: Re: Unicode/EBCDIC
25456              From: Peter Prymmer <pvhp@forte.com>
25457              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
25458              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
25459      Branch: perl
25460            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
25461 ____________________________________________________________________________
25462 [  9081] By: jhi                                   on 2001/03/08  13:41:30
25463         Log: Subject: Ooops, wrong 'no *POSIX' Patch
25464              From: Dorner Thomas <Thomas.Dorner@start.de>
25465              Date: Thu, 8 Mar 2001 08:43:28 +0100
25466              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
25467      Branch: perl
25468            ! hints/posix-bc.sh
25469 ____________________________________________________________________________
25470 [  9080] By: jhi                                   on 2001/03/08  13:11:42
25471         Log: It's Scripts.txt, not Script.txt.
25472      Branch: perl
25473            ! MANIFEST
25474 ____________________________________________________________________________
25475 [  9079] By: jhi                                   on 2001/03/08  12:59:05
25476         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
25477              From: Dorner Thomas <Thomas.Dorner@start.de>
25478              Date: Wed, 7 Mar 2001 14:13:31 +0100
25479              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
25480      Branch: perl
25481            ! makedepend.SH
25482 ____________________________________________________________________________
25483 [  9078] By: jhi                                   on 2001/03/08  12:57:43
25484         Log: Retract #9069, wrong patch.
25485      Branch: perl
25486            ! Makefile.SH
25487 ____________________________________________________________________________
25488 [  9077] By: jhi                                   on 2001/03/08  01:06:13
25489         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
25490      Branch: perl
25491            + lib/unicode/Scripts.txt
25492            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
25493            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
25494            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
25495            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25496            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25497            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25498            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25499            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25500            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25501            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25502            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25503            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25504            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25505            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25506            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25507            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25508            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
25509            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
25510            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
25511            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
25512            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
25513            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
25514            ! lib/unicode/version
25515 ____________________________________________________________________________
25516 [  9076] By: jhi                                   on 2001/03/07  22:59:39
25517         Log: Integrate change #7784 from mainline into maintperl.
25518              
25519              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
25520      Branch: maint-5.6/perl
25521           !> pp_ctl.c t/op/pat.t
25522 ____________________________________________________________________________
25523 [  9075] By: jhi                                   on 2001/03/07  22:05:11
25524         Log: More UTF-8 test tweaks.
25525      Branch: perl
25526            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
25527 ____________________________________________________________________________
25528 [  9074] By: nick                                  on 2001/03/07  21:39:29
25529         Log: Integrate mainline.
25530      Branch: perlio
25531           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
25532           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
25533           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
25534           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
25535           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
25536 ____________________________________________________________________________
25537 [  9073] By: jhi                                   on 2001/03/07  16:37:09
25538         Log: Update Changes.
25539      Branch: perl
25540            ! Changes patchlevel.h
25541 ____________________________________________________________________________
25542 [  9072] By: jhi                                   on 2001/03/07  16:32:30
25543         Log: Subject: [ID 20010306.004] || != named unary operator
25544              From: abela@geneanet.org
25545              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
25546              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
25547      Branch: perl
25548            ! pod/perlop.pod
25549 ____________________________________________________________________________
25550 [  9071] By: jhi                                   on 2001/03/07  15:14:11
25551         Log: Subject: downgrading to bytes for common functions
25552              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
25553              Date: Wed, 7 Mar 2001 02:36:55 -0500
25554              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
25555      Branch: perl
25556            ! pp_sys.c
25557 ____________________________________________________________________________
25558 [  9070] By: jhi                                   on 2001/03/07  15:04:58
25559         Log: Clarify the description differentiating for and while; inspired by
25560              
25561              Subject: [ID 20010306.002] for/while difference in for definition
25562              From: abela@geneanet.org
25563              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
25564              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
25565      Branch: perl
25566            ! pod/perlsyn.pod
25567 ____________________________________________________________________________
25568 [  9069] By: jhi                                   on 2001/03/07  14:55:30
25569         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
25570              From: Dorner Thomas <Thomas.Dorner@start.de>
25571              Date: Wed, 7 Mar 2001 14:13:31 +0100
25572              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
25573      Branch: perl
25574            ! Makefile.SH
25575 ____________________________________________________________________________
25576 [  9068] By: jhi                                   on 2001/03/07  14:51:17
25577         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
25578              From: Radu Greab <radu@netsoft.ro>
25579              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
25580              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
25581      Branch: perl
25582            ! pp.c t/op/chop.t
25583 ____________________________________________________________________________
25584 [  9067] By: jhi                                   on 2001/03/07  14:48:57
25585         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25586              From: Simon Cozens <simon@netthink.co.uk>
25587              Date: Wed, 7 Mar 2001 13:59:28 +0000
25588              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
25589              
25590              In order to allow MakeMaker to build correct Makefiles,
25591              you need to change the order of the arguments in MM_Unix.pm
25592              as well. (Unless you have C89_CCMODE set, but we're trying
25593              to be POSIXly correct)
25594              
25595              Thanks to Merijn Broeren for tracking this down.
25596      Branch: perl
25597            ! lib/ExtUtils/MM_Unix.pm
25598 ____________________________________________________________________________
25599 [  9066] By: jhi                                   on 2001/03/07  14:30:02
25600         Log: Floating point too messy.
25601      Branch: perl
25602            ! t/camel-III/vstring.t
25603 ____________________________________________________________________________
25604 [  9065] By: jhi                                   on 2001/03/07  14:17:44
25605         Log: Integrate change #9064 from maintperl into mainline.
25606              
25607              fix memory leak in pack("Bb",...)
25608      Branch: perl
25609           !> perl.c
25610 ____________________________________________________________________________
25611 [  9064] By: gsar                                  on 2001/03/07  06:29:24
25612         Log: fix memory leak in pack("Bb",...)
25613      Branch: maint-5.6/perl
25614            ! perl.c
25615 ____________________________________________________________________________
25616 [  9063] By: jhi                                   on 2001/03/07  00:55:04
25617         Log: Major utf8 test reorganisation and rewrite.
25618              Hopefully no tests were lost in the shuffle.
25619              (The beginning of pragma/utf8 was lost intentionally,
25620              the tests were rather bogus and incomplete.)
25621      Branch: perl
25622            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
25623            ! t/pragma/utf8.t
25624 ____________________________________________________________________________
25625 [  9062] By: jhi                                   on 2001/03/07  00:41:16
25626         Log: More tweakage on the Unicode character class descriptions.
25627      Branch: perl
25628            ! lib/unicode/mktables.PL pod/perlretut.pod
25629 ____________________________________________________________________________
25630 [  9061] By: jhi                                   on 2001/03/06  23:12:38
25631         Log: The perlretut was still talking about the old \p and \P
25632              definitions.
25633      Branch: perl
25634            ! pod/perlretut.pod
25635 ____________________________________________________________________________
25636 [  9060] By: nick                                  on 2001/03/06  20:52:37
25637         Log: Integrate mainline (make test works again now).
25638      Branch: perlio
25639           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
25640 ____________________________________________________________________________
25641 [  9059] By: jhi                                   on 2001/03/06  15:36:14
25642         Log: 0.999... does equal 1.0, doesn't it?
25643      Branch: perl
25644            ! t/camel-III/vstring.t
25645 ____________________________________________________________________________
25646 [  9058] By: jhi                                   on 2001/03/06  15:34:00
25647         Log: Make /x{abcd}/ to work without use utf8.
25648      Branch: perl
25649            ! regcomp.c
25650 ____________________________________________________________________________
25651 [  9057] By: jhi                                   on 2001/03/06  03:02:36
25652         Log: Easier to outcomment all the three reset() tests for now.
25653      Branch: perl
25654            ! t/op/pat.t
25655 ____________________________________________________________________________
25656 [  9056] By: jhi                                   on 2001/03/06  02:30:02
25657         Log: Comment out the deadly reset; until the 20010301.005
25658              is finally fixed.
25659      Branch: perl
25660            ! t/op/pat.t
25661 ____________________________________________________________________________
25662 [  9055] By: jhi                                   on 2001/03/06  02:21:26
25663         Log: Integrate the change #9054 from mainline:
25664              retract the PMOP cleanup patch pending further investigation.
25665      Branch: maint-5.6/perl
25666           !> op.c op.h
25667 ____________________________________________________________________________
25668 [  9054] By: jhi                                   on 2001/03/06  02:19:57
25669         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
25670              with oddly familiar stack traces.
25671      Branch: perl
25672            ! op.c op.h
25673 ____________________________________________________________________________
25674 [  9053] By: jhi                                   on 2001/03/05  23:20:28
25675         Log: Integrate perlio.
25676      Branch: perl
25677           +> ext/Encode/Encode/koi8-r.ucm
25678           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
25679           !> makedef.pl
25680 ____________________________________________________________________________
25681 [  9052] By: nick                                  on 2001/03/05  23:08:17
25682         Log: skipping USE_PERLIO symbols correction.
25683      Branch: perlio
25684            ! makedef.pl
25685 ____________________________________________________________________________
25686 [  9051] By: nick                                  on 2001/03/05  22:35:07
25687         Log: More Encode alias tidying.
25688      Branch: perlio
25689            + ext/Encode/Encode/koi8-r.ucm
25690            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
25691 ____________________________________________________________________________
25692 [  9050] By: jhi                                   on 2001/03/05  21:44:29
25693         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
25694              Sarathy's fix for ID 20010301.005.
25695      Branch: maint-5.6/perl
25696           !> op.c op.h
25697 ____________________________________________________________________________
25698 [  9049] By: nick                                  on 2001/03/05  19:54:04
25699         Log: Integrate Jarkko's Encode.pm tweak.
25700      Branch: perlio
25701           !> ext/Encode/Encode.pm
25702 ____________________________________________________________________________
25703 [  9048] By: nick                                  on 2001/03/05  19:47:57
25704         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
25705      Branch: perlio
25706           +> os2/os2add.sym
25707           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
25708           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
25709           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
25710           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
25711           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
25712 ____________________________________________________________________________
25713 [  9047] By: jhi                                   on 2001/03/05  19:25:26
25714         Log: Regen perlapi.
25715      Branch: perl
25716            ! pod/perlapi.pod
25717 ____________________________________________________________________________
25718 [  9046] By: jhi                                   on 2001/03/05  19:12:14
25719         Log: Integrate perlio.
25720      Branch: perl
25721           +> t/camel-III/vstring.t
25722           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
25723 ____________________________________________________________________________
25724 [  9045] By: jhi                                   on 2001/03/05  19:10:36
25725         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
25726      Branch: perl
25727            ! ext/Encode/Encode.pm
25728 ____________________________________________________________________________
25729 [  9044] By: jhi                                   on 2001/03/05  18:49:12
25730         Log: Forgot the other half of the PMOP patch (#9033).
25731      Branch: perl
25732            ! op.h
25733 ____________________________________________________________________________
25734 [  9043] By: nick                                  on 2001/03/05  18:14:47
25735         Log: Update MANIFEST for new test.
25736      Branch: perlio
25737            ! MANIFEST
25738 ____________________________________________________________________________
25739 [  9042] By: nick                                  on 2001/03/05  18:12:41
25740         Log: Some tests for Camel 3rd edition features.
25741              Make gethostbyaddr() test in above work.
25742      Branch: perlio
25743            + t/camel-III/vstring.t
25744            ! pp.h pp_sys.c t/TEST t/harness
25745 ____________________________________________________________________________
25746 [  9041] By: jhi                                   on 2001/03/05  17:41:48
25747         Log: Add more ISO 8859 encoding aliases.
25748      Branch: perl
25749            ! ext/Encode/Encode.pm
25750 ____________________________________________________________________________
25751 [  9040] By: jhi                                   on 2001/03/05  17:30:43
25752         Log: Integrate perlio.
25753      Branch: perl
25754           !> MANIFEST sv.c
25755 ____________________________________________________________________________
25756 [  9039] By: nick                                  on 2001/03/05  17:11:36
25757         Log: Missed added file.
25758      Branch: perlio
25759            ! MANIFEST
25760 ____________________________________________________________________________
25761 [  9038] By: jhi                                   on 2001/03/05  15:58:01
25762         Log: Add tr tests for EBCDIC, from Karsten Sperling.
25763      Branch: perl
25764            ! t/op/tr.t
25765 ____________________________________________________________________________
25766 [  9037] By: nick                                  on 2001/03/05  15:56:35
25767         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
25768              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
25769              
25770              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
25771              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
25772              - uses SvPV() rather than sv_2pv() in case it isn't a string.
25773      Branch: perlio
25774            ! sv.c
25775 ____________________________________________________________________________
25776 [  9036] By: jhi                                   on 2001/03/05  15:49:15
25777         Log: Add matching tests currently failing in EBCDIC,
25778              suggested by Karsten Sperling.
25779      Branch: perl
25780            ! t/op/pat.t
25781 ____________________________________________________________________________
25782 [  9035] By: jhi                                   on 2001/03/05  15:36:55
25783         Log: The #9034 needs a MANIFESTation.
25784      Branch: perl
25785            ! MANIFEST
25786 ____________________________________________________________________________
25787 [  9034] By: jhi                                   on 2001/03/05  15:35:14
25788         Log: Integrate perlio.
25789      Branch: perl
25790           +> ext/Encode/Encode/Tcl.pm
25791           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
25792           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
25793           !> ext/Encode/Encode/iso8859-1.ucm
25794           !> ext/Encode/Encode/iso8859-10.ucm
25795           !> ext/Encode/Encode/iso8859-13.ucm
25796           !> ext/Encode/Encode/iso8859-14.ucm
25797           !> ext/Encode/Encode/iso8859-15.ucm
25798           !> ext/Encode/Encode/iso8859-16.ucm
25799           !> ext/Encode/Encode/iso8859-2.ucm
25800           !> ext/Encode/Encode/iso8859-3.ucm
25801           !> ext/Encode/Encode/iso8859-4.ucm
25802           !> ext/Encode/Encode/iso8859-5.ucm
25803           !> ext/Encode/Encode/iso8859-6.ucm
25804           !> ext/Encode/Encode/iso8859-7.ucm
25805           !> ext/Encode/Encode/iso8859-8.ucm
25806           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
25807           !> t/lib/encode.t
25808 ____________________________________________________________________________
25809 [  9033] By: jhi                                   on 2001/03/05  15:33:18
25810         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
25811              From: Gurusamy Sarathy <gsar@ActiveState.com>
25812              Date: Sun, 04 Mar 2001 22:33:15 -0800
25813              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
25814              
25815              PMOPs need to remember their own stash so that they can
25816              gracefully remove themselves from their linked list.
25817      Branch: perl
25818            ! op.c
25819 ____________________________________________________________________________
25820 [  9032] By: nick                                  on 2001/03/05  14:51:50
25821         Log: Encode implementation "completion"
25822              Implement and document define_encoding()
25823              Implement and document encoding aliases including define_alias()
25824              Make Encode::XS use define_encoding() rather than back-door.
25825              Move run-time *.enc to separate Encode::Tcl module.
25826              Make 'compile' honour <codeset_name>
25827              Change canonical names of to iso-8859-* and US-ascii.
25828      Branch: perlio
25829            + ext/Encode/Encode/Tcl.pm
25830            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25831            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
25832            ! ext/Encode/Encode/iso8859-1.ucm
25833            ! ext/Encode/Encode/iso8859-10.ucm
25834            ! ext/Encode/Encode/iso8859-13.ucm
25835            ! ext/Encode/Encode/iso8859-14.ucm
25836            ! ext/Encode/Encode/iso8859-15.ucm
25837            ! ext/Encode/Encode/iso8859-16.ucm
25838            ! ext/Encode/Encode/iso8859-2.ucm
25839            ! ext/Encode/Encode/iso8859-3.ucm
25840            ! ext/Encode/Encode/iso8859-4.ucm
25841            ! ext/Encode/Encode/iso8859-5.ucm
25842            ! ext/Encode/Encode/iso8859-6.ucm
25843            ! ext/Encode/Encode/iso8859-7.ucm
25844            ! ext/Encode/Encode/iso8859-8.ucm
25845            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
25846            ! t/lib/encode.t
25847 ____________________________________________________________________________
25848 [  9031] By: jhi                                   on 2001/03/05  13:51:17
25849         Log: Integrate change #9030 from maintperl into mainline.
25850              
25851              Subject: [PATCH 5.6.1] OS/2 cleanup
25852      Branch: perl
25853           +> os2/os2add.sym
25854           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25855           !> makedef.pl os2/Changes os2/Makefile.SHs
25856           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
25857           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
25858           !> os2/os2.sym os2/os2ish.h
25859 ____________________________________________________________________________
25860 [  9030] By: jhi                                   on 2001/03/05  13:46:49
25861         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
25862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25863              Date: Mon, 5 Mar 2001 02:29:44 -0500
25864              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
25865      Branch: maint-5.6/perl
25866            + os2/os2add.sym
25867            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25868            ! makedef.pl os2/Changes os2/Makefile.SHs
25869            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
25870            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
25871            ! os2/os2.sym os2/os2ish.h
25872 ____________________________________________________________________________
25873 [  9029] By: jhi                                   on 2001/03/05  13:40:35
25874         Log: Integrate change #9028 from maintperl into mainline.
25875              
25876              various nits in MM_Unix.pm found by disabling SelfLoader
25877      Branch: perl
25878           !> lib/ExtUtils/MM_Unix.pm
25879 ____________________________________________________________________________
25880 [  9028] By: gsar                                  on 2001/03/05  09:58:38
25881         Log: various nits in MM_Unix.pm found by disabling SelfLoader
25882      Branch: maint-5.6/perl
25883            ! lib/ExtUtils/MM_Unix.pm
25884 ____________________________________________________________________________
25885 [  9027] By: nick                                  on 2001/03/05  08:35:22
25886         Log: Integrate mainline
25887      Branch: perlio
25888           !> (integrate 28 files)
25889 ____________________________________________________________________________
25890 [  9026] By: jhi                                   on 2001/03/05  02:14:59
25891         Log: Integrate change #9025 from mainline to maintperl,
25892              retract \N{U+HHHH}.
25893      Branch: maint-5.6/perl
25894           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
25895           !> t/lib/charnames.t toke.c
25896 ____________________________________________________________________________
25897 [  9025] By: jhi                                   on 2001/03/05  02:13:09
25898         Log: Retracting \N{U+HHHH}.
25899      Branch: perl
25900            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
25901            ! t/lib/charnames.t toke.c
25902 ____________________________________________________________________________
25903 [  9024] By: jhi                                   on 2001/03/04  20:51:07
25904         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
25905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25906              Date: Fri, 02 Mar 2001 18:25:26 +0100
25907              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
25908              
25909              Casting problem.
25910      Branch: perl
25911            ! ext/Storable/Storable.xs
25912 ____________________________________________________________________________
25913 [  9023] By: jhi                                   on 2001/03/04  19:46:45
25914         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
25915              From: nick@talking.bollo.cx
25916              Date: Sat, 03 Mar 2001 21:41:33 +0000
25917              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
25918              
25919              Revert the workaround.
25920      Branch: perl
25921            ! perlio.c
25922 ____________________________________________________________________________
25923 [  9022] By: jhi                                   on 2001/03/04  19:36:28
25924         Log: Update Changes.
25925      Branch: perl
25926            ! Changes patchlevel.h
25927 ____________________________________________________________________________
25928 [  9021] By: jhi                                   on 2001/03/04  18:41:00
25929         Log: makedef.pl updates suggested by Chris Nandor; double-checking
25930              the changes in AIX, OS/2 Win32 would be nice.
25931      Branch: perl
25932            ! makedef.pl
25933 ____________________________________________________________________________
25934 [  9020] By: jhi                                   on 2001/03/04  18:23:58
25935         Log: Integrate change #9012 from maintperl into mainline,
25936              quench a compiler warning.
25937      Branch: perl
25938           !> toke.c
25939 ____________________________________________________________________________
25940 [  9019] By: jhi                                   on 2001/03/04  18:18:43
25941         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
25942              
25943              \N{U+HHHH} fix.
25944              
25945              pattern in G_ARRAY context
25946      Branch: maint-5.6/perl
25947           !> pp_hot.c t/op/pat.t toke.c
25948 ____________________________________________________________________________
25949 [  9018] By: jhi                                   on 2001/03/04  18:07:48
25950         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
25951              From: Jeff Pinyan <jeffp@crusoe.net>
25952              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
25953              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
25954      Branch: perl
25955            ! pp_hot.c t/op/pat.t
25956 ____________________________________________________________________________
25957 [  9017] By: jhi                                   on 2001/03/04  18:06:21
25958         Log: I thought I tested the #9014.
25959      Branch: perl
25960            ! toke.c
25961 ____________________________________________________________________________
25962 [  9016] By: jhi                                   on 2001/03/04  17:41:22
25963         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
25964              
25965              Tweak the get*ent() OS/2 prototypes.
25966              
25967              Add the \N{U+HHHH} syntax.
25968              
25969              More tr/// UTF-8 fixes from Inaba Hiroto.
25970      Branch: maint-5.6/perl
25971           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
25972           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
25973 ____________________________________________________________________________
25974 [  9015] By: jhi                                   on 2001/03/04  17:36:04
25975         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
25976      Branch: perl
25977            ! doop.c t/op/tr.t
25978 ____________________________________________________________________________
25979 [  9014] By: jhi                                   on 2001/03/04  17:24:49
25980         Log: Add the \N{U+HHHH} syntax.
25981      Branch: perl
25982            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
25983            ! t/lib/charnames.t toke.c
25984 ____________________________________________________________________________
25985 [  9013] By: jhi                                   on 2001/03/04  17:20:45
25986         Log: Tweak the get*ent() OS/2 prototypes.
25987      Branch: perl
25988            ! os2/os2.c
25989 ____________________________________________________________________________
25990 [  9012] By: gsar                                  on 2001/03/04  06:26:14
25991         Log: avoid warning (nit in change#9009)
25992      Branch: maint-5.6/perl
25993            ! toke.c
25994 ____________________________________________________________________________
25995 [  9011] By: gsar                                  on 2001/03/04  06:15:24
25996         Log: lib/charnames.t fails in 5.6.x because of older Unicode
25997              data
25998              
25999              TODO: need to revisit this after updating lib/unicode/...
26000      Branch: maint-5.6/perl
26001            ! t/lib/charnames.t
26002 ____________________________________________________________________________
26003 [  9010] By: gsar                                  on 2001/03/04  06:08:36
26004         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
26005      Branch: maint-5.6/perl
26006            ! toke.c
26007 ____________________________________________________________________________
26008 [  9009] By: jhi                                   on 2001/03/03  19:27:20
26009         Log: Integrate change #9008 from mainline to maintperl,
26010              UTF-8 tr/// fixes from Inaba Hiroto.
26011      Branch: maint-5.6/perl
26012           !> doop.c op.c t/op/tr.t toke.c
26013 ____________________________________________________________________________
26014 [  9008] By: jhi                                   on 2001/03/03  19:19:42
26015         Log: UTF8 tr/// fixes from Inaba Hiroto.
26016      Branch: perl
26017            ! doop.c op.c t/op/tr.t toke.c
26018 ____________________________________________________________________________
26019 [  9007] By: jhi                                   on 2001/03/03  19:00:30
26020         Log: Integrate change #9006 from maintperl to mainline,
26021              more robust quest for the infinite.
26022      Branch: perl
26023           !> lib/Math/Complex.pm
26024 ____________________________________________________________________________
26025 [  9006] By: jhi                                   on 2001/03/03  18:58:06
26026         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
26027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26028              Date: Sat, 3 Mar 2001 12:51:50 -0500
26029              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
26030              
26031              Be more robust in our quest for the infinite.
26032      Branch: maint-5.6/perl
26033            ! lib/Math/Complex.pm
26034 ____________________________________________________________________________
26035 [  9005] By: jhi                                   on 2001/03/03  17:55:50
26036         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
26037      Branch: maint-5.6/perl
26038            ! doio.c
26039 ____________________________________________________________________________
26040 [  9004] By: jhi                                   on 2001/03/03  17:40:14
26041         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
26042              so that picky compilers like IRIX won't get huffy about
26043              "statements without effect" (like 1;).
26044      Branch: perl
26045            ! toke.c
26046 ____________________________________________________________________________
26047 [  9003] By: jhi                                   on 2001/03/03  17:15:52
26048         Log: Integrate change #9002 from mainline to maintperl.
26049              
26050              Subject: [perl-5.6.x, perl-current] accept for EPOC
26051      Branch: maint-5.6/perl
26052           !> pp_sys.c
26053 ____________________________________________________________________________
26054 [  9002] By: jhi                                   on 2001/03/03  17:14:30
26055         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
26056              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26057              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
26058              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
26059      Branch: perl
26060            ! pp_sys.c
26061 ____________________________________________________________________________
26062 [  9001] By: jhi                                   on 2001/03/03  17:13:13
26063         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
26064              From: "Craig A. Berry" <craigberry@mac.com>
26065              Date: Fri, 02 Mar 2001 17:44:40 -0600
26066              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
26067      Branch: perl
26068            ! t/pod/find.t
26069 ____________________________________________________________________________
26070 [  9000] By: jhi                                   on 2001/03/03  17:11:55
26071         Log: Integrate changes #8997,8999 from maintperl.
26072              
26073              Subject: [PATCH 5.6.1] compiling on OS/2
26074              (Better error message from hints/os2.sh)
26075              
26076              Subject: [PATCH 5.6.1] syslog.t
26077      Branch: perl
26078           !> hints/os2.sh t/lib/syslog.t
26079 ____________________________________________________________________________
26080 [  8999] By: jhi                                   on 2001/03/03  17:09:28
26081         Log: Subject: [PATCH 5.6.1] syslog.t
26082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26083              Date: Sat, 3 Mar 2001 02:11:17 -0500
26084              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
26085      Branch: maint-5.6/perl
26086            ! t/lib/syslog.t
26087 ____________________________________________________________________________
26088 [  8998] By: jhi                                   on 2001/03/03  17:07:50
26089         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
26090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26091              Date: Sat, 3 Mar 2001 01:53:52 -0500
26092              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
26093      Branch: maint-5.6/perl
26094            ! opcode.pl os2/os2.c
26095 ____________________________________________________________________________
26096 [  8997] By: jhi                                   on 2001/03/03  17:03:30
26097         Log: Subject: [PATCH 5.6.1] compiling on OS/2
26098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26099              Date: Sat, 3 Mar 2001 01:59:59 -0500
26100              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
26101      Branch: maint-5.6/perl
26102            ! hints/os2.sh
26103 ____________________________________________________________________________
26104 [  8996] By: jhi                                   on 2001/03/03  00:55:58
26105         Log: Regen files for mainline.
26106      Branch: perl
26107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26108            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
26109 ____________________________________________________________________________
26110 [  8995] By: jhi                                   on 2001/03/03  00:35:22
26111         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
26112              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
26113              to maintperl.
26114              
26115              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
26116              
26117              Add Configure option -Dmksymlinks which will create a symlink
26118              forest if the current/build differs from the source directory.
26119              (8218,8220,8221,8317,8318,8971)
26120              
26121              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26122              (Document APPLLIB_EXP in INSTALL.)
26123              
26124              If running byacc write-enable also perly.h.
26125              
26126              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26127              
26128              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26129              
26130              Sanity check for conflicting thread flavours.
26131              
26132              Fix the sys/fcntl.h problem reported by Peter Prymmer.
26133              
26134              Add few CPUs/architectures to the Cppsym scan,
26135              add -perlio to archname if so selected (modified 8890)
26136              
26137              Be more helpful for devel builders, suggested by John L. Allen.
26138              (admittedly pointless change for maintperl, but the usedevel
26139              code is there already)
26140      Branch: maint-5.6/perl
26141           !> Configure INSTALL Makefile.SH Porting/Glossary
26142           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
26143           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
26144           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
26145           !> win32/config.bc win32/config.gc win32/config.vc
26146 ____________________________________________________________________________
26147 [  8994] By: jhi                                   on 2001/03/02  23:31:41
26148         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
26149      Branch: metaconfig/U/perl
26150            ! gccvers.U
26151 ____________________________________________________________________________
26152 [  8993] By: jhi                                   on 2001/03/02  23:22:12
26153         Log: Regenerate various files for maint.
26154      Branch: maint-5.6/perl
26155            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
26156            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
26157 ____________________________________________________________________________
26158 [  8992] By: alanbur                               on 2001/03/02  22:48:34
26159         Log: Resync wuth parent
26160      Branch: maint-5.6/pureperl
26161           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26162           !> (integrate 60 files)
26163 ____________________________________________________________________________
26164 [  8991] By: jhi                                   on 2001/03/02  21:00:08
26165         Log: Retract the #8742 part of #8986, backward compat.
26166      Branch: maint-5.6/perl
26167            ! embed.pl
26168 ____________________________________________________________________________
26169 [  8990] By: jhi                                   on 2001/03/02  20:40:07
26170         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
26171      Branch: maint-5.6/perl
26172            ! hv.c
26173 ____________________________________________________________________________
26174 [  8989] By: jhi                                   on 2001/03/02  19:59:56
26175         Log: Update Changes.
26176      Branch: perl
26177            ! Changes patchlevel.h
26178 ____________________________________________________________________________
26179 [  8988] By: jhi                                   on 2001/03/02  19:57:08
26180         Log: Integrate perlio.
26181      Branch: perl
26182           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26183           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26184           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26185           !> ext/Encode/Encode/iso8859-10.ucm
26186           !> ext/Encode/Encode/iso8859-13.ucm
26187           !> ext/Encode/Encode/iso8859-14.ucm
26188           !> ext/Encode/Encode/iso8859-15.ucm
26189           !> ext/Encode/Encode/iso8859-16.ucm
26190           !> ext/Encode/Encode/iso8859-2.ucm
26191           !> ext/Encode/Encode/iso8859-3.ucm
26192           !> ext/Encode/Encode/iso8859-4.ucm
26193           !> ext/Encode/Encode/iso8859-5.ucm
26194           !> ext/Encode/Encode/iso8859-6.ucm
26195           !> ext/Encode/Encode/iso8859-7.ucm
26196           !> ext/Encode/Encode/iso8859-8.ucm
26197           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26198           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
26199 ____________________________________________________________________________
26200 [  8987] By: jhi                                   on 2001/03/02  19:43:40
26201         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
26202              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
26203              8950,8952,8955 from mainline to maintperl.
26204              
26205              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26206              
26207              Put to rest the 20010205.001, the email address checking (not) regex.
26208              
26209              fork() not everywhere, cleanup temp files.
26210              
26211              The #8843 wasn't quite right: %Config needs to imported.
26212              
26213              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26214              (#8849: the glob-basic hunk needed massaging as it depended
26215              on Schwern's large-scale (unintegrated) patches)
26216              
26217              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
26218              
26219              Upgrade to CGI.pm 2.752, from Lincoln Stein.
26220              (Note: there were some conflicts due to EBCDIC and EPOC
26221              patches, in general I preferred the repository code.)
26222              (When 2.753 comes out, we need to synchronize.)
26223              
26224              Subject: [PATCH] fix for charnames above FFFF
26225              
26226              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
26227              
26228              If no sfio, no -lsfio.
26229              
26230              Run run/*.t also in minitest.
26231              
26232              Subject:  [PATCH perl 5.7.0] malloc message address offset
26233              
26234              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
26235              
26236              Subject: fix for parameter -Dm (for perl@8867)
26237              
26238              Subject: [PATCH: perl@8892] was Re: hashing order difference?
26239              (make the test more portable)
26240              
26241              Subject: Re: [PATCH] fix for charnames above FFFF
26242              
26243              Subject: Re: I'm losing the war...
26244              (hv_store() not working correctly in ENV_IS_CASELESS case.)
26245              
26246              Subject: Modified README.bs2000 
26247              
26248              Subject: [PATCH: perl@8935] -Dt padsv($var)
26249              
26250              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
26251              
26252              Subject: PATCH: extra tests to check on negative float to unsigned cast
26253              
26254              Subject: [PATCH] XPUSH[insp] was Re: progress
26255              
26256              Subject: Re: Compile with perlcc..
26257      Branch: maint-5.6/perl
26258           !> (integrate 36 files)
26259 ____________________________________________________________________________
26260 [  8986] By: jhi                                   on 2001/03/02  18:51:25
26261         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
26262              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
26263              to maintperl.
26264              
26265              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26266              
26267              Subject: [DOC PATCH] overload.pm nits
26268              
26269              Add header for LIB$ prototypes (C. Berry)
26270              
26271              Convert fwrite()s to sockets to write()s, since some socket stacks
26272              don't take kindly to stdio.
26273              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26274              (for often optional LNMs)
26275              Correct a few typos
26276              (C. Bailey)
26277              
26278              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26279              
26280              De-cut-and-pasto.
26281              
26282              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26283              
26284              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26285              
26286              Upgrade to CPAN 1.59_54, from Andreas König.
26287              
26288              Bogus shebang.
26289              
26290              Subject: [PATCH] Document makepatch in Porting/patching
26291              
26292              UTF-8 documentation.
26293              
26294              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26295              
26296              Sort the MANIFEST.
26297              
26298              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26299              
26300              Subject: [PATCH @8807] toke.c cleanup: scan_str()
26301              
26302              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26303              
26304              Add run/*.t to testables.
26305              
26306              TODO: integrate #8784.
26307      Branch: maint-5.6/perl
26308           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26309           !> (integrate 28 files)
26310 ____________________________________________________________________________
26311 [  8985] By: nick                                  on 2001/03/02  18:15:45
26312         Log: Integrate mainline
26313      Branch: perlio
26314           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
26315           !> vms/vms.c
26316 ____________________________________________________________________________
26317 [  8984] By: jhi                                   on 2001/03/02  16:00:17
26318         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
26319              
26320              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
26321              5.004_05, and mention the suidperl August 2000 security problem.
26322              (#8978,#8981)
26323              
26324              Subject: [ID 20010301.004] Technically speaking in perldata
26325              
26326              Subject: [PATCH] File::Copy for bleadperl, maintperl
26327              
26328              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26329              
26330              (The #8982, fix for 20010221.005 and 20010221.008,
26331              would be nice too but it didn't integrate cleanly.)
26332      Branch: maint-5.6/perl
26333           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
26334 ____________________________________________________________________________
26335 [  8983] By: jhi                                   on 2001/03/02  15:51:16
26336         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26338              Date:     Thu, 1 Mar 2001 15:54:09 EST
26339              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
26340      Branch: perl
26341            ! vms/vms.c
26342 ____________________________________________________________________________
26343 [  8982] By: jhi                                   on 2001/03/02  15:43:31
26344         Log: Subject: Re: sync sync sync: have I missed any patches?
26345              From: Radu Greab <radu@netsoft.ro> 
26346              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
26347              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
26348              
26349              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
26350              was checking argv[0] regardless of whether a different pathname
26351              will actually be executed."  Test case not supplied because 
26352              drafting that, ironically enough, revealed another bug
26353              (or a feature).
26354      Branch: perl
26355            ! doio.c
26356 ____________________________________________________________________________
26357 [  8981] By: jhi                                   on 2001/03/02  15:28:03
26358         Log: Misdate in #8978.
26359      Branch: perl
26360            ! pod/perlfaq1.pod
26361 ____________________________________________________________________________
26362 [  8980] By: jhi                                   on 2001/03/02  15:24:20
26363         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
26364              From: Chris Nandor <pudge@pobox.com>
26365              Date: Wed, 28 Feb 2001 22:10:15 -0500
26366              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
26367      Branch: perl
26368            ! lib/File/Copy.pm
26369 ____________________________________________________________________________
26370 [  8979] By: jhi                                   on 2001/03/02  15:17:16
26371         Log: Subject: [ID 20010301.004] Technically speaking in perldata
26372              From: abela@geneanet.org
26373              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
26374              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
26375      Branch: perl
26376            ! pod/perldata.pod
26377 ____________________________________________________________________________
26378 [  8978] By: jhi                                   on 2001/03/02  15:15:27
26379         Log: Subject: [ID 20010301.003] ref to 5.004
26380              From: abela@geneanet.org
26381              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
26382              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
26383              
26384              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
26385              and mention the suidperl August 2000 security problem.
26386      Branch: perl
26387            ! pod/perlfaq1.pod
26388 ____________________________________________________________________________
26389 [  8977] By: alanbur                               on 2001/03/02  14:17:45
26390         Log: Resynchronised with parent
26391      Branch: maint-5.6/pureperl
26392           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
26393           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
26394           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
26395           !> vms/descrip_mms.template win32/win32.c win32/win32.h
26396           !> win32/win32iop.h
26397 ____________________________________________________________________________
26398 [  8976] By: nick                                  on 2001/03/01  23:25:30
26399         Log: Integrate mainline.
26400      Branch: perlio
26401            - t/op/qu.t
26402           !> (integrate 55 files)
26403 ____________________________________________________________________________
26404 [  8975] By: jhi                                   on 2001/03/01  16:51:34
26405         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
26406      Branch: perl
26407           !> toke.c
26408 ____________________________________________________________________________
26409 [  8974] By: gsar                                  on 2001/03/01  16:28:21
26410         Log: fix for bugid 20010226.008
26411              
26412              the problem was that some of the pointers (PL_last_lop and
26413              PL_last_uni specifically) into the lex buffers weren't correctly
26414              being invalidated when the buffer changed; this would leave the
26415              pointers pointing at an arbitrary location in the buffer if
26416              the buffer didn't need to be reallocated, or point into freed
26417              memory if the buffer had to be realloced
26418              
26419              TODO item for bugdb maintainers: check other seemingly random
26420              parser-related bugs--they might be cured by this
26421      Branch: maint-5.6/perl
26422            ! toke.c
26423 ____________________________________________________________________________
26424 [  8973] By: jhi                                   on 2001/03/01  02:23:25
26425         Log: Retract #8970 because of a completely mysterious core dump:
26426              adding the tests 241..244 causes op/pat dump core at test #25.
26427              The test needs a lot of whittling down before the bug can be solved.
26428      Branch: perl
26429            ! t/op/pat.t
26430 ____________________________________________________________________________
26431 [  8972] By: jhi                                   on 2001/03/01  01:58:38
26432         Log: Regen perlapi.
26433      Branch: perl
26434            ! pod/perlapi.pod
26435 ____________________________________________________________________________
26436 [  8971] By: jhi                                   on 2001/03/01  01:34:09
26437         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
26438              From: Nicholas Clark <nick@ccl4.org>
26439              Date: Wed, 28 Feb 2001 23:28:49 +0000
26440              Message-ID: <20010228232849.A55187@plum.flirble.org>
26441              
26442              Allow a completely write protected source code tree
26443              when using the Configure -Dmksymlinks.
26444      Branch: perl
26445            ! embed.pl warnings.pl
26446 ____________________________________________________________________________
26447 [  8970] By: jhi                                   on 2001/03/01  01:32:04
26448         Log: Add back the EBCDIC character range tests (for matching).
26449      Branch: perl
26450            ! t/op/pat.t
26451 ____________________________________________________________________________
26452 [  8969] By: nick                                  on 2001/02/28  18:18:01
26453         Log: Add charname comments to .ucm files writen by 'compile',
26454              also order charmaps in those files by source encoding.
26455              regenerate distrubuted .ucm files
26456      Branch: perlio
26457            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26458            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26459            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26460            ! ext/Encode/Encode/iso8859-10.ucm
26461            ! ext/Encode/Encode/iso8859-13.ucm
26462            ! ext/Encode/Encode/iso8859-14.ucm
26463            ! ext/Encode/Encode/iso8859-15.ucm
26464            ! ext/Encode/Encode/iso8859-16.ucm
26465            ! ext/Encode/Encode/iso8859-2.ucm
26466            ! ext/Encode/Encode/iso8859-3.ucm
26467            ! ext/Encode/Encode/iso8859-4.ucm
26468            ! ext/Encode/Encode/iso8859-5.ucm
26469            ! ext/Encode/Encode/iso8859-6.ucm
26470            ! ext/Encode/Encode/iso8859-7.ucm
26471            ! ext/Encode/Encode/iso8859-8.ucm
26472            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26473            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
26474 ____________________________________________________________________________
26475 [  8968] By: jhi                                   on 2001/02/28  16:26:37
26476         Log: Expand usemorebits early if d_casti32 needs to be undefined.
26477      Branch: perl
26478            ! hints/hpux.sh hints/irix_6.sh
26479 ____________________________________________________________________________
26480 [  8967] By: jhi                                   on 2001/02/28  16:22:26
26481         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
26482              retract toke.c/qu parts of #8583, retract #8485, retract
26483              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
26484              op/length.t, and MANIFEST, and delete t/op/qu.t.
26485      Branch: perl
26486            - t/op/qu.t
26487            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26488            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
26489            ! t/op/length.t toke.c
26490 ____________________________________________________________________________
26491 [  8966] By: jhi                                   on 2001/02/28  15:00:27
26492         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
26493              by not changing from pre-Unicode days into being Unicode-aware.
26494              Sniff.
26495      Branch: perl
26496            ! pp.c t/op/pack.t t/op/qu.t
26497 ____________________________________________________________________________
26498 [  8965] By: jhi                                   on 2001/02/28  14:37:55
26499         Log: Subject: Re: Errors in core PODs
26500              From: Michael Stevens <michael@etla.org> 
26501              Date: Fri, 23 Feb 2001 15:47:56 +0000
26502              Message-ID: <20010223154756.A7723@firedrake.org> 
26503      Branch: perl
26504            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
26505            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
26506            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
26507            ! x2p/a2p.pod
26508 ____________________________________________________________________________
26509 [  8964] By: jhi                                   on 2001/02/28  14:35:35
26510         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
26511              (The #8961 was too bold.)
26512      Branch: perl
26513            ! hints/hpux.sh hints/irix_6.sh
26514 ____________________________________________________________________________
26515 [  8963] By: jhi                                   on 2001/02/28  14:33:39
26516         Log: Subject: Re: sync sync sync: have I missed any patches?
26517              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26518              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
26519              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
26520              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
26521              
26522              Replace djSP with dSP.
26523      Branch: perl
26524            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
26525            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
26526            ! win32/perlhost.h
26527 ____________________________________________________________________________
26528 [  8962] By: jhi                                   on 2001/02/27  23:21:14
26529         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
26530      Branch: perl
26531            ! lib/Filter/Simple.pm
26532 ____________________________________________________________________________
26533 [  8961] By: jhi                                   on 2001/02/27  22:55:26
26534         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
26535              and this would be it.
26536      Branch: perl
26537            ! hints/hpux.sh hints/irix_6.sh
26538 ____________________________________________________________________________
26539 [  8960] By: jhi                                   on 2001/02/27  22:51:33
26540         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
26541              From: "Craig A. Berry" <craigberry@mac.com>
26542              Date: Tue, 27 Feb 2001 16:11:44 -0600
26543              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
26544      Branch: maint-5.6/perl
26545            ! configure.com vms/descrip_mms.template
26546 ____________________________________________________________________________
26547 [  8959] By: jhi                                   on 2001/02/27  22:47:23
26548         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
26549              From: "Craig A. Berry" <craigberry@mac.com>
26550              Date: Tue, 27 Feb 2001 16:11:44 -0600
26551              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
26552      Branch: perl
26553            ! configure.com vms/descrip_mms.template
26554 ____________________________________________________________________________
26555 [  8958] By: jhi                                   on 2001/02/27  15:16:42
26556         Log: Update Changes.
26557      Branch: perl
26558            ! Changes patchlevel.h
26559 ____________________________________________________________________________
26560 [  8957] By: jhi                                   on 2001/02/27  06:15:07
26561         Log: Subject: [5.6.x] EPOC additions
26562              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26563              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
26564              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
26565      Branch: maint-5.6/perl
26566            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
26567 ____________________________________________________________________________
26568 [  8956] By: jhi                                   on 2001/02/27  06:12:11
26569         Log: Subject: [perl-current] EPOC 
26570              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26571              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
26572              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
26573      Branch: perl
26574            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
26575            ! epoc/epocish.c epoc/epocish.h pp_sys.c
26576 ____________________________________________________________________________
26577 [  8955] By: jhi                                   on 2001/02/27  05:59:50
26578         Log: Subject: Re: Compile with perlcc..
26579              From: Edward Peschko <edwardp@excitehome.net>
26580              Date: Mon, 26 Feb 2001 18:51:58 -0800
26581              Message-ID: <20010226185158.A9871@excitehome.net>
26582              
26583              plus add a simple usage message if no arguments given.
26584      Branch: perl
26585            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
26586            ! utils/Makefile utils/perlcc.PL win32/pod.mak
26587 ____________________________________________________________________________
26588 [  8954] By: nick                                  on 2001/02/26  21:02:59
26589         Log: Integrate mainline
26590      Branch: perlio
26591           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
26592           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
26593           !> t/op/sprintf.t
26594 ____________________________________________________________________________
26595 [  8953] By: jhi                                   on 2001/02/26  14:43:54
26596         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
26597              From: Nicholas Clark <nick@ccl4.org>
26598              Date: Mon, 26 Feb 2001 00:42:07 +0000
26599              Message-ID: <20010226004207.F23333@plum.flirble.org>
26600      Branch: perl
26601            ! pp_ctl.c
26602 ____________________________________________________________________________
26603 [  8952] By: jhi                                   on 2001/02/26  14:42:13
26604         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
26605              From: Simon Cozens <simon@netthink.co.uk>
26606              Date: Mon, 26 Feb 2001 12:23:48 +0000
26607              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
26608      Branch: perl
26609            ! pod/perlguts.pod
26610 ____________________________________________________________________________
26611 [  8951] By: jhi                                   on 2001/02/26  14:39:15
26612         Log: Subject: [PATCH] perlio - unknown layer
26613              From: Nicholas Clark <nick@ccl4.org>
26614              Date: Mon, 26 Feb 2001 00:27:19 +0000
26615              Message-ID: <20010226002719.E23333@plum.flirble.org>
26616      Branch: perl
26617            ! perlio.c
26618 ____________________________________________________________________________
26619 [  8950] By: jhi                                   on 2001/02/26  14:38:04
26620         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
26621              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
26622              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
26623              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
26624      Branch: perl
26625            ! t/op/bop.t
26626 ____________________________________________________________________________
26627 [  8949] By: jhi                                   on 2001/02/26  14:37:07
26628         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
26629              From: Peter Prymmer <pvhp@forte.com>
26630              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
26631              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
26632      Branch: perl
26633            ! lib/Test.pm
26634 ____________________________________________________________________________
26635 [  8948] By: jhi                                   on 2001/02/26  14:35:53
26636         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
26637              From: Radu Greab <radu@netsoft.ro>
26638              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
26639              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
26640      Branch: perl
26641            ! pod/perlop.pod
26642 ____________________________________________________________________________
26643 [  8947] By: jhi                                   on 2001/02/26  14:34:46
26644         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
26645              From: David Mitchell <davem@fdgroup.co.uk>
26646              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
26647              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
26648      Branch: perl
26649            ! run.c
26650 ____________________________________________________________________________
26651 [  8946] By: jhi                                   on 2001/02/26  14:32:37
26652         Log: Subject: Modified README.bs2000 
26653              From: Dorner Thomas <Thomas.Dorner@start.de>
26654              Date: Mon, 26 Feb 2001 09:22:17 +0100
26655              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
26656      Branch: perl
26657            ! README.bs2000
26658 ____________________________________________________________________________
26659 [  8945] By: jhi                                   on 2001/02/26  14:19:53
26660         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
26661              to maintperl, listing the known failures on the tests 129 and 130.
26662      Branch: maint-5.6/perl
26663           !> t/op/sprintf.t
26664 ____________________________________________________________________________
26665 [  8944] By: jhi                                   on 2001/02/26  14:14:15
26666         Log: Add more known sprintf failures.
26667      Branch: perl
26668            ! t/op/sprintf.t
26669 ____________________________________________________________________________
26670 [  8943] By: jhi                                   on 2001/02/26  13:56:22
26671         Log: perlglob.exe needs to be found in Win32, patch from
26672              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
26673              which needs external glob at mini-perl time."
26674      Branch: perl
26675            ! ext/Encode/compile
26676 ____________________________________________________________________________
26677 [  8942] By: jhi                                   on 2001/02/26  13:52:19
26678         Log: A missing dTHX from Vadim Konovalov.
26679      Branch: perl
26680            ! perlio.c
26681 ____________________________________________________________________________
26682 [  8941] By: jhi                                   on 2001/02/26  13:37:05
26683         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
26684      Branch: perl
26685            ! op.c
26686 ____________________________________________________________________________
26687 [  8940] By: jhi                                   on 2001/02/26  13:35:40
26688         Log: Integrate perlio.
26689      Branch: perl
26690           !> ext/Encode/Encode.pm
26691 ____________________________________________________________________________
26692 [  8939] By: nick                                  on 2001/02/25  23:47:09
26693         Log: Integrate mainline.
26694      Branch: perlio
26695           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
26696           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
26697 ____________________________________________________________________________
26698 [  8938] By: nick                                  on 2001/02/25  19:36:28
26699         Log: Encode implementations docs.
26700      Branch: perlio
26701            ! ext/Encode/Encode.pm
26702 ____________________________________________________________________________
26703 [  8937] By: jhi                                   on 2001/02/25  19:26:16
26704         Log: Script wasn't aligned with reality.
26705      Branch: perl
26706            ! t/pod/find.t
26707 ____________________________________________________________________________
26708 [  8936] By: jhi                                   on 2001/02/25  18:54:55
26709         Log: Update Changes.
26710      Branch: perl
26711            ! Changes patchlevel.h
26712 ____________________________________________________________________________
26713 [  8935] By: jhi                                   on 2001/02/25  18:46:36
26714         Log: Retract #8929,8930,8932,8933 for now.
26715      Branch: perl
26716            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
26717 ____________________________________________________________________________
26718 [  8934] By: jhi                                   on 2001/02/25  17:34:35
26719         Log: Integrate perlio.
26720      Branch: perl
26721           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
26722           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
26723           !> t/lib/encode.t
26724 ____________________________________________________________________________
26725 [  8933] By: jhi                                   on 2001/02/25  17:33:12
26726         Log: (Retracted by #8395.)
26727              
26728              Slight tweaks in scan_const(), not fixes yet, it seems like
26729              lots of work remains to be done...
26730      Branch: perl
26731            ! toke.c
26732 ____________________________________________________________________________
26733 [  8932] By: jhi                                   on 2001/02/25  17:27:11
26734         Log: (Retracted by #8395.)
26735              
26736              Missing from #8930.
26737      Branch: perl
26738            ! perl.h
26739 ____________________________________________________________________________
26740 [  8931] By: jhi                                   on 2001/02/25  17:26:19
26741         Log: A comment tweak.
26742      Branch: perl
26743            ! utf8.c
26744 ____________________________________________________________________________
26745 [  8930] By: jhi                                   on 2001/02/25  17:25:47
26746         Log: (Retracted by #8395.)
26747              
26748              Attempt to fix the EBCDIC character range problwm with //.
26749      Branch: perl
26750            ! regcomp.c
26751 ____________________________________________________________________________
26752 [  8929] By: jhi                                   on 2001/02/25  17:23:45
26753         Log: (Retracted by #8395.)
26754              
26755              Expand the EBCDIC character range tests, and add few nasty
26756              tr tests from Karsten Sperling.
26757      Branch: perl
26758            ! t/op/pat.t t/op/tr.t
26759 ____________________________________________________________________________
26760 [  8928] By: jhi                                   on 2001/02/25  17:18:49
26761         Log: Missing check-in.
26762      Branch: perl
26763            ! lib/Pod/Find.pm
26764 ____________________________________________________________________________
26765 [  8927] By: nick                                  on 2001/02/25  11:30:22
26766         Log: Change method names in Encode implementation classes to something
26767              less confusing (preparing to "go public").
26768      Branch: perlio
26769            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
26770 ____________________________________________________________________________
26771 [  8926] By: nick                                  on 2001/02/25  10:53:24
26772         Log: GCC __atribute__ / printf fix
26773      Branch: perlio
26774            ! perl.h
26775 ____________________________________________________________________________
26776 [  8925] By: nick                                  on 2001/02/25  10:52:25
26777         Log: Checked in the wrong one ...
26778      Branch: perlio
26779            ! ext/Encode/Encode.pm
26780 ____________________________________________________________________________
26781 [  8924] By: nick                                  on 2001/02/24  18:46:51
26782         Log: Integrate mainline - to see what Jarkko has in ...
26783      Branch: perlio
26784           +> t/pod/testpods/lib/Pod/Stuff.pm
26785           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
26786 ____________________________________________________________________________
26787 [  8923] By: nick                                  on 2001/02/24  17:05:23
26788         Log: Encode API documentation nd tidy up.
26789              Minor additions to test.
26790              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
26791              Adds STRLEN to standard typemap.
26792      Branch: perlio
26793            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
26794            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
26795 ____________________________________________________________________________
26796 [  8922] By: jhi                                   on 2001/02/24  16:38:12
26797         Log: Add a test for the "character range should match in EBCDIC
26798              if specified using explicit numerics" bug found by Karsten
26799              Sperling.
26800      Branch: perl
26801            ! t/op/pat.t
26802 ____________________________________________________________________________
26803 [  8921] By: jhi                                   on 2001/02/24  16:30:16
26804         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
26805              From: schwern@pobox.com
26806              Date: Fri, 23 Feb 2001 03:21:37 -0500
26807              Message-ID: <20010223032137.A26022@magnonel.guild.net>
26808              
26809              plus Charles Lane's fixes, plus tweaks.
26810      Branch: perl
26811            + t/pod/testpods/lib/Pod/Stuff.pm
26812            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
26813 ____________________________________________________________________________
26814 [  8920] By: nick                                  on 2001/02/24  10:30:11
26815         Log: Integrate mainline
26816      Branch: perlio
26817           !> (integrate 33 files)
26818 ____________________________________________________________________________
26819 [  8919] By: jhi                                   on 2001/02/24  00:23:35
26820         Log: Subject: Re: I'm losing the war...
26821              From: "Vadim Konovalov" <watman@inbox.ru>
26822              Date: Sat, 24 Feb 2001 00:10:14 +0300
26823              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
26824              
26825              hv_store() not working correctly in ENV_IS_CASELESS case.
26826      Branch: perl
26827            ! hv.c
26828 ____________________________________________________________________________
26829 [  8918] By: jhi                                   on 2001/02/24  00:20:09
26830         Log: Subject: Re: [PATCH] fix for charnames above FFFF
26831              From: andreas.koenig@anima.de (Andreas J. Koenig)
26832              Date: 23 Feb 2001 02:39:03 +0100
26833              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
26834              
26835              A further efficiency tweak.
26836      Branch: perl
26837            ! lib/charnames.pm
26838 ____________________________________________________________________________
26839 [  8917] By: jhi                                   on 2001/02/23  20:27:51
26840         Log: Integrate change #8916 from mainline,
26841              do away with USE_WIN32_RTL_ENV.
26842      Branch: maint-5.6/perl
26843           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
26844 ____________________________________________________________________________
26845 [  8916] By: jhi                                   on 2001/02/23  20:02:25
26846         Log: Abolish USE_WIN32_RTL_ENV.
26847      Branch: perl
26848            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
26849 ____________________________________________________________________________
26850 [  8915] By: jhi                                   on 2001/02/23  19:36:00
26851         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
26852              later protected by some #define.
26853      Branch: perl
26854            ! gv.c
26855 ____________________________________________________________________________
26856 [  8914] By: jhi                                   on 2001/02/23  19:31:38
26857         Log: Retract #8902 for now, requested by Charles Lane, the correct
26858              fix will be something else.
26859      Branch: perl
26860            ! op.c
26861 ____________________________________________________________________________
26862 [  8913] By: jhi                                   on 2001/02/23  19:11:36
26863         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
26864              From: Peter Prymmer <pvhp@forte.com>
26865              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
26866              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
26867      Branch: perl
26868            ! t/op/lex_assign.t
26869 ____________________________________________________________________________
26870 [  8912] By: jhi                                   on 2001/02/23  18:38:20
26871         Log: Subject: [patch] perlio + useithreads
26872              From: Doug MacEachern <dougm@covalent.net>
26873              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
26874              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
26875              
26876              Gets things running but not complete.
26877      Branch: perl
26878            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
26879 ____________________________________________________________________________
26880 [  8911] By: jhi                                   on 2001/02/23  04:20:02
26881         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
26882              
26883              Duplicated environment freeing, File::Temp 0.12,
26884              op/append portability (EBCDIC) tweak.
26885      Branch: maint-5.6/perl
26886           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26887           !> t/op/append.t
26888 ____________________________________________________________________________
26889 [  8910] By: jhi                                   on 2001/02/23  02:07:33
26890         Log: Integrate change #8909 from mainline, a better Borland
26891              putenv() workaround.
26892      Branch: maint-5.6/perl
26893           !> perl.c
26894 ____________________________________________________________________________
26895 [  8909] By: jhi                                   on 2001/02/23  02:05:46
26896         Log: A better workaround for Borland putenv() brokenness from Sarathy.
26897      Branch: perl
26898            ! perl.c
26899 ____________________________________________________________________________
26900 [  8908] By: jhi                                   on 2001/02/23  02:04:14
26901         Log: Subject: fix for parameter -Dm (for perl@8867)
26902              From: "Vadim Konovalov" <watman@inbox.ru>
26903              Date: Thu, 22 Feb 2001 17:30:12 +0300
26904              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
26905      Branch: perl
26906            ! perl.h
26907 ____________________________________________________________________________
26908 [  8907] By: jhi                                   on 2001/02/23  01:58:20
26909         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
26910              From: Peter Prymmer <pvhp@forte.com>
26911              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
26912              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
26913      Branch: perl
26914            ! t/op/append.t
26915 ____________________________________________________________________________
26916 [  8906] By: jhi                                   on 2001/02/23  01:48:34
26917         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
26918      Branch: perl
26919            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26920 ____________________________________________________________________________
26921 [  8905] By: jhi                                   on 2001/02/23  01:43:30
26922         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
26923              From: Peter Prymmer <pvhp@forte.com>
26924              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
26925              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
26926      Branch: perl
26927            ! t/lib/st-06compat.t
26928 ____________________________________________________________________________
26929 [  8904] By: jhi                                   on 2001/02/23  01:42:39
26930         Log: Metaconfig unit change for #8903.
26931      Branch: metaconfig/U/perl
26932            ! Devel.U
26933 ____________________________________________________________________________
26934 [  8903] By: jhi                                   on 2001/02/23  01:42:12
26935         Log: Be more helpful for devel builders, suggested by John L. Allen.
26936      Branch: perl
26937            ! Configure
26938 ____________________________________________________________________________
26939 [  8902] By: jhi                                   on 2001/02/23  01:37:41
26940         Log: (Retracted by #8914)
26941              (Wrongly, reinstated by #8941)             
26942
26943              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
26944              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26945              Date:     Thu, 22 Feb 2001 09:43:57 EST
26946              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
26947      Branch: perl
26948            ! op.c
26949 ____________________________________________________________________________
26950 [  8901] By: jhi                                   on 2001/02/23  01:20:32
26951         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
26952              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26953              Date:     Thu, 22 Feb 2001 08:01:35 EST
26954              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
26955      Branch: perl
26956            ! malloc.c
26957 ____________________________________________________________________________
26958 [  8900] By: jhi                                   on 2001/02/23  01:18:02
26959         Log: Integrate changes #8898,8899 from mainline, environ handling.
26960      Branch: maint-5.6/perl
26961           !> perl.c
26962 ____________________________________________________________________________
26963 [  8899] By: jhi                                   on 2001/02/23  01:16:25
26964         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
26965              putenv() is not to be relied on, they are either broken or leaky
26966              or both.)
26967      Branch: perl
26968            ! perl.c
26969 ____________________________________________________________________________
26970 [  8898] By: jhi                                   on 2001/02/22  23:36:59
26971         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
26972              and safesysfree() must be used.
26973      Branch: perl
26974            ! perl.c
26975 ____________________________________________________________________________
26976 [  8897] By: jhi                                   on 2001/02/22  23:25:45
26977         Log: With environ one must use safesysmalloc()/safesysfree().
26978      Branch: perl
26979            ! perl.c
26980 ____________________________________________________________________________
26981 [  8896] By: jhi                                   on 2001/02/22  22:13:18
26982         Log: If we have a duplicated environment free it
26983              if PERL_DESTRUCT_LEVEL.
26984      Branch: perl
26985            ! perl.c
26986 ____________________________________________________________________________
26987 [  8895] By: alanbur                               on 2001/02/22  19:31:57
26988         Log: Synchronised with parent
26989      Branch: maint-5.6/pureperl
26990           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
26991 ____________________________________________________________________________
26992 [  8894] By: gsar                                  on 2001/02/22  19:06:18
26993         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
26994              
26995              fix memory leak in method call optimization (change#3768);
26996              made C<eval "$x->foo()"> leak
26997              
26998              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
26999      Branch: maint-5.6/perl
27000           !> op.c
27001 ____________________________________________________________________________
27002 [  8893] By: jhi                                   on 2001/02/22  18:35:27
27003         Log: (Retracted by #8915.)
27004              
27005              Third Degree finding:
27006              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
27007      Branch: perl
27008            ! gv.c
27009 ____________________________________________________________________________
27010 [  8892] By: jhi                                   on 2001/02/22  14:28:32
27011         Log: Update Changes.
27012      Branch: perl
27013            ! Changes patchlevel.h
27014 ____________________________________________________________________________
27015 [  8891] By: jhi                                   on 2001/02/22  13:22:45
27016         Log: Metaconfig unit changes for #8890.
27017      Branch: metaconfig
27018            ! U/modified/Cppsym.U U/threads/archname.U
27019 ____________________________________________________________________________
27020 [  8890] By: jhi                                   on 2001/02/22  13:22:12
27021         Log: Add -stdio to the archname if no perlio selected,
27022              no -perlio added since that is now the default.
27023              
27024              Add few CPUs/architectures to the Cppsym scan.
27025      Branch: perl
27026            ! Configure config_h.SH
27027 ____________________________________________________________________________
27028 [  8889] By: jhi                                   on 2001/02/22  13:05:59
27029         Log: Metaconfig unit change for #8888.
27030      Branch: metaconfig/U/perl
27031            ! useperlio.U
27032 ____________________________________________________________________________
27033 [  8888] By: jhi                                   on 2001/02/22  13:05:28
27034         Log: *drum roll*  Make perlio the default.
27035      Branch: perl
27036            ! Configure config_h.SH
27037 ____________________________________________________________________________
27038 [  8887] By: jhi                                   on 2001/02/22  12:50:52
27039         Log: Integrate change #8665 from maintperl to mainline,
27040              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
27041      Branch: perl
27042           !> ext/POSIX/POSIX.xs
27043 ____________________________________________________________________________
27044 [  8886] By: jhi                                   on 2001/02/22  12:49:24
27045         Log: Integrate changes #8883,8884 from mainline to maintperl.
27046              
27047              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27048              Subject: Re: File::Temp::_gettemp warning
27049      Branch: maint-5.6/perl
27050           !> embed.h embed.pl lib/File/Temp.pm
27051 ____________________________________________________________________________
27052 [  8885] By: jhi                                   on 2001/02/22  12:43:59
27053         Log: Based on
27054              
27055              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
27056              From: schwab@suse.de
27057              Date: Thu, 22 Feb 2001 13:08:09 +0100
27058              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
27059              
27060              but the fix done slightly differently because the other
27061              half was already done in #8664.
27062      Branch: maint-5.6/perl
27063            ! ext/POSIX/POSIX.xs
27064 ____________________________________________________________________________
27065 [  8884] By: jhi                                   on 2001/02/22  12:37:15
27066         Log: Subject: Re: File::Temp::_gettemp warning
27067              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27068              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
27069              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
27070              
27071              This patch to File::Temp does two things:
27072              
27073              1. Fixes the problem with CGI::Carp when determining
27074              the Fcntl constants
27075              
27076              2. Removes most of the carps and consolidates them so that all the
27077              reasons are included in a single die that is caught by the test. This
27078              means that the correct skipping behaviour is displayed by the test.
27079      Branch: perl
27080            ! lib/File/Temp.pm
27081 ____________________________________________________________________________
27082 [  8883] By: jhi                                   on 2001/02/22  12:29:19
27083         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27084              From: Peter Prymmer <pvhp@forte.com>
27085              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
27086              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
27087      Branch: perl
27088            ! embed.h embed.pl
27089 ____________________________________________________________________________
27090 [  8882] By: jhi                                   on 2001/02/21  19:41:33
27091         Log: Integrate change #8881 from mainlin to maintperl.
27092              
27093              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
27094      Branch: maint-5.6/perl
27095           !> op.c
27096 ____________________________________________________________________________
27097 [  8881] By: jhi                                   on 2001/02/21  19:38:57
27098         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
27099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27100              Date:     Wed, 21 Feb 2001 13:08:03 EST
27101              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
27102      Branch: perl
27103            ! op.c
27104 ____________________________________________________________________________
27105 [  8880] By: jhi                                   on 2001/02/21  19:34:34
27106         Log: Retract #8875, cannot let go of the old semantics of unpack U
27107              without rethinking utf8decode.t.
27108      Branch: perl
27109            ! pp.c t/op/pack.t
27110 ____________________________________________________________________________
27111 [  8879] By: jhi                                   on 2001/02/21  19:08:02
27112         Log: Run run/*.t also in minitest.
27113      Branch: perl
27114            ! Makefile.SH
27115 ____________________________________________________________________________
27116 [  8878] By: nick                                  on 2001/02/21  18:55:37
27117         Log: Integrate mainline
27118      Branch: perlio
27119           !> (integrate 76 files)
27120 ____________________________________________________________________________
27121 [  8877] By: jhi                                   on 2001/02/21  15:09:33
27122         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
27123      Branch: metaconfig
27124            ! U/compline/nblock_io.U
27125      Branch: perl
27126            ! Configure config_h.SH
27127 ____________________________________________________________________________
27128 [  8876] By: jhi                                   on 2001/02/21  14:54:45
27129         Log: If no sfio, no -lsfio.
27130      Branch: metaconfig/U/perl
27131            ! d_sfio.U
27132      Branch: perl
27133            ! Configure config_h.SH
27134 ____________________________________________________________________________
27135 [  8875] By: jhi                                   on 2001/02/21  14:54:00
27136         Log: Make unpack C and unpack C truly equivalent.
27137      Branch: perl
27138            ! pp.c t/op/pack.t
27139 ____________________________________________________________________________
27140 [  8874] By: jhi                                   on 2001/02/21  14:26:02
27141         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27142              From: Peter Prymmer <pvhp@forte.com>
27143              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
27144              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
27145      Branch: perl
27146            ! pod/perlport.pod
27147 ____________________________________________________________________________
27148 [  8873] By: jhi                                   on 2001/02/21  14:24:31
27149         Log: Subject: [PATCH] fix for charnames above FFFF
27150              From: andreas.koenig@anima.de (Andreas J. Koenig)
27151              Date: 21 Feb 2001 07:05:45 +0100
27152              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
27153      Branch: perl
27154            ! lib/charnames.pm t/lib/charnames.t
27155 ____________________________________________________________________________
27156 [  8872] By: jhi                                   on 2001/02/21  14:15:25
27157         Log: Integrate change #8868 from pureperl to mainline.
27158              
27159              Fixed reference count loop caused by sv_magic.
27160      Branch: perl
27161           !> sv.c
27162 ____________________________________________________________________________
27163 [  8871] By: jhi                                   on 2001/02/21  14:07:29
27164         Log: Integrate change #8868 from pureperl to maintperl.
27165              
27166              Fixed reference count loop caused by sv_magic.
27167      Branch: maint-5.6/perl
27168           !> sv.c
27169 ____________________________________________________________________________
27170 [  8870] By: jhi                                   on 2001/02/21  14:04:41
27171         Log: Put back the #8840, it was innocent.
27172      Branch: perl
27173            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27174            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27175 ____________________________________________________________________________
27176 [  8869] By: jhi                                   on 2001/02/21  14:00:03
27177         Log: unpack("C", ...) was left slightly unfinished by #8865.
27178      Branch: perl
27179            ! pp.c t/op/pack.t
27180 ____________________________________________________________________________
27181 [  8868] By: alanbur                               on 2001/02/21  01:33:45
27182         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
27183              from gv_fetchpv to create single-character magic variables (e.g. $!),
27184              and it is passed a sv and the gv that contains the sv as the mg_obj
27185              value.  When sv_magic stores the mg_obj pointer it increments the gv
27186              refcount, thus causing a sv-gv pair that can't be freed.  There is
27187              already a check for sv == obj which is used to prevent such reference
27188              loops.  This change extends the check to cover the case described above.
27189      Branch: maint-5.6/pureperl
27190            ! sv.c
27191 ____________________________________________________________________________
27192 [  8867] By: jhi                                   on 2001/02/21  00:52:39
27193         Log: Update Changes.
27194      Branch: perl
27195            ! Changes patchlevel.h
27196 ____________________________________________________________________________
27197 [  8866] By: jhi                                   on 2001/02/21  00:34:20
27198         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
27199              (Note: there were some conflicts due to EBCDIC and EPOC
27200              patches, in general I preferred the repository code.)
27201              (When 2.753 comes out, we need to synchronize.)
27202      Branch: perl
27203            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
27204            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
27205            ! t/lib/cgi-html.t
27206 ____________________________________________________________________________
27207 [  8865] By: jhi                                   on 2001/02/21  00:24:22
27208         Log: Make pack("C", 0x100) to create Unicode, unless under the
27209              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
27210              will understand Unicode, unless you under know what.
27211      Branch: perl
27212            ! pp.c t/op/pack.t t/op/qu.t
27213 ____________________________________________________________________________
27214 [  8864] By: alanbur                               on 2001/02/20  22:35:34
27215         Log: Resynchronised with parent
27216      Branch: maint-5.6/pureperl
27217           !> README.win32 ext/GDBM_File/GDBM_File.pm
27218           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27219           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
27220           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27221           !> t/lib/sdbm.t util.c
27222 ____________________________________________________________________________
27223 [  8863] By: jhi                                   on 2001/02/20  20:55:11
27224         Log: Integrate change #8860,8861 from mainline into maintperl.
27225              
27226              "pseudo-literal j"
27227              
27228              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27229      Branch: maint-5.6/perl
27230           !> lib/Test.pm pod/perlop.pod
27231 ____________________________________________________________________________
27232 [  8862] By: jhi                                   on 2001/02/20  20:30:07
27233         Log: Don't do casting between pointers pointing to differently sized
27234              integers.
27235      Branch: perl
27236            ! hv.c sv.c
27237 ____________________________________________________________________________
27238 [  8861] By: jhi                                   on 2001/02/20  19:53:44
27239         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27240              From: Peter Prymmer <pvhp@forte.com>
27241              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
27242              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
27243      Branch: perl
27244            ! lib/Test.pm
27245 ____________________________________________________________________________
27246 [  8860] By: jhi                                   on 2001/02/20  19:48:02
27247         Log: "pseudo-literal j", a documentation glitch reported to Debian.
27248              The text recovered from Perl 5.005_03, and pseudo-literal replaced
27249              by "backtick string".
27250      Branch: perl
27251            ! pod/perlop.pod
27252 ____________________________________________________________________________
27253 [  8859] By: jhi                                   on 2001/02/20  19:15:46
27254         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
27255              from Chris Nandor.
27256      Branch: perl
27257            ! makedef.pl
27258 ____________________________________________________________________________
27259 [  8858] By: jhi                                   on 2001/02/20  17:36:53
27260         Log: Integrate pureperl changes #8844,8845,8850 to mainline
27261              (via maintperl #8855).
27262              
27263              Fixed %^H scoping bug
27264              
27265              Removed GV <-> CV refcount loop
27266              
27267              Removed %ENV refcount loop
27268      Branch: perl
27269           !> gv.c op.c perl.c pp.c scope.c
27270 ____________________________________________________________________________
27271 [  8857] By: jhi                                   on 2001/02/20  17:34:32
27272         Log: Integrate changes #8853,8854 from maintperl to mainline.
27273              
27274              EBDIC fixes, README.win32 Borland update.
27275      Branch: perl
27276           !> README.win32 handy.h util.c
27277 ____________________________________________________________________________
27278 [  8856] By: jhi                                   on 2001/02/20  17:33:16
27279         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
27280      Branch: maint-5.6/perl
27281           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27282           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27283           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27284 ____________________________________________________________________________
27285 [  8855] By: jhi                                   on 2001/02/20  17:32:13
27286         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
27287              
27288              Fixed %^H scoping bug
27289              
27290              Removed GV <-> CV refcount loop
27291              
27292              Removed %ENV refcount loop
27293      Branch: maint-5.6/perl
27294           !> gv.c op.c perl.c pp.c scope.c
27295 ____________________________________________________________________________
27296 [  8854] By: jhi                                   on 2001/02/20  17:25:06
27297         Log: Subject: Addition to readme.win32 for Borland C++ compilers
27298              Date: Tue, 20 Feb 2001 02:15:25 +0300
27299              From: "Vadim Konovalov" <watman@inbox.ru>
27300              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
27301              
27302              Document Borland compiler misbehaviour.
27303      Branch: maint-5.6/perl
27304            ! README.win32
27305 ____________________________________________________________________________
27306 [  8853] By: jhi                                   on 2001/02/20  17:22:25
27307         Log: The assimilation of ebcdic.c didn't quite work at the first try,
27308              patches from Thomas Dorner.
27309      Branch: maint-5.6/perl
27310            ! handy.h util.c
27311 ____________________________________________________________________________
27312 [  8852] By: jhi                                   on 2001/02/20  17:20:15
27313         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
27314              From: Chris Nandor <pudge@pobox.com>
27315              Date: Tue, 20 Feb 2001 08:32:45 -0500
27316              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
27317      Branch: maint-5.6/perl
27318            ! makedef.pl mg.c
27319 ____________________________________________________________________________
27320 [  8851] By: jhi                                   on 2001/02/20  17:15:52
27321         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
27322      Branch: perl
27323            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
27324            ! t/lib/filter-util.t
27325 ____________________________________________________________________________
27326 [  8850] By: alanbur                               on 2001/02/20  17:12:40
27327         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
27328              and the magic pointer points back to the GV that contains the
27329              %ENV hash.  This creates a refcount loop that prevents members
27330              of %ENV from being freed correctly.  This change removes the
27331              refcount loop - the magic pointer was never used anyway, the
27332              only use of the magic was to check the type ('E') so that the
27333              appropriate environment manipulation code is called when %ENV
27334              is modified.
27335      Branch: maint-5.6/pureperl
27336            ! perl.c
27337 ____________________________________________________________________________
27338 [  8849] By: jhi                                   on 2001/02/20  17:12:20
27339         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
27340              From: "Craig A. Berry" <craigberry@mac.com>
27341              Date: Mon, 19 Feb 2001 23:36:12 -0600
27342              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
27343              
27344              Case-forgiving systems match TestInit.pm with TES*.
27345      Branch: perl
27346            ! t/lib/glob-basic.t
27347 ____________________________________________________________________________
27348 [  8848] By: jhi                                   on 2001/02/20  17:10:02
27349         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
27350      Branch: perl
27351            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27352            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27353            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27354 ____________________________________________________________________________
27355 [  8847] By: jhi                                   on 2001/02/20  15:34:41
27356         Log: The #8843 wasn't quite right: %Config needs to imported.
27357      Branch: perl
27358            ! t/run/runenv.t
27359 ____________________________________________________________________________
27360 [  8846] By: jhi                                   on 2001/02/20  15:31:50
27361         Log: Retract the #8838 and #8840 for now because of
27362              the DB_File tie problem.
27363      Branch: perl
27364            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
27365            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
27366            ! proto.h sv.c
27367 ____________________________________________________________________________
27368 [  8845] By: alanbur                               on 2001/02/20  14:25:41
27369         Log: Removed GV <-> CV refcount loop
27370              CvGV(mycv) points to the parent GV of the CV, and was previously
27371              refcounted.  The pointer remains, but the refcounting has been removed
27372              as it causes a refcount loop between the CV and GV that means the CV
27373              can't ever be deleted.
27374      Branch: maint-5.6/pureperl
27375            ! gv.c op.c pp.c
27376 ____________________________________________________________________________
27377 [  8844] By: alanbur                               on 2001/02/20  14:23:13
27378         Log: Fixed %^H scoping bug
27379      Branch: maint-5.6/pureperl
27380            ! scope.c
27381 ____________________________________________________________________________
27382 [  8843] By: jhi                                   on 2001/02/19  13:38:08
27383         Log: fork() not everywhere, cleanup temp files.
27384      Branch: perl
27385            ! t/run/runenv.t
27386 ____________________________________________________________________________
27387 [  8842] By: alanbur                               on 2001/02/19  12:42:07
27388         Log: Resynchronised with parent
27389      Branch: maint-5.6/pureperl
27390           !> pod/perlfaq4.pod sv.c utf8.c
27391 ____________________________________________________________________________
27392 [  8841] By: jhi                                   on 2001/02/19  03:35:51
27393         Log: Update Changes.
27394      Branch: perl
27395            ! Changes patchlevel.h
27396 ____________________________________________________________________________
27397 [  8840] By: jhi                                   on 2001/02/19  00:23:41
27398         Log: Subject: [patch] add sv_setref_uv
27399              From: Doug MacEachern <dougm@covalent.net>
27400              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
27401              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
27402      Branch: perl
27403            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27404            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27405 ____________________________________________________________________________
27406 [  8839] By: jhi                                   on 2001/02/19  00:01:38
27407         Log: Put to rest the 20010205.001, the email address checking (not) regex.
27408      Branch: perl
27409            ! pod/perlfaq9.pod
27410 ____________________________________________________________________________
27411 [  8838] By: jhi                                   on 2001/02/18  22:17:54
27412         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
27413              From: Doug MacEachern <dougm@covalent.net>
27414              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
27415              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
27416      Branch: perl
27417            ! lib/ExtUtils/xsubpp
27418 ____________________________________________________________________________
27419 [  8837] By: jhi                                   on 2001/02/18  22:16:50
27420         Log: Subject: [patch] -Wall cleanup round 2
27421              From: Doug MacEachern <dougm@covalent.net>
27422              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
27423              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
27424      Branch: perl
27425            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27426            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
27427            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
27428            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
27429            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27430            ! ext/SDBM_File/SDBM_File.xs
27431 ____________________________________________________________________________
27432 [  8836] By: jhi                                   on 2001/02/18  22:11:20
27433         Log: Misapplied regex optimizations when \C is present.
27434              Fixes 20001230.002.
27435              
27436              What still remains broken is that the submatches that
27437              have \C in them get their UTF8 flag on because their
27438              parent SV has it on.  This will result in malformed
27439              UTF8 if a \C happened to match a non-ASCII byte.
27440      Branch: perl
27441            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
27442            ! t/pragma/utf8.t
27443 ____________________________________________________________________________
27444 [  8835] By: jhi                                   on 2001/02/18  20:12:02
27445         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
27446              
27447              The hash key got wrongly UTF8fied.
27448      Branch: perl
27449            ! pod/perlapi.pod toke.c utf8.c
27450 ____________________________________________________________________________
27451 [  8834] By: jhi                                   on 2001/02/18  19:44:25
27452         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
27453              don't warn on magical or overloaded things.
27454      Branch: perl
27455            ! pp_hot.c
27456 ____________________________________________________________________________
27457 [  8833] By: nick                                  on 2001/02/18  19:31:22
27458         Log: Integrate mainline
27459      Branch: perlio
27460           +> t/TestInit.pm t/run/runenv.t
27461            - t/UTEST
27462           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
27463           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
27464           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
27465           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
27466           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
27467           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
27468           !> utf8.c
27469 ____________________________________________________________________________
27470 [  8832] By: jhi                                   on 2001/02/18  19:21:18
27471         Log: Integrate perlio.
27472      Branch: perl
27473           !> perlio.c pod/perldiag.pod
27474 ____________________________________________________________________________
27475 [  8831] By: jhi                                   on 2001/02/18  19:14:20
27476         Log: Integrate change #8827 from mainline.
27477              
27478              UTF8 tweaks.
27479      Branch: maint-5.6/perl
27480           !> sv.c utf8.c
27481 ____________________________________________________________________________
27482 [  8830] By: nick                                  on 2001/02/18  19:10:34
27483         Log: Apply the spirit of patch from Nick Clark:
27484              Subject: [PATCH] Re: extensions that provide layers
27485              From: Nicholas Clark <nick@ccl4.org>
27486              Date: Mon, 12 Feb 2001 16:43:51 +0000
27487              Message-Id: <20010212164350.Q3652@plum.flirble.org>
27488      Branch: perlio
27489            ! perlio.c pod/perldiag.pod
27490 ____________________________________________________________________________
27491 [  8829] By: jhi                                   on 2001/02/18  19:03:25
27492         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
27493              From: schwern@pobox.com 
27494              Date: Sun, 18 Feb 2001 13:44:35 -0500
27495              Message-ID: <20010218134435.A17544@magnonel.guild.net>
27496              
27497              Applied, but as t/TestInit.pm.
27498      Branch: perl
27499            + t/TestInit.pm
27500            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
27501            ! t/op/subst_wamp.t
27502 ____________________________________________________________________________
27503 [  8828] By: jhi                                   on 2001/02/18  18:43:52
27504         Log: Integrate perlio.
27505      Branch: perl
27506           !> perlio.c
27507 ____________________________________________________________________________
27508 [  8827] By: jhi                                   on 2001/02/18  18:41:33
27509         Log: UTF-8 tweaks.
27510      Branch: perl
27511            ! sv.c utf8.c
27512 ____________________________________________________________________________
27513 [  8826] By: nick                                  on 2001/02/18  17:40:59
27514         Log: Fix [ID 20010217.002]
27515              open FOO, "<:raw:perlio", ...
27516              :raw now inserts default base layer below itself.
27517              Also
27518              open FOO, "<:unix", ...
27519              works as well - but leaves buffer layer on stack under the unix layer.
27520      Branch: perlio
27521            ! perlio.c
27522 ____________________________________________________________________________
27523 [  8825] By: jhi                                   on 2001/02/18  17:15:39
27524         Log: Integrate perlio.
27525      Branch: perl
27526           !> perlio.c perliol.h
27527 ____________________________________________________________________________
27528 [  8824] By: jhi                                   on 2001/02/18  17:10:53
27529         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
27530              From: schwern@pobox.com
27531              Date: Sun, 18 Feb 2001 01:48:50 -0500
27532              Message-ID: <20010218014850.C19957@magnonel.guild.net>
27533      Branch: perl
27534            ! lib/Test/Harness.pm t/TEST t/op/chop.t
27535 ____________________________________________________________________________
27536 [  8823] By: jhi                                   on 2001/02/18  17:01:06
27537         Log: Add run/*.t to testables.
27538      Branch: perl
27539            ! t/TEST
27540 ____________________________________________________________________________
27541 [  8822] By: jhi                                   on 2001/02/18  16:58:58
27542         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
27543              From: schwern@pobox.com
27544              Date: Sun, 18 Feb 2001 01:11:35 -0500
27545              Message-ID: <20010218011135.A19957@magnonel.guild.net>
27546              
27547              Revive mjd's and Simon's PERL5OPT fix.
27548      Branch: perl
27549            + t/run/runenv.t
27550            ! MANIFEST perl.c
27551 ____________________________________________________________________________
27552 [  8821] By: jhi                                   on 2001/02/18  16:53:46
27553         Log: Subject: Re: Why t/TEST and not Test::Harness?
27554              From: schwern@pobox.com
27555              Date: Sat, 17 Feb 2001 22:44:44 -0500
27556              Message-ID: <20010217224444.A6679@magnonel.guild.net>
27557              
27558              Replace UTEST with TEST -utf8.
27559      Branch: perl
27560            - t/UTEST
27561            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
27562            ! t/lib/glob-basic.t
27563 ____________________________________________________________________________
27564 [  8820] By: nick                                  on 2001/02/18  13:06:16
27565         Log: Clean up a few core dumps when layers are used in unexpected ways.
27566              (Still not "right"...)
27567      Branch: perlio
27568            ! perlio.c perliol.h
27569 ____________________________________________________________________________
27570 [  8819] By: jhi                                   on 2001/02/18  02:25:55
27571         Log: Integrate change #8818 from maintperl, a FAQ nit.
27572      Branch: perl
27573           !> pod/perlfaq4.pod
27574 ____________________________________________________________________________
27575 [  8818] By: jhi                                   on 2001/02/18  02:24:50
27576         Log: FAQ nit from Chris Fedde.
27577      Branch: maint-5.6/perl
27578            ! pod/perlfaq4.pod
27579 ____________________________________________________________________________
27580 [  8817] By: nick                                  on 2001/02/17  18:20:14
27581         Log: Integrate mainline
27582      Branch: perlio
27583           +> lib/unicode/UCD.html lib/unicode/Unicode.html
27584           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
27585           +> pod/perlclib.pod
27586            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27587            - lib/unicode/Unicode.301
27588           !> (integrate 324 files)
27589 ____________________________________________________________________________
27590 [  8816] By: jhi                                   on 2001/02/17  16:56:58
27591         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
27592      Branch: perl
27593            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27594            ! ext/Storable/Storable.xs t/lib/st-06compat.t
27595            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
27596 ____________________________________________________________________________
27597 [  8815] By: jhi                                   on 2001/02/17  16:40:07
27598         Log: Subject: [patch] -Wall
27599              From: Doug MacEachern <dougm@covalent.net>
27600              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
27601              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
27602      Branch: perl
27603            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
27604            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
27605 ____________________________________________________________________________
27606 [  8814] By: jhi                                   on 2001/02/16  19:27:18
27607         Log: Document qu better.
27608      Branch: perl
27609            ! pod/perlop.pod
27610 ____________________________________________________________________________
27611 [  8813] By: jhi                                   on 2001/02/15  13:54:37
27612         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
27613              From: Hugo <hv@crypt.compulink.co.uk>
27614              Date: Thu, 15 Feb 2001 13:39:49 +0000
27615              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
27616      Branch: perl
27617            ! toke.c
27618 ____________________________________________________________________________
27619 [  8812] By: alanbur                               on 2001/02/15  13:52:16
27620         Log: Resynchronised with parent
27621      Branch: maint-5.6/pureperl
27622            - ebcdic.c
27623           !> (integrate 36 files)
27624 ____________________________________________________________________________
27625 [  8811] By: jhi                                   on 2001/02/15  13:51:16
27626         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
27627              
27628              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27629              From: Jan Dubois <JanD@ActiveState.com>
27630              Date: Wed, 31 Jan 2001 21:17:03 -0800
27631              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27632              
27633              tweak change#8659 to keep it simple
27634              
27635              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
27636              From: Russ Allbery <rra@stanford.edu>
27637              Date: 14 Feb 2001 10:15:41 -0800
27638              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
27639              
27640              (8809 empty)
27641
27642              Upgrade to podlators 1.08, from Russ Allbery.
27643      Branch: perl
27644           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
27645           !> utils/perldoc.PL
27646 ____________________________________________________________________________
27647 [  8810] By: jhi                                   on 2001/02/15  13:35:08
27648         Log: Upgrade to podlators 1.08, from Russ Allbery.
27649      Branch: maint-5.6/perl
27650            ! lib/Pod/Man.pm lib/Pod/Text.pm
27651 ____________________________________________________________________________
27652 [  8809] By: jhi                                   on 2001/02/15  13:26:38
27653         Log: (accidentally empty check-in)
27654      Branch: maint-5.6/perl
27655            ! lib/Test/Harness.pm
27656 ____________________________________________________________________________
27657 [  8808] By: jhi                                   on 2001/02/15  13:23:47
27658         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
27659              From: Russ Allbery <rra@stanford.edu>
27660              Date: 14 Feb 2001 10:15:41 -0800
27661              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
27662              
27663              perldoc was hardcoding $Config{installscript}, which breaks
27664              when install* isn't where Perl ends up (such as with AFS).
27665              
27666              Use $Config{scriptdir} instead.
27667      Branch: maint-5.6/perl
27668            ! utils/perldoc.PL
27669 ____________________________________________________________________________
27670 [  8807] By: jhi                                   on 2001/02/14  14:37:27
27671         Log: Update Changes.
27672      Branch: perl
27673            ! Changes patchlevel.h
27674 ____________________________________________________________________________
27675 [  8806] By: jhi                                   on 2001/02/14  14:25:31
27676         Log: Integrate changes #8803,8804,8805 from mainline.
27677              
27678              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
27679              
27680              Don't skip too much of the locale error message if no environ array,
27681              from Chris Nandor.
27682              
27683              More MacOS Classic fixes from Chris Nandor.
27684      Branch: maint-5.6/perl
27685           !> doop.c lib/Cwd.pm perl.c perl.h util.c
27686 ____________________________________________________________________________
27687 [  8805] By: jhi                                   on 2001/02/14  03:29:01
27688         Log: More MacOS Classic fixes from Chris Nandor.
27689      Branch: perl
27690            ! doop.c lib/Cwd.pm
27691 ____________________________________________________________________________
27692 [  8804] By: jhi                                   on 2001/02/14  03:18:35
27693         Log: Don't skip too much of the locale error message if no environ array,
27694              from Chris Nandor.
27695      Branch: perl
27696            ! util.c
27697 ____________________________________________________________________________
27698 [  8803] By: jhi                                   on 2001/02/14  03:14:14
27699         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
27700      Branch: perl
27701            ! perl.c perl.h
27702 ____________________________________________________________________________
27703 [  8802] By: jhi                                   on 2001/02/13  18:31:33
27704         Log: AUTHORS update.
27705      Branch: perl
27706            ! AUTHORS
27707 ____________________________________________________________________________
27708 [  8801] By: jhi                                   on 2001/02/13  17:55:19
27709         Log: Integrate change #8792 from mainline.
27710              
27711              Subject: buncha MacPerl patches for bleadperl
27712              From: Chris Nandor <pudge@pobox.com>
27713              Date: Tue, 13 Feb 2001 00:02:43 -0500
27714              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
27715      Branch: maint-5.6/perl
27716           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27717           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
27718           !> t/lib/basename.t toke.c util.h
27719 ____________________________________________________________________________
27720 [  8800] By: jhi                                   on 2001/02/13  17:46:43
27721         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
27722              to be forced to Off_t.
27723              
27724              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
27725              From: nick@ccl4.org
27726              Date: Thu, 1 Feb 2001 12:01:04 +0000
27727              Message-Id: <20010201120103.E11401@plum.flirble.org>
27728      Branch: maint-5.6/perl
27729            ! iperlsys.h perlio.c
27730 ____________________________________________________________________________
27731 [  8799] By: jhi                                   on 2001/02/13  16:52:51
27732         Log: Duplex duplex hunk hunk.
27733      Branch: maint-5.6/perl
27734            ! Makefile.SH
27735 ____________________________________________________________________________
27736 [  8797] By: jhi                                   on 2001/02/13  14:52:04
27737         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
27738              From: "Craig A. Berry" <craigberry@mac.com>
27739              Date: Mon, 12 Feb 2001 11:05:25 -0600
27740              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
27741      Branch: perl
27742            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
27743 ____________________________________________________________________________
27744 [  8796] By: jhi                                   on 2001/02/13  14:36:47
27745         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
27746              From: simon.cozens@pembroke.oxford.ac.uk 
27747              Date: Sat, 10 Feb 2001 17:57:02 +0000
27748              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
27749              
27750              Now it does include.
27751      Branch: perl
27752            ! pod/perldiag.pod
27753 ____________________________________________________________________________
27754 [  8795] By: jhi                                   on 2001/02/13  14:30:11
27755         Log: Sort the MANIFEST.
27756      Branch: perl
27757            ! MANIFEST
27758 ____________________________________________________________________________
27759 [  8794] By: jhi                                   on 2001/02/13  14:26:51
27760         Log: Integrate change #8793 from mainline, FAQ updates.
27761      Branch: maint-5.6/perl
27762           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
27763 ____________________________________________________________________________
27764 [  8793] By: jhi                                   on 2001/02/13  14:25:13
27765         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
27766      Branch: perl
27767            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
27768 ____________________________________________________________________________
27769 [  8792] By: jhi                                   on 2001/02/13  14:22:50
27770         Log: Subject: buncha MacPerl patches for bleadperl
27771              From: Chris Nandor <pudge@pobox.com>
27772              Date: Tue, 13 Feb 2001 00:02:43 -0500
27773              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
27774      Branch: perl
27775            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27776            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
27777            ! t/lib/basename.t toke.c util.h
27778 ____________________________________________________________________________
27779 [  8791] By: jhi                                   on 2001/02/13  14:10:39
27780         Log: Integrate change #8790 from mainline.
27781              
27782              environ array wrongly assumed in Perl_init_i18nl10n(),
27783      Branch: maint-5.6/perl
27784           !> util.c
27785 ____________________________________________________________________________
27786 [  8790] By: jhi                                   on 2001/02/13  14:06:15
27787         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
27788              noticed by Chris Nandor in MacOS Classic.
27789      Branch: perl
27790            ! util.c
27791 ____________________________________________________________________________
27792 [  8789] By: jhi                                   on 2001/02/13  13:58:07
27793         Log: Integrate changes #8373,8487,8544,8783 from mainline.
27794              
27795              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
27796              hints files, the dynaloading, assimilate ebcdic into util.c.
27797      Branch: maint-5.6/perl
27798            - ebcdic.c
27799            ! MANIFEST hints/posix-bc.sh
27800           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
27801           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
27802           !> perlapi.c proto.h util.c
27803 ____________________________________________________________________________
27804 [  8788] By: alanbur                               on 2001/02/13  10:33:13
27805         Log: Integrated changes from maint-5.6
27806      Branch: maint-5.6/pureperl
27807           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
27808           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
27809           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27810           !> vos/config.ga.h vos/configure_perl.cm
27811 ____________________________________________________________________________
27812 [  8787] By: jhi                                   on 2001/02/13  05:56:36
27813         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
27814      Branch: perl
27815           !> Makefile.SH
27816 ____________________________________________________________________________
27817 [  8786] By: jhi                                   on 2001/02/13  05:54:34
27818         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
27819              From: Dorner Thomas <Thomas.Dorner@start.de>
27820              Date: Mon, 12 Feb 2001 15:06:26 +0100
27821              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
27822      Branch: maint-5.6/perl
27823            ! Makefile.SH
27824 ____________________________________________________________________________
27825 [  8785] By: jhi                                   on 2001/02/13  05:29:04
27826         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
27827      Branch: perl
27828           !> hints/openbsd.sh
27829 ____________________________________________________________________________
27830 [  8784] By: jhi                                   on 2001/02/13  02:25:24
27831         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
27832              From: Peter Prymmer <pvhp@forte.com>
27833              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
27834              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
27835      Branch: perl
27836            ! pod/perlclib.pod
27837 ____________________________________________________________________________
27838 [  8783] By: jhi                                   on 2001/02/13  02:22:36
27839         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
27840      Branch: perl
27841            - ebcdic.c
27842            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
27843            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
27844            ! util.c
27845 ____________________________________________________________________________
27846 [  8782] By: jhi                                   on 2001/02/13  02:00:07
27847         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
27848      Branch: maint-5.6/perl
27849            ! pod/perlport.pod
27850 ____________________________________________________________________________
27851 [  8781] By: jhi                                   on 2001/02/13  01:58:44
27852         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
27853      Branch: maint-5.6/perl
27854            ! hints/openbsd.sh
27855 ____________________________________________________________________________
27856 [  8780] By: jhi                                   on 2001/02/13  01:57:33
27857         Log: Synchronize the regexp tests between maintperl and mainline.
27858      Branch: maint-5.6/perl
27859           !> t/op/re_tests
27860 ____________________________________________________________________________
27861 [  8779] By: jhi                                   on 2001/02/13  01:49:35
27862         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
27863              From: Hugo <hv@crypt.compulink.co.uk>
27864              Date: Tue, 13 Feb 2001 00:11:11 +0000
27865              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
27866      Branch: perl
27867            ! regcomp.c t/op/re_tests
27868 ____________________________________________________________________________
27869 [  8778] By: jhi                                   on 2001/02/13  00:23:10
27870         Log: Comments do not nest.
27871      Branch: perl
27872            ! perl.h
27873 ____________________________________________________________________________
27874 [  8777] By: jhi                                   on 2001/02/13  00:17:54
27875         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
27876              From: Hugo <hv@crypt.compulink.co.uk>
27877              Date: Tue, 13 Feb 2001 00:11:11 +0000
27878              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
27879      Branch: maint-5.6/perl
27880            ! regcomp.c t/op/re_tests
27881 ____________________________________________________________________________
27882 [  8776] By: jhi                                   on 2001/02/12  23:25:52
27883         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
27884      Branch: maint-5.6/perl
27885            ! pod/perlport.pod
27886 ____________________________________________________________________________
27887 [  8775] By: jhi                                   on 2001/02/12  23:04:28
27888         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
27889      Branch: maint-5.6/perl
27890            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
27891            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27892            ! vos/configure_perl.cm
27893 ____________________________________________________________________________
27894 [  8774] By: jhi                                   on 2001/02/12  22:59:11
27895         Log: Subject: Re: [patch] context for 'U' magic functions
27896              From: Doug MacEachern <dougm@covalent.net>
27897              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
27898              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
27899              
27900              plus the suggestion by Nick Ing-Simmons to name the macro
27901              as PERL_MG_UFUNC to avoid namespace pollution, plus add
27902              the advice by Doug for XS writers to perl.h
27903      Branch: perl
27904            ! mg.c perl.h
27905 ____________________________________________________________________________
27906 [  8773] By: jhi                                   on 2001/02/11  20:14:12
27907         Log: Update Changes.
27908      Branch: perl
27909            ! Changes patchlevel.h
27910 ____________________________________________________________________________
27911 [  8772] By: jhi                                   on 2001/02/11  18:47:52
27912         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
27913              From: Simon Cozens <simon@cozens.net>
27914              Date: Wed, 31 Jan 2001 16:31:43 +0000
27915              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
27916      Branch: perl
27917            + pod/perlclib.pod
27918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
27919            ! pod/perltoc.pod
27920 ____________________________________________________________________________
27921 [  8771] By: jhi                                   on 2001/02/11  18:36:48
27922         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
27923              
27924              Blocks-4d3.beta.txt
27925              CaseFolding-3d4.beta.txt
27926              CompositionExclusions-3d6.beta.txt
27927              EastAsianWidth-4d4.beta.txt
27928              LineBreak-6d3.beta.txt
27929              NamesList-3.1.0d1.beta.txt
27930              PropList-3.1.0d4.beta.txt
27931              SpecialCasing-4d1.beta.txt
27932              UnicodeData-3.1.0d6.beta.txt
27933      Branch: perl
27934            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
27935           +> lib/unicode/UCD.html lib/unicode/Unicode.html
27936            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27937            - lib/unicode/Unicode.301
27938            ! (edit 257 files)
27939 ____________________________________________________________________________
27940 [  8770] By: jhi                                   on 2001/02/11  17:26:22
27941         Log: UTF-8 documentation.
27942      Branch: perl
27943            ! utf8.h
27944 ____________________________________________________________________________
27945 [  8769] By: jhi                                   on 2001/02/11  17:12:49
27946         Log: Retract #8762.
27947      Branch: perl
27948            ! regexec.c
27949 ____________________________________________________________________________
27950 [  8768] By: jhi                                   on 2001/02/11  16:54:45
27951         Log: Subject: [PATCH] Test::Harness
27952              From: andreas.koenig@anima.de (Andreas J. Koenig)
27953              Date: 11 Feb 2001 14:37:00 +0100
27954              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
27955      Branch: perl
27956            ! lib/Test/Harness.pm
27957 ____________________________________________________________________________
27958 [  8767] By: jhi                                   on 2001/02/11  16:53:52
27959         Log: Subject: [PATCH] Document makepatch in Porting/patching
27960              From: andreas.koenig@anima.de (Andreas J. Koenig)
27961              Date: 11 Feb 2001 16:46:28 +0100
27962              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
27963      Branch: perl
27964            ! Porting/patching.pod
27965 ____________________________________________________________________________
27966 [  8766] By: jhi                                   on 2001/02/11  06:30:23
27967         Log: Subject: Re: [patch] GvSHARED
27968              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
27969              From: Doug MacEachern <dougm@covalent.net>
27970              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
27971              
27972              Subject: Re: [patch] GvSHARED
27973              From: Doug MacEachern <dougm@covalent.net>
27974              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
27975              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
27976              
27977              Subject: [patch] attributes.pm support for `shared'
27978              From: Doug MacEachern <dougm@covalent.net>
27979              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
27980              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
27981              
27982              our() attributes were ignored, our :shared pieces missing,
27983              allow attributes.pm to turn on shared.
27984      Branch: perl
27985            ! op.c t/op/attrs.t toke.c xsutils.c
27986 ____________________________________________________________________________
27987 [  8765] By: alanbur                               on 2001/02/10  23:11:19
27988         Log: Resync with parent (hopefully sucessfully this time)
27989      Branch: maint-5.6/pureperl
27990           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
27991           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
27992           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
27993           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
27994           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
27995           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
27996           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
27997 ____________________________________________________________________________
27998 [  8764] By: jhi                                   on 2001/02/10  22:54:38
27999         Log: Make TEST and UTEST more verbose in case something goes
28000              wrong in running/compiling a script, suggested by Doug
28001              MacEachern.
28002      Branch: perl
28003            ! t/TEST t/UTEST
28004 ____________________________________________________________________________
28005 [  8763] By: jhi                                   on 2001/02/10  22:11:34
28006         Log: Bogus shebang.
28007      Branch: perl
28008            ! t/lib/texttabs.t
28009 ____________________________________________________________________________
28010 [  8762] By: jhi                                   on 2001/02/10  21:56:02
28011         Log: (Retracted by #8769)
28012      Branch: perl
28013            ! regexec.c
28014 ____________________________________________________________________________
28015 [  8761] By: jhi                                   on 2001/02/10  21:26:15
28016         Log: Subject: Re: [patch] GvSHARED 
28017              From: Doug MacEachern <dougm@covalent.net>
28018              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
28019              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
28020              
28021              our @EXPORT : shared = (...);
28022      Branch: perl
28023            ! toke.c
28024 ____________________________________________________________________________
28025 [  8760] By: jhi                                   on 2001/02/10  21:25:07
28026         Log: Subject: [patch] GvSHARED
28027              From: Doug MacEachern <dougm@covalent.net>
28028              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
28029              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
28030      Branch: perl
28031            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
28032 ____________________________________________________________________________
28033 [  8759] By: alanbur                               on 2001/02/10  21:24:27
28034         Log: Backed out mismerge.
28035      Branch: maint-5.6/pureperl
28036            ! MANIFEST README.hpux README.vmesa gv.c installhtml
28037            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
28038            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28039            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28040            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28041            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28042            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
28043 ____________________________________________________________________________
28044 [  8758] By: jhi                                   on 2001/02/10  18:01:17
28045         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
28046              
28047              Fixed UMRs and leak in Perl_pmtrans()
28048              
28049              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28050              associated UTFied tr/// code.  Also fixed scoping leak of
28051              PL_reg_start_tmp.
28052              
28053              newATTRSUB leaks when an attempt to redefine the active sort sub is
28054              made.
28055      Branch: maint-5.6/perl
28056           !> op.c regcomp.c
28057 ____________________________________________________________________________
28058 [  8757] By: alanbur                               on 2001/02/10  17:56:46
28059         Log: Resynchronised with parent
28060      Branch: maint-5.6/pureperl
28061           +> README.bs2000
28062            - README.posix-bc
28063            ! gv.c perl.c sv.c
28064           !> MANIFEST README.hpux README.vmesa installhtml
28065           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28066           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28067           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28068           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28069           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28070           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28071 ____________________________________________________________________________
28072 [  8756] By: alanbur                               on 2001/02/10  17:51:15
28073         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
28074              made.
28075      Branch: maint-5.6/pureperl
28076            ! op.c
28077 ____________________________________________________________________________
28078 [  8755] By: jhi                                   on 2001/02/09  22:41:35
28079         Log: Upgrade to CPAN 1.59_54, from Andreas König.
28080      Branch: perl
28081            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28082 ____________________________________________________________________________
28083 [  8754] By: jhi                                   on 2001/02/09  22:29:20
28084         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28085              
28086              Didn't upgrade the fill.t since it has a dependency to File::Slurp
28087              purely for debugging purposes, the actual test hasn't changed.
28088      Branch: perl
28089            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
28090            ! t/lib/textwrap.t
28091 ____________________________________________________________________________
28092 [  8753] By: jhi                                   on 2001/02/09  20:17:50
28093         Log: Integrate change #8682 from maintperl.
28094              
28095              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28096              to work correctly.
28097      Branch: perl
28098           !> hints/irix_6.sh
28099 ____________________________________________________________________________
28100 [  8752] By: jhi                                   on 2001/02/09  20:00:46
28101         Log: Update Changes.
28102      Branch: perl
28103            ! Changes patchlevel.h
28104 ____________________________________________________________________________
28105 [  8751] By: nick                                  on 2001/02/09  19:48:37
28106         Log: Integrate mainline
28107      Branch: perlio
28108           +> README.bs2000 t/lib/cgi-esc.t
28109            - README.posix-bc
28110           !> (integrate 53 files)
28111 ____________________________________________________________________________
28112 [  8750] By: nick                                  on 2001/02/09  19:25:16
28113         Log: Subject: RE: Biannual Competition to Improve Hashing Function
28114              From: Fisher Mark <fisherm@tce.com>
28115              Date: Thu, 8 Feb 2001 10:44:00 -0500
28116              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
28117              Date: Thu, 8 Feb 2001 15:02:47 -0500
28118              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
28119      Branch: perl
28120            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
28121 ____________________________________________________________________________
28122 [  8749] By: jhi                                   on 2001/02/09  19:02:35
28123         Log: Forgotten fragment.
28124      Branch: perl
28125            ! pod/perlapi.pod
28126 ____________________________________________________________________________
28127 [  8748] By: jhi                                   on 2001/02/09  18:31:34
28128         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
28129              plus manual tweakage.
28130              
28131              Sync the perlfaq2 between mainline and maintperl.
28132      Branch: maint-5.6/perl
28133            ! pod/perlfaq2.pod
28134      Branch: perl
28135           !> pod/perlfaq2.pod
28136 ____________________________________________________________________________
28137 [  8747] By: jhi                                   on 2001/02/09  18:12:04
28138         Log: Subject: versiononly and installperl
28139              From: abigail@foad.org
28140              Date: Wed, 7 Feb 2001 22:43:12 +0100
28141              Message-ID: <20010207214312.7045.qmail@foad.org>    
28142              
28143              Add +v flag to force a normal install of the perl binary
28144              and the utilities.
28145              
28146              Subject: [PATCH] installperl
28147              From: Nicholas Clark <nick@ccl4.org>
28148              Date: Fri, 9 Feb 2001 16:28:57 +0000
28149              Message-ID: <20010209162857.B10931@plum.flirble.org>
28150              
28151              Add -A flag which also hardlinks the binary with
28152              the full architecture name.
28153      Branch: perl
28154            ! installperl
28155 ____________________________________________________________________________
28156 [  8746] By: jhi                                   on 2001/02/09  18:03:43
28157         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
28158              
28159              Subject: perlfaq2, re: perlmongers
28160              
28161              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28162              
28163              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28164              
28165              Subject: [ID 20010205.001] typo in perlfaq9
28166              
28167              Subject: [ID 20010208.002] unordered explanation in perlcall
28168      Branch: maint-5.6/perl
28169           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28170           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
28171           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
28172 ____________________________________________________________________________
28173 [  8745] By: jhi                                   on 2001/02/09  17:59:09
28174         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
28175              From: abela@geneanet.org
28176              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
28177              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
28178      Branch: perl
28179            ! pod/perlcall.pod
28180 ____________________________________________________________________________
28181 [  8744] By: jhi                                   on 2001/02/09  17:48:16
28182         Log: Subject: [ID 20010205.001] typo in perlfaq9
28183              From: eserte@vran.herceg.de
28184              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
28185              Message-Id: <200102042244.XAA21926@vran.herceg.de>
28186      Branch: perl
28187            ! pod/perlfaq9.pod
28188 ____________________________________________________________________________
28189 [  8743] By: jhi                                   on 2001/02/09  17:25:12
28190         Log: Integrate change #8695 from maintperl.
28191              
28192              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28193      Branch: perl
28194           !> thread.h
28195 ____________________________________________________________________________
28196 [  8742] By: jhi                                   on 2001/02/09  17:21:22
28197         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28198              From: Andy Dougherty <doughera@lafayette.edu>
28199              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
28200              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
28201      Branch: perl
28202            ! embed.pl
28203 ____________________________________________________________________________
28204 [  8741] By: jhi                                   on 2001/02/09  17:05:19
28205         Log: Integrate changes #8738,8739,8740 from maintperl.
28206              
28207              Html files will be installed in a more logical and easier to
28208              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28209              
28210              Html files will be generated with a header to make them look
28211              a little less bare.
28212              
28213              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28214      Branch: perl
28215           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
28216 ____________________________________________________________________________
28217 [  8740] By: jhi                                   on 2001/02/09  17:03:46
28218         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28219              From: "Brendan O'Dea" <bod@compusol.com.au>
28220              Date: Sun, 4 Feb 2001 11:17:56 +1100
28221              Message-ID: <20010204111756.A16301@compusol.com.au>
28222      Branch: maint-5.6/perl
28223            ! pod/perlfaq3.pod
28224 ____________________________________________________________________________
28225 [  8739] By: jhi                                   on 2001/02/09  17:01:59
28226         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
28227              From: "Indy Singh" <indy@nusphere.com>
28228              Date: Fri, 2 Feb 2001 15:09:59 -0500
28229              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
28230              
28231              Html files will be generated with a header to make them look
28232              a little less bare.
28233      Branch: maint-5.6/perl
28234            ! installhtml
28235 ____________________________________________________________________________
28236 [  8738] By: jhi                                   on 2001/02/09  16:58:48
28237         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
28238              From: "Indy Singh" <indy@nusphere.com>
28239              Date: Fri, 2 Feb 2001 15:08:23 -0500
28240              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
28241              
28242              Html files will be installed in a more logical and easier to
28243              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28244      Branch: maint-5.6/perl
28245            ! win32/Makefile win32/makefile.mk
28246 ____________________________________________________________________________
28247 [  8737] By: jhi                                   on 2001/02/09  16:46:54
28248         Log: Integrate changes #8687,8736 from maintperl.
28249              
28250              HP-UX thread patches from Merijn H. Brand.
28251              
28252              Latin nit from Philip Newton.
28253      Branch: perl
28254           !> README.hpux hints/hpux.sh
28255 ____________________________________________________________________________
28256 [  8736] By: jhi                                   on 2001/02/09  16:42:31
28257         Log: Latin nit from Philip Newton.
28258      Branch: maint-5.6/perl
28259            ! README.hpux
28260 ____________________________________________________________________________
28261 [  8735] By: jhi                                   on 2001/02/09  16:24:03
28262         Log: Integrate changes #8704,8710 from pureperl.
28263              
28264              Fixed UMRs and leak in Perl_pmtrans()
28265              
28266              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28267              associated UTFied tr/// code.  Also fixed scoping leak of
28268              PL_reg_start_tmp.
28269      Branch: perl
28270           !> op.c regcomp.c
28271 ____________________________________________________________________________
28272 [  8734] By: jhi                                   on 2001/02/09  15:40:21
28273         Log: Integrate change #8733 from maintperl.
28274              
28275              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28276      Branch: perl
28277           !> pod/perlre.pod
28278 ____________________________________________________________________________
28279 [  8733] By: jhi                                   on 2001/02/09  15:35:47
28280         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28281              From: Prymmer/Kahn <pvhp@best.com>
28282              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
28283              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
28284      Branch: maint-5.6/perl
28285            ! pod/perlre.pod
28286 ____________________________________________________________________________
28287 [  8732] By: jhi                                   on 2001/02/09  15:26:17
28288         Log: Rename README.posix-bc to README.bs2000 (to avoid the
28289              confusion of a "perlposix-bc.pod"), add a few missing
28290              arch pods, regen toc.
28291      Branch: maint-5.6/perl
28292           +> README.bs2000
28293            - README.posix-bc
28294            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28295            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28296 ____________________________________________________________________________
28297 [  8731] By: jhi                                   on 2001/02/09  15:23:39
28298         Log: De-cut-and-pasto.
28299      Branch: perl
28300            ! pod/perl.pod
28301 ____________________________________________________________________________
28302 [  8730] By: jhi                                   on 2001/02/09  15:11:13
28303         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
28304              when people think that perlposix-bc.pod tells anything about
28305              Perl and POSIX.  Regen toc.
28306      Branch: perl
28307           +> README.bs2000
28308            - README.posix-bc
28309            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28310            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28311 ____________________________________________________________________________
28312 [  8729] By: jhi                                   on 2001/02/09  14:52:28
28313         Log: The README.vmesa part of #8712 from maintperl.
28314      Branch: perl
28315            ! README.vmesa
28316 ____________________________________________________________________________
28317 [  8728] By: jhi                                   on 2001/02/09  14:46:06
28318         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
28319              From: Peter Prymmer <pvhp@forte.com>
28320              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
28321              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
28322      Branch: maint-5.6/perl
28323            ! README.vmesa win32/Makefile win32/makefile.mk
28324 ____________________________________________________________________________
28325 [  8727] By: jhi                                   on 2001/02/09  14:33:25
28326         Log: Integrate change #8712 from mainline.
28327              
28328              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
28329      Branch: maint-5.6/perl
28330           !> lib/Pod/Find.pm
28331 ____________________________________________________________________________
28332 [  8726] By: jhi                                   on 2001/02/09  14:30:28
28333         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28334              From: Peter Prymmer <pvhp@forte.com>
28335              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
28336              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
28337      Branch: perl
28338            + t/lib/cgi-esc.t
28339            ! MANIFEST lib/CGI/Util.pm
28340 ____________________________________________________________________________
28341 [  8725] By: jhi                                   on 2001/02/09  04:56:47
28342         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
28343      Branch: maint-5.6/perl
28344            ! pod/perlport.pod
28345 ____________________________________________________________________________
28346 [  8724] By: jhi                                   on 2001/02/09  04:40:59
28347         Log: Integrate changes 7819,7820 from vmsperl into mainline.
28348              
28349              Add header for LIB$ prototypes (C. Berry)
28350              
28351              Convert fwrite()s to sockets to write()s, since some socket stacks
28352              don't take kindly to stdio.
28353              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28354              (for often optional LNMs)
28355              Correct a few typos
28356              (C. Bailey)
28357      Branch: perl
28358           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
28359 ____________________________________________________________________________
28360 [  8723] By: jhi                                   on 2001/02/09  03:29:29
28361         Log: Integrate change #8722 from mainline.
28362              
28363              The Im() function wasn't returning zero for non-Math::Complex
28364              arguments.  The bug reported by John Gamble.
28365      Branch: maint-5.6/perl
28366           !> lib/Math/Complex.pm
28367 ____________________________________________________________________________
28368 [  8722] By: jhi                                   on 2001/02/09  03:28:33
28369         Log: The Im() function wasn't returning zero for non-Math::Complex
28370              arguments.  The bug reported by John Gamble.
28371      Branch: perl
28372            ! lib/Math/Complex.pm
28373 ____________________________________________________________________________
28374 [  8721] By: nick                                  on 2001/02/08  22:11:35
28375         Log: Correct the correction :-(
28376      Branch: perl
28377            ! perl.c
28378 ____________________________________________________________________________
28379 [  8720] By: bailey                                on 2001/02/08  20:59:22
28380         Log: Convert frwite()s to sockets to write()s, since some socket stacks
28381              don't take kindly to stdio.
28382              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28383              (for often optional LNMs)
28384              Correct a few typos
28385              (C. Bailey)
28386      Branch: vmsperl
28387            ! vms/vms.c vms/vmsish.h
28388 ____________________________________________________________________________
28389 [  8719] By: bailey                                on 2001/02/08  20:51:02
28390         Log: Add header for LIB$ prototypes (C. Berry)
28391      Branch: vmsperl
28392            ! ext/Devel/DProf/DProf.xs
28393 ____________________________________________________________________________
28394 [  8718] By: bailey                                on 2001/02/08  20:49:00
28395         Log: SYN SYN
28396      Branch: vmsperl
28397           +> pod/perliol.pod t/lib/sample-tests/bailout
28398           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
28399           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
28400           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
28401           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
28402           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
28403           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
28404            - lib/unicode/Is/DCinital.pl
28405           !> (integrate 101 files)
28406 ____________________________________________________________________________
28407 [  8717] By: nick                                  on 2001/02/08  19:38:48
28408         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
28409              From: Robin Barker <rmb1@cise.npl.co.uk>
28410              Date: Thu, 8 Feb 2001 14:38:07 GMT
28411              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
28412      Branch: perl
28413            ! lib/CPAN.pm
28414 ____________________________________________________________________________
28415 [  8716] By: nick                                  on 2001/02/08  19:29:07
28416         Log: Generated files form 8713 etc.
28417      Branch: perl
28418            ! embed.h global.sym objXSUB.h perlapi.c proto.h
28419 ____________________________________________________________________________
28420 [  8715] By: nick                                  on 2001/02/08  19:26:08
28421         Log: Fixup non-ithread build after 8713
28422      Branch: perl
28423            ! perl.c
28424 ____________________________________________________________________________
28425 [  8714] By: nick                                  on 2001/02/08  19:17:45
28426         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
28427              From: nick@ccl4.org
28428              Date: Wed, 7 Feb 2001 00:27:47 +0000
28429              Message-Id: <20010207002747.B63724@plum.flirble.org>
28430      Branch: perl
28431            ! sv.c toke.c
28432 ____________________________________________________________________________
28433 [  8713] By: nick                                  on 2001/02/08  19:15:58
28434         Log: Subject: Re: [patch] Re: PL_ptr_table
28435              From: Doug Maceachern <dougm@covalent.net>
28436              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
28437              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
28438      Branch: perl
28439            ! embed.pl perl.c sv.c sv.h
28440 ____________________________________________________________________________
28441 [  8712] By: nick                                  on 2001/02/08  19:12:47
28442         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
28443              From: Peter Prymmer <pvhp@forte.com>
28444              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
28445              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
28446      Branch: perl
28447            ! lib/Pod/Find.pm
28448 ____________________________________________________________________________
28449 [  8711] By: nick                                  on 2001/02/07  21:06:11
28450         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
28451              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
28452              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28453              Date: Tue, 06 Feb 2001 23:37:01 +0000
28454              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
28455      Branch: perl
28456            ! regcomp.c
28457 ____________________________________________________________________________
28458 [  8710] By: alanbur                               on 2001/02/07  00:22:04
28459         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28460              associated UTFied tr/// code.  Also fixed scoping leak of
28461              PL_reg_start_tmp.
28462      Branch: maint-5.6/pureperl
28463            ! op.c regcomp.c
28464 ____________________________________________________________________________
28465 [  8709] By: nick                                  on 2001/02/06  21:16:49
28466         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28467              From: Michael G Schwern <schwern@pobox.com>
28468              Date: Sun, 4 Feb 2001 19:47:14 -0500
28469              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
28470      Branch: perl
28471            ! pod/perlapi.pod pod/perlmodlib.PL
28472 ____________________________________________________________________________
28473 [  8708] By: nick                                  on 2001/02/06  20:41:20
28474         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28475              From: Michael G Schwern <schwern@pobox.com>
28476              Date: Sun, 4 Feb 2001 21:17:49 -0500
28477              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
28478      Branch: perl
28479            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
28480            ! pod/perltootc.pod
28481 ____________________________________________________________________________
28482 [  8707] By: nick                                  on 2001/02/06  20:29:11
28483         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
28484              From: Michael G Schwern <schwern@pobox.com>
28485              Date: Tue, 6 Feb 2001 05:54:30 -0500
28486              Message-Id: <20010206055430.A951@blackrider.aocn.com>
28487      Branch: perl
28488            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
28489 ____________________________________________________________________________
28490 [  8706] By: nick                                  on 2001/02/06  20:21:40
28491         Log: Subject: RE: some win32 fixes
28492              Date: Tue, 6 Feb 2001 09:23:20 +0300
28493              From: Vadim Konovalov <vkonovalov@lucent.com>
28494              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
28495      Branch: perl
28496            ! toke.c win32/Makefile win32/config.bc win32/config.gc
28497            ! win32/config.vc win32/config_H.bc win32/makefile.mk
28498 ____________________________________________________________________________
28499 [  8705] By: alanbur                               on 2001/02/06  15:00:03
28500         Log: Synchronised with parent
28501      Branch: maint-5.6/pureperl
28502            ! regexec.c
28503           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28504           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
28505 ____________________________________________________________________________
28506 [  8704] By: alanbur                               on 2001/02/06  14:55:24
28507         Log: Fixed UMRs and leak in Perl_pmtrans()
28508      Branch: maint-5.6/pureperl
28509            ! op.c
28510 ____________________________________________________________________________
28511 [  8703] By: gsar                                  on 2001/02/06  02:29:37
28512         Log: $(MAKE) distclean doesn't clean up properly on windows
28513      Branch: maint-5.6/perl
28514            ! win32/Makefile win32/makefile.mk
28515 ____________________________________________________________________________
28516 [  8702] By: gsar                                  on 2001/02/06  01:00:46
28517         Log: tweak change#8659 to keep it simple
28518      Branch: maint-5.6/perl
28519            ! utils/perldoc.PL
28520 ____________________________________________________________________________
28521 [  8701] By: gsar                                  on 2001/02/05  22:45:41
28522         Log: change#8693 was missing testsuite changes
28523      Branch: maint-5.6/perl
28524           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28525 ____________________________________________________________________________
28526 [  8700] By: nick                                  on 2001/02/05  20:32:52
28527         Log: Integrate mainline
28528      Branch: perlio
28529           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
28530           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
28531           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
28532           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
28533           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
28534           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
28535           +> t/lib/test-harness.t
28536           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
28537           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
28538           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
28539           !> pod/perlutil.pod t/TEST utils/h2xs.PL
28540 ____________________________________________________________________________
28541 [  8699] By: nick                                  on 2001/02/05  19:41:07
28542         Log: Subject: perlfaq2, re: perlmongers
28543              From: David H. Adler <dha@panix.com>
28544              Date: Sun, 4 Feb 2001 23:48:23 -0500
28545              Message-Id: <20010204234823.A13429@panix.com>
28546      Branch: perl
28547            ! pod/perlfaq2.pod
28548 ____________________________________________________________________________
28549 [  8698] By: nick                                  on 2001/02/05  19:39:31
28550         Log: Missed file f#rom the testharness mess.
28551      Branch: perl
28552            + t/lib/test-harness.t
28553 ____________________________________________________________________________
28554 [  8697] By: nick                                  on 2001/02/05  19:37:21
28555         Log: Subject: [DOC PATCH] overload.pm nits
28556              From: John Tobey <jtobey@john-edwin-tobey.org>
28557              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
28558              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
28559      Branch: perl
28560            ! lib/overload.pm
28561 ____________________________________________________________________________
28562 [  8696] By: alanbur                               on 2001/02/05  11:56:00
28563         Log: Sync with parent
28564      Branch: maint-5.6/pureperl
28565           !> thread.h
28566 ____________________________________________________________________________
28567 [  8695] By: gsar                                  on 2001/02/05  03:27:34
28568         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28569      Branch: maint-5.6/perl
28570            ! thread.h
28571 ____________________________________________________________________________
28572 [  8694] By: alanbur                               on 2001/02/05  00:07:47
28573         Log: Initial branch creation from //depot/maint-5.6/perl
28574      Branch: maint-5.6/pureperl
28575           +> (branch 1719 files)
28576 ____________________________________________________________________________
28577 [  8693] By: gsar                                  on 2001/02/04  22:38:49
28578         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
28579              changes)
28580      Branch: maint-5.6/perl
28581           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
28582           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28583           !> ext/DB_File/version.c
28584 ____________________________________________________________________________
28585 [  8692] By: nick                                  on 2001/02/04  18:15:57
28586         Log: The missed t/TEST part of the grand testharness upgrade.
28587      Branch: perl
28588            ! t/TEST
28589 ____________________________________________________________________________
28590 [  8691] By: nick                                  on 2001/02/04  18:05:17
28591         Log: New improved test harness
28592              Subject: Re: [PATCH Test::Harness] Third time's a charm?
28593              From: Michael G Schwern <schwern@pobox.com>
28594              Date: Sun, 4 Feb 2001 08:01:20 -0500
28595              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
28596      Branch: perl
28597            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
28598            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
28599            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
28600            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
28601            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
28602            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
28603            ! MANIFEST lib/Test/Harness.pm
28604 ____________________________________________________________________________
28605 [  8690] By: nick                                  on 2001/02/04  17:57:51
28606         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
28607              From: Jonathan Stowe <gellyfish@gellyfish.com>
28608              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
28609              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
28610      Branch: perl
28611            ! utils/h2xs.PL
28612 ____________________________________________________________________________
28613 [  8689] By: nick                                  on 2001/02/04  17:55:24
28614         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
28615              From: Michael G Schwern <schwern@pobox.com>
28616              Date: Sat, 3 Feb 2001 22:46:38 -0500
28617              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
28618      Branch: perl
28619            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
28620            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
28621 ____________________________________________________________________________
28622 [  8688] By: nick                                  on 2001/02/04  17:43:55
28623         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
28624              length byfailing to spot lack of closing )
28625              From: nick@talking.bollo.cx
28626              Date: Sat, 03 Feb 2001 23:53:16 +0000
28627              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
28628      Branch: perl
28629            ! perlio.c pod/perldiag.pod
28630 ____________________________________________________________________________
28631 [  8687] By: jhi                                   on 2001/02/03  17:11:42
28632         Log: HP-UX thread patches from Merijn H. Brand.
28633      Branch: maint-5.6/perl
28634            ! README.hpux hints/hpux.sh
28635 ____________________________________________________________________________
28636 [  8686] By: jhi                                   on 2001/02/03  16:40:12
28637         Log: Metaconfig changes for #8685.
28638      Branch: metaconfig
28639            ! U/installdirs/instubperl.U
28640      Branch: metaconfig/U/perl
28641            ! Devel.U versiononly.U
28642 ____________________________________________________________________________
28643 [  8685] By: jhi                                   on 2001/02/03  16:39:49
28644         Log: For -Dusedevel builds turn off installusrbinperl and turn on
28645              versiononly, a combined idea of Richard Soderberg and Merijn
28646              H. Brand.  You can still override both of these from the command
28647              line if you need to, -Dinstallusrbinperl and -Uversiononly.
28648      Branch: perl
28649            ! Configure
28650 ____________________________________________________________________________
28651 [  8684] By: jhi                                   on 2001/02/03  16:16:34
28652         Log: Metaconfig unit fix for #8683.
28653      Branch: metaconfig
28654            ! U/compline/nblock_io.U
28655 ____________________________________________________________________________
28656 [  8683] By: jhi                                   on 2001/02/03  16:16:12
28657         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
28658              reported by Peter Prymmer for 5.6-TRIAL1.
28659      Branch: perl
28660            ! Configure
28661 ____________________________________________________________________________
28662 [  8682] By: jhi                                   on 2001/02/03  05:52:11
28663         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28664              to work correctly.
28665      Branch: maint-5.6/perl
28666            ! hints/irix_6.sh
28667 ____________________________________________________________________________
28668 [  8681] By: jhi                                   on 2001/02/03  05:47:33
28669         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
28670      Branch: maint-5.6/perl
28671            ! pod/perlport.pod
28672 ____________________________________________________________________________
28673 [  8680] By: jhi                                   on 2001/02/02  21:39:49
28674         Log: perlport update from Peter Prymmer.
28675      Branch: maint-5.6/perl
28676            ! pod/perlport.pod
28677 ____________________________________________________________________________
28678 [  8679] By: nick                                  on 2001/02/02  20:50:48
28679         Log: Integrate mainline
28680      Branch: perlio
28681           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
28682           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
28683           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
28684 ____________________________________________________________________________
28685 [  8678] By: gsar                                  on 2001/02/02  16:02:12
28686         Log: note about bincompat, slightly modified (from Lupe Christoph)
28687      Branch: maint-5.6/perl
28688            ! README.solaris
28689 ____________________________________________________________________________
28690 [  8677] By: jhi                                   on 2001/02/02  15:46:20
28691         Log: Supported platforms updates.
28692      Branch: maint-5.6/perl
28693            ! pod/perlport.pod
28694 ____________________________________________________________________________
28695 [  8676] By: jhi                                   on 2001/02/02  03:41:26
28696         Log: A couple more perlfaq2 tweaks.
28697      Branch: maint-5.6/perl
28698            ! pod/perlfaq2.pod
28699 ____________________________________________________________________________
28700 [  8675] By: jhi                                   on 2001/02/02  03:17:44
28701         Log: Misedit in #8661.
28702      Branch: maint-5.6/perl
28703            ! Configure
28704 ____________________________________________________________________________
28705 [  8674] By: jhi                                   on 2001/02/02  03:14:38
28706         Log: Damien again.
28707      Branch: maint-5.6/perl
28708            ! pod/perlfaq2.pod
28709 ____________________________________________________________________________
28710 [  8673] By: jhi                                   on 2001/02/02  03:12:40
28711         Log: perlfaq update from Elaine Ashton.
28712      Branch: maint-5.6/perl
28713            ! pod/perlfaq2.pod
28714 ____________________________________________________________________________
28715 [  8672] By: jhi                                   on 2001/02/02  03:07:08
28716         Log: UTF-8 s/// patch from Inaba Hiroto.
28717      Branch: maint-5.6/perl
28718            ! pp_ctl.c pp_hot.c
28719 ____________________________________________________________________________
28720 [  8671] By: jhi                                   on 2001/02/01  22:34:31
28721         Log: Update Changes.
28722      Branch: perl
28723            ! Changes patchlevel.h
28724 ____________________________________________________________________________
28725 [  8670] By: jhi                                   on 2001/02/01  22:15:29
28726         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
28727              from maintperl.
28728              
28729              Upgrade to Getopt::Long 2.25, from Johan Vromans.
28730              
28731              more files need to be writable in the source distribution
28732              
28733              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
28734              
28735              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
28736              
28737              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
28738              
28739              Allow the float to be fuzzier.
28740              
28741              need to use INT2PTR instead of a straight cast or ia64 fails
28742              
28743              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
28744              
28745              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
28746      Branch: perl
28747           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
28748           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
28749           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
28750 ____________________________________________________________________________
28751 [  8669] By: jhi                                   on 2001/02/01  21:57:02
28752         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
28753              From: Robin Barker <rmb1@cise.npl.co.uk>
28754              Date: Thu, 1 Feb 2001 16:59:05 GMT
28755              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
28756      Branch: maint-5.6/perl
28757            ! pod/perlmodlib.PL
28758 ____________________________________________________________________________
28759 [  8668] By: nick                                  on 2001/02/01  19:41:40
28760         Log: Integrate mainline
28761      Branch: perlio
28762           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
28763           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
28764           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
28765 ____________________________________________________________________________
28766 [  8667] By: gsar                                  on 2001/02/01  16:59:11
28767         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
28768      Branch: maint-5.6/perl
28769            ! embed.pl embedvar.h
28770 ____________________________________________________________________________
28771 [  8666] By: gsar                                  on 2001/02/01  16:34:51
28772         Log: add missing entries to win32/config.?c
28773      Branch: maint-5.6/perl
28774            ! win32/config.bc win32/config.gc win32/config.vc
28775            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28776 ____________________________________________________________________________
28777 [  8665] By: jhi                                   on 2001/02/01  14:58:51
28778         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
28779              From: "Stephen P. Potter" <spp@spotter.yi.org>
28780              Date: Thu, 01 Feb 2001 10:45:46 -0500
28781              Message-Id: <200102011545.KAA31479@spotter.yi.org>
28782      Branch: maint-5.6/perl
28783            ! pod/perlfunc.pod
28784 ____________________________________________________________________________
28785 [  8664] By: gsar                                  on 2001/02/01  14:52:37
28786         Log: need to use INT2PTR instead of a straight cast or ia64 fails
28787              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
28788      Branch: maint-5.6/perl
28789            ! ext/POSIX/POSIX.xs
28790 ____________________________________________________________________________
28791 [  8663] By: jhi                                   on 2001/02/01  14:09:13
28792         Log: Allow the float to be fuzzier.
28793      Branch: maint-5.6/perl
28794            ! t/lib/peek.t
28795 ____________________________________________________________________________
28796 [  8662] By: jhi                                   on 2001/02/01  13:59:00
28797         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
28798              From: Robin Barker <rmb1@cise.npl.co.uk>
28799              Date: Thu, 1 Feb 2001 13:05:39 GMT
28800              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
28801      Branch: maint-5.6/perl
28802            ! pod/perlmodlib.pod
28803 ____________________________________________________________________________
28804 [  8661] By: jhi                                   on 2001/02/01  13:57:38
28805         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
28806              Date: Thu, 01 Feb 2001 14:15:41 +0100
28807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28808              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
28809              
28810              Have the $ccflags in the gcc version test (strange, this change
28811              is claimed to be have been integrated already)
28812      Branch: maint-5.6/perl
28813            ! Configure
28814 ____________________________________________________________________________
28815 [  8660] By: jhi                                   on 2001/02/01  13:44:10
28816         Log: Integrate changes #7950,7964,7962 from mainline.
28817              
28818              Find the stdchar signedness using cpp, should fix some of
28819              the Solaris compiler warnings reported by Alan Burlison.
28820      Branch: maint-5.6/perl
28821           !> Configure config_h.SH
28822 ____________________________________________________________________________
28823 [  8659] By: jhi                                   on 2001/02/01  05:35:32
28824         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
28825              From: Jan Dubois <JanD@ActiveState.com>
28826              Date: Wed, 31 Jan 2001 21:17:03 -0800
28827              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
28828      Branch: maint-5.6/perl
28829            ! utils/perldoc.PL
28830 ____________________________________________________________________________
28831 [  8658] By: jhi                                   on 2001/02/01  04:33:17
28832         Log: Integrate the README.os390 and README.posix-bc parts of mainline
28833              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
28834              installperl parts were taken care of by #8657.)
28835      Branch: maint-5.6/perl
28836           !> README.os390 README.posix-bc
28837 ____________________________________________________________________________
28838 [  8657] By: jhi                                   on 2001/02/01  04:29:21
28839         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28840              From: Peter Prymmer <pvhp@forte.com>
28841              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
28842              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
28843      Branch: maint-5.6/perl
28844            + ext/DynaLoader/dl_dllload.xs
28845            ! MANIFEST Makefile.SH hints/os390.sh installperl
28846 ____________________________________________________________________________
28847 [  8656] By: jhi                                   on 2001/02/01  04:25:45
28848         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
28849              From: Peter Prymmer <pvhp@forte.com>
28850              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
28851              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
28852      Branch: maint-5.6/perl
28853            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
28854 ____________________________________________________________________________
28855 [  8655] By: jhi                                   on 2001/02/01  04:14:47
28856         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
28857              From: troc@netrus.net
28858              Date: Wed, 31 Jan 2001 22:31:26 -0500
28859              Message-Id: <200102010331.WAA117.85@rocco.homenet>
28860      Branch: maint-5.6/perl
28861            ! os2/os2.c
28862 ____________________________________________________________________________
28863 [  8654] By: jhi                                   on 2001/02/01  04:12:52
28864         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
28865              as reported by Alan Burlison.
28866      Branch: maint-5.6/perl
28867            ! pp.h
28868 ____________________________________________________________________________
28869 [  8653] By: jhi                                   on 2001/02/01  04:05:12
28870         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
28871              From: dsugalski@northernlight.com
28872              Date: Wed, 31 Jan 2001 18:54:11 -0500
28873              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
28874      Branch: maint-5.6/perl
28875            ! configure.com
28876 ____________________________________________________________________________
28877 [  8652] By: jhi                                   on 2001/02/01  04:03:11
28878         Log: Misplaced #endif.
28879              
28880              Subject: [perl-5-6-1-trial2] patches for EPOC
28881              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28882              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
28883              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
28884      Branch: maint-5.6/perl
28885            ! epoc/epocish.c
28886 ____________________________________________________________________________
28887 [  8651] By: jhi                                   on 2001/02/01  04:00:25
28888         Log: Integrate changes #8647,8648,8650 from mainline.
28889              
28890              Macrofy a magic UTF-8 test.
28891              
28892              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
28893              
28894              Watch out for cross compiling for EPOC (usually done on linux).
28895      Branch: maint-5.6/perl
28896           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
28897 ____________________________________________________________________________
28898 [  8650] By: jhi                                   on 2001/02/01  03:56:20
28899         Log: Watch out for cross compiling for EPOC (usually done on linux)
28900              
28901              Subject: [perl-5-6-1-trial2] patches for EPOC
28902              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28903              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
28904              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
28905      Branch: perl
28906            ! ext/Errno/Errno_pm.PL
28907 ____________________________________________________________________________
28908 [  8649] By: gsar                                  on 2001/02/01  00:46:00
28909         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
28910      Branch: maint-5.6/perl
28911            ! sv.c
28912 ____________________________________________________________________________
28913 [  8648] By: jhi                                   on 2001/01/31  23:35:36
28914         Log: All the uses of PL_numeric_radix must be protected by
28915              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
28916              
28917              Subject: [perl-5-6-1-trial2] patches for EPOC
28918              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28919              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
28920              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
28921      Branch: perl
28922            ! sv.c
28923 ____________________________________________________________________________
28924 [  8647] By: jhi                                   on 2001/01/31  22:56:16
28925         Log: Macrofy a magic UTF-8 test.
28926      Branch: perl
28927            ! utf8.c utf8.h
28928 ____________________________________________________________________________
28929 [  8646] By: gsar                                  on 2001/01/31  15:55:12
28930         Log: update Changes
28931      Branch: maint-5.6/perl
28932            ! Changes
28933 ____________________________________________________________________________
28934 [  8645] By: gsar                                  on 2001/01/31  15:10:14
28935         Log: Configure tweak suggested by Peter Prymmer
28936      Branch: maint-5.6/perl
28937            ! Configure
28938 ____________________________________________________________________________
28939 [  8644] By: gsar                                  on 2001/01/31  15:06:32
28940         Log: more files need to be writable in the source distribution
28941      Branch: maint-5.6/perl
28942            ! Porting/makerel
28943 ____________________________________________________________________________
28944 [  8643] By: jhi                                   on 2001/01/31  14:59:46
28945         Log: Integrate changes #8258,8278,8279 from mainline.
28946              
28947              Make the large file tests more robust/talkative.
28948      Branch: maint-5.6/perl
28949           !> t/lib/syslfs.t t/op/lfs.t
28950 ____________________________________________________________________________
28951 [  8642] By: gsar                                  on 2001/01/31  14:53:48
28952         Log: integrate changes#8311,8334 from mainline
28953              
28954              Add a new MakeMaker variable PM_FILTER that defines a Unix
28955              filter to be run on each .pm during the pm_to_blib() phase,
28956              a fixed version of
28957              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
28958              
28959              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
28960              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
28961              accurate reading of the "atime".  
28962      Branch: maint-5.6/perl
28963           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
28964           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28965           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
28966 ____________________________________________________________________________
28967 [  8641] By: jhi                                   on 2001/01/31  14:46:37
28968         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
28969      Branch: maint-5.6/perl
28970            ! lib/Getopt/Long.pm
28971 ____________________________________________________________________________
28972 [  8640] By: gsar                                  on 2001/01/31  14:40:24
28973         Log: make regen_all
28974      Branch: maint-5.6/perl
28975            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
28976 ____________________________________________________________________________
28977 [  8639] By: gsar                                  on 2001/01/31  14:37:25
28978         Log: refresh windows config files
28979      Branch: maint-5.6/perl
28980            ! win32/Makefile win32/config_H.bc win32/config_H.gc
28981            ! win32/config_H.vc win32/makefile.mk
28982 ____________________________________________________________________________
28983 [  8638] By: gsar                                  on 2001/01/31  14:28:10
28984         Log: makefile tweaks for windows: introduce a bulk-switch to enable
28985              same options as ActivePerl; sync changes with makefile.mk
28986      Branch: maint-5.6/perl
28987            ! win32/Makefile win32/makefile.mk
28988 ____________________________________________________________________________
28989 [  8637] By: jhi                                   on 2001/01/31  04:41:30
28990         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
28991              From: Nicholas Clark <nick@ccl4.org>
28992              Date: Tue, 30 Jan 2001 19:51:05 +0000
28993              Message-ID: <20010130195105.R76607@plum.flirble.org> 
28994              
28995              op/inc cure.
28996      Branch: perl
28997            ! pp.c pp.h pp_hot.c t/op/arith.t
28998 ____________________________________________________________________________
28999 [  8636] By: jhi                                   on 2001/01/31  02:38:32
29000         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
29001              no perlio],8257,8380,8479,8515 from mainline.
29002              
29003              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
29004              
29005              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29006              Subject: [PATCH perl@8133] fix-up for VMS extensions
29007              
29008              In VMS embedded perls couldn't access the statically built Socket.
29009              
29010              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
29011              
29012              Further VMS piping fixes from Charles Lane.
29013              
29014              Subject:  [PATCH] make t/op/misc.t work on VMS
29015              
29016              Add tracing for debugging extensions builds in VMS.
29017              
29018              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29019      Branch: maint-5.6/perl
29020           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
29021           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29022           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
29023 ____________________________________________________________________________
29024 [  8635] By: jhi                                   on 2001/01/31  01:46:41
29025         Log: Integrate change #7732 from mainline.
29026              
29027              Sparc 64-bit pack() fix from Jens Hamisch.
29028      Branch: maint-5.6/perl
29029           !> pp.c
29030 ____________________________________________________________________________
29031 [  8634] By: jhi                                   on 2001/01/31  01:41:16
29032         Log: One spot missing from #8626.
29033      Branch: maint-5.6/perl
29034            ! sv.c
29035 ____________________________________________________________________________
29036 [  8633] By: jhi                                   on 2001/01/31  00:49:17
29037         Log: Integrate change #7495 from mainline.
29038              
29039              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
29040      Branch: maint-5.6/perl
29041           !> MANIFEST ext/re/Makefile.PL
29042 ____________________________________________________________________________
29043 [  8632] By: jhi                                   on 2001/01/30  23:38:49
29044         Log: Integrate change #8396 from mainline.
29045              
29046              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
29047              better multicast support (resend)
29048      Branch: maint-5.6/perl
29049           !> ext/Socket/Socket.pm
29050 ____________________________________________________________________________
29051 [  8631] By: jhi                                   on 2001/01/30  23:28:03
29052         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
29053              
29054              More AIX lore. (7514, ext/re/hints/aix.pl)
29055              
29056              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
29057              
29058              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
29059              
29060              Subject: [ID 20001214.002] Net::Ping patch
29061              
29062              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29063              
29064              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29065              
29066              Add ReuseAddr as a (preferred) alias for Reuse as we now
29067              also have ReusePort.
29068              
29069              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29070      Branch: maint-5.6/perl
29071           +> ext/re/hints/aix.pl
29072           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29073           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
29074 ____________________________________________________________________________
29075 [  8630] By: jhi                                   on 2001/01/30  23:03:59
29076         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
29077              
29078              read() documentation tweak for 20001121.004.
29079              
29080              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
29081      Branch: maint-5.6/perl
29082           !> pod/perlfunc.pod pod/perlre.pod
29083 ____________________________________________________________________________
29084 [  8629] By: jhi                                   on 2001/01/30  22:41:57
29085         Log: Integrate change #8098 from mainline.
29086              
29087              fastgetcwd is defined using a glob alias on a $^O dependent basis
29088              and there was no default assignment or perl subroutine.
29089      Branch: maint-5.6/perl
29090           !> lib/Cwd.pm
29091 ____________________________________________________________________________
29092 [  8628] By: jhi                                   on 2001/01/30  21:58:52
29093         Log: Integrate change #7866 from mainline.
29094              
29095              File::Temp 0.11.
29096      Branch: maint-5.6/perl
29097           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
29098 ____________________________________________________________________________
29099 [  8627] By: jhi                                   on 2001/01/30  21:39:44
29100         Log: Integrate changes #8075,8086,8228 from mainline.  
29101              
29102              Darwin is not Windows. (8075,8086)
29103              
29104              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29105      Branch: maint-5.6/perl
29106           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
29107           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29108           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
29109           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
29110 ____________________________________________________________________________
29111 [  8626] By: jhi                                   on 2001/01/30  21:22:11
29112         Log: Integrate with tweakery the change #8625 from mainline,
29113              the multibyte decimal separator fix ("fa_IR locale failure").
29114      Branch: maint-5.6/perl
29115            ! embedvar.h perlapi.h
29116           !> intrpvar.h perl.c perl.h sv.c util.c
29117 ____________________________________________________________________________
29118 [  8625] By: jhi                                   on 2001/01/30  20:26:33
29119         Log: Fix for the fa_IR locale failure.  The reason for the failure
29120              was that Perl was assuming the decimal separator aka the radix
29121              separator is one character.  The Farsi-Iranian locale crushed
29122              that bad assumption since there the separator is 'Momayyez',
29123              glyphwise looking somewhat like a slash, and in Unicode UTF-8
29124              encoded in two bytes, 0xd9 0xab.
29125      Branch: perl
29126            ! intrpvar.h perl.c perl.h sv.c util.c
29127 ____________________________________________________________________________
29128 [  8624] By: gsar                                  on 2001/01/30  20:17:03
29129         Log: regen_headers
29130      Branch: maint-5.6/perl
29131            ! Makefile.SH pod/perlintern.pod
29132 ____________________________________________________________________________
29133 [  8623] By: gsar                                  on 2001/01/30  19:42:34
29134         Log: backout change#7431 and its dependents (causes spurious rebuilds
29135              of autogenerated files)
29136              
29137              fix benign b.t failure
29138      Branch: maint-5.6/perl
29139            ! Makefile.SH t/lib/b.t
29140 ____________________________________________________________________________
29141 [  8622] By: jhi                                   on 2001/01/30  19:41:41
29142         Log: Microperl sync.
29143      Branch: perl
29144            ! mg.c perl.h
29145 ____________________________________________________________________________
29146 [  8621] By: gsar                                  on 2001/01/30  19:24:47
29147         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
29148              from mainline
29149              
29150              Subject: podlators 1.06 released
29151              
29152              Subject: [PATCH @8436] Eliminate op_children
29153              
29154              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29155              
29156              (Replaced by #8448)  More op_children traces (cleanup of #8442).
29157              
29158              Subject: [PATCH #3 @8436] Re: Eliminate op_children
29159              Replace #8444 and #8445.
29160              
29161              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29162              at the setting of the ofs_sv in new_struct_thread() as the
29163              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
29164              uninitialized fields are, uh, initialized with),
29165              SvREFCNT_inc()ing that invited a core dump.
29166              
29167              podlators 1.07, from Russ Allbery.
29168              
29169              Subject: [PATCH] regcomp.c old feature removal
29170              From: mjd@plover.com
29171              Date: 16 Jan 2001 14:43:18 -0000 
29172              Message-ID: <20010116144318.7140.qmail@plover.com> 
29173      Branch: maint-5.6/perl
29174           +> lib/Pod/Text/Overstrike.pm
29175           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
29176           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
29177           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
29178           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
29179           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
29180           !> util.c
29181 ____________________________________________________________________________
29182 [  8620] By: gsar                                  on 2001/01/30  18:48:32
29183         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
29184              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
29185              now fails one test)
29186              
29187              Subject: [PATCH] lvalue AUTOLOAD. No, really.
29188              
29189              Subject: [PATCH] Interesting syntax idea
29190              Make opens + bareword assigns do typeglob assigns.
29191              
29192              Tests for #8254.
29193              
29194              Subject: [PATCH @8269] Continue blocks and B::Deparse
29195              Make the peephole optimizer to bypass more null ops and
29196              and rewrite the deparse handling of continue blocks.
29197              
29198              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29199              Doc tweak on #8313.
29200              
29201              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29202              
29203              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29204              
29205              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
29206              
29207              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29208              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29209              according to the platform.
29210              
29211              Subject: [PATCH @8404] Consolidated lvalue sub changes
29212              
29213              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29214              
29215              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29216              
29217              Subject: B::Concise -- an improved replacement for B::Terse 
29218              
29219              The B::Terse drop-in replacement wasn't quite drop-in.
29220              
29221              The LVRET macro needed an aTHX.
29222              
29223              Use the /^Perl_/-less form of is_lvalue_sub().
29224              
29225              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
29226      Branch: maint-5.6/perl
29227           +> ext/B/B/Concise.pm
29228           !> (integrate 27 files)
29229 ____________________________________________________________________________
29230 [  8619] By: nick                                  on 2001/01/30  18:40:28
29231         Log: Integrate mainline
29232      Branch: perlio
29233           !> (integrate 40 files)
29234 ____________________________________________________________________________
29235 [  8618] By: jhi                                   on 2001/01/30  18:37:18
29236         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
29237              Date: Mon, 29 Jan 2001 22:51:29 -0600
29238              From: "Craig A. Berry" <craigberry@mac.com>
29239              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
29240      Branch: perl
29241            ! vms/test.com
29242 ____________________________________________________________________________
29243 [  8617] By: jhi                                   on 2001/01/30  18:34:53
29244         Log: Subject: [PATCH] Add missing CV flags to dump.c
29245              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29246              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
29247              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
29248      Branch: perl
29249            ! dump.c
29250 ____________________________________________________________________________
29251 [  8616] By: jhi                                   on 2001/01/30  18:20:58
29252         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
29253              part isn't applicable to maintperl.
29254              
29255              UTF-8 nit from Inaba Hiroto.
29256      Branch: maint-5.6/perl
29257           !> pod/perlapi.pod utf8.c
29258 ____________________________________________________________________________
29259 [  8615] By: jhi                                   on 2001/01/30  18:18:51
29260         Log: UTF-8 nit from Inaba Hiroto.
29261      Branch: perl
29262            ! pod/perlapi.pod t/op/each.t utf8.c
29263 ____________________________________________________________________________
29264 [  8614] By: jhi                                   on 2001/01/30  18:13:38
29265         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
29266              
29267              perl's internal variables are not for public consumption,
29268              move their docs from perlapi.pod to perlintern.pod
29269              
29270              support for -Dusethreads build under HP-UX 10.20 and DCE threads
29271              library (11.0 and later have pthreads but 10.x don't)
29272              
29273              avoid uninitialized value warnings
29274              
29275              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29276              gets weird results)
29277              
29278              perldoc nit on windows
29279              
29280              make it possible to run the tests outside the source tree
29281              (there's still a dependency on ../lib being the library
29282              location)
29283      Branch: perl
29284           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
29285           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
29286           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
29287           !> win32/bin/search.pl win32/vdir.h
29288 ____________________________________________________________________________
29289 [  8613] By: gsar                                  on 2001/01/30  16:39:59
29290         Log: make it possible to run the tests outside the source tree
29291              (there's still a dependency on ../lib being the library
29292              location)
29293      Branch: maint-5.6/perl
29294            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
29295 ____________________________________________________________________________
29296 [  8612] By: gsar                                  on 2001/01/30  16:31:12
29297         Log: perldoc nit on windows
29298      Branch: maint-5.6/perl
29299            ! utils/perldoc.PL
29300 ____________________________________________________________________________
29301 [  8611] By: gsar                                  on 2001/01/30  16:22:54
29302         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29303              gets weird results)
29304      Branch: maint-5.6/perl
29305            ! win32/vdir.h
29306 ____________________________________________________________________________
29307 [  8610] By: gsar                                  on 2001/01/30  16:12:45
29308         Log: avoid uninitialized value warnings
29309      Branch: maint-5.6/perl
29310            ! win32/bin/search.pl
29311 ____________________________________________________________________________
29312 [  8609] By: gsar                                  on 2001/01/30  16:08:01
29313         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
29314              library (11.0 and later have pthreads but 10.x don't)
29315      Branch: maint-5.6/perl
29316            ! hints/hpux.sh thread.h
29317 ____________________________________________________________________________
29318 [  8608] By: gsar                                  on 2001/01/30  15:48:55
29319         Log: perl's internal variables are not for public consumption,
29320              move their docs from perlapi.pod to perlintern.pod
29321      Branch: maint-5.6/perl
29322            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
29323            ! thrdvar.h
29324 ____________________________________________________________________________
29325 [  8607] By: gsar                                  on 2001/01/30  15:44:27
29326         Log: mistakenly branched perl56delta.pod, revert
29327      Branch: maint-5.6/perl
29328            - pod/perl56delta.pod
29329           !> pod/perldelta.pod
29330 ____________________________________________________________________________
29331 [  8606] By: gsar                                  on 2001/01/30  14:20:24
29332         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
29333              dTHR which has been a noop for a while now, except for the
29334              compatibility definition in thread.h)
29335      Branch: maint-5.6/perl
29336           !> (integrate 45 files)
29337 ____________________________________________________________________________
29338 [  8605] By: jhi                                   on 2001/01/30  05:43:58
29339         Log: Mark the UTF-8 APIs as experimental.
29340      Branch: maint-5.6/perl
29341            ! embed.pl pod/perlapi.pod
29342 ____________________________________________________________________________
29343 [  8604] By: jhi                                   on 2001/01/30  05:38:40
29344         Log: Nits from earlier integrates.
29345      Branch: maint-5.6/perl
29346            ! lib/Carp/Heavy.pm
29347           !> sv.c
29348 ____________________________________________________________________________
29349 [  8603] By: jhi                                   on 2001/01/30  05:27:26
29350         Log: Regenerate Porting files.
29351      Branch: maint-5.6/perl
29352            ! Porting/Glossary Porting/config.sh Porting/config_H
29353 ____________________________________________________________________________
29354 [  8602] By: jhi                                   on 2001/01/30  05:14:59
29355         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
29356              8310,8339,8447,8492,8493,8505,8525: documentation changes.
29357              
29358              Subject: Re: perlfaq style changes
29359              
29360              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29361              
29362              Subject: [PATCH] docs on NaN
29363              
29364              Subject: [patch] perlfaq7
29365              
29366              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29367              
29368              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29369              
29370              Subject: [PATCH] open() example in perlfunc.pod
29371              
29372              Podify README.mpeix (a new version from the web)
29373              
29374              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29375              
29376              Subject: [PATCH] format and rewording in perlfaq.pod
29377              
29378              Subject: [PATCH] API Variable documentation   
29379              
29380              Memory management calls documentation.
29381              
29382              Subject: [PATCH: perl@8482] README.vms URL updates
29383              
29384              Subject: Minor typos in perlfaq2.pod
29385              
29386              Subject: [PATCH] pod/perlvar.pod
29387      Branch: maint-5.6/perl
29388           +> pod/perl56delta.pod
29389            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29390           !> README.amiga README.epoc README.mpeix README.vms
29391           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
29392           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
29393           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
29394           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
29395           !> pod/perlvar.pod thrdvar.h
29396 ____________________________________________________________________________
29397 [  8601] By: jhi                                   on 2001/01/30  04:38:35
29398         Log: Integrate changes #8036,8096,8253 from mainline:
29399              hints changes.
29400              
29401              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29402              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
29403              
29404              Output the (apparent) version of gcc in Tru64.
29405      Branch: maint-5.6/perl
29406           +> ext/POSIX/hints/svr4.pl
29407           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
29408           !> hints/svr4.sh t/lib/bigfltpm.t
29409 ____________________________________________________________________________
29410 [  8600] By: jhi                                   on 2001/01/30  04:04:01
29411         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
29412              locale fixes.
29413              
29414              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
29415              
29416              Debian allows /usr/bin/locale to exist without any locales. (7868)
29417              
29418              Allow the locale test needing POSIX and the taint test
29419              needing IPC::SysV to run under 'minitest' (basically,
29420              bail out if loading the extension fails). (8384)
29421              
29422              Cleanup the locale.t output  (8480)
29423      Branch: maint-5.6/perl
29424           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
29425           !> t/pragma/locale.t
29426 ____________________________________________________________________________
29427 [  8599] By: jhi                                   on 2001/01/30  03:51:04
29428         Log: Missing generated files from #8598.
29429      Branch: maint-5.6/perl
29430            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29431 ____________________________________________________________________________
29432 [  8598] By: jhi                                   on 2001/01/30  03:41:54
29433         Log: Integrate change #8555 from mainline, manually integrate parts
29434              of changes 8452 and 8583.
29435              
29436              Subject: [PATCH] utf8.c documentation (8452)
29437              
29438              No point in checking the length if the pointer is bogus. (8555)
29439              
29440              Introduce bytes_from_utf8() and implement sv_eq() using it,
29441              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
29442              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
29443              was malformed. (8583)
29444      Branch: maint-5.6/perl
29445            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
29446           !> pod/perlapi.pod sv.c utf8.c
29447 ____________________________________________________________________________
29448 [  8597] By: gsar                                  on 2001/01/30  02:37:26
29449         Log: get PERL_OBJECT build going again on windows
29450      Branch: maint-5.6/perl
29451            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29452            ! pod/perlapi.pod proto.h sv.c
29453 ____________________________________________________________________________
29454 [  8596] By: jhi                                   on 2001/01/30  02:16:17
29455         Log: Signedness nit.
29456      Branch: perl
29457            ! sv.c
29458 ____________________________________________________________________________
29459 [  8595] By: jhi                                   on 2001/01/30  02:11:07
29460         Log: EBCDIC patch for Storable, from Peter Prymmer.
29461      Branch: perl
29462            ! t/lib/st-06compat.t
29463 ____________________________________________________________________________
29464 [  8594] By: jhi                                   on 2001/01/30  01:04:48
29465         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
29466              From: Peter Prymmer <pvhp@forte.com>
29467              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
29468              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
29469      Branch: perl
29470            ! t/lib/b.t
29471 ____________________________________________________________________________
29472 [  8593] By: jhi                                   on 2001/01/30  00:56:47
29473         Log: Subject: [PATCH: perl@8585] pod problems in io
29474              From: Peter Prymmer <pvhp@forte.com>
29475              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
29476              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
29477      Branch: perl
29478            ! pod/perlapio.pod pod/perliol.pod
29479 ____________________________________________________________________________
29480 [  8592] By: jhi                                   on 2001/01/30  00:48:20
29481         Log: Integrate perlio.
29482      Branch: perl
29483           !> pod/perlapio.pod pod/perliol.pod
29484 ____________________________________________________________________________
29485 [  8591] By: nick                                  on 2001/01/29  22:02:28
29486         Log: GNU 'merge' Simon's copy of perliol.pod with version
29487              patched by Craig's patch.
29488      Branch: perlio
29489            ! pod/perliol.pod
29490 ____________________________________________________________________________
29491 [  8590] By: nick                                  on 2001/01/29  21:55:10
29492         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
29493      Branch: perlio
29494            ! pod/perlapio.pod pod/perliol.pod
29495 ____________________________________________________________________________
29496 [  8589] By: jhi                                   on 2001/01/29  15:35:33
29497         Log: Integrate change #8586 from maint-5.6/perl.
29498              
29499              make the BOM detection code not call tell() until it has to
29500              (meant to fix esoteric compatibility issues where PL_rsfp
29501              is overridden)
29502      Branch: perl
29503           !> toke.c
29504 ____________________________________________________________________________
29505 [  8588] By: jhi                                   on 2001/01/29  15:29:11
29506         Log: Subject: MAking Solaris malloc() the default
29507              From: Lupe Christoph <lupe@lupe-christoph.de>
29508              Date: Mon, 29 Jan 2001 12:59:36 +0100
29509              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
29510              
29511              The README.solaris part slightly tweaked.
29512      Branch: perl
29513            ! README.solaris hints/solaris_2.sh
29514 ____________________________________________________________________________
29515 [  8587] By: jhi                                   on 2001/01/29  15:17:34
29516         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
29517              From: root@ak-75.mind.de
29518              Date: Sun, 28 Jan 2001 20:32:29 +0100
29519              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
29520      Branch: perl
29521            ! pod/perlre.pod
29522 ____________________________________________________________________________
29523 [  8586] By: gsar                                  on 2001/01/29  13:43:44
29524         Log: make the BOM detection code not call tell() until it has to
29525              (meant to fix esoteric compatibility issues where PL_rsfp
29526              is overridden)
29527      Branch: maint-5.6/perl
29528            ! toke.c
29529 ____________________________________________________________________________
29530 [  8585] By: jhi                                   on 2001/01/28  20:05:45
29531         Log: Update Changes.
29532      Branch: perl
29533            ! Changes patchlevel.h
29534 ____________________________________________________________________________
29535 [  8584] By: jhi                                   on 2001/01/28  19:30:02
29536         Log: Integrate perlio.
29537      Branch: perl
29538           +> pod/perliol.pod
29539           !> MANIFEST pod/perlapio.pod
29540 ____________________________________________________________________________
29541 [  8583] By: jhi                                   on 2001/01/28  19:28:40
29542         Log: Patch from Inaba Hiroto:
29543              - canonical UTF-8 hash keys: if a key string for a hash is
29544              UTF8-on, try downgrade the string and use it if
29545              unicode::distinct is not in effect.
29546              For the task, I added a function bytes_from_utf8() to utf8.c.
29547              It might resemble utf8_to_bytes() but it is not convenient
29548              to the task.
29549              Made a test for it and added to t/op/each.t
29550              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
29551              the mortal copy of the argument SV.
29552              And changed t/io/utf8.t test 18 which expects print() to
29553              upgrade its argument.
29554              - re-implement sv_eq with bytes_from_utf8()
29555              - some bug fixes
29556              - tr/// does not handle UTF8 range (\x{}-\x{})
29557              - \ before raw UTF8 character produced
29558              "Malformed UTF-8 character" warning.
29559              - "\x{100}\N{CENT SIGN}" is Malformed.
29560              Added tests for these 3.
29561              - and one silly bug (by me) with qu operator.
29562      Branch: perl
29563            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
29564            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
29565            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
29566 ____________________________________________________________________________
29567 [  8582] By: nick                                  on 2001/01/28  19:25:04
29568         Log: Add pod/perliol.pod to MANIFEST :-(
29569      Branch: perlio
29570            ! MANIFEST
29571 ____________________________________________________________________________
29572 [  8581] By: nick                                  on 2001/01/28  19:22:40
29573         Log: PerlIO documentation. Proofing and sub-editing requested.
29574      Branch: perlio
29575            + pod/perliol.pod
29576            ! pod/perlapio.pod
29577 ____________________________________________________________________________
29578 [  8580] By: jhi                                   on 2001/01/28  05:16:25
29579         Log: Revert the change to sv_2pv() done by #8054: Someone who
29580              did SvNV_set() on a scalar that also happened to be POK,
29581              followed by sv_2pv() won't get the right coercion anymore.
29582              [Sarathy]
29583      Branch: maint-5.6/perl
29584            ! sv.c
29585 ____________________________________________________________________________
29586 [  8579] By: jhi                                   on 2001/01/28  05:15:04
29587         Log: Remove the #8084 effect: do not allow -Q to be interpreted
29588              as -&Q(), this is too much wiggle room.
29589      Branch: maint-5.6/perl
29590            ! toke.c
29591 ____________________________________________________________________________
29592 [  8578] By: jhi                                   on 2001/01/28  05:12:45
29593         Log: Needed bits of #8439 (should have been in #8576),
29594              mainly for lval substr().
29595      Branch: maint-5.6/perl
29596            ! mg.c pp.c pp_hot.c
29597 ____________________________________________________________________________
29598 [  8577] By: jhi                                   on 2001/01/28  05:02:46
29599         Log: A missing check-in.
29600      Branch: maint-5.6/perl
29601            ! utf8.c
29602 ____________________________________________________________________________
29603 [  8576] By: jhi                                   on 2001/01/28  04:26:18
29604         Log: Integrate changes #8425,8436,8439,8517 from mainline.
29605              The 8439 was not truly integrated because it had too many
29606              dependencies on the development branch and because it introduced
29607              concepts too bold for a maintenance branch (such as the qu operator).
29608              
29609              Subject: [PATCH perl@8342] -Wformat
29610              
29611              Tighten some of the UTF-8 tests a bit.
29612              
29613              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
29614              - The substr lval was still not okay.
29615              - Now pp_stringify and sv_setsv copies source's UTF8 flag
29616              even if IN_BYTE.  pp_stringify is called from fold_constants
29617              at optimization phase and "\x{100}" was made SvUTF8_off under
29618              use bytes (the bytes pragma is for "byte semantics" and not
29619              for "do not produce UTF8 data")
29620      Branch: maint-5.6/perl
29621            ! t/lib/charnames.t t/op/substr.t toke.c
29622           !> sv.c t/pragma/utf8.t
29623 ____________________________________________________________________________
29624 [  8575] By: jhi                                   on 2001/01/28  04:01:51
29625         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
29626              
29627              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
29628              
29629              Subject: [ID 20001230.003] UTF-8 tr still hurts
29630              
29631              Test cases for #8385 (from Simon's "torture.pl")
29632              
29633              Start fixing UTF-8 lval substr() (8405)
29634      Branch: maint-5.6/perl
29635           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
29636           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
29637 ____________________________________________________________________________
29638 [  8574] By: jhi                                   on 2001/01/28  03:09:06
29639         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
29640              from mainline.
29641              
29642              UTF-8 cleanup.
29643              
29644              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
29645              
29646              "\x{FF}\xFF" was broken.
29647              
29648              Tests for #8329 and #8330.
29649              
29650              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
29651              
29652              IRIX compiler noticed that the bof initialization might be
29653              bypassed by control flow.
29654              
29655              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
29656      Branch: maint-5.6/perl
29657           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29658           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
29659 ____________________________________________________________________________
29660 [  8573] By: jhi                                   on 2001/01/28  02:06:12
29661         Log: Retract #8552.
29662      Branch: perl
29663            ! lib/Text/Wrap.pm t/lib/textwrap.t
29664 ____________________________________________________________________________
29665 [  8572] By: jhi                                   on 2001/01/28  02:04:49
29666         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
29667              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
29668              not really integrated but instead salvaged by hand
29669              (they had too many dependencies on the development release
29670              to be cleanly integratable).
29671              
29672              Subject: more UTF8 test suites and an UTF8 patch
29673              
29674              Tweak for MULTIPLICITY/USE_PERLIO
29675              
29676              Signedness nit.
29677              
29678              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
29679              
29680              Use the UTF8_XXX macros in is_utf8_char().
29681              
29682              Rewrite pp_concat() in terms of sv_catsv().  The . operator
29683              should now be UTF-8-proof.
29684              
29685              Subject: [PATCH perl@8269] scanning two hex-constants
29686              fails on EBCDIC environment (script length.t)
29687              
29688              Add some Unicode chop() tests.
29689      Branch: maint-5.6/perl
29690            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
29691           !> sv.c t/op/chop.t utf8.h
29692 ____________________________________________________________________________
29693 [  8571] By: jhi                                   on 2001/01/28  00:35:59
29694         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
29695              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
29696              
29697              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
29698              
29699              The maxiters upper limit sanity check (guarding against
29700              non-progress) assumed bytes instead of characters in s///
29701              and split().
29702              
29703              Signedness nit.
29704              
29705              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
29706              join() should now be UTF-8-proof.
29707              
29708              More split // UTF-8 tests. (8250)
29709      Branch: maint-5.6/perl
29710           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
29711           !> util.c
29712 ____________________________________________________________________________
29713 [  8570] By: jhi                                   on 2001/01/27  22:15:46
29714         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
29715              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
29716              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
29717              8084,8204,8244,8333 from mainline.
29718              
29719              For -Q where Q might be a one-letter sub name one does no more
29720              get a warning about an unknown filetest (7941,7943,7944,8084).
29721              
29722              Subject: Re: [ID 20001130.011] expression parsing bug ?
29723              
29724              Make uv_to_utf8() to zero-terminate its output buffer.
29725              
29726              Split off t/op/length.t (7995)
29727              
29728              Split off t/op/utf8decode.t (7996)
29729              
29730              Remove an unnecessary 'use utf8' from the utf8.t (7998)
29731              
29732              Split off t/op/concat.t (8004)
29733              
29734              Split off t/op/ver.t (8005)
29735              
29736              Document utf8_length(), utf8_distance(), and utf8_hop().
29737              
29738              Document utf8_to_uv() better.
29739              
29740              Introduce macros for UTF8 decoding (8028,8033).
29741              
29742              Add test for reverse() (8030,8031).
29743              
29744              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
29745              
29746              Do not return the Unicode replacement character    on UTF-8
29747              decoding failure.
29748              
29749              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
29750              not this_utf8 i.e. the output string has one, but don't mess
29751              with source assumption. (8052,8053)
29752              
29753              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
29754              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
29755              was not expecting to be called with something that was already
29756              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
29757              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29758              (8054)
29759              
29760              Recode the naughty binary bytes in utf8decode.t using the \xHH.
29761              
29762              Make some panic messages a bit more logical.
29763      Branch: maint-5.6/perl
29764           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
29765           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
29766           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
29767           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
29768           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
29769           !> utf8.c utf8.h
29770 ____________________________________________________________________________
29771 [  8569] By: jhi                                   on 2001/01/27  19:16:43
29772         Log: Integrate changes #7750 from perlio and #8566 from mainline.
29773      Branch: maint-5.6/perl
29774           !> regexec.c sv.c
29775 ____________________________________________________________________________
29776 [  8568] By: jhi                                   on 2001/01/27  18:06:51
29777         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
29778              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
29779              7935[-perlio.c],7936,7959,7965 from mainline.
29780              
29781              Change the "big byte" error message to "Wide character".
29782              (7355, the croak-if-wide-chars-in-print part ignored)
29783              
29784              Use UINT64_C().
29785              
29786              Introduce Perl_utf8_length().
29787              
29788              diff -se shows these as different (7753, forgotten check-ins)
29789              
29790              Subject: [PATCH] doop.c - UTF8 tr///
29791              
29792              If we use (aTHX_ ...) then put Perl_ on the front.
29793              
29794              Make utf8_length() and utf8_distance() to be less forgiving
29795              about bad UTF-8.
29796              
29797              Test line numbers are different with utf8.
29798              
29799              No need to scan till infinity, 13 is enough. (7872,7911)
29800              
29801              Subject: [PATCH] Tokeniser debugging
29802              
29803              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
29804              
29805              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
29806              
29807              Be more careful in Perl_sv_utf8_downgrade().
29808              
29809              Use DO_UTF8().
29810              
29811              Raw zero bytes in text files confuse at least GNU patch 2.1.
29812      Branch: maint-5.6/perl
29813           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
29814           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
29815           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
29816           !> t/pragma/utf8.t toke.c utf8.c utf8.h
29817 ____________________________________________________________________________
29818 [  8567] By: nick                                  on 2001/01/27  11:10:38
29819         Log: Integrate mainline
29820      Branch: perlio
29821           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
29822           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
29823           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
29824           !> toke.c
29825 ____________________________________________________________________________
29826 [  8566] By: jhi                                   on 2001/01/27  06:22:48
29827         Log: More documentation for the regexp context stack.
29828      Branch: perl
29829            ! regexec.c
29830 ____________________________________________________________________________
29831 [  8565] By: jhi                                   on 2001/01/27  05:21:57
29832         Log: Update Changes.
29833      Branch: perl
29834            ! Changes patchlevel.h
29835 ____________________________________________________________________________
29836 [  8564] By: jhi                                   on 2001/01/27  04:44:04
29837         Log: Threadedness patch for #8562 from Doug MacEachern.
29838      Branch: perl
29839            ! toke.c
29840 ____________________________________________________________________________
29841 [  8563] By: jhi                                   on 2001/01/27  04:26:24
29842         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
29843              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29844              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
29845              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
29846      Branch: perl
29847            ! op.c
29848 ____________________________________________________________________________
29849 [  8562] By: jhi                                   on 2001/01/27  04:20:30
29850         Log: Subject: Re: Announce : Tokener reporting patch
29851              From: Simon Cozens <simon@cozens.net>
29852              Date: Mon, 22 Jan 2001 02:17:22 +0000
29853              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
29854      Branch: perl
29855            ! embed.h embed.pl proto.h toke.c
29856 ____________________________________________________________________________
29857 [  8561] By: jhi                                   on 2001/01/27  04:17:24
29858         Log: Forgot from #8545.  Oops.
29859      Branch: perl
29860            ! pp.c t/pragma/overload.t
29861 ____________________________________________________________________________
29862 [  8560] By: jhi                                   on 2001/01/27  03:01:47
29863         Log: A better module compilation test, use MANIFEST as suggested
29864              by Spider.
29865      Branch: perl
29866            ! t/lib/1_compile.t
29867 ____________________________________________________________________________
29868 [  8559] By: jhi                                   on 2001/01/27  02:50:48
29869         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
29870              From: Peter Prymmer <pvhp@forte.com>
29871              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
29872              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
29873      Branch: perl
29874            ! t/lib/b.t
29875 ____________________________________________________________________________
29876 [  8558] By: jhi                                   on 2001/01/27  02:27:05
29877         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
29878              From: Peter Prymmer <pvhp@forte.com>
29879              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
29880              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
29881      Branch: perl
29882            ! t/pragma/sub_lval.t
29883 ____________________________________________________________________________
29884 [  8557] By: jhi                                   on 2001/01/27  02:26:03
29885         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
29886              From: Peter Prymmer <pvhp@forte.com>
29887              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
29888              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
29889      Branch: perl
29890            ! t/lib/st-06compat.t
29891 ____________________________________________________________________________
29892 [  8556] By: jhi                                   on 2001/01/27  02:24:33
29893         Log: Subject: [PATCH: perl@8531] minor update to README.os390
29894              From: Peter Prymmer <pvhp@forte.com>
29895              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
29896              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
29897      Branch: perl
29898            ! README.os390
29899 ____________________________________________________________________________
29900 [  8555] By: jhi                                   on 2001/01/27  00:35:47
29901         Log: No point in checking the length before we know whether the pointer
29902              is bogus or not, fixes Abigail's odbm failures in Linux.
29903      Branch: perl
29904            ! sv.c
29905 ____________________________________________________________________________
29906 [  8554] By: nick                                  on 2001/01/26  19:01:31
29907         Log: Integrate mainline
29908      Branch: perlio
29909           !> lib/Text/Wrap.pm t/lib/textwrap.t
29910 ____________________________________________________________________________
29911 [  8553] By: jhi                                   on 2001/01/26  15:19:39
29912         Log: Integrate change #7792 from perlio (multiplicity fix),
29913              fix the AV leak in regex DEBUGGING (tiny part of the
29914              polymorphic regexp patch #8143).
29915      Branch: maint-5.6/perl
29916            ! regcomp.c
29917           !> scope.h
29918 ____________________________________________________________________________
29919 [  8552] By: jhi                                   on 2001/01/26  15:03:23
29920         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
29921              From: Michael G Schwern <schwern@pobox.com>
29922              Date: Fri, 26 Jan 2001 09:28:31 -0500
29923              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
29924      Branch: perl
29925            ! lib/Text/Wrap.pm t/lib/textwrap.t
29926 ____________________________________________________________________________
29927 [  8551] By: jhi                                   on 2001/01/26  02:33:19
29928         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
29929              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
29930              
29931              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
29932              
29933              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
29934              
29935              Message nit.
29936              
29937              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
29938              
29939              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
29940              
29941              (the cleanup of unused submatches in regtry() and regcppop())
29942              
29943              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
29944              stored and restored, and thusly was trounced by the utf8 swash
29945              routines.
29946              
29947              use utf8 not required to use \x{}.
29948              
29949              Removed two more tests that make no sense in UTF-8 since the test
29950              data is not in UTF-8.
29951              
29952              Get the three different space character classes right under utf8.
29953              
29954              Implement ANYOFUTF8 regprop() dumping.
29955              
29956              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
29957              
29958              Document the regex context pushing/popping a bit better.
29959      Branch: maint-5.6/perl
29960           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
29961           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
29962           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
29963           !> t/op/regmesg.t utf8.c
29964 ____________________________________________________________________________
29965 [  8550] By: nick                                  on 2001/01/25  19:42:30
29966         Log: Integrate mainline
29967      Branch: perlio
29968           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
29969           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
29970           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
29971           !> t/lib/bigint.t t/lib/bigintpm.t
29972 ____________________________________________________________________________
29973 [  8549] By: jhi                                   on 2001/01/25  15:22:28
29974         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
29975      Branch: maint-5.6/perl
29976            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
29977 ____________________________________________________________________________
29978 [  8548] By: jhi                                   on 2001/01/25  15:02:55
29979         Log: Integrate changes #7997,8063,8492,8547 from mainline.
29980              
29981              Subject: Re: STRLEN - what?
29982              
29983              Subject: [PATCH] perlguts.pod
29984              
29985              Memory management calls documentation.
29986              
29987              Layout using tabulator is not a good idea in a pod.
29988      Branch: maint-5.6/perl
29989           !> pod/perlguts.pod
29990 ____________________________________________________________________________
29991 [  8547] By: jhi                                   on 2001/01/25  14:49:05
29992         Log: Layout using tabulator is not a good idea in a pod.
29993      Branch: perl
29994            ! pod/perlguts.pod
29995 ____________________________________________________________________________
29996 [  8546] By: jhi                                   on 2001/01/25  14:31:12
29997         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
29998              from mainline.
29999              
30000              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30001              
30002              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30003              
30004              More Win32 editor/IDE/shell hints.
30005              
30006              More Win32 Perling.
30007              
30008              Yet another editor edit.
30009              
30010              Edit edit edit.
30011              
30012              IDE/editor section tweaking.
30013              
30014              Few more IDE/editor nits from p5p.
30015      Branch: maint-5.6/perl
30016           !> pod/perlfaq3.pod
30017 ____________________________________________________________________________
30018 [  8545] By: jhi                                   on 2001/01/25  04:16:32
30019         Log: Subject: [PATCH 5.7.0] overload int()
30020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30021              Date: Wed, 24 Jan 2001 19:06:57 -0500
30022              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
30023      Branch: perl
30024            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
30025            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
30026            ! t/lib/bigintpm.t
30027 ____________________________________________________________________________
30028 [  8544] By: jhi                                   on 2001/01/25  04:15:11
30029         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
30030              From: Peter Prymmer <pvhp@forte.com>
30031              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
30032              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
30033      Branch: perl
30034            ! Makefile.SH README.os390 hints/os390.sh installperl
30035 ____________________________________________________________________________
30036 [  8543] By: jhi                                   on 2001/01/25  03:52:08
30037         Log: Integrate change #8462,8469 from mainline.
30038              
30039              In VMS Perl subversion (perl -V) is undef.
30040      Branch: maint-5.6/perl
30041           !> configure.com
30042 ____________________________________________________________________________
30043 [  8542] By: jhi                                   on 2001/01/25  03:44:55
30044         Log: Integrate changes #7835,7850,8315,8316 from mainline.
30045              
30046              Solaris hints.
30047      Branch: maint-5.6/perl
30048           !> hints/solaris_2.sh
30049 ____________________________________________________________________________
30050 [  8541] By: jhi                                   on 2001/01/25  03:39:28
30051         Log: Integrate #8336 from mainline.
30052      Branch: maint-5.6/perl
30053           !> hv.c
30054 ____________________________________________________________________________
30055 [  8540] By: jhi                                   on 2001/01/25  03:23:50
30056         Log: Retract #8539.
30057      Branch: maint-5.6/perl
30058            ! pod/perlfaq3.pod
30059 ____________________________________________________________________________
30060 [  8539] By: jhi                                   on 2001/01/25  03:21:55
30061         Log: (Retracted by #5940.)
30062      Branch: maint-5.6/perl
30063            ! pod/perlfaq3.pod
30064 ____________________________________________________________________________
30065 [  8538] By: jhi                                   on 2001/01/25  03:14:07
30066         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
30067              From: Peter Prymmer <pvhp@forte.com>
30068              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
30069              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
30070              
30071              The VMS bits.
30072      Branch: maint-5.6/perl
30073            ! configure.com vms/descrip_mms.template
30074 ____________________________________________________________________________
30075 [  8537] By: jhi                                   on 2001/01/25  03:06:09
30076         Log: Integrate #7710,7824,7973 from mainline.
30077      Branch: maint-5.6/perl
30078           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30079           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
30080           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
30081           !> vos/config.ga.def vos/config.ga.h win32/config.bc
30082           !> win32/config.gc win32/config.vc
30083 ____________________________________________________________________________
30084 [  8536] By: jhi                                   on 2001/01/24  13:50:20
30085         Log: Revert the edits made by me so far to the 5.6 branch since
30086              the TRIAL1 since I did edits when I should have been using
30087              integrates.  Bad programmer.   (Will integrate them properly later.)
30088              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
30089              The #8353 will not be reapplied at least for now since
30090              the UTF-8 hash keys need more thinking.
30091              (The patches #8347, #8354, #8454, #8473 were okay since they
30092              were original edits made specifically for the 5.6.1-TRIAL1.)
30093      Branch: maint-5.6/perl
30094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30095            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
30096            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
30097            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
30098            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
30099            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30100            ! win32/config.bc win32/config.gc win32/config.vc
30101 ____________________________________________________________________________
30102 [  8535] By: bailey                                on 2001/01/24  06:37:02
30103         Log: SYN SYN
30104      Branch: vmsperl
30105           +> (branch 26 files)
30106           !> (integrate 130 files)
30107 ____________________________________________________________________________
30108 [  8534] By: nick                                  on 2001/01/23  19:30:57
30109         Log: Integrate mainline.
30110      Branch: perlio
30111           !> Changes Configure Porting/Glossary Porting/config.sh
30112           !> Porting/config_H embed.h embed.pl ext/Encode/compile
30113           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
30114           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
30115           !> pod/perlvar.pod proto.h t/lib/1_compile.t
30116 ____________________________________________________________________________
30117 [  8533] By: jhi                                   on 2001/01/23  16:15:46
30118         Log: Forgotten from #8501.
30119      Branch: perl
30120            ! Porting/Glossary Porting/config.sh Porting/config_H
30121 ____________________________________________________________________________
30122 [  8532] By: jhi                                   on 2001/01/23  16:13:27
30123         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
30124              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30125              Date: Mon, 22 Jan 2001 17:51:58 +0100
30126              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
30127      Branch: perl
30128            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
30129 ____________________________________________________________________________
30130 [  8531] By: jhi                                   on 2001/01/23  15:46:01
30131         Log: Update Changes.
30132      Branch: perl
30133            ! Changes patchlevel.h
30134 ____________________________________________________________________________
30135 [  8530] By: jhi                                   on 2001/01/23  15:38:39
30136         Log: De-cut-and-pasto.
30137      Branch: perl
30138            ! t/lib/1_compile.t
30139 ____________________________________________________________________________
30140 [  8529] By: jhi                                   on 2001/01/23  15:11:04
30141         Log: Document the mkdir trailing slashes case.
30142      Branch: perl
30143            ! pod/perlfunc.pod
30144 ____________________________________________________________________________
30145 [  8528] By: jhi                                   on 2001/01/23  15:08:28
30146         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
30147              get installed:
30148              
30149              Subject: lib/lib.pm
30150              From: <abigail@foad.org>
30151              Date: Mon, 28 Aug 2000 20:35:08 -0400
30152              Message-ID: <20000829003508.21281.qmail@foad.org>
30153      Branch: perl
30154            ! installperl
30155 ____________________________________________________________________________
30156 [  8527] By: jhi                                   on 2001/01/23  14:44:04
30157         Log: Metaconfig unit change for #8526.
30158      Branch: metaconfig
30159            ! U/threads/archname.U
30160 ____________________________________________________________________________
30161 [  8526] By: jhi                                   on 2001/01/23  14:43:19
30162         Log: Attach -perlio to the archname if so selected.
30163      Branch: perl
30164            ! Configure
30165 ____________________________________________________________________________
30166 [  8525] By: jhi                                   on 2001/01/23  14:24:01
30167         Log: Subject: [PATCH] pod/perlvar.pod
30168              From: abigail@foad.org
30169              Date: Tue, 23 Jan 2001 01:41:10 +0100
30170              Message-ID: <20010123004110.22259.qmail@foad.org>
30171      Branch: perl
30172            ! pod/perlvar.pod
30173 ____________________________________________________________________________
30174 [  8524] By: jhi                                   on 2001/01/23  14:22:32
30175         Log: A bug introduced in #8217 (the undefined variable in the
30176              lib/safe1_t #3) fixed, by Charles Lane:
30177              
30178              The earlier patch made it so that stuff running in Safe
30179              compartments could do a "caller" and see "main".  That
30180              little change in name is done right before the code in
30181              the compartment is run, and apparantly the parser
30182              was picking up the stash name before it got changed.
30183              
30184              (why it was threaded vs. unthreaded Perl that was sensitive to this
30185              I still don't know...and it probably doesn't matter).
30186              
30187              I tryed removing the stash name-change and saw that threaded Perl
30188              did indeed pass the lib/safe1.t tests.
30189              
30190              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
30191              do the name change (and to connect _ in the compartment to the global
30192              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
30193              to call _safe_pkg_prep when creating a new compartment.
30194              
30195              Passes all tests with threaded perl on linux; passes all tests
30196              with unthreaded perl on VMS.
30197              
30198              At some point I'll probably want to revisit Safe and Opcode to
30199              provide more sensible handling of global variables...and to get
30200              formats working in Safe compartments, which they don't do currently.
30201      Branch: perl
30202            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
30203 ____________________________________________________________________________
30204 [  8523] By: jhi                                   on 2001/01/23  14:11:58
30205         Log: Also the lib/Thread.pm itself needs to be ignored if
30206              the Thread extension hasn't been built.
30207      Branch: perl
30208            ! t/lib/1_compile.t
30209 ____________________________________________________________________________
30210 [  8522] By: jhi                                   on 2001/01/23  13:51:28
30211         Log: print() instead of warn() so that stderr doesn't get
30212              unncessarily polluted.
30213      Branch: perl
30214            ! ext/Encode/compile
30215 ____________________________________________________________________________
30216 [  8521] By: jhi                                   on 2001/01/23  13:49:48
30217         Log: Integrate perlio.
30218      Branch: perl
30219           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
30220           !> ext/Encode/encode.h
30221 ____________________________________________________________________________
30222 [  8520] By: nick                                  on 2001/01/22  21:44:00
30223         Log: More messing with Encode:
30224              Extra fields in header to allow multiple names and to record
30225              other things "compile" knows.
30226              Re-organise compile to factor out common output routines.
30227      Branch: perlio
30228            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
30229 ____________________________________________________________________________
30230 [  8519] By: nick                                  on 2001/01/22  20:33:50
30231         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
30232      Branch: perlio
30233            ! ext/Encode/Makefile.PL ext/Encode/compile
30234 ____________________________________________________________________________
30235 [  8518] By: nick                                  on 2001/01/22  20:28:13
30236         Log: Integrate mainline
30237      Branch: perlio
30238           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
30239           !> vos/config.alpha.def vos/config.alpha.h
30240 ____________________________________________________________________________
30241 [  8517] By: jhi                                   on 2001/01/22  15:37:17
30242         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
30243              by Inaba Hiroto.
30244      Branch: perl
30245            ! sv.c
30246 ____________________________________________________________________________
30247 [  8516] By: jhi                                   on 2001/01/22  14:55:15
30248         Log: More SIG_SIZE fixes.
30249      Branch: perl
30250            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
30251 ____________________________________________________________________________
30252 [  8515] By: jhi                                   on 2001/01/22  14:50:27
30253         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30254              From: "Craig A. Berry" <craigberry@mac.com>
30255              Date: Mon, 22 Jan 2001 00:42:24 -0600
30256              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
30257      Branch: perl
30258            ! configure.com
30259 ____________________________________________________________________________
30260 [  8514] By: jhi                                   on 2001/01/22  14:31:17
30261         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
30262              From: "Craig A. Berry" <craigberry@mac.com>
30263              Date: Sun, 21 Jan 2001 23:03:25 -0600
30264              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
30265      Branch: perl
30266            ! configure.com
30267 ____________________________________________________________________________
30268 [  8513] By: jhi                                   on 2001/01/22  14:14:00
30269         Log: Add the .ucm encoding tables to the MANIFEST.
30270      Branch: perl
30271            ! MANIFEST
30272 ____________________________________________________________________________
30273 [  8512] By: jhi                                   on 2001/01/22  13:43:33
30274         Log: Integrate perlio.
30275      Branch: perl
30276           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30277           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30278           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30279           +> ext/Encode/Encode/iso8859-10.ucm
30280           +> ext/Encode/Encode/iso8859-13.ucm
30281           +> ext/Encode/Encode/iso8859-14.ucm
30282           +> ext/Encode/Encode/iso8859-15.ucm
30283           +> ext/Encode/Encode/iso8859-16.ucm
30284           +> ext/Encode/Encode/iso8859-2.ucm
30285           +> ext/Encode/Encode/iso8859-3.ucm
30286           +> ext/Encode/Encode/iso8859-4.ucm
30287           +> ext/Encode/Encode/iso8859-5.ucm
30288           +> ext/Encode/Encode/iso8859-6.ucm
30289           +> ext/Encode/Encode/iso8859-7.ucm
30290           +> ext/Encode/Encode/iso8859-8.ucm
30291           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30292           +> ext/Encode/Encode/symbol.ucm
30293           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
30294           !> perliol.h
30295 ____________________________________________________________________________
30296 [  8511] By: nick                                  on 2001/01/21  23:44:47
30297         Log: Make "real" layers of ":utf8" and ":raw".
30298              So now PERLIO=utf8 perl ...
30299              does what Andreas wanted.
30300              Fix arg passing in open.pm (still have a Carp issue).
30301      Branch: perlio
30302            ! lib/open.pm perlio.c perliol.h
30303 ____________________________________________________________________________
30304 [  8510] By: jhi                                   on 2001/01/21  22:56:53
30305         Log: Document the regex context pushing/popping a bit better.
30306      Branch: perl
30307            ! regexec.c
30308 ____________________________________________________________________________
30309 [  8509] By: jhi                                   on 2001/01/21  22:55:44
30310         Log: Tweak the mkdir trailing slash code some more.
30311              
30312              TO DO: the same handling should probably be done for
30313              all the other filesystem functions that can have directories
30314              as their arguments.
30315      Branch: perl
30316            ! pp_sys.c
30317 ____________________________________________________________________________
30318 [  8508] By: nick                                  on 2001/01/21  21:37:43
30319         Log: Switch "compiled in" encodings to .ucm format.
30320              (Leave others as .enc till we can run-time load .ucm,
30321              or find some other way to load them.)
30322      Branch: perlio
30323            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30324            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30325            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30326            + ext/Encode/Encode/iso8859-10.ucm
30327            + ext/Encode/Encode/iso8859-13.ucm
30328            + ext/Encode/Encode/iso8859-14.ucm
30329            + ext/Encode/Encode/iso8859-15.ucm
30330            + ext/Encode/Encode/iso8859-16.ucm
30331            + ext/Encode/Encode/iso8859-2.ucm
30332            + ext/Encode/Encode/iso8859-3.ucm
30333            + ext/Encode/Encode/iso8859-4.ucm
30334            + ext/Encode/Encode/iso8859-5.ucm
30335            + ext/Encode/Encode/iso8859-6.ucm
30336            + ext/Encode/Encode/iso8859-7.ucm
30337            + ext/Encode/Encode/iso8859-8.ucm
30338            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30339            + ext/Encode/Encode/symbol.ucm
30340            ! ext/Encode/Makefile.PL ext/Encode/compile
30341 ____________________________________________________________________________
30342 [  8507] By: nick                                  on 2001/01/21  21:02:03
30343         Log: Integrate (partial) mainline.
30344      Branch: perlio
30345           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
30346           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
30347           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30348 ____________________________________________________________________________
30349 [  8506] By: jhi                                   on 2001/01/21  20:09:30
30350         Log: Update Changes.
30351      Branch: perl
30352            ! Changes patchlevel.h
30353 ____________________________________________________________________________
30354 [  8505] By: jhi                                   on 2001/01/21  19:39:59
30355         Log: Subject: Minor typos in perlfaq2.pod
30356              From: "Stephen P. Potter" <spp@spotter.yi.org>
30357              Message-Id: <200101192101.QAA11911@spotter.yi.org>
30358              Date: Fri, 19 Jan 2001 16:01:13 -0500
30359              
30360              with a nit from Philip Netwon.
30361      Branch: perl
30362            ! pod/perlfaq2.pod
30363 ____________________________________________________________________________
30364 [  8504] By: jhi                                   on 2001/01/21  19:33:05
30365         Log: Metaconfig change for #8503.
30366      Branch: metaconfig
30367            ! U/threads/usethreads.U
30368 ____________________________________________________________________________
30369 [  8503] By: jhi                                   on 2001/01/21  19:32:21
30370         Log: Sanity check for conflicting thread flavours.
30371      Branch: perl
30372            ! Configure config_h.SH
30373 ____________________________________________________________________________
30374 [  8502] By: jhi                                   on 2001/01/21  19:23:00
30375         Log: Metaconfig change for #8501.
30376      Branch: metaconfig
30377            ! U/modified/sig_name.U
30378 ____________________________________________________________________________
30379 [  8501] By: jhi                                   on 2001/01/21  19:22:26
30380         Log: The SIG_SIZE is the number of the elements *excluding*
30381              the terminating NULL.
30382      Branch: perl
30383            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
30384            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
30385            ! win32/config_H.vc
30386 ____________________________________________________________________________
30387 [  8500] By: jhi                                   on 2001/01/21  18:31:31
30388         Log: Integrate perlio.
30389      Branch: perl
30390           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
30391           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
30392           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
30393           !> pp_sys.c proto.h sv.c
30394 ____________________________________________________________________________
30395 [  8499] By: jhi                                   on 2001/01/21  17:43:57
30396         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
30397              From: Hugo <hv@crypt.compulink.co.uk>
30398              Date: Sun, 21 Jan 2001 13:34:05 +0000
30399              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
30400              
30401              In sprintf UTF8ize only if necessary.
30402      Branch: perl
30403            ! sv.c
30404 ____________________________________________________________________________
30405 [  8498] By: nick                                  on 2001/01/21  16:25:32
30406         Log: Encode cleanup.
30407              Add command line control over "compile" so that Makefile.PL
30408              needs can be combined with other uses.
30409              Use command line options in Makefile.PL.
30410              Fix multi-byte parsing in .ucm files.
30411      Branch: perlio
30412            ! ext/Encode/Makefile.PL ext/Encode/compile
30413 ____________________________________________________________________________
30414 [  8497] By: nick                                  on 2001/01/21  12:56:27
30415         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
30416      Branch: perlio
30417            ! ext/Encode/Encode.xs
30418 ____________________________________________________________________________
30419 [  8496] By: nick                                  on 2001/01/21  12:18:45
30420         Log: Fixup after integrate:
30421              missed the .sym files that are changed by regen_headers
30422              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
30423      Branch: perlio
30424            ! global.sym pp.sym sv.c
30425 ____________________________________________________________________________
30426 [  8495] By: nick                                  on 2001/01/21  11:51:07
30427         Log: Integrate mainline.
30428      Branch: perlio
30429           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
30430           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
30431           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
30432           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
30433           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
30434           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
30435           !> win32/Makefile win32/makefile.mk
30436 ____________________________________________________________________________
30437 [  8494] By: jhi                                   on 2001/01/20  23:12:11
30438         Log: Forgot the expect_number() prototype.
30439      Branch: perl
30440            ! embed.h embed.pl proto.h
30441 ____________________________________________________________________________
30442 [  8493] By: jhi                                   on 2001/01/20  22:56:39
30443         Log: Subject: [PATCH: perl@8482] README.vms URL updates
30444              From: Peter Prymmer <pvhp@forte.com>
30445              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
30446              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
30447              
30448              Plus Craig A. Berry's suggestion to use compaq.com instead
30449              of digital.com.
30450      Branch: perl
30451            ! README.vms
30452 ____________________________________________________________________________
30453 [  8492] By: jhi                                   on 2001/01/20  22:50:05
30454         Log: Memory management calls documentation.
30455      Branch: perl
30456            ! pod/perlguts.pod
30457 ____________________________________________________________________________
30458 [  8491] By: jhi                                   on 2001/01/20  22:38:33
30459         Log: Signedness nit plus few memcpy/Copy nits.
30460      Branch: perl
30461            ! sv.c
30462 ____________________________________________________________________________
30463 [  8490] By: jhi                                   on 2001/01/20  22:25:53
30464         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30465              From: Peter Prymmer <pvhp@forte.com>
30466              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
30467              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
30468      Branch: perl
30469            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30470 ____________________________________________________________________________
30471 [  8489] By: jhi                                   on 2001/01/20  22:24:41
30472         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
30473              From: Peter Prymmer <pvhp@forte.com>
30474              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
30475              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
30476      Branch: perl
30477            ! win32/Makefile win32/makefile.mk
30478 ____________________________________________________________________________
30479 [  8488] By: jhi                                   on 2001/01/20  22:22:27
30480         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
30481              From: Peter Prymmer <pvhp@forte.com>
30482              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
30483              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
30484      Branch: perl
30485            ! Makefile.SH
30486 ____________________________________________________________________________
30487 [  8487] By: jhi                                   on 2001/01/20  22:21:18
30488         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
30489              From: Peter Prymmer <pvhp@forte.com>
30490              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
30491              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
30492      Branch: perl
30493            + ext/DynaLoader/dl_dllload.xs
30494            ! MANIFEST Makefile.SH hints/os390.sh
30495 ____________________________________________________________________________
30496 [  8486] By: jhi                                   on 2001/01/20  22:17:53
30497         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
30498              From: Peter Prymmer <pvhp@forte.com>
30499              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
30500              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
30501      Branch: perl
30502            ! README.os390 README.posix-bc
30503 ____________________________________________________________________________
30504 [  8485] By: jhi                                   on 2001/01/20  20:15:30
30505         Log: Document and test the new qu operator.
30506      Branch: perl
30507            + t/op/qu.t
30508            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30509            ! pod/perlretut.pod pod/perlunicode.pod
30510 ____________________________________________________________________________
30511 [  8484] By: nick                                  on 2001/01/20  19:42:30
30512         Log: Infrastructure to allow:
30513              open($fh,"|-",@array);
30514              to be implemented
30515              i.e. mark pp_open as needing a stack mark, and make pp_open
30516              process its args in that style (and pass them _all_ to tied handles OPEN).
30517              Invent do_openn() which takes SV ** at allow it to see multiple args.
30518              Note this does not _do_ anything yet.
30519      Branch: perlio
30520            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
30521            ! perlapi.c pp_proto.h pp_sys.c proto.h
30522 ____________________________________________________________________________
30523 [  8483] By: nick                                  on 2001/01/20  17:23:14
30524         Log: Integrate mainline.
30525      Branch: perlio
30526           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
30527           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
30528 ____________________________________________________________________________
30529 [  8482] By: jhi                                   on 2001/01/19  15:37:49
30530         Log: Update Changes.
30531      Branch: perl
30532            ! Changes patchlevel.h
30533 ____________________________________________________________________________
30534 [  8481] By: jhi                                   on 2001/01/19  14:41:24
30535         Log: Subject: Re: new feature: s?printf parameter reordering 
30536              From: Hugo <hv@crypt.compulink.co.uk>
30537              Date: Thu, 11 Jan 2001 17:09:03 +0000
30538              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
30539              
30540              - support reordering for all parameters: %, *v, *, .*
30541              - lay down that the reordering specification must immediately
30542              follow that parameter: %3$, *v3$, *3$, .*3$
30543              - fix vectorisation of a zero-length string
30544              - factor out the code choosing the argument to format
30545              
30546              Possibly unwanted side-effects:
30547              - the special format specifiers ' +-0' must now precede any
30548              vectorisation specifier. Tests in op/sprintf and op/ver
30549              have been changed to reflect this.
30550              - sprintf.t test #214 changed its expectations because in many
30551              cases, the next parameter has already been consumed when an
30552              invalid type letter is detected.
30553              
30554              Probably wanted side-effects:
30555              - attempts to format a non-existent parameter will warn as if C<undef>
30556              - attempt to write to non-existent parameter with '%n' will complain
30557              of "attempt to modify read-only value" instead of being silent
30558      Branch: perl
30559            ! sv.c t/op/sprintf.t t/op/ver.t
30560 ____________________________________________________________________________
30561 [  8480] By: jhi                                   on 2001/01/19  14:08:37
30562         Log: Subject: PATCH pragma/locale.t
30563              From: andreas.koenig@anima.de (Andreas J. Koenig)
30564              Date: 18 Jan 2001 09:45:37 +0100
30565              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
30566      Branch: perl
30567            ! t/pragma/locale.t
30568 ____________________________________________________________________________
30569 [  8479] By: jhi                                   on 2001/01/19  13:19:58
30570         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
30571      Branch: perl
30572            ! configure.com
30573 ____________________________________________________________________________
30574 [  8478] By: jhi                                   on 2001/01/19  02:12:35
30575         Log: Automate 1_compile.t.
30576      Branch: perl
30577            ! t/lib/1_compile.t
30578 ____________________________________________________________________________
30579 [  8477] By: jhi                                   on 2001/01/19  01:49:56
30580         Log: Integrate perlio.
30581      Branch: perl
30582           !> sv.c win32/config.bc win32/config.gc win32/config.vc
30583           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30584 ____________________________________________________________________________
30585 [  8476] By: nick                                  on 2001/01/18  21:51:52
30586         Log: Integrate mainline
30587      Branch: perlio
30588           +> t/lib/1_compile.t t/lib/compmod.pl
30589           !> MANIFEST configure.com lib/unicode/distinct.pm
30590 ____________________________________________________________________________
30591 [  8475] By: nick                                  on 2001/01/18  21:48:02
30592         Log: Win32 "safe signals" co-existance fix.
30593              Fix SIG_SIZE value.
30594              Clear PL_sig_pending when cloning (fork).
30595      Branch: perlio
30596            ! sv.c win32/config.bc win32/config.gc win32/config.vc
30597            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30598 ____________________________________________________________________________
30599 [  8474] By: jhi                                   on 2001/01/18  14:40:57
30600         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
30601      Branch: perl
30602            ! t/lib/1_compile.t
30603 ____________________________________________________________________________
30604 [  8473] By: gsar                                  on 2001/01/18  11:42:31
30605         Log: unsubmitted trial1 change
30606      Branch: maint-5.6/perl
30607            ! Changes
30608 ____________________________________________________________________________
30609 [  8472] By: jhi                                   on 2001/01/18  04:30:24
30610         Log: The first bug found by 1_compile.t.
30611      Branch: perl
30612            ! lib/unicode/distinct.pm
30613 ____________________________________________________________________________
30614 [  8471] By: jhi                                   on 2001/01/18  04:29:42
30615         Log: Add Schwern's 1_compile test.  The compile_module script renamed
30616              to be a bit shorter for the 8.3 people.
30617      Branch: perl
30618            + t/lib/1_compile.t t/lib/compmod.pl
30619            ! MANIFEST
30620 ____________________________________________________________________________
30621 [  8470] By: jhi                                   on 2001/01/18  04:16:00
30622         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
30623              From: Peter Prymmer <pvhp@forte.com>
30624              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
30625              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
30626              Replace #8463.
30627      Branch: maint-5.6/perl
30628            ! configure.com
30629 ____________________________________________________________________________
30630 [  8469] By: jhi                                   on 2001/01/18  04:13:02
30631         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
30632              From: Peter Prymmer <pvhp@forte.com>
30633              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
30634              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
30635              Replace #8462.
30636      Branch: perl
30637            ! configure.com
30638 ____________________________________________________________________________
30639 [  8468] By: jhi                                   on 2001/01/18  03:42:08
30640         Log: Integrate perlio.
30641      Branch: perl
30642           !> gv.c mg.c perlio.c util.c
30643 ____________________________________________________________________________
30644 [  8467] By: nick                                  on 2001/01/17  22:41:10
30645         Log: "Safe" signals - trial implementation.
30646              gv.c tweaked to zero PL_sig_pend array
30647              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
30648              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
30649              Odd thing is that it "works" with PERLIO=stdio as well (linux).
30650      Branch: perlio
30651            ! gv.c mg.c perlio.c util.c
30652 ____________________________________________________________________________
30653 [  8466] By: nick                                  on 2001/01/17  20:40:20
30654         Log: Integrate mainline.
30655      Branch: perlio
30656           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30657           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
30658           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
30659           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30660           !> vos/config.ga.h win32/config.bc win32/config.gc
30661           !> win32/config.vc
30662 ____________________________________________________________________________
30663 [  8465] By: jhi                                   on 2001/01/17  18:37:13
30664         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
30665              From: Nicholas Clark <nick@ccl4.org>
30666              Date: Wed, 17 Jan 2001 17:31:33 +0000
30667              Message-ID: <20010117173133.I2633@plum.flirble.org>
30668      Branch: perl
30669            ! t/op/int.t
30670 ____________________________________________________________________________
30671 [  8464] By: jhi                                   on 2001/01/17  14:43:17
30672         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
30673              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30674              Date: Wed, 17 Jan 2001 15:16:43 +0100
30675              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
30676              
30677              pp_int() was dropping an NV to the floor,
30678              int(279964589018079/59) either returned not an integer
30679              4745162525730.15, or one got "Attempt to free unreferenced scalar."
30680      Branch: perl
30681            ! pp.c
30682 ____________________________________________________________________________
30683 [  8463] By: jhi                                   on 2001/01/17  06:12:42
30684         Log: (Replaced by #8470)
30685              
30686              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
30687              From: "Craig A. Berry" <craigberry@mac.com>
30688              Date: Tue, 16 Jan 2001 23:38:46 -0600
30689              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
30690      Branch: maint-5.6/perl
30691            ! configure.com
30692 ____________________________________________________________________________
30693 [  8462] By: jhi                                   on 2001/01/17  06:11:31
30694         Log: (Replaced by #8469)
30695              
30696              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
30697              From: "Craig A. Berry" <craigberry@mac.com>
30698              Date: Tue, 16 Jan 2001 23:38:46 -0600
30699              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
30700      Branch: perl
30701            ! configure.com
30702 ____________________________________________________________________________
30703 [  8461] By: jhi                                   on 2001/01/17  05:56:12
30704         Log: Allow for one trailing slash in the directory of mkdir().
30705      Branch: perl
30706            ! pp_sys.c
30707 ____________________________________________________________________________
30708 [  8460] By: jhi                                   on 2001/01/17  03:26:01
30709         Log: Metaconfig unit changes for #8459.
30710      Branch: metaconfig
30711            ! U/modified/Loc.U U/modified/sig_name.U
30712 ____________________________________________________________________________
30713 [  8459] By: jhi                                   on 2001/01/17  03:24:48
30714         Log: Define SIG_SIZE, the number of elements in the sig_name and
30715              sig_num arrays, including the final NULL entry.
30716      Branch: perl
30717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30718            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
30719            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
30720            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30721            ! win32/config.bc win32/config.gc win32/config.vc
30722 ____________________________________________________________________________
30723 [  8458] By: jhi                                   on 2001/01/17  01:41:33
30724         Log: Integrate perlio.
30725      Branch: perl
30726           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
30727           !> perlapi.h proto.h sv.c
30728 ____________________________________________________________________________
30729 [  8457] By: nick                                  on 2001/01/16  22:07:26
30730         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
30731              Provides all the "cost" but no benefit yet - it is to allow cost
30732              to be measured, and implementation experiments (just in mg.c?).
30733      Branch: perlio
30734            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
30735            ! perlapi.h proto.h sv.c
30736 ____________________________________________________________________________
30737 [  8456] By: nick                                  on 2001/01/16  21:07:07
30738         Log: Integrate mainline.
30739      Branch: perlio
30740           !> (integrate 51 files)
30741 ____________________________________________________________________________
30742 [  8455] By: jhi                                   on 2001/01/16  18:13:43
30743         Log: Subject: [PATCH] regcomp.c old feature removal
30744              From: mjd@plover.com
30745              Date: 16 Jan 2001 14:43:18 -0000 
30746              Message-ID: <20010116144318.7140.qmail@plover.com> 
30747      Branch: perl
30748            ! regcomp.c
30749 ____________________________________________________________________________
30750 [  8454] By: jhi                                   on 2001/01/16  16:12:39
30751         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
30752              From: "Indy Singh" <indy@nusphere.com>
30753              Date: Wed, 10 Jan 2001 20:17:49 -0500
30754              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
30755      Branch: maint-5.6/perl
30756            ! win32/Makefile
30757 ____________________________________________________________________________
30758 [  8453] By: jhi                                   on 2001/01/16  16:09:33
30759         Log: Update Changes.
30760      Branch: perl
30761            ! Changes patchlevel.h
30762 ____________________________________________________________________________
30763 [  8452] By: jhi                                   on 2001/01/16  15:42:04
30764         Log: Subject: Re: API Cleanup
30765              To: perl5-porters@perl.org
30766              Date: Tue, 16 Jan 2001 13:42:30 +0000
30767              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
30768              
30769              Subject: [PATCH] utf8.c documentation
30770              From: Simon Cozens <simon@cozens.net>
30771              Date: Tue, 16 Jan 2001 13:52:48 +0000
30772              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
30773              
30774              Subject: Re: API Cleanup
30775              From: Simon Cozens <simon@cozens.net>
30776              Date: Tue, 16 Jan 2001 14:58:55 +0000
30777              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
30778              
30779              UTF-8 doc patches.
30780      Branch: perl
30781            ! embed.pl pod/perlapi.pod utf8.c
30782 ____________________________________________________________________________
30783 [  8451] By: jhi                                   on 2001/01/16  14:41:39
30784         Log: podlators 1.07, from Russ Allbery.
30785      Branch: perl
30786            ! lib/Pod/Man.pm
30787 ____________________________________________________________________________
30788 [  8450] By: jhi                                   on 2001/01/16  14:24:19
30789         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
30790              From: "Indy Singh" <indy@nusphere.com>
30791              Date: Mon, 15 Jan 2001 20:59:40 -0500
30792              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
30793      Branch: perl
30794            ! win32/Makefile
30795 ____________________________________________________________________________
30796 [  8449] By: jhi                                   on 2001/01/16  03:42:55
30797         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
30798              at the setting of the ofs_sv in new_struct_thread() as the
30799              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
30800              that invited a core dump.
30801      Branch: perl
30802            ! util.c
30803 ____________________________________________________________________________
30804 [  8448] By: jhi                                   on 2001/01/16  01:49:07
30805         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
30806              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30807              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
30808              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
30809              
30810              Replace #8444 and #8445.
30811      Branch: perl
30812            ! ext/B/B.xs ext/B/B/Debug.pm
30813 ____________________________________________________________________________
30814 [  8447] By: jhi                                   on 2001/01/15  21:05:35
30815         Log: Subject: [PATCH] API Variable documentation   
30816              From: Simon Cozens <simon@cozens.net>
30817              Date: Mon, 15 Jan 2001 19:35:54 +0000
30818              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
30819      Branch: perl
30820            ! pod/perlapi.pod thrdvar.h
30821 ____________________________________________________________________________
30822 [  8446] By: jhi                                   on 2001/01/15  20:49:20
30823         Log: Signedness nit.
30824      Branch: perl
30825            ! pp_ctl.c
30826 ____________________________________________________________________________
30827 [  8445] By: jhi                                   on 2001/01/15  20:28:48
30828         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
30829      Branch: perl
30830            ! ext/B/B/Debug.pm
30831 ____________________________________________________________________________
30832 [  8444] By: jhi                                   on 2001/01/15  13:09:10
30833         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
30834      Branch: perl
30835            ! ext/B/B.xs
30836 ____________________________________________________________________________
30837 [  8443] By: jhi                                   on 2001/01/15  13:06:26
30838         Log: Missing from #8439.
30839      Branch: perl
30840            ! keywords.h mg.c
30841 ____________________________________________________________________________
30842 [  8442] By: jhi                                   on 2001/01/15  13:02:38
30843         Log: Subject: [PATCH @8436] Eliminate op_children
30844              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30845              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
30846              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
30847              
30848              Subject: [PATCH @8436] Re: Eliminate op_children
30849              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30850              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
30851              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
30852      Branch: perl
30853            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
30854            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
30855            ! op.c op.h
30856 ____________________________________________________________________________
30857 [  8441] By: jhi                                   on 2001/01/15  12:57:08
30858         Log: Use the /^Perl_/-less form of is_lvalue_sub().
30859      Branch: perl
30860            ! pp.h
30861 ____________________________________________________________________________
30862 [  8440] By: jhi                                   on 2001/01/15  05:13:09
30863         Log: Revert #8437 and #8438, the Linux large files story is more complex.
30864      Branch: metaconfig/U/perl
30865            ! d_fpos64_t.U d_off64_t.U
30866      Branch: perl
30867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30868            ! config_h.SH configure.com epoc/config.sh perl.h
30869            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30870            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30871            ! win32/config.bc win32/config.gc win32/config.vc
30872 ____________________________________________________________________________
30873 [  8439] By: jhi                                   on 2001/01/15  05:02:24
30874         Log: More UTF-8 patches from Inaba Hiroto.
30875              - The substr lval was still not okay.
30876              - Now pp_stringify and sv_setsv copies source's UTF8 flag
30877              even if IN_BYTE.  pp_stringify is called from fold_constants
30878              at optimization phase and "\x{100}" was made SvUTF8_off under
30879              use bytes (the bytes pragma is for "byte semantics" and not
30880              for "do not produce UTF8 data")
30881              - New `qu' operator to generate UTF8 string explicitly.
30882              Though I agree with the policy "0x00-0xff always produce bytes",
30883              sometimes want to such a string to be coded in UTF8.
30884              I can use pack"U0a*" but it requires more typing and has
30885              runtime overhead.
30886              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
30887              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
30888              string is not UTF8_on and has char 0x80-0xff.
30889              
30890              TODO: document and test qu.
30891      Branch: perl
30892            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
30893            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
30894            ! toke.c
30895 ____________________________________________________________________________
30896 [  8438] By: jhi                                   on 2001/01/14  05:10:23
30897         Log: Metaconfig unit changes for #8437.
30898      Branch: metaconfig/U/perl
30899            ! d_fpos64_t.U d_off64_t.U
30900 ____________________________________________________________________________
30901 [  8437] By: jhi                                   on 2001/01/14  04:55:34
30902         Log: Add <features.h> probing, seems to be needed for (some?)
30903              Linux largefileness.
30904      Branch: perl
30905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30906            ! config_h.SH configure.com epoc/config.sh perl.h
30907            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30908            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30909            ! win32/config.bc win32/config.gc win32/config.vc
30910 ____________________________________________________________________________
30911 [  8436] By: jhi                                   on 2001/01/13  17:47:21
30912         Log: Tighten some of the tests a bit.
30913      Branch: perl
30914            ! t/pragma/utf8.t
30915 ____________________________________________________________________________
30916 [  8435] By: jhi                                   on 2001/01/13  17:31:54
30917         Log: Integrate perlio.
30918      Branch: perl
30919           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
30920           !> win32/config_H.gc win32/config_H.vc
30921 ____________________________________________________________________________
30922 [  8434] By: nick                                  on 2001/01/13  11:36:53
30923         Log: Run dmake regen_config_h for Win32
30924      Branch: perlio
30925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30926 ____________________________________________________________________________
30927 [  8433] By: nick                                  on 2001/01/13  11:31:55
30928         Log: VMS friendly patch to Encode compile process
30929      Branch: perlio
30930            ! ext/Encode/Makefile.PL ext/Encode/compile
30931 ____________________________________________________________________________
30932 [  8432] By: nick                                  on 2001/01/13  11:06:44
30933         Log: Integrate mainline
30934      Branch: perlio
30935           +> ext/B/B/Concise.pm
30936           !> (integrate 52 files)
30937 ____________________________________________________________________________
30938 [  8431] By: jhi                                   on 2001/01/13  05:55:55
30939         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
30940              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30941              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
30942              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
30943      Branch: perl
30944            ! ext/B/B/Concise.pm
30945 ____________________________________________________________________________
30946 [  8430] By: jhi                                   on 2001/01/13  04:24:18
30947         Log: The LVRET macro needed an aTHX.
30948      Branch: perl
30949            ! pp.h
30950 ____________________________________________________________________________
30951 [  8429] By: jhi                                   on 2001/01/13  02:12:42
30952         Log: Update Changes.
30953      Branch: perl
30954            ! Changes patchlevel.h
30955 ____________________________________________________________________________
30956 [  8428] By: jhi                                   on 2001/01/13  02:08:50
30957         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
30958              From: Peter Prymmer <pvhp@forte.com>
30959              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
30960              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
30961              
30962              Add a BEGIN guard for sloppy floating point division.
30963      Branch: perl
30964            ! lib/Math/BigInt.pm lib/bigint.pl
30965 ____________________________________________________________________________
30966 [  8427] By: jhi                                   on 2001/01/13  01:47:16
30967         Log: The B::Terse drop-in replacement wasn't quite drop-in.
30968      Branch: perl
30969            ! ext/B/B/Terse.pm
30970 ____________________________________________________________________________
30971 [  8426] By: jhi                                   on 2001/01/12  21:20:43
30972         Log: Use UVXf.
30973      Branch: perl
30974            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30975            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
30976            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30977            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30978            ! win32/config.gc win32/config.vc
30979 ____________________________________________________________________________
30980 [  8425] By: jhi                                   on 2001/01/12  20:20:14
30981         Log: Subject: [PATCH perl@8342] -Wformat
30982              From: Robin Barker <rmb1@cise.npl.co.uk>
30983              Date: Fri, 12 Jan 2001 20:03:14 GMT
30984              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
30985      Branch: perl
30986            ! ext/Encode/Encode.xs mg.c sv.c toke.c
30987 ____________________________________________________________________________
30988 [  8424] By: jhi                                   on 2001/01/12  20:01:48
30989         Log: Subject: B::Concise -- an improved replacement for B::Terse 
30990              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30991              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
30992              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
30993      Branch: perl
30994            + ext/B/B/Concise.pm
30995            ! MANIFEST ext/B/B/Terse.pm
30996 ____________________________________________________________________________
30997 [  8423] By: jhi                                   on 2001/01/12  19:24:02
30998         Log: The new metaconfig unit from the #8421.
30999      Branch: metaconfig/U/perl
31000            + d_sigprocmask.U
31001 ____________________________________________________________________________
31002 [  8422] By: jhi                                   on 2001/01/12  19:23:43
31003         Log: Forgot the microperl config from the #8421.
31004      Branch: perl
31005            ! uconfig.h uconfig.sh
31006 ____________________________________________________________________________
31007 [  8421] By: jhi                                   on 2001/01/12  19:05:27
31008         Log: Add sigprocmask() probe, regen Configure, regen toc.
31009      Branch: perl
31010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31011            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
31012            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31013            ! vos/config.ga.h win32/config.bc win32/config.gc
31014            ! win32/config.vc
31015 ____________________________________________________________________________
31016 [  8420] By: jhi                                   on 2001/01/12  18:34:31
31017         Log: Add sockatmark() to the todo list.
31018      Branch: perl
31019            ! Todo-5.6
31020 ____________________________________________________________________________
31021 [  8419] By: jhi                                   on 2001/01/12  18:09:46
31022         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31023      Branch: perl
31024            ! op.c
31025 ____________________________________________________________________________
31026 [  8418] By: jhi                                   on 2001/01/12  18:05:30
31027         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31028              From: Radu Greab <radu@netsoft.ro>
31029              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
31030              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
31031      Branch: perl
31032            ! op.c t/pragma/sub_lval.t
31033 ____________________________________________________________________________
31034 [  8417] By: jhi                                   on 2001/01/12  16:09:09
31035         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
31036              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
31037              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
31038              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
31039      Branch: perl
31040            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
31041            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
31042            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
31043            ! t/pragma/sub_lval.t toke.c
31044 ____________________________________________________________________________
31045 [  8416] By: jhi                                   on 2001/01/12  15:42:06
31046         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31047              From: "Richard Soderberg" <rs@crystalflame.net>
31048              Date: Fri, 12 Jan 2001 04:49:35 -0800
31049              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
31050              
31051              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31052              according to the platform.
31053      Branch: perl
31054            ! op.c
31055 ____________________________________________________________________________
31056 [  8415] By: jhi                                   on 2001/01/12  15:33:41
31057         Log: One more UTF-8 fix from Inaba Hiroto.
31058      Branch: perl
31059            ! pp.c regexec.c t/pragma/utf8.t
31060 ____________________________________________________________________________
31061 [  8414] By: jhi                                   on 2001/01/12  15:30:18
31062         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
31063      Branch: perl
31064            ! regexec.c
31065 ____________________________________________________________________________
31066 [  8413] By: jhi                                   on 2001/01/12  15:22:10
31067         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
31068              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31069              Date: Thu, 11 Jan 2001 12:53:36 +0100
31070              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
31071      Branch: perl
31072            ! toke.c
31073 ____________________________________________________________________________
31074 [  8412] By: jhi                                   on 2001/01/12  15:20:25
31075         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
31076              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31077              Date: Fri, 12 Jan 2001 14:37:55 +0100
31078              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
31079      Branch: perl
31080            ! hints/posix-bc.sh
31081 ____________________________________________________________________________
31082 [  8411] By: jhi                                   on 2001/01/12  15:14:14
31083         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
31084              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31085              Date: Fri, 12 Jan 2001 10:42:21 +0100
31086              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
31087      Branch: perl
31088            ! t/op/regmesg.t
31089 ____________________________________________________________________________
31090 [  8410] By: jhi                                   on 2001/01/12  05:48:55
31091         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
31092              From: Nicholas Clark <nick@ccl4.org> 
31093              Date: Sun, 7 Jan 2001 19:47:14 +0000
31094              Message-ID: <20010107194714.B1048@plum.flirble.org>
31095      Branch: perl
31096            ! t/op/numconvert.t
31097 ____________________________________________________________________________
31098 [  8409] By: jhi                                   on 2001/01/12  05:41:28
31099         Log: Integrate perlio.
31100      Branch: perl
31101           !> mg.c scope.h
31102 ____________________________________________________________________________
31103 [  8408] By: nick                                  on 2001/01/11  22:43:28
31104         Log: Remove variables that were used in experiments.
31105      Branch: perlio
31106            ! mg.c
31107 ____________________________________________________________________________
31108 [  8407] By: nick                                  on 2001/01/11  20:57:44
31109         Log: Catch die in %SIG handler and unblock the signal before re-dying.
31110              This make Linux work _without_ sigsetjmp().
31111              Turn off sigsetjmp() to see what else it does.
31112              May need Configure probe for sigprocmask() if anything has sigaction()
31113              but not sigprocmask().
31114      Branch: perlio
31115            ! mg.c scope.h
31116 ____________________________________________________________________________
31117 [  8406] By: nick                                  on 2001/01/11  19:32:07
31118         Log: Integrate mainline
31119      Branch: perlio
31120           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
31121           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
31122           !> t/op/substr.t
31123 ____________________________________________________________________________
31124 [  8405] By: jhi                                   on 2001/01/11  17:11:01
31125         Log: Fix UTF-8 lval substr().
31126      Branch: perl
31127            ! mg.c t/op/substr.t
31128 ____________________________________________________________________________
31129 [  8404] By: jhi                                   on 2001/01/11  05:13:58
31130         Log: Update Changes.
31131      Branch: perl
31132            ! Changes patchlevel.h
31133 ____________________________________________________________________________
31134 [  8403] By: jhi                                   on 2001/01/11  04:38:24
31135         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31136              From: Hugo <hv@crypt.compulink.co.uk>
31137              Date: Mon, 30 Oct 2000 01:33:26 +0000
31138              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
31139      Branch: perl
31140            ! regexec.c t/op/re_tests
31141 ____________________________________________________________________________
31142 [  8402] By: jhi                                   on 2001/01/11  04:26:12
31143         Log: Integrate perlio.
31144      Branch: perl
31145           !> scope.h util.c
31146 ____________________________________________________________________________
31147 [  8401] By: nick                                  on 2001/01/10  22:52:55
31148         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
31149              (So Alan and Ilya can try setting via hints.)
31150              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
31151              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
31152              doing the save everywhere seems to restart read() correctly, but just
31153              doing it once "round" the handler does not.
31154      Branch: perlio
31155            ! scope.h
31156 ____________________________________________________________________________
31157 [  8400] By: jhi                                   on 2001/01/10  21:57:54
31158         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
31159              of IRIX, HP-UX is unaffected.
31160      Branch: perl
31161            ! perl.h
31162 ____________________________________________________________________________
31163 [  8399] By: nick                                  on 2001/01/10  21:29:19
31164         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
31165      Branch: perlio
31166            ! util.c
31167 ____________________________________________________________________________
31168 [  8398] By: jhi                                   on 2001/01/10  20:55:31
31169         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31170              also have ReusePort.
31171      Branch: perl
31172            ! ext/IO/lib/IO/Socket/INET.pm
31173 ____________________________________________________________________________
31174 [  8397] By: jhi                                   on 2001/01/10  20:50:57
31175         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31176              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31177              Date: Wed, 10 Jan 2001 01:38:13 -0800
31178              Message-ID: <20010110013813.B41744@yahoo-inc.com>
31179      Branch: perl
31180            ! ext/IO/lib/IO/Socket/INET.pm
31181 ____________________________________________________________________________
31182 [  8396] By: jhi                                   on 2001/01/10  20:49:30
31183         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
31184              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31185              Date: Wed, 10 Jan 2001 01:37:32 -0800
31186              Message-ID: <20010110013732.A41744@yahoo-inc.com>
31187      Branch: perl
31188            ! ext/Socket/Socket.pm
31189 ____________________________________________________________________________
31190 [  8395] By: jhi                                   on 2001/01/10  20:41:37
31191         Log: Test for bug id 20010105.016 (fixed by #8378).
31192      Branch: perl
31193            ! t/op/split.t
31194 ____________________________________________________________________________
31195 [  8394] By: jhi                                   on 2001/01/10  20:26:32
31196         Log: Integrate perlio.
31197      Branch: perl
31198            ! util.c
31199 ____________________________________________________________________________
31200 [  8393] By: nick                                  on 2001/01/10  19:34:30
31201         Log: Back out Simon's pid hackery for now.
31202      Branch: perlio
31203            ! util.c
31204 ____________________________________________________________________________
31205 [  8392] By: nick                                  on 2001/01/10  19:23:13
31206         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
31207      Branch: perlio
31208           !> (integrate 29 files)
31209 ____________________________________________________________________________
31210 [  8391] By: jhi                                   on 2001/01/10  18:43:15
31211         Log: Subject: [PATCH] Fix my_pclose segfault
31212              From: Simon Cozens <simon@cozens.net>
31213              Date: Wed, 10 Jan 2001 18:39:35 +0000
31214              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
31215      Branch: perl
31216            ! util.c
31217 ____________________________________________________________________________
31218 [  8390] By: jhi                                   on 2001/01/10  18:42:08
31219         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
31220              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31221              Date:     Wed, 10 Jan 2001 13:23:02 EST
31222              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
31223      Branch: perl
31224            ! ext/Opcode/Opcode.xs
31225 ____________________________________________________________________________
31226 [  8389] By: jhi                                   on 2001/01/10  15:16:07
31227         Log: Turn off the integer preservation for now.
31228      Branch: perl
31229            ! perl.h
31230 ____________________________________________________________________________
31231 [  8388] By: jhi                                   on 2001/01/10  15:01:25
31232         Log: Few more IDE/editor nits from p5p.
31233      Branch: perl
31234            ! pod/perlfaq3.pod
31235 ____________________________________________________________________________
31236 [  8387] By: jhi                                   on 2001/01/10  06:53:16
31237         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
31238              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
31239              Date: Tue, 9 Jan 2001 23:16:02 +0000
31240              Message-ID: <20010109231602.A81101@plum.flirble.org>
31241      Branch: perl
31242            ! sv.c
31243 ____________________________________________________________________________
31244 [  8386] By: jhi                                   on 2001/01/10  03:17:54
31245         Log: Test cases for #8385 (from Simon's "torture.pl")
31246      Branch: perl
31247            ! t/op/tr.t
31248 ____________________________________________________________________________
31249 [  8385] By: jhi                                   on 2001/01/10  03:17:11
31250         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
31251              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
31252              Date: Wed, 10 Jan 2001 11:39:39 +0900
31253              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
31254              
31255              Some more UTF-8 tr cases fixed.
31256      Branch: perl
31257            ! doop.c
31258 ____________________________________________________________________________
31259 [  8384] By: jhi                                   on 2001/01/09  22:45:40
31260         Log: Allow the locale test needing POSIX and the taint test
31261              needing IPC::SysV to run under 'minitest' (basically,
31262              bail out if loading the extension fails)
31263      Branch: perl
31264            ! t/op/misc.t t/op/taint.t
31265 ____________________________________________________________________________
31266 [  8383] By: jhi                                   on 2001/01/09  21:36:04
31267         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31269              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
31270              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
31271      Branch: perl
31272            ! t/io/openpid.t
31273 ____________________________________________________________________________
31274 [  8382] By: jhi                                   on 2001/01/09  21:06:08
31275         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
31276              Should finish up the bug id 20001205.022.
31277      Branch: perl
31278            ! pp.c pp_hot.c scope.c
31279 ____________________________________________________________________________
31280 [  8381] By: jhi                                   on 2001/01/09  18:27:43
31281         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
31282              From: Andy Dougherty <doughera@lafayette.edu>
31283              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
31284              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
31285              
31286              More robust yacc/bison error detection.
31287      Branch: perl
31288            ! t/comp/proto.t
31289 ____________________________________________________________________________
31290 [  8380] By: jhi                                   on 2001/01/09  15:21:38
31291         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
31292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31293              Date:     Tue, 9 Jan 2001 07:53:55 EST
31294              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
31295      Branch: perl
31296            ! t/op/misc.t vms/test.com
31297 ____________________________________________________________________________
31298 [  8379] By: jhi                                   on 2001/01/09  15:20:38
31299         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
31300              From: jhi@cc.hut.fi
31301              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
31302              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
31303              
31304              The #8378 fixed this.
31305      Branch: perl
31306            ! t/op/tr.t
31307 ____________________________________________________________________________
31308 [  8378] By: jhi                                   on 2001/01/09  15:05:32
31309         Log: Subject: One more patch for UTF8 
31310              From: Inaba Hiroto <inaba@st.rim.or.jp>
31311              Date: Tue, 09 Jan 2001 01:04:32 +0900
31312              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
31313              
31314              UTF-8 fixes for 'x' and tr///.
31315      Branch: perl
31316            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
31317            ! regcomp.c regexec.c toke.c utf8.c
31318 ____________________________________________________________________________
31319 [  8377] By: jhi                                   on 2001/01/09  14:32:17
31320         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31321      Branch: perl
31322            ! t/op/length.t
31323 ____________________________________________________________________________
31324 [  8376] By: jhi                                   on 2001/01/09  04:32:32
31325         Log: integrate changes #7775, #8316, #8316 from mainline
31326      Branch: maint-5.6/perl
31327            ! hints/solaris_2.sh
31328 ____________________________________________________________________________
31329 [  8375] By: jhi                                   on 2001/01/09  04:26:43
31330         Log: Update Changes.
31331      Branch: perl
31332            ! Changes patchlevel.h
31333 ____________________________________________________________________________
31334 [  8374] By: jhi                                   on 2001/01/09  04:14:32
31335         Log: IDE/editor section tweaking.
31336      Branch: perl
31337            ! pod/perlfaq3.pod
31338 ____________________________________________________________________________
31339 [  8373] By: jhi                                   on 2001/01/09  02:38:26
31340         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
31341              From: Peter Prymmer <pvhp@forte.com>
31342              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
31343              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
31344              
31345              In preparation os OS/390 dynamic loading.
31346      Branch: perl
31347            ! README.os390 hints/os390.sh
31348 ____________________________________________________________________________
31349 [  8372] By: jhi                                   on 2001/01/09  00:24:30
31350         Log: Integrate with perlio.
31351      Branch: perl
31352           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31353 ____________________________________________________________________________
31354 [  8371] By: nick                                  on 2001/01/08  23:54:33
31355         Log: Fix "scalars leaked" bugs caused by overload magic
31356              (Highlighted by Ilya's DESTROY optimization.)
31357      Branch: perlio
31358            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31359 ____________________________________________________________________________
31360 [  8370] By: nick                                  on 2001/01/08  20:19:41
31361         Log: Integrate mainline
31362      Branch: perlio
31363           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
31364           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
31365           !> t/op/64bitint.t
31366 ____________________________________________________________________________
31367 [  8369] By: jhi                                   on 2001/01/08  17:30:52
31368         Log: save_delete() Safefree() doesn't (anymore?) work with shared
31369              strings, one test failure in op/misc and almost all of lib/b.
31370              (Outcomments #8369.)
31371      Branch: perl
31372            ! scope.c
31373 ____________________________________________________________________________
31374 [  8368] By: jhi                                   on 2001/01/08  14:47:10
31375         Log: (Outcommented by #8369.)
31376              
31377              Subject: Re: Perl BugID 20001205.022 ---- save_delete
31378              From: Simon Cozens <simon@cozens.net>
31379              Date: Sat, 6 Jan 2001 11:48:40 +0000
31380              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
31381              
31382              The save_delete() does need the Safefree.
31383      Branch: perl
31384            ! scope.c
31385 ____________________________________________________________________________
31386 [  8367] By: bailey                                on 2001/01/08  08:53:52
31387         Log: Once again syncing after too long an absence
31388      Branch: vmsperl
31389           +> (branch 55 files)
31390            - MAINTAIN fix_pl vos/config.def vos/config.h
31391            - vos/config_h.SH_orig
31392           !> (integrate 498 files)
31393 ____________________________________________________________________________
31394 [  8366] By: jhi                                   on 2001/01/08  02:42:59
31395         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
31396              From: nick@ccl4.org
31397              Date: Sun, 7 Jan 2001 21:07:18 +0000
31398              Message-Id: <20010107210717.D1048@plum.flirble.org>
31399      Branch: perl
31400            ! sv.c t/op/64bitint.t
31401 ____________________________________________________________________________
31402 [  8365] By: jhi                                   on 2001/01/08  02:35:16
31403         Log: Subject: [PATCH] environ nit
31404              From: Simon Cozens <simon@cozens.net>
31405              Date: Sun, 7 Jan 2001 17:57:07 +0000
31406              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
31407              
31408              Use environ only if we have it.
31409      Branch: perl
31410            ! mg.c
31411 ____________________________________________________________________________
31412 [  8364] By: jhi                                   on 2001/01/08  02:24:51
31413         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
31414      Branch: perl
31415            ! ext/GDBM_File/GDBM_File.xs
31416 ____________________________________________________________________________
31417 [  8363] By: jhi                                   on 2001/01/08  02:19:24
31418         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31419              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31420              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
31421              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
31422      Branch: perl
31423            ! dump.c op.c
31424 ____________________________________________________________________________
31425 [  8362] By: jhi                                   on 2001/01/08  02:17:43
31426         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
31427              From: Doug MacEachern <dougm@covalent.net>
31428              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
31429              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
31430              
31431              Allow AUTOLOAD to be an xsub and allow such xsubs
31432              to avoid use of $AUTOLOAD.
31433      Branch: perl
31434            ! gv.c
31435 ____________________________________________________________________________
31436 [  8361] By: jhi                                   on 2001/01/08  02:16:07
31437         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31438              From: Radu Greab <radu@netsoft.ro>
31439              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
31440              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
31441              
31442              No need for the potentially unportable $SIG{CHLD}.
31443      Branch: perl
31444            ! t/io/pipe.t
31445 ____________________________________________________________________________
31446 [  8360] By: jhi                                   on 2001/01/08  01:58:23
31447         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
31448      Branch: perl
31449            ! lib/Getopt/Long.pm
31450 ____________________________________________________________________________
31451 [  8359] By: jhi                                   on 2001/01/08  01:55:44
31452         Log: Integrate perlio.
31453      Branch: perl
31454           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
31455           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
31456           !> utf8.c win32/Makefile
31457 ____________________________________________________________________________
31458 [  8358] By: jhi                                   on 2001/01/07  21:16:50
31459         Log: Update the EPOC cross SDK URL.
31460      Branch: perl
31461            ! README.epoc
31462 ____________________________________________________________________________
31463 [  8357] By: jhi                                   on 2001/01/07  21:16:09
31464         Log: Update the EPOC cross SDK URL.
31465      Branch: maint-5.6/perl
31466            ! README.epoc
31467 ____________________________________________________________________________
31468 [  8356] By: nick                                  on 2001/01/06  21:47:52
31469         Log: FILE * in XS code for PerlIO world:
31470              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
31471              - Add FILE * T_STDIO typemap.
31472              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
31473      Branch: perlio
31474            ! lib/ExtUtils/typemap perlio.c perlio.h
31475 ____________________________________________________________________________
31476 [  8355] By: jhi                                   on 2001/01/06  20:27:15
31477         Log: integrate change #8336 from mainline
31478              
31479              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
31480      Branch: maint-5.6/perl
31481            ! hv.c
31482 ____________________________________________________________________________
31483 [  8354] By: jhi                                   on 2001/01/06  20:24:29
31484         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31485              From: Robin Barker <rmb1@cise.npl.co.uk>
31486              Date: Fri, 22 Dec 2000 12:17:38 GMT
31487              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31488              
31489              The patch reformats some long =item lines so they give
31490              correct output via pod2man | nroff -man
31491              
31492              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31493              From: Robin Barker <rmb1@cise.npl.co.uk>
31494              Date: Tue, 2 Jan 2001 15:35:03 GMT
31495              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
31496              
31497              Here is a _further_ patch which corrects a few more errors:
31498              * an empty C<=item> in CPAN.pm
31499              * patching the wrong file (pod/perlamiga.pod not README.amiga)
31500              * leaving empty C<=item>s which formatted incorrectly
31501              * over long C<=item>s revealed by latest patch to Pod::Man
31502      Branch: maint-5.6/perl
31503            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31504            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31505            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
31506            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
31507            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
31508            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
31509 ____________________________________________________________________________
31510 [  8353] By: jhi                                   on 2001/01/06  20:21:10
31511         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
31512              
31513              UTF-8 hash keys.
31514      Branch: maint-5.6/perl
31515            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
31516 ____________________________________________________________________________
31517 [  8352] By: jhi                                   on 2001/01/06  20:18:44
31518         Log: Forgotten from #8438.
31519      Branch: maint-5.6/perl
31520            ! epoc/epocish.h
31521 ____________________________________________________________________________
31522 [  8351] By: jhi                                   on 2001/01/06  20:18:12
31523         Log: Forgotten from #8347.
31524      Branch: maint-5.6/perl
31525            ! config_h.SH
31526 ____________________________________________________________________________
31527 [  8350] By: jhi                                   on 2001/01/06  20:00:19
31528         Log: Thinko in #8347.
31529      Branch: maint-5.6/perl
31530            ! regcomp.c
31531 ____________________________________________________________________________
31532 [  8349] By: jhi                                   on 2001/01/06  18:05:30
31533         Log: Copy the FAQ3 IDE section from the development branch,
31534              changes originally by Peter Prymmer.
31535      Branch: maint-5.6/perl
31536            ! pod/perlfaq3.pod
31537 ____________________________________________________________________________
31538 [  8348] By: jhi                                   on 2001/01/06  18:03:02
31539         Log: EPOC updates for TRIAL1.
31540              
31541              Subject: [5.6.1 trial1] EPOC update
31542              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31543              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
31544              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
31545              
31546              Subject: epoc patch2 for perl-5.6.1-trial1
31547              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31548              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
31549              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
31550      Branch: maint-5.6/perl
31551            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
31552            ! epoc/epocish.c
31553 ____________________________________________________________________________
31554 [  8347] By: jhi                                   on 2001/01/06  17:29:10
31555         Log: integrate changes #7710,7824,7973 from mainline,
31556              plus VMS nits from Peter Prymmer and Dan Sugalski.
31557              
31558              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
31559              library (getprotobyname and getprotobynumber are outversioned by
31560              the same calls in libc, at least for xlc version 3.
31561              
31562              Add HAS_SBRK_PROTO.
31563              
31564              Fixes for signedness warnings noticed by VMSperlers.
31565      Branch: maint-5.6/perl
31566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31567            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
31568            ! sv.c vms/descrip_mms.template vos/config.alpha.def
31569            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31570            ! win32/config.bc win32/config.gc win32/config.vc
31571 ____________________________________________________________________________
31572 [  8346] By: nick                                  on 2001/01/06  14:36:01
31573         Log: Fixup accumulated integrate muddles (perlio == devperl again)
31574      Branch: perlio
31575            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
31576 ____________________________________________________________________________
31577 [  8345] By: nick                                  on 2001/01/06  14:24:58
31578         Log: Integrate mainline
31579      Branch: perlio
31580           !> (integrate 55 files)
31581 ____________________________________________________________________________
31582 [  8344] By: jhi                                   on 2001/01/06  02:24:02
31583         Log: Subject: [patch] PerlIO_cleanup() prototype
31584              From: Doug MacEachern <dougm@covalent.net>
31585              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
31586              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
31587      Branch: perl
31588            ! perlio.h
31589 ____________________________________________________________________________
31590 [  8343] By: jhi                                   on 2001/01/06  01:04:09
31591         Log: IRIX compiler noticed that the bof initialization might be
31592              bypassed by control flow.
31593      Branch: perl
31594            ! toke.c
31595 ____________________________________________________________________________
31596 [  8342] By: jhi                                   on 2001/01/06  00:10:48
31597         Log: Update Changes.
31598      Branch: perl
31599            ! Changes patchlevel.h
31600 ____________________________________________________________________________
31601 [  8341] By: jhi                                   on 2001/01/05  23:52:33
31602         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
31603      Branch: perl
31604            ! toke.c
31605 ____________________________________________________________________________
31606 [  8340] By: jhi                                   on 2001/01/05  22:44:08
31607         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31608              From: Radu Greab <radu@netsoft.ro>
31609              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
31610              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
31611      Branch: perl
31612            ! t/io/pipe.t util.c
31613 ____________________________________________________________________________
31614 [  8339] By: jhi                                   on 2001/01/05  22:35:17
31615         Log: Subject: [PATCH] format and rewording in perlfaq.pod
31616              From: Robin Barker <rmb1@cise.npl.co.uk>
31617              Date: Fri, 5 Jan 2001 18:51:20 GMT
31618              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
31619      Branch: perl
31620            ! pod/perlfaq.pod
31621 ____________________________________________________________________________
31622 [  8338] By: jhi                                   on 2001/01/05  22:31:17
31623         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
31624              From: Peter Prymmer <pvhp@forte.com>
31625              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
31626              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
31627      Branch: perl
31628            ! utils/perlbug.PL
31629 ____________________________________________________________________________
31630 [  8337] By: jhi                                   on 2001/01/05  18:15:11
31631         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
31632              From: Robin Barker <rmb1@cise.npl.co.uk>
31633              Date: Tue, 2 Jan 2001 15:24:07 GMT
31634              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
31635              
31636              If you call configure as C<./Configure> or C<sh ./Configure>,
31637              $src is set to the absolute path name, not '.'.
31638              
31639              This, in turn, means -Dmksymlink tries to do its stuff because
31640              it does not think it is in the src directory.
31641              
31642              (plus a metaconfig nitfix)
31643      Branch: metaconfig
31644            ! U/compline/ccflags.U U/modified/src.U
31645      Branch: perl
31646            ! Configure config_h.SH
31647 ____________________________________________________________________________
31648 [  8336] By: jhi                                   on 2001/01/05  17:48:32
31649         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
31650              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31651              Message-ID: <3A5606C4.473D2226@uk.sun.com>
31652              Date: Fri, 05 Jan 2001 17:39:16 +0000
31653      Branch: perl
31654            ! hv.c
31655 ____________________________________________________________________________
31656 [  8335] By: jhi                                   on 2001/01/05  16:05:44
31657         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
31658      Branch: perl
31659            ! lib/Getopt/Long.pm
31660 ____________________________________________________________________________
31661 [  8334] By: jhi                                   on 2001/01/05  16:00:51
31662         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
31663              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
31664              Date: Fri, 05 Jan 2001 13:46:51 +0100
31665              Message-ID: <13693.978698811@nice.ram.loc>
31666              
31667              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
31668              accurate reading of the "atime".  
31669      Branch: perl
31670            ! t/io/fs.t
31671 ____________________________________________________________________________
31672 [  8333] By: jhi                                   on 2001/01/05  15:57:37
31673         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
31674              From: Simon Cozens <simon@cozens.net>
31675              Date: Fri, 8 Dec 2000 13:33:31 +0000
31676              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
31677              
31678              A lost patch fragment.
31679      Branch: perl
31680            ! doop.c
31681 ____________________________________________________________________________
31682 [  8332] By: jhi                                   on 2001/01/05  15:40:42
31683         Log: Do away with strncpy() and a fixed length buffer.
31684      Branch: perl
31685            ! utf8.c
31686 ____________________________________________________________________________
31687 [  8331] By: jhi                                   on 2001/01/05  15:03:07
31688         Log: Tests for #8329 and #8330.
31689      Branch: perl
31690            ! t/op/bop.t
31691 ____________________________________________________________________________
31692 [  8330] By: jhi                                   on 2001/01/05  15:02:38
31693         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
31694              raw 8-bit form to the UTF-8 string.
31695      Branch: perl
31696            ! toke.c
31697 ____________________________________________________________________________
31698 [  8329] By: jhi                                   on 2001/01/05  14:55:13
31699         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
31700              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31701              Date: Fri, 5 Jan 2001 12:28:52 +0100
31702              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
31703              
31704              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
31705              no effect.  (changed the strncpy() to Copy())
31706      Branch: perl
31707            ! toke.c
31708 ____________________________________________________________________________
31709 [  8328] By: jhi                                   on 2001/01/05  06:44:27
31710         Log: UTF-8 cleanup.
31711      Branch: perl
31712            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31713            ! regexec.c sv.c toke.c
31714 ____________________________________________________________________________
31715 [  8327] By: jhi                                   on 2001/01/05  01:11:29
31716         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
31717              From: Radu Greab <radu@netsoft.ro>
31718              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
31719              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
31720              
31721              Cleans up Harness to not use FileHandle, which uses IO.
31722      Branch: perl
31723            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31724 ____________________________________________________________________________
31725 [  8326] By: jhi                                   on 2001/01/05  00:56:37
31726         Log: Update Changes.
31727      Branch: perl
31728            ! Changes patchlevel.h
31729 ____________________________________________________________________________
31730 [  8325] By: jhi                                   on 2001/01/05  00:53:18
31731         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
31732              From: Peter Prymmer <pvhp@forte.com>
31733              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
31734              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
31735              
31736              plus a couple more tailing whitespace removals.
31737      Branch: perl
31738            ! win32/Makefile
31739 ____________________________________________________________________________
31740 [  8324] By: jhi                                   on 2001/01/05  00:47:39
31741         Log: Add some Unicode chop() tests.
31742      Branch: perl
31743            ! t/op/chop.t
31744 ____________________________________________________________________________
31745 [  8323] By: jhi                                   on 2001/01/05  00:47:23
31746         Log: Unify UTF-8 malformedness handling.
31747      Branch: perl
31748            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
31749 ____________________________________________________________________________
31750 [  8322] By: jhi                                   on 2001/01/04  22:21:54
31751         Log: The new $issymlink was unknown to Mksymlinks.
31752      Branch: metaconfig/U/perl
31753            ! Mksymlinks.U issymlink.U
31754      Branch: perl
31755            ! Configure config_h.SH
31756 ____________________________________________________________________________
31757 [  8321] By: jhi                                   on 2001/01/04  21:51:05
31758         Log: The test didn't work under the core test framework.
31759      Branch: perl
31760            ! t/lib/st-lock.t
31761 ____________________________________________________________________________
31762 [  8320] By: jhi                                   on 2001/01/04  21:14:22
31763         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
31764      Branch: perl
31765            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
31766 ____________________________________________________________________________
31767 [  8319] By: jhi                                   on 2001/01/04  20:46:17
31768         Log: Typo in #8312 when manually appying a problematic patch fragment.
31769      Branch: perl
31770            ! ext/Storable/Storable.xs
31771 ____________________________________________________________________________
31772 [  8318] By: jhi                                   on 2001/01/04  20:43:01
31773         Log: The $sh_c didn't fly.
31774      Branch: metaconfig
31775            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
31776            ! U/modified/Loc.U U/modified/myhostname.U
31777            ! U/modified/spitshell.U
31778      Branch: metaconfig/U/perl
31779            ! issymlink.U
31780      Branch: perl
31781            ! Configure config_h.SH
31782 ____________________________________________________________________________
31783 [  8317] By: jhi                                   on 2001/01/04  19:58:01
31784         Log: AIX builtin test -h is broken, changes based on
31785              
31786              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
31787              Date: Tue, 02 Jan 2001 11:24:39 +0100
31788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31789              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
31790      Branch: metaconfig
31791            + U/modified/spitshell.U
31792            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
31793            ! U/modified/Loc.U U/modified/myhostname.U
31794      Branch: metaconfig/U/perl
31795            ! Mksymlinks.U issymlink.U
31796      Branch: perl
31797            ! Configure
31798 ____________________________________________________________________________
31799 [  8316] By: jhi                                   on 2001/01/04  19:02:22
31800         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
31801              From: Andy Dougherty <doughera@lafayette.edu>
31802              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
31803              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
31804              
31805              Beware of GNU ld.
31806      Branch: perl
31807            ! hints/solaris_2.sh
31808 ____________________________________________________________________________
31809 [  8315] By: jhi                                   on 2001/01/04  18:56:48
31810         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
31811              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
31812              Date: Wed, 3 Jan 2001 07:58:51 +0100
31813              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
31814      Branch: perl
31815            ! hints/solaris_2.sh
31816 ____________________________________________________________________________
31817 [  8314] By: jhi                                   on 2001/01/04  18:54:07
31818         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
31819              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31820              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
31821              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
31822              
31823              Doc tweak on #8313.
31824      Branch: perl
31825            ! ext/B/B/Deparse.pm
31826 ____________________________________________________________________________
31827 [  8313] By: jhi                                   on 2001/01/04  18:52:27
31828         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
31829              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
31830              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31831              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
31832              
31833              Make the peephole optimizer to bypass more null ops and
31834              and rewrite the deparse handling of continue blocks.
31835      Branch: perl
31836            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
31837 ____________________________________________________________________________
31838 [  8312] By: jhi                                   on 2001/01/04  18:47:39
31839         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
31840      Branch: perl
31841            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
31842            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
31843            ! t/lib/st-lock.t
31844 ____________________________________________________________________________
31845 [  8311] By: jhi                                   on 2001/01/04  18:36:08
31846         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
31847              filter to be run on each .pm during the pm_to_blib() phase,
31848              a fixed version of
31849              
31850              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
31851              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
31852              Date: Wed, 03 Jan 2001 22:01:30 +0100
31853              Message-ID: <5296.978555690@nice.ram.loc>
31854      Branch: perl
31855            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
31856            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
31857            ! lib/ExtUtils/MakeMaker.pm
31858 ____________________________________________________________________________
31859 [  8310] By: jhi                                   on 2001/01/04  18:32:54
31860         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31861              From: Robin Barker <rmb1@cise.npl.co.uk>
31862              Date: Tue, 2 Jan 2001 15:35:03 GMT
31863              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
31864      Branch: perl
31865            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
31866            ! pod/perlrequick.pod
31867 ____________________________________________________________________________
31868 [  8309] By: jhi                                   on 2001/01/04  18:29:07
31869         Log: Subject: Re: [patch] static-ize XS()
31870              From: Doug MacEachern <dougm@covalent.net>
31871              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
31872              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
31873              
31874              Provide prototypes for the XS functions.
31875      Branch: perl
31876            ! lib/ExtUtils/xsubpp
31877 ____________________________________________________________________________
31878 [  8308] By: jhi                                   on 2001/01/04  18:27:44
31879         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
31880              From: Doug MacEachern <dougm@covalent.net>
31881              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
31882              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
31883      Branch: perl
31884            ! lib/ExtUtils/typemap
31885 ____________________________________________________________________________
31886 [  8307] By: jhi                                   on 2001/01/04  18:25:25
31887         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
31888              From: Doug MacEachern <dougm@covalent.net>
31889              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
31890              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
31891              
31892              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
31893      Branch: perl
31894            ! lib/ExtUtils/MM_Unix.pm
31895 ____________________________________________________________________________
31896 [  8306] By: jhi                                   on 2001/01/04  18:23:00
31897         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
31898              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31899              Date: Thu, 4 Jan 2001 12:47:10 +0100 
31900              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
31901              
31902              The toke.c part only, patching embed.h and proto.h is futile.
31903      Branch: perl
31904            ! toke.c
31905 ____________________________________________________________________________
31906 [  8305] By: jhi                                   on 2001/01/04  18:05:51
31907         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
31908              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31909              Date: Thu, 4 Jan 2001 17:50:12 +0100 
31910              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
31911      Branch: perl
31912            ! toke.c
31913 ____________________________________________________________________________
31914 [  8304] By: jhi                                   on 2001/01/04  18:03:26
31915         Log: Subject: [PATCH perl@8269]
31916              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31917              Date: Thu, 4 Jan 2001 12:53:39 +0100 
31918              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
31919              
31920              If running byacc write-enable also perly.h.
31921      Branch: perl
31922            ! Makefile.SH
31923 ____________________________________________________________________________
31924 [  8303] By: jhi                                   on 2001/01/04  15:40:49
31925         Log: Rewrite pp_concat() in terms of sv_catsv().
31926      Branch: perl
31927            ! pp_hot.c
31928 ____________________________________________________________________________
31929 [  8302] By: nick                                  on 2001/01/03  22:43:22
31930         Log: Integrate mainline.
31931      Branch: perlio
31932           !> ext/Encode/Encode.xs sv.c utf8.c
31933 ____________________________________________________________________________
31934 [  8301] By: jhi                                   on 2001/01/02  23:40:26
31935         Log: Variable naming tweak.
31936      Branch: perl
31937            ! sv.c
31938 ____________________________________________________________________________
31939 [  8300] By: jhi                                   on 2001/01/02  23:40:02
31940         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
31941              in is_utf8_string().
31942      Branch: perl
31943            ! utf8.c
31944 ____________________________________________________________________________
31945 [  8299] By: jhi                                   on 2001/01/02  22:14:40
31946         Log: Integrate perlio.
31947      Branch: perl
31948           !> pp.c pp_hot.c win32/Makefile
31949 ____________________________________________________________________________
31950 [  8298] By: nick                                  on 2001/01/02  22:03:06
31951         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
31952      Branch: perlio
31953            ! pp.c pp_hot.c
31954 ____________________________________________________________________________
31955 [  8297] By: jhi                                   on 2001/01/02  04:26:28
31956         Log: Signedness nit.
31957      Branch: perl
31958            ! ext/Encode/Encode.xs
31959 ____________________________________________________________________________
31960 [  8296] By: nick                                  on 2001/01/01  23:49:36
31961         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
31962      Branch: perlio
31963            ! win32/Makefile
31964 ____________________________________________________________________________
31965 [  8295] By: jhi                                   on 2001/01/01  23:05:48
31966         Log: Integrate perlio.
31967      Branch: perl
31968           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
31969           !> t/lib/encode.t
31970 ____________________________________________________________________________
31971 [  8294] By: nick                                  on 2001/01/01  22:48:34
31972         Log: Integrate mainline
31973      Branch: perlio
31974            ! pp_hot.c t/lib/encode.t
31975           !> (integrate 65 files)
31976 ____________________________________________________________________________
31977 [  8293] By: nick                                  on 2001/01/01  21:58:50
31978         Log: More rigor in UTF-8-ness of Encode's toUnicode
31979              XS export some of the utf8 internal functions.
31980              Test some of the functions.
31981              Fix pp_concat() bug shown by said tests.
31982      Branch: perlio
31983            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
31984            ! t/lib/encode.t
31985 ____________________________________________________________________________
31986 [  8292] By: jhi                                   on 2001/01/01  18:11:44
31987         Log: Integrate perlio.
31988      Branch: perl
31989           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
31990           !> ext/Encode/encengine.c ext/Encode/encode.h
31991 ____________________________________________________________________________
31992 [  8291] By: jhi                                   on 2001/01/01  18:10:58
31993         Log: Podify README.mpeix (a new version from the web),
31994              add a dummy NAME to Carp::Heavy, regen toc.
31995      Branch: perl
31996            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
31997            ! pod/perltoc.pod
31998 ____________________________________________________________________________
31999 [  8290] By: nick                                  on 2001/01/01  17:43:47
32000         Log: Loose the "Loading..." warning.
32001              Another bug in fallback support
32002      Branch: perlio
32003            ! ext/Encode/Encode.pm ext/Encode/encengine.c
32004 ____________________________________________________________________________
32005 [  8289] By: jhi                                   on 2001/01/01  00:01:57
32006         Log: Bump up Larry's copyright.
32007      Branch: perl
32008            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
32009            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
32010            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
32011            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
32012            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
32013            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
32014            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
32015            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
32016 ____________________________________________________________________________
32017 [  8288] By: nick                                  on 2000/12/31  21:27:53
32018         Log: Fix .ucm reading - forgot a chr()
32019              Start of .ucm write (for .enc to .ucm)
32020      Branch: perlio
32021            ! ext/Encode/compile
32022 ____________________________________________________________________________
32023 [  8287] By: jhi                                   on 2000/12/31  18:15:56
32024         Log: Comment away a diagnostic message as noted by Craig A. Berry
32025              (the unexpected message was confusing testing)
32026      Branch: perl
32027            ! ext/Encode/Encode.pm
32028 ____________________________________________________________________________
32029 [  8286] By: jhi                                   on 2000/12/31  18:14:51
32030         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
32031              Date: Sun, 31 Dec 2000 11:17:37 -0600
32032              From: "Craig A. Berry" <craigberry@mac.com>
32033              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
32034      Branch: perl
32035            ! ext/Encode/Makefile.PL
32036 ____________________________________________________________________________
32037 [  8285] By: nick                                  on 2000/12/31  18:11:54
32038         Log: Start of support of ICU-style .ucm files:
32039              - teach compile how to read a .ucm file
32040              - first guess at how to represent fallbacks in "tries".
32041              - use fallbacks if check == 0
32042              - new return code to indicate we used one.
32043      Branch: perlio
32044            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32045            ! ext/Encode/encengine.c ext/Encode/encode.h
32046 ____________________________________________________________________________
32047 [  8284] By: jhi                                   on 2000/12/31  18:04:41
32048         Log: Pacify picky VMS compiler.
32049              
32050              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
32051              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32052              Date: Sat, 30 Dec 2000 18:10:02 -0600
32053              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
32054      Branch: perl
32055            ! sv.c
32056 ____________________________________________________________________________
32057 [  8283] By: jhi                                   on 2000/12/31  16:11:47
32058         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
32059      Branch: perl
32060            ! t/lib/glob-basic.t
32061 ____________________________________________________________________________
32062 [  8282] By: jhi                                   on 2000/12/31  15:26:11
32063         Log: Integrate perlio.
32064      Branch: perl
32065           !> makedef.pl opcode.pl os2/os2.c perlio.c
32066 ____________________________________________________________________________
32067 [  8281] By: nick                                  on 2000/12/31  10:06:15
32068         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
32069              is available to be exported
32070      Branch: perlio
32071            ! makedef.pl perlio.c
32072 ____________________________________________________________________________
32073 [  8280] By: nick                                  on 2000/12/31  09:41:26
32074         Log: Ilya's OS2 patch (testing for damage on Win32)
32075      Branch: perlio
32076            ! makedef.pl opcode.pl os2/os2.c
32077 ____________________________________________________________________________
32078 [  8279] By: jhi                                   on 2000/12/30  21:52:07
32079         Log: Test nits.
32080      Branch: perl
32081            ! t/lib/syslfs.t t/op/lfs.t
32082 ____________________________________________________________________________
32083 [  8278] By: jhi                                   on 2000/12/30  21:47:49
32084         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32085              From: andreas.koenig@anima.de (Andreas J. Koenig)
32086              Date: 30 Dec 2000 22:35:37 +0100
32087              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
32088              
32089              The 32-bit wraparound test wasn't quite right.
32090      Branch: perl
32091            ! t/lib/syslfs.t t/op/lfs.t
32092 ____________________________________________________________________________
32093 [  8277] By: jhi                                   on 2000/12/30  21:33:44
32094         Log: Subject: [PATCH] open() example in perlfunc.pod 
32095              From: Karsten Sperling <s_sperli@ira.uka.de>
32096              Date: Sat, 30 Dec 2000 22:27:09 +0100
32097              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
32098      Branch: perl
32099            ! pod/perlfunc.pod
32100 ____________________________________________________________________________
32101 [  8276] By: jhi                                   on 2000/12/30  20:32:40
32102         Log: Not quite that many tests yet.
32103      Branch: perl
32104            ! t/op/pat.t
32105 ____________________________________________________________________________
32106 [  8275] By: jhi                                   on 2000/12/30  20:26:58
32107         Log: Integrate perlio.
32108      Branch: perl
32109           !> toke.c
32110 ____________________________________________________________________________
32111 [  8274] By: jhi                                   on 2000/12/30  20:24:56
32112         Log: Signedness nit.
32113      Branch: perl
32114            ! utf8.c
32115 ____________________________________________________________________________
32116 [  8273] By: jhi                                   on 2000/12/30  20:15:46
32117         Log: Add a test case for 20000731.001 which was fixed by the #8267.
32118      Branch: perl
32119            ! t/op/pat.t
32120 ____________________________________________________________________________
32121 [  8272] By: nick                                  on 2000/12/30  19:47:51
32122         Log: Tweak for MULTIPLICITY/USE_PERLIO
32123      Branch: perlio
32124            ! toke.c
32125 ____________________________________________________________________________
32126 [  8271] By: nick                                  on 2000/12/30  19:46:45
32127         Log: Integrate mainline
32128      Branch: perlio
32129           +> lib/unicode/distinct.pm
32130           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
32131           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
32132           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
32133 ____________________________________________________________________________
32134 [  8270] By: jhi                                   on 2000/12/30  19:39:50
32135         Log: Subject: RE: perl@8269
32136              From: "Richard Soderberg" <rs@crystalflame.net>
32137              Date: Sat, 30 Dec 2000 11:36:27 -0800
32138              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
32139              
32140              A missing aTHX_.
32141      Branch: perl
32142            ! toke.c
32143 ____________________________________________________________________________
32144 [  8269] By: jhi                                   on 2000/12/30  18:55:48
32145         Log: Update Changes.
32146      Branch: perl
32147            ! Changes patchlevel.h
32148 ____________________________________________________________________________
32149 [  8268] By: jhi                                   on 2000/12/30  17:18:40
32150         Log: Add a test for Unicode split //.  The #8267 was the cure.
32151      Branch: perl
32152            ! t/op/split.t
32153 ____________________________________________________________________________
32154 [  8267] By: jhi                                   on 2000/12/30  17:14:19
32155         Log: Subject: more UTF8 test suites and an UTF8 patch
32156              From: Inaba Hiroto <inaba@st.rim.or.jp>
32157              Date: Sat, 30 Dec 2000 14:27:10 +0900
32158              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
32159              
32160              Just the patch part for now, and the pragma renamed
32161              as unicode::distinct.
32162      Branch: perl
32163            + lib/unicode/distinct.pm
32164            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
32165            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
32166            ! regcomp.h regexec.c sv.c toke.c utf8.c
32167 ____________________________________________________________________________
32168 [  8266] By: nick                                  on 2000/12/30  16:40:49
32169         Log: Integrate mainline
32170      Branch: perlio
32171           +> lib/Pod/Text/Overstrike.pm
32172           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
32173           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
32174           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
32175           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
32176           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
32177 ____________________________________________________________________________
32178 [  8265] By: jhi                                   on 2000/12/30  07:28:55
32179         Log: The sv_catsv() fix, take two.
32180      Branch: perl
32181            ! sv.c t/op/join.t
32182 ____________________________________________________________________________
32183 [  8264] By: jhi                                   on 2000/12/30  06:19:18
32184         Log: Undo all the join-related changes since #8248: relevant
32185              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
32186              The new sv_catsv() doesn't fly so it must go back to
32187              the drawing board.
32188      Branch: perl
32189            ! sv.c t/op/join.t t/pragma/utf8.t
32190 ____________________________________________________________________________
32191 [  8263] By: jhi                                   on 2000/12/30  01:08:32
32192         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
32193      Branch: perl
32194            ! sv.c
32195 ____________________________________________________________________________
32196 [  8262] By: jhi                                   on 2000/12/30  00:45:14
32197         Log: Retract #8261.
32198      Branch: perl
32199            ! hv.c util.c
32200 ____________________________________________________________________________
32201 [  8261] By: jhi                                   on 2000/12/30  00:38:32
32202         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
32203      Branch: perl
32204            ! hv.c util.c
32205 ____________________________________________________________________________
32206 [  8260] By: jhi                                   on 2000/12/29  22:51:33
32207         Log: (Retracted by #8264)  More fixing for #8251.
32208      Branch: perl
32209            ! sv.c
32210 ____________________________________________________________________________
32211 [  8259] By: jhi                                   on 2000/12/29  18:27:30
32212         Log: Subject: podlators 1.06 released
32213              From: Russ Allbery <rra@stanford.edu>
32214              Date: 25 Dec 2000 05:09:30 -0800
32215              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
32216      Branch: perl
32217            + lib/Pod/Text/Overstrike.pm
32218            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
32219            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
32220 ____________________________________________________________________________
32221 [  8258] By: jhi                                   on 2000/12/29  18:20:45
32222         Log: Make the large file tests more robust/talkative as suggested by
32223              
32224              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32225              From: andreas.koenig@anima.de (Andreas J. Koenig)
32226              Date: 29 Dec 2000 14:23:01 +0100
32227              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
32228      Branch: perl
32229            ! t/lib/syslfs.t t/op/lfs.t
32230 ____________________________________________________________________________
32231 [  8257] By: jhi                                   on 2000/12/29  17:48:04
32232         Log: Further VMS piping fixes from Charles Lane:
32233              
32234              In summary, error messages produced when a subprocess terminated
32235              abnormally were being sent not just to the parent process, but to
32236              grandparents, because of default values for error output that were
32237              not completely overridden when the subprocess was started.
32238              
32239              This patch fixes this behavior by defining user-mode (i.e., temporary
32240              for the duration of the program) logical names for SYS$OUTPUT and
32241              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
32242              changes to make it so that the user-mode logicals are the ones that
32243              control where Perl's error messages go if it terminates abnormally.
32244              
32245              I also added some gratuitous fixes to the indentation of braces in
32246              the piping code.  It just looked ugly, before.
32247      Branch: perl
32248            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
32249 ____________________________________________________________________________
32250 [  8256] By: jhi                                   on 2000/12/29  17:45:12
32251         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
32252              From: "Casey R. Tweten" <crt@kiski.net>
32253              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
32254              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
32255              
32256              Tests for for #8240.
32257      Branch: perl
32258            ! t/pragma/constant.t
32259 ____________________________________________________________________________
32260 [  8255] By: jhi                                   on 2000/12/29  17:43:07
32261         Log: Subject: Re: [PATCH] Interesting syntax idea
32262              From: Simon Cozens <simon@cozens.net>
32263              Date: Fri, 29 Dec 2000 14:34:04 +0000
32264              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
32265              
32266              Tests for #8254.
32267      Branch: perl
32268            ! t/pragma/sub_lval.t
32269 ____________________________________________________________________________
32270 [  8254] By: jhi                                   on 2000/12/29  17:42:11
32271         Log: Subject: [PATCH] Interesting syntax idea
32272              From: Simon Cozens <simon@cozens.net>
32273              Date: Wed, 27 Dec 2000 05:08:57 +0000
32274              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
32275              
32276              Make opens + bareword assigns do typeglob assigns.
32277      Branch: perl
32278            ! op.c
32279 ____________________________________________________________________________
32280 [  8253] By: jhi                                   on 2000/12/29  17:36:45
32281         Log: Output the (apparent) version of gcc, as suggested by
32282              
32283              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
32284              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
32285              Date: 26 Dec 2000 04:29:17 -0500
32286              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
32287              
32288              (The patch as such didn't any more apply as the misparsing had
32289              already been addressed in #6474.)  Also change the wording about
32290              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
32291      Branch: perl
32292            ! hints/dec_osf.sh
32293 ____________________________________________________________________________
32294 [  8252] By: nick                                  on 2000/12/29  12:14:31
32295         Log: Integrate mainline
32296      Branch: perlio
32297           !> (integrate 27 files)
32298 ____________________________________________________________________________
32299 [  8251] By: jhi                                   on 2000/12/29  08:45:46
32300         Log: (Retracted by #8264)
32301              
32302              (Fixed by #8260.)
32303              
32304              sv_catsv() needs one more byte space than seems reasonable.
32305              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
32306              Curiouser and curiouser.
32307      Branch: perl
32308            ! sv.c
32309 ____________________________________________________________________________
32310 [  8250] By: jhi                                   on 2000/12/29  07:57:52
32311         Log: More split // UTF-8 tests.
32312      Branch: perl
32313            ! t/pragma/utf8.t
32314 ____________________________________________________________________________
32315 [  8249] By: jhi                                   on 2000/12/29  07:54:51
32316         Log: (Retracted by #8264)  More join() testing which was good because
32317              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
32318      Branch: perl
32319            ! pp.c t/op/join.t utf8.c utf8.h
32320 ____________________________________________________________________________
32321 [  8248] By: jhi                                   on 2000/12/29  07:08:32
32322         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
32323              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
32324              that the only cases to care about are byte+byte and byte+character.
32325              
32326              TODO: See how well pp_concat() could be implemented in terms
32327              of sv_catsv().
32328      Branch: perl
32329            ! doop.c sv.c t/op/join.t utf8.h
32330 ____________________________________________________________________________
32331 [  8247] By: jhi                                   on 2000/12/29  06:35:23
32332         Log: Signedness nit.
32333      Branch: perl
32334            ! pp_hot.c
32335 ____________________________________________________________________________
32336 [  8246] By: jhi                                   on 2000/12/29  01:23:31
32337         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
32338              From: Lupe Christoph <lupe@lupe-christoph.de>
32339              Date: Thu, 28 Dec 2000 23:00:00 +0100
32340              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
32341              
32342              Suggest rsync --delete --dry-run.
32343      Branch: perl
32344            ! pod/perlhack.pod
32345 ____________________________________________________________________________
32346 [  8245] By: jhi                                   on 2000/12/28  23:57:05
32347         Log: The maxiters upper limit sanity check (guarding against
32348              non-progress) assumed bytes instead of characters in s///
32349              and split().
32350      Branch: perl
32351            ! pp.c pp_hot.c
32352 ____________________________________________________________________________
32353 [  8244] By: jhi                                   on 2000/12/28  23:34:08
32354         Log: Make some panic messages a bit more logical.
32355      Branch: perl
32356            ! doop.c pod/perldiag.pod pp.c pp_hot.c
32357 ____________________________________________________________________________
32358 [  8243] By: jhi                                   on 2000/12/28  22:59:16
32359         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
32360              From: Simon Cozens <simon@cozens.net>
32361              Date: Wed, 27 Dec 2000 02:30:03 +0000
32362              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
32363      Branch: perl
32364            ! pp.c t/pragma/sub_lval.t
32365 ____________________________________________________________________________
32366 [  8242] By: jhi                                   on 2000/12/28  22:56:53
32367         Log: Subject: [PATCH blead] Fix B::Terse indentation
32368              From: Daniel Chetlin <daniel@chetlin.com>
32369              Date: Wed, 27 Dec 2000 06:43:30 -0800
32370              Message-ID: <20001227064329.B9573@darkstar>
32371      Branch: perl
32372            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
32373 ____________________________________________________________________________
32374 [  8241] By: jhi                                   on 2000/12/28  22:48:59
32375         Log: The latter patch from the
32376              
32377              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
32378              From: Peter Prymmer <pvhp@forte.com> 
32379              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
32380              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
32381              
32382              (the former patch from the above should have been
32383              taken care of by Nick I-S)
32384      Branch: perl
32385            ! win32/Makefile
32386 ____________________________________________________________________________
32387 [  8240] By: jhi                                   on 2000/12/28  22:45:22
32388         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
32389              From: "Casey R. Tweten" <crt@kiski.net>
32390              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
32391              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
32392      Branch: perl
32393            ! lib/constant.pm
32394 ____________________________________________________________________________
32395 [  8239] By: jhi                                   on 2000/12/28  22:37:45
32396         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
32397              From: Simon Cozens <simon@cozens.net>
32398              Date: Wed, 27 Dec 2000 14:12:44 +0000
32399              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
32400      Branch: perl
32401            ! t/op/method.t t/op/sort.t toke.c
32402 ____________________________________________________________________________
32403 [  8238] By: jhi                                   on 2000/12/28  22:30:32
32404         Log: Subject: [PATCH perl@8229] Call.pm
32405              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32406              Date: Mon, 25 Dec 2000 10:47:15 -0000
32407              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
32408      Branch: perl
32409            ! ext/Filter/Util/Call/Call.pm
32410 ____________________________________________________________________________
32411 [  8237] By: jhi                                   on 2000/12/28  22:19:21
32412         Log: Subject: [PATCH blead] Fix problem with `&' prototype
32413              From: Daniel Chetlin <daniel@chetlin.com>
32414              Date: Wed, 27 Dec 2000 15:55:32 -0800
32415              Message-ID: <20001227155532.D9573@darkstar>
32416      Branch: perl
32417            ! op.c t/comp/proto.t
32418 ____________________________________________________________________________
32419 [  8236] By: jhi                                   on 2000/12/28  22:09:25
32420         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
32421              From: Daniel Chetlin <daniel@chetlin.com>
32422              Date: Sun, 24 Dec 2000 04:09:49 -0800
32423              Message-ID: <20001224040949.B3090@darkstar>
32424      Branch: perl
32425            ! gv.c mg.c t/op/attrs.t
32426 ____________________________________________________________________________
32427 [  8235] By: jhi                                   on 2000/12/28  22:07:11
32428         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
32429              From: Jan Dubois <jand@ActiveState.com>
32430              Date: Tue, 26 Dec 2000 20:57:31 -0800
32431              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
32432      Branch: perl
32433            ! win32/win32.c
32434 ____________________________________________________________________________
32435 [  8234] By: jhi                                   on 2000/12/28  21:52:42
32436         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
32437              From: Simon Cozens <simon@cozens.net>
32438              Date: Thu, 28 Dec 2000 20:33:13 +0000
32439              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
32440      Branch: perl
32441            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
32442 ____________________________________________________________________________
32443 [  8233] By: jhi                                   on 2000/12/28  19:40:49
32444         Log: Integrate perlio.
32445      Branch: perl
32446           !> ext/Encode/Makefile.PL ext/Encode/compile
32447 ____________________________________________________________________________
32448 [  8232] By: nick                                  on 2000/12/23  16:06:00
32449         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
32450              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
32451      Branch: perlio
32452            ! ext/Encode/Makefile.PL
32453 ____________________________________________________________________________
32454 [  8231] By: nick                                  on 2000/12/23  14:30:34
32455         Log: "Compiled" encode build cleanup
32456              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
32457              - .c files do not export sub-tables
32458      Branch: perlio
32459            ! ext/Encode/Makefile.PL ext/Encode/compile
32460 ____________________________________________________________________________
32461 [  8230] By: nick                                  on 2000/12/23  12:50:37
32462         Log: Integrate mainline
32463      Branch: perlio
32464           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32465           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32466           !> pod/perl5004delta.pod pod/perl5005delta.pod
32467           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32468           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32469           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32470           !> pod/perlsub.pod
32471 ____________________________________________________________________________
32472 [  8229] By: jhi                                   on 2000/12/22  15:32:12
32473         Log: Integrate perlio.
32474      Branch: perl
32475           +> win32/distclean.bat
32476           !> MANIFEST t/io/utf8.t
32477 ____________________________________________________________________________
32478 [  8228] By: jhi                                   on 2000/12/22  15:29:40
32479         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32480              From: Robin Barker <rmb1@cise.npl.co.uk>
32481              Date: Fri, 22 Dec 2000 12:17:38 GMT
32482              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
32483      Branch: perl
32484            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32485            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32486            ! pod/perl5004delta.pod pod/perl5005delta.pod
32487            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32488            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32489            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32490            ! pod/perlsub.pod
32491 ____________________________________________________________________________
32492 [  8227] By: jhi                                   on 2000/12/22  15:24:28
32493         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32494              From: "John L. Allen" <allen@grumman.com>
32495              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
32496              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
32497              
32498              Document APPLLIB_EXP.
32499      Branch: perl
32500            ! INSTALL
32501 ____________________________________________________________________________
32502 [  8226] By: nick                                  on 2000/12/21  22:11:50
32503         Log: Handy script for when one forgets to "dmake clean" 
32504      Branch: perlio
32505            + win32/distclean.bat
32506            ! MANIFEST
32507 ____________________________________________________________________________
32508 [  8225] By: nick                                  on 2000/12/21  21:54:04
32509         Log: CRLF platform issue with io/utf8 fix.
32510      Branch: perlio
32511            ! t/io/utf8.t
32512 ____________________________________________________________________________
32513 [  8224] By: nick                                  on 2000/12/21  21:02:20
32514         Log: Integrate mainline
32515      Branch: perlio
32516           !> Changes Configure Makefile.SH Porting/Glossary
32517           !> Porting/config.sh Porting/config_H configure.com
32518           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
32519           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
32520           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
32521           !> win32/config.bc win32/config.gc win32/config.vc
32522 ____________________________________________________________________________
32523 [  8223] By: jhi                                   on 2000/12/21  17:09:16
32524         Log: Update Changes.
32525      Branch: perl
32526            ! Changes patchlevel.h
32527 ____________________________________________________________________________
32528 [  8222] By: jhi                                   on 2000/12/21  16:24:01
32529         Log: Metaconfig unit changes for #8221.
32530      Branch: metaconfig/U/perl
32531           +> issymlink.U
32532            - testsyml.U
32533            ! Mksymlinks.U
32534 ____________________________________________________________________________
32535 [  8221] By: jhi                                   on 2000/12/21  16:23:48
32536         Log: Rename testsyml to issymlink.
32537      Branch: perl
32538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32539            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
32540            ! win32/config.vc
32541 ____________________________________________________________________________
32542 [  8220] By: jhi                                   on 2000/12/21  15:47:26
32543         Log: Robustness support for #8218 (symlink forest) since the GNU
32544              tools seem to be overly picky about symlinkage depths.
32545      Branch: perl
32546            ! Makefile.SH t/io/fs.t
32547 ____________________________________________________________________________
32548 [  8219] By: jhi                                   on 2000/12/21  15:38:27
32549         Log: Metaconfig changes for #8218.
32550      Branch: metaconfig
32551            ! U/modified/Oldconfig.U
32552      Branch: metaconfig/U/perl
32553            + Mksymlinks.U
32554            ! testsyml.U
32555 ____________________________________________________________________________
32556 [  8218] By: jhi                                   on 2000/12/21  15:37:57
32557         Log: Add Configure option -Dmksymlinks which will create a symlink
32558              forest if the current/build differs from the source directory.
32559              TODO: mkdir -p is not portable.
32560      Branch: perl
32561            ! Configure
32562 ____________________________________________________________________________
32563 [  8217] By: jhi                                   on 2000/12/21  14:39:12
32564         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
32565              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
32566              Date: Thu, 21 Dec 2000 09:38:18 GMT
32567              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
32568              
32569              The ofs became an SV.
32570      Branch: perl
32571            ! ext/Thread/Thread.xs
32572 ____________________________________________________________________________
32573 [  8216] By: jhi                                   on 2000/12/21  05:40:21
32574         Log: The polymorphism seems to have fixed 20000517.001.
32575      Branch: perl
32576            ! t/pragma/utf8.t
32577 ____________________________________________________________________________
32578 [  8215] By: jhi                                   on 2000/12/21  04:44:52
32579         Log: read() documentation tweak for 20001121.004.
32580      Branch: perl
32581            ! pod/perlfunc.pod
32582 ____________________________________________________________________________
32583 [  8214] By: jhi                                   on 2000/12/21  03:54:11
32584         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
32585      Branch: perl
32586            ! pp_sys.c t/op/misc.t
32587 ____________________________________________________________________________
32588 [  8213] By: jhi                                   on 2000/12/21  00:28:10
32589         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
32590              From: Peter Prymmer <pvhp@forte.com>
32591              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
32592              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
32593      Branch: perl
32594            ! configure.com
32595 ____________________________________________________________________________
32596 [  8212] By: jhi                                   on 2000/12/21  00:26:21
32597         Log: Edit edit edit.
32598      Branch: perl
32599            ! pod/perlfaq3.pod
32600 ____________________________________________________________________________
32601 [  8211] By: jhi                                   on 2000/12/20  18:52:46
32602         Log: Update Changes.
32603      Branch: perl
32604            ! Changes patchlevel.h
32605 ____________________________________________________________________________
32606 [  8210] By: jhi                                   on 2000/12/20  18:34:47
32607         Log: Yet another editor edit.
32608      Branch: perl
32609            ! pod/perlfaq3.pod
32610 ____________________________________________________________________________
32611 [  8209] By: jhi                                   on 2000/12/20  15:33:28
32612         Log: More Win32 Perling.
32613      Branch: perl
32614            ! pod/perlfaq3.pod
32615 ____________________________________________________________________________
32616 [  8208] By: jhi                                   on 2000/12/20  15:07:46
32617         Log: More Win32 editor/IDE/shell hints.
32618      Branch: perl
32619            ! pod/perlfaq3.pod
32620 ____________________________________________________________________________
32621 [  8207] By: jhi                                   on 2000/12/20  03:54:08
32622         Log: Subject: [PATCH] obscure timing knowledge
32623              From: Nicholas Clark <nick@ccl4.org>
32624              Date: Tue, 19 Dec 2000 19:22:31 +0000
32625              Message-ID: <20001219192231.F2827@plum.flirble.org>
32626      Branch: perl
32627            ! sv.c
32628 ____________________________________________________________________________
32629 [  8206] By: jhi                                   on 2000/12/20  03:45:57
32630         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
32631              From: Spider Boardman <spider@leggy.zk3.dec.com>
32632              Date: Tue, 19 Dec 2000 21:30:16 -0500
32633              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
32634      Branch: perl
32635            ! sv.c
32636 ____________________________________________________________________________
32637 [  8205] By: jhi                                   on 2000/12/19  23:02:01
32638         Log: Update Changes.
32639      Branch: perl
32640            ! Changes patchlevel.h
32641 ____________________________________________________________________________
32642 [  8204] By: jhi                                   on 2000/12/19  22:58:18
32643         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
32644              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
32645              on editors and diffing/patching.
32646      Branch: perl
32647            ! t/op/utf8decode.t
32648 ____________________________________________________________________________
32649 [  8203] By: nick                                  on 2000/12/19  21:36:16
32650         Log: Integrate mainline (forgot my own change...)
32651      Branch: perlio
32652           !> ext/Encode/compile
32653 ____________________________________________________________________________
32654 [  8202] By: nick                                  on 2000/12/19  21:34:42
32655         Log: Integrate mainline.
32656      Branch: perlio
32657           !> (integrate 61 files)
32658 ____________________________________________________________________________
32659 [  8201] By: nick                                  on 2000/12/19  21:34:06
32660         Log: Avoid looking for File::Glob when we don't need it.
32661      Branch: perl
32662            ! ext/Encode/compile
32663 ____________________________________________________________________________
32664 [  8200] By: jhi                                   on 2000/12/19  18:35:49
32665         Log: Update Changes.
32666      Branch: perl
32667            ! Changes patchlevel.h
32668 ____________________________________________________________________________
32669 [  8199] By: jhi                                   on 2000/12/19  18:35:07
32670         Log: Microperl tweaks.
32671      Branch: perl
32672            ! sv.c uconfig.h uconfig.sh
32673 ____________________________________________________________________________
32674 [  8198] By: jhi                                   on 2000/12/19  18:29:59
32675         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
32676      Branch: perl
32677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32678            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
32679 ____________________________________________________________________________
32680 [  8197] By: jhi                                   on 2000/12/19  17:55:29
32681         Log: In VMS embedded perls couldn't access the statically built Socket,
32682              from Charles Lane.
32683      Branch: perl
32684            ! configure.com
32685 ____________________________________________________________________________
32686 [  8196] By: jhi                                   on 2000/12/19  17:49:50
32687         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
32688              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
32689              Date: Sun, 17 Dec 2000 19:11:44 -0000
32690              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
32691      Branch: perl
32692            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32693            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
32694 ____________________________________________________________________________
32695 [  8195] By: jhi                                   on 2000/12/19  17:47:53
32696         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
32697              From: Jonathan Stowe <gellyfish@gellyfish.com>
32698              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
32699              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
32700      Branch: perl
32701            ! utils/h2xs.PL
32702 ____________________________________________________________________________
32703 [  8194] By: jhi                                   on 2000/12/19  17:46:28
32704         Log: Subject: Re: useless use of void context work-around
32705              From: andreas.koenig@anima.de (Andreas J. Koenig)
32706              Date: 16 Dec 2000 15:13:36 +0100
32707              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
32708              
32709              Document (comment) the q(di ds ig) trick in the code.
32710      Branch: perl
32711            ! op.c
32712 ____________________________________________________________________________
32713 [  8193] By: jhi                                   on 2000/12/19  17:10:57
32714         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
32715              From: "Mark J. Reed" <mreed@strange.turner.com>
32716              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
32717              Message-Id: <200012160222.VAA13986@strange.turner.com>
32718      Branch: perl
32719            ! ext/Sys/Syslog/Syslog.pm
32720 ____________________________________________________________________________
32721 [  8192] By: jhi                                   on 2000/12/19  17:07:45
32722         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
32723              From: Nicholas Clark <nick@ccl4.org>
32724              Date: Sat, 16 Dec 2000 19:03:13 +0000
32725              Message-ID: <20001216190313.D68304@plum.flirble.org>
32726      Branch: perl
32727            ! t/op/64bitint.t
32728 ____________________________________________________________________________
32729 [  8191] By: jhi                                   on 2000/12/19  17:06:13
32730         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
32731              From: Dominic Dunlop <domo@computer.org>
32732              Date: Mon, 18 Dec 2000 12:00:15 +0100
32733              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
32734              
32735              This patchlet is needed in order that perl can be statically linked.  
32736      Branch: perl
32737            ! regexec.c
32738 ____________________________________________________________________________
32739 [  8190] By: jhi                                   on 2000/12/19  17:03:08
32740         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
32741              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32742              Date: Sun, 17 Dec 2000 00:18:35 -0600
32743              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
32744      Branch: perl
32745            ! perlio.h vms/gen_shrfls.pl
32746 ____________________________________________________________________________
32747 [  8189] By: jhi                                   on 2000/12/19  16:20:28
32748         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
32749              From: Prymmer/Kahn <pvhp@best.com>
32750              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
32751              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
32752              
32753              A better version of #8188.
32754      Branch: perl
32755            ! pod/perlfaq3.pod
32756 ____________________________________________________________________________
32757 [  8188] By: jhi                                   on 2000/12/19  15:57:06
32758         Log: (Replaced by #8189)
32759              
32760              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32761              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
32762              From: Prymmer/Kahn <pvhp@best.com>
32763              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
32764              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32765              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
32766              Date: Mon, 18 Dec 2000 11:10:45 -0500
32767              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
32768      Branch: perl
32769            ! pod/perlfaq3.pod
32770 ____________________________________________________________________________
32771 [  8187] By: jhi                                   on 2000/12/19  15:54:19
32772         Log: Email address fix for Anton Berezin.
32773      Branch: perl
32774            ! AUTHORS
32775 ____________________________________________________________________________
32776 [  8186] By: jhi                                   on 2000/12/19  15:38:54
32777         Log: Subject: [PATCH perl@8102] cygwin port
32778              From: "Eric Fifer" <efifer@dircon.co.uk> 
32779              Date: Thu, 14 Dec 2000 13:41:29 -0000
32780              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
32781              
32782              When compiling modules the data item that is being imported
32783              from libperl.dll needs to be tagged as imported/shared data:
32784              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
32785      Branch: perl
32786            ! perliol.h
32787 ____________________________________________________________________________
32788 [  8185] By: jhi                                   on 2000/12/19  14:53:24
32789         Log: Regen uconfig.h and uconfig.sh.
32790      Branch: perl
32791            ! uconfig.h uconfig.sh
32792 ____________________________________________________________________________
32793 [  8184] By: jhi                                   on 2000/12/18  20:43:49
32794         Log: Comments work so much better when they are closed.
32795      Branch: perl
32796            ! regcomp.c
32797 ____________________________________________________________________________
32798 [  8183] By: jhi                                   on 2000/12/18  18:04:02
32799         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
32800              Fixes the bug 20001218.016.
32801      Branch: perl
32802            ! regcomp.c
32803 ____________________________________________________________________________
32804 [  8182] By: gsar                                  on 2000/12/18  09:53:47
32805         Log: delete spurious files
32806      Branch: maint-5.6/perl
32807            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
32808            - vos/config.h vos/config_h.SH_orig
32809 ____________________________________________________________________________
32810 [  8181] By: gsar                                  on 2000/12/18  09:46:08
32811         Log: regen perltoc
32812      Branch: maint-5.6/perl
32813            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
32814 ____________________________________________________________________________
32815 [  8180] By: gsar                                  on 2000/12/18  09:20:27
32816         Log: integrate changes#7924..7926,7946,7952 from mainline
32817      Branch: maint-5.6/perl
32818           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
32819           !> lib/File/stat.pm t/lib/class-struct.t
32820 ____________________________________________________________________________
32821 [  8179] By: gsar                                  on 2000/12/18  08:55:54
32822         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
32823              7918,7919,7988,8907 from mainline (various)
32824      Branch: maint-5.6/perl
32825           +> t/lib/class-struct.t
32826           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
32827           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
32828           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
32829 ____________________________________________________________________________
32830 [  8178] By: gsar                                  on 2000/12/18  08:16:30
32831         Log: avoid redefinition warnings on windows due to sys/socket.h getting
32832              #included before win32.h
32833      Branch: maint-5.6/perl
32834            ! win32/include/sys/socket.h
32835 ____________________________________________________________________________
32836 [  8177] By: gsar                                  on 2000/12/18  05:24:04
32837         Log: make regen_headers; fix POSIX.xs problems; remove outdated
32838              code from sys/socket.h that makes build fail now
32839      Branch: maint-5.6/perl
32840            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
32841            ! pod/perlapi.pod
32842           !> win32/include/sys/socket.h
32843 ____________________________________________________________________________
32844 [  8176] By: gsar                                  on 2000/12/18  05:20:17
32845         Log: update Changes
32846      Branch: maint-5.6/perl
32847            ! Changes patchlevel.h
32848 ____________________________________________________________________________
32849 [  8175] By: gsar                                  on 2000/12/18  04:57:48
32850         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
32851              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
32852              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
32853              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
32854              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
32855              7823,7825,7838
32856      Branch: maint-5.6/perl
32857           +> lib/File/Spec/Epoc.pm
32858           !> (integrate 88 files)
32859 ____________________________________________________________________________
32860 [  8174] By: gsar                                  on 2000/12/18  03:53:09
32861         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
32862              7625..7629,7631..7634,7637,7639,7642 from mainline
32863      Branch: maint-5.6/perl
32864           +> README.solaris
32865           !> (integrate 26 files)
32866 ____________________________________________________________________________
32867 [  8173] By: gsar                                  on 2000/12/18  03:37:02
32868         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
32869              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
32870              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
32871              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
32872      Branch: maint-5.6/perl
32873           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
32874            - MAINTAIN
32875           !> (integrate 111 files)
32876 ____________________________________________________________________________
32877 [  8172] By: jhi                                   on 2000/12/18  02:49:27
32878         Log: Regen pods.
32879      Branch: perl
32880            ! pod/perlmodlib.pod pod/perltoc.pod
32881 ____________________________________________________________________________
32882 [  8171] By: gsar                                  on 2000/12/18  02:49:24
32883         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
32884              7465..7471 from mainline
32885              
32886              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
32887              in platforms that strictly require all the symbols being present
32888              at link time.
32889              
32890              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
32891              
32892              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
32893              
32894              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
32895              
32896              Subject: [PATCH] todo
32897              
32898              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
32899              
32900              Use $sort, $uniq (and $tr) consistently as wondered
32901              by Nicholas Clark.
32902              
32903              Too enthusiastic editing in #7460.
32904              
32905              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
32906              
32907              Upgrade to CPAN 1.58_55.
32908              Subject: CPAN.pm status
32909              
32910              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
32911              
32912              Make target reordering to avoid pointless re-makes.
32913              Subject: Re: Total re-make of 'make okfile' after 7451 ?
32914              
32915              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
32916              
32917              Subject: DOC PATCH 5.6.0
32918              
32919              Add the repository doc by Malcolm, Sarathy, and by Simon,
32920              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
32921      Branch: maint-5.6/perl
32922           +> Porting/repository.pod
32923           !> Configure MANIFEST Makefile.SH README.dos README.os2
32924           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
32925           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
32926           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
32927 ____________________________________________________________________________
32928 [  8169] By: gsar                                  on 2000/12/18  02:33:34
32929         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
32930              7435..7441,7445 from mainline
32931              
32932              Make the UTF-8 decoding stricter and more verbose when
32933              malformation happens.  This involved adding an argument
32934              to utf8_to_uv_chk(), which involved changing its prototype,
32935              and prefer STRLEN over I32 for the UTF-8 length, which as
32936              a domino effect necessitated changing the prototypes of
32937              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
32938              The stricter UTF-8 decoding checking uses Markus Kuhn's
32939              UTF-8 Decode Stress Tester from
32940              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
32941              
32942              Run vms/vms_yfix.pl, should have done that after changing
32943              perly.c in #7382.
32944              
32945              Subject: [PATCH 5.7.0] static linking with uninstalled perl
32946              
32947              (Replaced by #7440.)
32948              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
32949              
32950              Fix the bug ID 20001024.005, the bug introduced by #7416.
32951              
32952              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
32953              
32954              Fix the bug reported in
32955              From: andreas.koenig@anima.de (Andreas J. Koenig)
32956              Also make is_utf8_char() stricter.
32957              
32958              Missed the header file changes from #7425.
32959              
32960              Check if stdio supports tweaking lval and cnt simultaneously.
32961              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
32962              
32963              Stratus VOS updates from Paul Green.
32964              
32965              Podify README.epoc and README.vos.
32966              
32967              Add targets to Makefile.SH, most importantly
32968              'regen_all' which also remembers to update vms/perly*.
32969              
32970              Subject: Minor update to find2perl, for portability
32971              
32972              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
32973              
32974              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
32975              
32976              Rename UTF8LEN() to be UNISKIP(), too confusing to have
32977              UTF8LEN() and UTF8SKIP(). 
32978              
32979              Allow poking holes at the UTF-8 decoding strictness.
32980              
32981              Continue the internal UTF-8 API tweaking.
32982              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
32983              used much more than the simpler API, now called utf8_to_uv_simple().
32984              Still not quite happy with API, too much partial duplication
32985              of functionality.
32986              
32987              A new version of making the syslog test more robust.
32988              (Replaces #7421.)
32989              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
32990              
32991              buildtoc target tweaks.
32992              
32993              Integrate with vmsperl #7430 by Charles Bailey:
32994              
32995              Cleanup from prior patch (Charles Lane?):
32996              - improve handling of MFDs in Basename and Path
32997              - default to no xsubpp line # munging when building debug images
32998      Branch: maint-5.6/perl
32999           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33000           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33001           !> (integrate 67 files)
33002 ____________________________________________________________________________
33003 [  8168] By: gsar                                  on 2000/12/18  02:05:49
33004         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
33005              
33006              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33007              From: Martin Husemann <martin@duskware.de>
33008              
33009              Subject: [PATCH 5.7.0] restore match data on backtracing
33010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33011      Branch: maint-5.6/perl
33012           !> regcomp.c regexec.c t/op/re_tests
33013 ____________________________________________________________________________
33014 [  8167] By: gsar                                  on 2000/12/18  01:55:22
33015         Log: integrate changes#7858,7986 from mainline
33016              
33017              C<foreach my $x ...> in pseudo-fork()ed process may diddle
33018              parent's memory; fix it by keeping track of the actual pad
33019              offset rather than a raw pointer (this change is probably also
33020              relevant to non-ithreads case to avoid fallout from reallocs of
33021              the pad array, but is currently only enabled for the ithreads
33022              case in the interests of minimal disruption to existing "well
33023              tested" code)
33024              
33025              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33026              due to the notorious GetFileType() bug in Windows 9x, which fstat()
33027              tickles)
33028      Branch: maint-5.6/perl
33029           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33030           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
33031           !> win32/win32.c win32/win32.h win32/win32sck.c
33032 ____________________________________________________________________________
33033 [  8166] By: gsar                                  on 2000/12/18  01:52:59
33034         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
33035              from mainline (xsubpp and ExtUtils::LibList fixups, various
33036              other small items)
33037      Branch: maint-5.6/perl
33038           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
33039           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33040           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
33041           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
33042           !> win32/bin/search.pl
33043 ____________________________________________________________________________
33044 [  8165] By: gsar                                  on 2000/12/18  01:28:45
33045         Log: integrate changes#7533,7563,7611,7623 from mainline (various
33046              malloc.c embellishments)
33047      Branch: maint-5.6/perl
33048           !> malloc.c pod/perldiag.pod
33049 ____________________________________________________________________________
33050 [  8164] By: gsar                                  on 2000/12/18  01:23:33
33051         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
33052              fixups)
33053      Branch: maint-5.6/perl
33054           !> utils/h2xs.PL
33055 ____________________________________________________________________________
33056 [  8163] By: gsar                                  on 2000/12/18  01:17:50
33057         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
33058              fixups)
33059      Branch: maint-5.6/perl
33060           !> Makefile.SH utils/perlbug.PL
33061 ____________________________________________________________________________
33062 [  8162] By: gsar                                  on 2000/12/18  00:25:43
33063         Log: always export Perl_deb() (it is required by re.xs whether
33064              Perl is built with or without -DDEBUGGING)
33065      Branch: maint-5.6/perl
33066            ! makedef.pl
33067 ____________________________________________________________________________
33068 [  8161] By: gsar                                  on 2000/12/18  00:23:38
33069         Log: integrate change#7414 from mainline
33070              
33071              Undo the basename() part of #7412 since the lib/basename
33072              tests would need upgrading too.
33073              
33074              squelch two tests in tr.t that rely on tr/// paranoia change
33075              that's not in 5.6.x
33076      Branch: maint-5.6/perl
33077            ! t/op/tr.t
33078           !> lib/File/Basename.pm
33079 ____________________________________________________________________________
33080 [  8160] By: gsar                                  on 2000/12/18  00:05:30
33081         Log: missing change in previous integrate
33082      Branch: maint-5.6/perl
33083           !> README.aix
33084 ____________________________________________________________________________
33085 [  8159] By: gsar                                  on 2000/12/18  00:03:38
33086         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
33087              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
33088              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
33089              7410..7413 from mainline
33090      Branch: maint-5.6/perl
33091           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
33092           +> t/lib/tie-splice.t
33093            - lib/unicode/Is/DCinital.pl
33094           !> (integrate 112 files)
33095 ____________________________________________________________________________
33096 [  8158] By: jhi                                   on 2000/12/17  23:04:24
33097         Log: Subject: [PATCHES] RE: perl@8150 
33098              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33099              Date: Sun, 17 Dec 2000 21:46:39 +0100
33100              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
33101              
33102              Neither cygwin has a getpwuid() one can trust on.
33103      Branch: perl
33104            ! t/lib/glob-basic.t
33105 ____________________________________________________________________________
33106 [  8157] By: jhi                                   on 2000/12/17  23:01:54
33107         Log: More MAN.PODS => {} fixes.
33108      Branch: perl
33109            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
33110            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
33111            ! os2/OS2/REXX/Makefile.PL
33112 ____________________________________________________________________________
33113 [  8156] By: gsar                                  on 2000/12/17  22:49:13
33114         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
33115              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
33116              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
33117              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
33118              7201,7204 from mainline
33119      Branch: maint-5.6/perl
33120           !> (integrate 121 files)
33121 ____________________________________________________________________________
33122 [  8155] By: jhi                                   on 2000/12/17  22:30:58
33123         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
33124              From: "Craig A. Berry" <craigberry@mac.com>
33125              Date: Sun, 17 Dec 2000 13:09:28 -0600
33126              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
33127              
33128              MAN.PODS => ' ' is naughty.
33129      Branch: perl
33130            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33131 ____________________________________________________________________________
33132 [  8154] By: nick                                  on 2000/12/17  22:07:13
33133         Log: MULTIPLICITY nit.
33134      Branch: perl
33135            ! mg.c
33136 ____________________________________________________________________________
33137 [  8153] By: gsar                                  on 2000/12/17  21:23:05
33138         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
33139              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
33140              from mainline
33141              
33142              Document the SvIOK_.*UV().
33143              
33144              Update Unicode todo list.
33145              
33146              Guard against bad string->int conversion for quads.
33147              
33148              Subject: small apidoc fix
33149              
33150              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
33151              
33152              Subject: [PATCH] Tied filehandle documentation
33153              
33154              Subject: [PATCH] Modernize Opcode.pm documentation
33155              
33156              Make Data::Dumper (non-XS) to work with changed semantics of ref().
33157              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33158              [applied even though said semantics didn't change in 5.6.x]
33159              
33160              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
33161              
33162              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
33163              
33164              Fix the URL, but the server is still missing in action.
33165              Subject: [ID 20000905.002] perlfaq1.pod URL error
33166              
33167              Subject: [ID 20000903.001] \w in utf8-strings
33168              
33169              Fix the ccversion detection for 5.1 and beyond.
33170              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33171              
33172              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
33173              
33174              Subject: [ID 20000904.008] Tiny fix for perldiag
33175              
33176              Subject: Re: [ID 20000906.004] segfault with bad perl statement
33177              
33178              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33179              
33180              Subject: [ID 20000908.002] perlipc documentation bug.
33181              
33182              Subject: [PATCH lib/Benchmark.pm]
33183              
33184              Re-allow vec() for characters > 255.
33185              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
33186              
33187              Do away with memory models cruft.  Sorry, PDP users.
33188              
33189              Continue #7041.
33190              
33191              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
33192              
33193              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
33194              
33195              Upgrade to CPAN 1.57_65, from Andreas König.
33196              
33197              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
33198              by Russ Allbery.
33199              
33200              Silence t/pod/*.t about alternate quote-mappings now implemented
33201              by Pod::Text, from Brad Appleton.
33202              
33203              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
33204              Subject: borland C++ win32.c tweak
33205              
33206              C<@a = @b = split(...)> optimization coredumps under ithreads
33207              (missed a spot when fixing up op_pmreplroot hack for ithreads)
33208              
33209              Document the SvUTF8*().
33210              
33211              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
33212              
33213              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
33214              
33215              Do in VMS as the #7054 does.
33216              
33217              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
33218              
33219              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
33220              
33221              Subject: [patch: perl@7045] vms updates
33222              
33223              Test for the #7049.
33224              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
33225              
33226              Break up the myconfig lines a bit.
33227              Subject: perlbug/perl -V output format
33228              
33229              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
33230              
33231              The #7054 truncated Configure badly.
33232              
33233              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
33234              initialization in all the threads on Windows
33235              
33236              Allow for whitespace between "#" and "line" in cpp output.
33237              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
33238              
33239              Remove vestiges of tr//CU.
33240              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33241              
33242              The return value of setlocale must be copied away.
33243              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33244              
33245              Allow chop() and chomp() to be overridden.
33246              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
33247              
33248              Hints optimization.
33249              Subject: Minor nit
33250              
33251              Subject: [PATCH] de-wall t/README
33252              
33253              Subject: Re: Two advertising clauses need to be removed
33254      Branch: maint-5.6/perl
33255           !> (integrate 75 files)
33256 ____________________________________________________________________________
33257 [  8152] By: gsar                                  on 2000/12/17  20:30:11
33258         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
33259              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
33260              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
33261              
33262              Don't attach -ld to the archname if pointless.
33263              
33264              Document UNTIE in a very minimalistic way.
33265              
33266              POSIX doesn't report long double values under -Duselongdouble
33267              when the long doubles are "real" (bigger than doubles).
33268              
33269              More author updates.
33270              
33271              Try to deduce NV_MAX.  Really should be Configure fodder.
33272              
33273              :: not allowed in pathnames, change to .
33274              Subject: [PATCH perl@6938] cygwin port
33275              
33276              Forget about NV_MAX (#6951).  Various floating point tweaks,
33277              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
33278              
33279              Move the Solaris 7 scan to use64bitall, make the
33280              failure to find 64-bot sparc libc to mention the
33281              possibility of being in an intel, from Lupe and Alan.
33282              
33283              Regen perltoc.
33284              
33285              AUTHORS tweaks, from Peter Prymmer.
33286              
33287              More address tweaking.
33288              
33289              Small tweaks all over.
33290              
33291              File::Temp patches from Andreas König,
33292              
33293              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
33294              
33295              Subject: CPAN.pm beta 1.57_57 for the core
33296              
33297              Part of the solution.
33298              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
33299              
33300              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
33301              
33302              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33303              
33304              Add the overload warnings to perldiag.
33305              
33306              Drop unused argument.
33307              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
33308              
33309              Subject: Nit in Configure (bleadperl@6961)
33310              
33311              Update to PodParser 1.18, from Brad Appleton.
33312              
33313              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
33314              
33315              Subject: [PATCH: 6948] add SCNfldbl to configure.com
33316              
33317              Document UNTIE. Also tweak implementation to suppress the 'inner references'
33318              warning when UNTIE exists and instead pass the cound of extra references to
33319              the UNTIE method.
33320              
33321              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
33322              so that case-ignoring systems like DCL can tell them from
33323              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
33324              
33325              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33326              
33327              Feature ordering tweak.
33328              
33329              Regen perltoc.
33330              
33331              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
33332              
33333              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
33334              
33335              Subject: http:// in L<>
33336              
33337              Detypo.
33338              
33339              change#6791 accidentally clobbered change#6710, put it back
33340              
33341              Only the first line, thank you very much.
33342              
33343              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
33344              plus rework the http: spots as suggested by Tom Christiansen,
33345              plus regen perltoc.
33346              
33347              Undo part of change 6489 which looks like a bulk edit which
33348              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
33349              The supressing of main:: on return from select() is undesirable.
33350              
33351              Apparently avoiding the swapping is too costly.
33352              
33353              Various Configure nits by Philip Newton,
33354              plus the ebcdic one by me.
33355              
33356              Make certain cc is set before trying to run it.
33357              
33358              If overloaded %{} etc. return the object do not loop.
33359              Thus  sub deref { $_[0] } functions if object is wanted type.
33360              
33361              Update perlhist.
33362              
33363              More %{} and other deref special casing - do not pass to 'nomethod'.
33364      Branch: maint-5.6/perl
33365           !> (integrate 59 files)
33366 ____________________________________________________________________________
33367 [  8151] By: gsar                                  on 2000/12/17  19:14:38
33368         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
33369              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
33370              
33371              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
33372              
33373              Make the epsilon to be relative, not absolute.
33374              
33375              Put back the flags dump as reasoned in
33376              Subject: Re: [PATCH] Glob dumping
33377              
33378              Introduce ccname to keep track of what compiler kind of we have.
33379              
33380              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
33381              
33382              Put back the slice accidentally removed by #6907.
33383              
33384              Reset archname and archname64 always, forcing them be
33385              recomputed at each Configure run, make Configure and
33386              the hints files agree on the naming of largefiles variables.
33387              
33388              Don't say "Perl 5.0 source kit".
33389              
33390              Subject: [PATCH] fix misc cast warnings
33391              
33392              Subject: typos in pods
33393              
33394              NVs not necessarily doubles, as pointed out by Yitzchak.
33395              
33396              Subject: [PATCH 6889] add a few ldbl formats to configure.com
33397              
33398              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
33399              
33400              Better options for rsync.
33401              
33402              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
33403              
33404              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
33405              
33406              Subject: [PATCH] Re: UNTIE method 
33407              
33408              A better fix for the Socket building problem from Craig Berry.
33409              
33410              Retract the dummy test, skip the security tests (instead of failing),
33411              explain what the warnings mean.
33412              
33413              Heap decorruption.
33414              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
33415              
33416              Update to Unicode 3.0.1.
33417              
33418              Missed one Unicode file.
33419              
33420              Subject: Re: typos in pods
33421              
33422              The #6929 was too skimpy.
33423              
33424              sscanf() may be the only way to read long doubles from strings.
33425              
33426              Reveal Borland's isnan.
33427              Subject: build with BC++ tweak
33428              
33429              Issue useful diagnostic on unknown pod commands.
33430              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
33431              
33432              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
33433              
33434              Clarify the third case of ftmp-security warnings.
33435              
33436              Make -Dusemorebits find long doubles in Solaris.
33437              
33438              Wrap the test in eval.
33439      Branch: maint-5.6/perl
33440           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
33441           +> lib/unicode/PropList.txt lib/unicode/README.perl
33442           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33443           +> lib/unicode/Unicode.301 vms/vmspipe.com
33444            - lib/unicode/Props.txt lib/unicode/UCD300.html
33445            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33446           !> (integrate 305 files)
33447 ____________________________________________________________________________
33448 [  8150] By: jhi                                   on 2000/12/17  18:47:57
33449         Log: Uncheckedin generated files.
33450      Branch: perl
33451            ! global.sym perlapi.c pod/perlapi.pod
33452 ____________________________________________________________________________
33453 [  8149] By: jhi                                   on 2000/12/17  18:41:22
33454         Log: Update Changes.
33455      Branch: perl
33456            ! Changes patchlevel.h
33457 ____________________________________________________________________________
33458 [  8148] By: jhi                                   on 2000/12/17  18:39:16
33459         Log: Subject: [PATCH] Fcntl constants speedup
33460              From: Nicholas Clark <nick@ccl4.org>
33461              Date: Sun, 17 Dec 2000 16:29:24 +0000
33462              Message-ID: <20001217162924.E97668@plum.flirble.org>
33463              
33464              Use IVs for the Fcntl constants instead of NVs.
33465      Branch: perl
33466            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
33467 ____________________________________________________________________________
33468 [  8147] By: jhi                                   on 2000/12/17  18:33:41
33469         Log: Add test for #8145 (binmode() warning), add warning for
33470              ioctl() and sockpair(), document them. (fileno() cannot
33471              be tripwired with the same kind of warning because
33472              'defined fileno($foo)' seems to be an idiom.)
33473      Branch: perl
33474            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
33475 ____________________________________________________________________________
33476 [  8146] By: gsar                                  on 2000/12/17  18:09:08
33477         Log: update Changes
33478      Branch: maint-5.6/perl
33479            ! Changes
33480 ____________________________________________________________________________
33481 [  8145] By: jhi                                   on 2000/12/17  17:39:35
33482         Log: Subject: [PATCH] Re: The long awaited feature ...
33483              From: Simon Cozens <simon@cozens.net>
33484              Date: Sun, 17 Dec 2000 12:31:56 +0000
33485              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
33486              
33487              Add a warning to binmode() about using bad filehandles
33488              (can happen e.g. if someone forgets the filehandle argument)
33489      Branch: perl
33490            ! pp_sys.c
33491 ____________________________________________________________________________
33492 [  8144] By: jhi                                   on 2000/12/17  17:33:48
33493         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
33494              From: Jonathan Stowe <gellyfish@gellyfish.com>
33495              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
33496              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
33497      Branch: perl
33498            ! lib/Net/Ping.pm
33499 ____________________________________________________________________________
33500 [  8143] By: jhi                                   on 2000/12/17  05:31:37
33501         Log: Polymorphic regexps.
33502              
33503              Fixes at least the bugs 20001028.003 (both of them...) and
33504              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
33505              also to be fixed by now, probably already before this patch.
33506      Branch: perl
33507            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
33508            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
33509            ! t/op/utf8decode.t t/pragma/utf8.t
33510 ____________________________________________________________________________
33511 [  8142] By: jhi                                   on 2000/12/16  17:16:05
33512         Log: Subject: [patch perl@8102] dos/djgpp update
33513              From: Laszlo Molnar <ml1050@freemail.hu>
33514              Date: Sat, 16 Dec 2000 01:40:52 +0100
33515              Message-ID: <20001216014052.A335@freemail.hu>
33516      Branch: perl
33517            ! djgpp/config.over t/base/commonsense.t
33518 ____________________________________________________________________________
33519 [  8141] By: jhi                                   on 2000/12/16  17:09:27
33520         Log: Few uncheckedin files.
33521      Branch: perl
33522            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
33523 ____________________________________________________________________________
33524 [  8140] By: nick                                  on 2000/12/15  22:14:31
33525         Log: Integrate mainline
33526      Branch: perlio
33527           !> (integrate 53 files)
33528 ____________________________________________________________________________
33529 [  8139] By: jhi                                   on 2000/12/15  19:49:49
33530         Log: One more IVUV tweak from Nicholas Clark.
33531      Branch: perl
33532            ! sv.c
33533 ____________________________________________________________________________
33534 [  8138] By: jhi                                   on 2000/12/15  19:17:06
33535         Log: Return of the IVUV-preservation, now seems to be happy even
33536              in Digital UNIX (the broken strtoul brokenness detection
33537              seems to have been the fly in the ointment).
33538      Branch: perl
33539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33540            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
33541            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
33542            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
33543            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33544            ! vos/config.ga.h win32/config.bc win32/config.gc
33545            ! win32/config.vc
33546 ____________________________________________________________________________
33547 [  8137] By: jhi                                   on 2000/12/15  18:12:14
33548         Log: Metaconfig unit change for #8136.
33549      Branch: metaconfig
33550            ! U/modified/d_strtoul.U
33551      Branch: metaconfig/U/perl
33552            ! d_strtoull.U d_strtouq.U
33553 ____________________________________________________________________________
33554 [  8136] By: jhi                                   on 2000/12/15  18:11:35
33555         Log: I don't think it's sensible or portable to test the strtou*
33556              on /^-/ strings.
33557      Branch: perl
33558            ! Configure
33559 ____________________________________________________________________________
33560 [  8135] By: jhi                                   on 2000/12/15  17:18:49
33561         Log: Metaconfig unit change for #8134.
33562      Branch: metaconfig
33563            ! U/modified/d_strtoul.U
33564 ____________________________________________________________________________
33565 [  8134] By: jhi                                   on 2000/12/15  17:14:13
33566         Log: If longsize is 8 we don't need a LL suffix for integer constants.
33567      Branch: perl
33568            ! Configure config_h.SH
33569 ____________________________________________________________________________
33570 [  8133] By: jhi                                   on 2000/12/15  16:00:23
33571         Log: Update Changes.
33572      Branch: perl
33573            ! Changes patchlevel.h
33574 ____________________________________________________________________________
33575 [  8132] By: jhi                                   on 2000/12/15  15:44:16
33576         Log: Some compilers get huffy if you do not cast a const pointer
33577              to a non-const when assigning.
33578      Branch: perl
33579            ! gv.c
33580 ____________________________________________________________________________
33581 [  8131] By: jhi                                   on 2000/12/15  15:38:30
33582         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
33583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33584              Date: Fri, 15 Dec 2000 05:26:57 -0500
33585              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
33586      Branch: perl
33587            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
33588            ! t/pragma/overload.t
33589 ____________________________________________________________________________
33590 [  8130] By: jhi                                   on 2000/12/15  15:36:08
33591         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
33592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33593              Date: Thu, 14 Dec 2000 22:02:43 -0500
33594              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
33595      Branch: perl
33596            ! gv.c perl.h
33597 ____________________________________________________________________________
33598 [  8129] By: jhi                                   on 2000/12/15  15:34:16
33599         Log: Subject: PATCH: h2xs nit
33600              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33601              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
33602              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
33603              
33604              Add a template README.
33605      Branch: perl
33606            ! utils/h2xs.PL
33607 ____________________________________________________________________________
33608 [  8128] By: jhi                                   on 2000/12/15  15:32:22
33609         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
33610      Branch: perl
33611            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
33612 ____________________________________________________________________________
33613 [  8127] By: jhi                                   on 2000/12/15  15:19:34
33614         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
33615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33616              Date:     Thu, 14 Dec 2000 20:04:42 EST
33617              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
33618      Branch: perl
33619            ! ext/Opcode/Opcode.xs
33620 ____________________________________________________________________________
33621 [  8126] By: jhi                                   on 2000/12/15  15:17:49
33622         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
33623              From: Peter Prymmer <pvhp@forte.com>
33624              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
33625              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
33626      Branch: perl
33627            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
33628            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
33629            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
33630 ____________________________________________________________________________
33631 [  8125] By: jhi                                   on 2000/12/15  15:11:05
33632         Log: This seems to be a stage sane and stable enough to checkin.
33633              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
33634      Branch: perl
33635            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
33636            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
33637            ! t/op/cmp.t t/op/numconvert.t
33638 ____________________________________________________________________________
33639 [  8124] By: jhi                                   on 2000/12/15  04:20:26
33640         Log: Something is really wonky.
33641      Branch: perl
33642            ! sv.c
33643 ____________________________________________________________________________
33644 [  8123] By: jhi                                   on 2000/12/15  04:00:50
33645         Log: Fixes for the IV UV patches to compile in Digital UNIX.
33646      Branch: perl
33647            ! sv.c
33648 ____________________________________________________________________________
33649 [  8122] By: jhi                                   on 2000/12/15  02:53:40
33650         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
33651              From: "Craig A. Berry" <craigberry@mac.com>
33652              Date: Thu, 14 Dec 2000 19:10:49 -0600
33653              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
33654      Branch: perl
33655            ! vms/vms.c
33656 ____________________________________________________________________________
33657 [  8121] By: jhi                                   on 2000/12/15  02:50:00
33658         Log: Metaconfig changes for #8120.
33659      Branch: metaconfig
33660            + U/modified/d_strtoul.U
33661      Branch: metaconfig/U/perl
33662            ! d_strtoull.U d_strtouq.U
33663 ____________________________________________________________________________
33664 [  8120] By: jhi                                   on 2000/12/15  02:49:42
33665         Log: From: Nicholas Clark <nick@ccl4.org> 
33666              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
33667              Date: Thu, 14 Dec 2000 18:38:57 +0000
33668              Message-ID: <20001214183857.B97909@plum.flirble.org>
33669      Branch: perl
33670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33671            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
33672            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33673            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33674            ! win32/config.gc win32/config.vc
33675 ____________________________________________________________________________
33676 [  8119] By: jhi                                   on 2000/12/14  23:40:58
33677         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
33678              From: Nicholas Clark <nick@ccl4.org>
33679              Date: Wed, 13 Dec 2000 20:08:50 +0000
33680              Message-ID: <20001213200849.B71166@plum.flirble.org>
33681      Branch: perl
33682            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
33683            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
33684 ____________________________________________________________________________
33685 [  8118] By: jhi                                   on 2000/12/14  22:46:26
33686         Log: Integrate perlio.
33687      Branch: perl
33688           !> MANIFEST ext/Encode/compile makedef.pl
33689 ____________________________________________________________________________
33690 [  8117] By: nick                                  on 2000/12/14  22:38:53
33691         Log: Win32 tweaks to get Encode to build
33692              - temp hack to makedef.pl till PerlIO is properly "exported".
33693              - MSVC dislikes  
33694              static encpage_t foo[];
33695              so make 'em extern for now.
33696      Branch: perlio
33697            ! ext/Encode/compile makedef.pl
33698 ____________________________________________________________________________
33699 [  8116] By: nick                                  on 2000/12/14  22:00:53
33700         Log: Document the new files
33701      Branch: perlio
33702            ! MANIFEST
33703 ____________________________________________________________________________
33704 [  8115] By: jhi                                   on 2000/12/14  21:58:01
33705         Log: MANIFEST new files of #8114.
33706      Branch: perl
33707            ! MANIFEST
33708 ____________________________________________________________________________
33709 [  8114] By: jhi                                   on 2000/12/14  21:50:49
33710         Log: Integrate perlio.
33711      Branch: perl
33712           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
33713           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33714           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
33715           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
33716           !> ext/Encode/Makefile.PL
33717 ____________________________________________________________________________
33718 [  8113] By: jhi                                   on 2000/12/14  21:48:49
33719         Log: The documentation part of the
33720              
33721              Subject: [ID 20001214.002] Net::Ping patch
33722              From: Jonathan Stowe <gellyfish@gellyfish.com>
33723              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
33724              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
33725              since the #7529 had already addressed the same problem.
33726      Branch: perl
33727            ! lib/Net/Ping.pm
33728 ____________________________________________________________________________
33729 [  8112] By: jhi                                   on 2000/12/14  21:42:57
33730         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
33731              From: Dominic Dunlop <domo@computer.org>
33732              Date: Tue, 12 Dec 2000 10:47:10 +0100
33733              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
33734              
33735              Document how elusive subroutines can be.
33736      Branch: perl
33737            ! pod/perlfunc.pod
33738 ____________________________________________________________________________
33739 [  8111] By: jhi                                   on 2000/12/14  21:38:05
33740         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
33741              From: Dominic Dunlop <domo@computer.org>
33742              Date: Thu, 14 Dec 2000 10:13:51 +0100
33743              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
33744      Branch: perl
33745            ! ext/POSIX/POSIX.pod
33746 ____________________________________________________________________________
33747 [  8110] By: jhi                                   on 2000/12/14  21:36:32
33748         Log: Subject: [patch] perlfaq7
33749              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33750              Date: Thu, 14 Dec 2000 15:31:07 +0100
33751              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
33752      Branch: perl
33753            ! pod/perlfaq7.pod
33754 ____________________________________________________________________________
33755 [  8109] By: jhi                                   on 2000/12/14  21:29:20
33756         Log: Subject: [8104] Encode
33757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33758              Date: Thu, 14 Dec 2000 14:49:34 +0100
33759              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
33760              
33761              Type casting for nervous compilers.
33762      Branch: perl
33763            ! ext/Encode/Encode.xs
33764 ____________________________________________________________________________
33765 [  8108] By: jhi                                   on 2000/12/14  21:26:17
33766         Log: Subject: [8104] DB_File
33767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33768              Date: Thu, 14 Dec 2000 14:49:35 +0100
33769              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
33770              
33771              Type definition incorrect for DB 2.7.7.  Not known when it
33772              changed, so only changed it for a known revision.
33773      Branch: perl
33774            ! ext/DB_File/DB_File.xs
33775 ____________________________________________________________________________
33776 [  8107] By: jhi                                   on 2000/12/14  21:23:41
33777         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
33778              From: Peter Prymmer <pvhp@forte.com>
33779              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
33780              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
33781              
33782              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
33783      Branch: perl
33784            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33785            ! ext/Encode/Encode/posix-bc.enc
33786 ____________________________________________________________________________
33787 [  8106] By: nick                                  on 2000/12/14  20:36:13
33788         Log: "Cold" build correction to Encode's Makefile.PL
33789      Branch: perlio
33790            ! ext/Encode/Makefile.PL
33791 ____________________________________________________________________________
33792 [  8105] By: nick                                  on 2000/12/14  20:09:37
33793         Log: "Compiled" encodings.
33794              Correct replacement character in EBCDIC .enc files
33795              Add 0x7F to ASCII repertoire.
33796      Branch: perlio
33797            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
33798            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
33799            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
33800            ! ext/Encode/Makefile.PL ext/Encode/compile
33801            ! ext/Encode/encengine.c ext/Encode/encode.h
33802 ____________________________________________________________________________
33803 [  8104] By: nick                                  on 2000/12/14  00:38:20
33804         Log: Integrate mainline
33805      Branch: perlio
33806           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
33807           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
33808           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
33809           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
33810           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
33811           !> t/lib/db-hash.t t/lib/db-recno.t
33812 ____________________________________________________________________________
33813 [  8103] By: nick                                  on 2000/12/13  23:16:13
33814         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
33815              so far and so it does not get lost.
33816      Branch: perlio
33817            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
33818 ____________________________________________________________________________
33819 [  8102] By: jhi                                   on 2000/12/13  17:14:22
33820         Log: Update Changes.
33821      Branch: perl
33822            ! Changes patchlevel.h
33823 ____________________________________________________________________________
33824 [  8101] By: jhi                                   on 2000/12/13  16:53:41
33825         Log: Move the proto of start_glob() to a better place; regen api files.
33826      Branch: perl
33827            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
33828 ____________________________________________________________________________
33829 [  8100] By: jhi                                   on 2000/12/13  16:47:11
33830         Log: Metaconfig change for #8099.
33831      Branch: metaconfig
33832            ! U/modified/Head.U
33833 ____________________________________________________________________________
33834 [  8099] By: jhi                                   on 2000/12/13  16:46:48
33835         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
33836              From: Andy Dougherty <doughera@lafayette.edu>
33837              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
33838              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
33839      Branch: perl
33840            ! Configure
33841 ____________________________________________________________________________
33842 [  8098] By: jhi                                   on 2000/12/13  16:39:02
33843         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
33844              From: rspier@pobox.com (Robert Spier)
33845              Date: Tue, 12 Dec 2000 21:12:39 -0500
33846              Message-ID: <14902.56087.678086.725773@rls.cx>
33847              
33848              fastgetcwd is defined using a glob alias on a $^O dependent basis -
33849              and there was no default assignment or perl subroutine.
33850      Branch: perl
33851            ! lib/Cwd.pm
33852 ____________________________________________________________________________
33853 [  8097] By: jhi                                   on 2000/12/13  16:16:01
33854         Log: Subject: [PATCH] move startglob out of pp_hot.c
33855              From: Nicholas Clark <nick@ccl4.org>
33856              Date: Mon, 11 Dec 2000 23:16:39 +0000
33857              Message-ID: <20001211231638.A55550@plum.flirble.org>
33858      Branch: perl
33859            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
33860 ____________________________________________________________________________
33861 [  8096] By: jhi                                   on 2000/12/13  15:26:23
33862         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
33863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33864              Date: Wed, 13 Dec 2000 14:01:37 +0100
33865              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
33866              
33867              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
33868              in turn requires libpthread in libswanted.
33869      Branch: perl
33870            ! hints/hpux.sh
33871 ____________________________________________________________________________
33872 [  8095] By: jhi                                   on 2000/12/12  19:51:05
33873         Log: The integration wars continue.
33874      Branch: perl
33875           !> sv.c
33876 ____________________________________________________________________________
33877 [  8094] By: jhi                                   on 2000/12/12  19:48:26
33878         Log: Subject: [PATCH perl@8070] DB_File-1.74  
33879              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
33880              Date: Mon, 11 Dec 2000 23:07:17 -0000
33881              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
33882      Branch: perl
33883            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33884            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
33885            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
33886            ! t/lib/db-recno.t
33887 ____________________________________________________________________________
33888 [  8093] By: nick                                  on 2000/12/12  19:42:13
33889         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
33890      Branch: perlio
33891            ! sv.c
33892           !> lib/File/DosGlob.pm
33893 ____________________________________________________________________________
33894 [  8092] By: jhi                                   on 2000/12/12  19:28:11
33895         Log: Integrate perlio.
33896      Branch: perl
33897           !> sv.c
33898 ____________________________________________________________________________
33899 [  8091] By: nick                                  on 2000/12/12  18:49:45
33900         Log: Fix for Tk, and upgrading shared SVs.
33901      Branch: perlio
33902            ! sv.c
33903 ____________________________________________________________________________
33904 [  8090] By: jhi                                   on 2000/12/12  16:48:59
33905         Log: Subject: [PATCH] Re: Breadperl & Tk
33906              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33907              Date: Tue, 12 Dec 2000 14:48:27 GMT
33908              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
33909      Branch: perl
33910            ! sv.c
33911 ____________________________________________________________________________
33912 [  8089] By: jhi                                   on 2000/12/12  03:37:19
33913         Log: Subject: DosGlob.pm diff for bash style brace expansion.
33914              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
33915              Date: Fri, 8 Dec 2000 10:45:30 -0600
33916              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
33917      Branch: perl
33918            ! lib/File/DosGlob.pm
33919 ____________________________________________________________________________
33920 [  8088] By: nick                                  on 2000/12/11  23:59:59
33921         Log: Integrate mainline
33922      Branch: perlio
33923           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
33924           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
33925           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
33926           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
33927           !> t/op/local.t t/pragma/warn/toke toke.c
33928 ____________________________________________________________________________
33929 [  8087] By: jhi                                   on 2000/12/11  23:20:23
33930         Log: Integrate perlio.
33931      Branch: perl
33932           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
33933 ____________________________________________________________________________
33934 [  8086] By: jhi                                   on 2000/12/11  22:50:59
33935         Log: Tune further the OS detection of CGI.
33936      Branch: perl
33937            ! lib/CGI.pm
33938 ____________________________________________________________________________
33939 [  8085] By: nick                                  on 2000/12/11  22:50:46
33940         Log: Finish 1st pass of "encoding" layer e.g. :
33941              open($fh,"<encoding(iso8859-7)",$greek) || die;
33942      Branch: perlio
33943            ! ext/Encode/Encode.xs perlio.c perliol.h
33944 ____________________________________________________________________________
33945 [  8084] By: jhi                                   on 2000/12/11  22:32:06
33946         Log: Revert the -f ambiguousity patch, seems to cause
33947              too much hassle (the interpret -Q as a function
33948              where Q is not a known filetest part is left in).
33949      Branch: perl
33950            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
33951            ! toke.c
33952 ____________________________________________________________________________
33953 [  8083] By: jhi                                   on 2000/12/11  22:27:23
33954         Log: (accidentally empty check-in)
33955      Branch: perl
33956            ! lib/File/DosGlob.pm
33957 ____________________________________________________________________________
33958 [  8082] By: nick                                  on 2000/12/11  19:09:51
33959         Log: Restore mmap function (broken by tweaks to shared buffer
33960              layer for encode(xxxx)).
33961      Branch: perlio
33962            ! perlio.c
33963 ____________________________________________________________________________
33964 [  8081] By: jhi                                   on 2000/12/11  18:29:13
33965         Log: Subject: Re: The long awaited feature ...
33966              From: Simon Cozens <simon@cozens.net>
33967              Date: Mon, 11 Dec 2000 15:54:24 +0000
33968              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
33969              
33970              More io/utf8 tests.
33971      Branch: perl
33972            ! t/io/utf8.t
33973 ____________________________________________________________________________
33974 [  8080] By: jhi                                   on 2000/12/11  18:19:36
33975         Log: Subject: PATCH MakeMaker manpage clarification
33976              From: andreas.koenig@anima.de (Andreas J. Koenig)
33977              Date: 10 Dec 2000 20:46:13 +0100
33978              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
33979      Branch: perl
33980            ! lib/ExtUtils/MakeMaker.pm
33981 ____________________________________________________________________________
33982 [  8079] By: jhi                                   on 2000/12/11  15:35:07
33983         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
33984              From: Simon Cozens <simon@cozens.net>
33985              Date: Sun, 10 Dec 2000 19:06:19 +0000
33986              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
33987      Branch: perl
33988            ! ext/B/B/Deparse.pm t/lib/b.t
33989 ____________________________________________________________________________
33990 [  8078] By: jhi                                   on 2000/12/11  15:09:11
33991         Log: Subject: [PATCH] docs on NaN
33992              From: Nicholas Clark <nick@ccl4.org>
33993              Date: Mon, 11 Dec 2000 01:48:38 +0000
33994              Message-ID: <20001211014838.B99205@plum.flirble.org>
33995      Branch: perl
33996            ! pod/perlop.pod
33997 ____________________________________________________________________________
33998 [  8077] By: jhi                                   on 2000/12/11  15:02:21
33999         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
34000              From: Simon Cozens <simon@cozens.net>
34001              Date: Mon, 11 Dec 2000 01:21:45 +0000
34002              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
34003      Branch: perl
34004            ! pp.c pp_hot.c scope.c t/op/local.t
34005 ____________________________________________________________________________
34006 [  8076] By: nick                                  on 2000/12/10  20:43:32
34007         Log: Not merge worthy...
34008              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
34009              syntax is modelled on attributes.
34010              Untested fix for io/utf8 on Win32 etc.
34011              Very clumsy start to the encode layer.
34012      Branch: perlio
34013            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34014 ____________________________________________________________________________
34015 [  8075] By: jhi                                   on 2000/12/10  18:39:33
34016         Log: Darwin is not Windows.
34017      Branch: perl
34018            ! lib/CGI.pm
34019 ____________________________________________________________________________
34020 [  8074] By: jhi                                   on 2000/12/10  18:31:27
34021         Log: Subject: Ambiguous -%c() resolved as a file test
34022              From: "Paul Marquess" <Paul.Marquess@openwave.com>
34023              Date: Sun, 10 Dec 2000 15:35:07 -0000
34024              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
34025      Branch: perl
34026            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34027 ____________________________________________________________________________
34028 [  8073] By: jhi                                   on 2000/12/10  18:16:29
34029         Log: Subject: PATCH installperl misinformed 
34030              From: andreas.koenig@anima.de (Andreas J. Koenig)
34031              Date: 10 Dec 2000 13:01:32 +0100 
34032              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
34033      Branch: perl
34034            ! installperl
34035 ____________________________________________________________________________
34036 [  8072] By: jhi                                   on 2000/12/10  18:07:55
34037         Log: The walkoptree confusion rages; walkoptree() seems to be coming
34038              from B.xs, while walkoptree_slow() comes from B.pm.
34039      Branch: perl
34040            ! ext/B/B.pm
34041 ____________________________________________________________________________
34042 [  8071] By: nick                                  on 2000/12/10  11:45:47
34043         Log: Integrate mainline
34044      Branch: perlio
34045           +> t/base/commonsense.t
34046           !> (integrate 37 files)
34047 ____________________________________________________________________________
34048 [  8070] By: jhi                                   on 2000/12/10  04:46:21
34049         Log: Update Changes.
34050      Branch: perl
34051            ! Changes patchlevel.h
34052 ____________________________________________________________________________
34053 [  8069] By: jhi                                   on 2000/12/10  04:39:19
34054         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
34055              From: andreas.koenig@anima.de (Andreas J. Koenig)
34056              Date: 09 Dec 2000 17:14:25 +0100
34057              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
34058      Branch: perl
34059            + t/base/commonsense.t
34060            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
34061 ____________________________________________________________________________
34062 [  8068] By: jhi                                   on 2000/12/10  04:17:36
34063         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
34064              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34065              Date: Sat, 9 Dec 2000 16:47:22 -0000
34066              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
34067      Branch: perl
34068            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
34069            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
34070            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
34071            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
34072            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
34073            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
34074            ! t/lib/sdbm.t
34075 ____________________________________________________________________________
34076 [  8067] By: jhi                                   on 2000/12/10  03:52:02
34077         Log: Test case for #8066.
34078      Branch: perl
34079            ! t/op/misc.t
34080 ____________________________________________________________________________
34081 [  8066] By: jhi                                   on 2000/12/10  03:50:30
34082         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
34083              From: Simon Cozens <simon@cozens.net>
34084              Date: Sun, 10 Dec 2000 00:55:37 +0000
34085              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
34086      Branch: perl
34087            ! pp_sys.c
34088 ____________________________________________________________________________
34089 [  8065] By: jhi                                   on 2000/12/10  03:44:52
34090         Log: Test case for #8064.
34091      Branch: perl
34092            ! t/comp/proto.t
34093 ____________________________________________________________________________
34094 [  8064] By: jhi                                   on 2000/12/10  03:42:32
34095         Log: Subject: Re: prototype of substr
34096              From: Simon Cozens <simon@cozens.net>
34097              Date: Sun, 10 Dec 2000 00:13:33 +0000
34098              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
34099              
34100              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
34101      Branch: perl
34102            ! pp.c
34103 ____________________________________________________________________________
34104 [  8063] By: jhi                                   on 2000/12/10  03:39:42
34105         Log: Subject: [PATCH] perlguts.pod
34106              From: Simon Cozens <simon@cozens.net>
34107              Date: Sun, 10 Dec 2000 00:06:47 +0000
34108              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
34109              
34110              Documentation of the different types of ops,
34111              plus the functions in dump.c
34112      Branch: perl
34113            ! pod/perlguts.pod
34114 ____________________________________________________________________________
34115 [  8062] By: jhi                                   on 2000/12/10  03:30:04
34116         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
34117              From: Nicholas Clark <nick@talking.bollo.cx>
34118              Date: Sat, 09 Dec 2000 18:57:25 +0000
34119              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
34120              
34121              Be more robust in weird hostname setups.
34122      Branch: perl
34123            ! t/lib/net-hostent.t
34124 ____________________________________________________________________________
34125 [  8061] By: jhi                                   on 2000/12/10  03:28:21
34126         Log: Pacify fussy compiler. 
34127      Branch: perl
34128            ! pp_sys.c
34129 ____________________________________________________________________________
34130 [  8060] By: jhi                                   on 2000/12/10  02:52:46
34131         Log: Integrate perlio.
34132      Branch: perl
34133           !> pp_sys.c t/io/utf8.t
34134 ____________________________________________________________________________
34135 [  8059] By: nick                                  on 2000/12/09  23:40:14
34136         Log: read/sysread/recv should now be utf8 aware.
34137              Basic test for utf8 read.
34138      Branch: perlio
34139            ! pp_sys.c t/io/utf8.t
34140 ____________________________________________________________________________
34141 [  8058] By: jhi                                   on 2000/12/09  21:56:02
34142         Log: Integrate perlio.
34143      Branch: perl
34144           +> t/io/utf8.t
34145           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
34146 ____________________________________________________________________________
34147 [  8057] By: jhi                                   on 2000/12/09  21:53:35
34148         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
34149              From: Inaba Hiroto <inaba@st.rim.or.jp>
34150              Date: Sun, 10 Dec 2000 05:53:21 +0900
34151              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
34152              
34153              Tests for #8056.
34154      Branch: perl
34155            ! t/op/each.t
34156 ____________________________________________________________________________
34157 [  8056] By: jhi                                   on 2000/12/09  21:51:16
34158         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
34159              From: Inaba Hiroto <inaba@st.rim.or.jp>
34160              Date: Sat, 09 Dec 2000 18:02:00 +0900
34161              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
34162              
34163              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
34164      Branch: perl
34165            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
34166 ____________________________________________________________________________
34167 [  8055] By: nick                                  on 2000/12/09  20:11:48
34168         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
34169              than raw PerlIO_write() - does not seem to break any tests.
34170      Branch: perlio
34171            ! pp_sys.c
34172 ____________________________________________________________________________
34173 [  8054] By: nick                                  on 2000/12/09  19:47:30
34174         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
34175              (sysread, recv and write i.e. formats still to do...)
34176              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
34177              open($fh,">:utf8","name")
34178              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
34179              so no extra overhead is involved.
34180              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
34181              to a non-utf8 stream.
34182              Add initial io/utf8.t
34183              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
34184              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
34185              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
34186      Branch: perlio
34187            + t/io/utf8.t
34188            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
34189 ____________________________________________________________________________
34190 [  8053] By: nick                                  on 2000/12/09  19:26:37
34191         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
34192              was only testing this_utf8.
34193      Branch: perlio
34194            ! toke.c
34195 ____________________________________________________________________________
34196 [  8052] By: nick                                  on 2000/12/09  19:09:41
34197         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
34198              i.e. the output string has one, but don't mess with source assumption.
34199      Branch: perlio
34200            ! toke.c
34201 ____________________________________________________________________________
34202 [  8051] By: jhi                                   on 2000/12/09  16:55:17
34203         Log: Integrate perlio.
34204      Branch: perl
34205           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
34206           !> sv.c thrdvar.h util.c
34207 ____________________________________________________________________________
34208 [  8050] By: jhi                                   on 2000/12/09  16:48:07
34209         Log: Nits noticed by Peter Prymmer.
34210      Branch: perl
34211            ! lib/ExtUtils/MM_VMS.pm
34212 ____________________________________________________________________________
34213 [  8049] By: nick                                  on 2000/12/09  13:49:40
34214         Log: UTF8 output prework.
34215              - Store $\ and $, as SVs so they can have SvUTF8 flag
34216              - use do_print() rather than raw PerlIO_write() to print them.
34217      Branch: perlio
34218            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
34219            ! thrdvar.h util.c
34220 ____________________________________________________________________________
34221 [  8048] By: nick                                  on 2000/12/09  12:30:43
34222         Log: Integrate mainline.
34223      Branch: perlio
34224           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
34225           +> t/op/reverse.t
34226           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
34227           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34228           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
34229           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
34230           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
34231           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34232 ____________________________________________________________________________
34233 [  8047] By: jhi                                   on 2000/12/09  00:23:27
34234         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
34235              From: Michael G Schwern <schwern@pobox.com>
34236              Date: Fri, 8 Dec 2000 14:43:04 -0600
34237      Branch: perl
34238            ! lib/ExtUtils/MM_VMS.pm
34239 ____________________________________________________________________________
34240 [  8046] By: jhi                                   on 2000/12/08  23:10:27
34241         Log: A missed check-in.
34242      Branch: perl
34243            ! lib/ExtUtils/Manifest.pm
34244 ____________________________________________________________________________
34245 [  8045] By: jhi                                   on 2000/12/08  21:57:12
34246         Log: (null check-in)
34247      Branch: perl
34248            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
34249 ____________________________________________________________________________
34250 [  8044] By: jhi                                   on 2000/12/08  21:11:06
34251         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
34252              at the final draft stage.
34253      Branch: perl
34254            + ext/Encode/Encode/iso8859-16.enc
34255            ! MANIFEST
34256 ____________________________________________________________________________
34257 [  8043] By: jhi                                   on 2000/12/08  16:39:04
34258         Log: Update Changes.
34259      Branch: perl
34260            ! Changes patchlevel.h
34261 ____________________________________________________________________________
34262 [  8042] By: jhi                                   on 2000/12/08  16:33:39
34263         Log: Do not return the Unicode replacement character if UTF-8
34264              decoding goes awry, it should be up to the caller to decide.
34265      Branch: perl
34266            ! pod/perlapi.pod utf8.c
34267 ____________________________________________________________________________
34268 [  8041] By: jhi                                   on 2000/12/08  16:22:28
34269         Log: metaconfig maintenance.
34270      Branch: metaconfig
34271            ! U/modified/stdchar.U
34272      Branch: metaconfig/U/perl
34273            + testsyml.U
34274 ____________________________________________________________________________
34275 [  8040] By: jhi                                   on 2000/12/08  16:03:08
34276         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
34277              From: sthoenna@efn.org
34278              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
34279              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
34280      Branch: perl
34281            ! Changes lib/ExtUtils/MM_OS2.pm
34282 ____________________________________________________________________________
34283 [  8039] By: jhi                                   on 2000/12/08  15:57:11
34284         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
34285              From: Simon Cozens <simon@cozens.net>
34286              Date: Fri, 8 Dec 2000 13:33:31 +0000
34287              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
34288              
34289              (The pp_hot part needed a rewrite.)
34290      Branch: perl
34291            ! doop.c pp_hot.c utf8.c
34292 ____________________________________________________________________________
34293 [  8038] By: jhi                                   on 2000/12/08  15:25:08
34294         Log: Subject: djSP
34295              From: Michael Stevens <michael@etla.org>
34296              Date: Wed, 6 Dec 2000 23:24:01 +0000
34297              Message-ID: <20001206232400.A21381@firedrake.org>
34298              
34299              Plus a note from Nick Ing-Simmons.
34300      Branch: perl
34301            ! pp.h
34302 ____________________________________________________________________________
34303 [  8037] By: jhi                                   on 2000/12/08  15:18:35
34304         Log: Filetype is text.
34305      Branch: perl
34306            ! t/op/utf8decode.t
34307 ____________________________________________________________________________
34308 [  8036] By: jhi                                   on 2000/12/08  03:31:27
34309         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34310              From: Andy Dougherty <doughera@lafayette.edu>
34311              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
34312              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
34313              
34314              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34315              From: Andy Dougherty <doughera@lafayette.edu>
34316              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
34317              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
34318      Branch: perl
34319            + ext/POSIX/hints/svr4.pl
34320            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
34321 ____________________________________________________________________________
34322 [  8035] By: jhi                                   on 2000/12/08  03:26:01
34323         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
34324              From: Andy Dougherty <doughera@lafayette.edu>
34325              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
34326              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
34327      Branch: perl
34328            ! t/README t/base/term.t
34329 ____________________________________________________________________________
34330 [  8034] By: jhi                                   on 2000/12/08  03:21:59
34331         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
34332              From: mjd@plover.com  
34333              Date: 7 Dec 2000 21:04:20 -0000
34334              Message-ID: <20001207210420.22282.qmail@plover.com>
34335              
34336              Plus -z doc.
34337      Branch: perl
34338            ! pod/perlfunc.pod
34339 ____________________________________________________________________________
34340 [  8033] By: jhi                                   on 2000/12/08  03:19:03
34341         Log: Use the UTF8 macros a bit.  They can't be used with abandon
34342              everywhere because we do generate illegal UTF-8 in some situations.
34343              This is of course naughty.
34344      Branch: perl
34345            ! pod/perlapi.pod utf8.c utf8.h
34346 ____________________________________________________________________________
34347 [  8032] By: jhi                                   on 2000/12/08  03:00:09
34348         Log: Out of sync?
34349      Branch: perl
34350            ! t/pragma/warn/utf8
34351 ____________________________________________________________________________
34352 [  8031] By: jhi                                   on 2000/12/08  02:22:39
34353         Log: Cnt spl.
34354      Branch: perl
34355            ! MANIFEST
34356 ____________________________________________________________________________
34357 [  8030] By: jhi                                   on 2000/12/08  01:23:54
34358         Log: Add test for reverse().
34359      Branch: perl
34360            + t/op/reverse.t
34361            ! MANIFEST
34362 ____________________________________________________________________________
34363 [  8029] By: jhi                                   on 2000/12/08  01:21:47
34364         Log: Integrate perlio.
34365      Branch: perl
34366           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
34367           !> perlio.c perlio.h perlsdio.h warnings.pl
34368 ____________________________________________________________________________
34369 [  8028] By: jhi                                   on 2000/12/08  01:19:08
34370         Log: Introduce macros for UTF8 decoding.
34371      Branch: perl
34372            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34373 ____________________________________________________________________________
34374 [  8027] By: nick                                  on 2000/12/07  22:18:19
34375         Log: Integrate mainline
34376      Branch: perlio
34377           !> embed.pl pod/perlapi.pod utf8.c
34378 ____________________________________________________________________________
34379 [  8026] By: nick                                  on 2000/12/07  21:45:08
34380         Log: Various oddities p4 diff -se showed up
34381              Remove 'our' from warnings.pl
34382      Branch: perlio
34383            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
34384 ____________________________________________________________________________
34385 [  8025] By: nick                                  on 2000/12/07  21:43:32
34386         Log: Change PerlIO_(get|set)pos to take SV *
34387              Should fix, OS/2, VMS, (sfio??)
34388      Branch: perlio
34389            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
34390 ____________________________________________________________________________
34391 [  8024] By: jhi                                   on 2000/12/07  19:05:32
34392         Log: Document utf8_to_uv() better.
34393      Branch: perl
34394            ! pod/perlapi.pod utf8.c
34395 ____________________________________________________________________________
34396 [  8023] By: jhi                                   on 2000/12/07  18:23:47
34397         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
34398      Branch: perl
34399            ! embed.pl pod/perlapi.pod utf8.c
34400 ____________________________________________________________________________
34401 [  8022] By: jhi                                   on 2000/12/07  04:13:51
34402         Log: Integrate perlio.
34403      Branch: perl
34404           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
34405           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
34406           !> win32/makefile.mk
34407 ____________________________________________________________________________
34408 [  8021] By: nick                                  on 2000/12/07  00:28:14
34409         Log: Various attempts at MSVC debug - not sure what has
34410              changed but works now. 
34411              Seems atexit() _may_ work for DLLs built with MSVC so don't
34412              call cleanup that way.
34413      Branch: perlio
34414            ! perlio.c win32/makefile.mk
34415 ____________________________________________________________________________
34416 [  8020] By: nick                                  on 2000/12/06  19:57:20
34417         Log: Integrate mainline
34418      Branch: perlio
34419           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
34420           !> (integrate 75 files)
34421 ____________________________________________________________________________
34422 [  8019] By: nick                                  on 2000/12/06  19:28:21
34423         Log: Add useperlio to config.vc
34424              Turn off binmode in config_H.PL
34425              Regen all the config_H.xx
34426              Attempt to get debugging build with MSVC.
34427      Branch: perlio
34428            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34429            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
34430 ____________________________________________________________________________
34431 [  8018] By: nick                                  on 2000/12/06  19:21:57
34432         Log: Test various dup/external program options on all platforms.
34433      Branch: perlio
34434            ! t/io/dup.t
34435 ____________________________________________________________________________
34436 [  8017] By: nick                                  on 2000/12/06  19:20:47
34437         Log: Fix harness to be less picky
34438      Branch: perlio
34439            ! lib/Test/Harness.pm
34440 ____________________________________________________________________________
34441 [  8016] By: jhi                                   on 2000/12/06  16:45:12
34442         Log: Update Changes.
34443      Branch: perl
34444            ! Changes patchlevel.h
34445 ____________________________________________________________________________
34446 [  8015] By: jhi                                   on 2000/12/06  16:41:03
34447         Log: Test \x{...} with ord().
34448      Branch: perl
34449            ! t/op/ord.t
34450 ____________________________________________________________________________
34451 [  8014] By: jhi                                   on 2000/12/06  16:20:33
34452         Log: Test tweak because of #8013.
34453      Branch: perl
34454            ! t/lib/b.t
34455 ____________________________________________________________________________
34456 [  8013] By: jhi                                   on 2000/12/06  16:09:09
34457         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
34458              From: Michael G Schwern <schwern@pobox.com>
34459              Date: Tue, 5 Dec 2000 21:23:28 -0500
34460              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
34461              
34462              Carp::Heavy parts not very applicable because of recent changes.
34463      Branch: perl
34464            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
34465            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
34466            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
34467            ! lib/Exporter.pm lib/Exporter/Heavy.pm
34468            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
34469            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34470            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
34471            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
34472            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
34473            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34474            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
34475            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
34476            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
34477            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
34478            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
34479            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
34480            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
34481            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
34482            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
34483            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
34484            ! warnings.pl
34485 ____________________________________________________________________________
34486 [  8012] By: jhi                                   on 2000/12/06  15:22:38
34487         Log: Subject: [PATCH] Re: New harness is failing things
34488              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34489              Date: Wed, 6 Dec 2000 13:00:30 GMT
34490              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
34491      Branch: perl
34492            ! lib/Test/Harness.pm
34493 ____________________________________________________________________________
34494 [  8011] By: jhi                                   on 2000/12/06  15:12:08
34495         Log: Subject: installhtml changes
34496              From: Michael Stevens <michael@etla.org>
34497              Date: Wed, 6 Dec 2000 13:15:53 +0000
34498              Message-ID: <20001206131553.A27317@firedrake.org>
34499      Branch: perl
34500            ! installhtml
34501 ____________________________________________________________________________
34502 [  8010] By: jhi                                   on 2000/12/06  15:06:05
34503         Log: Subject: the dTHR hits
34504              From: Michael Stevens <michael@etla.org>
34505              Date: Wed, 6 Dec 2000 12:06:03 +0000
34506              Message-ID: <20001206120603.A24581@firedrake.org>
34507              
34508              More, errrm, less dTHRs.
34509      Branch: perl
34510            ! bytecode.pl ext/B/B/C.pm
34511 ____________________________________________________________________________
34512 [  8009] By: jhi                                   on 2000/12/06  15:04:25
34513         Log: Subject: MakeMaker mailing list gone?
34514              From: Michael G Schwern <schwern@pobox.com>
34515              Date: Tue, 5 Dec 2000 19:29:59 -0500
34516              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
34517              
34518              The MakeMaker mailing list is dead, perlbug is the right
34519              address to report bugs.
34520      Branch: perl
34521            ! lib/ExtUtils/MakeMaker.pm
34522 ____________________________________________________________________________
34523 [  8008] By: jhi                                   on 2000/12/06  15:00:32
34524         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
34525              From: Michael G Schwern <schwern@pobox.com>
34526              Date: Tue, 5 Dec 2000 19:21:21 -0500
34527              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
34528              
34529              Add a default MANIFEST skip that ignores things like
34530              version control files, editor temporary files, and the Makefile.
34531      Branch: perl
34532            + lib/ExtUtils/MANIFEST.SKIP
34533            ! MANIFEST lib/ExtUtils/Manifest.pm
34534 ____________________________________________________________________________
34535 [  8007] By: jhi                                   on 2000/12/06  14:57:20
34536         Log: In Amiga more manual hackery of the scripts seems to be needed,
34537              from Jan-Erik Karlsson.  Why Configure does not get this right
34538              is unknown, may be shell-induced.
34539      Branch: perl
34540            ! README.amiga
34541 ____________________________________________________________________________
34542 [  8006] By: jhi                                   on 2000/12/05  23:53:12
34543         Log: Add TOPm1s to peek at the second topmost stack item.
34544      Branch: perl
34545            ! pp.h
34546 ____________________________________________________________________________
34547 [  8005] By: jhi                                   on 2000/12/05  23:13:55
34548         Log: Avaunt, you foul UTF-8 tests.
34549      Branch: perl
34550            ! t/op/ver.t t/pragma/utf8.t
34551 ____________________________________________________________________________
34552 [  8004] By: jhi                                   on 2000/12/05  23:09:54
34553         Log: Continue utf8 dispersal. 
34554      Branch: perl
34555            + t/op/concat.t
34556            ! MANIFEST t/pragma/utf8.t
34557 ____________________________________________________________________________
34558 [  8003] By: nick                                  on 2000/12/05  23:02:39
34559         Log: Integrate mainline.
34560      Branch: perlio
34561           +> t/op/length.t t/op/utf8decode.t
34562           !> (integrate 69 files)
34563 ____________________________________________________________________________
34564 [  8002] By: jhi                                   on 2000/12/05  22:59:28
34565         Log: Integrate perlio.
34566      Branch: perl
34567           !> iperlsys.h perl.c perlio.c win32/perllib.c
34568 ____________________________________________________________________________
34569 [  8001] By: nick                                  on 2000/12/05  22:07:52
34570         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
34571              - calloc/free suffer from damage on TerminateThread()
34572              - use PerlMemShared (as originally planned) now fixed
34573              - avoid doing anything important on DLL "detach".
34574      Branch: perlio
34575            ! perl.c perlio.c win32/perllib.c
34576 ____________________________________________________________________________
34577 [  8000] By: nick                                  on 2000/12/05  21:05:09
34578         Log: Fix gross PerlMemShared issue.
34579      Branch: perlio
34580            ! iperlsys.h
34581 ____________________________________________________________________________
34582 [  7999] By: jhi                                   on 2000/12/05  20:46:58
34583         Log: Test for Unicode (UTF-8) hash keys.
34584      Branch: perl
34585            ! t/op/each.t
34586 ____________________________________________________________________________
34587 [  7998] By: jhi                                   on 2000/12/05  20:30:35
34588         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
34589              is now always UTF-8), empty line cosmetics.
34590      Branch: perl
34591            ! t/pragma/utf8.t
34592 ____________________________________________________________________________
34593 [  7997] By: jhi                                   on 2000/12/05  20:15:40
34594         Log: Subject: Re: STRLEN - what?
34595              From: Andy Dougherty <doughera@lafayette.edu>
34596              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
34597              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
34598              
34599              Explain STRLEN.
34600      Branch: perl
34601            ! pod/perlguts.pod
34602 ____________________________________________________________________________
34603 [  7996] By: jhi                                   on 2000/12/05  20:13:34
34604         Log: Split off the UTF-8 decoder tests, make them to check also
34605              the error message.
34606      Branch: perl
34607            + t/op/utf8decode.t
34608            ! MANIFEST t/pragma/utf8.t utf8.c
34609 ____________________________________________________________________________
34610 [  7995] By: jhi                                   on 2000/12/05  16:39:47
34611         Log: Start migrating bits of pragma/utf8 to elsewhere
34612              (since the long term plan is to obsolete 'use utf8').
34613      Branch: perl
34614            + t/op/length.t
34615            ! MANIFEST t/pragma/utf8.t
34616 ____________________________________________________________________________
34617 [  7994] By: jhi                                   on 2000/12/05  16:30:21
34618         Log: Fix a manual edit typo from #7993, fix the message formatting
34619              for Unicode, add few our declarations.
34620      Branch: perl
34621            ! lib/Carp/Heavy.pm
34622 ____________________________________________________________________________
34623 [  7993] By: jhi                                   on 2000/12/05  16:09:15
34624         Log: Subject: Need help with warnings :-(
34625              From: "Ben Tilly" <ben_tilly@hotmail.com>
34626              Date: Tue, 05 Dec 2000 01:35:54 -0500
34627              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
34628              
34629              Subject: UPDATE: Carp/Heavy now passes all tests
34630              From: "Ben Tilly" <ben_tilly@hotmail.com>
34631              Date: Tue, 05 Dec 2000 07:59:41 -0500
34632              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
34633              
34634              The Brave New Carp.
34635      Branch: perl
34636            ! lib/Carp.pm lib/Carp/Heavy.pm
34637 ____________________________________________________________________________
34638 [  7992] By: jhi                                   on 2000/12/05  15:55:08
34639         Log: Subject: [PATCH perl@7979] cygwin port
34640              From: "Eric Fifer" <efifer@dircon.co.uk>
34641              Date: Tue, 5 Dec 2000 14:04:09 -0000
34642              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
34643      Branch: perl
34644            ! t/lib/net-hostent.t
34645 ____________________________________________________________________________
34646 [  7991] By: jhi                                   on 2000/12/05  15:52:34
34647         Log: Subject: Re: [PATCH] The largest hoax of all times?
34648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34649              Date: Tue, 5 Dec 2000 00:40:25 -0500
34650              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
34651              
34652              Subject: Re: [PATCH] The largest hoax of all times?
34653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34654              Date: Mon, 4 Dec 2000 23:55:53 -0500
34655              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
34656              
34657              Subject: Re: [PATCH] The largest hoax of all times?
34658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34659              Date: Tue, 5 Dec 2000 01:28:45 -0500
34660              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
34661              
34662              Fix the unpredictable order of DESTROYs.
34663      Branch: perl
34664            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
34665            ! sv.c sv.h t/op/ref.t
34666 ____________________________________________________________________________
34667 [  7990] By: jhi                                   on 2000/12/05  14:38:53
34668         Log: Subject: [PATCH] shrink pp_hot fractionally
34669              From: Nicholas Clark <nick@ccl4.org>
34670              Date: Tue, 5 Dec 2000 12:44:31 +0000
34671              Message-ID: <20001205124431.E74518@plum.flirble.org>
34672              
34673              Use report_evil_fh().
34674      Branch: perl
34675            ! opcode.pl opnames.h pp_hot.c util.c
34676 ____________________________________________________________________________
34677 [  7989] By: jhi                                   on 2000/12/05  14:21:27
34678         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
34679              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34680              Date: Mon, 04 Dec 2000 22:21:59 -0800
34681              Message-ID: <HmIL6gzkgepS092yn@efn.org>
34682              
34683              Harness shouldn't ignore responses like "ok 3\r\r\n".
34684      Branch: perl
34685            ! lib/Test/Harness.pm
34686 ____________________________________________________________________________
34687 [  7988] By: jhi                                   on 2000/12/05  13:51:28
34688         Log: Integrate the "skip" messages to explain().
34689      Branch: perl
34690            ! t/lib/syslfs.t t/op/lfs.t
34691 ____________________________________________________________________________
34692 [  7987] By: jhi                                   on 2000/12/05  12:34:54
34693         Log: The one that got away in #7984.
34694              
34695              Subject: Re: dTHR - what and why?
34696              From: Michael Stevens <michael@etla.org> 
34697              Date: Tue, 5 Dec 2000 11:15:52 +0000
34698              Message-ID: <20001205111552.A4647@firedrake.org>
34699      Branch: perl
34700            ! sv.h
34701 ____________________________________________________________________________
34702 [  7986] By: gsar                                  on 2000/12/05  09:14:44
34703         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
34704              due to the notorious GetFileType() bug in Windows 9x, which fstat()
34705              tickles)
34706      Branch: perl
34707            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
34708 ____________________________________________________________________________
34709 [  7985] By: jhi                                   on 2000/12/05  05:49:03
34710         Log: Integrate perlio.
34711      Branch: perl
34712           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
34713           !> win32/perlhost.h win32/perllib.c
34714 ____________________________________________________________________________
34715 [  7984] By: jhi                                   on 2000/12/05  05:48:16
34716         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
34717      Branch: perl
34718            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
34719            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
34720            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
34721            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
34722            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
34723            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34724            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
34725            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
34726            ! win32/win32.c
34727 ____________________________________________________________________________
34728 [  7983] By: nick                                  on 2000/12/04  23:27:43
34729         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
34730      Branch: perlio
34731            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
34732            ! win32/perlhost.h win32/perllib.c
34733 ____________________________________________________________________________
34734 [  7982] By: jhi                                   on 2000/12/04  19:44:09
34735         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
34736              uncovered by #7980.
34737      Branch: perl
34738            ! op.c
34739 ____________________________________________________________________________
34740 [  7981] By: jhi                                   on 2000/12/04  19:42:07
34741         Log: Subject: [PATCH] Trivial dump.c feature
34742              From: Simon Cozens <simon@cozens.net>
34743              Date: Mon, 4 Dec 2000 18:08:38 +0000
34744              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
34745              
34746              Show whether a constant is UTF-8.
34747      Branch: perl
34748            ! dump.c
34749 ____________________________________________________________________________
34750 [  7980] By: jhi                                   on 2000/12/04  19:36:51
34751         Log: UTF-8 hash keys, patch from Inaba Hiroto.
34752      Branch: perl
34753            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
34754 ____________________________________________________________________________
34755 [  7979] By: jhi                                   on 2000/12/04  17:36:28
34756         Log: Update Changes.
34757      Branch: perl
34758            ! Changes patchlevel.h
34759 ____________________________________________________________________________
34760 [  7978] By: jhi                                   on 2000/12/04  16:42:17
34761         Log: Retract #7977, still too volatile (the euphemism of the day
34762              for unfinished and buggy :-)
34763      Branch: perl
34764            ! doop.c hv.c pp.c sv.h
34765 ____________________________________________________________________________
34766 [  7977] By: jhi                                   on 2000/12/04  16:25:15
34767         Log: (Retracted by #7978, too shaky yet.)
34768              
34769              Subject: Re: utf8 in hash keys, implementor missing
34770              From: Simon Cozens <simon@cozens.net>
34771              Date: Sat, 2 Dec 2000 19:49:35 +0000
34772              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
34773              
34774              The first step at UTF-8 hash keys.
34775      Branch: perl
34776            ! doop.c hv.c pp.c sv.h
34777 ____________________________________________________________________________
34778 [  7976] By: jhi                                   on 2000/12/04  16:13:53
34779         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
34780              From: sthoenna@efn.org
34781              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
34782              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
34783      Branch: perl
34784            ! os2/os2.c perlio.c
34785 ____________________________________________________________________________
34786 [  7975] By: jhi                                   on 2000/12/04  16:05:25
34787         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
34788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34789              Date: Thu, 30 Nov 2000 20:50:37 -0800
34790              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
34791      Branch: perl
34792            ! os2/os2.c
34793 ____________________________________________________________________________
34794 [  7974] By: jhi                                   on 2000/12/04  16:03:57
34795         Log: Subject: [PATCH] ++ 20% faster
34796              From: Nicholas Clark <nick@ccl4.org>
34797              Date: Mon, 4 Dec 2000 12:17:27 +0000
34798              Message-ID: <20001204121726.B52976@plum.flirble.org>
34799              
34800              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
34801      Branch: perl
34802            ! sv.c
34803 ____________________________________________________________________________
34804 [  7973] By: jhi                                   on 2000/12/04  16:00:48
34805         Log: 
34806              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
34807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34808              Date: Mon, 04 Dec 2000 12:30:45 +0100
34809              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
34810              
34811              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
34812              library (getprotobyname and getprotobynumber are outversioned by
34813              the same calls in libc, at least for xlc version 3.
34814      Branch: perl
34815            ! hints/aix.sh
34816 ____________________________________________________________________________
34817 [  7972] By: jhi                                   on 2000/12/04  02:58:31
34818         Log: Integrate perlio.
34819      Branch: perl
34820           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
34821           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
34822           !> win32/win32.h win32/win32iop.h win32/win32thread.h
34823 ____________________________________________________________________________
34824 [  7971] By: nick                                  on 2000/12/04  00:24:33
34825         Log: Quieten some noise in Win32 builds:
34826              - win32.h is included after <sys/socket.h>, so need to 
34827              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
34828              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
34829      Branch: perlio
34830            ! doio.c perl.h toke.c win32/win32.h
34831 ____________________________________________________________________________
34832 [  7970] By: nick                                  on 2000/12/03  22:57:46
34833         Log: PERL_IMPLICIT_SYS compiles but does not work.
34834      Branch: perlio
34835            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
34836            ! win32/perlhost.h win32/perllib.c win32/win32.h
34837            ! win32/win32iop.h win32/win32thread.h
34838 ____________________________________________________________________________
34839 [  7969] By: jhi                                   on 2000/12/03  22:12:58
34840         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
34841              used to swash_init(), makes regprop() dumps more informative
34842              (+utf8::IsAlpha, -utf8::IsDigit, for example).
34843      Branch: perl
34844            ! regcomp.c regexec.c
34845 ____________________________________________________________________________
34846 [  7968] By: jhi                                   on 2000/12/03  21:39:56
34847         Log: Implement ANYOFUTF8 regprop() dumping.
34848      Branch: perl
34849            ! regcomp.c
34850 ____________________________________________________________________________
34851 [  7967] By: jhi                                   on 2000/12/03  20:57:19
34852         Log: Make uv_to_utf8() to zero-terminate its output buffer,
34853              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
34854      Branch: perl
34855            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
34856 ____________________________________________________________________________
34857 [  7966] By: nick                                  on 2000/12/03  18:41:21
34858         Log: Integrate mainline (STDCHAR)
34859      Branch: perlio
34860           !> Configure t/pragma/utf8.t
34861 ____________________________________________________________________________
34862 [  7965] By: jhi                                   on 2000/12/03  17:58:20
34863         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
34864      Branch: perl
34865            ! t/pragma/utf8.t
34866 ____________________________________________________________________________
34867 [  7964] By: jhi                                   on 2000/12/03  17:35:56
34868         Log: Integrate perlio.
34869      Branch: perl
34870           !> iperlsys.h perlio.c
34871 ____________________________________________________________________________
34872 [  7963] By: jhi                                   on 2000/12/03  17:33:55
34873         Log: Metaconfig unit change for #7962.
34874      Branch: metaconfig
34875            ! U/modified/stdchar.U
34876 ____________________________________________________________________________
34877 [  7962] By: jhi                                   on 2000/12/03  17:33:27
34878         Log: Untangle the <stdio.h> #include nest for the stdchar test,
34879              from Andy Dougherty.
34880      Branch: perl
34881            ! Configure
34882 ____________________________________________________________________________
34883 [  7961] By: nick                                  on 2000/12/03  16:53:00
34884         Log: Make iperlsys.h vector stdio not PerlIO.
34885      Branch: perlio
34886            ! iperlsys.h perlio.c
34887 ____________________________________________________________________________
34888 [  7960] By: nick                                  on 2000/12/03  14:43:01
34889         Log: Integrate mainline
34890      Branch: perlio
34891           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
34892           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
34893 ____________________________________________________________________________
34894 [  7959] By: jhi                                   on 2000/12/03  08:16:36
34895         Log: Use DO_UTF8().
34896      Branch: perl
34897            ! op.c
34898 ____________________________________________________________________________
34899 [  7958] By: jhi                                   on 2000/12/02  18:33:05
34900         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
34901              From: Mike Guy <mjtg@cam.ac.uk>         
34902              Date: Sat, 02 Dec 2000 17:27:13 +0000
34903              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
34904              
34905              An extraneous argument.
34906      Branch: perl
34907            ! toke.c
34908 ____________________________________________________________________________
34909 [  7957] By: jhi                                   on 2000/12/02  18:22:32
34910         Log: A missing hunk.
34911      Branch: perl
34912            ! t/lib/net-hostent.t
34913 ____________________________________________________________________________
34914 [  7956] By: jhi                                   on 2000/12/02  18:06:20
34915         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
34916              From: Nicholas Clark <nick@ccl4.org>
34917              Date: Sat, 2 Dec 2000 14:28:27 +0000
34918              Message-ID: <20001202142827.A12308@plum.flirble.org>
34919              
34920              Test robustness.
34921      Branch: perl
34922            ! t/lib/net-hostent.t
34923 ____________________________________________________________________________
34924 [  7955] By: jhi                                   on 2000/12/02  17:58:06
34925         Log: Metaconfig unit change for #7954.
34926      Branch: metaconfig
34927            ! U/modified/stdchar.U
34928 ____________________________________________________________________________
34929 [  7954] By: jhi                                   on 2000/12/02  17:54:32
34930         Log: An inconvenient hang would happen if the stdio _ptr wasn't
34931              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
34932              would be grepping stdin for all eternity for the _ptr.)
34933      Branch: perl
34934            ! Configure
34935 ____________________________________________________________________________
34936 [  7953] By: jhi                                   on 2000/12/02  00:07:15
34937         Log: Update Changes.
34938      Branch: perl
34939            ! Changes patchlevel.h
34940 ____________________________________________________________________________
34941 [  7952] By: jhi                                   on 2000/12/01  23:54:47
34942         Log: Subject: Re: long shell lines
34943              From: Andy Dougherty <doughera@lafayette.edu>
34944              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
34945              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
34946              
34947              Split overly long shell command lines.
34948      Branch: perl
34949            ! lib/ExtUtils/MM_Unix.pm
34950 ____________________________________________________________________________
34951 [  7951] By: jhi                                   on 2000/12/01  23:48:02
34952         Log: The metaconfig unit change for #7950.
34953      Branch: metaconfig
34954            + U/modified/stdchar.U
34955 ____________________________________________________________________________
34956 [  7950] By: jhi                                   on 2000/12/01  23:47:39
34957         Log: Try to find stdchar also from <stdio_impl.h>.
34958      Branch: perl
34959            ! Configure config_h.SH
34960 ____________________________________________________________________________
34961 [  7949] By: jhi                                   on 2000/12/01  23:46:45
34962         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
34963              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34964              Date: Fri, 1 Dec 2000 16:26:08 -0500
34965              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
34966              
34967              Reword the diagnostic message.
34968      Branch: perl
34969            ! pod/perldiag.pod
34970 ____________________________________________________________________________
34971 [  7948] By: nick                                  on 2000/12/01  22:49:43
34972         Log: Integrate mainline (for s/y/m as sub names stuff).
34973      Branch: perlio
34974           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
34975           !> t/pragma/warn/toke toke.c
34976 ____________________________________________________________________________
34977 [  7947] By: jhi                                   on 2000/12/01  20:55:41
34978         Log: Integrate perlio.
34979      Branch: perl
34980           !> perlio.c perliol.h t/io/pipe.t
34981 ____________________________________________________________________________
34982 [  7946] By: jhi                                   on 2000/12/01  20:36:51
34983         Log: Upgrade to CPAN 1.59_51, from Andreas König.
34984      Branch: perl
34985            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34986 ____________________________________________________________________________
34987 [  7945] By: nick                                  on 2000/12/01  20:31:32
34988         Log: Integrate mainline
34989      Branch: perlio
34990           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
34991           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
34992           +> t/lib/net-hostent.t
34993           !> (integrate 35 files)
34994 ____________________________________________________________________________
34995 [  7944] By: jhi                                   on 2000/12/01  20:23:29
34996         Log: Some help for 20001130.011.  Now one gets warnings like
34997              "Ambiguous -f() resolved as a file test ..."
34998      Branch: perl
34999            ! pod/perldiag.pod t/pragma/warn/toke toke.c
35000 ____________________________________________________________________________
35001 [  7943] By: jhi                                   on 2000/12/01  19:44:44
35002         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
35003              that also breaks using them as methods. 
35004      Branch: perl
35005            ! pod/perldiag.pod t/op/misc.t toke.c
35006 ____________________________________________________________________________
35007 [  7942] By: nick                                  on 2000/12/01  17:56:46
35008         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
35009              Make 'unix' pass most tests
35010              - do unread by temporary push of layer ("pending") holding unread chars
35011              - fast_gets is now based on per-handle flag
35012              - relax one of io/pipe.t tests to allow print to fail and close to
35013              succeed so that it passes on unbuffered "unix" layer.
35014              Remaining fail is sporadic and a genuine race condition between
35015              parent/child in fork test.
35016      Branch: perlio
35017            ! perlio.c perliol.h t/io/pipe.t
35018 ____________________________________________________________________________
35019 [  7941] By: jhi                                   on 2000/12/01  15:28:58
35020         Log: (Retracted by #7943.)
35021              
35022              Reserve the short named string operator names.
35023      Branch: perl
35024            ! pod/perldiag.pod t/op/misc.t toke.c
35025 ____________________________________________________________________________
35026 [  7940] By: jhi                                   on 2000/12/01  06:45:53
35027         Log: Get the three different space character classes right under utf8.
35028      Branch: perl
35029            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35030            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35031            ! regexec.c t/op/pat.t utf8.c
35032 ____________________________________________________________________________
35033 [  7939] By: jhi                                   on 2000/12/01  03:26:26
35034         Log: Two more tests that make no sense in UTF-8 since the test
35035              data is not in UTF-8.
35036      Branch: perl
35037            ! t/op/regexp.t
35038 ____________________________________________________________________________
35039 [  7938] By: jhi                                   on 2000/12/01  03:20:39
35040         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
35041              should it be required inside regexen?
35042      Branch: perl
35043            ! regcomp.c t/op/regmesg.t
35044 ____________________________________________________________________________
35045 [  7937] By: jhi                                   on 2000/12/01  02:58:53
35046         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35047              stored and restored, and thusly was trounced by the utf8 swash
35048              routines.
35049      Branch: perl
35050            ! regcomp.c
35051 ____________________________________________________________________________
35052 [  7936] By: jhi                                   on 2000/11/30  20:41:39
35053         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
35054              Why the different platforms behave so differently (core dump vs
35055              no core dump) on this bug is a but of a mystery, but if I had to
35056              guess I would mumble something like 'alignment'.
35057      Branch: perl
35058            ! sv.c
35059 ____________________________________________________________________________
35060 [  7935] By: jhi                                   on 2000/11/30  16:17:02
35061         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
35062              From: Robin Barker <rmb1@cise.npl.co.uk>
35063              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
35064              Date: Thu, 30 Nov 2000 14:27:12 GMT
35065      Branch: perl
35066            ! perlio.c toke.c
35067 ____________________________________________________________________________
35068 [  7934] By: jhi                                   on 2000/11/30  16:04:49
35069         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
35070      Branch: perl
35071            ! t/lib/net-hostent.t
35072 ____________________________________________________________________________
35073 [  7933] By: jhi                                   on 2000/11/30  06:07:26
35074         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
35075              From: Peter Prymmer <pvhp@forte.com>
35076              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
35077              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
35078              
35079              In VMS the localhost may be LOCALHOST.
35080      Branch: perl
35081            ! t/lib/net-hostent.t
35082 ____________________________________________________________________________
35083 [  7932] By: jhi                                   on 2000/11/30  01:11:11
35084         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35085              From: Peter Prymmer <pvhp@forte.com>
35086              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
35087              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
35088              
35089              plus regen perlapi.pod.
35090      Branch: perl
35091            ! pod/perlapi.pod utf8.c
35092 ____________________________________________________________________________
35093 [  7931] By: jhi                                   on 2000/11/30  01:06:19
35094         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
35095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35096              Date:     Wed, 29 Nov 2000 17:15:11 EST
35097              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
35098      Branch: perl
35099            ! t/lib/filter-util.pl t/lib/filter-util.t
35100 ____________________________________________________________________________
35101 [  7930] By: jhi                                   on 2000/11/29  18:51:55
35102         Log: Update Changes.
35103      Branch: perl
35104            ! Changes patchlevel.h
35105 ____________________________________________________________________________
35106 [  7929] By: jhi                                   on 2000/11/29  18:50:55
35107         Log: Update the va_copy() metaconfig unit.
35108      Branch: metaconfig/U/perl
35109            ! need_va_copy.U
35110 ____________________________________________________________________________
35111 [  7928] By: jhi                                   on 2000/11/29  17:50:43
35112         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
35113              From: Dominic Dunlop <domo@computer.org>
35114              Date: Tue, 28 Nov 2000 16:41:57 +0100
35115              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
35116              
35117              Patch to catch a core dump in the Configure va_copy test.
35118      Branch: perl
35119            ! Configure config_h.SH
35120 ____________________________________________________________________________
35121 [  7927] By: jhi                                   on 2000/11/29  17:31:59
35122         Log: Retract #7921, the patch shouldn't be needed.
35123      Branch: perl
35124            ! sv.c
35125 ____________________________________________________________________________
35126 [  7926] By: jhi                                   on 2000/11/29  17:01:41
35127         Log: Make the Class::Struct import() wiser.
35128      Branch: perl
35129            ! lib/Class/Struct.pm t/lib/class-struct.t
35130 ____________________________________________________________________________
35131 [  7925] By: jhi                                   on 2000/11/29  16:36:33
35132         Log: All the core library users of Class::Struct seem to be
35133              using "use Class::Struct 'struct';" instead of the bare
35134              "use Class::Struct;", which isn't documented in Class::Struct.
35135              This can't be right.
35136      Branch: perl
35137            ! lib/File/stat.pm
35138 ____________________________________________________________________________
35139 [  7924] By: jhi                                   on 2000/11/29  16:32:15
35140         Log: A test works better if it has the right 1..$n output.
35141      Branch: perl
35142            ! t/lib/class-struct.t
35143 ____________________________________________________________________________
35144 [  7923] By: jhi                                   on 2000/11/29  16:29:11
35145         Log: Forgot to MANIFEST the new Net::hostent test.
35146      Branch: perl
35147            ! MANIFEST
35148 ____________________________________________________________________________
35149 [  7922] By: jhi                                   on 2000/11/29  16:27:49
35150         Log: Integrate perlio.
35151      Branch: perl
35152           !> iperlsys.h perlio.c
35153 ____________________________________________________________________________
35154 [  7921] By: jhi                                   on 2000/11/29  16:27:10
35155         Log: (Retracted by #7927.)
35156              
35157              Subject: [PATCH] Is infinity a number?
35158              From: Simon Cozens <simon@cozens.net>
35159              Date: Wed, 29 Nov 2000 14:48:20 +0000
35160              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
35161      Branch: perl
35162            ! sv.c
35163 ____________________________________________________________________________
35164 [  7920] By: jhi                                   on 2000/11/29  16:23:02
35165         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
35166              From: rspier@pobox.com (Robert Spier)
35167              Date: Wed, 29 Nov 2000 02:17:49 -0500
35168              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
35169              
35170              Add a test for Net::hostent.
35171      Branch: perl
35172            + t/lib/net-hostent.t
35173 ____________________________________________________________________________
35174 [  7919] By: jhi                                   on 2000/11/29  16:21:31
35175         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
35176              add a test for Class::Struct.
35177      Branch: perl
35178            + t/lib/class-struct.t
35179            ! MANIFEST lib/Class/Struct.pm
35180 ____________________________________________________________________________
35181 [  7918] By: jhi                                   on 2000/11/29  15:48:40
35182         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
35183              From: rspier@pobox.com (Robert Spier)
35184              Date: Wed, 29 Nov 2000 02:25:39 -0500
35185              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
35186              
35187              More checking in case someone has broken their services or
35188              protocol databases.
35189      Branch: perl
35190            ! ext/Sys/Syslog/Syslog.pm
35191 ____________________________________________________________________________
35192 [  7917] By: jhi                                   on 2000/11/29  15:46:25
35193         Log: Subject: [PATCH] $^O  win32 -> MSWin32
35194              From: rspier@pobox.com (Robert Spier)
35195              Date: Wed, 29 Nov 2000 02:17:38 -0500
35196              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
35197              
35198              plus similar nits for vms, err, VMS, and UNICOS.
35199      Branch: perl
35200            ! t/lib/syslfs.t t/op/lfs.t
35201 ____________________________________________________________________________
35202 [  7916] By: jhi                                   on 2000/11/29  15:42:51
35203         Log: Subject: [PATCH] Tokeniser debugging
35204              From: Simon Cozens <simon@cozens.net>
35205              Date: Wed, 29 Nov 2000 14:15:45 +0000
35206              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
35207      Branch: perl
35208            ! perl.c perl.h pod/perlrun.pod toke.c
35209 ____________________________________________________________________________
35210 [  7915] By: jhi                                   on 2000/11/29  15:41:36
35211         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35213              Date: Wed, 29 Nov 2000 02:13:14 -0500
35214              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
35215              
35216              OUT keyword nits.
35217              
35218              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35220              Date: Wed, 29 Nov 2000 03:09:04 -0500
35221              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
35222              
35223              OUT and IN_OUT documentation.
35224      Branch: perl
35225            ! lib/ExtUtils/xsubpp pod/perlxs.pod
35226 ____________________________________________________________________________
35227 [  7914] By: jhi                                   on 2000/11/29  03:35:01
35228         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
35229              From: John Tobey <jtobey@john-edwin-tobey.org>
35230              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
35231              Message-Id: <m140e1N-000FOoC@feynman.localnet>
35232              
35233              plus a performance speedup noticed by Sarathy.
35234      Branch: perl
35235            ! op.c
35236 ____________________________________________________________________________
35237 [  7913] By: jhi                                   on 2000/11/29  03:16:59
35238         Log: Use "1 while unlink" so that VMS gets clean, too.
35239      Branch: perl
35240            ! t/lib/filter-util.t
35241 ____________________________________________________________________________
35242 [  7912] By: jhi                                   on 2000/11/29  03:09:08
35243         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
35244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35245              Date: Tue, 28 Nov 2000 03:27:09 -0500
35246              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
35247      Branch: perl
35248            ! lib/ExtUtils/xsubpp
35249 ____________________________________________________________________________
35250 [  7911] By: jhi                                   on 2000/11/29  03:06:30
35251         Log: This should have been part of #7872: no need to scan UTF-8
35252              until eternity.
35253      Branch: perl
35254            ! utf8.c
35255 ____________________________________________________________________________
35256 [  7910] By: jhi                                   on 2000/11/29  02:50:04
35257         Log: One more perltie.pod nit from Casey R. Tweten.
35258      Branch: perl
35259            ! pod/perltie.pod
35260 ____________________________________________________________________________
35261 [  7909] By: jhi                                   on 2000/11/29  02:44:23
35262         Log: Document the known sprintf test failures, exact standard
35263              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
35264      Branch: perl
35265            ! pod/perldelta.pod t/op/sprintf.t
35266 ____________________________________________________________________________
35267 [  7908] By: jhi                                   on 2000/11/29  02:36:23
35268         Log: Add the Encoding table format documentation.
35269      Branch: perl
35270            + ext/Encode/Encode/EncodeFormat.pod
35271            ! MANIFEST
35272 ____________________________________________________________________________
35273 [  7907] By: jhi                                   on 2000/11/29  02:07:24
35274         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
35275              From: "Casey R. Tweten" <crt@kiski.net>
35276              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
35277              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
35278              
35279              Subject: Re: [PATCH] Updating perltie.pod for arrays
35280              From: "Casey R. Tweten" <crt@kiski.net>
35281              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
35282              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
35283      Branch: perl
35284            ! pod/perltie.pod
35285 ____________________________________________________________________________
35286 [  7906] By: nick                                  on 2000/11/28  22:40:59
35287         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
35288      Branch: perlio
35289            ! iperlsys.h perlio.c
35290 ____________________________________________________________________________
35291 [  7905] By: nick                                  on 2000/11/28  22:04:34
35292         Log: Integrate mainline
35293      Branch: perlio
35294           !> (integrate 39 files)
35295 ____________________________________________________________________________
35296 [  7904] By: jhi                                   on 2000/11/28  16:44:43
35297         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
35298              From: Nicholas Clark <nick@babyhippo.co.uk>
35299              Date: Tue, 28 Nov 2000 11:16:57 +0000
35300              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
35301      Branch: perl
35302            ! pod/perlipc.pod
35303 ____________________________________________________________________________
35304 [  7903] By: jhi                                   on 2000/11/28  16:40:31
35305         Log: Subject: [PATCH] Updating perltie.pod for arrays
35306              From: "Casey R. Tweten" <crt@kiski.net>
35307              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
35308              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
35309      Branch: perl
35310            ! pod/perltie.pod
35311 ____________________________________________________________________________
35312 [  7902] By: jhi                                   on 2000/11/28  16:39:37
35313         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
35314              From: Robin Barker <rmb1@cise.npl.co.uk>
35315              Date: Mon, 27 Nov 2000 17:56:44 GMT
35316              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
35317      Branch: perl
35318            ! pod/perlfunc.pod t/op/split.t
35319 ____________________________________________________________________________
35320 [  7901] By: jhi                                   on 2000/11/28  16:28:04
35321         Log: setmode() is a DOSish-only thing.
35322      Branch: perl
35323            ! perlio.c
35324 ____________________________________________________________________________
35325 [  7900] By: jhi                                   on 2000/11/28  16:21:46
35326         Log: Subject: [PATCH] perlcc.PL cleanups
35327              From: Simon Cozens <simon@cozens.net>
35328              Date: Tue, 28 Nov 2000 12:44:35 +0000
35329              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
35330      Branch: perl
35331            ! utils/perlcc.PL
35332 ____________________________________________________________________________
35333 [  7899] By: gsar                                  on 2000/11/28  06:32:55
35334         Log: reintegrate files missed by change#7895
35335      Branch: maint-5.6/perl
35336           +> ext/ByteLoader/bytecode.h utils/Makefile
35337            - utils/perlbc.PL
35338 ____________________________________________________________________________
35339 [  7897] By: gsar                                  on 2000/11/27  18:22:47
35340         Log: can't integrate these two files, for some reason
35341      Branch: maint-5.6/perl
35342            - ext/ByteLoader/bytecode.h utils/Makefile
35343 ____________________________________________________________________________
35344 [  7895] By: gsar                                  on 2000/11/27  18:11:21
35345         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
35346              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
35347              6757..6890,6892..6901 from mainline
35348              
35349              Bytecompiler patches from Benjamin Stuhl.
35350              
35351              More bytecompiler.
35352              
35353              Subject: [PATCH blead] B:: missing dependency
35354              
35355              Subject: [PATCH: 6757] configure.com updates and syslog build
35356              
35357              Long double Gconvert fixes from Yitzchak Scott-Thoennes
35358              and Spider Boardman.
35359              
35360              Subject: [PATCH blead] nextchar() abuse misses an optimisation
35361              
35362              Long double fixes from Spider Boardman.
35363              
35364              Make the selection of NVff et al stricter.
35365              
35366              cSVOPo_*v things index into the current PL_curpad
35367              under ithreads, which is different from the curpad
35368              used by the XSUB.  (In other words, the code as-is
35369              before this patch wouldn't work under ithreads.)
35370              
35371              Be portable.
35372              
35373              VMS MMS (make) wants null action.
35374              
35375              Mac and other portability updates from Chris Nandor.
35376              
35377              Storable support, v-version fixes.
35378              Subject: CPAN.pm beta for testing available
35379              
35380              Portability fix from Hugo van der Sanden.
35381              
35382              Bad makefile.
35383              
35384              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
35385              
35386              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
35387              
35388              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35389              
35390              Replace #6705 with a minimal doc patch.
35391              Subject: [PATCH 5.6.0] replace change #6705
35392              
35393              Drop the separate perlbc, perlcc -b should be enough.
35394              
35395              installperl couldn't tell whether it had run tests or not.
35396              Subject: [PATCH] Re: installperl and t/TEST
35397              
35398              Add silencer flags to installperl.
35399              Subject: [PATCH] Making installperl silent.
35400              
35401              Make "make install" by default silent.  A new "install-verbose"
35402              target is verbose.
35403              
35404              More liberal parsing of version numbers.
35405              Subject: Re: CPAN.pm beta for testing available
35406              
35407              Create directories in silence.
35408              Subject: [PATCH] Another silencer for MakeMaker
35409              
35410              DOS patches and portability/porting notes, from Tim Jenness.
35411              
35412              Make installman to recognize the silence flag -S.
35413              
35414              Actually do something with the silencer option.
35415              
35416              Continue silencing.
35417              
35418              Show the doc file, not the temp file.
35419              
35420              Regen perltoc.
35421              
35422              Subject: [PATCH] More silencing of installman.
35423              
35424              Better wording for the vec lvalue diagnostic.
35425              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35426              
35427              Subject: [PATCH: 6805] several more tweaks to configure.com
35428              
35429              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
35430              
35431              Missing parts of 
35432              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
35433              
35434              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
35435              (applied slightly modified)
35436              
35437              installperl --verbose and --silent.
35438              Subject: Re: [PATCH] More silencing of installman.
35439              
35440              Add install-silent target.
35441              
35442              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
35443              the problem reported in
35444              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
35445              
35446              Tweak the sfio/useperlio logic, hopefully as wished in
35447              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
35448              
35449              One forgotten file from #6816.
35450              
35451              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35452              
35453              Remove duplicately applied patch shards.
35454              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
35455              
35456              Support preserving extremely big/small angles.
35457              
35458              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
35459              
35460              Subject: [PATCH] installation not quite silent yet.
35461              
35462              Update the test count.
35463              
35464              Use UVxf, PTR2UV, NVff.
35465              
35466              Document PTR2XX and INT2PTR.
35467              
35468              no-install target a la make -n.
35469              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
35470              
35471              grep -e isn't portable.
35472              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
35473              
35474              Can't get the test to reliably work thanks to the
35475              inaccurateness of floating point.  "Resolves" bug ids
35476              20000826.003, 20000826.009, 20000826.010,
35477              
35478              Subject: installman buglet
35479              
35480              DJGPP update from Laszlo Molnar.
35481              
35482              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35483              
35484              Passing -R in ldflags makes now it to appear in the default
35485              for lddlflags, just like with -L.
35486              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35487              
35488              Test nit.
35489              
35490              Use the actual thread type, not the pointer-to-struct.
35491              
35492              Provice virtual $Config{ccflags_nolargefiles} etc. 
35493              
35494              display_format used as a class method without arguments was broken,
35495              reported in
35496              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
35497              
35498              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
35499              
35500              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
35501              
35502              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
35503              
35504              opmini.o may be left around if a build is interrupted.
35505              
35506              Typo in #6858.
35507              
35508              Fix for ID 20000828.001, long doubles were not formatted
35509              correctly (showed up in $], which stopped installing perl).
35510              
35511              An attempt to fix the problem reported in
35512              Subject: Building perl@6856 using gcc/AIX 4.3.3 
35513              I can't test this properly since the gcc installation I have
35514              access to seems to be botched (gcc is calling the AIX cpp,
35515              a losing proposition...)
35516              
35517              Add -ld to archname on long tr...double platforms.
35518              
35519              Subject: hv.h Doc Patch
35520              
35521              Potential cruft.
35522              
35523              Subject: [PATCH bleedperl@6856] warnings fixes
35524              
35525              -S is the silent flag, -s is the strip flag.
35526              Subject: [PATCH] Re: [PATCH] make no-install          
35527              
35528              Take out the SUIDMAIL thing, that will not be
35529              a problem in 5.7.*.
35530              
35531              Subject: [PATCH bleedperl@6866] spellings
35532              
35533              Subject: [PATCH] Re: files not cleaned even by veryclean
35534              
35535              Use minimal @INC in tests, most of the time just '../lib',
35536              so that we simply can't pick up stuff from other Perls than
35537              the one we are testing.  Pointed out by
35538              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
35539              
35540              Update to Getopt::Long 2.24, from Johan Vromans.
35541              
35542              Fix for thinko in #6848.
35543              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
35544              
35545              Patches all over for people and the files they (hopefully) care about.
35546              
35547              Subject: Net::protoent does not export 'getproto'
35548              
35549              Missed a change in #6869.
35550              
35551              Subject: [PATCH] Warnings in B::Deparse
35552              
35553              Subject: [PATCH] Glob dumping
35554              
35555              Disable one of the tests for now.
35556              
35557              Disabling the one test is a bit tricky.
35558              
35559              Don't forget to tidy up.
35560              
35561              The #6881 removed one dump line.
35562              
35563              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
35564              
35565              Under usethreads the dumped variable is IN_PAD.
35566              Subject: Re: [PATCH] Glob dumping
35567              
35568              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
35569              
35570              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
35571              
35572              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
35573              
35574              Regen Configure for #6894.
35575              
35576              Subject: [PATCH: 6889] updates to perlebcdic.pod
35577              
35578              Undo namespace pollution of #6878.
35579              Subject: Re: Net::protoent does not export 'getproto'
35580              
35581              Admit that we are leaking scalars.
35582              
35583              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
35584      Branch: maint-5.6/perl
35585           !> (integrate 271 files)
35586 ____________________________________________________________________________
35587 [  7894] By: gsar                                  on 2000/11/27  16:00:34
35588         Log: a couple of nits
35589      Branch: maint-5.6/perl
35590            ! MANIFEST pp_sys.c
35591 ____________________________________________________________________________
35592 [  7893] By: gsar                                  on 2000/11/27  15:10:56
35593         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
35594              6740..6745,6747..6757,6760
35595              
35596              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
35597              
35598              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
35599              
35600              Doc nits spotted by Richard Soderberg.
35601              
35602              move WNOHANG definition to where other such things are
35603              
35604              Make $Config{byteorder} more magical so that it is
35605              dynamically computed: nice for 'fat binaries'.
35606              Subject: [PATCH]: default byteorder
35607              
35608              Subject: [PATCH] Cwd.pm now uses strict
35609              
35610              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
35611              
35612              Get -DLEAKTEST to compile (not necessarily to work, mind)
35613              Subject: [ID 20000724.006] -DLEAKTEST problem
35614              
35615              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
35616              
35617              Add perlebcdic from Peter Prymmer, regen toc.
35618              
35619              Don't propose using modules built for 5.005 if no binary
35620              compatibility with 5.005 is attempted.
35621              
35622              Do not use prototyping here.
35623              Subject: [ID 20000817.016] [PATCH] Peek.xs
35624              
35625              Document what the backtick returns if the command fails.
35626              
35627              Add byteorder to the myconfig output.
35628              
35629              Introduce NVef, NVff, and NVgf, use the middle one.
35630              (helps for lib/peek + Linux + long doubles)  Reported in
35631              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
35632              Use NVs in POSIX math, not doubles.
35633              Subject: [ID 20000817.014] POSIX & modfl
35634              
35635              Subject: [PATCH 5.6.0+] newSVrv() memory leak
35636              
35637              The byteorder code in #6671 was wrong.
35638              
35639              Fix the lib/complex failure of
35640              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
35641              Linux long double accuracy issue: something that
35642              when printed with %g looks like "2" but int() of it is 1.
35643              
35644              Propagate new Configure vars.
35645              
35646              Unbuffer the output.
35647              
35648              Subject: [PATCH] perltrap.pod spring cleaning
35649              
35650              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
35651              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
35652              
35653              Tiny Getopt::Long patch from Johan Vromans.
35654              
35655              Document code point which makes if (defined %stash::) to work
35656              (noted by Spider Boardman).
35657              
35658              Subject: [PATCH perl@6698] cygwin port
35659              
35660              Document the NDBM_File and ODBM_File as SDBM_File
35661              was documented in #6417.
35662              
35663              The new tests were missing from #6415.
35664              
35665              Add [[:blank:]] as suggested in
35666              Subject: [ID 20000716.024] [=cc=] / [:blank:]
35667              (the [=cc=] has already been taken care of by #6439
35668              so the whole bug report can be closed)
35669              and make [[:space:]] to be equivalent to isspace(3)
35670              (as opposed to \s, which is isSPACE()).  The difference
35671              is that now [[:space:]] matches the mythical vertical tab,
35672              while \s doesn't.
35673              
35674              Don't eat leading os from index entries.
35675              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
35676              
35677              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
35678              
35679              Typo in pp_complement().
35680              Subject: [PATCH perl-current] Deparse
35681              
35682              Add warnif(), check warnings further up the stack,
35683              all the warnings functions now can take an optional object reference.
35684              Subject: [PATCH bleedperl@6691] warnings pragma update
35685              
35686              Fix a core dump in lib/selfloader under -DDEBUGGING.
35687              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
35688              
35689              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
35690              
35691              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
35692              
35693              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
35694              Put back the long double avoidance code to POSIX.xs
35695              because VMS seems to need it still.
35696              
35697              Introduce a 'veryclean' target that is like 'distclean'
35698              but also removes *~ and *.orig.
35699              
35700              Subject: [ID 20000817.023] endianness description in perlfunc.pod
35701              
35702              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
35703              
35704              Let's try #6717 again.
35705              
35706              UTF8 concat fixes.
35707              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
35708              
35709              pp_open() could pass an uninitialized filename down to do_open9().
35710              
35711              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
35712              
35713              Update to CGI 2.72, from Lincoln Stein.
35714              
35715              Subject: [PATCH] Silence MakeMaker (Was: installman)
35716              
35717              Use temporary directory instead of current directory.
35718              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
35719              
35720              Document odd vs even subreleases and -Dusedevel.
35721              
35722              The veryclean target needs to clobber.
35723              
35724              Use File::Spec->tmpdir().
35725              
35726              Document the number of exponent digits.
35727              
35728              Mention perlebcdic and perlposix-bc.
35729              
35730              s/this one/the 5.6.0 release/
35731              
35732              The #6724 is here.
35733              
35734              The correct cleaning order is an art.
35735              
35736              small tweaks for change#6705: avoid C++ style comments in C code;
35737              use Perl's malloc API rather than the low level system one
35738              
35739              Array context keeps slithering in.
35740              
35741              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
35742              
35743              Subject: [PATCH] os2.c fix for use64bitint
35744              
35745              Update to Pod::LaTeX 0.53.
35746              Subject: [PATCH] lib/Pod/LaTeX.pm updates
35747              
35748              Document the endianness of Alpha more precisely.
35749              
35750              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
35751              
35752              Rename the macro argument because some preprocessors
35753              can't tell the difference and expand arguments also inside
35754              double quoted strings.
35755              
35756              free TLS slot properly on Windows
35757              
35758              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
35759              
35760              Unicos/mk requires elaborate paranoia.
35761              
35762              Tweak the floating point output routine preferences.
35763              
35764              Also under djgpp the timestamps are funky.
35765              
35766              Apply some PodParser 1.18 patches; the Pod/Find.pm
35767              patches cannot be applied since #6712 conflicts.
35768              
35769              Use PodParser 1.18 new test.
35770              
35771              A pod nit.
35772              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
35773              
35774              Be verydeepclean.
35775      Branch: maint-5.6/perl
35776           +> pod/perlebcdic.pod
35777           !> (integrate 106 files)
35778 ____________________________________________________________________________
35779 [  7892] By: jhi                                   on 2000/11/27  15:02:32
35780         Log: Update Changes.
35781      Branch: perl
35782            ! Changes patchlevel.h
35783 ____________________________________________________________________________
35784 [  7891] By: jhi                                   on 2000/11/27  14:57:23
35785         Log: Subject: Re: perlfaq style changes
35786              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35787              Date: Sat, 25 Nov 2000 23:32:26 -0800
35788              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
35789              
35790              plus a note from Ronald Kimball.
35791      Branch: perl
35792            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
35793 ____________________________________________________________________________
35794 [  7890] By: jhi                                   on 2000/11/27  14:53:14
35795         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
35796              From: Benjamin Holzman <bah@ecnvantage.com>
35797              Date: Sun, 26 Nov 2000 16:27:33 -0500
35798              Message-ID: <20001126162733.J25040@ecnvantage.com>
35799      Branch: perl
35800            ! gv.c
35801 ____________________________________________________________________________
35802 [  7889] By: jhi                                   on 2000/11/27  14:43:11
35803         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
35804              From: lvirden@cas.org
35805              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
35806              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
35807      Branch: perl
35808            ! README.amiga
35809 ____________________________________________________________________________
35810 [  7888] By: jhi                                   on 2000/11/27  14:32:34
35811         Log: Restore also the locale test to no-sprintf-taint state.
35812              Fixes the bug 20001127.003.
35813      Branch: perl
35814            ! sv.c t/pragma/locale.t
35815 ____________________________________________________________________________
35816 [  7887] By: gsar                                  on 2000/11/27  14:13:05
35817         Log: integrate changes#6613..6616,6620..6665 from mainline
35818              
35819              VMS configure.com update continues.
35820              
35821              Subject: Test fails / warnings with perl-current #6612
35822              
35823              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
35824              
35825              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
35826              
35827              For now remove the mail code.
35828              
35829              Subject: Re: [PATCH] @+, @- readonly
35830              
35831              Subject: warning: storage class after type is obsolescent
35832              
35833              Subject: sfio2000
35834              
35835              Subject: Re: File::Temp problems on VMS in bleedperl
35836              
35837              README.os2 update.
35838              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
35839              
35840              Make the user to give up his firstborn, err, to knowingly
35841              verify installing an unstable developer release.  Also bump
35842              the release to 5.7.0, but leave a patch tag in the local
35843              patches saying that this is not yet the real thing.
35844              
35845              Update (kinda) to Test 1.14, from Joshua Pritikin.
35846              
35847              make ok etc also for win32.
35848              
35849              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
35850              
35851              Don't blow limited stacks, a lower number is enough to
35852              tickle the lookbehind limit.
35853              
35854              Use -Dusedevel; regen Configure and the respective Porting stuff.
35855              
35856              Subject: [PATCH] debugger exit code should reflect user exit code
35857              
35858              Subject: [PATCH perl@6620] cygwin port
35859              
35860              Missed a file from #6638.
35861              
35862              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
35863              
35864              magic callbacks all need to have same type signature
35865              
35866              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
35867              
35868              Fix a dependency problem.
35869              Subject: [PATCH: 6640] VMS Makefile.SH update
35870              
35871              The numeric locale was reset to "C" by s?printf and never restored.
35872              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
35873              No test since adding the failing example to locale.t
35874              does not fail -- probably because the locale settings are so
35875              thoroughly tweaked by that time.  Running the example standalone
35876              does fail, though.  UPDATE: test case added at change #7540.
35877              
35878              Subject: [ID 20000324.040] minor fix to perlhpux.pod
35879              
35880              Update to CPAN 1.57.
35881              
35882              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
35883              
35884              Change the perlbug address to perl.org since it's more forgiving.
35885              
35886              Change the regx compilation error markers to use = instead of <
35887              since pod makes using the latter quite messy.  Reported in
35888              ID 20000814.006 by Abigail and in
35889              Subject: Unknown escape E<> ?
35890              
35891              Update to perldebtut 1.9, from Richard Foley.
35892              
35893              check that the number pseudo children doesn't exceed
35894              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
35895              the WaitForMultipleObjects() limit that would cause wait()
35896              to crash)
35897              wait() and waitpid() could potentially be rewritten to use
35898              more than one thread to do the waiting to eliminate this
35899              limitation
35900              
35901              change#6328 could make close(SOCKET) return false on windows
35902              when it shouldn't
35903              
35904              pod nit seen in passing
35905              
35906              on windows, the return values from wait() and waitpid() don't
35907              match those of pseudo-pids
35908              
35909              waitpid() now handles externally spawned pids correctly;
35910              fixes for backtick/wait/waitpid failures on Windows 9x
35911              these changes make the pid returned by process functions on
35912              Windows 9x always positive by clearing the high bit (which
35913              is always set on Win9x); pseudo-process PIDs are likewise
35914              always negative now on Win9x (just as on NT/2000)
35915              
35916              trailing new %ENV entries weren't being pushed into the real
35917              environment of subprocesses on Windows
35918              
35919              Tweak the regex compilation errors once more.
35920              
35921              avoid warnings from dense compiler
35922              
35923              add "ok" targets from change#6632 in makefile.mk
35924      Branch: maint-5.6/perl
35925            - lib/Pod/PlainText.pm vms/configure.com
35926           !> (integrate 66 files)
35927 ____________________________________________________________________________
35928 [  7886] By: jhi                                   on 2000/11/27  13:54:18
35929         Log: __FUNCTION__ isn't portable and trying to emulate it leads
35930              into practically spelling out the name of the function.
35931              Takes care of the bug 20001127.001.
35932      Branch: perl
35933            ! perlio.c
35934 ____________________________________________________________________________
35935 [  7885] By: gsar                                  on 2000/11/27  13:53:18
35936         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
35937              6610..6611 from mainline
35938              
35939              Make regular expression parse error messages easier to understand.
35940              Subject: Re: enhanced(?) regex error messages
35941              
35942              Tiny tidying on report_evil_fh().
35943              
35944              Subject: Re: enhanced(?) regex error messages 
35945              plus Capitalize the error messages, plus perldiag them.
35946              
35947              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
35948              
35949              Document here-doc better.
35950              
35951              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
35952              
35953              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
35954              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
35955              (either perlbug or p5p ate the original), plus regen
35956              perlapi and perltoc. 
35957              
35958              Regen global.sym.
35959              
35960              Double check that we have a dirhandle.
35961              
35962              Subject: Re: enhanced(?) regex error messages
35963              (plus two small patches sent privately)
35964              (this still seems to leave few test failures)
35965              
35966              warn is a macro, avoid using at a variable to avoid warnings
35967              in some configurations; readdir.t is too conservative in
35968              estimating number of *.t's
35969              
35970              Get back into sync with Jeffrey on the enhanced regex warnings.
35971              
35972              Subject: [PATCH 5.6.0] cygwin port
35973              
35974              Zero entries were skipped, fix from Adrian Goalby
35975              <argoalby@yahoo.co.uk>
35976              
35977              Subject: Remove dead entry in perldiag
35978              
35979              Amend the description of Perl6.
35980              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
35981              
35982              detypo
35983              
35984              It's the 2ndO'ROSSC.
35985              
35986              Revert the sv.c part of #6559, a better fix is needed.
35987              
35988              Iterating perl6 description.
35989              
35990              Update to Term::ANSIColor 1.03, from Russ Allbery.
35991              
35992              Update to Getopt::Long 2.23_05, from Johan Vromans.
35993              
35994              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
35995              
35996              Update to Pod::Parser 1.17, from Brad Appleton.
35997              
35998              Update to CPAN 1.56, from Andreas König.
35999              
36000              Update to CGI 2.70, from Lincoln Stein.
36001              
36002              Put back the std @INC thing.
36003              
36004              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
36005              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
36006              
36007              Document the IO::Select timeout.
36008              
36009              sleep(1) does not necessarily return 1.
36010              Subject: [PATCH bleadperl] op/lex_assign.t  
36011              
36012              Subject: debugger "d" command doesnt check line number
36013              
36014              B::Deparse didn't do sub attributes.
36015              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36016              
36017              Preprocessing and postprocessing for File::Find.
36018              Subject: Patch to Find::File.pm to allow alphabetical results
36019              
36020              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
36021              
36022              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
36023              
36024              Subject: Re: [ID 20000730.003] utf8::length() bad
36025              
36026              Subject: Getting perlio and threads to compile
36027              (the Solaris version changes in Configure skipped)
36028              
36029              Tests for #6589.
36030              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36031              
36032              Add Perl debugging tutorial, regen toc. 
36033              Subject: perldebtut.pod
36034              
36035              Add a few missing files, update MANIFEST.
36036              
36037              Rewrite of vms/subconfigure.com as configure.com,
36038              from Peter Prymmer and the vmsperl crew.
36039              
36040              Should have deleted this in #6603.
36041              
36042              Fix the test for 5005threads.
36043              
36044              Fix-n-skip the tests under 5005threads.
36045              
36046              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
36047              
36048              Upgrade to CGI 2.71, from Lincoln Stein.
36049      Branch: maint-5.6/perl
36050           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
36051           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
36052           +> t/op/regmesg.t t/pod/find.t vms/configure.com
36053            - vms/subconfigure.com
36054            ! lib/lib.pm
36055           !> (integrate 115 files)
36056 ____________________________________________________________________________
36057 [  7884] By: jhi                                   on 2000/11/27  13:44:33
36058         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
36059              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36060              Date:     Mon, 27 Nov 2000 08:23:54 EST
36061              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
36062      Branch: perl
36063            ! vms/descrip_mms.template vms/test.com
36064 ____________________________________________________________________________
36065 [  7883] By: gsar                                  on 2000/11/27  11:50:46
36066         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
36067              6511..6513,6515..6523,6525..6536
36068              
36069              The swallow_bom() saga continues.  The #23 of require.t
36070              (UTF16-LE) still fails (silently, no output) but the #22
36071              (UTF16-BE) seems to be working now.  The root of the
36072              failure may be in sv_gets(): is it UTF-16LE-aware,
36073              especially when it comes to line endings? 
36074              
36075              Document the problem with -P in HP-UX and its workaround.
36076              
36077              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36078              (aka ID 20000730.002)
36079              
36080              Subject: fix and question re: waitpid() under win32
36081              
36082              Make the safety catch for buggy gccs work with triple version
36083              numbers like 2.95.2.  Reported in
36084              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36085              
36086              In Digital UNIX warn if gcc explicitly chosen because even
36087              2.95.2 is known to cause problems.
36088              
36089              Make chr() for values >127 to create utf8 when under utf8.
36090              
36091              various syntax errors and such (not fixed: comp/require.t#22 coredump
36092              on Windows)
36093              
36094              Stash away the largefiles flags and libswanted.
36095              
36096              BOM patching from Simon Cozens.
36097              
36098              If gccosandvers is equal to osname, clear gccosandvers.
36099              
36100              Make p4desc to skip non-mainperl branches by default.
36101              
36102              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36103              
36104              The test from this
36105              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36106              
36107              In new BSDs changes to argv[] do not show up in ps(1) output,
36108              instead one must use setproctitle().  This was already addressed
36109              by change #6457, but the below has a new variant for FreeBSD 4.0
36110              or later, and the matter is also documented more.
36111              
36112              FreeBSD 3.* updates from
36113              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36114              
36115              regen_headers, regen perltoc.
36116              
36117              Document in one place the memory abstractions used in Perl core.
36118              
36119              memcpy has n o in it, as pinted ut by Sarathy.
36120              
36121              Remove the extraneous "main::" prefix from all the
36122              "opened only for", "on closed", and "never opened" warnings.
36123              
36124              The name of a filehandle does not have <these>.
36125              
36126              The tr utf8 patching continues.
36127              
36128              The new setproctitle() feature is available only in 
36129              bleeding edge FreeBSD.  From Paul Saab.
36130              
36131              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
36132              
36133              Dump UVs as UVs in Data::Dumper.
36134              
36135              detypo #6494
36136              
36137              Document the IVdf UVuf UVof UVxf.
36138              
36139              require.t needs binmode() to work on windows
36140              
36141              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36142              that are hopefully soon put into use.
36143              
36144              Allow "no Module;" even if there is no 'unimport'.
36145              
36146              Better skip message for the test; one of the two problems in
36147              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36148              
36149              The subtest 4 may fail also on VOBS, as pointed out
36150              by Nick Ing-Simmons in November 1999, bug id 19991124.003
36151              (but the failure in that bug report isn't the subtest 4).
36152              
36153              Be more informative on what is skipped and why,
36154              also repeat the list at the end.
36155              
36156              Add a URL for FSF.
36157              
36158              Subject: [PATCH] sv.h documentation - SvLEN
36159              
36160              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36161              
36162              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36163              
36164              Subject: [PATCH] bad cppsymbols on os2 + Configure question
36165              
36166              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36167              
36168              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36169              mention the idea of @( and @)
36170              
36171              This is 6512.  Really.
36172              
36173              Subject: [ID 19990721.004] Documentation bug in perlfunc
36174              
36175              Subject: Minor tweak to perlvar.pod
36176              
36177              In the warnings call filehandles consistently so;
36178              add "unopened" warning for stat().
36179              
36180              After the #6519 a warning about stat() is just that,
36181              not about a filetest, which now have their own warning.
36182              
36183              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36184              
36185              Subject: Re: Array vs. List context
36186              
36187              Subject: New perlcc, take 2
36188              
36189              Weed buglets pointed out by
36190              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36191              
36192              gcc versions might have (parentheses) in them.
36193              
36194              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36195              
36196              Essential prototype changes were missing from #6527.
36197              Also make report_evil_fh() more bomb-proof.
36198              
36199              Zap lib/Sys directory when cleaning up.
36200              
36201              Change the Policy policy: now -Dprefix= with an existing
36202              Policy.sh and prefix == siteprefix == vendorprefix, then all
36203              of them follow along the new prefix.
36204              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36205              
36206              Continue fixing the io warnings.  This also
36207              sort of fixes bug ID 20000802.003: the core dump
36208              is no more.  Whether the current behaviour is correct
36209              (giving a warning: "Not a format reference"), is another matter.
36210              
36211              Have symbols for the IoTYPEs.
36212              
36213              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36214              
36215              Document a bit that UDP is not what you might think.
36216              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36217              tr memory corruption fix from Simon Cozens.
36218              
36219              Plug the security hole described in the Aug 05 2000 bugtraq message
36220              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36221              The security hole exists only in suidperls, which isn't
36222              installed or even built by default.
36223      Branch: maint-5.6/perl
36224           !> (integrate 71 files)
36225 ____________________________________________________________________________
36226 [  7882] By: gsar                                  on 2000/11/27  10:25:36
36227         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
36228              from mainline
36229              
36230              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
36231              to be fatal errors (instead of by default ignoring them, and
36232              ignoring with a bug: even though -w gave an error, the opening [
36233              was left in)  Reported in:
36234              
36235              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
36236              
36237              Subject: [PATCH] split /^/
36238              
36239              MacOS nits from Matthias Neeracher.
36240              
36241              More split() doc and test patches from Mike Guy.
36242              
36243              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
36244              from Graham Barr in the module list.
36245              
36246              docfix from Peter Scott <Peter@PSDT.com>.
36247              
36248              File::Temp patches for VMS and OS/2 from Tim Jenness.
36249              
36250              open() wariness in perlbug.
36251              
36252              Subject: [PATCH] minor doc change - perlguts
36253              
36254              Subject: Minor doc patch: handy.h
36255              
36256              Be wary of close()s, too.
36257              
36258              Further File::Temp patches from Yitzchak Scott-Thoennes
36259              and Craig A. Berry.
36260              
36261              Subject: [PATCH] fixes bug 20000508.004
36262              
36263              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
36264              
36265              Allow "no AutoLoader;", based on change #6444,
36266              suggested by Graham Barr.
36267              
36268              Use setproctitle() if available to modify $0.
36269              
36270              Warn if the version of the operating system used to compile gcc
36271              differs from the current version of the operating system.
36272              Also display the gcc compilation os and version in myconfig.
36273              Inspiration from
36274              
36275              Tiny fixes for #6460.
36276              
36277              The problem described in this
36278              Subject: [ID 20000322.018] named chars aren't magical enough
36279              has been fixed in perl 5.6.0 but just in case added a test
36280              to keep it away.  (The report from Joseph Hall.)
36281              
36282              Tune the comments and hopefully stop a memory leak.
36283              
36284              Subject: UTF8 concat
36285              (with a memory leak fixed, plus a few casts added)
36286              This also seems to help for
36287              Subject: [ID 20000716.015] join UTF8 weirdness
36288              
36289              Do not upgrade SVs into utf8 just because they participate
36290              in eq or cmp.  Reported and fix suggested in
36291              Subject: [ID 20000720.009] sv_eq UTF8 bug
36292              
36293              Fix the HALF_UPGRADE() macro introduced in #6263.
36294              
36295              Find green threads before native threads.
36296              Subject: Re: Patch to jpl/JNI/Makefile.PL
36297      Branch: maint-5.6/perl
36298           !> (integrate 30 files)
36299 ____________________________________________________________________________
36300 [  7881] By: jhi                                   on 2000/11/27  05:48:41
36301         Log: It seems that *both* the unused submatch loop cleanup
36302              codes are needed.
36303      Branch: perl
36304            ! regexec.c
36305 ____________________________________________________________________________
36306 [  7880] By: jhi                                   on 2000/11/27  04:50:07
36307         Log: Clean .exists deeper.
36308      Branch: perl
36309            ! Makefile.SH
36310 ____________________________________________________________________________
36311 [  7879] By: jhi                                   on 2000/11/27  02:31:35
36312         Log: The code in regcppop() (see #7878) contains the correct lower
36313              limit for the unused submatch 'cleanup' loop so that under
36314              "use utf8" the following code wouldn't dump core:
36315              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
36316              the cleanup loop in regtry() stomped beyond allocated area
36317              in the startp[] array.  Therefore, copied the correct lower
36318              loop limit (*PL_reglastparen) to regtry().  Note: something
36319              may still not be quite right: why was the _higher_ loop limit
36320              (prog->nparens) different in the utf8 case?
36321              
36322              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
36323              without core dumps, there were about 17 of them before
36324              the patch (with us since Perl 5.7.0).  Two failures, still:
36325              496 and 505 (though these may not be severe).
36326              
36327              Patch #7881 is also needed since both the cleanup loops
36328              seem to be needed.
36329              
36330              Also, the t/op/pat#44 seems to core dump under utf8.
36331              Plus a couple of failures.  UGH-8.
36332      Branch: perl
36333            ! regexec.c
36334 ____________________________________________________________________________
36335 [  7878] By: jhi                                   on 2000/11/27  02:21:17
36336         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
36337              the code in regcppop() seems to be redundant for the test suite --
36338              but it contains a germ of truth, and it needed for the build
36339              process itself: see #7879 and #7881.
36340      Branch: perl
36341            ! regexec.c
36342 ____________________________________________________________________________
36343 [  7877] By: jhi                                   on 2000/11/27  01:53:09
36344         Log: Comment on comment.
36345      Branch: perl
36346            ! regexec.c
36347 ____________________________________________________________________________
36348 [  7876] By: jhi                                   on 2000/11/27  00:49:59
36349         Log: Adjust the docs to agree with #7875.
36350      Branch: perl
36351            ! pod/perllocale.pod
36352 ____________________________________________________________________________
36353 [  7875] By: jhi                                   on 2000/11/27  00:49:27
36354         Log: Retract #7863.  It makes more sense not to taint formatted output,
36355              not even by sprintf().
36356      Branch: perl
36357            ! sv.c
36358 ____________________________________________________________________________
36359 [  7874] By: jhi                                   on 2000/11/26  23:36:02
36360         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
36361              Not really fixed (should really dump the UTF-8 charclass),
36362              but stopped displaying the garbage.
36363              
36364              Also add a note on the (missing) Unicode PSXSPC and BLANK.
36365      Branch: perl
36366            ! regcomp.c
36367 ____________________________________________________________________________
36368 [  7873] By: jhi                                   on 2000/11/26  21:31:13
36369         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
36370      Branch: perl
36371            ! regexec.c
36372 ____________________________________________________________________________
36373 [  7872] By: jhi                                   on 2000/11/26  21:06:04
36374         Log: No need to scan till infinity, 13 is enough.
36375      Branch: perl
36376            ! handy.h utf8.c
36377 ____________________________________________________________________________
36378 [  7871] By: jhi                                   on 2000/11/26  20:20:32
36379         Log: Test line numbers are different with utf8.
36380      Branch: perl
36381            ! t/op/re_tests
36382 ____________________________________________________________________________
36383 [  7870] By: jhi                                   on 2000/11/26  20:10:12
36384         Log: Message nit.
36385      Branch: perl
36386            ! regcomp.c
36387 ____________________________________________________________________________
36388 [  7869] By: jhi                                   on 2000/11/26  19:01:05
36389         Log: Make utf8_length() and utf8_distance() (the latter of which
36390              is unused at the moment) to be less forgiving about bad UTF-8.
36391      Branch: perl
36392            ! embed.h embed.pl objXSUB.h proto.h utf8.c
36393 ____________________________________________________________________________
36394 [  7868] By: jhi                                   on 2000/11/26  18:45:56
36395         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
36396              From: Benjamin Holzman <bah@ecnvantage.com>
36397              Date: Sat, 25 Nov 2000 20:40:20 -0500       
36398              Message-ID: <20001125204020.A25040@ecnvantage.com>              
36399              
36400              Debian allows installing /usr/bin/locale without installing
36401              any locales, an error message will ensue.
36402      Branch: perl
36403            ! t/pragma/locale.t
36404 ____________________________________________________________________________
36405 [  7867] By: jhi                                   on 2000/11/26  18:31:12
36406         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
36407              From: Benjamin Holzman <bah@ecnvantage.com>
36408              Date: Sun, 26 Nov 2000 02:42:34 -0500
36409              Message-ID: <20001126024234.G25040@ecnvantage.com>
36410              
36411              Patch for the bug 20000212.002.
36412      Branch: perl
36413            ! sv.c t/op/array.t
36414 ____________________________________________________________________________
36415 [  7866] By: jhi                                   on 2000/11/26  18:28:09
36416         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
36417              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36418              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
36419              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
36420              
36421              File::Temp 0.11.
36422      Branch: perl
36423            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
36424 ____________________________________________________________________________
36425 [  7865] By: jhi                                   on 2000/11/26  18:24:22
36426         Log: The metaconfig unit change for #7864.
36427      Branch: metaconfig/U/perl
36428            ! need_va_copy.U
36429 ____________________________________________________________________________
36430 [  7864] By: jhi                                   on 2000/11/26  18:23:41
36431         Log: Make the va_copy() test not to be so talkative.
36432      Branch: perl
36433            ! Configure config_h.SH
36434 ____________________________________________________________________________
36435 [  7863] By: jhi                                   on 2000/11/26  18:11:02
36436         Log: Fix locale inconsistencies unearthed by Hugo's work.
36437              Now the floating point sprintf really does taint the result
36438              string as perllocale promises (has promised for a long time)
36439              if "use locale" is in the lexical scope.
36440      Branch: perl
36441            ! sv.c t/pragma/locale.t
36442 ____________________________________________________________________________
36443 [  7862] By: jhi                                   on 2000/11/26  00:35:15
36444         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
36445              From: Nicholas Clark <nick@ccl4.org>
36446              Date: Sun, 26 Nov 2000 00:07:50 +0000
36447              Message-ID: <20001126000750.A22446@plum.flirble.org>
36448              
36449              Infinit.
36450      Branch: perl
36451            ! sv.c
36452 ____________________________________________________________________________
36453 [  7861] By: jhi                                   on 2000/11/26  00:01:26
36454         Log: Integrate perlio.
36455      Branch: perl
36456           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
36457 ____________________________________________________________________________
36458 [  7860] By: nick                                  on 2000/11/25  22:04:17
36459         Log: Correct relative path from new ext\Filter\Util\Call location
36460              back to miniperl.
36461      Branch: perlio
36462            ! win32/makefile.mk
36463 ____________________________________________________________________________
36464 [  7859] By: nick                                  on 2000/11/25  21:26:54
36465         Log: Integrate mainline.
36466      Branch: perlio
36467           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36468           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
36469           +> t/lib/filter-util.t
36470            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36471            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36472            - t/lib/filt-util.t
36473           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
36474           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
36475           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
36476           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
36477           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
36478           !> win32/makefile.mk
36479 ____________________________________________________________________________
36480 [  7858] By: gsar                                  on 2000/11/25  20:52:17
36481         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
36482              parent's memory; fix it by keeping track of the actual pad
36483              offset rather than a raw pointer (this change is probably also
36484              relevant to non-ithreads case to avoid fallout from reallocs of
36485              the pad array, but is currently only enabled for the ithreads
36486              case in the interests of minimal disruption to existing "well
36487              tested" code)
36488      Branch: perl
36489            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36490            ! proto.h scope.c scope.h sv.c t/op/fork.t
36491 ____________________________________________________________________________
36492 [  7857] By: nick                                  on 2000/11/25  20:01:28
36493         Log: All tests pass on Win32/gcc/USE_PERLIO.
36494              - when crlf layer is pushed make unix-level binary.
36495              - remove :crlf injection in pp_backtick in pp_sys.c
36496              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
36497      Branch: perlio
36498            ! doio.c perlio.c pp_sys.c win32/makefile.mk
36499 ____________________________________________________________________________
36500 [  7856] By: jhi                                   on 2000/11/25  18:38:30
36501         Log: Update the metaconfig units for #7855.
36502      Branch: metaconfig/U/perl
36503            ! useperlio.U usesocks.U
36504 ____________________________________________________________________________
36505 [  7855] By: jhi                                   on 2000/11/25  18:37:54
36506         Log: Undo the SOCKS workarounds, instead start using PerlIO
36507              if SOCKS is selected.
36508              
36509              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
36510              From: Jens Hamisch <jens@Strawberry.COM>
36511              Date: Fri, 24 Nov 2000 18:31:30 +0100
36512              Message-ID: <20001124183130.E28337@Strawberry.COM>
36513              
36514              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
36515              From: Jens Hamisch <jens@Strawberry.COM>
36516              Date: Fri, 24 Nov 2000 19:11:51 +0100
36517              Message-ID: <20001124191151.A28753@Strawberry.COM>
36518      Branch: perl
36519            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
36520            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
36521 ____________________________________________________________________________
36522 [  7854] By: jhi                                   on 2000/11/25  17:39:08
36523         Log: Undo #7848.  Some of the code seems to use walkoptree(),
36524              some walkoptree_slow().  An unfinished renaming?
36525              Now the sub is walkoptree() (which is @EXPORT_OK),
36526              the walkoptree_slow() is a typeglob alias to walkoptree.
36527              This makes the tests to pass, at least.
36528      Branch: perl
36529            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
36530 ____________________________________________________________________________
36531 [  7853] By: nick                                  on 2000/11/24  22:24:33
36532         Log: Re-arrange crlf vs binary for platforms that care.
36533              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
36534              Lip-service to making stdio layer work on such platfroms (untested).
36535              Now fails 3 tests rather than one, checkin to see if I can debug 
36536              the issue under linux. (Do not merge.)
36537      Branch: perlio
36538            ! doio.c perlio.c perliol.h
36539 ____________________________________________________________________________
36540 [  7852] By: jhi                                   on 2000/11/24  18:57:39
36541         Log: AUTHORS edits.
36542      Branch: perl
36543            ! AUTHORS
36544 ____________________________________________________________________________
36545 [  7851] By: jhi                                   on 2000/11/24  17:34:56
36546         Log: Add Jan-Erik Karlsson.
36547      Branch: perl
36548            ! AUTHORS
36549 ____________________________________________________________________________
36550 [  7850] By: jhi                                   on 2000/11/24  17:27:56
36551         Log: Configure should find stdchar on its own.
36552      Branch: perl
36553            ! hints/solaris_2.sh
36554 ____________________________________________________________________________
36555 [  7849] By: jhi                                   on 2000/11/24  17:24:55
36556         Log: Subject: PATCH over 7848: Filter test flawed
36557              From: andreas.koenig@anima.de (Andreas J. Koenig)
36558              Date: 24 Nov 2000 10:28:29 +0100
36559              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
36560      Branch: perl
36561            ! t/lib/filter-util.t
36562 ____________________________________________________________________________
36563 [  7848] By: jhi                                   on 2000/11/24  17:22:15
36564         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
36565              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
36566              Date: Fri, 24 Nov 2000 16:12:58 +0000
36567              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
36568      Branch: perl
36569            ! ext/B/B.pm
36570 ____________________________________________________________________________
36571 [  7847] By: jhi                                   on 2000/11/24  03:07:01
36572         Log: Integrate perlio.
36573      Branch: perl
36574           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
36575           !> win32/makefile.mk
36576 ____________________________________________________________________________
36577 [  7846] By: gsar                                  on 2000/11/24  00:55:57
36578         Log: integrate changes#6415..6418,6420..6438 from mainline
36579              
36580              Fix the bitvector ops for utf8 (tricky since past 7 bits
36581              the utf8 'characters' can be more than one octet).
36582              
36583              MPE/ix updates for perl 5.6.0 from Mark Bixby.
36584              
36585              Subject: SDBM_File documentation
36586              
36587              Detypo.
36588              
36589              Decutandpasto.
36590              
36591              Send all installperl messages to STDERR and be -w clean.
36592              
36593              Out-of-date note removed.
36594              
36595              Protect against "wild next"s, that is, callbacks doing "next"
36596              instead of "return".
36597              
36598              Use STDOUT consistently.
36599              
36600              The output might have been produced in the wrong order.
36601              
36602              A missing 'break' after the [[:space:]] switch case.
36603              
36604              Add tests for
36605              [ID 19991110.003] another matching finding by pcre author
36606              which has already been fixed by some patch, as verified in
36607              
36608              Documentation to explain the behaviour of map().
36609              
36610              Add an optimization for map-maps-a-list-element-to-more-list-elements
36611              case, but add also notes explaining the relationship of this
36612              patch and the earlier notes by Sarathy.
36613              
36614              Subject: [ID 20000716.023] syslog test fails without sockets
36615              
36616              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
36617              Test cases for #6431.
36618              
36619              File::Spec::VMS fixup for tmpdir from Craig Berry.
36620              
36621              Make the "uninit variable" warning to say "concat or string"
36622              or "join or string" when in concat or join .
36623              
36624              Get UTF16 BOMs working.  Patch from
36625              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
36626              
36627              Subject: [PATCH] Make large file tests deal with SIGXFSZ
36628              
36629              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
36630              
36631              Subject: [PATCH] av.c apidoc
36632      Branch: maint-5.6/perl
36633           !> (integrate 43 files)
36634 ____________________________________________________________________________
36635 [  7845] By: gsar                                  on 2000/11/24  00:20:45
36636         Log: integrate changes#6406..6414 from mainline
36637              
36638              Merge perlhacktut into perlhack, update perlguts.
36639              
36640              Fix AutoSplit to use File::Spec the right way in VMS,
36641              from Peter Prymmer.
36642              
36643              The bug report
36644              [ID 19991110.002] minimal matching discrepancy found by pcre author
36645              seems to have been fixed (though differently from what was suggested
36646              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
36647              
36648              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
36649              not in pod, from Peter Prymmer
36650              
36651              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
36652              From: Hugo <hv@crypt.compulink.co.uk>
36653              Date: Fri, 14 Jul 2000 23:05:20 +0100
36654              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
36655              
36656              Didn't anymore apply, but that point still could use another fix.
36657              
36658              lib/b test fixes from Peter Prymmer.
36659              
36660              More docs for sv functions.
36661              
36662              perlvms.pod whitespace cleanup to keep pod utils happy.
36663              
36664              another VMS build tweak from Peter Prymmer
36665      Branch: maint-5.6/perl
36666           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
36667           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
36668           !> vms/descrip_mms.template vms/perlvms.pod
36669 ____________________________________________________________________________
36670 [  7844] By: nick                                  on 2000/11/23  23:42:45
36671         Log: Win32/perlio Now just fails one io/argv.t test - lack 
36672              of default :crlf on standard streams.
36673      Branch: perlio
36674            ! doio.c perlio.c
36675 ____________________________________________________________________________
36676 [  7843] By: nick                                  on 2000/11/23  23:04:05
36677         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
36678              peek fail is showing a real problem (multiple crlf layers
36679              are getting pushed.)
36680      Branch: perlio
36681            ! doio.c perlio.c win32/makefile.mk
36682 ____________________________________________________________________________
36683 [  7842] By: nick                                  on 2000/11/23  19:46:23
36684         Log: Implement PerlIO_binmode()
36685              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
36686              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
36687              make binmode in t/lib/io_tell.t unconditional so that works.
36688              Checkin just so Win32 machine can see these changes.
36689      Branch: perlio
36690            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
36691 ____________________________________________________________________________
36692 [  7841] By: jhi                                   on 2000/11/23  19:30:00
36693         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
36694      Branch: perl
36695            ! README.amiga
36696 ____________________________________________________________________________
36697 [  7840] By: jhi                                   on 2000/11/23  17:18:02
36698         Log: SOCKS wrestling continues, patches from Jens Hamisch.
36699      Branch: perl
36700            ! doio.c embed.h embed.pl perlsdio.h proto.h
36701 ____________________________________________________________________________
36702 [  7839] By: jhi                                   on 2000/11/23  16:54:14
36703         Log: Push Filter::Util::Call one level deeper.
36704      Branch: perl
36705            + t/lib/filter-util.t
36706           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36707           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
36708            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36709            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36710            - t/lib/filt-util.t
36711            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36712            ! win32/Makefile win32/makefile.mk
36713 ____________________________________________________________________________
36714 [  7838] By: jhi                                   on 2000/11/23  16:52:40
36715         Log: Reach back one higher up when searching for PERL_SRC.
36716      Branch: perl
36717            ! lib/ExtUtils/MM_Unix.pm
36718 ____________________________________________________________________________
36719 [  7837] By: jhi                                   on 2000/11/23  16:05:41
36720         Log: Subject: Re: perl@7826
36721              Date: Thu, 23 Nov 2000 02:20:25 -0600
36722              From: "Craig A. Berry" <craigberry@mac.com>
36723              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
36724              
36725              Make VMS to like Filter::Util::Call. 
36726      Branch: perl
36727            ! configure.com ext/Filter/Util/Makefile.PL
36728 ____________________________________________________________________________
36729 [  7836] By: nick                                  on 2000/11/23  16:04:08
36730         Log: Implement crlf layer - not ready for merge.
36731      Branch: perlio
36732            ! perlio.c win32/makefile.mk
36733 ____________________________________________________________________________
36734 [  7835] By: jhi                                   on 2000/11/23  15:56:52
36735         Log: STDCHAR is different in Sparc v9 vs x86.
36736      Branch: perl
36737            ! hints/solaris_2.sh
36738 ____________________________________________________________________________
36739 [  7834] By: jhi                                   on 2000/11/23  15:50:47
36740         Log: The type needs to be visible to protos.
36741      Branch: perl
36742            ! perl.h
36743 ____________________________________________________________________________
36744 [  7833] By: jhi                                   on 2000/11/23  15:40:46
36745         Log: Finish unfinished SOCKS workaround changes.
36746      Branch: perl
36747            ! doio.c
36748 ____________________________________________________________________________
36749 [  7832] By: jhi                                   on 2000/11/23  15:33:30
36750         Log: Integrate perlio.
36751      Branch: perl
36752           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36753           !> win32/makefile.mk
36754 ____________________________________________________________________________
36755 [  7831] By: nick                                  on 2000/11/23  10:31:07
36756         Log: Correct makefile.mk dependancies for ext/Filter/Util
36757              Build ext/Encode
36758              Run dmake regen_config_h
36759      Branch: perlio
36760            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36761            ! win32/makefile.mk
36762 ____________________________________________________________________________
36763 [  7830] By: nick                                  on 2000/11/23  08:05:07
36764         Log: Integrate mainline
36765      Branch: perlio
36766           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36767           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
36768           +> t/lib/filt-util.pl t/lib/filt-util.t
36769           !> (integrate 41 files)
36770 ____________________________________________________________________________
36771 [  7829] By: gsar                                  on 2000/11/23  03:07:11
36772         Log: build the Filter extension on windows
36773      Branch: perl
36774            ! win32/Makefile win32/makefile.mk
36775 ____________________________________________________________________________
36776 [  7828] By: gsar                                  on 2000/11/23  02:46:35
36777         Log: regenerate win32/config* and fix some inconsistencies in the
36778              makefiles; always export Perl_deb() because it is needed
36779              by ext/re/* (whether perl itself is built with -DDEBUGGING
36780              or not)
36781      Branch: perl
36782            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
36783            ! win32/config_H.vc win32/makefile.mk
36784 ____________________________________________________________________________
36785 [  7827] By: gsar                                  on 2000/11/23  02:18:38
36786         Log: get sources building on windows+MSVC again (untested with other
36787              compilers)
36788      Branch: perl
36789            ! win32/include/sys/socket.h win32/perllib.c
36790 ____________________________________________________________________________
36791 [  7826] By: jhi                                   on 2000/11/23  01:18:26
36792         Log: Update Changes.
36793      Branch: perl
36794            ! Changes patchlevel.h
36795 ____________________________________________________________________________
36796 [  7825] By: jhi                                   on 2000/11/23  00:20:41
36797         Log: Subject: Re: av.c patch (having slight problems)
36798              From: "Ben Tilly" <ben_tilly@hotmail.com>
36799              Date: Tue, 21 Nov 2000 23:29:31 -0500
36800              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
36801              
36802              unshift() speedup.
36803      Branch: perl
36804            ! av.c
36805 ____________________________________________________________________________
36806 [  7824] By: jhi                                   on 2000/11/22  23:59:15
36807         Log: Fixes for signedness warnings noticed by VMSperlers.
36808      Branch: perl
36809            ! ext/Storable/Storable.xs regcomp.c sv.c
36810 ____________________________________________________________________________
36811 [  7823] By: jhi                                   on 2000/11/22  23:19:31
36812         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
36813              From: Peter Prymmer <pvhp@forte.com>
36814              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
36815              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
36816      Branch: perl
36817            ! t/pragma/warn/pp_hot
36818 ____________________________________________________________________________
36819 [  7822] By: jhi                                   on 2000/11/22  22:52:20
36820         Log: Be clean.
36821      Branch: perl
36822            ! Makefile.SH
36823 ____________________________________________________________________________
36824 [  7821] By: jhi                                   on 2000/11/22  22:46:39
36825         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
36826              by Damian Conway, as suggested by Paul Marquess.
36827      Branch: perl
36828            + lib/Filter/Simple.pm
36829 ____________________________________________________________________________
36830 [  7820] By: jhi                                   on 2000/11/22  22:45:51
36831         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
36832      Branch: perl
36833            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36834            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36835            + t/lib/filt-util.t
36836            ! MANIFEST
36837 ____________________________________________________________________________
36838 [  7819] By: jhi                                   on 2000/11/22  22:03:27
36839         Log: Integrate perlio.
36840      Branch: perl
36841           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
36842           !> win32/makefile.mk
36843 ____________________________________________________________________________
36844 [  7818] By: jhi                                   on 2000/11/22  21:56:02
36845         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
36846      Branch: perl
36847            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
36848            ! t/lib/io_sock.t
36849 ____________________________________________________________________________
36850 [  7817] By: jhi                                   on 2000/11/22  21:39:49
36851         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
36852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36853              Date: Wed, 22 Nov 2000 16:08:12 -0500
36854              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
36855      Branch: perl
36856            ! lib/ExtUtils/Liblist.pm
36857 ____________________________________________________________________________
36858 [  7816] By: jhi                                   on 2000/11/22  21:38:25
36859         Log: Go ahead and #include <unistd.h> in perl.h.
36860      Branch: perl
36861            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
36862            ! util.c
36863 ____________________________________________________________________________
36864 [  7815] By: jhi                                   on 2000/11/22  21:22:52
36865         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
36866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36867              Date: Mon, 20 Nov 2000 18:30:52 -0500
36868              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
36869      Branch: perl
36870            ! pod/perlre.pod regcomp.c t/op/re_tests
36871 ____________________________________________________________________________
36872 [  7814] By: jhi                                   on 2000/11/22  21:21:46
36873         Log: Subject: [PATCH 5.7.0] Liblist finally works
36874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36875              Date: Tue, 21 Nov 2000 22:02:17 -0500
36876              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
36877      Branch: perl
36878            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
36879            ! lib/ExtUtils/MakeMaker.pm
36880 ____________________________________________________________________________
36881 [  7813] By: jhi                                   on 2000/11/22  21:20:23
36882         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
36883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36884              Date: Wed, 22 Nov 2000 17:53:15 +0100
36885              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
36886              
36887              AIX dynaloader and perlio patch.
36888      Branch: perl
36889            ! ext/DynaLoader/dl_aix.xs
36890 ____________________________________________________________________________
36891 [  7812] By: jhi                                   on 2000/11/22  21:17:52
36892         Log: (Accidentally empty patch.)
36893      Branch: perl
36894            ! av.c
36895 ____________________________________________________________________________
36896 [  7811] By: jhi                                   on 2000/11/22  21:16:31
36897         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
36898              From: Peter Prymmer <pvhp@forte.com>
36899              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
36900              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
36901      Branch: perl
36902            ! vms/test.com
36903 ____________________________________________________________________________
36904 [  7810] By: jhi                                   on 2000/11/22  21:15:36
36905         Log: Subject: Re: perl@7777 
36906              From: "John P. Linderman" <jpl@research.att.com>
36907              Date: Wed, 22 Nov 2000 13:11:11 -0500
36908              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
36909              
36910              Detypoing.
36911      Branch: perl
36912            ! lib/CPAN.pm
36913 ____________________________________________________________________________
36914 [  7809] By: jhi                                   on 2000/11/22  21:14:19
36915         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
36916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36917              Date:     Wed, 22 Nov 2000 13:51:37 EST
36918              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
36919      Branch: perl
36920            ! perlsdio.h
36921 ____________________________________________________________________________
36922 [  7808] By: jhi                                   on 2000/11/22  21:13:27
36923         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
36924              From: Casey Tweten <crt@kiski.net>
36925              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
36926              Message-Id: <200011201653.LAA10194@home.kiski.net>
36927      Branch: perl
36928            ! t/lib/io_udp.t
36929 ____________________________________________________________________________
36930 [  7807] By: jhi                                   on 2000/11/22  21:12:35
36931         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
36932              From: Casey Tweten <crt@kiski.net>
36933              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
36934              Message-Id: <200011201636.LAA07227@home.kiski.net>
36935      Branch: perl
36936            ! t/lib/io_sock.t
36937 ____________________________________________________________________________
36938 [  7806] By: jhi                                   on 2000/11/22  21:10:59
36939         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
36940              From: "Casey R. Tweten" <crt@kiski.net>
36941              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
36942              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
36943      Branch: perl
36944            ! utils/h2xs.PL
36945 ____________________________________________________________________________
36946 [  7805] By: nick                                  on 2000/11/22  21:05:06
36947         Log: Integrate mainline
36948      Branch: perlio
36949           !> Changes Porting/genlog ext/DB_File/DB_File.xs
36950           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
36951           !> utils/perlbug.PL
36952 ____________________________________________________________________________
36953 [  7804] By: jhi                                   on 2000/11/22  21:01:12
36954         Log: Subject: [PATCH] Test.pm POD peculiarity
36955              From: "Casey R. Tweten" <crt@kiski.net>
36956              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
36957              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
36958      Branch: perl
36959            ! lib/Test.pm
36960 ____________________________________________________________________________
36961 [  7803] By: jhi                                   on 2000/11/22  20:59:59
36962         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
36963              From: "Philip Newton" <pnewton@gmx.de>
36964              Date: Wed, 22 Nov 2000 14:25:53 +0100
36965              Message-Id: <3A1BD771.25462.1939FAD@localhost>
36966              
36967              Be case-understanding also on 's', and use the -oi of sendmail
36968              not to terminate the transmission on a lone '.'.
36969      Branch: perl
36970            ! utils/perlbug.PL
36971 ____________________________________________________________________________
36972 [  7802] By: nick                                  on 2000/11/22  20:51:42
36973         Log: Win32 PerlIO intermediate state now working as expected.
36974              - In current state we are still using C runtime in text/binary
36975              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
36976              - PERLIO=stdio and PERLIO=unix pass all expected tests.
36977              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
36978              and PerlIO_seek() and the dummy crlf layer is not making adjustments
36979              for CRLF translation happening in C runtime. All other tests pass.
36980              
36981              Added note to README.win32 to point out the snags of doing a perl build
36982              with Norton AntiVirus turned on.
36983              
36984              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
36985              which file a fail comes from.
36986              
36987              Updated "canned" config.h to match the one generated.
36988      Branch: perlio
36989            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
36990            ! win32/makefile.mk
36991 ____________________________________________________________________________
36992 [  7801] By: jhi                                   on 2000/11/22  06:50:20
36993         Log: Nickety nits.
36994      Branch: perl
36995            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36996 ____________________________________________________________________________
36997 [  7800] By: jhi                                   on 2000/11/22  01:29:55
36998         Log: Changes had accidentally gone too silent on non-main branches.
36999      Branch: perl
37000            ! Changes Porting/genlog patchlevel.h
37001 ____________________________________________________________________________
37002 [  7799] By: gsar                                  on 2000/11/22  01:02:56
37003         Log: some lib_pm.PL changes snuck in via change#7772
37004      Branch: maint-5.6/perl
37005            ! Makefile.SH
37006 ____________________________________________________________________________
37007 [  7798] By: nick                                  on 2000/11/21  21:59:40
37008         Log: Integrate mainline
37009      Branch: perlio
37010           !> (integrate 28 files)
37011 ____________________________________________________________________________
37012 [  7797] By: jhi                                   on 2000/11/21  21:01:45
37013         Log: Integrate perlio.
37014      Branch: perl
37015           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
37016 ____________________________________________________________________________
37017 [  7796] By: nick                                  on 2000/11/21  20:36:22
37018         Log: Win32 builds and runs (mostly) with USE_PERLIO.
37019              PERLIO=perlio passes all tests. 
37020              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
37021      Branch: perlio
37022            ! perlio.c win32/perllib.c win32/win32.c
37023 ____________________________________________________________________________
37024 [  7795] By: jhi                                   on 2000/11/21  19:03:44
37025         Log: Update Changes.
37026      Branch: perl
37027            ! Changes patchlevel.h
37028 ____________________________________________________________________________
37029 [  7794] By: jhi                                   on 2000/11/21  18:56:34
37030         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
37031              From: "Craig A. Berry" <craigberry@mac.com>
37032              Date: Mon, 20 Nov 2000 20:27:06 -0600
37033              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
37034              
37035              A cut-and-pasto.
37036      Branch: perl
37037            ! perlio.h
37038 ____________________________________________________________________________
37039 [  7793] By: jhi                                   on 2000/11/21  18:54:41
37040         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37041              From: Dominic Dunlop <domo@computer.org> 
37042              Date: Mon, 20 Nov 2000 18:55:29 +0100
37043              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
37044              
37045              va_copy() and the need of it.
37046              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
37047      Branch: metaconfig/U/perl
37048            + need_va_copy.U
37049      Branch: perl
37050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37051            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
37052            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37053            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37054            ! win32/config.bc win32/config.gc win32/config.vc
37055 ____________________________________________________________________________
37056 [  7792] By: jhi                                   on 2000/11/21  17:04:10
37057         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
37058      Branch: perl
37059           !> scope.h
37060 ____________________________________________________________________________
37061 [  7791] By: jhi                                   on 2000/11/21  17:01:16
37062         Log: Export the SOCKS workaround symbols only if necessary.
37063      Branch: perl
37064            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
37065 ____________________________________________________________________________
37066 [  7790] By: nick                                  on 2000/11/20  23:57:11
37067         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
37068      Branch: perlio
37069            ! scope.h
37070 ____________________________________________________________________________
37071 [  7789] By: nick                                  on 2000/11/20  23:38:33
37072         Log: Integrate mainline
37073      Branch: perlio
37074           +> lib/File/Spec/Epoc.pm
37075           !> (integrate 34 files)
37076 ____________________________________________________________________________
37077 [  7788] By: nick                                  on 2000/11/20  23:20:18
37078         Log: Make extra buffer layer work (dummy crlf layer)
37079      Branch: perlio
37080            ! doio.c perlio.c perlio.h
37081 ____________________________________________________________________________
37082 [  7787] By: jhi                                   on 2000/11/20  22:44:04
37083         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
37084              From: Peter Prymmer <pvhp@forte.com>
37085              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
37086              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
37087      Branch: perl
37088            ! t/pragma/locale.t
37089 ____________________________________________________________________________
37090 [  7786] By: jhi                                   on 2000/11/20  22:29:10
37091         Log: Subject: DOC PATCH 5.6.0 perlreftut
37092              From: mjd@plover.com
37093              Date: 20 Nov 2000 19:45:06 -0000
37094              Message-ID: <20001120194506.9505.qmail@plover.com>
37095      Branch: perl
37096            ! pod/perlreftut.pod
37097 ____________________________________________________________________________
37098 [  7785] By: jhi                                   on 2000/11/20  22:27:44
37099         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
37100              From: David Dyck <dcd@tc.fluke.com>
37101              Date: Mon, 20 Nov 2000 11:43:40 -0800
37102              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
37103      Branch: perl
37104            ! lib/Cwd.pm
37105 ____________________________________________________________________________
37106 [  7784] By: jhi                                   on 2000/11/20  22:23:21
37107         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37108              Date: Mon, 20 Nov 2000 17:06:10 -0500
37109              To: Mailing list Perl5 <perl5-porters@perl.org>
37110              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
37111      Branch: perl
37112            ! pp_ctl.c t/op/pat.t
37113 ____________________________________________________________________________
37114 [  7783] By: jhi                                   on 2000/11/20  22:11:18
37115         Log: Subject: [PATCH] doop.c - UTF8 tr///               
37116              From: Simon Cozens <simon@cozens.net>
37117              Date: Sat, 18 Nov 2000 18:49:30 +0000
37118              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
37119              
37120              Subject: Re: [PATCH] doop.c - UTF8 tr///           
37121              From: Simon Cozens <simon@cozens.net>
37122              Date: Mon, 20 Nov 2000 20:45:22 +0000
37123              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
37124              
37125              Make tr on UTF-8 better but still not correct.
37126      Branch: perl
37127            ! doop.c
37128 ____________________________________________________________________________
37129 [  7782] By: jhi                                   on 2000/11/20  22:02:16
37130         Log: Remove the shared object before attempting to create
37131              (by linking) a new one.  E.g. in AIX not removing
37132              becomes quite painful if one tries to do more than one
37133              build in the same tree (an interrupted build, for example),
37134              since the AIX' shared dynaloader seemingly keeps the shared
37135              objects open and therefore 'busy' for quite a while, even when
37136              nobody is using the objects, leading into link failures.
37137      Branch: perl
37138            ! lib/ExtUtils/MM_Unix.pm
37139 ____________________________________________________________________________
37140 [  7781] By: gsar                                  on 2000/11/20  19:02:55
37141         Log: type mismatch due to faulty integration
37142      Branch: maint-5.6/perl
37143            ! toke.c win32/Makefile
37144 ____________________________________________________________________________
37145 [  7780] By: gsar                                  on 2000/11/20  17:31:55
37146         Log: integrate changes#6392,6394..6399,6401..6404
37147              
37148              The {multiplier} of a fixed substring was overlooked which
37149              caused a wrong initial search offset for that substring.
37150              
37151              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37152              From: Hugo <hv@crypt.compulink.co.uk>
37153              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37154              Date: Thu, 13 Jul 2000 19:27:13 +0100
37155              
37156              Fix the BOM bug: not a byteorder bug, a signedness bug.
37157              
37158              Replace change #6337 with a better one.
37159              
37160              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37161              From: Hugo <hv@crypt.compulink.co.uk>
37162              Date: Fri, 14 Jul 2000 04:16:20 +0100
37163              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37164              
37165              MakeMaker should not remove editor backups (*~) on `make clean`
37166              by default (completes change#6383)
37167              
37168              move new variables to the end of the interpreter structure (for
37169              bincompat in code that doesn't #include XSUB.h)
37170              
37171              rename totally bletcherous SvLOCK() thingy (doesn't do what the
37172              name suggests anyway)
37173              
37174              various cleanups (typos, misformatted code, and small bugs)
37175              
37176              typecasts needed for change#6394
37177              
37178              typos in change#6399, regen headers
37179              
37180              inconsistent types needs casts
37181              
37182              PERL_OBJECT build tweaks
37183      Branch: maint-5.6/perl
37184           !> MANIFEST doop.c embed.h embed.pl embedvar.h
37185           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
37186           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
37187           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
37188           !> toke.c util.c
37189 ____________________________________________________________________________
37190 [  7779] By: gsar                                  on 2000/11/20  17:06:29
37191         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
37192              
37193              Cosmetics and perldelta.
37194              
37195              Fix nits noticed by Boston.pm.
37196              
37197              Do the cc sanity check both before the hints and
37198              after the cc selction.
37199              
37200              get sprintf.t to adjust properly for 3-digit exponents
37201              
37202              don't clobber *.orig files on *clean targets
37203              
37204              fix bugs in processing %v-*d and similar format specs (from
37205              Avi Finkel <avi@finkel.org>)
37206              
37207              sprintf test tweaks (from Dominic Dunlop)
37208              
37209              new selfloader.t in change#6183 doesn't close DATA handles,
37210              and thus fails to clean up tmp files on dosish platforms
37211              
37212              typos (spotted by Peter Prymmer)
37213              
37214              typo fix from Craig Berry
37215      Branch: maint-5.6/perl
37216           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
37217           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
37218           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
37219           !> x2p/Makefile.SH
37220 ____________________________________________________________________________
37221 [  7778] By: gsar                                  on 2000/11/20  16:46:51
37222         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
37223              
37224              Subject: Re: format bug report  [Patch]
37225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37226              Date: Wed, 05 Jul 2000 13:12:52 +0200
37227              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37228              
37229              Subject: Re: format bug report  [Patch]
37230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37231              Date: Wed, 05 Jul 2000 14:10:01 +0200
37232              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37233              
37234              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37236              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37237              Date: Fri, 07 Jul 2000 17:57:16 +0100
37238              
37239              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37240              To: perl5-porters@perl.org
37241              From: Karsten Sperling <spiff@phreax.net>
37242              Date: Mon, 10 Jul 2000 15:12:52 +0200
37243              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37244              
37245              README.posix-bc podified from Thomas Dorner.
37246              
37247              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
37248              From: Dominic Dunlop <domo@computer.org>
37249              Date: Tue, 11 Jul 2000 12:27:33 +0200
37250              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
37251              
37252              Typo in #6341.
37253              
37254              Fix for
37255              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
37256              From: Roderick Schertler <roderick@argon.org>
37257              Date: Tue, 11 Jul 2000 13:55:05 -0400
37258              Message-Id: <200007111755.NAA05077@jones.argon.org>
37259              
37260              Minor cleanups on the booklist.
37261              
37262              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
37263              regen perltoc.
37264              
37265              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37266      Branch: maint-5.6/perl
37267           +> pod/perlbook.pod
37268           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
37269           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
37270           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
37271 ____________________________________________________________________________
37272 [  7777] By: jhi                                   on 2000/11/20  16:08:49
37273         Log: Update Changes.
37274      Branch: perl
37275            ! Changes patchlevel.h
37276 ____________________________________________________________________________
37277 [  7776] By: jhi                                   on 2000/11/20  15:27:56
37278         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
37279              This may be overly harsh but until proven otherwise, we think this
37280              way, or until we have a simple test for Configure (having to start
37281              up servers is does not count as simple) to check for the problems.
37282      Branch: perl
37283            ! perl.h
37284 ____________________________________________________________________________
37285 [  7775] By: jhi                                   on 2000/11/20  15:22:17
37286         Log: Solaris hints tweaks.
37287      Branch: perl
37288            ! hints/solaris_2.sh
37289 ____________________________________________________________________________
37290 [  7774] By: jhi                                   on 2000/11/20  15:01:20
37291         Log: Add a workaround to SOCKS 64-bit problems.
37292      Branch: perl
37293            ! doio.c embed.h embed.pl perlsdio.h proto.h
37294 ____________________________________________________________________________
37295 [  7773] By: jhi                                   on 2000/11/20  14:51:47
37296         Log: sysseek() instead of seek().
37297      Branch: perl
37298            ! t/lib/syslfs.t
37299 ____________________________________________________________________________
37300 [  7772] By: gsar                                  on 2000/11/20  13:06:23
37301         Log: integrate changes#6315..6319,6321..6331,6333..6338
37302              
37303              Integrate with Sarathy, preliminary fix for unicos
37304              alignment problems in [ID 20000612.002] Perl problem on Cray system.
37305              
37306              some debugger output does not go to the socket when RemotePort is set
37307              
37308              winsock cleanup never done on Windows (leads to handle leaks)
37309              
37310              fix UNC path handling on Windows under ithreads, and chdir()
37311              return value when given a non-existent directory
37312              
37313              Autogenerate pod/Makefile and pod/buildtoc.
37314              buildtoc also checks whether the existin pods are
37315              mentioned in MANIFEST and perl.pod, and vice versa.
37316              (None of the thusly found discrepancies fixed yet.)
37317              roffitall also needs to be autogenerated similarly but it
37318              seems so badly out of date that I didn't touch it yet.
37319              
37320              Config is being used.
37321              
37322              Add =head1 NAMEs so that buildtoc is happy.
37323              (The CGI::Util nit reported to Lincoln.)
37324              
37325              Fix complaints of buildtoc.
37326              
37327              Fix the alignment problem in Crays ([ID 20000612.002]).
37328              
37329              Remove perlbook, update perlfaq book listing,
37330              rearrange perl.pod, regenerate perltoc.
37331              
37332              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
37333              was cast to an unsigned (32-bit) integer with wild abandon.
37334              
37335              winsock options weren't being set in all threads under ithreads
37336              (caused send()s from second and subsequent threads to fail)
37337              
37338              accept() leaks memory on windows due to incorrect ordering of
37339              closesocket() and fclose() calls
37340              
37341              Reorder perl.pod once more.
37342              
37343              More POSIX.pod tweaks.
37344              
37345              Sprinkle ldlibpath.
37346              
37347              Precedence goof, fix based on
37348              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
37349              From: Hugo <hv@crypt.compulink.co.uk>
37350              Date: Tue, 11 Jul 2000 12:52:38 +0100
37351              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
37352              
37353              Subject: PATCH perlguts.pod: Document D and d magic types
37354              From: mjd@plover.com
37355              Date: 5 Jul 2000 18:01:51 -0000
37356              Message-ID: <20000705180151.29413.qmail@plover.com>
37357              
37358              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
37359              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
37360              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
37361              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
37362              
37363              Subject: [PATCH cfgperl] $& segfaults if you trick it
37364              From: simon@brecon.co.uk (Simon Cozens)
37365              Date: 7 Jul 2000 11:26:09 GMT
37366              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
37367              
37368              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37369              From: Hugo <hv@crypt.compulink.co.uk>
37370              Date: Tue, 11 Jul 2000 12:44:50 +0100
37371              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37372              
37373              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
37374              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37375              Date: Tue, 11 Jul 2000 13:50:51 +0100
37376              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
37377      Branch: maint-5.6/perl
37378           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
37379           +> pod/buildtoc.PL
37380            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
37381           !> (integrate 26 files)
37382 ____________________________________________________________________________
37383 [  7771] By: gsar                                  on 2000/11/20  12:31:42
37384         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
37385              6310,6311,6314
37386              
37387              Subject: [PATCH bleedperl] File::Spec 0.82 beta
37388              From: Barrie Slaymaker <barries@jester.slaysys.com>
37389              Date: Wed, 28 Jun 2000 11:35:29 -0400
37390              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
37391              
37392              tweak perlembed for multiplicity/usethreads sanity; correct notes
37393              about Windows
37394              
37395              localize %INC in a Safe compartment so that use/require work
37396              (many other magic globals probably need similar treatment)
37397              
37398              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
37399              when @_ is modified, causing coredumps
37400              
37401              slurp mode fix in change#4736 still not quite right
37402              
37403              Point to perlipc for more SysV IPC examples.
37404              
37405              Elaborate POSIX.pod.  Still needs work.
37406              
37407              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
37408              
37409              fix large memory leak that has been around for ever, masked by
37410              -DPURIFY (most of the arenas were never freed!)
37411              
37412              fix memory leak on Windows (PL_sys_intern contents were never
37413              freed)
37414              
37415              PERL_OBJECT build tweak
37416              
37417              adjust change#6299
37418              
37419              remove rel2abs prototypes (from Barrie Slaymaker)
37420              
37421              missing perldiag entry for unpack("w",...) diagnostic (from
37422              Andreas Koenig)
37423              
37424              better diagnostic on Frob->stuff() when Frob:: doesn't exist
37425              (from Richard Soderberg <rs@oregonnet.com>)
37426              
37427              Win32 patches for cfgperl from Sarathy.
37428              
37429              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
37430              
37431              More POSIX.pod embellishment.
37432              
37433              tyop in change#6306
37434      Branch: maint-5.6/perl
37435           !> (integrate 44 files)
37436 ____________________________________________________________________________
37437 [  7770] By: gsar                                  on 2000/11/20  11:51:00
37438         Log: integrate changes#6268..6282 from cfgperl branch
37439              
37440              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
37441              From: Dominic Dunlop <domo@computer.org>
37442              Date: Thu, 29 Jun 2000 12:32:39 +0200
37443              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
37444              
37445              Regen headers for #6261 (and update embed.pl for this) and #6267,
37446              silence few compiler warnings.
37447              
37448              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
37449              From: Nicholas Clark <nick@talking.bollo.cx>
37450              Date: Fri, 23 Jun 2000 16:21:15 +0100
37451              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
37452              
37453              Subject: PATCH pod/perltie.pod
37454              From: Ian Phillipps <Ian.Phillipps@iname.com>
37455              Date: Fri, 16 Jun 2000 00:17:19 +0100
37456              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
37457              (only the first hunk, the second hunk had already been done
37458              by some other patch)
37459              
37460              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
37461              From: Tom Phoenix <rootbeer@redcat.com>
37462              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
37463              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
37464              
37465              Subject: [PATCH] xsub attributes
37466              From: Doug MacEachern <dougm@covalent.net>
37467              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
37468              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
37469              
37470              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
37471              From: Andy Dougherty <doughera@lafayette.edu>
37472              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
37473              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
37474              
37475              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
37476              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37477              Date: Tue, 13 Jun 2000 02:43:48 -0500
37478              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
37479              
37480              Subject: [PATCH] Re: eval documentation: context
37481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37482              Date: Mon, 12 Jun 2000 15:07:29 +0100
37483              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
37484              
37485              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
37486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37487              Date: Mon, 12 Jun 2000 14:55:59 +0100
37488              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
37489              
37490              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
37491              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
37492              Date: Fri, 09 Jun 2000 12:39:27 -0400
37493              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
37494              (plus update the version "number" of Text::Wrap)
37495              
37496              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
37497              From: Tim Ayers <tayers@bridge.com>
37498              Date: Thu, 08 Jun 2000 08:11:06 +0200
37499              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
37500              [resent by Richard Foley, Message-Id probably wrong]
37501              
37502              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
37503              From: rspier@pobox.com (Robert Spier)
37504              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
37505              Message-ID: <14654.31913.845602.610277@rls.cx>
37506              
37507              Subject: [PATCH 5.6.0] utils/h2xs.PL
37508              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37509              Date: Wed, 7 Jun 2000 04:02:04 -0500
37510              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
37511              
37512              Subject: [PATCH 5.6.0]ITHREADs for VMS
37513              From: Dan Sugalski <dan@sidhe.org>
37514              Date: Tue, 06 Jun 2000 11:59:50 -0400
37515              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
37516      Branch: maint-5.6/perl
37517           !> (integrate 31 files)
37518 ____________________________________________________________________________
37519 [  7769] By: gsar                                  on 2000/11/20  11:29:06
37520         Log: integrate changes#6261..6266 from cfgperl
37521              
37522              Subject: Re: [PATCH cfgperl] BOMs away!
37523              From: simon@brecon.co.uk (Simon Cozens)
37524              Date: 17 Jun 2000 11:49:57 GMT
37525              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
37526              
37527              Subject: 5.6.0 Patch for EPOC
37528              From: Olaf Flebbe <o.flebbe@gmx.de>
37529              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
37530              Message-ID: <23449.960929969@www11.gmx.net>
37531              
37532              tr fixes from Simon Cozens
37533              
37534              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
37535              From: Marty Lucich <marty@netcom.com>
37536              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
37537              Message-Id: <200006282116.OAA11148@netcom.com>
37538              ccdlflags update (the BSD/OS 4.1 part had already been taken
37539              care of by #6141).
37540              
37541              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
37542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37543              Date: Wed, 28 Jun 2000 17:50:12 -0700
37544              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
37545              
37546              Subject: [PATCH 5.6.0] cygwin port
37547              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
37548              From: "Fifer, Eric" <EFifer@sanwaint.com>
37549              Date: Thu, 29 Jun 2000 12:58:29 +0100
37550      Branch: maint-5.6/perl
37551           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
37552           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
37553           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37554           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
37555 ____________________________________________________________________________
37556 [  7768] By: gsar                                  on 2000/11/20  11:13:44
37557         Log: integrate changes#6252..6256,6259..6260
37558              
37559              Paranoia tweak on #6249.
37560              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
37561              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37562              Date: Sun, 25 Jun 2000 23:43:12 -0400
37563              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
37564              
37565              Subject: tr///, help wanted.
37566              From: simon@brecon.co.uk (Simon Cozens)
37567              Date: 28 Jun 2000 11:29:04 GMT
37568              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
37569              
37570              small thinko tweaks
37571              
37572              tweaks from Simon Conzes to further fix tr/// under utf8
37573              
37574              perlnewmod was missing from MANIFEST.
37575              
37576              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
37577              From: simon@brecon.co.uk (Simon Cozens)
37578              Date: 17 Jun 2000 11:56:44 GMT
37579              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
37580              pack U0, pack C0
37581      Branch: maint-5.6/perl
37582           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
37583           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
37584           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
37585           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
37586 ____________________________________________________________________________
37587 [  7767] By: gsar                                  on 2000/11/20  10:51:38
37588         Log: integrate change#6250 from cfgperl
37589              
37590              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
37591              From: Doug MacEachern <dougm@covalent.net>
37592              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
37593              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
37594      Branch: maint-5.6/perl
37595           +> t/op/my_stash.t
37596           !> MANIFEST embed.pl global.sym proto.h toke.c
37597 ____________________________________________________________________________
37598 [  7766] By: gsar                                  on 2000/11/20  10:48:34
37599         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
37600              
37601              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
37602              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37603              Date: Mon, 26 Jun 2000 18:40:14 +0100
37604              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
37605              
37606              Subject: [PATCH] bytes<->utf8 fixes
37607              From: simon@brecon.co.uk (Simon Cozens)
37608              Date: 26 Jun 2000 04:55:45 GMT
37609              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
37610              
37611              Subject: [PATCH] is_utf8_string
37612              From: simon@brecon.co.uk (Simon Cozens)
37613              Date: 26 Jun 2000 02:25:59 GMT
37614              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
37615              
37616              Subject: [PATCH] avoid mg_ptr in '*' magic
37617              From: Doug MacEachern <dougm@covalent.net>
37618              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
37619              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
37620              
37621              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
37622              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37623              Date: Sat, 24 Jun 2000 13:06:20 +0100
37624              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
37625              
37626              Allow for standalone testing.
37627              
37628              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
37629              From: Mark-Jason Dominus <mjd@plover.com>
37630              Date: Tue, 27 Jun 2000 22:36:42 -0400
37631              Message-ID: <20000628023642.12166.qmail@plover.com>
37632              
37633              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
37634              From: Frank Tobin <ftobin@uiuc.edu>
37635              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
37636              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
37637      Branch: maint-5.6/perl
37638           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
37639           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
37640           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
37641           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
37642           !> utf8.c utils/h2xs.PL
37643 ____________________________________________________________________________
37644 [  7765] By: gsar                                  on 2000/11/20  10:29:13
37645         Log: integrate change#6239 from cfgperl
37646              
37647              Configure maintenance.  Sever some dependency cycles,
37648              separate gccversion from the cc unit,
37649              address [ID 20000623.006] Configure script patch for using gcc on AIX
37650              (but solve it a little bit differently),
37651              unduplex some accidentally duplicated units,
37652              suggest using gcc if no cc available
37653              (p5p thread: "Solaris configure: counterproposal", 1999-09)
37654      Branch: maint-5.6/perl
37655           !> Configure Todo-5.6 config_h.SH
37656 ____________________________________________________________________________
37657 [  7764] By: gsar                                  on 2000/11/20  10:25:55
37658         Log: integrate changes#6233..6238 from cfgperl
37659              
37660              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
37661              From: Mark-Jason Dominus <mjd@plover.com>
37662              Date: Fri, 16 Jun 2000 20:53:04 -0400
37663              Message-ID: <20000617005304.8008.qmail@plover.com>
37664              
37665              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
37666              because when run as services (Win32ese for daemons)
37667              no environment variables are set and tmpdir ends up as /tmp,
37668              which is ambiguous.
37669              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
37670              From: matt@sergeant.org
37671              Date: 16 Jun 2000 16:30:43 -0000
37672              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
37673              
37674              The thread begun by
37675              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
37676              From: Kevin.Ruscoe@ubsw.com
37677              Date: Fri, 16 Jun 2000 16:38:51 +0100
37678              Message-Id: <H000019b03c300d6@MHS>
37679              
37680              Tweak embed.pl, regen headers.
37681              
37682              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
37683              From: Dan Sugalski <dan@sidhe.org>
37684              Date: Fri, 23 Jun 2000 17:00:00 -0400
37685              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
37686      Branch: maint-5.6/perl
37687           !> (integrate 27 files)
37688 ____________________________________________________________________________
37689 [  7763] By: gsar                                  on 2000/11/20  10:08:08
37690         Log: s/perl56delta/perldelta/g
37691      Branch: maint-5.6/perl
37692            ! pod/Makefile
37693 ____________________________________________________________________________
37694 [  7762] By: gsar                                  on 2000/11/20  10:04:00
37695         Log: integrate changes#6225,6229,6231,6232 from cfgperl
37696              
37697              Add source code filenames to apidoc.
37698              From: simon@brecon.co.uk (Simon Cozens)
37699              Subject: [PATCH embed.pl] Source X-ref
37700              Date: 22 Jun 2000 02:18:49 GMT
37701              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
37702              
37703              Subject: README.hpux version 0.6.1
37704              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
37705              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
37706              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
37707              
37708              Subject: [PATCH 5.6.0] cygwin port
37709              From: "Fifer, Eric" <EFifer@sanwaint.com>
37710              Date: Tue, 20 Jun 2000 14:30:58 +0100
37711              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
37712              
37713              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
37714              From: simon@brecon.co.uk (Simon Cozens)
37715              Date: 19 Jun 2000 15:18:27 GMT
37716              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
37717              
37718              plus update pod/Makefile and regenerate perltoc
37719      Branch: maint-5.6/perl
37720           +> pod/perlutil.pod
37721           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
37722           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
37723 ____________________________________________________________________________
37724 [  7761] By: jhi                                   on 2000/11/20  04:09:55
37725         Log: Miraculous typo.
37726      Branch: perl
37727            ! t/op/pat.t
37728 ____________________________________________________________________________
37729 [  7760] By: jhi                                   on 2000/11/20  04:06:08
37730         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
37731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37732              Date: Sun, 19 Nov 2000 22:30:26 -0500
37733              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
37734      Branch: perl
37735            ! regexec.c scope.h t/op/pat.t
37736 ____________________________________________________________________________
37737 [  7759] By: jhi                                   on 2000/11/20  02:05:22
37738         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
37739      Branch: perl
37740            ! perl.h
37741 ____________________________________________________________________________
37742 [  7758] By: jhi                                   on 2000/11/20  01:58:11
37743         Log: Subject: [perl 7711: EPOC] updates
37744              From: Olaf Flebbe <o.flebbe@gmx.de>
37745              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
37746              Message-ID: <25575.974658810@www23.gmx.net>               
37747      Branch: perl
37748            + lib/File/Spec/Epoc.pm
37749            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
37750            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
37751            ! lib/File/Spec.pm perl.c sv.c
37752 ____________________________________________________________________________
37753 [  7757] By: jhi                                   on 2000/11/20  01:53:11
37754         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
37755      Branch: perl
37756            ! MANIFEST
37757 ____________________________________________________________________________
37758 [  7756] By: jhi                                   on 2000/11/20  01:47:22
37759         Log: Integrate perlio.
37760      Branch: perl
37761            - ext/re/hints/MSWin32.pl
37762           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
37763           !> win32/config.gc win32/config_H.gc win32/win32sck.c
37764 ____________________________________________________________________________
37765 [  7755] By: nick                                  on 2000/11/19  20:57:17
37766         Log: Add dummy crlf layer (just as buffer)
37767              Correct 1st bug - one layer of indirection.
37768      Branch: perlio
37769            ! perlio.c perlio.h perliol.h
37770 ____________________________________________________________________________
37771 [  7754] By: nick                                  on 2000/11/19  20:56:12
37772         Log: Work-round to Perl_deb_nocontext is no longer required
37773      Branch: perlio
37774            - ext/re/hints/MSWin32.pl
37775 ____________________________________________________________________________
37776 [  7753] By: nick                                  on 2000/11/19  20:01:16
37777         Log: diff -se shows these as different
37778      Branch: perlio
37779            ! global.sym pod/perlapi.pod
37780 ____________________________________________________________________________
37781 [  7752] By: nick                                  on 2000/11/19  18:57:30
37782         Log: Configure GCC/Win32 build -Duseperlio
37783              Fix a couple of gross issues
37784              - double-include of ../deb.o in re.dll
37785              - win32sck.c needs PerlIO and FILE 
37786      Branch: perlio
37787            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
37788            ! win32/win32sck.c
37789 ____________________________________________________________________________
37790 [  7751] By: nick                                  on 2000/11/19  17:05:36
37791         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
37792      Branch: perlio
37793            ! perlio.c
37794 ____________________________________________________________________________
37795 [  7750] By: nick                                  on 2000/11/19  16:57:14
37796         Log: Missing aTHX_
37797      Branch: perlio
37798            ! sv.c
37799 ____________________________________________________________________________
37800 [  7749] By: jhi                                   on 2000/11/19  16:28:40
37801         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
37802              From: "Peter J. Farley III" <pjfarley@banet.net>
37803              Date: Sun, 19 Nov 2000 01:42:58 -0500
37804              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
37805      Branch: perl
37806            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
37807 ____________________________________________________________________________
37808 [  7748] By: jhi                                   on 2000/11/19  16:08:10
37809         Log: Subject: podlators 1.05 available        
37810              From: Russ Allbery <rra@stanford.edu>   
37811              Date: 18 Nov 2000 22:04:28 -0800
37812              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
37813      Branch: perl
37814            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
37815 ____________________________________________________________________________
37816 [  7747] By: nick                                  on 2000/11/19  11:19:39
37817         Log: Integrate mainline
37818      Branch: perlio
37819           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
37820           !> util.c
37821 ____________________________________________________________________________
37822 [  7746] By: jhi                                   on 2000/11/19  06:42:22
37823         Log: Make hex scanning warn on "\x{x}" and "\xx".
37824              "\x" and and hex("x") are still valid.
37825      Branch: perl
37826            ! util.c
37827 ____________________________________________________________________________
37828 [  7745] By: nick                                  on 2000/11/18  22:52:28
37829         Log: Integrate mainline
37830      Branch: perlio
37831           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
37832           !> perl.h perlio.c proto.h regcomp.c regcomp.h
37833 ____________________________________________________________________________
37834 [  7744] By: jhi                                   on 2000/11/18  22:50:28
37835         Log: Introduce Perl_utf8_length().  Use it.
37836      Branch: perl
37837            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
37838 ____________________________________________________________________________
37839 [  7743] By: jhi                                   on 2000/11/18  22:38:51
37840         Log: Compiler denit.
37841      Branch: perl
37842            ! perlio.c
37843 ____________________________________________________________________________
37844 [  7742] By: jhi                                   on 2000/11/18  20:33:05
37845         Log: Integrate perlio.
37846      Branch: perl
37847           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
37848           !> perlio.h pp_ctl.c pp_sys.c sv.c
37849 ____________________________________________________________________________
37850 [  7741] By: jhi                                   on 2000/11/18  20:31:27
37851         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
37852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37853              Date: Fri, 17 Nov 2000 20:35:11 -0500
37854              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
37855              
37856              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
37857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37858              Date: Fri, 17 Nov 2000 21:03:47 -0500
37859              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
37860              
37861              Plus a little bit of tweaking in pregcomp().
37862      Branch: perl
37863            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
37864 ____________________________________________________________________________
37865 [  7740] By: nick                                  on 2000/11/18  20:17:22
37866         Log: Lexical use open ... support:
37867              add ->cop_io to COP structure in cop.h.
37868              Make mg.c and gv.c associate it with ${^OPEN}.
37869              Make lib/open.pm set it.
37870              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
37871              manner similar to ->cop_warnings.
37872              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
37873              call new PerlIO_apply_layers().
37874              Declare latter in perlio.h and define in perlio.c
37875      Branch: perlio
37876            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
37877            ! perlio.h pp_ctl.c pp_sys.c sv.c
37878 ____________________________________________________________________________
37879 [  7739] By: jhi                                   on 2000/11/18  19:54:00
37880         Log: Integrate perlio.
37881      Branch: perl
37882           !> doio.c perlio.c pp.c
37883 ____________________________________________________________________________
37884 [  7738] By: jhi                                   on 2000/11/18  17:16:13
37885         Log: Subject: [PATCH 5.7.0] etags broken again
37886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37887              Date: Sat, 18 Nov 2000 02:41:36 -0500
37888              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
37889      Branch: perl
37890            ! emacs/ptags
37891 ____________________________________________________________________________
37892 [  7737] By: jhi                                   on 2000/11/18  17:12:18
37893         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
37894      Branch: perl
37895            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37896 ____________________________________________________________________________
37897 [  7736] By: nick                                  on 2000/11/18  14:06:20
37898         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
37899              part to be isolated.
37900      Branch: perlio
37901            ! doio.c perlio.c
37902 ____________________________________________________________________________
37903 [  7735] By: nick                                  on 2000/11/18  11:03:32
37904         Log: Integrate mainline
37905      Branch: perlio
37906           !> Changes README.amiga README.win32 patchlevel.h
37907           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
37908 ____________________________________________________________________________
37909 [  7734] By: jhi                                   on 2000/11/18  01:18:56
37910         Log: Update Changes.
37911      Branch: perl
37912            ! Changes patchlevel.h
37913 ____________________________________________________________________________
37914 [  7733] By: jhi                                   on 2000/11/18  00:32:54
37915         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
37916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37917              Date: Fri, 17 Nov 2000 17:28:02 -0500
37918              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
37919      Branch: perl
37920            ! regcomp.c regexec.c t/op/re_tests
37921 ____________________________________________________________________________
37922 [  7732] By: jhi                                   on 2000/11/18  00:28:56
37923         Log: Sparc 64-bit pack() fix from Jens Hamisch.
37924      Branch: perl
37925            ! pp.c
37926 ____________________________________________________________________________
37927 [  7731] By: jhi                                   on 2000/11/18  00:18:39
37928         Log: Explain in more detail the {} syntax ambiguousity.
37929              
37930              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
37931              From: Nicholas Clark <nick@ccl4.org>
37932              Date: Fri, 17 Nov 2000 22:10:28 +0000
37933              Message-ID: <20001117221028.A88930@plum.flirble.org>
37934      Branch: perl
37935            ! pod/perlfunc.pod
37936 ____________________________________________________________________________
37937 [  7730] By: jhi                                   on 2000/11/18  00:12:18
37938         Log: Subject: Fix for README.amiga (20000323.033)
37939              From: "Stephen P. Potter" <spp@spotter.yi.org>
37940              Date: Fri, 17 Nov 2000 12:25:51 -0500
37941              Message-Id: <200011171725.MAA05768@spotter.yi.org>
37942      Branch: perl
37943            ! README.amiga
37944 ____________________________________________________________________________
37945 [  7729] By: jhi                                   on 2000/11/18  00:08:34
37946         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
37947              From: "A. C. Yardley" <yardley@tanet.net>
37948              Date: Mon, 3 Apr 2000 11:35:33 -0700
37949              Message-ID: <3483.000403@tanet.net>
37950      Branch: perl
37951            ! README.win32
37952 ____________________________________________________________________________
37953 [  7728] By: nick                                  on 2000/11/17  21:59:47
37954         Log: Integrate mainline
37955      Branch: perlio
37956           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
37957           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
37958           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
37959           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
37960 ____________________________________________________________________________
37961 [  7727] By: nick                                  on 2000/11/17  21:56:31
37962         Log: Experiment on use of attributes.pm interface.
37963              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
37964              SVt_PVRV if not already something better (else vivify of say magic gets
37965              core dump).
37966      Branch: perlio
37967            ! perlio.c pp.c
37968 ____________________________________________________________________________
37969 [  7726] By: jhi                                   on 2000/11/17  14:15:49
37970         Log: Subject: Fix for 20000815.006
37971              From: "Stephen P. Potter" <spp@spotter.yi.org>
37972              Date: Fri, 17 Nov 2000 08:57:45 -0500
37973              Message-Id: <200011171357.IAA05122@spotter.yi.org>
37974              
37975              It's really 20000518.006.
37976      Branch: perl
37977            ! pod/perlmodlib.PL
37978 ____________________________________________________________________________
37979 [  7725] By: jhi                                   on 2000/11/17  14:12:31
37980         Log: Subject: Fix for 20000409.001
37981              From: "Stephen P. Potter" <spp@spotter.yi.org>
37982              Date: Fri, 17 Nov 2000 08:55:45 -0500
37983              Message-Id: <200011171355.IAA05104@spotter.yi.org>
37984      Branch: perl
37985            ! pod/perlfaq9.pod
37986 ____________________________________________________________________________
37987 [  7724] By: jhi                                   on 2000/11/17  14:08:58
37988         Log: Undo #7627 now that we have =head3.
37989      Branch: perl
37990            ! pod/perlhack.pod
37991 ____________________________________________________________________________
37992 [  7723] By: jhi                                   on 2000/11/17  14:04:09
37993         Log: As surmised the #7719 wasn't a good move.
37994      Branch: perl
37995            ! hints/solaris_2.sh
37996 ____________________________________________________________________________
37997 [  7722] By: jhi                                   on 2000/11/17  13:59:04
37998         Log: Also the 64bitall hints can be either here or there.
37999      Branch: perl
38000            ! hints/solaris_2.sh
38001 ____________________________________________________________________________
38002 [  7721] By: jhi                                   on 2000/11/17  02:26:23
38003         Log: Test tweak for the open pragma.
38004      Branch: perl
38005            ! t/lib/b.t
38006 ____________________________________________________________________________
38007 [  7720] By: jhi                                   on 2000/11/17  00:23:22
38008         Log: The long double hints can be here or there.
38009      Branch: perl
38010            ! hints/solaris_2.sh
38011 ____________________________________________________________________________
38012 [  7719] By: jhi                                   on 2000/11/17  00:14:06
38013         Log: For Solaris use64bitall the stdchar needs a little bit of help.
38014      Branch: perl
38015            ! hints/solaris_2.sh
38016 ____________________________________________________________________________
38017 [  7718] By: jhi                                   on 2000/11/16  23:27:34
38018         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
38019              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38020              Date: Wed, 15 Nov 2000 08:56:32 +0100
38021              Message-ID: <3A1241B0.64477E00@alcatel.at>
38022      Branch: perl
38023            ! lib/Carp/Heavy.pm
38024 ____________________________________________________________________________
38025 [  7717] By: jhi                                   on 2000/11/16  23:23:29
38026         Log: Subject: [PATCH] Re: 20001101.003 PDL
38027              From: Nicholas Clark <nick@ccl4.org>
38028              Date: Thu, 16 Nov 2000 16:48:25 +0000
38029              Message-ID: <20001116164825.B93487@plum.flirble.org>
38030      Branch: perl
38031            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
38032 ____________________________________________________________________________
38033 [  7716] By: jhi                                   on 2000/11/16  23:21:31
38034         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
38035              From: "Casey R. Tweten" <crt@kiski.net>
38036              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
38037              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
38038      Branch: perl
38039            ! lib/Pod/Checker.pm pod/perlpod.pod
38040 ____________________________________________________________________________
38041 [  7715] By: jhi                                   on 2000/11/16  23:19:40
38042         Log: Avoid an infinite loop in VMS when utils scripts are run
38043              with no arguments, from Charles Lane.
38044      Branch: perl
38045            ! configure.com
38046 ____________________________________________________________________________
38047 [  7714] By: jhi                                   on 2000/11/16  23:17:08
38048         Log: Subject: perllocale.pod changes
38049              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38050              Date: Mon, 13 Nov 2000 10:09:22 +0300
38051              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
38052      Branch: perl
38053            ! pod/perllocale.pod
38054 ____________________________________________________________________________
38055 [  7713] By: jhi                                   on 2000/11/16  23:14:06
38056         Log: Integrate perlio.
38057      Branch: perl
38058           !> doio.c perlio.c perlio.h util.c
38059 ____________________________________________________________________________
38060 [  7712] By: nick                                  on 2000/11/16  21:10:58
38061         Log: Integrate mainline
38062      Branch: perlio
38063           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38064           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38065           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
38066           !> vos/config.ga.def vos/config.ga.h win32/config.bc
38067           !> win32/config.gc win32/config.vc
38068 ____________________________________________________________________________
38069 [  7711] By: nick                                  on 2000/11/16  19:56:41
38070         Log: Minor tweaks:
38071              consistent way of getting 'rb', 'wb' etc. for binary opens
38072              move *perlio::layers to *open::layers
38073              a #define to show layers available
38074              DOSISH popen/PerlIO had export/import sense inverted.
38075      Branch: perlio
38076            ! doio.c perlio.c perlio.h util.c
38077 ____________________________________________________________________________
38078 [  7710] By: jhi                                   on 2000/11/16  15:46:05
38079         Log: Add HAS_SBRK_PROTO.
38080      Branch: metaconfig/U/perl
38081            + d_sbrkproto.U
38082      Branch: perl
38083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38084            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38085            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38086            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38087            ! win32/config.gc win32/config.vc
38088 ____________________________________________________________________________
38089 [  7709] By: nick                                  on 2000/11/16  07:31:49
38090         Log: Integrate mainline
38091      Branch: perlio
38092           !> (integrate 35 files)
38093 ____________________________________________________________________________
38094 [  7708] By: jhi                                   on 2000/11/16  05:33:03
38095         Log: These files are text, not binary.
38096      Branch: perl
38097            ! ext/Encode/Encode/iso8859-10.enc
38098            ! ext/Encode/Encode/iso8859-13.enc
38099            ! ext/Encode/Encode/iso8859-14.enc
38100            ! ext/Encode/Encode/iso8859-15.enc
38101 ____________________________________________________________________________
38102 [  7707] By: jhi                                   on 2000/11/16  01:53:37
38103         Log: Update Changes.
38104      Branch: perl
38105            ! Changes patchlevel.h
38106 ____________________________________________________________________________
38107 [  7706] By: jhi                                   on 2000/11/16  01:35:59
38108         Log: More #undefing of stdio.
38109      Branch: perl
38110            ! fakesdio.h nostdio.h
38111 ____________________________________________________________________________
38112 [  7705] By: jhi                                   on 2000/11/16  01:34:18
38113         Log: Add fwalk() probe to the configuration files and regen perltoc.
38114      Branch: perl
38115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38116            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
38117            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
38118            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38119            ! win32/config.bc win32/config.gc win32/config.vc
38120 ____________________________________________________________________________
38121 [  7704] By: jhi                                   on 2000/11/16  01:33:07
38122         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
38123              an optional third argument to Inlibc?)
38124      Branch: metaconfig/U/perl
38125            + d__fwalk.U
38126 ____________________________________________________________________________
38127 [  7703] By: jhi                                   on 2000/11/16  01:09:22
38128         Log: The type of the hash_cb() size argument is tricky.
38129      Branch: perl
38130            ! ext/DB_File/DB_File.xs
38131 ____________________________________________________________________________
38132 [  7702] By: jhi                                   on 2000/11/15  23:01:16
38133         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
38134      Branch: perl
38135            ! nostdio.h
38136 ____________________________________________________________________________
38137 [  7701] By: jhi                                   on 2000/11/15  22:52:32
38138         Log: Detypo.
38139      Branch: perl
38140            ! t/lib/bigfltpm.t
38141 ____________________________________________________________________________
38142 [  7700] By: jhi                                   on 2000/11/15  22:51:56
38143         Log: UINT64_C() work continues.
38144      Branch: perl
38145            ! handy.h perl.h utf8.h
38146 ____________________________________________________________________________
38147 [  7699] By: jhi                                   on 2000/11/15  14:13:04
38148         Log: SOCKS has its own USE_THREADS, based on
38149              
38150              Subject: [ID 20001114.002] et. al. bugfix followup
38151              From: Jens Hamisch <jens@Strawberry.COM> 
38152              Date: Wed, 15 Nov 2000 14:23:11 +0100
38153              Message-ID: <20001115142311.A21164@Strawberry.COM>
38154      Branch: perl
38155            ! perl.h
38156 ____________________________________________________________________________
38157 [  7698] By: jhi                                   on 2000/11/15  03:50:56
38158         Log: Add few missing #undefs and sort them.
38159      Branch: perl
38160            ! fakesdio.h
38161 ____________________________________________________________________________
38162 [  7697] By: jhi                                   on 2000/11/15  03:39:14
38163         Log: Linenumber fix.
38164      Branch: perl
38165            ! t/pragma/warn/utf8
38166 ____________________________________________________________________________
38167 [  7696] By: jhi                                   on 2000/11/15  02:55:26
38168         Log: EBCDIC tweaks.
38169              
38170              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
38171              From: Peter Prymmer <pvhp@forte.com>
38172              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
38173              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
38174      Branch: perl
38175            ! t/op/regmesg.t t/pragma/warn/utf8
38176 ____________________________________________________________________________
38177 [  7695] By: jhi                                   on 2000/11/15  02:53:58
38178         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
38179              From: Peter Prymmer <pvhp@forte.com>
38180              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
38181              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
38182      Branch: perl
38183            ! utf8.c
38184 ____________________________________________________________________________
38185 [  7694] By: jhi                                   on 2000/11/15  02:50:55
38186         Log: Subject: [PATCH: perl@7674] updates to README.os390
38187              From: Prymmer/Kahn <pvhp@best.com>
38188              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
38189              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
38190      Branch: perl
38191            ! README.os390
38192 ____________________________________________________________________________
38193 [  7693] By: jhi                                   on 2000/11/15  02:48:37
38194         Log: Quit utf8_to_uv() instantly if curlen == 0.
38195      Branch: perl
38196            ! utf8.c
38197 ____________________________________________________________________________
38198 [  7692] By: jhi                                   on 2000/11/15  02:24:29
38199         Log: Use u_int32_t for the size of hash_cb(), not size_t.
38200              
38201              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
38202              From: Jens Hamisch <jens@Strawberry.COM>     
38203              Date: Tue, 14 Nov 2000 19:03:55 +0100
38204              Message-Id: <20001114190355.A20559@Strawberry.COM>
38205      Branch: perl
38206            ! ext/DB_File/DB_File.xs
38207 ____________________________________________________________________________
38208 [  7691] By: jhi                                   on 2000/11/15  02:20:12
38209         Log: Use UINT64_C().
38210              
38211              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
38212              From: Jens Hamisch <jens@Strawberry.COM>
38213              Date: Tue, 14 Nov 2000 19:16:23 +0100
38214              Message-Id: <20001114191623.G20559@Strawberry.COM>
38215      Branch: perl
38216            ! utf8.c utf8.h
38217 ____________________________________________________________________________
38218 [  7690] By: jhi                                   on 2000/11/15  02:17:06
38219         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
38220              (a macro to define signed and unsigned integer constants).
38221      Branch: perl
38222            ! handy.h
38223 ____________________________________________________________________________
38224 [  7689] By: jhi                                   on 2000/11/15  01:56:51
38225         Log: Regen Configure.
38226      Branch: perl
38227            ! Configure
38228 ____________________________________________________________________________
38229 [  7688] By: jhi                                   on 2000/11/15  01:56:32
38230         Log: Make the unit know about SOCKS.
38231      Branch: metaconfig
38232            ! U/protos/socksizetype.U
38233 ____________________________________________________________________________
38234 [  7687] By: jhi                                   on 2000/11/15  01:54:47
38235         Log: Remove unused dependencies.
38236      Branch: metaconfig
38237            ! U/compline/d_getpagsz.U
38238 ____________________________________________________________________________
38239 [  7686] By: nick                                  on 2000/11/14  21:25:13
38240         Log: Integrate mainline.
38241      Branch: perlio
38242           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
38243           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
38244           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
38245           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
38246           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
38247           !> win32/config.bc win32/config.gc win32/config.vc
38248           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
38249 ____________________________________________________________________________
38250 [  7685] By: jhi                                   on 2000/11/14  17:54:56
38251         Log: Integrate perlio.
38252      Branch: perl
38253           +> fakesdio.h perliol.h
38254           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38255           !> perlsdio.h perlsfio.h pod/perlfunc.pod
38256 ____________________________________________________________________________
38257 [  7684] By: nick                                  on 2000/11/14  17:43:04
38258         Log: PerlIO #include and #ifdef re-work.
38259      Branch: perlio
38260            + fakesdio.h perliol.h
38261            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38262            ! perlsdio.h perlsfio.h
38263 ____________________________________________________________________________
38264 [  7683] By: jhi                                   on 2000/11/14  15:42:40
38265         Log: Hoist the duplicated socket/netdb include logic to perl.h;
38266              undef SETERRNO in case SOCKS has defined it.  Based on:
38267              
38268              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
38269              From: Jens Hamisch <jens@Strawberry.COM> 
38270              Date: Tue, 14 Nov 2000 11:34:40 +0100
38271              Message-Id: <20001114113440.A20005@Strawberry.COM>
38272      Branch: perl
38273            ! doio.c perl.h pp_sys.c
38274 ____________________________________________________________________________
38275 [  7682] By: jhi                                   on 2000/11/14  14:07:28
38276         Log: Subject: some additions for makefiles for win32 (for perl@7674)
38277              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38278              Date: Tue, 14 Nov 2000 09:31:13 +0300
38279              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
38280      Branch: perl
38281            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
38282            ! win32/makefile.mk
38283 ____________________________________________________________________________
38284 [  7681] By: jhi                                   on 2000/11/14  14:01:41
38285         Log: Subject: tiny typo in perl5db.pl
38286              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38287              Date: Tue, 14 Nov 2000 09:29:28 +0300
38288              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
38289      Branch: perl
38290            ! lib/perl5db.pl
38291 ____________________________________________________________________________
38292 [  7680] By: jhi                                   on 2000/11/14  04:13:50
38293         Log: Redo #7679 with LFs instead of CRLFs.
38294      Branch: perl
38295            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
38296            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
38297            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38298 ____________________________________________________________________________
38299 [  7679] By: jhi                                   on 2000/11/14  01:21:09
38300         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
38301              From: Benjamin Stuhl <tiriath@yahoo.com> 
38302              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38303              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38304      Branch: perl
38305            + win32/bin/mdelete.bat
38306            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
38307            ! makedef.pl perlio.c win32/Makefile win32/config.gc
38308            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38309 ____________________________________________________________________________
38310 [  7678] By: jhi                                   on 2000/11/14  01:19:20
38311         Log: Fix the re extension building for Win32.
38312              
38313              Subject: [PATCH perl@7638] Get PerlIO building on Win32
38314              From: Benjamin Stuhl <tiriath@yahoo.com> 
38315              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38316              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38317      Branch: perl
38318            + ext/re/hints/MSWin32.pl
38319            ! MANIFEST
38320 ____________________________________________________________________________
38321 [  7677] By: jhi                                   on 2000/11/14  01:13:54
38322         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
38323              From: sthoenna@efn.org
38324              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
38325              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
38326      Branch: perl
38327            ! doop.c pp.c toke.c utf8.c utf8.h
38328 ____________________________________________________________________________
38329 [  7676] By: jhi                                   on 2000/11/13  20:23:15
38330         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38331              From: Nicholas Clark <nick@ccl4.org>
38332              Date: Mon, 13 Nov 2000 18:55:04 +0000
38333              Message-ID: <20001113185504.J29183@plum.flirble.org>
38334      Branch: perl
38335            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
38336 ____________________________________________________________________________
38337 [  7675] By: nick                                  on 2000/11/13  20:21:57
38338         Log: Integrate mainline ...
38339      Branch: perlio
38340           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
38341           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
38342           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
38343           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
38344 ____________________________________________________________________________
38345 [  7674] By: jhi                                   on 2000/11/13  15:07:56
38346         Log: Update Changes.
38347      Branch: perl
38348            ! Changes patchlevel.h
38349 ____________________________________________________________________________
38350 [  7673] By: jhi                                   on 2000/11/13  14:42:42
38351         Log: Remove the new two tests of lib/io_xs for now, they seem to
38352              fail under perlio on some platforms.
38353      Branch: perl
38354            ! t/lib/io_xs.t
38355 ____________________________________________________________________________
38356 [  7672] By: jhi                                   on 2000/11/13  13:57:53
38357         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
38358      Branch: perl
38359            ! perlio.c
38360 ____________________________________________________________________________
38361 [  7671] By: jhi                                   on 2000/11/13  05:30:48
38362         Log: Placate nervous compilers that see longer than ints switch()ing.
38363      Branch: perl
38364            ! utf8.c
38365 ____________________________________________________________________________
38366 [  7670] By: jhi                                   on 2000/11/13  05:14:21
38367         Log: fputs() does return EOF on error but here we don't care.
38368      Branch: perl
38369            ! perlio.c
38370 ____________________________________________________________________________
38371 [  7669] By: jhi                                   on 2000/11/13  05:02:45
38372         Log: Declare reg_data like reg_substr_data.
38373      Branch: perl
38374            ! regexp.h
38375 ____________________________________________________________________________
38376 [  7668] By: jhi                                   on 2000/11/13  04:54:34
38377         Log: Typos in #7667.
38378      Branch: perl
38379            ! perl.h
38380 ____________________________________________________________________________
38381 [  7667] By: jhi                                   on 2000/11/13  04:49:49
38382         Log: Cleanup messy #ifdef.
38383      Branch: perl
38384            ! perl.h
38385 ____________________________________________________________________________
38386 [  7666] By: jhi                                   on 2000/11/13  04:17:34
38387         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38388              From: Nicholas Clark <nick@talking.bollo.cx>
38389              Date: Sun, 12 Nov 2000 21:14:11 +0000
38390              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
38391              
38392              Note: only one breakage of the two reported is fixed by this patch.
38393      Branch: perl
38394            ! perlio.c
38395 ____________________________________________________________________________
38396 [  7665] By: jhi                                   on 2000/11/13  04:05:07
38397         Log: Tweak the definition of the bit complement on UTF-8 data:
38398              if none of the characters in the string are > 0xff,
38399              the result is a complemented byte string, not a (UTF-8)
38400              char string.  Based on the summary in
38401              
38402              Subject: Re: [ID 20000918.005] ~ on wide chars
38403              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
38404              Date: Fri, 10 Nov 2000 09:47:15 -0800
38405              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
38406              
38407              This should give us the maximum backward (pre-char string)
38408              compatibility and utf8 compatibility.  The other alternative
38409              would be to limit the bit complement to be always byte only,
38410              taking the least significant byte of the chars.
38411      Branch: perl
38412            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
38413 ____________________________________________________________________________
38414 [  7664] By: jhi                                   on 2000/11/13  00:23:44
38415         Log: Couple of tests from #7660 salvaged.
38416      Branch: perl
38417            - t/op/tell.t
38418            ! MANIFEST t/io/tell.t
38419 ____________________________________________________________________________
38420 [  7663] By: jhi                                   on 2000/11/13  00:02:48
38421         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
38422              From: Nicholas Clark <nick@talking.bollo.cx>
38423              Date: Sun, 12 Nov 2000 21:23:43 +0000
38424              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
38425      Branch: perl
38426            ! perlsfio.h
38427 ____________________________________________________________________________
38428 [  7662] By: jhi                                   on 2000/11/13  00:01:39
38429         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
38430              From: Nicholas Clark <nick@talking.bollo.cx>
38431              Date: Sun, 12 Nov 2000 21:30:04 +0000
38432              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
38433      Branch: perl
38434            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
38435 ____________________________________________________________________________
38436 [  7661] By: jhi                                   on 2000/11/12  23:57:29
38437         Log: Document tell() on special streams.
38438      Branch: perl
38439            ! pod/perlfunc.pod
38440 ____________________________________________________________________________
38441 [  7660] By: jhi                                   on 2000/11/12  23:54:22
38442         Log: (Subsumed by #7664)
38443      Branch: perl
38444            + t/op/tell.t
38445            ! MANIFEST
38446 ____________________________________________________________________________
38447 [  7659] By: jhi                                   on 2000/11/12  22:55:25
38448         Log: Many subdocumented return values of the IO extension now documented.
38449              ungetc and write still left subdocumented.
38450              
38451              Subject: [PATCH] (was Re: IO::Handle::ungetc)
38452              From: Nicholas Clark <nick@talking.bollo.cx>
38453              Date: Sun, 12 Nov 2000 21:35:53 +0000
38454              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
38455      Branch: perl
38456            ! ext/IO/lib/IO/Handle.pm
38457 ____________________________________________________________________________
38458 [  7658] By: jhi                                   on 2000/11/12  21:37:06
38459         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
38460              From: Nicholas Clark <nick@talking.bollo.cx>
38461              Date: Sun, 12 Nov 2000 20:03:22 +0000
38462              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
38463      Branch: perl
38464            ! pod/perlfunc.pod
38465 ____________________________________________________________________________
38466 [  7657] By: jhi                                   on 2000/11/12  20:34:55
38467         Log: Integrate perlio.
38468      Branch: perl
38469           !> perlio.c
38470 ____________________________________________________________________________
38471 [  7656] By: nick                                  on 2000/11/12  19:25:06
38472         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
38473      Branch: perlio
38474            ! perlio.c
38475 ____________________________________________________________________________
38476 [  7655] By: nick                                  on 2000/11/12  19:09:41
38477         Log: Integrate mainline
38478      Branch: perlio
38479           +> README.solaris ext/Encode/Encode/cp1006.enc
38480           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
38481           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
38482           +> ext/Encode/Encode/iso8859-13.enc
38483           +> ext/Encode/Encode/iso8859-14.enc
38484           +> ext/Encode/Encode/iso8859-15.enc
38485           !> (integrate 34 files)
38486 ____________________________________________________________________________
38487 [  7654] By: jhi                                   on 2000/11/12  19:00:22
38488         Log: Add a metaconfig unit for fsync.
38489      Branch: metaconfig/U/perl
38490            + d_fsync.U
38491 ____________________________________________________________________________
38492 [  7653] By: jhi                                   on 2000/11/12  19:00:01
38493         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
38494      Branch: perl
38495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38496            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38497            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38498            ! vos/config.ga.h win32/config.bc win32/config.gc
38499            ! win32/config.vc
38500 ____________________________________________________________________________
38501 [  7652] By: jhi                                   on 2000/11/11  21:12:01
38502         Log: Copy the s// information of README.hpux also to the perlrun.
38503      Branch: perl
38504            ! README.hpux pod/perlrun.pod
38505 ____________________________________________________________________________
38506 [  7651] By: jhi                                   on 2000/11/11  21:03:13
38507         Log: More README.solaris updates from Andy Dougherty.
38508      Branch: perl
38509            ! README.solaris
38510 ____________________________________________________________________________
38511 [  7650] By: jhi                                   on 2000/11/11  18:38:57
38512         Log: More descriptive error for unknown perlio layers.
38513              
38514              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
38515              From: Dominic Dunlop <domo@computer.org> 
38516              Date: Sat, 11 Nov 2000 18:20:32 +0100             
38517              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
38518      Branch: perl
38519            ! perlio.c pod/perldiag.pod
38520 ____________________________________________________________________________
38521 [  7649] By: jhi                                   on 2000/11/11  18:37:52
38522         Log: MachTen doesn't really do mmap() and munmap().
38523              
38524              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
38525              From: Dominic Dunlop <domo@computer.org> 
38526              Date: Sat, 11 Nov 2000 18:20:32 +0100             
38527              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
38528      Branch: perl
38529            ! hints/machten.sh
38530 ____________________________________________________________________________
38531 [  7648] By: jhi                                   on 2000/11/11  18:36:46
38532         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
38533              From: rspier@pobox.com (Robert Spier)
38534              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
38535              Message-ID: <14861.32839.491271.985797@rls.cx>
38536      Branch: perl
38537            ! Porting/Contract pod/perltoot.pod
38538 ____________________________________________________________________________
38539 [  7647] By: jhi                                   on 2000/11/11  18:35:30
38540         Log: Simplify the getpagesize() unit by dropping the
38541              pagesize probe since it's nowadays slightly more
38542              complicated because of sysconf(). (Note: if some
38543              platform really needs the -lPW for getpagesize,
38544              I just broke it.)
38545              
38546              TODO: a new pagesize unit.
38547      Branch: metaconfig
38548            ! U/compline/d_getpagsz.U
38549 ____________________________________________________________________________
38550 [  7646] By: jhi                                   on 2000/11/11  18:33:23
38551         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
38552      Branch: perl
38553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38554            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38555            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38556            ! vos/config.ga.h win32/config.bc win32/config.gc
38557            ! win32/config.vc
38558 ____________________________________________________________________________
38559 [  7645] By: jhi                                   on 2000/11/11  16:45:15
38560         Log: Use sysconf() or getpagesize() to find out the pagesize.
38561      Branch: perl
38562            ! perlio.c
38563 ____________________________________________________________________________
38564 [  7644] By: jhi                                   on 2000/11/11  15:46:08
38565         Log: Integrate perlio.
38566      Branch: perl
38567           !> perlio.c
38568 ____________________________________________________________________________
38569 [  7643] By: jhi                                   on 2000/11/11  15:33:36
38570         Log: Subject: Re: [PATCH] README.solaris
38571              From: Lupe Christoph <lupe@lupe-christoph.de>
38572              Date: Sat, 11 Nov 2000 14:08:10 +0100
38573              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
38574      Branch: perl
38575            ! README.solaris
38576 ____________________________________________________________________________
38577 [  7642] By: jhi                                   on 2000/11/11  15:22:12
38578         Log: Subject: [PATCH perl@7638] cygwin port
38579              From: "Eric Fifer" <egf7@columbia.edu>            
38580              Date: Fri, 10 Nov 2000 19:30:30 -0000
38581              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
38582      Branch: perl
38583            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
38584 ____________________________________________________________________________
38585 [  7641] By: nick                                  on 2000/11/11  14:50:36
38586         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
38587              Also call "Buf" layer directly when unread'ing non-read chars.
38588      Branch: perlio
38589            ! perlio.c
38590 ____________________________________________________________________________
38591 [  7640] By: jhi                                   on 2000/11/11  02:05:02
38592         Log: Add more encoding tables.
38593      Branch: perl
38594            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
38595            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
38596            + ext/Encode/Encode/iso8859-10.enc
38597            + ext/Encode/Encode/iso8859-13.enc
38598            + ext/Encode/Encode/iso8859-14.enc
38599            + ext/Encode/Encode/iso8859-15.enc
38600            ! MANIFEST
38601 ____________________________________________________________________________
38602 [  7639] By: jhi                                   on 2000/11/10  18:49:25
38603         Log: Subject: [PATCH] README.solaris
38604              From: Andy Dougherty <doughera@lafayette.edu>
38605              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
38606              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
38607      Branch: perl
38608            + README.solaris
38609            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
38610            ! pod/perl.pod pod/perltoc.pod
38611 ____________________________________________________________________________
38612 [  7638] By: jhi                                   on 2000/11/10  15:04:15
38613         Log: Update Changes.
38614      Branch: perl
38615            ! Changes patchlevel.h
38616 ____________________________________________________________________________
38617 [  7637] By: jhi                                   on 2000/11/10  14:14:28
38618         Log: Explain better why certain regex tests are skipped.
38619              
38620              Subject: Re: tests skipped: unknown reason
38621              From: Lupe Christoph <lupe@lupe-christoph.de>
38622              Date: Fri, 10 Nov 2000 09:08:56 +0100
38623              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
38624      Branch: perl
38625            ! t/op/regexp.t
38626 ____________________________________________________________________________
38627 [  7636] By: nick                                  on 2000/11/10  13:40:00
38628         Log: Integrate mainline.
38629      Branch: perlio
38630           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
38631           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
38632           !> win32/bin/search.pl
38633 ____________________________________________________________________________
38634 [  7635] By: nick                                  on 2000/11/10  13:25:52
38635         Log: Re-instate stdio large file support via perlio.
38636      Branch: perl
38637            ! perlio.c
38638 ____________________________________________________________________________
38639 [  7634] By: jhi                                   on 2000/11/10  04:49:55
38640         Log: Amdahl UTS hints updates.
38641              
38642              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
38643              From: hom00@utsglobal.com (Harold O Morris)
38644              Date: Thu, 9 Nov 2000 20:02 PST
38645              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
38646      Branch: perl
38647            ! hints/uts.sh
38648 ____________________________________________________________________________
38649 [  7633] By: jhi                                   on 2000/11/09  23:33:28
38650         Log: Subject: [PATCH] IO::Seekable pod
38651              From: Nicholas Clark <nick@talking.bollo.cx>
38652              Date: Thu, 9 Nov 2000 20:29:45 +0000
38653              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
38654      Branch: perl
38655            ! ext/IO/lib/IO/Handle.pm
38656 ____________________________________________________________________________
38657 [  7632] By: jhi                                   on 2000/11/09  21:55:41
38658         Log: Various doc oddball characters.
38659              
38660              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
38661              From: Michael Somos <somos@grail.cba.csuohio.edu>
38662              Date: Mon, 6 Nov 2000 17:44:20 -0500
38663              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
38664      Branch: perl
38665            ! emacs/cperl-mode.el lib/unicode/syllables.txt
38666            ! win32/bin/search.pl
38667 ____________________________________________________________________________
38668 [  7631] By: jhi                                   on 2000/11/09  21:12:29
38669         Log: Subject: Re: bash -c exit and linux hints 
38670              From: "John P. Linderman" <jpl@research.att.com>
38671              Date: Thu, 02 Nov 2000 09:37:25 -0500
38672              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
38673      Branch: perl
38674            ! hints/linux.sh
38675 ____________________________________________________________________________
38676 [  7630] By: nick                                  on 2000/11/09  20:34:11
38677         Log: Integrate mainline.
38678      Branch: perlio
38679           !> (integrate 91 files)
38680 ____________________________________________________________________________
38681 [  7629] By: jhi                                   on 2000/11/09  19:46:31
38682         Log: Missing dTHXs.
38683              
38684              Subject: RE: perl@7595 builds not on cygwin
38685              From: "Eric Fifer" <egf7@columbia.edu>
38686              Date: Thu, 9 Nov 2000 19:26:50 -0000
38687              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
38688      Branch: perl
38689            ! ext/Devel/Peek/Peek.xs
38690 ____________________________________________________________________________
38691 [  7628] By: jhi                                   on 2000/11/09  14:48:27
38692         Log: Disable only the tests 99 and 166 for UTF-8 locales.
38693      Branch: perl
38694            ! t/pragma/locale.t
38695 ____________________________________________________________________________
38696 [  7627] By: jhi                                   on 2000/11/09  14:40:27
38697         Log: There's no =head3.
38698      Branch: perl
38699            ! pod/perlhack.pod
38700 ____________________________________________________________________________
38701 [  7626] By: jhi                                   on 2000/11/09  13:54:26
38702         Log: The generated boot_* headers are wrong.  Pickier compiler,
38703              such as KAI C++ will refuse to compile the resulting perlmain.
38704              
38705              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
38706              From: Harri Pasanen <harri.pasanen@trema.com>
38707              Date: Thu, 09 Nov 2000 14:23:28 +0100
38708              Message-Id: <3A0AA550.26D548A3@trema.com>
38709      Branch: perl
38710            ! minimod.pl
38711 ____________________________________________________________________________
38712 [  7625] By: jhi                                   on 2000/11/09  13:50:44
38713         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
38714              From: Prymmer/Kahn <pvhp@best.com>
38715              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
38716              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
38717              
38718              All except the "cow orker" change.
38719      Branch: perl
38720            ! Porting/pumpkin.pod
38721 ____________________________________________________________________________
38722 [  7624] By: jhi                                   on 2000/11/09  13:45:33
38723         Log: Fix for
38724              
38725              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
38726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38727              Date: Thu, 09 Nov 2000 11:05:52 +0100
38728              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
38729      Branch: perl
38730            ! pod/perldiag.pod t/pragma/warn/pp_sys
38731 ____________________________________________________________________________
38732 [  7623] By: jhi                                   on 2000/11/09  13:37:16
38733         Log: Typo in an ifndef.
38734              
38735              Subject: Re: [PATCH 5.7.0] better messages from malloc()
38736              From: Joe Smith <jms@inwap.com>         
38737              Date: Thu, 09 Nov 2000 01:33:14 -0800
38738              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
38739      Branch: perl
38740            ! malloc.c
38741 ____________________________________________________________________________
38742 [  7622] By: jhi                                   on 2000/11/09  13:31:18
38743         Log: Remove unused extra arguments.
38744      Branch: metaconfig/U/perl
38745            ! perlxv.U
38746      Branch: perl
38747            ! Configure config_h.SH
38748 ____________________________________________________________________________
38749 [  7621] By: jhi                                   on 2000/11/09  13:16:36
38750         Log: More VMS moves on environment handling, from Charles Lane.
38751      Branch: perl
38752            ! t/pragma/locale.t
38753 ____________________________________________________________________________
38754 [  7620] By: jhi                                   on 2000/11/09  04:42:38
38755         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
38756              From: David Dyck <dcd@tc.fluke.com>
38757              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
38758              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
38759      Branch: perl
38760            ! pp_sys.c
38761 ____________________________________________________________________________
38762 [  7619] By: jhi                                   on 2000/11/09  04:36:21
38763         Log: Forgot from #7618.
38764      Branch: perl
38765            ! lib/File/stat.pm
38766 ____________________________________________________________________________
38767 [  7618] By: jhi                                   on 2000/11/09  04:28:44
38768         Log: Make deleting for %ENV work for (newer versions of) VMS,
38769              from Craig A. Berry.
38770      Branch: perl
38771            ! vms/vms.c
38772 ____________________________________________________________________________
38773 [  7617] By: jhi                                   on 2000/11/09  04:25:05
38774         Log: Subject: [PATCH] Class::Struct at compile time
38775              From: "Casey R. Tweten" <crt@kiski.net>
38776              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
38777              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
38778      Branch: perl
38779            ! lib/Class/Struct.pm
38780 ____________________________________________________________________________
38781 [  7616] By: jhi                                   on 2000/11/09  04:15:17
38782         Log: Subject: [ID 20001108.013] spelling
38783              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
38784              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
38785              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
38786      Branch: perl
38787            ! lib/ftp.pl
38788 ____________________________________________________________________________
38789 [  7615] By: jhi                                   on 2000/11/09  04:12:42
38790         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
38791              From: Peter Prymmer <pvhp@forte.com>
38792              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
38793              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
38794      Branch: perl
38795            ! configure.com
38796 ____________________________________________________________________________
38797 [  7614] By: jhi                                   on 2000/11/08  22:42:55
38798         Log: A missing aTHX_.
38799      Branch: perl
38800            ! ext/IPC/SysV/SysV.xs
38801 ____________________________________________________________________________
38802 [  7613] By: jhi                                   on 2000/11/08  19:30:21
38803         Log: Update Changes.
38804      Branch: perl
38805            ! Changes patchlevel.h
38806 ____________________________________________________________________________
38807 [  7612] By: jhi                                   on 2000/11/08  18:35:25
38808         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
38809              From: David Dyck <dcd@tc.fluke.com>
38810              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
38811              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
38812      Branch: perl
38813            ! pp_sys.c
38814 ____________________________________________________________________________
38815 [  7611] By: jhi                                   on 2000/11/08  18:30:26
38816         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
38817              From: Dominic Dunlop <domo@computer.org>
38818              Date: Tue, 7 Nov 2000 12:05:25 +0100
38819              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
38820      Branch: perl
38821            ! malloc.c
38822 ____________________________________________________________________________
38823 [  7610] By: jhi                                   on 2000/11/08  18:25:14
38824         Log: Do not test UTF-8 locales since that the tests would require
38825              polymorphic regexen.
38826      Branch: perl
38827            ! t/pragma/locale.t
38828 ____________________________________________________________________________
38829 [  7609] By: jhi                                   on 2000/11/08  17:12:51
38830         Log: Locale buglets.
38831              
38832              Subject: RE: Locales support (setlocale) fixes
38833              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38834              Date: Wed, 8 Nov 2000 20:01:39 +0300
38835              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
38836      Branch: perl
38837            ! t/pragma/locale.t util.c
38838 ____________________________________________________________________________
38839 [  7608] By: jhi                                   on 2000/11/08  17:00:16
38840         Log: Deleting $ENV{PATH} in VMS is not recommendable.
38841      Branch: perl
38842            ! t/pragma/locale.t
38843 ____________________________________________________________________________
38844 [  7607] By: jhi                                   on 2000/11/08  16:58:26
38845         Log: Subject: PATCH std stdio for (Free)BSD
38846              From: Nicholas Clark <nick@ccl4.org>
38847              Date: Wed, 8 Nov 2000 15:36:29 +0000
38848              Message-ID: <20001108153629.D98736@plum.flirble.org>
38849      Branch: metaconfig
38850            ! U/compline/d_stdstdio.U
38851      Branch: perl
38852            ! Configure config_h.SH
38853 ____________________________________________________________________________
38854 [  7606] By: jhi                                   on 2000/11/08  16:43:31
38855         Log: Forgot to bump the line numbers in #7601.
38856      Branch: perl
38857            ! t/pragma/warn/pp_sys
38858 ____________________________________________________________________________
38859 [  7605] By: jhi                                   on 2000/11/08  16:39:12
38860         Log: More careful detection of how well NVs and UVs mix.
38861              
38862              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
38863              From: Nicholas Clark <nick@ccl4.org>
38864              Date: Wed, 8 Nov 2000 15:14:12 +0000
38865              Message-ID: <20001108151412.B98736@plum.flirble.org>
38866              
38867              Added some SIGFPE paranoia.
38868      Branch: metaconfig/U/perl
38869            ! perlxv.U
38870      Branch: perl
38871            ! Configure config_h.SH
38872 ____________________________________________________________________________
38873 [  7604] By: jhi                                   on 2000/11/08  14:39:10
38874         Log: Subject: [patch perl@7595] VMS configure.com tweak
38875              From: "Craig A. Berry" <craigberry@mac.com>
38876              Date: Wed, 8 Nov 2000 00:24:12 -0600
38877              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
38878      Branch: perl
38879            ! configure.com
38880 ____________________________________________________________________________
38881 [  7603] By: jhi                                   on 2000/11/08  14:27:11
38882         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
38883              From: Robin Barker <rmb1@cise.npl.co.uk>
38884              Date: Wed, 8 Nov 2000 11:11:39 GMT
38885              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
38886      Branch: perl
38887            ! perlio.c
38888 ____________________________________________________________________________
38889 [  7602] By: jhi                                   on 2000/11/08  14:25:03
38890         Log: Fix for the tie-refhash string table leaks.
38891              
38892              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
38893              Date: Wed, 8 Nov 2000 13:03:04 GMT
38894              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
38895      Branch: perl
38896            ! t/lib/tie-refhash.t
38897 ____________________________________________________________________________
38898 [  7601] By: jhi                                   on 2000/11/08  14:21:08
38899         Log: Try to avoid flockless and emulationless places.
38900      Branch: perl
38901            ! t/pragma/warn/pp_sys
38902 ____________________________________________________________________________
38903 [  7600] By: jhi                                   on 2000/11/08  02:28:54
38904         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
38905              
38906              Subject: [PATCH] prototyped functions that should be overrideable
38907              From: "Casey R. Tweten" <crt@kiski.net>
38908              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
38909              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
38910      Branch: perl
38911            ! toke.c
38912 ____________________________________________________________________________
38913 [  7599] By: jhi                                   on 2000/11/08  01:12:05
38914         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
38915              
38916              Subject: [PATCH] perlbug.PL
38917              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38918              Date: Mon, 6 Nov 2000 21:39:01 -0500
38919              Message-ID: <20001106213901.B20955@O2.chapin.edu>
38920      Branch: perl
38921            ! utils/perlbug.PL
38922 ____________________________________________________________________________
38923 [  7598] By: jhi                                   on 2000/11/07  23:42:00
38924         Log: Bad thinko in #7581 (I used the test program with the expanded
38925              values as-is).
38926      Branch: metaconfig
38927            ! U/compline/d_stdstdio.U
38928      Branch: perl
38929            ! Configure
38930 ____________________________________________________________________________
38931 [  7597] By: jhi                                   on 2000/11/07  21:43:29
38932         Log: Subject: [PATCH perl@7573] cygwin port
38933              From: "Fifer, Eric" <EFifer@sanwaint.com>
38934              Date: Tue, 7 Nov 2000 18:08:51 -0000 
38935              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
38936              
38937              Synchronize with Cygwin 1.1.5.
38938      Branch: perl
38939            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
38940            ! pod/perlport.pod unixish.h util.c
38941 ____________________________________________________________________________
38942 [  7596] By: jhi                                   on 2000/11/07  21:39:25
38943         Log: perlhack updates from H.Merijn Brand.
38944      Branch: perl
38945            ! pod/perlhack.pod
38946 ____________________________________________________________________________
38947 [  7595] By: jhi                                   on 2000/11/07  20:21:41
38948         Log: Update Changes.
38949      Branch: perl
38950            ! Changes patchlevel.h
38951 ____________________________________________________________________________
38952 [  7594] By: jhi                                   on 2000/11/07  19:18:58
38953         Log: Be more robust in Dynaloader.pm.
38954      Branch: perl
38955            ! ext/DynaLoader/DynaLoader_pm.PL
38956 ____________________________________________________________________________
38957 [  7593] By: jhi                                   on 2000/11/07  16:49:31
38958         Log: AUTHORS update.
38959      Branch: perl
38960            ! AUTHORS
38961 ____________________________________________________________________________
38962 [  7592] By: gsar                                  on 2000/11/07  16:39:51
38963         Log: normalize relative paths in virtualized current directory on windows,
38964              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
38965              returns)
38966      Branch: perl
38967            ! win32/vdir.h
38968 ____________________________________________________________________________
38969 [  7591] By: jhi                                   on 2000/11/07  16:04:26
38970         Log: Too profiler-happy: with optimization the #7590 actually makes
38971              the test to run 0.5% _slower_.  Requires much more instrumentation.
38972              Retract #7590.
38973      Branch: perl
38974            ! regcomp.c regcomp.h
38975 ____________________________________________________________________________
38976 [  7590] By: jhi                                   on 2000/11/07  15:51:13
38977         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
38978              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
38979              by using memset() and testing bytewise (as opposed to bitwise).
38980      Branch: perl
38981            ! regcomp.c regcomp.h
38982 ____________________________________________________________________________
38983 [  7589] By: jhi                                   on 2000/11/07  12:56:39
38984         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
38985              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38986              Date: Mon, 06 Nov 2000 23:45:30 -0500
38987              Message-Id: <0011079735.AA973576259@univpress.com>
38988      Branch: perl
38989            ! configure.com t/lib/st-lock.t
38990 ____________________________________________________________________________
38991 [  7588] By: jhi                                   on 2000/11/07  01:03:28
38992         Log: Tweak #7587.
38993      Branch: perl
38994            ! pod/perldiag.pod
38995 ____________________________________________________________________________
38996 [  7587] By: jhi                                   on 2000/11/07  01:00:27
38997         Log: A doc addition for bug id 20001105.019, beware \p.
38998      Branch: perl
38999            ! pod/perldiag.pod
39000 ____________________________________________________________________________
39001 [  7586] By: jhi                                   on 2000/11/07  00:32:22
39002         Log: Fake support of holey files in win/dosish platforms.
39003              
39004              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
39005              From: kipp@shonanblue.ne.jp
39006              Date: Mon, 6 Nov 2000 13:30:55 -0800
39007              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
39008      Branch: perl
39009            ! ext/SDBM_File/sdbm/sdbm.c
39010 ____________________________________________________________________________
39011 [  7585] By: jhi                                   on 2000/11/07  00:12:54
39012         Log: Subject: Pod updates
39013              From: "Stephen P. Potter" <spp@spotter.yi.org>
39014              Date: Mon, 06 Nov 2000 18:56:43 -0500
39015              Message-Id: <200011062357.SAA18173@spotter.yi.org>
39016      Branch: perl
39017            ! README.dos README.os2 README.win32 pod/buildtoc.PL
39018            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39019            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
39020            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
39021            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
39022            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
39023            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39024            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
39025            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39026            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
39027            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
39028            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
39029            ! pod/perltootc.pod pod/perlunicode.pod
39030 ____________________________________________________________________________
39031 [  7584] By: jhi                                   on 2000/11/07  00:04:17
39032         Log: Varargs don't always work too well if one puts an unsigned
39033              char on the stack and pop an unsigned quad off the stack.
39034              
39035              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
39036              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
39037              Date: Mon, 06 Nov 2000 15:19:05 -0800
39038              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
39039      Branch: perl
39040            ! utf8.c
39041 ____________________________________________________________________________
39042 [  7583] By: jhi                                   on 2000/11/06  23:58:48
39043         Log: %ENV note tweaks from Dan Sugalski.
39044      Branch: perl
39045            ! pod/perlport.pod vms/perlvms.pod
39046 ____________________________________________________________________________
39047 [  7582] By: jhi                                   on 2000/11/06  23:05:49
39048         Log: glibc5 detection by __GNU_LIBRARY__.
39049      Branch: perl
39050            ! toke.c
39051 ____________________________________________________________________________
39052 [  7581] By: jhi                                   on 2000/11/06  22:51:29
39053         Log: Make the stdio test program of 7427 less noisy while being 
39054              compiled so that Digital UNIX wouldn't get both
39055              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
39056              undefined.  This makes perlio happy.
39057      Branch: metaconfig
39058            ! U/compline/d_stdstdio.U
39059      Branch: perl
39060            ! Configure config_h.SH
39061 ____________________________________________________________________________
39062 [  7580] By: jhi                                   on 2000/11/06  22:41:41
39063         Log: Document %ENV = () portability issues.
39064      Branch: perl
39065            ! pod/perlport.pod vms/perlvms.pod
39066 ____________________________________________________________________________
39067 [  7579] By: jhi                                   on 2000/11/06  21:29:24
39068         Log: VOS updates from Paul Green.
39069      Branch: perl
39070            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39071 ____________________________________________________________________________
39072 [  7578] By: jhi                                   on 2000/11/06  21:00:40
39073         Log: Sanitize the environment further.
39074      Branch: perl
39075            ! t/pragma/locale.t
39076 ____________________________________________________________________________
39077 [  7577] By: jhi                                   on 2000/11/06  20:53:51
39078         Log: Re-introduce 7552 lost in integration.
39079      Branch: perl
39080            ! perlio.c
39081 ____________________________________________________________________________
39082 [  7576] By: jhi                                   on 2000/11/06  20:33:46
39083         Log: Admit that the test leaks scalars.
39084      Branch: perl
39085            ! t/comp/proto.t
39086 ____________________________________________________________________________
39087 [  7575] By: jhi                                   on 2000/11/06  20:17:08
39088         Log: Integrate perlio.
39089      Branch: perl
39090           !> perlio.c
39091 ____________________________________________________________________________
39092 [  7574] By: nick                                  on 2000/11/06  20:07:28
39093         Log: Remove debug. Try (Mmap_t) on madvise() call.
39094      Branch: perlio
39095            ! perlio.c
39096 ____________________________________________________________________________
39097 [  7573] By: jhi                                   on 2000/11/06  13:56:05
39098         Log: Update Changes.
39099      Branch: perl
39100            ! Changes patchlevel.h
39101 ____________________________________________________________________________
39102 [  7572] By: jhi                                   on 2000/11/06  13:48:41
39103         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
39104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39105              Date: Mon, 06 Nov 2000 10:11:42 +0100
39106              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
39107      Branch: perl
39108            ! pod/perlhack.pod
39109 ____________________________________________________________________________
39110 [  7571] By: jhi                                   on 2000/11/06  01:45:51
39111         Log: AUTHORS updates.
39112      Branch: perl
39113            ! AUTHORS
39114 ____________________________________________________________________________
39115 [  7570] By: jhi                                   on 2000/11/06  00:18:00
39116         Log: Fix for
39117              
39118              Subject: [ID 20000728.005] perl -P broken
39119              From: David Dyck <dcd@tc.fluke.com>
39120              Date: Fri, 28 Jul 2000 17:19:16 -0700
39121              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
39122              
39123              (hopefully).  The fix is also not complete, it seems to break
39124              BOM swallowing for libc5 systems, but until someone figures
39125              out a way to do this without ftell(), this will do.
39126      Branch: perl
39127            ! toke.c
39128 ____________________________________________________________________________
39129 [  7569] By: jhi                                   on 2000/11/06  00:05:30
39130         Log: Document that the evaled syntax errors cause scalar leaks.
39131      Branch: perl
39132            ! t/comp/proto.t
39133 ____________________________________________________________________________
39134 [  7568] By: jhi                                   on 2000/11/05  23:14:47
39135         Log: opmini.o can linger from Configures past.
39136      Branch: perl
39137            ! Makefile.SH
39138 ____________________________________________________________________________
39139 [  7567] By: jhi                                   on 2000/11/05  21:28:39
39140         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
39141              first argument correctly.
39142      Branch: perl
39143            ! perlio.c
39144 ____________________________________________________________________________
39145 [  7566] By: jhi                                   on 2000/11/05  21:15:56
39146         Log: Integrate perlio.
39147      Branch: perl
39148           !> perlio.c
39149 ____________________________________________________________________________
39150 [  7565] By: jhi                                   on 2000/11/05  21:15:13
39151         Log: Use -dM for gcc (the suggested patch did it only for Linux,
39152              but I think it can be generalized).
39153              
39154              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
39155              From: Pixel <pixel@mandrakesoft.com>
39156              Date: 05 Nov 2000 21:49:34 +0100 
39157              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
39158      Branch: perl
39159            ! ext/Errno/Errno_pm.PL
39160 ____________________________________________________________________________
39161 [  7564] By: nick                                  on 2000/11/05  21:09:18
39162         Log: Added a mmap layer as a "subclass" of perlio.
39163              PERLIO=mmap ./perl harness passes
39164      Branch: perlio
39165            ! perlio.c
39166 ____________________________________________________________________________
39167 [  7563] By: jhi                                   on 2000/11/05  19:48:55
39168         Log: Add a note for future generations about bug id 20000229.006.
39169      Branch: perl
39170            ! malloc.c
39171 ____________________________________________________________________________
39172 [  7562] By: jhi                                   on 2000/11/05  19:38:24
39173         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
39174      Branch: perl
39175            ! pp_ctl.c t/op/pos.t
39176 ____________________________________________________________________________
39177 [  7561] By: jhi                                   on 2000/11/05  18:21:46
39178         Log: Add =pod to be tidy.
39179      Branch: perl
39180            ! lib/Math/Complex.pm
39181 ____________________________________________________________________________
39182 [  7560] By: jhi                                   on 2000/11/05  17:38:46
39183         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
39184      Branch: perl
39185            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39186            ! ext/Storable/Storable.xs t/lib/st-recurse.t
39187 ____________________________________________________________________________
39188 [  7559] By: jhi                                   on 2000/11/05  17:32:59
39189         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
39190              From: "Peter J. Farley III" <pjfarley@banet.net>
39191              Date: Sun, 05 Nov 2000 11:55:59 -0500
39192              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
39193      Branch: perl
39194            ! t/lib/syslog.t
39195 ____________________________________________________________________________
39196 [  7558] By: jhi                                   on 2000/11/05  17:29:19
39197         Log: Integrate perlio.
39198      Branch: perl
39199           !> perlio.c
39200 ____________________________________________________________________________
39201 [  7557] By: jhi                                   on 2000/11/05  17:22:01
39202         Log: A fix of sorts for 20000329.026, a better error message
39203              for a missing "use charnames" when using the \N{...}. 
39204      Branch: perl
39205            ! pod/perldiag.pod toke.c
39206 ____________________________________________________________________________
39207 [  7556] By: jhi                                   on 2000/11/05  16:33:50
39208         Log: Test tweak: show also the failed locales.
39209              
39210              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
39211              From: Lupe Christoph <lupe@lupe-christoph.de>         
39212              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
39213              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
39214      Branch: perl
39215            ! t/pragma/locale.t
39216 ____________________________________________________________________________
39217 [  7555] By: nick                                  on 2000/11/05  11:09:34
39218         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
39219              open RDWR so does not fail. (pragma/warnings 303 again...)
39220      Branch: perlio
39221            ! perlio.c
39222 ____________________________________________________________________________
39223 [  7554] By: nick                                  on 2000/11/05  10:10:13
39224         Log: Fix case where ungetc(f,EOF) was allowed.
39225              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
39226              so we can see similarities.
39227              Use types more carefully and a STDCHAR array in hope that this will
39228              fix Jarrko's 64bit machine.
39229      Branch: perlio
39230            ! perlio.c
39231 ____________________________________________________________________________
39232 [  7553] By: jhi                                   on 2000/11/05  01:12:16
39233         Log: Fix for
39234              
39235              Subject: [ID 20001004.007] taint propogation is inconsistent
39236              From: pimlott@idiomtech.com (Andrew Pimlott) 
39237              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
39238              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
39239              
39240              The culprit was sv_setsv() which was rather blindly
39241              propagating taint, which lead to behaviour where if
39242              a tainted anon hash value was seen all the hash values
39243              from then on at that level became tainted, or at any
39244              upper levels in the case of nested anon hashes.
39245      Branch: perl
39246            ! sv.c t/op/taint.t
39247 ____________________________________________________________________________
39248 [  7552] By: jhi                                   on 2000/11/04  23:44:18
39249         Log: Some cpps don't like splitting conditionals across several lines.
39250      Branch: perl
39251            ! perlio.c
39252 ____________________________________________________________________________
39253 [  7551] By: nick                                  on 2000/11/04  23:40:44
39254         Log: Integrate mainline
39255      Branch: perlio
39256           !> pp_hot.c t/op/taint.t
39257 ____________________________________________________________________________
39258 [  7550] By: nick                                  on 2000/11/04  23:39:05
39259         Log: Integrate mainline again
39260      Branch: perlio
39261           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
39262           !> t/lib/b.t t/op/misc.t util.c
39263 ____________________________________________________________________________
39264 [  7549] By: jhi                                   on 2000/11/04  23:14:01
39265         Log: Fix for
39266              
39267              Subject: [ID 20001004.006] undef is never tainted
39268              From: pimlott@idiomtech.com (Andrew Pimlott)
39269              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
39270              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
39271              
39272              An undef read from a slurped file was not tainted.
39273      Branch: perl
39274            ! pp_hot.c t/op/taint.t
39275 ____________________________________________________________________________
39276 [  7548] By: jhi                                   on 2000/11/04  22:56:21
39277         Log: Test tweak ($Config{useperlio} is by default undef) .
39278      Branch: perl
39279            ! t/lib/b.t
39280 ____________________________________________________________________________
39281 [  7547] By: jhi                                   on 2000/11/04  22:43:56
39282         Log: Integrate perlio.
39283      Branch: perl
39284           +> lib/perlio.pm
39285           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
39286           !> pod/perlapi.pod t/lib/b.t
39287 ____________________________________________________________________________
39288 [  7546] By: jhi                                   on 2000/11/04  22:40:59
39289         Log: Configure would use a bad $myuname from an old config.sh.
39290              
39291              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
39292              From: Andy Dougherty <doughera@lafayette.edu>
39293              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
39294              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
39295      Branch: metaconfig
39296            ! U/modified/Oldconfig.U
39297      Branch: perl
39298            ! Configure config_h.SH
39299 ____________________________________________________________________________
39300 [  7545] By: jhi                                   on 2000/11/04  22:36:54
39301         Log: Subject: Locales support (setlocale) fixes
39302              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39303              Date: Sat, 4 Nov 2000 10:15:48 +0300 
39304              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
39305              
39306              Modified quite a bit to be more portable.
39307      Branch: perl
39308            ! embed.h embed.pl perl.h proto.h util.c
39309 ____________________________________________________________________________
39310 [  7544] By: jhi                                   on 2000/11/04  22:32:47
39311         Log: Dying is too strict here, better just skip.
39312      Branch: perl
39313            ! t/op/misc.t
39314 ____________________________________________________________________________
39315 [  7543] By: nick                                  on 2000/11/04  21:55:13
39316         Log: Merge mainline
39317      Branch: perlio
39318           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39319           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
39320           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
39321           !> (integrate 64 files)
39322 ____________________________________________________________________________
39323 [  7542] By: jhi                                   on 2000/11/04  21:09:28
39324         Log: More Changes tweakery.
39325      Branch: perl
39326            ! Changes Porting/genlog
39327 ____________________________________________________________________________
39328 [  7541] By: jhi                                   on 2000/11/04  20:58:18
39329         Log: Changes fixups.
39330      Branch: perl
39331            ! Changes
39332 ____________________________________________________________________________
39333 [  7540] By: jhi                                   on 2000/11/04  20:42:38
39334         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
39335              create a "fast path" for locale name probing using "locale -a"
39336              if available, squash finally hopefully the s?printf resetting
39337              the numeric locale (since, IIUC perllocale, it never shouldn't). 
39338      Branch: perl
39339            ! sv.c t/op/misc.t t/pragma/locale.t
39340 ____________________________________________________________________________
39341 [  7539] By: nick                                  on 2000/11/04  19:56:10
39342         Log: PerlIO infrastructure complete.
39343      Branch: perlio
39344            + lib/perlio.pm
39345            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
39346 ____________________________________________________________________________
39347 [  7538] By: nick                                  on 2000/11/04  14:31:32
39348         Log: Type tweaks + less contorted allocation scheme
39349      Branch: perlio
39350            ! perlio.c
39351 ____________________________________________________________________________
39352 [  7537] By: nick                                  on 2000/11/04  12:40:42
39353         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
39354              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
39355              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
39356              sensible) which lead to some interesting fails.
39357      Branch: perlio
39358            ! perlio.c
39359 ____________________________________________________________________________
39360 [  7536] By: jhi                                   on 2000/11/04  00:20:02
39361         Log: Add FCNTL_CAN_LOCK.
39362              
39363              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39364              From: Andy Dougherty <doughera@lafayette.edu>
39365              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
39366              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
39367              
39368              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39369              From: Andy Dougherty <doughera@lafayette.edu>
39370              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
39371              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
39372      Branch: metaconfig/U/perl
39373            + d_fcntl_can_lock.U
39374            ! startperl.U
39375      Branch: perl
39376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39377            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
39378            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39379            ! vos/config.ga.h win32/config.bc win32/config.gc
39380            ! win32/config.vc
39381 ____________________________________________________________________________
39382 [  7535] By: nick                                  on 2000/11/03  22:19:10
39383         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
39384              - Works on Linux with
39385              perlio + unix
39386              stdio
39387              - Works on Solaris with
39388              perlio + unix
39389              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
39390              - Fails (hangs in openpid) if you try and stack
39391              perlio + stdio - Linux stdio's read() logic is hanging.
39392      Branch: perlio
39393            ! iperlsys.h perlio.c
39394 ____________________________________________________________________________
39395 [  7534] By: jhi                                   on 2000/11/03  15:16:02
39396         Log: Subject: Re: README.aix
39397              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39398              Date: Fri, 03 Nov 2000 16:03:15 +0100
39399              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
39400      Branch: perl
39401            ! README.aix
39402 ____________________________________________________________________________
39403 [  7533] By: jhi                                   on 2000/11/03  03:59:02
39404         Log: Subject: [PATCH 5.7.0] better messages from malloc()
39405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39406              Date: Wed, 1 Nov 2000 23:39:56 -0500
39407              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
39408      Branch: perl
39409            ! malloc.c pod/perldiag.pod
39410 ____________________________________________________________________________
39411 [  7532] By: jhi                                   on 2000/11/03  00:11:56
39412         Log: The #7521 touched things it shouldn't have.
39413      Branch: perl
39414            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
39415 ____________________________________________________________________________
39416 [  7531] By: jhi                                   on 2000/11/02  22:32:33
39417         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
39418              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39419              Date:     Thu, 2 Nov 2000 16:58:36 EST
39420              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
39421      Branch: perl
39422            ! vms/gen_shrfls.pl
39423 ____________________________________________________________________________
39424 [  7530] By: jhi                                   on 2000/11/02  22:08:49
39425         Log: Fix the problem discussed in
39426              
39427              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
39428              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
39429              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
39430              
39431              originally from Linc Madison.  Also Andreas König's comments
39432              taken into account.  Some other problems with Tie::SubstrHash
39433              fixed: didn't croak when the table exceeded the requested number
39434              of entries (as documented) but instead when the number of entries
39435              exceeded the size of the table, a croak() had an unnecessary \n,
39436              didn't have a CLEAR method, documented that there is no exists().
39437              Didn't fix to be strict-proof because the module uses &foo; and
39438              dynamic scope.  Added a test script exercizing both first tamely 
39439              the basic functionality, and then the failure cases reported by
39440              Linc Madison.
39441      Branch: perl
39442            + t/lib/tie-substrhash.t
39443            ! MANIFEST lib/Tie/SubstrHash.pm
39444 ____________________________________________________________________________
39445 [  7529] By: jhi                                   on 2000/11/02  17:58:08
39446         Log: recv() can fail and return undef.
39447              
39448              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
39449              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
39450              Date: Thu, 2 Nov 2000 20:12:20 +0300
39451              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
39452      Branch: perl
39453            ! lib/Net/Ping.pm
39454 ____________________________________________________________________________
39455 [  7528] By: jhi                                   on 2000/11/02  17:49:09
39456         Log: Detpyo.
39457      Branch: perl
39458            ! pod/perlop.pod
39459 ____________________________________________________________________________
39460 [  7527] By: jhi                                   on 2000/11/02  15:48:37
39461         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
39462              fix a autovivification bug in Tie::RefHash, add tests for both.
39463              
39464              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
39465              From: Edward Avis <epa98@doc.ic.ac.uk>
39466              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
39467              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
39468      Branch: perl
39469            + t/lib/tie-refhash.t
39470            ! MANIFEST lib/Tie/RefHash.pm
39471 ____________________________________________________________________________
39472 [  7526] By: jhi                                   on 2000/11/02  13:56:26
39473         Log: Test::Harness revealed buglets in the new DynaLoader.
39474              
39475              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
39476              From: andreas.koenig@anima.de (Andreas J. Koenig)
39477              Date: 02 Nov 2000 11:26:48 +0100 
39478              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
39479      Branch: perl
39480            ! ext/DynaLoader/DynaLoader_pm.PL
39481 ____________________________________________________________________________
39482 [  7525] By: jhi                                   on 2000/11/01  23:52:08
39483         Log: The entry for #7503 was missing.
39484      Branch: perl
39485            ! Changes
39486 ____________________________________________________________________________
39487 [  7524] By: jhi                                   on 2000/11/01  23:40:52
39488         Log: Update Changes.
39489      Branch: perl
39490            ! Changes patchlevel.h
39491 ____________________________________________________________________________
39492 [  7523] By: jhi                                   on 2000/11/01  22:57:09
39493         Log: More tweaking on the #7522 theme.
39494      Branch: perl
39495            ! ext/DynaLoader/DynaLoader_pm.PL
39496 ____________________________________________________________________________
39497 [  7522] By: jhi                                   on 2000/11/01  22:06:15
39498         Log: Expand %Config variables and %ENV variables only if
39499              so requested during build time using the
39500              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
39501              Not expanding makes relocating distributions easier.
39502      Branch: perl
39503            ! ext/DynaLoader/DynaLoader_pm.PL
39504 ____________________________________________________________________________
39505 [  7521] By: jhi                                   on 2000/11/01  20:56:34
39506         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
39507              and setgid() because they were just changing $< and $( which means
39508              only changing the real uid/gid, as opposed to changing both
39509              real and effective ids.  (The alternative way could have been
39510              in POSIX.pm to change $> and $), too, but making a direct call
39511              to the C API feels cleaner.)  Fixes the bug
39512              
39513              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
39514              From: "Garry T. Williams" <garry@zvolve.com>
39515              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
39516              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
39517      Branch: perl
39518            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39519            ! ext/POSIX/typemap pod/perlvar.pod
39520 ____________________________________________________________________________
39521 [  7520] By: jhi                                   on 2000/11/01  20:08:33
39522         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
39523              From: "Garry T. Williams" <garry@zvolve.com>
39524              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
39525              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
39526      Branch: perl
39527            ! pod/perlsec.pod
39528 ____________________________________________________________________________
39529 [  7519] By: jhi                                   on 2000/11/01  20:01:22
39530         Log: Locale warning explanation tweak.
39531      Branch: perl
39532            ! pod/perldiag.pod
39533 ____________________________________________________________________________
39534 [  7518] By: jhi                                   on 2000/11/01  18:57:13
39535         Log: C.pm part of
39536              
39537              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
39538              From: Jarkko Hietaniemi <jhi@iki.fi>
39539              Date: Tue, 10 Oct 2000 08:22:28 -0500
39540              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
39541      Branch: perl
39542            ! ext/B/B/C.pm
39543 ____________________________________________________________________________
39544 [  7517] By: jhi                                   on 2000/11/01  18:41:59
39545         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
39546              From: Martien Verbruggen <mgjv@comdyn.com.au>
39547              Date: Fri, 6 Oct 2000 14:09:10 +1100
39548              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
39549      Branch: perl
39550            ! pod/perlop.pod
39551 ____________________________________________________________________________
39552 [  7516] By: jhi                                   on 2000/11/01  18:34:55
39553         Log: Generalize the Camel wording.
39554              
39555              Subject: Re: perlfaq style changes
39556              From: John Borwick <jhborwic@unity.ncsu.edu>
39557              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
39558              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
39559      Branch: perl
39560            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
39561 ____________________________________________________________________________
39562 [  7515] By: jhi                                   on 2000/11/01  16:52:31
39563         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
39564              From: pimlott@idiomtech.com (Andrew Pimlott)
39565              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
39566              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
39567      Branch: perl
39568            ! pod/perlsec.pod
39569 ____________________________________________________________________________
39570 [  7514] By: jhi                                   on 2000/11/01  15:03:40
39571         Log: More AIX lore.
39572      Branch: perl
39573            ! ext/re/hints/aix.pl
39574 ____________________________________________________________________________
39575 [  7513] By: jhi                                   on 2000/11/01  14:48:30
39576         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
39577              From: root <root@chronos.fi.muni.cz>
39578              Date: Wed, 1 Nov 2000 12:31:32 +0100
39579              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
39580      Branch: perl
39581            ! lib/Net/Ping.pm
39582 ____________________________________________________________________________
39583 [  7512] By: jhi                                   on 2000/11/01  14:46:47
39584         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
39585              From: Martin Husemann <martin@duskware.de>
39586              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
39587              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
39588      Branch: perl
39589            ! regcomp.c
39590 ____________________________________________________________________________
39591 [  7511] By: jhi                                   on 2000/11/01  14:39:50
39592         Log: AUTHORS updates.
39593      Branch: perl
39594            ! AUTHORS
39595 ____________________________________________________________________________
39596 [  7510] By: jhi                                   on 2000/11/01  14:29:50
39597         Log: Subject: [PATCH] startperl to respect versiononly
39598              From: Robin Barker <rmb1@cise.npl.co.uk> 
39599              Date: Tue, 31 Oct 2000 16:29:36 GMT
39600              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
39601      Branch: metaconfig/U/perl
39602            ! startperl.U
39603      Branch: perl
39604            ! Configure config_h.SH
39605 ____________________________________________________________________________
39606 [  7509] By: jhi                                   on 2000/11/01  14:19:53
39607         Log: printf UVs the correct way, noticed by Robin Barker.
39608      Branch: perl
39609            ! utf8.c
39610 ____________________________________________________________________________
39611 [  7508] By: jhi                                   on 2000/11/01  14:10:03
39612         Log: Do not cleanup *% because the % has special meanings in some
39613              shell environments.
39614      Branch: perl
39615            ! ext/Storable/Makefile.PL
39616 ____________________________________________________________________________
39617 [  7507] By: jhi                                   on 2000/11/01  14:06:00
39618         Log: The NonStop-UX libraries have a novel way to say NaN.
39619      Branch: perl
39620            ! t/lib/bigfltpm.t
39621 ____________________________________________________________________________
39622 [  7506] By: jhi                                   on 2000/11/01  14:03:35
39623         Log: The osname has been lowercased by now, from Tom Bates.
39624      Branch: metaconfig
39625            ! U/modified/Oldconfig.U
39626      Branch: perl
39627            ! Configure config_h.SH
39628 ____________________________________________________________________________
39629 [  7505] By: jhi                                   on 2000/10/31  19:18:39
39630         Log: The compiler is either gcc or cc, from Tom Bates.
39631      Branch: perl
39632            ! hints/nonstopux.sh
39633 ____________________________________________________________________________
39634 [  7504] By: jhi                                   on 2000/10/31  14:53:42
39635         Log: Update Changes.
39636      Branch: perl
39637            ! Changes patchlevel.h
39638 ____________________________________________________________________________
39639 [  7503] By: jhi                                   on 2000/10/31  14:30:50
39640         Log: Whitespace style tweak.  Was originally going to see to
39641              
39642              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39643              From: Joe Smith <jms@inwap.com>
39644              Date: Mon, 30 Oct 2000 18:47:57 -0800
39645              Message-Id: <39FE32DD.24AAC4D@inwap.com>
39646              
39647              but that had already been taken care of.
39648      Branch: metaconfig
39649            ! U/compline/d_stdstdio.U
39650      Branch: perl
39651            ! Configure config_h.SH
39652 ____________________________________________________________________________
39653 [  7502] By: jhi                                   on 2000/10/31  14:25:02
39654         Log: AUTHORS tweaks.
39655      Branch: perl
39656            ! AUTHORS
39657 ____________________________________________________________________________
39658 [  7501] By: jhi                                   on 2000/10/31  14:23:59
39659         Log: Subject: perlfaq style changes
39660              From: John Borwick <jhborwic@unity.ncsu.edu>
39661              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
39662              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
39663      Branch: perl
39664            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
39665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39666            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
39667            ! pod/perlfaq9.pod
39668 ____________________________________________________________________________
39669 [  7500] By: jhi                                   on 2000/10/31  14:22:15
39670         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
39671              
39672              Subject: Re: [ID 20000918.005] ~ on wide chars
39673              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39674              Date: Mon, 30 Oct 2000 21:09:55 -0800
39675              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
39676              
39677              (The ord() part of the patch skipped.)
39678      Branch: perl
39679            ! doop.c
39680 ____________________________________________________________________________
39681 [  7499] By: jhi                                   on 2000/10/31  14:20:08
39682         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
39683              From: Jens Hamisch <jens@Strawberry.COM>
39684              Date: Mon, 30 Oct 2000 15:17:07 +0100
39685              Message-Id: <20001030151707.A9597@Strawberry.COM>
39686      Branch: perl
39687            ! av.c
39688 ____________________________________________________________________________
39689 [  7498] By: jhi                                   on 2000/10/31  14:16:29
39690         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
39691              From: Peter Prymmer <pvhp@forte.com>
39692              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
39693              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
39694      Branch: perl
39695            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39696            + ext/Encode/Encode/posix-bc.enc
39697            ! MANIFEST t/lib/encode.t
39698 ____________________________________________________________________________
39699 [  7497] By: jhi                                   on 2000/10/31  14:13:22
39700         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
39701              From: Peter Prymmer <pvhp@forte.com>
39702              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
39703              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
39704      Branch: perl
39705            ! t/lib/cgi-html.t
39706 ____________________________________________________________________________
39707 [  7496] By: jhi                                   on 2000/10/31  14:12:05
39708         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
39709              From: Peter Prymmer <pvhp@forte.com>
39710              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
39711              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
39712      Branch: perl
39713            ! t/lib/cgi-function.t
39714 ____________________________________________________________________________
39715 [  7495] By: jhi                                   on 2000/10/31  14:11:08
39716         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
39717              From: Peter Prymmer <pvhp@forte.com>
39718              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
39719              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
39720      Branch: perl
39721            + ext/re/hints/aix.pl
39722            ! MANIFEST ext/re/Makefile.PL
39723 ____________________________________________________________________________
39724 [  7494] By: jhi                                   on 2000/10/31  14:08:32
39725         Log: Use Errno magic.
39726              
39727              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
39728              From: Casey Tweten <perl@ctweten.amsite.com>
39729              Date: Mon, 30 Oct 2000 15:51:17 -0500
39730              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
39731      Branch: perl
39732            ! lib/File/Temp.pm
39733 ____________________________________________________________________________
39734 [  7493] By: jhi                                   on 2000/10/31  14:05:07
39735         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
39736              
39737              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
39738              From: Nicholas Clark <nick@ccl4.org>
39739              Date: Mon, 30 Oct 2000 17:38:45 +0000
39740              Message-ID: <20001030173845.O60355@plum.flirble.org>
39741      Branch: perl
39742            ! Makefile.SH utils/perlbug.PL
39743 ____________________________________________________________________________
39744 [  7492] By: nick                                  on 2000/10/30  19:37:23
39745         Log: Change files which are mysteriously different to mainline to be
39746              copies of mainline.
39747      Branch: perlio
39748            ! objXSUB.h perlapi.c pod/perlapi.pod
39749 ____________________________________________________________________________
39750 [  7491] By: nick                                  on 2000/10/30  18:05:54
39751         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
39752              - typo in endian code in putc.
39753              - Don't allow read of write-only files and vice-versa
39754              - and off-by-one in flush-all loop.
39755              Remove debug calls as they were using GCC specific features.
39756      Branch: perlio
39757            ! perlio.c
39758 ____________________________________________________________________________
39759 [  7490] By: nick                                  on 2000/10/29  21:45:45
39760         Log: Integrate mainline to perlio
39761      Branch: perlio
39762           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
39763           !> toke.c
39764 ____________________________________________________________________________
39765 [  7489] By: jhi                                   on 2000/10/29  21:11:08
39766         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
39767              From: andreas.koenig@anima.de (Andreas J. Koenig)
39768              Date: 29 Oct 2000 22:05:59 +0100
39769              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
39770      Branch: perl
39771            ! lib/ExtUtils/Manifest.pm
39772 ____________________________________________________________________________
39773 [  7488] By: jhi                                   on 2000/10/29  21:07:47
39774         Log: Tests for #7487.
39775              
39776              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
39777              From: andreas.koenig@anima.de (Andreas J. Koenig)
39778              Date: 29 Oct 2000 19:37:09 +0100
39779              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
39780      Branch: perl
39781            ! t/comp/proto.t
39782 ____________________________________________________________________________
39783 [  7487] By: jhi                                   on 2000/10/29  21:06:27
39784         Log: constsub spillage.
39785              
39786              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
39787              From: John Tobey <jtobey@john-edwin-tobey.org>
39788              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
39789              Message-Id: <m13pvSr-000FObC@feynman.localnet>
39790      Branch: perl
39791            ! op.c
39792 ____________________________________________________________________________
39793 [  7486] By: nick                                  on 2000/10/29  21:05:04
39794         Log: Integrate mainline to perlio branch
39795      Branch: perlio
39796           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
39797           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
39798           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
39799           +> vos/install_perl.cm
39800            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
39801            - vos/config.h vos/config_h.SH_orig
39802           !> (integrate 141 files)
39803 ____________________________________________________________________________
39804 [  7485] By: jhi                                   on 2000/10/29  21:00:47
39805         Log: Make \x{...} consistently produce UTF-8.
39806              
39807              Subject: Re: \x{...} is confused 
39808              From: Simon Cozens <simon@cozens.net>
39809              Date: Sun, 29 Oct 2000 19:36:48 +0000
39810              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
39811      Branch: perl
39812            ! t/pragma/utf8.t toke.c
39813 ____________________________________________________________________________
39814 [  7484] By: nick                                  on 2000/10/29  20:05:29
39815         Log: PerlIO passes all tests.
39816      Branch: perlio
39817            ! perlio.c
39818 ____________________________________________________________________________
39819 [  7483] By: jhi                                   on 2000/10/29  18:06:55
39820         Log: Update Changes.
39821      Branch: perl
39822            ! Changes patchlevel.h
39823 ____________________________________________________________________________
39824 [  7482] By: nick                                  on 2000/10/29  17:43:28
39825         Log: Include <unistd.h> to get correct lseek() prototype etc.
39826              (I thought perl.h did that) - down to two fails
39827              - comp/require.t (last test)
39828              - lib/io_xs.t - possibly import/export of FILE * ?
39829      Branch: perlio
39830            ! perlio.c
39831 ____________________________________________________________________________
39832 [  7481] By: jhi                                   on 2000/10/29  17:02:37
39833         Log: UTF-8 decoder tweak.
39834      Branch: perl
39835            ! utf8.c
39836 ____________________________________________________________________________
39837 [  7480] By: nick                                  on 2000/10/29  16:26:11
39838         Log: Fixed two bugs:
39839              - error code not being set on close (of broken pipe)
39840              - append mode was truncating.
39841              At least one seek/tell bug remains.
39842      Branch: perlio
39843            ! perlio.c
39844 ____________________________________________________________________________
39845 [  7479] By: nick                                  on 2000/10/29  11:18:16
39846         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
39847              in case of accidents. Still several worrying fails, no line disciplines yet.
39848      Branch: perlio
39849            ! iperlsys.h perlio.c
39850 ____________________________________________________________________________
39851 [  7478] By: jhi                                   on 2000/10/29  02:04:01
39852         Log: Add also emailless people.
39853      Branch: perl
39854            ! AUTHORS
39855 ____________________________________________________________________________
39856 [  7477] By: jhi                                   on 2000/10/29  01:36:00
39857         Log: The #7476 needs a MANIFEST change, too.
39858      Branch: perl
39859            ! MANIFEST
39860 ____________________________________________________________________________
39861 [  7476] By: jhi                                   on 2000/10/29  01:35:21
39862         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
39863      Branch: perl
39864            - MAINTAIN
39865            ! AUTHORS Changes
39866 ____________________________________________________________________________
39867 [  7475] By: jhi                                   on 2000/10/28  23:57:25
39868         Log: De-quoted-unreadable to ISO Latin 1.
39869              (There's one ISO-2022-JP name in Changes5.004.)
39870      Branch: perl
39871            ! Changes Changes5.6
39872 ____________________________________________________________________________
39873 [  7474] By: jhi                                   on 2000/10/28  19:13:06
39874         Log: Subject: [ID 20001027.007] uniq array in perlfaq
39875              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
39876              Date: Fri, 27 Oct 2000 19:28:30 +0200
39877              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
39878      Branch: perl
39879            ! pod/perlfaq4.pod
39880 ____________________________________________________________________________
39881 [  7473] By: jhi                                   on 2000/10/28  18:02:05
39882         Log: Locking null mutexes is not recommendable.
39883              
39884              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
39885              From: Hugo <hv@crypt.compulink.co.uk>
39886              Date: Sat, 28 Oct 2000 18:41:12 +0100
39887              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
39888      Branch: perl
39889            ! op.c
39890 ____________________________________________________________________________
39891 [  7472] By: jhi                                   on 2000/10/28  17:52:58
39892         Log: Better create a true mailing list for the repository keepers.
39893      Branch: perl
39894            ! Porting/repository.pod
39895 ____________________________________________________________________________
39896 [  7471] By: jhi                                   on 2000/10/28  17:28:24
39897         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
39898              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
39899      Branch: perl
39900            + Porting/repository.pod
39901            ! MANIFEST
39902 ____________________________________________________________________________
39903 [  7470] By: jhi                                   on 2000/10/28  17:20:54
39904         Log: Subject: DOC PATCH 5.6.0
39905              From: mjd@plover.com
39906              Date: 27 Oct 2000 17:32:44 -0000
39907              Message-ID: <20001027173244.23754.qmail@plover.com>
39908      Branch: perl
39909            ! pod/perlfunc.pod
39910 ____________________________________________________________________________
39911 [  7469] By: jhi                                   on 2000/10/28  17:16:45
39912         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
39913              From: "Peter J. Farley III" <pjfarley@banet.net>
39914              Date: Fri, 27 Oct 2000 20:32:56 -0400
39915              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
39916      Branch: perl
39917            ! README.dos
39918 ____________________________________________________________________________
39919 [  7468] By: jhi                                   on 2000/10/28  17:07:18
39920         Log: Make target reordering to avoid pointless re-makes.
39921              
39922              Subject: Re: Total re-make of 'make okfile' after 7451 ?
39923              From: Nicholas Clark <nick@ccl4.org>
39924              Date: Sat, 28 Oct 2000 00:31:02 +0100
39925              Message-ID: <20001028003101.A54517@plum.flirble.org>
39926      Branch: perl
39927            ! Makefile.SH
39928 ____________________________________________________________________________
39929 [  7467] By: jhi                                   on 2000/10/28  17:05:31
39930         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
39931              From: lvirden@cas.org
39932              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
39933              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
39934      Branch: perl
39935            ! README.os2
39936 ____________________________________________________________________________
39937 [  7466] By: jhi                                   on 2000/10/28  16:09:16
39938         Log: Upgrade to CPAN 1.58_55.
39939              
39940              Subject: CPAN.pm status
39941              From: andreas.koenig@anima.de (Andreas J. Koenig) 
39942              Date: 28 Oct 2000 08:18:00 +0200 
39943              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
39944      Branch: perl
39945            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39946 ____________________________________________________________________________
39947 [  7465] By: jhi                                   on 2000/10/28  16:02:47
39948         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
39949      Branch: perl
39950            ! embed.h embed.pl perl.h proto.h toke.c
39951 ____________________________________________________________________________
39952 [  7464] By: nick                                  on 2000/10/28  10:43:44
39953         Log: Fix for sv_2iv() on "shared" value from keys %hash.
39954      Branch: perl
39955            ! sv.c
39956 ____________________________________________________________________________
39957 [  7463] By: jhi                                   on 2000/10/27  16:18:29
39958         Log: Update Changes.
39959      Branch: perl
39960            ! Changes patchlevel.h
39961 ____________________________________________________________________________
39962 [  7462] By: jhi                                   on 2000/10/27  16:17:44
39963         Log: Too enthusiastic editing in #7460.
39964      Branch: metaconfig
39965            ! U/modified/Oldsym.U
39966      Branch: perl
39967            ! Configure config_h.SH
39968 ____________________________________________________________________________
39969 [  7461] By: jhi                                   on 2000/10/27  15:37:38
39970         Log: Retract #7459, the script needs more work.
39971      Branch: perl
39972            - mkreef
39973            ! MANIFEST
39974 ____________________________________________________________________________
39975 [  7460] By: jhi                                   on 2000/10/27  15:23:14
39976         Log: Use $sort, $uniq (and $tr) consistently as wondered
39977              by Nicholas Clark.
39978      Branch: metaconfig
39979            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
39980            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
39981            ! U/modified/libc.U
39982      Branch: perl
39983            ! Configure config_h.SH
39984 ____________________________________________________________________________
39985 [  7459] By: jhi                                   on 2000/10/27  15:02:07
39986         Log: (Retracted by #7461)
39987              
39988              Add a shell script for creating/removing symbolic link farms,
39989              useful for keeping the source code read-only and doing the
39990              builds somewhere else.
39991      Branch: perl
39992            + mkreef
39993            ! MANIFEST
39994 ____________________________________________________________________________
39995 [  7458] By: jhi                                   on 2000/10/27  14:42:20
39996         Log: Do away with the fix_pl.
39997      Branch: perl
39998            - fix_pl
39999            ! MANIFEST Makefile.SH
40000 ____________________________________________________________________________
40001 [  7457] By: jhi                                   on 2000/10/27  12:43:13
40002         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
40003              From: Jens Hamisch <jens@Strawberry.COM>
40004              Date: Fri, 27 Oct 2000 14:38:21 +0200
40005              Message-Id: <20001027143821.B3366@Strawberry.COM>
40006      Branch: perl
40007            ! perl.h
40008 ____________________________________________________________________________
40009 [  7456] By: jhi                                   on 2000/10/27  12:33:42
40010         Log: Subject: [PATCH] todo
40011              From: Nicholas Clark <nick@ccl4.org>
40012              Date: Thu, 26 Oct 2000 22:32:29 +0100
40013              Message-ID: <20001026223229.A44540@plum.flirble.org>
40014      Branch: perl
40015            ! pod/perltodo.pod
40016 ____________________________________________________________________________
40017 [  7455] By: jhi                                   on 2000/10/27  12:02:21
40018         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
40019              From: John Tobey <jtobey@john-edwin-tobey.org>
40020              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
40021              Message-Id: <m13ozHF-000FObC@feynman.localnet>
40022      Branch: perl
40023            ! op.c t/pragma/sub_lval.t
40024 ____________________________________________________________________________
40025 [  7454] By: jhi                                   on 2000/10/27  11:59:42
40026         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
40027              From: sthoenna@efn.org
40028              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
40029              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
40030      Branch: perl
40031            ! pp.c t/op/assignwarn.t
40032 ____________________________________________________________________________
40033 [  7453] By: jhi                                   on 2000/10/27  00:15:08
40034         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
40035      Branch: perl
40036            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40037            ! ext/Storable/Storable.xs t/lib/st-lock.t
40038 ____________________________________________________________________________
40039 [  7452] By: jhi                                   on 2000/10/26  13:05:52
40040         Log: Undo #7451, this seems to be a deficiency in Perforce,
40041              there is no per-file line-terminator type, only per-client.
40042      Branch: perl
40043            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40044            ! win32/makefile.mk
40045 ____________________________________________________________________________
40046 [  7451] By: jhi                                   on 2000/10/26  04:56:03
40047         Log: Experimenting in DOS arcana.
40048      Branch: perl
40049            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40050            ! win32/makefile.mk
40051 ____________________________________________________________________________
40052 [  7450] By: jhi                                   on 2000/10/26  04:50:52
40053         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
40054              From: "Peter J. Farley III" <pjfarley@banet.net>            
40055              Date: Wed, 25 Oct 2000 23:10:18 -0400
40056              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
40057      Branch: perl
40058            ! t/io/open.t
40059 ____________________________________________________________________________
40060 [  7449] By: jhi                                   on 2000/10/26  04:49:16
40061         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
40062              From: Hugo <hv@crypt.compulink.co.uk>
40063              Date: Thu, 26 Oct 2000 01:55:17 +0100
40064              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
40065              
40066              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
40067      Branch: perl
40068            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
40069 ____________________________________________________________________________
40070 [  7448] By: jhi                                   on 2000/10/26  04:38:36
40071         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
40072              From: Peter Prymmer <pvhp@forte.com>
40073              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
40074              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
40075      Branch: perl
40076            ! configure.com
40077 ____________________________________________________________________________
40078 [  7447] By: jhi                                   on 2000/10/25  23:20:02
40079         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
40080              in platforms that strictly require all the symbols being present
40081              at link time.
40082      Branch: perl
40083            ! handy.h
40084 ____________________________________________________________________________
40085 [  7446] By: jhi                                   on 2000/10/25  21:55:57
40086         Log: Update Changes.
40087      Branch: perl
40088            ! Changes patchlevel.h
40089 ____________________________________________________________________________
40090 [  7445] By: jhi                                   on 2000/10/25  21:27:08
40091         Log: Integrate with vmsperl #7430 by Charles Bailey:
40092              
40093              Cleanup from prior patch (Charles Lane?):
40094              - improve handling of MFDs in Basename and Path
40095              - default to no xsubpp line # munging when building debug images
40096      Branch: perl
40097           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40098 ____________________________________________________________________________
40099 [  7444] By: jhi                                   on 2000/10/25  21:03:50
40100         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
40101              From: John Peacock <JPeacock@UnivPress.com>
40102              Date: Thu, 18 May 2000 11:55:27 -0400
40103              Message-ID: <3924126F.A58BE57A@UnivPress.com>
40104      Branch: perl
40105            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
40106            ! t/op/write.t
40107 ____________________________________________________________________________
40108 [  7443] By: jhi                                   on 2000/10/25  20:43:10
40109         Log: Temporary stopgap for the self-tying issue: for now only
40110              array and hash self-ties are verboten.  The real fix, of
40111              course, would be to comprehensively test (and implement?)
40112              and debug (and document) self-ties.
40113      Branch: perl
40114            ! pod/perldiag.pod pp_sys.c t/op/tie.t
40115 ____________________________________________________________________________
40116 [  7442] By: jhi                                   on 2000/10/25  20:14:30
40117         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
40118              From: Dan Sugalski <dan@sidhe.org>
40119              Date: Wed, 25 Oct 2000 13:36:35 -0400
40120              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
40121              
40122              plus regen global.sym.
40123      Branch: perl
40124            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
40125            ! thrdvar.h util.c
40126 ____________________________________________________________________________
40127 [  7441] By: jhi                                   on 2000/10/25  20:12:20
40128         Log: buildtoc target tweaks.
40129      Branch: perl
40130            ! pod/Makefile.SH
40131 ____________________________________________________________________________
40132 [  7440] By: jhi                                   on 2000/10/25  20:03:53
40133         Log: A new version of making the syslog test more robust.
40134              (Replaces #7421.)
40135              
40136              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40137              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40138              Date: Wed, 25 Oct 2000 12:13:54 -0400
40139              Message-ID: <20001025121354.B2264@O2.chapin.edu>
40140      Branch: perl
40141            ! t/lib/syslog.t
40142 ____________________________________________________________________________
40143 [  7439] By: jhi                                   on 2000/10/25  20:00:48
40144         Log: Continue the internal UTF-8 API tweaking.
40145              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
40146              used much more than the simpler API, now called utf8_to_uv_simple().
40147              Still not quite happy with API, too much partial duplication
40148              of functionality.
40149      Branch: perl
40150            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
40151            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
40152            ! regcomp.c regexec.c sv.c toke.c utf8.c
40153 ____________________________________________________________________________
40154 [  7438] By: jhi                                   on 2000/10/25  18:52:30
40155         Log: Allow poking holes at the UTF-8 decoding strictness.
40156      Branch: perl
40157            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
40158            ! utf8.h
40159 ____________________________________________________________________________
40160 [  7437] By: jhi                                   on 2000/10/25  13:53:05
40161         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
40162              UTF8LEN() and UTF8SKIP(). 
40163      Branch: perl
40164            ! pp.c utf8.c utf8.h
40165 ____________________________________________________________________________
40166 [  7436] By: jhi                                   on 2000/10/25  13:51:37
40167         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
40168              From: Nicholas Clark <nick@ccl4.org>
40169              Date: Wed, 25 Oct 2000 14:44:05 +0100
40170              Message-ID: <20001025144404.D27253@plum.flirble.org>
40171      Branch: perl
40172            ! pod/perlrun.pod
40173 ____________________________________________________________________________
40174 [  7435] By: jhi                                   on 2000/10/25  13:49:32
40175         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
40176              From: Mike Guy <mjtg@cam.ac.uk>
40177              Date: Tue, 24 Oct 2000 14:59:40 +0100
40178              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
40179      Branch: perl
40180            ! scope.c
40181 ____________________________________________________________________________
40182 [  7434] By: jhi                                   on 2000/10/25  13:48:41
40183         Log: AIX is picky about its symbol exports.  Solution for now
40184              is to include the deb.o explicitly to the re extension build.
40185              
40186              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
40187              From: Peter Prymmer <pvhp@forte.com>
40188              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
40189              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
40190      Branch: perl
40191            ! ext/re/Makefile.PL hints/aix.sh
40192 ____________________________________________________________________________
40193 [  7433] By: jhi                                   on 2000/10/25  13:46:49
40194         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
40195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40196              Date: Wed, 25 Oct 2000 12:02:20 +0200
40197              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
40198      Branch: perl
40199            ! perlsdio.h
40200 ____________________________________________________________________________
40201 [  7432] By: jhi                                   on 2000/10/25  13:44:28
40202         Log: Subject: Minor update to find2perl, for portability
40203              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40204              Date: Wed, 25 Oct 2000 12:05:47 +0100
40205              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
40206      Branch: perl
40207            ! x2p/find2perl.PL
40208 ____________________________________________________________________________
40209 [  7431] By: jhi                                   on 2000/10/25  13:40:39
40210         Log: Add targets to Makefile.SH, most importantly
40211              'regen_all' which also remembers to update vms/perly*.
40212      Branch: perl
40213            ! Makefile.SH
40214 ____________________________________________________________________________
40215 [  7430] By: bailey                                on 2000/10/25  03:13:53
40216         Log: Cleanup from prior patch (Charles Lane?):
40217              - improve handling of MFDs in Basename and Path
40218              - default to no xsubpp line # munging when building debug images
40219      Branch: vmsperl
40220            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40221 ____________________________________________________________________________
40222 [  7429] By: jhi                                   on 2000/10/24  20:03:40
40223         Log: Podify README.epoc and README.vos.
40224      Branch: perl
40225            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
40226            ! pod/perlport.pod pod/perltoc.pod
40227 ____________________________________________________________________________
40228 [  7428] By: jhi                                   on 2000/10/24  19:10:33
40229         Log: Stratus VOS updates from Paul Green.
40230      Branch: perl
40231            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40232            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
40233            - vos/config.def vos/config.h vos/config_h.SH_orig
40234            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
40235            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
40236 ____________________________________________________________________________
40237 [  7427] By: jhi                                   on 2000/10/24  18:59:48
40238         Log: Check if stdio supports tweaking lval and cnt simultaneously.
40239              
40240              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40241              From: Nicholas Clark <nick@ccl4.org>
40242              Date: Mon, 23 Oct 2000 15:39:32 +0100
40243              Message-ID: <20001023153932.A10786@plum.flirble.org>
40244      Branch: metaconfig
40245            ! U/compline/d_stdstdio.U
40246      Branch: perl
40247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40248            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
40249            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
40250            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
40251            ! vos/config.h vos/config_h.SH_orig win32/config.bc
40252            ! win32/config.gc win32/config.vc
40253 ____________________________________________________________________________
40254 [  7426] By: jhi                                   on 2000/10/24  17:57:44
40255         Log: Missed the header file changes from #7425.
40256      Branch: perl
40257            ! embed.h embed.pl objXSUB.h proto.h
40258 ____________________________________________________________________________
40259 [  7425] By: jhi                                   on 2000/10/24  17:55:17
40260         Log: Fix the bug reported in
40261              
40262              From: andreas.koenig@anima.de (Andreas J. Koenig)
40263              Subject: Encode bug?
40264              Date: 24 Oct 2000 14:01:26 +0200 
40265              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
40266              
40267              Also make is_utf8_char() stricter.
40268      Branch: perl
40269            ! ext/Encode/Encode.xs utf8.c
40270 ____________________________________________________________________________
40271 [  7424] By: jhi                                   on 2000/10/24  15:15:39
40272         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
40273              From: Peter Scott <Peter@PSDT.com>
40274              Date: Mon, 23 Oct 2000 19:46:01 -0700
40275              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
40276      Branch: perl
40277            ! pod/perlfaq5.pod
40278 ____________________________________________________________________________
40279 [  7423] By: jhi                                   on 2000/10/24  14:25:30
40280         Log: Test tweak to avoid pulling in the whole Config.
40281      Branch: perl
40282            ! t/lib/st-lock.t
40283 ____________________________________________________________________________
40284 [  7422] By: jhi                                   on 2000/10/24  14:03:16
40285         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
40286      Branch: perl
40287            ! pp.c
40288 ____________________________________________________________________________
40289 [  7421] By: jhi                                   on 2000/10/24  13:32:09
40290         Log: (Replaced by #7440.)
40291              
40292              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40293              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40294              Date: Mon, 23 Oct 2000 16:40:54 -0400
40295              Message-ID: <20001023164054.B14491@O2.chapin.edu>
40296      Branch: perl
40297            ! t/lib/syslog.t
40298 ____________________________________________________________________________
40299 [  7420] By: jhi                                   on 2000/10/24  13:30:53
40300         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
40301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40302              Date: Mon, 23 Oct 2000 17:29:03 -0400
40303              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
40304      Branch: perl
40305            ! lib/ExtUtils/MM_Unix.pm
40306 ____________________________________________________________________________
40307 [  7419] By: jhi                                   on 2000/10/24  13:29:57
40308         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
40309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40310              Date: Mon, 23 Oct 2000 19:01:32 -0400
40311              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
40312      Branch: perl
40313            ! utils/h2xs.PL
40314 ____________________________________________________________________________
40315 [  7418] By: jhi                                   on 2000/10/24  13:26:04
40316         Log: Replace #7409 with
40317              
40318              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
40319              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40320              Date: Mon, 23 Oct 2000 20:08:56 +0200
40321              Message-ID: <20001023200855.A14850@nice.ram.loc>
40322      Branch: perl
40323            ! ext/Storable/Storable.pm t/lib/st-lock.t
40324 ____________________________________________________________________________
40325 [  7417] By: jhi                                   on 2000/10/24  13:17:52
40326         Log: Run vms/vms_yfix.pl, should have done that after changing
40327              perly.c in #7382.
40328      Branch: perl
40329            ! vms/perly_c.vms vms/perly_h.vms
40330 ____________________________________________________________________________
40331 [  7416] By: jhi                                   on 2000/10/24  02:55:33
40332         Log: Make the UTF-8 decoding stricter and more verbose when
40333              malformation happens.  This involved adding an argument
40334              to utf8_to_uv_chk(), which involved changing its prototype,
40335              and prefer STRLEN over I32 for the UTF-8 length, which as
40336              a domino effect necessitated changing the prototypes of
40337              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
40338              The stricter UTF-8 decoding checking uses Markus Kuhn's
40339              UTF-8 Decode Stress Tester from
40340              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
40341      Branch: perl
40342            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
40343            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
40344            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
40345            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
40346 ____________________________________________________________________________
40347 [  7415] By: jhi                                   on 2000/10/23  14:06:06
40348         Log: Update Changes.
40349      Branch: perl
40350            ! Changes patchlevel.h
40351 ____________________________________________________________________________
40352 [  7414] By: jhi                                   on 2000/10/23  12:39:52
40353         Log: Undo the basename() part of #7412 since the lib/basename
40354              tests would need upgrading too.
40355      Branch: perl
40356            ! lib/File/Basename.pm
40357 ____________________________________________________________________________
40358 [  7413] By: jhi                                   on 2000/10/23  12:19:27
40359         Log: Document PERL_INSTALL_ROOT of #7210.
40360      Branch: perl
40361            ! lib/ExtUtils/Install.pm
40362 ____________________________________________________________________________
40363 [  7412] By: jhi                                   on 2000/10/23  12:16:47
40364         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
40365      Branch: perl
40366            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
40367            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
40368 ____________________________________________________________________________
40369 [  7411] By: jhi                                   on 2000/10/23  12:07:41
40370         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
40371              From: Prymmer/Kahn <pvhp@best.com>
40372              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
40373              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
40374      Branch: perl
40375            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
40376 ____________________________________________________________________________
40377 [  7410] By: jhi                                   on 2000/10/23  04:10:11
40378         Log: The change #7187 was not so good on VMS.
40379              
40380              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
40381              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40382              Date: Sun, 22 Oct 2000 23:03:08 -0500
40383              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
40384      Branch: perl
40385            ! utils/perldoc.PL
40386 ____________________________________________________________________________
40387 [  7409] By: jhi                                   on 2000/10/23  03:57:36
40388         Log: Avoid Storable locking on DJGPP for now.
40389              
40390              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
40391              From: "Peter J. Farley III" <pjfarley@banet.net>
40392              Date: Sun, 22 Oct 2000 20:00:00 -0400
40393              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
40394      Branch: perl
40395            ! ext/Storable/Storable.pm t/lib/st-lock.t
40396 ____________________________________________________________________________
40397 [  7408] By: jhi                                   on 2000/10/23  03:50:24
40398         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
40399              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40400              Date: Sun, 22 Oct 2000 21:12:22 -0400
40401              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
40402      Branch: perl
40403            ! lib/vars.pm
40404 ____________________________________________________________________________
40405 [  7407] By: jhi                                   on 2000/10/23  03:43:12
40406         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
40407              From: Hugo <hv@crypt.compulink.co.uk>
40408              Date: Mon, 23 Oct 2000 00:47:22 +0100
40409              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
40410      Branch: perl
40411            ! regexec.c t/op/pat.t
40412 ____________________________________________________________________________
40413 [  7406] By: jhi                                   on 2000/10/23  03:40:29
40414         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
40415      Branch: perl
40416            ! lib/ExtUtils/MakeMaker.pm
40417 ____________________________________________________________________________
40418 [  7405] By: jhi                                   on 2000/10/22  21:32:00
40419         Log: Doc patch.
40420              
40421              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
40422              From: rspier@pobox.com (Robert Spier)
40423              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
40424              Message-ID: <14835.16112.13457.447971@rls.cx>
40425      Branch: perl
40426            ! lib/strict.pm
40427 ____________________________________________________________________________
40428 [  7404] By: jhi                                   on 2000/10/22  21:30:51
40429         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
40430              From: rspier@pobox.com (Robert Spier)
40431              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
40432              Message-ID: <14835.17223.72448.705566@rls.cx>
40433      Branch: perl
40434            ! lib/ExtUtils/MakeMaker.pm
40435 ____________________________________________________________________________
40436 [  7403] By: jhi                                   on 2000/10/22  21:24:11
40437         Log: Subject: [PATCH bleadperl] ripples from constsub patch
40438              From: John Tobey <jtobey@john-edwin-tobey.org>
40439              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
40440              Message-Id: <m13nSOB-000FObC@feynman.localnet>
40441      Branch: perl
40442            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
40443 ____________________________________________________________________________
40444 [  7402] By: jhi                                   on 2000/10/22  20:59:35
40445         Log: Support s?printf parameter reordering.
40446      Branch: perl
40447            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
40448 ____________________________________________________________________________
40449 [  7401] By: jhi                                   on 2000/10/22  19:19:14
40450         Log: Expand %Config variables only if explicitly so requested
40451              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
40452              
40453              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40454              From: Gurusamy Sarathy <gsar@ActiveState.com>
40455              Date: Sun, 22 Oct 2000 11:47:32 -0700
40456              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
40457      Branch: perl
40458            ! Makefile.SH lib/lib_pm.PL
40459 ____________________________________________________________________________
40460 [  7400] By: jhi                                   on 2000/10/22  18:24:10
40461         Log: Move the #7390 test from warn/op to comp/redef.
40462              
40463              Subject: Re: Creating const subs for constants.
40464              From: John Tobey <jtobey@john-edwin-tobey.org>
40465              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
40466              Message-Id: <m13nG72-000FObC@feynman.localnet>               
40467      Branch: perl
40468            ! t/comp/redef.t t/pragma/warn/op
40469 ____________________________________________________________________________
40470 [  7399] By: jhi                                   on 2000/10/22  17:49:59
40471         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40472              From: Nicholas Clark <nick@ccl4.org>
40473              Date: Sat, 21 Oct 2000 22:23:19 +0100
40474              Message-ID: <20001021222319.B45586@plum.flirble.org>
40475      Branch: perl
40476            ! ext/DynaLoader/DynaLoader_pm.PL
40477 ____________________________________________________________________________
40478 [  7398] By: jhi                                   on 2000/10/22  17:47:35
40479         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
40480              From: Hugo <hv@crypt.compulink.co.uk>
40481              Date: Sat, 21 Oct 2000 18:19:59 +0100
40482              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
40483      Branch: perl
40484            ! ext/B/B.pm ext/B/B/C.pm
40485 ____________________________________________________________________________
40486 [  7397] By: jhi                                   on 2000/10/22  17:35:18
40487         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
40488              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40489              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
40490              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
40491      Branch: perl
40492            ! hints/openbsd.sh
40493 ____________________________________________________________________________
40494 [  7396] By: jhi                                   on 2000/10/22  17:19:46
40495         Log: Subject: installman go-faster stripes
40496              From: Nicholas Clark <nick@talking.bollo.cx>
40497              Date: Sat, 21 Oct 2000 17:24:53 +0100
40498              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
40499              
40500              Subject: Re: installman go-faster stripes
40501              From: Russ Allbery <rra@stanford.edu>
40502              Date: 21 Oct 2000 11:04:13 -0700
40503              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
40504      Branch: perl
40505            ! installman pod/pod2man.PL
40506 ____________________________________________________________________________
40507 [  7395] By: jhi                                   on 2000/10/22  17:17:35
40508         Log: Hints tweak from Anton Berezin.
40509      Branch: perl
40510            ! hints/freebsd.sh
40511 ____________________________________________________________________________
40512 [  7394] By: jhi                                   on 2000/10/22  04:50:04
40513         Log: Tweak the Is* definitions of Unicode character classes
40514              to better match the official categorizations; embrace
40515              the official categorizations; add the combining marks
40516              as alpha (and -numeric); fix DCinital (a typo and edito)
40517              to be DCmedial.
40518      Branch: perl
40519            + lib/unicode/Is/DCmedial.pl
40520            - lib/unicode/Is/DCinital.pl
40521            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40522            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
40523            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
40524            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40525 ____________________________________________________________________________
40526 [  7393] By: jhi                                   on 2000/10/21  18:06:05
40527         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
40528              From: Daniel Chetlin <daniel@chetlin.com>
40529              Date: Sat, 21 Oct 2000 02:57:03 -0700
40530              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
40531      Branch: perl
40532            + t/lib/tie-splice.t
40533            ! MANIFEST lib/Tie/Array.pm
40534 ____________________________________________________________________________
40535 [  7392] By: gsar                                  on 2000/10/21  18:05:15
40536         Log: resync utfperl branch with mainline
40537      Branch: utfperl
40538           !> (integrate 1760 files)
40539 ____________________________________________________________________________
40540 [  7391] By: jhi                                   on 2000/10/21  14:37:49
40541         Log: Testcases for a #7383,#7385 related bug.
40542              
40543              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
40544              From: Nicholas Clark <nick@ccl4.org>
40545              Date: Sat, 21 Oct 2000 15:04:51 +0100
40546              Message-ID: <20001021150451.A51566@plum.flirble.org>
40547      Branch: perl
40548            ! t/pragma/utf8.t
40549 ____________________________________________________________________________
40550 [  7390] By: jhi                                   on 2000/10/21  14:35:57
40551         Log: Add a testcase for #7389.
40552      Branch: perl
40553            ! t/pragma/warn/op
40554 ____________________________________________________________________________
40555 [  7389] By: jhi                                   on 2000/10/21  14:26:45
40556         Log: Subject: Re: Creating const subs for constants.
40557              From: John Tobey <jtobey@john-edwin-tobey.org>
40558              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
40559              Message-Id: <m13mo0N-000FObC@feynman.localnet>
40560      Branch: perl
40561            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
40562            ! proto.h sv.c
40563 ____________________________________________________________________________
40564 [  7388] By: nick                                  on 2000/10/21  11:44:23
40565         Log: Populate perlio branch
40566      Branch: perlio
40567           +> (branch 1760 files)
40568 ____________________________________________________________________________
40569 [  7387] By: nick                                  on 2000/10/21  10:52:05
40570         Log: Get branch back as replica of mainline via :
40571              p4 integrate -b utfperl
40572              p4 resolve -at ./...
40573      Branch: utfperl
40574           +> (branch 269 files)
40575            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
40576            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
40577            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
40578            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
40579            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
40580            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40581            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40582            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40583            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40584            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40585            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40586            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40587            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40588            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40589            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40590            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40591            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40592            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40593            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
40594            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
40595            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
40596            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
40597            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
40598            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
40599            - lib/unicode/UCD300.html lib/unicode/Unicode.300
40600            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
40601            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
40602            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
40603            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
40604           !> (integrate 965 files)
40605 ____________________________________________________________________________
40606 [  7386] By: jhi                                   on 2000/10/21  01:31:12
40607         Log: Update Changes.
40608      Branch: perl
40609            ! Changes patchlevel.h
40610 ____________________________________________________________________________
40611 [  7385] By: jhi                                   on 2000/10/21  01:28:42
40612         Log: The #7383 was right only in the context of the original bug report,
40613              not in more general case.
40614      Branch: perl
40615            ! pp_hot.c
40616 ____________________________________________________________________________
40617 [  7384] By: jhi                                   on 2000/10/21  01:08:23
40618         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
40619      Branch: perl
40620            ! ext/IO/lib/IO/Select.pm
40621 ____________________________________________________________________________
40622 [  7383] By: jhi                                   on 2000/10/21  00:44:18
40623         Log: Fix for ID 20001020.006, concatenating an unset submatch
40624              with utf8 resulted in "Modification of a read-only value".
40625      Branch: perl
40626            ! pp_hot.c t/pragma/utf8.t
40627 ____________________________________________________________________________
40628 [  7382] By: jhi                                   on 2000/10/20  20:44:31
40629         Log: Make scan_num() reëntrant, as suggested in
40630              
40631              Subject: [PATCH perl@7229] Rentrant parser and yylex()
40632              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40633              Date: Fri, 20 Oct 2000 14:17:27 +0100
40634              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
40635      Branch: perl
40636            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
40637            ! toke.c
40638 ____________________________________________________________________________
40639 [  7381] By: jhi                                   on 2000/10/20  20:07:29
40640         Log: Reëntrancy fix.
40641              
40642              Subject: [PATCH perl@7229] Rentrant parser and yylex()
40643              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40644              Date: Fri, 20 Oct 2000 14:17:27 +0100
40645              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
40646      Branch: perl
40647            ! embed.h embed.pl perl.h proto.h toke.c
40648 ____________________________________________________________________________
40649 [  7380] By: jhi                                   on 2000/10/20  19:15:54
40650         Log: Don't write double values through long double pointers,
40651              based on a part of
40652              
40653              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40654              From: Jens Hamisch <jens@Strawberry.COM>
40655              Date: Tue, 17 Oct 2000 08:39:36 +0200
40656              Message-Id: <20001017083936.A11104@Strawberry.COM>
40657      Branch: perl
40658            ! perl.h pp.c
40659 ____________________________________________________________________________
40660 [  7379] By: jhi                                   on 2000/10/20  18:43:37
40661         Log: Portability tweak on #7377.
40662              
40663              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
40664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40665              Date:     Fri, 20 Oct 2000 13:13:41 EDT
40666              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
40667      Branch: perl
40668            ! t/lib/dprof.t
40669 ____________________________________________________________________________
40670 [  7378] By: jhi                                   on 2000/10/20  12:57:19
40671         Log: SOCKS function redefinitions need prototypes, too, otherwise
40672              for example 32 bit versus 64 bit differences cause a lot of
40673              problems.  Part of
40674              
40675              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40676              From: Jens Hamisch <jens@Strawberry.COM>
40677              Date: Tue, 17 Oct 2000 08:39:36 +0200
40678              Message-Id: <20001017083936.A11104@Strawberry.COM>
40679      Branch: perl
40680            ! doio.c pp_sys.c
40681 ____________________________________________________________________________
40682 [  7377] By: jhi                                   on 2000/10/20  12:37:12
40683         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
40684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40685              Date:     Fri, 20 Oct 2000 08:26:04 EDT
40686              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
40687      Branch: perl
40688            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
40689 ____________________________________________________________________________
40690 [  7376] By: jhi                                   on 2000/10/20  12:35:31
40691         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
40692              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40693              Date:     Fri, 20 Oct 2000 07:48:15 EDT
40694              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
40695      Branch: perl
40696            ! configure.com vms/gen_shrfls.pl
40697 ____________________________________________________________________________
40698 [  7375] By: bailey                                on 2000/10/20  04:44:37
40699         Log: SYN SYN
40700      Branch: vmsperl
40701           +> (branch 134 files)
40702            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
40703            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
40704            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
40705            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
40706            - eg/cgi/frameset.cgi eg/cgi/index.html
40707            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40708            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40709            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40710            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40711            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40712            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40713            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40714            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40715            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40716            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40717            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40718            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40719            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40720            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
40721            - lib/unicode/Props.txt lib/unicode/UCD300.html
40722            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
40723            - utils/perlbc.PL vms/subconfigure.com
40724           !> (integrate 785 files)
40725 ____________________________________________________________________________
40726 [  7374] By: jhi                                   on 2000/10/20  00:59:48
40727         Log: In the latest compiler builds cccdlflags must not become -fpic,
40728              from Wilfredo Sánchez.
40729      Branch: perl
40730            ! hints/darwin.sh
40731 ____________________________________________________________________________
40732 [  7373] By: jhi                                   on 2000/10/20  00:56:35
40733         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
40734              From: Tony Cook <tony@develop-help.com>
40735              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
40736              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
40737      Branch: perl
40738            ! pod/perlop.pod
40739 ____________________________________________________________________________
40740 [  7372] By: jhi                                   on 2000/10/19  19:34:40
40741         Log: Typo noted by Mark Lutz.
40742      Branch: perl
40743            ! t/op/64bitint.t
40744 ____________________________________________________________________________
40745 [  7371] By: jhi                                   on 2000/10/19  19:33:13
40746         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
40747      Branch: metaconfig
40748            ! U/modified/Cppsym.U U/modified/Oldconfig.U
40749      Branch: metaconfig/U/perl
40750            ! End.U dlsrc.U libperl.U
40751      Branch: perl
40752            + hints/nonstopux.sh
40753            ! Configure MANIFEST config_h.SH
40754 ____________________________________________________________________________
40755 [  7370] By: jhi                                   on 2000/10/19  17:18:08
40756         Log: Subject: PATCH do_print has 2 PerlIO_error()s
40757              From: nick@ccl4.org
40758              Date: Thu, 19 Oct 2000 18:09:20 +0100
40759              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
40760      Branch: perl
40761            ! doio.c
40762 ____________________________________________________________________________
40763 [  7369] By: jhi                                   on 2000/10/19  14:01:49
40764         Log: Update Changes.
40765      Branch: perl
40766            ! Changes patchlevel.h
40767 ____________________________________________________________________________
40768 [  7368] By: jhi                                   on 2000/10/19  13:04:29
40769         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
40770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40771              Date: Wed, 18 Oct 2000 13:12:01 +0200
40772              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
40773      Branch: perl
40774            ! hints/aix.sh
40775 ____________________________________________________________________________
40776 [  7367] By: jhi                                   on 2000/10/19  02:22:40
40777         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
40778              of a 'pmshort' anywhere in the B, so the offending line was simply
40779              removed.
40780      Branch: perl
40781            ! ext/B/B/Debug.pm
40782 ____________________________________________________________________________
40783 [  7366] By: jhi                                   on 2000/10/19  02:12:37
40784         Log: Add the test case for the bug id 20000730.004 which seems
40785              to have been fixed by now.
40786      Branch: perl
40787            ! t/pragma/utf8.t
40788 ____________________________________________________________________________
40789 [  7365] By: jhi                                   on 2000/10/18  23:36:24
40790         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
40791              From: Hugo <hv@crypt.compulink.co.uk>
40792              Date: Wed, 18 Oct 2000 23:25:58 +0100
40793              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
40794      Branch: perl
40795            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
40796 ____________________________________________________________________________
40797 [  7364] By: jhi                                   on 2000/10/18  21:12:53
40798         Log: (retracted)
40799      Branch: perl
40800            ! pp.c
40801 ____________________________________________________________________________
40802 [  7363] By: jhi                                   on 2000/10/18  20:55:38
40803         Log: Missing change from #7362.
40804      Branch: perl
40805            ! win32/perlhost.h
40806 ____________________________________________________________________________
40807 [  7362] By: jhi                                   on 2000/10/18  20:52:01
40808         Log: Borland C fstat() never saw the fd as writable.
40809              
40810              Subject: fix for Borland's weak "stat" (perl@7211)
40811              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40812              Date: Mon, 16 Oct 2000 09:55:03 +0400
40813              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
40814      Branch: perl
40815            ! win32/win32.c
40816 ____________________________________________________________________________
40817 [  7361] By: jhi                                   on 2000/10/18  17:43:50
40818         Log: Regen toc.
40819      Branch: perl
40820            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
40821 ____________________________________________________________________________
40822 [  7360] By: jhi                                   on 2000/10/18  17:07:44
40823         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40824              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
40825              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
40826              Date: Mon, 16 Oct 2000 15:19:49 +0200
40827      Branch: perl
40828            + README.aix
40829            ! MANIFEST
40830 ____________________________________________________________________________
40831 [  7359] By: jhi                                   on 2000/10/18  17:04:49
40832         Log: Subject: Pod patch for Devel::Peek
40833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40834              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
40835              Date: Mon, 16 Oct 2000 12:26:34 +0200
40836      Branch: perl
40837            ! ext/Devel/Peek/Peek.pm
40838 ____________________________________________________________________________
40839 [  7358] By: jhi                                   on 2000/10/18  17:03:15
40840         Log: Make Cwd more bulletproof in chrooted environments.
40841              
40842              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
40843              From: "Eric E. Coe" <Eric.Coe@oracle.com>
40844              Date: Wed, 18 Oct 2000 04:03:54 -0400
40845              Message-Id: <39ED596A.70E599FE@oracle.com>
40846      Branch: perl
40847            ! lib/Cwd.pm
40848 ____________________________________________________________________________
40849 [  7357] By: jhi                                   on 2000/10/18  16:37:26
40850         Log: Disable the UTF8 downgrade croakage for now to avoid
40851              too many not okay messages.
40852      Branch: perl
40853            ! doio.c
40854 ____________________________________________________________________________
40855 [  7356] By: jhi                                   on 2000/10/17  23:29:41
40856         Log: Show the failed remote port, instead of the failing line number.
40857              
40858              Subject: [PATCH 5.6.1 Debugger] More diagnostics
40859              From: David Sparks <daves@ActiveState.com>
40860              Date: Tue, 17 Oct 2000 15:00:24 -0700
40861              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
40862      Branch: perl
40863            ! lib/perl5db.pl
40864 ____________________________________________________________________________
40865 [  7355] By: jhi                                   on 2000/10/17  14:11:31
40866         Log: On output try to downgrade to bytes, croak if impossible,
40867              from Simon Cozens.  This means that outputting >255 UTF8
40868              is impossible.  Consider this as a strong incentive to get
40869              the I/O disciplines implemented.
40870      Branch: perl
40871            ! doio.c pod/perldiag.pod sv.c
40872 ____________________________________________________________________________
40873 [  7354] By: jhi                                   on 2000/10/17  13:42:23
40874         Log: Clarify documentation on 'use bytes'.
40875              
40876              Subject: Re: What does 'use bytes' "mean" ?
40877              From: Simon Cozens <simon@cozens.net>
40878              Date: Mon, 18 Sep 2000 18:24:25 +0100
40879              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
40880      Branch: perl
40881            ! lib/bytes.pm
40882 ____________________________________________________________________________
40883 [  7353] By: jhi                                   on 2000/10/17  13:28:12
40884         Log: Workaround for a sfio bug where the stream error indicator
40885              is not cleared as documented.
40886              
40887              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
40888              From: Nicholas Clark <nick@ccl4.org>
40889              Date: Mon, 16 Oct 2000 18:28:23 +0100
40890              Message-ID: <20001016182823.J19700@plum.flirble.org>
40891      Branch: perl
40892            ! doio.c
40893 ____________________________________________________________________________
40894 [  7352] By: jhi                                   on 2000/10/17  13:06:19
40895         Log: More IoTYPE sprinkling.
40896      Branch: perl
40897            ! doio.c pp_hot.c
40898 ____________________________________________________________________________
40899 [  7351] By: jhi                                   on 2000/10/16  22:47:07
40900         Log: Detect early whether the std streams have gone bad.
40901              
40902              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
40903              Date: Mon, 16 Oct 2000 23:28:42 +0100
40904              From: Nicholas Clark <nick@ccl4.org>
40905              Message-ID: <20001016232842.A37942@plum.flirble.org>
40906      Branch: perl
40907            ! t/op/misc.t
40908 ____________________________________________________________________________
40909 [  7350] By: jhi                                   on 2000/10/16  22:45:16
40910         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
40911              From: "Peter J. Farley III" <pjfarley@banet.net>
40912              Date: Mon, 16 Oct 2000 18:15:59 -0400
40913              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
40914      Branch: perl
40915            ! djgpp/djgpp.c dosish.h t/io/open.t
40916 ____________________________________________________________________________
40917 [  7349] By: jhi                                   on 2000/10/16  22:36:45
40918         Log: perldelta tweak.
40919      Branch: perl
40920            ! pod/perldelta.pod
40921 ____________________________________________________________________________
40922 [  7348] By: jhi                                   on 2000/10/16  15:17:53
40923         Log: Update Changes.
40924      Branch: perl
40925            ! Changes patchlevel.h
40926 ____________________________________________________________________________
40927 [  7347] By: jhi                                   on 2000/10/16  13:55:27
40928         Log: Add the capability to include/exclude branches.
40929      Branch: perl
40930            ! Porting/genlog
40931 ____________________________________________________________________________
40932 [  7346] By: jhi                                   on 2000/10/16  13:18:04
40933         Log: Add Charles Lane.
40934      Branch: perl
40935            ! AUTHORS Changes
40936 ____________________________________________________________________________
40937 [  7345] By: jhi                                   on 2000/10/16  13:13:21
40938         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
40939      Branch: perl
40940            ! pod/perldelta.pod
40941 ____________________________________________________________________________
40942 [  7344] By: gsar                                  on 2000/10/16  09:30:21
40943         Log: integrate change#6220 from cfgperl
40944              
40945              Win32 patches from Benjamin Stuhl.
40946      Branch: maint-5.6/perl
40947           !> makedef.pl win32/win32.h
40948 ____________________________________________________________________________
40949 [  7343] By: gsar                                  on 2000/10/16  08:32:19
40950         Log: integrate changes#6221,6222 from cfgperl
40951              
40952              Remove tr///CU (the feature is to be obsoleted by better interfaces).
40953              From: simon@brecon.co.uk (Simon Cozens)
40954              Subject: [PATCH] Eliminate tr///[CU][CU]
40955              Date: 23 Jun 2000 11:05:40 GMT
40956              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
40957              
40958              doc typo fix
40959              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
40960              From: Ian Phillipps <Ian.Phillipps@iname.com>
40961              Date: Fri, 23 Jun 2000 10:40:58 +0100
40962              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
40963      Branch: maint-5.6/perl
40964           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
40965 ____________________________________________________________________________
40966 [  7342] By: gsar                                  on 2000/10/16  08:28:08
40967         Log: integrate change#6217 from cfgperl (in part)
40968              
40969              Rename the fdpid locking and integrate with Sarathy.
40970      Branch: maint-5.6/perl
40971           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
40972           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
40973           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
40974           !> win32/win32.c
40975 ____________________________________________________________________________
40976 [  7341] By: gsar                                  on 2000/10/16  08:23:39
40977         Log: integrate changes#6214..6216 from mainline
40978              
40979              @_ can't have junk in it even in the non-USE_ITHREADS case because
40980              caller() wants to populate @DB::args with it (causes a coredump
40981              in Carp::confess())
40982              
40983              tweak comment about @DB::args
40984              
40985              be more optimal about clearing @_
40986      Branch: maint-5.6/perl
40987           !> av.h cop.h pp_ctl.c t/op/runlevel.t
40988 ____________________________________________________________________________
40989 [  7340] By: gsar                                  on 2000/10/16  08:20:37
40990         Log: integrate changes#6207..6210 from cfgperl
40991              
40992              Subject: [PATCH 5.6.0] Threadsafe patches
40993              From: Dan Sugalski <dan@sidhe.org>
40994              To: perl5-porters@perl.org
40995              Date: Mon, 08 May 2000 18:08:13 -0400
40996              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
40997              
40998              Regen headers for #6207.
40999              
41000              Lock PL_fdpid against race conditions, based on:
41001              Subject: [PATCH 5.6.0]subprocess fixup for threads
41002              From: Dan Sugalski <dan@sidhe.org>
41003              To: perl5-porters@perl.org
41004              Date: Tue, 11 Apr 2000 17:02:32 -0400
41005              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
41006              
41007              Mopup for #6207 and #6209.
41008      Branch: maint-5.6/perl
41009           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
41010           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
41011           !> win32/win32.c
41012 ____________________________________________________________________________
41013 [  7339] By: gsar                                  on 2000/10/16  08:14:34
41014         Log: integrate change#6203 from cfgperl
41015              
41016              perldiag should refer to perlos2.pod not README.os2
41017      Branch: maint-5.6/perl
41018           !> pod/perldiag.pod
41019 ____________________________________________________________________________
41020 [  7338] By: gsar                                  on 2000/10/16  08:11:42
41021         Log: integrate change#6201 from mainline
41022              
41023              Perl_eval_pv() leaks 4 bytes every time it is called because it
41024              does a PUSHMARK that's never ever POPMARKed; in general, only
41025              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
41026              Perl_eval_[sp]v() don't because they don't take any incoming
41027              arguments (this leak has been around since the original version
41028              of perl_eval_pv() in 5.003_97e)
41029      Branch: maint-5.6/perl
41030           !> perl.c
41031 ____________________________________________________________________________
41032 [  7337] By: gsar                                  on 2000/10/16  08:08:47
41033         Log: integrate changes#6197..6200 from cfgperl
41034              
41035              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
41036              From: John Borwick <jhborwic@unity.ncsu.edu>
41037              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
41038              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
41039              
41040              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
41041              From: Dan Sugalski <dan@sidhe.org>
41042              To: vmsperl@perl.org, perl5-porters@perl.org
41043              Date: Fri, 02 Jun 2000 16:00:41 -0400
41044              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
41045              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
41046              
41047              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
41048              From: Dan Sugalski <dan@sidhe.org>
41049              To: perl5-porters@perl.org, vmsperl@perl.org
41050              Date: Fri, 02 Jun 2000 17:30:51 -0400
41051              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
41052              
41053              Update to cperl-mode.el 4.31 from
41054              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
41055              Subject: A couple of notes
41056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41057              To: Mailing list Perl5 <perl5-porters@perl.org>
41058              Date: Sat, 3 Jun 2000 23:33:32 -0400
41059              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
41060      Branch: maint-5.6/perl
41061           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
41062           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
41063           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
41064           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
41065           !> vms/vmsish.h
41066 ____________________________________________________________________________
41067 [  7336] By: gsar                                  on 2000/10/16  08:03:46
41068         Log: integrate changes#6194,6195 from mainline
41069              
41070              fix small eval"" memory leaks under USE_ITHREADS
41071              
41072              fix yet another eval"" leak under USE_ITHREADS
41073      Branch: maint-5.6/perl
41074           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41075           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41076           !> vms/perly_c.vms
41077 ____________________________________________________________________________
41078 [  7335] By: gsar                                  on 2000/10/16  08:02:15
41079         Log: integrate changes#6190,6191 from mainline
41080              
41081              submit missing embed.pl change
41082              
41083              vec() loses numericalness (modified version of patch suggested
41084              by Robin Barker)
41085      Branch: maint-5.6/perl
41086           !> doop.c embed.pl t/op/vec.t
41087 ____________________________________________________________________________
41088 [  7334] By: gsar                                  on 2000/10/16  08:01:03
41089         Log: integrate change#6189 from mainline
41090              
41091              counting tr/// corrupts later operation (from M.J.T Guy)
41092      Branch: maint-5.6/perl
41093           !> doop.c t/op/tr.t
41094 ____________________________________________________________________________
41095 [  7333] By: gsar                                  on 2000/10/16  07:59:07
41096         Log: integrate changes#6183..6188 from mainline
41097              
41098              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
41099              <nick@ccl4.org>)
41100              
41101              tweak for change#6127
41102              
41103              remove incorrect documentation about implicit split to @_ in
41104              list context, which never really worked in perl 5 (from
41105              M.J.T. Guy)
41106              
41107              further qualify references to "alphanumeric" (from Wolfgang Laun
41108              <wolfgang.laun@alcatel.at>)
41109              
41110              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
41111              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41112              
41113              h2xs tweaks
41114      Branch: maint-5.6/perl
41115           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
41116           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
41117           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
41118           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
41119           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
41120           !> pod/pod2latex.PL utils/h2xs.PL
41121 ____________________________________________________________________________
41122 [  7332] By: gsar                                  on 2000/10/16  07:53:52
41123         Log: integrate change#6179 from mainline
41124              
41125              buggy modulus on UVs introduced by change#3378 (resulted in
41126              4063328477 % 65535 amounting to 27406, instead of 27407)
41127      Branch: maint-5.6/perl
41128           !> pp.c t/op/arith.t
41129 ____________________________________________________________________________
41130 [  7331] By: gsar                                  on 2000/10/16  07:52:49
41131         Log: integrate changes#6176,6177,6178,6182 from cfgperl
41132              
41133              Single-quoted utf8 patch from Simon Cozens.
41134              
41135              Substitution utf8 patch from Simon Cozens.
41136              
41137              Be cleaner.
41138              
41139              Be Cleaner Part Deux.
41140      Branch: maint-5.6/perl
41141           !> Makefile.SH pp_hot.c toke.c
41142 ____________________________________________________________________________
41143 [  7330] By: gsar                                  on 2000/10/16  07:41:36
41144         Log: integrate change#6172 from mainline
41145              
41146              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
41147              (from Ilya Zakharevich)
41148      Branch: maint-5.6/perl
41149           !> regexec.c t/op/re_tests
41150 ____________________________________________________________________________
41151 [  7329] By: gsar                                  on 2000/10/16  07:40:25
41152         Log: integrate change#6171 from mainline
41153              
41154              scalar() doesn't force scalar context when used in void context
41155              (from Simon Cozens)
41156      Branch: maint-5.6/perl
41157           !> op.c t/op/wantarray.t
41158 ____________________________________________________________________________
41159 [  7328] By: gsar                                  on 2000/10/16  07:39:33
41160         Log: integrate change#6170 from mainline
41161              
41162              change#6142 needs tweaks to tests to work where there's no
41163              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41164      Branch: maint-5.6/perl
41165           !> t/lib/filefind.t
41166 ____________________________________________________________________________
41167 [  7327] By: gsar                                  on 2000/10/16  07:35:34
41168         Log: integrate changes#6166..6168 from cfgperl
41169              
41170              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
41171              in case somebody wants to write an extension for more
41172              shadow database interfaces.
41173              
41174              tweak todo
41175              
41176              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
41177      Branch: maint-5.6/perl
41178           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41179           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
41180           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
41181           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41182           !> win32/config.vc win32/config_H.bc win32/config_H.gc
41183           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41184 ____________________________________________________________________________
41185 [  7326] By: gsar                                  on 2000/10/16  07:29:05
41186         Log: integrate changes#6157,6159..6161,6164 from cfgperl
41187              
41188              Regen Configure to jive with #6149.
41189              
41190              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
41191              
41192              Changes for the File::Temp 0.08 (change #6159) test suite
41193              to fit better into the Perl distribution test framework.
41194              
41195              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
41196              both from Simon Cozens.
41197              
41198              detypo
41199      Branch: maint-5.6/perl
41200           +> pod/perlmodlib.PL pod/perlnewmod.pod
41201           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
41202           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
41203           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41204           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41205 ____________________________________________________________________________
41206 [  7325] By: gsar                                  on 2000/10/16  07:25:13
41207         Log: integrate change#6158 from vmsperl
41208              
41209              Add fallback to tmpfile for use in cases where user's relying on
41210              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
41211              Lane's patch)
41212      Branch: maint-5.6/perl
41213           !> vms/vms.c vms/vmsish.h
41214 ____________________________________________________________________________
41215 [  7324] By: gsar                                  on 2000/10/16  07:20:50
41216         Log: integrate changes#6153..6155 from mainline
41217              
41218              prettier Test::Harness output on failed tests (from Nicholas Clark
41219              <nick@Bagpuss.uk.boo.com>)
41220              
41221              avoid type mismatch warning
41222              
41223              small bug in change#6144; remove random \xA0 character that snuck
41224              in via change#6145
41225      Branch: maint-5.6/perl
41226           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
41227           !> perl.c
41228 ____________________________________________________________________________
41229 [  7323] By: gsar                                  on 2000/10/16  07:18:47
41230         Log: integrate changes#6151,6152 from mainline
41231              
41232              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
41233              
41234              cosmetic fixups of RE debug output (from Ilya Zakharevich)
41235      Branch: maint-5.6/perl
41236           !> regexec.c
41237 ____________________________________________________________________________
41238 [  7322] By: gsar                                  on 2000/10/16  07:17:25
41239         Log: integrate changes#6146..6150 from mainline
41240              
41241              doc typo
41242              
41243              add a make entry to Config.pm so "perl -V:make" works on VMS
41244              (from Peter Prymmer)
41245              
41246              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
41247              
41248              OS/2 tweaks for usethreads build (from Rocco Caputo
41249              <troc@netrus.net>)
41250              
41251              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
41252      Branch: maint-5.6/perl
41253           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
41254           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
41255           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
41256           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
41257           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
41258           !> warnings.pl x2p/a2p.h
41259 ____________________________________________________________________________
41260 [  7321] By: gsar                                  on 2000/10/16  07:14:02
41261         Log: integrate changes#6143..6145 from mainline
41262              
41263              MacOS support, part 1 (from Matthias Neeracher
41264              <neeri@iis.ee.ethz.ch>)
41265              
41266              MacOS support, part 2: make AutoSplit use File::Spec instead
41267              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
41268              <neeri@iis.ee.ethz.ch>)
41269              
41270              make xsubpp skip embedded pod (from Matthias Neeracher
41271              <neeri@iis.ee.ethz.ch>)
41272      Branch: maint-5.6/perl
41273           +> ext/DynaLoader/dl_mac.xs
41274           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
41275           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41276           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
41277           !> pp_ctl.c proto.h toke.c util.c util.h
41278 ____________________________________________________________________________
41279 [  7320] By: gsar                                  on 2000/10/16  07:12:13
41280         Log: integrate changes#6141,6142 from mainline
41281              
41282              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
41283              forwarded by Peter Seebach from the bsdi-users mailing list.
41284              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
41285              
41286              File::Find fails to chdir when chasing symlinks (from
41287              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41288      Branch: maint-5.6/perl
41289           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
41290 ____________________________________________________________________________
41291 [  7319] By: gsar                                  on 2000/10/16  07:04:30
41292         Log: integrate change#6139 from mainline
41293              
41294              revise mktables.PL for bugs and newness in Unicode 3.0
41295              (from James Bence <jbence@amgen.com>)
41296      Branch: maint-5.6/perl
41297           +> (branch 30 files)
41298           !> (integrate 49 files)
41299 ____________________________________________________________________________
41300 [  7318] By: gsar                                  on 2000/10/16  07:01:01
41301         Log: integrate changes#6137,6138 from mainline
41302              
41303              fix bogus redeclaration warning for "our" variables in different
41304              scopes
41305              
41306              add note about the handling of negative indices to tied arrays
41307              (from Michael G Schwern <schwern@pobox.com>)
41308      Branch: maint-5.6/perl
41309           !> op.c pod/perltie.pod t/pragma/strict-vars
41310 ____________________________________________________________________________
41311 [  7317] By: gsar                                  on 2000/10/16  06:58:46
41312         Log: integrate changes#6127..6136 from mainline
41313              
41314              call_method(...,G_EVAL) can longjmp() out if the method probing
41315              failed (from Gisle Aas)
41316              
41317              new perlxstut example for passing/returning refs to arrays
41318              (from David Lowe <dlowe@pootpoot.com>)
41319              
41320              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41321              
41322              fix places that mean C<"word" character> but say C<alphanumeric
41323              character>
41324              
41325              avoid warnings in POSIX.pm (from Barrie Slaymaker)
41326              
41327              warnings::enabled() doesn't fall back to looking at $^W if
41328              caller isn't using lexical warnings (from Paul Marquess)
41329              
41330              elide bogus test in change#6132
41331              
41332              make Test::Harness use wait.h/WCOREDUMP if available
41333              (from Ben Tilly <ben_tilly@hotmail.com>)
41334              
41335              enable Test::Harness to dynamically determine column width etc.
41336              (from Rob Napier <rnapier@employees.org>)
41337              
41338              random pod typos (from Peter Scott <Peter@PSDT.com>)
41339      Branch: maint-5.6/perl
41340           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
41341           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
41342           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41343           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
41344 ____________________________________________________________________________
41345 [  7316] By: gsar                                  on 2000/10/16  06:53:23
41346         Log: integrate change#6126 from mainline
41347              
41348              change#2879 broke rvalue autovivification of magicals such as
41349              ${$num} (reworked variant of patch suggested by Simon Cozens)
41350      Branch: maint-5.6/perl
41351           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41352           !> pp_hot.c proto.h t/op/gv.t
41353 ____________________________________________________________________________
41354 [  7315] By: gsar                                  on 2000/10/16  06:51:38
41355         Log: integrate changes#6123,6125 from mainline
41356              
41357              clarify gotcha with #line directives (from Rocco Caputo
41358              <troc@netrus.net>)
41359              
41360              enable propagating exception objects via Perl_croak() in XS code
41361              (from Gisle Aas)
41362      Branch: maint-5.6/perl
41363           !> pod/perldebug.pod pod/perlsyn.pod util.c
41364 ____________________________________________________________________________
41365 [  7314] By: gsar                                  on 2000/10/16  06:49:28
41366         Log: integrate change#6122 from mainline
41367              
41368              downgrade fatal error on C<"foo@nosucharray.com"> to optional
41369              warning (from Mark-Jason Dominus)
41370      Branch: maint-5.6/perl
41371           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
41372           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41373           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41374           !> toke.c
41375 ____________________________________________________________________________
41376 [  7313] By: gsar                                  on 2000/10/16  06:46:54
41377         Log: integrate changes#6112..6121 from vmsperl
41378              
41379              Check for existence of file before trying to delete
41380              
41381              Ugly workaround for version-specific RTL error
41382              
41383              Urk -- undo previous removal of vmsish 'exit' change
41384              
41385              Add bounds checking for several strings (Charles Lane)
41386              
41387              Miscellaneous cosmetic fixes (Charles Lane)
41388              
41389              Treat sockets as special in sys(read|write) (Charles Lane et al.)
41390              
41391              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
41392              Flatten case labels in switch statements uniformly (Charles Bailey)
41393              
41394              Quiet error messages in vmsish.t (Charles Lane)
41395              
41396              Add missing escape (Charles Lane)
41397              
41398              Allow eliminate_macros() and fixpath() to handle space-delimited
41399              lists (based on fixes by Craig Berry)
41400      Branch: maint-5.6/perl
41401           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41402           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41403           !> vms/vmsish.h
41404 ____________________________________________________________________________
41405 [  7312] By: gsar                                  on 2000/10/16  06:41:18
41406         Log: integrate changes#6107,6110 from cfgperl
41407              
41408              Tweak the todo list.
41409              
41410              todo tweak
41411      Branch: maint-5.6/perl
41412           !> Todo-5.6
41413 ____________________________________________________________________________
41414 [  7311] By: gsar                                  on 2000/10/16  06:38:38
41415         Log: integrate changes#6104,6108 from mainline
41416              
41417              PL_sys_intern was being initialized too late on windows
41418              
41419              reenable fake signal handling on Windows, bugs and all
41420      Branch: maint-5.6/perl
41421           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
41422           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
41423           !> win32/win32.c
41424 ____________________________________________________________________________
41425 [  7310] By: gsar                                  on 2000/10/16  06:36:03
41426         Log: integrate changes#6095,6097..6103 from cfgperl
41427              
41428              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
41429              might be useful in future.
41430              
41431              Add a note about possible compilation problems from Allen Smith.
41432              
41433              Add a note about other, yet unsupported, shadow password APIs.
41434              
41435              Tweaks for the cc bugs from Allen Smith.
41436              
41437              More compilation tweakery from Allen Smith.
41438              
41439              Hints and test tweaks for Unicos.
41440              
41441              The test suite tweak in #6101 wasn't quite right.
41442              
41443              Test tweaking for Unicos continues.
41444      Branch: maint-5.6/perl
41445           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41446           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
41447           !> t/lib/complex.t t/op/64bitint.t
41448 ____________________________________________________________________________
41449 [  7309] By: gsar                                  on 2000/10/16  06:29:41
41450         Log: integrate changes#6093,6094 from mainline
41451              
41452              fork() failure to create pseudo process sets errno=EAGAIN and returns
41453              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
41454              
41455              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
41456      Branch: maint-5.6/perl
41457           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41458           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
41459 ____________________________________________________________________________
41460 [  7308] By: gsar                                  on 2000/10/16  06:27:29
41461         Log: integrate change#6092 from cfgperl
41462              
41463              Regen perltoc with the fixed buildtoc.
41464      Branch: maint-5.6/perl
41465           !> pod/perltoc.pod
41466 ____________________________________________________________________________
41467 [  7307] By: gsar                                  on 2000/10/16  06:26:40
41468         Log: integrate changes#6089,6090 from mainline
41469              
41470              buildtoc tweak to fix newline lossage
41471              
41472              concat doesn't preserve utf8-ness, and doesn't invalidate
41473              [NI]OK; added tests for both
41474      Branch: maint-5.6/perl
41475           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
41476 ____________________________________________________________________________
41477 [  7306] By: gsar                                  on 2000/10/16  06:24:05
41478         Log: integrate change#6088 from cfgperl
41479              
41480              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
41481              because we do not use those.  The HAS_GETSPNAM remains,
41482              though, because we still do use that.
41483      Branch: maint-5.6/perl
41484           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41485           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
41486           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
41487           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41488           !> win32/config.vc win32/config_H.bc win32/config_H.gc
41489           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41490 ____________________________________________________________________________
41491 [  7305] By: gsar                                  on 2000/10/16  06:15:52
41492         Log: integrate changes#6084,6085,6087 from mainline
41493              
41494              substr() does not preserve utf8-ness (from Stefan Eissing
41495              <Eissing@medicaldataservice.de>); added tests
41496              
41497              repeat operator (x) doesn't preserve utf8-ness
41498              
41499              reverse() and quotemeta() weren't preserving utf8-ness; add tests
41500      Branch: maint-5.6/perl
41501           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
41502 ____________________________________________________________________________
41503 [  7304] By: gsar                                  on 2000/10/16  06:13:10
41504         Log: integrate changes#6077..6083 from mainline
41505              
41506              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
41507              and Tom Phoenix)
41508              
41509              workaround for CRT bug in chdir() (from Charles Lane, via
41510              Peter Prymmer)
41511              
41512              remove outdated kludge in Carp (NULLs are permitted in diagnostics
41513              now)
41514              
41515              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
41516              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41517              
41518              better default perlbug categories for ok reports (from Richard Foley)
41519              
41520              peek.t non-portable to ithreads
41521              
41522              note about undocumented caller() return value (from M.J.T. Guy);
41523              yet another peek.t tweak
41524      Branch: maint-5.6/perl
41525           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41526           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41527           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
41528           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
41529           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
41530           !> vms/vmsish.h
41531 ____________________________________________________________________________
41532 [  7303] By: gsar                                  on 2000/10/16  06:03:18
41533         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
41534              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
41535              
41536              &HUGE_VAL is not defined, it exists.
41537              
41538              Do not warn that an infinity does not look like a number.
41539              
41540              Rewrite the pwent/spent logic to be a little bit more clearer.
41541              
41542              Continue on the pwent/spent case.
41543              
41544              Correct Freudian slip.
41545              
41546              Use HUGE_VALL if applicable.
41547              
41548              pwent/spent #ifdef imbalance.
41549              
41550              Infinite problems.
41551              
41552              Call getspnam() only iff needd.
41553              
41554              Test both the scalar and list contexts.
41555              
41556              Use setxxent()/endxxent().
41557              
41558              Complex tweakery.
41559              
41560              Unicos hint tweak.
41561              
41562              Be more forgiving in POSIX about HUGE_VALL.
41563              
41564              Detypo.
41565              
41566              The search of infinity continues, this time simplified.
41567              
41568              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
41569              in natively 64-bit platforms where a long is a quad (no need
41570              for long longs).  Also added bias for IVs.
41571              
41572              Complex tweaks.
41573              
41574              Introduce t/lib/peek.t.
41575              
41576              Make the test more portable.
41577      Branch: maint-5.6/perl
41578           +> t/lib/peek.t
41579            ! pp_sys.c
41580           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
41581           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
41582           !> t/op/pwent.t toke.c util.c
41583 ____________________________________________________________________________
41584 [  7302] By: gsar                                  on 2000/10/16  05:03:37
41585         Log: integrate changes#6066..6071 from mainline
41586              
41587              s/END/CHECK/
41588              
41589              replace direct call to sighandler() with (*PL_sighandlerp)()
41590              
41591              note about values()
41592              
41593              File::Spec compatibility update (from Barrie Slaymaker
41594              <barries@slaysys.com>)
41595              
41596              remove misleading comment (from M.J.T. Guy)
41597              
41598              misformatted perllocal.pod (from Tim Jenness
41599              <t.jenness@jach.hawaii.edu>)
41600      Branch: maint-5.6/perl
41601           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41602           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41603           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
41604           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
41605 ____________________________________________________________________________
41606 [  7301] By: gsar                                  on 2000/10/16  05:00:08
41607         Log: integrate changes#6061..6063 from mainline
41608              
41609              change#5921 neglected to make eq honor "use bytes"
41610              
41611              additional tests for utf8.t
41612              
41613              tokeq() could read unallocated field in argument
41614      Branch: maint-5.6/perl
41615           !> sv.c t/pragma/utf8.t toke.c
41616 ____________________________________________________________________________
41617 [  7300] By: gsar                                  on 2000/10/16  04:56:54
41618         Log: integrate changes#6046,6048,6057,6058 from mainline
41619              
41620              libscheck has insufficient checks for n32 libs (from
41621              Albert Chin-A-Young <china@thewrittenword.com>)
41622              
41623              add note about how $( doesn't interpolate in REs (from
41624              Philip Newton <newton@ficus.frogspace.net>)
41625              
41626              fix broken parsing of /\x{ab}/
41627              
41628              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
41629              (spotted by Donald Kinzer <dkinzer@premia.com>)
41630      Branch: maint-5.6/perl
41631           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
41632           !> t/pragma/utf8.t
41633 ____________________________________________________________________________
41634 [  7299] By: gsar                                  on 2000/10/16  04:52:50
41635         Log: integrate change#6044 from mainline
41636              
41637              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
41638              such that underscores are only ignored in literal numbers,
41639              "\x{...}", and hex/oct argument
41640      Branch: maint-5.6/perl
41641           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
41642 ____________________________________________________________________________
41643 [  7298] By: gsar                                  on 2000/10/16  04:50:53
41644         Log: integrate changes#6027..6043 from mainline
41645              
41646              podlators-1.02 update (from Russ Allbery)
41647              
41648              Pod::Man generates groff-incompatible macro definition (from
41649              Tom Christiansen)
41650              
41651              add CGI.pm v2.66 (from Lincoln Stein)
41652              
41653              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
41654              for @- and @+ (from Johan Vromans)
41655              
41656              small nits in diagnostics.pm (from Robin Barker)
41657              
41658              whitespace adjustments
41659              
41660              missing files in MANIFEST
41661              
41662              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
41663              to compensate
41664              
41665              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
41666              
41667              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
41668      Branch: maint-5.6/perl
41669           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
41670           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
41671           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
41672           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
41673           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
41674           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
41675           !> t/lib/cgi-html.t t/lib/cgi-request.t
41676 ____________________________________________________________________________
41677 [  7297] By: gsar                                  on 2000/10/16  04:44:30
41678         Log: integrate change#6025 from mainline
41679              
41680              Is{Alnum,Alpha,Word} don't match titlecase
41681              TODO: IsSpace is defined recursively!
41682              (both spotted by Larry)
41683      Branch: maint-5.6/perl
41684           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41685           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41686 ____________________________________________________________________________
41687 [  7296] By: gsar                                  on 2000/10/16  04:39:30
41688         Log: integrate change#6023 from mainline
41689              
41690              debugger stomps on $. (from M.J.T. Guy)
41691      Branch: maint-5.6/perl
41692           !> lib/perl5db.pl
41693 ____________________________________________________________________________
41694 [  7295] By: gsar                                  on 2000/10/16  04:38:02
41695         Log: integrate change#6022 from mainline
41696              
41697              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
41698      Branch: maint-5.6/perl
41699           !> sv.c
41700 ____________________________________________________________________________
41701 [  7294] By: gsar                                  on 2000/10/16  04:37:05
41702         Log: integrate changes#6018..6021 from mainline
41703              
41704              make lib/syslog.t portable to systems that don't have _PATH_LOG,
41705              make _PATH_LOG() return "" if unavailable
41706              
41707              windows portability tweaks
41708              
41709              test tweak
41710              
41711              remove Win2K issue in pod (fixed by change#6020)
41712      Branch: maint-5.6/perl
41713           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41714           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
41715           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
41716 ____________________________________________________________________________
41717 [  7293] By: gsar                                  on 2000/10/16  04:20:00
41718         Log: integrate changes#6013..6015 from mainline
41719              
41720              tweak change#5945 to display correct switch name in diagnostic
41721              
41722              glob() loading File::Glob behind the scenes may cause syntax errors
41723              
41724              tweak test for portability
41725      Branch: maint-5.6/perl
41726           !> op.c perl.c pod/perldiag.pod t/lib/b.t
41727 ____________________________________________________________________________
41728 [  7292] By: gsar                                  on 2000/10/16  04:18:11
41729         Log: integrate changes#6005..6010 from mainline, cfgperl
41730              
41731              perldoc might fail via "use blib" (from Hugo van der Sanden)
41732              
41733              Regen Configure.
41734              
41735              note about compile failures and END blocks (from M.J.T. Guy)
41736              
41737              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
41738              
41739              (change#6009 integrated earlier in change#7255)
41740              
41741              clarify note about shadow password support (from
41742              gellyfish@gellyfish.com)
41743      Branch: maint-5.6/perl
41744           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41745           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
41746           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
41747 ____________________________________________________________________________
41748 [  7291] By: gsar                                  on 2000/10/16  04:12:03
41749         Log: integrate changes#6002,6003 from mainline
41750              
41751              destructive sv_setsv() can lose UV-ness from source, causing
41752              numeric promotions/comparisons to fail to do the right thing
41753              
41754              allow REG_EXPAND_SZ keys in Windows registry (from
41755              John Clayton <John.Clayton@barclayscapital.com>)
41756      Branch: maint-5.6/perl
41757           !> sv.c win32/win32.c
41758 ____________________________________________________________________________
41759 [  7290] By: gsar                                  on 2000/10/16  04:10:19
41760         Log: integrate change#6001 from mainline
41761              
41762              support additional library locations via $Config{otherlibdirs}
41763              (from Andy Dougherty)
41764      Branch: maint-5.6/perl
41765           !> Configure INSTALL Porting/Glossary Porting/config.sh
41766           !> Porting/config_H config_h.SH epoc/config.sh perl.c
41767           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
41768           !> win32/config.bc win32/config.gc win32/config.vc
41769 ____________________________________________________________________________
41770 [  7289] By: gsar                                  on 2000/10/16  04:08:28
41771         Log: integrate change#5999 from mainline
41772              
41773              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
41774      Branch: maint-5.6/perl
41775           !> t/pragma/warn/toke toke.c
41776 ____________________________________________________________________________
41777 [  7288] By: gsar                                  on 2000/10/16  04:07:01
41778         Log: integrate changes#5997,5998 from cfgperl
41779              
41780              Preserve $!.
41781              
41782              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
41783      Branch: maint-5.6/perl
41784           !> lib/Math/Complex.pm
41785 ____________________________________________________________________________
41786 [  7287] By: gsar                                  on 2000/10/16  04:04:37
41787         Log: integrate change#5995 from mainline
41788              
41789              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
41790      Branch: maint-5.6/perl
41791           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
41792 ____________________________________________________________________________
41793 [  7286] By: gsar                                  on 2000/10/16  04:03:21
41794         Log: integrate change#5994 from mainline
41795              
41796              fix for missed accounting for null byte in pack("Z",...) (from
41797              M.J.T. Guy)
41798      Branch: maint-5.6/perl
41799           !> pp.c t/op/pack.t
41800 ____________________________________________________________________________
41801 [  7285] By: gsar                                  on 2000/10/16  04:02:11
41802         Log: integrate changes#5989..5993 from mainline
41803              
41804              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
41805              itself and no other (from Tom Hughes)
41806              
41807              use $ENV{LIB} to search for libs under Visual C compiler
41808              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
41809              
41810              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
41811              
41812              pod nit (from Simon Cozens)
41813              
41814              various minor tweaks seen on p5p
41815      Branch: maint-5.6/perl
41816           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
41817           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
41818           !> t/op/array.t toke.c
41819 ____________________________________________________________________________
41820 [  7284] By: gsar                                  on 2000/10/16  03:59:00
41821         Log: integrate changes#5978..5988 from mainline
41822              
41823              sync version numbers in File::Spec with the ones on CPAN
41824              (from Barrie Slaymaker)
41825              
41826              under useithreads, constant pad entries could inadvertantly be
41827              shared across threads (from Eric Blood <eblood@xmission.com>);
41828              added Eric's test case to testsuite
41829              
41830              allow Configure -S to run non-interactively (spotted by Greg Hudson
41831              <ghudson@mit.edu>)
41832              
41833              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
41834              prototype mismatch with CORE::glob(); update pod and tests to
41835              suit (File::Glob::glob() is still available for backward
41836              compatibility, but should be considered deprecated)
41837              
41838              avoid error in IO::Socket::INET when given an unknown service name
41839              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
41840              
41841              numeric conversion of non-number in change#3378 tramples on
41842              OOK offset, causing segfaults
41843              
41844              attributes::reftype() doesn't work on tied argument
41845              
41846              forked child may not exit correctly if it failed to open
41847              /dev/console (from Graham Barr)
41848              
41849              add regular expressions tutorial and quick-start guide (from
41850              Mark Kvale <kvale@phy.ucsf.edu>)
41851              
41852              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
41853              
41854              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
41855              <paul@miraclefish.com>)
41856      Branch: maint-5.6/perl
41857           +> pod/perlrequick.pod pod/perlretut.pod
41858           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
41859           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
41860           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
41861           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
41862           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
41863           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
41864           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
41865           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
41866 ____________________________________________________________________________
41867 [  7283] By: gsar                                  on 2000/10/16  03:52:14
41868         Log: integrate change#5977 from mainline
41869              
41870              autoquote barewords followed by newline and arrow properly
41871              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
41872      Branch: maint-5.6/perl
41873           !> t/pragma/warn/toke toke.c
41874 ____________________________________________________________________________
41875 [  7282] By: gsar                                  on 2000/10/16  03:50:48
41876         Log: integrate change#5976 from mainline
41877              
41878              DB_File v1.73 update (from Paul Marquess)
41879      Branch: maint-5.6/perl
41880           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
41881           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
41882 ____________________________________________________________________________
41883 [  7281] By: gsar                                  on 2000/10/16  03:49:14
41884         Log: integrate change#5975 from mainline
41885              
41886              allow sort() reentrancy (variant of patch suggested by
41887              Hugo van der Sanden)
41888      Branch: maint-5.6/perl
41889           !> pp_ctl.c t/op/sort.t
41890 ____________________________________________________________________________
41891 [  7280] By: gsar                                  on 2000/10/16  03:48:22
41892         Log: integrate change#5974 from mainline
41893              
41894              change#4197 somehow missed initializing PL_errors, meaning
41895              syntax error queueing wasn't working outside eval"" at all;
41896              also fixed eval"" to localize PL_error_count, so that compile-time
41897              eval's don't clobber the error state of the outer context
41898      Branch: maint-5.6/perl
41899           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
41900           !> t/pragma/warn/toke
41901 ____________________________________________________________________________
41902 [  7279] By: gsar                                  on 2000/10/16  03:46:21
41903         Log: integrate change#5973 from mainline
41904              
41905              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
41906      Branch: maint-5.6/perl
41907           !> regcomp.c regexec.c t/op/re_tests
41908 ____________________________________________________________________________
41909 [  7278] By: gsar                                  on 2000/10/16  03:44:54
41910         Log: integrate change#5971 from cfgperl
41911              
41912              Unicos tweaks from Mark P. Lutz.
41913      Branch: maint-5.6/perl
41914           !> hints/unicos.sh lib/Math/Complex.pm
41915 ____________________________________________________________________________
41916 [  7277] By: gsar                                  on 2000/10/16  03:42:59
41917         Log: integrate changes#5966..5970 from mainline
41918              
41919              add testsuite for B backends, fix bug in B::Deparse (from
41920              Simon Cozens <simon@brecon.co.uk>)
41921              
41922              improved docs on the warn_uninit diagnostic (from David Glasser
41923              and Simon Cozens)
41924              
41925              tolerate spaces in group names in test on solaris (from David Boyce
41926              <dsb@boyski.com>)
41927              
41928              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
41929              
41930              Data::Dumper fumbles negative numbers on 32-bit platforms where
41931              IV is >32bits
41932      Branch: maint-5.6/perl
41933           +> t/lib/b.t t/lib/syslog.t
41934           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
41935           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
41936           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
41937 ____________________________________________________________________________
41938 [  7276] By: gsar                                  on 2000/10/16  03:39:30
41939         Log: integrate change#5965 from mainline
41940              
41941              avoid "will not stay shared" warnings for our variables (from
41942              Robin Barker)
41943      Branch: maint-5.6/perl
41944           !> op.c t/pragma/warn/op
41945 ____________________________________________________________________________
41946 [  7275] By: gsar                                  on 2000/10/16  03:38:18
41947         Log: integrate change#5964 from mainline
41948              
41949              reformat to 72 columns (again)
41950      Branch: maint-5.6/perl
41951           !> pod/perldiag.pod
41952 ____________________________________________________________________________
41953 [  7274] By: gsar                                  on 2000/10/16  03:36:58
41954         Log: integrate change#5963 from mainline
41955              
41956              patch from Larry to make (\&) prototype work; added tests for
41957              the same
41958      Branch: maint-5.6/perl
41959           !> op.c t/comp/proto.t
41960 ____________________________________________________________________________
41961 [  7273] By: gsar                                  on 2000/10/16  03:35:51
41962         Log: integrate changes#5956..5962 from mainline
41963              
41964              better diagnostics on failed tests (from Ilya Zakharevich)
41965              
41966              pod nits (from A. C. Yardley <yardley@tanet.net>)
41967              
41968              change#3569 deleted some essential code, revert; avoid use of
41969              atexit() to make DynaLoader work properly on AIX under mod_perl
41970              (from Jens-Uwe Mager <jum@helios.de>)
41971              
41972              doubled words in pods (from Simon Cozens
41973              <simon.p.cozens@jp.pwcglobal.com>)
41974              
41975              better INSTALL notes on Solaris issues (from Dominic Dunlop)
41976              
41977              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
41978              
41979              updated README.hpux (from Jeff Okamoto)
41980      Branch: maint-5.6/perl
41981           !> INSTALL README.hpux emacs/cperl-mode.el
41982           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
41983           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
41984           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
41985           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
41986           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
41987           !> t/op/lex_assign.t
41988 ____________________________________________________________________________
41989 [  7272] By: gsar                                  on 2000/10/16  03:31:22
41990         Log: integrate change#5955 from mainline
41991              
41992              longstanding bug exposed by change#3307: sort arguments weren't
41993              compiled with the right wantarray context (ensuing runtime lookup
41994              via block_gimme() was getting the incidental context of the
41995              sort() itself)
41996      Branch: maint-5.6/perl
41997           !> op.c t/op/sort.t
41998 ____________________________________________________________________________
41999 [  7271] By: gsar                                  on 2000/10/16  03:29:11
42000         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
42001              branch
42002              
42003              Flatten the cpp jungle doing the nosuid checking.
42004              
42005              Do not assume sign propagation. (from M.J.T. Guy)
42006              
42007              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
42008              
42009              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42010              Now pp_ncmp() returns undef is either operand is a NaN.
42011              
42012              On second thoughts frexp() does have two arguments.
42013              
42014              Document that tr() is not tr(1).
42015              
42016              Be more robust on "extreme" (large absolute value)
42017              arguments.  Originally reported by Daniel Connelly
42018              as a problem with asinh() on large negative arguments,
42019              asinh() used to bail out because an argument to log()
42020              ended up being zero.  Ilya Zakharevich proposed using
42021              Taylor's series in such cases, which for such large
42022              arguments is a very good approximation.
42023              
42024              Undo "use integer" addition from 64bitint as it seems
42025              to break most of the subtests in Digital UNIX;
42026              Unicos needs to find another way.
42027      Branch: maint-5.6/perl
42028           !> (integrate 29 files)
42029 ____________________________________________________________________________
42030 [  7270] By: gsar                                  on 2000/10/16  03:09:44
42031         Log: integrate changes#5948,5949,5950 from mainline
42032              
42033              typo in vars.pm that leads to cryptic message (from Piotr
42034              Piatkowski <kompas@kompas.usr.onet.pl>)
42035              
42036              make perldoc use the pod2man from the same version (from
42037              M.J.T. Guy)
42038              
42039              reformat perldiag to avoid long lines
42040      Branch: maint-5.6/perl
42041           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
42042 ____________________________________________________________________________
42043 [  7269] By: gsar                                  on 2000/10/16  03:05:54
42044         Log: integrate change#5947 from mainline
42045              
42046              use &dl_error rather than &dl_load_file as the guard for calling
42047              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42048              statically built perl)
42049      Branch: maint-5.6/perl
42050           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42051 ____________________________________________________________________________
42052 [  7268] By: gsar                                  on 2000/10/16  03:04:48
42053         Log: integrate change#5945 from mainline
42054              
42055              make module name mandatory after -M switch; reorder perldiag
42056              alphabetically (from Mark-Jason Dominus)
42057      Branch: maint-5.6/perl
42058           !> perl.c pod/perldiag.pod
42059 ____________________________________________________________________________
42060 [  7267] By: gsar                                  on 2000/10/16  03:03:01
42061         Log: integrate change#5939 from mainline
42062              
42063              more pod nits (from Larry Virden)
42064      Branch: maint-5.6/perl
42065           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
42066           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42067           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42068 ____________________________________________________________________________
42069 [  7266] By: gsar                                  on 2000/10/16  03:01:39
42070         Log: integrate change#5938 from mainline
42071              
42072              Consolidated B::Deparse fixes (from Stephen McCamant)
42073      Branch: maint-5.6/perl
42074           !> ext/B/B/Deparse.pm
42075 ____________________________________________________________________________
42076 [  7265] By: gsar                                  on 2000/10/16  03:00:43
42077         Log: integrate change#5936 from mainline
42078              
42079              additional tests for change#7263 (from Paul Marquess)
42080      Branch: maint-5.6/perl
42081           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42082           !> t/pragma/warn/5nolint t/pragma/warn/6default
42083 ____________________________________________________________________________
42084 [  7264] By: gsar                                  on 2000/10/16  02:58:34
42085         Log: integrate change#5934 from mainline
42086              
42087              propagate lexical warnings from surrounding scope correctly
42088              within string eval() (from Paul Marquess)
42089      Branch: maint-5.6/perl
42090           !> pp_ctl.c t/pragma/warn/pp_ctl
42091 ____________________________________________________________________________
42092 [  7263] By: gsar                                  on 2000/10/16  02:56:53
42093         Log: integrate change#5932 from mainline
42094              
42095              add rsignal(), whichsig() and do_join() to public API list
42096              (mod_perl uses them to good advantage)
42097      Branch: maint-5.6/perl
42098           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
42099 ____________________________________________________________________________
42100 [  7262] By: gsar                                  on 2000/10/16  02:55:53
42101         Log: integrate change#5931 from mainline
42102              
42103              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42104      Branch: maint-5.6/perl
42105           !> pp_hot.c regexec.c t/op/pat.t
42106 ____________________________________________________________________________
42107 [  7261] By: gsar                                  on 2000/10/16  02:55:01
42108         Log: integrate change#5930 from mainline
42109              
42110              small os390 tweaks (from Peter Prymmer)
42111      Branch: maint-5.6/perl
42112           !> config_h.SH makedepend.SH
42113 ____________________________________________________________________________
42114 [  7260] By: gsar                                  on 2000/10/16  02:54:10
42115         Log: integrate change#5929 from mainline
42116              
42117              pod nits
42118      Branch: maint-5.6/perl
42119           !> pod/perlguts.pod
42120 ____________________________________________________________________________
42121 [  7259] By: gsar                                  on 2000/10/16  02:52:55
42122         Log: integrate change#5927 from mainline
42123              
42124              arrange for next() to resume at the unstack op rather than the
42125              loop conditional, so that scope cleanup happens correctly
42126              (from Stephen McCamant)
42127      Branch: maint-5.6/perl
42128           !> op.c pp_ctl.c t/op/misc.t
42129 ____________________________________________________________________________
42130 [  7258] By: gsar                                  on 2000/10/16  02:51:38
42131         Log: integrate change#5926 from mainline
42132              
42133              on windows, reserve 16M of stack rather than 128M (allows more
42134              threads to run concurrently)
42135      Branch: maint-5.6/perl
42136           !> win32/Makefile win32/makefile.mk
42137 ____________________________________________________________________________
42138 [  7257] By: gsar                                  on 2000/10/16  02:50:37
42139         Log: integrate change#5925 from mainline
42140              
42141              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42142      Branch: maint-5.6/perl
42143           !> toke.c
42144 ____________________________________________________________________________
42145 [  7256] By: gsar                                  on 2000/10/16  02:49:36
42146         Log: integrate change#5924 from mainline
42147              
42148              avoid using uninitialized memory in require version check
42149      Branch: maint-5.6/perl
42150           !> pp_ctl.c universal.c
42151 ____________________________________________________________________________
42152 [  7255] By: gsar                                  on 2000/10/16  02:48:03
42153         Log: integrate changes#5923,5928,6009 from mainline
42154              
42155              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
42156      Branch: maint-5.6/perl
42157           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
42158 ____________________________________________________________________________
42159 [  7254] By: gsar                                  on 2000/10/16  02:44:46
42160         Log: integrate change#5922 from mainline
42161              
42162              commentary about IoTYPE() (from Nathan Torkington)
42163      Branch: maint-5.6/perl
42164           !> sv.h
42165 ____________________________________________________________________________
42166 [  7253] By: gsar                                  on 2000/10/16  02:43:49
42167         Log: integrate change#5921 from mainline
42168              
42169              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42170      Branch: maint-5.6/perl
42171           !> sv.c t/lib/charnames.t t/pragma/utf8.t
42172 ____________________________________________________________________________
42173 [  7252] By: gsar                                  on 2000/10/16  02:42:31
42174         Log: integrate change#5920 from mainline
42175              
42176              Larry's fix for buggy propagation of utf8-ness in join(); add test
42177      Branch: maint-5.6/perl
42178           !> doop.c t/op/ver.t
42179 ____________________________________________________________________________
42180 [  7251] By: gsar                                  on 2000/10/16  02:41:14
42181         Log: integrate changes#5915..5919 from mainline
42182              
42183              various (pod tweaks &c)
42184      Branch: maint-5.6/perl
42185           !> (integrate 33 files)
42186 ____________________________________________________________________________
42187 [  7250] By: gsar                                  on 2000/10/16  02:38:16
42188         Log: integrate change#5914 from mainline
42189              
42190              caller() wasn't returning the right number of elements for
42191              eval {...}
42192      Branch: maint-5.6/perl
42193           !> pp_ctl.c t/pragma/warn/9enabled
42194 ____________________________________________________________________________
42195 [  7249] By: gsar                                  on 2000/10/16  02:37:02
42196         Log: integrate change#5913 from mainline
42197              
42198              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
42199              (from Mark-Jason Dominus)
42200      Branch: maint-5.6/perl
42201           !> pod/perlfunc.pod
42202 ____________________________________________________________________________
42203 [  7248] By: gsar                                  on 2000/10/16  02:35:58
42204         Log: integrate change#5912 from mainline
42205              
42206              fix totally broken caching in UNIVERSAL::isa() (from
42207              Nick Ing-Simmons)
42208      Branch: maint-5.6/perl
42209           !> t/op/universal.t universal.c
42210 ____________________________________________________________________________
42211 [  7247] By: gsar                                  on 2000/10/16  02:34:27
42212         Log: integrate changes#5910,5911 from mainline
42213              
42214              typo in pod
42215              
42216              add linebreak properties from unicode/LineBrk.txt (from
42217              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42218      Branch: maint-5.6/perl
42219           +> (branch 29 files)
42220           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
42221 ____________________________________________________________________________
42222 [  7246] By: gsar                                  on 2000/10/16  02:33:29
42223         Log: integrate change#5909 from mainline
42224              
42225              mode argument to do_binmode() should be file mode, not boolean
42226      Branch: maint-5.6/perl
42227           !> pp_sys.c
42228 ____________________________________________________________________________
42229 [  7245] By: gsar                                  on 2000/10/16  02:31:04
42230         Log: integrate change#5908 from mainline
42231              
42232              introduce illegal symbols into null package so that
42233              gv_fetchpv(...,TRUE) always returns a valid GV even when the
42234              symbol is trapped by strictures (avoids coredumps)
42235      Branch: maint-5.6/perl
42236           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
42237           !> t/pragma/strict-vars
42238 ____________________________________________________________________________
42239 [  7244] By: jhi                                   on 2000/10/16  02:29:54
42240         Log: Subject: $Carp::ExportLevel confusion in Exporter
42241              From: "Ben Tilly" <ben_tilly@hotmail.com>
42242              Date: Sat, 14 Oct 2000 16:44:34 EDT
42243              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
42244      Branch: perl
42245            ! lib/Exporter/Heavy.pm
42246 ____________________________________________________________________________
42247 [  7243] By: jhi                                   on 2000/10/16  02:28:33
42248         Log: Subject: [PATCH perlguts.pod] Document offset hack
42249              From: Simon Cozens <simon@cozens.net>
42250              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
42251              Date: Sat, 14 Oct 2000 19:32:25 +0100
42252      Branch: perl
42253            ! pod/perlguts.pod
42254 ____________________________________________________________________________
42255 [  7242] By: gsar                                  on 2000/10/16  02:26:51
42256         Log: integrate changes#5905,5906,5907,6064 from mainline
42257              
42258              printf/sprintf didn't get quad types right under use64bitint
42259      Branch: maint-5.6/perl
42260           !> pp_sys.c sv.c t/op/64bitint.t
42261 ____________________________________________________________________________
42262 [  7241] By: jhi                                   on 2000/10/16  02:22:44
42263         Log: Subject: small pod patch
42264              From: Dan Boorstein <dan_boo@bellsouth.net>
42265              Date: Sat, 14 Oct 2000 14:29:24 -0400
42266              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
42267      Branch: perl
42268            ! pod/perlfaq7.pod pod/perlmod.pod
42269 ____________________________________________________________________________
42270 [  7240] By: jhi                                   on 2000/10/16  02:13:46
42271         Log: -w cleanup.
42272              
42273              Subject: Re: Problems with bleadperl 
42274              From: "Stephen P. Potter" <spp@ds.net>
42275              Date: Fri, 13 Oct 2000 13:32:49 -0400
42276              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
42277      Branch: perl
42278            ! t/pragma/overload.t
42279 ____________________________________________________________________________
42280 [  7239] By: jhi                                   on 2000/10/16  01:41:18
42281         Log: One more ~utf8 tweak.
42282      Branch: perl
42283            ! t/op/bop.t
42284 ____________________________________________________________________________
42285 [  7238] By: jhi                                   on 2000/10/16  01:34:14
42286         Log: Tweak the test of #7235.
42287      Branch: perl
42288            ! t/op/bop.t
42289 ____________________________________________________________________________
42290 [  7237] By: jhi                                   on 2000/10/16  01:25:04
42291         Log: Fix a couple of compiler-noted nits in #7235.
42292      Branch: perl
42293            ! pp.c
42294 ____________________________________________________________________________
42295 [  7236] By: jhi                                   on 2000/10/16  01:22:46
42296         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
42297      Branch: perl
42298            ! pp.c pp_hot.c
42299 ____________________________________________________________________________
42300 [  7235] By: jhi                                   on 2000/10/15  16:24:44
42301         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
42302              
42303              From: Simon Cozens <simon@cozens.net>
42304              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
42305              Date: Sat, 14 Oct 2000 20:52:13 +0100
42306              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
42307      Branch: perl
42308            ! pp.c t/op/bop.t utf8.h
42309 ____________________________________________________________________________
42310 [  7234] By: jhi                                   on 2000/10/15  15:19:29
42311         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
42312              The problem was that rx->minlen was in chars while pp_split()
42313              thought it would be in bytes. 
42314      Branch: perl
42315            ! pp.c t/pragma/utf8.t
42316 ____________________________________________________________________________
42317 [  7233] By: jhi                                   on 2000/10/14  20:24:24
42318         Log: Document FNCASE=y as discussed in the bug 20000902.009.
42319      Branch: perl
42320            ! README.dos
42321 ____________________________________________________________________________
42322 [  7232] By: jhi                                   on 2000/10/14  18:52:21
42323         Log: Add test for bug id 20000427.003 (which seems to have
42324              been fixed) (also duplicate as 20000427.004, though
42325              with a higher severity).  Move one utf8 from op/append
42326              to pragma/utf8, tag the tests with bug ids.
42327      Branch: perl
42328            ! t/op/append.t t/pragma/utf8.t
42329 ____________________________________________________________________________
42330 [  7231] By: jhi                                   on 2000/10/14  17:28:37
42331         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
42332      Branch: perl
42333            ! t/pragma/utf8.t
42334 ____________________________________________________________________________
42335 [  7230] By: jhi                                   on 2000/10/14  14:24:50
42336         Log: Needs to be conditional on SunOS 4.
42337              
42338              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
42339              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42340              Date: Sat, 14 Oct 2000 13:37:49 +0100
42341              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
42342      Branch: metaconfig/U/perl
42343            ! End.U
42344      Branch: perl
42345            ! Configure myconfig.SH pod/perldelta.pod
42346 ____________________________________________________________________________
42347 [  7229] By: jhi                                   on 2000/10/14  00:49:22
42348         Log: Update Changes.
42349      Branch: perl
42350            ! Changes patchlevel.h
42351 ____________________________________________________________________________
42352 [  7228] By: jhi                                   on 2000/10/14  00:46:10
42353         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
42354              From: Peter Prymmer <pvhp@forte.com>
42355              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
42356              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
42357      Branch: perl
42358            ! lib/utf8.pm
42359 ____________________________________________________________________________
42360 [  7227] By: jhi                                   on 2000/10/13  23:20:30
42361         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
42362      Branch: perl
42363            ! t/op/tie.t
42364 ____________________________________________________________________________
42365 [  7226] By: jhi                                   on 2000/10/13  22:14:32
42366         Log: Tweak #7225.
42367              
42368              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42369              From: Peter Prymmer <pvhp@forte.com>
42370              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
42371              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
42372      Branch: perl
42373            ! t/op/sprintf.t
42374 ____________________________________________________________________________
42375 [  7225] By: jhi                                   on 2000/10/13  22:11:31
42376         Log: op/sprintf.t patch for OS/390 (and any other host with limited
42377              floating-point exponent length)
42378              
42379              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
42380              From: Dominic Dunlop <domo@computer.org>
42381              Date: Fri, 13 Oct 2000 19:17:57 +0200
42382              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
42383      Branch: perl
42384            ! t/op/sprintf.t
42385 ____________________________________________________________________________
42386 [  7224] By: jhi                                   on 2000/10/13  18:40:48
42387         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
42388      Branch: perl
42389            ! toke.c
42390 ____________________________________________________________________________
42391 [  7223] By: jhi                                   on 2000/10/13  18:37:13
42392         Log: Thinko in #7222.
42393      Branch: perl
42394            ! utf8.c
42395 ____________________________________________________________________________
42396 [  7222] By: jhi                                   on 2000/10/13  18:05:23
42397         Log: Use UTF8SKIP(), from Simon Cozens.
42398      Branch: perl
42399            ! utf8.c
42400 ____________________________________________________________________________
42401 [  7221] By: jhi                                   on 2000/10/13  15:43:19
42402         Log: (accidentally empty check-in)
42403      Branch: perl
42404            ! utf8.c
42405 ____________________________________________________________________________
42406 [  7220] By: jhi                                   on 2000/10/13  15:23:51
42407         Log: Add (optimistically) Storable to static extensions.
42408      Branch: perl
42409            ! hints/uwin.sh hints/vmesa.sh
42410 ____________________________________________________________________________
42411 [  7219] By: jhi                                   on 2000/10/13  15:20:05
42412         Log: Amdahl UTS doesn't seem to do dynaloading.
42413      Branch: perl
42414            ! hints/uts.sh
42415 ____________________________________________________________________________
42416 [  7218] By: jhi                                   on 2000/10/13  15:15:20
42417         Log: Slight tweak of the code to appease Amdahl UTS cc.
42418      Branch: perl
42419            ! pp.c
42420 ____________________________________________________________________________
42421 [  7217] By: jhi                                   on 2000/10/13  14:50:42
42422         Log: In Amdahl UTS "struct sv" is defined by a system header,
42423              <ksync.h>.
42424      Branch: perl
42425            ! perl.h sv.h
42426 ____________________________________________________________________________
42427 [  7216] By: jhi                                   on 2000/10/13  11:58:25
42428         Log: Ilya implemented the memory profiling API.
42429      Branch: perl
42430            ! Todo
42431 ____________________________________________________________________________
42432 [  7215] By: jhi                                   on 2000/10/13  02:56:38
42433         Log: Subject: [PATCH 5.7.0] Perl API for mstats
42434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42435              Date: Thu, 12 Oct 2000 22:52:40 -0400
42436              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
42437      Branch: perl
42438            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
42439 ____________________________________________________________________________
42440 [  7214] By: jhi                                   on 2000/10/13  02:55:38
42441         Log: Subject: [PATCH 5.7.0] IVs in mtats
42442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42443              Date: Thu, 12 Oct 2000 22:51:04 -0400
42444              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
42445      Branch: perl
42446            ! malloc.c perl.h
42447 ____________________________________________________________________________
42448 [  7213] By: jhi                                   on 2000/10/13  02:31:47
42449         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
42450      Branch: perl
42451            ! pod/perldiag.pod pp_sys.c
42452 ____________________________________________________________________________
42453 [  7212] By: jhi                                   on 2000/10/13  01:27:38
42454         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
42455              From: Peter Prymmer <pvhp@forte.com>
42456              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
42457              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
42458      Branch: perl
42459            ! t/op/oct.t
42460 ____________________________________________________________________________
42461 [  7211] By: jhi                                   on 2000/10/13  00:35:09
42462         Log: Update Changes.
42463      Branch: perl
42464            ! Changes patchlevel.h
42465 ____________________________________________________________________________
42466 [  7210] By: jhi                                   on 2000/10/12  23:59:40
42467         Log: The Install.pm third of
42468              
42469              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42470              From: Bill Campbell <bill@celestial.com>
42471              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42472              Date: Thu, 5 Oct 2000 18:04:51 -0700
42473      Branch: perl
42474            ! lib/ExtUtils/Install.pm
42475 ____________________________________________________________________________
42476 [  7209] By: jhi                                   on 2000/10/12  23:58:43
42477         Log: Two thirds of
42478              
42479              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42480              Date: Thu, 5 Oct 2000 18:04:51 -0700
42481              From: Bill Campbell <bill@celestial.com>
42482              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42483              
42484              The Install.pm changes will be submitted separately because
42485              they need some work and discussion still.
42486      Branch: perl
42487            ! lib/getopts.pl lib/termcap.pl
42488 ____________________________________________________________________________
42489 [  7208] By: jhi                                   on 2000/10/12  23:41:19
42490         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
42491              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42492              Date:     Thu, 12 Oct 2000 07:30:02 EDT
42493              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
42494      Branch: perl
42495            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
42496            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
42497 ____________________________________________________________________________
42498 [  7207] By: jhi                                   on 2000/10/12  23:39:01
42499         Log: An updated EBCDIC tr patch.
42500              
42501              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
42502              From: Peter Prymmer <pvhp@forte.com>
42503              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
42504              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
42505      Branch: perl
42506            ! t/op/tr.t
42507 ____________________________________________________________________________
42508 [  7206] By: jhi                                   on 2000/10/12  23:34:55
42509         Log: Upgrade to CPAN 1.58, from Andreas König.
42510      Branch: perl
42511            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42512 ____________________________________________________________________________
42513 [  7205] By: jhi                                   on 2000/10/12  23:29:08
42514         Log: Introduce the man[24-8] variables, from Andy Dougherty.
42515      Branch: metaconfig/U/perl
42516            + mandirs.U mandirstyle.U
42517      Branch: perl
42518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42519            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
42520            ! vos/config.h vos/config.pl vos/config_h.SH_orig
42521            ! win32/config.bc win32/config.gc win32/config.vc
42522 ____________________________________________________________________________
42523 [  7204] By: gsar                                  on 2000/10/12  18:11:24
42524         Log: restore change#7202
42525      Branch: perl
42526            ! mg.c
42527 ____________________________________________________________________________
42528 [  7203] By: gsar                                  on 2000/10/12  18:09:40
42529         Log: another test of the Emergency Broadcast System--back out 
42530              change#7202
42531      Branch: perl
42532            ! mg.c
42533 ____________________________________________________________________________
42534 [  7202] By: gsar                                  on 2000/10/12  16:40:47
42535         Log: (submitted on behalf of Jarkko)
42536              Fix the lib/encode.t subtest 6 failure as reported by Andreas
42537              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
42538              was unearthed by change 7182, as was a bug in HTML::Entities.
42539      Branch: perl
42540            ! mg.c
42541 ____________________________________________________________________________
42542 [  7201] By: jhi                                   on 2000/10/11  03:16:05
42543         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
42544      Branch: perl
42545            ! pp_hot.c t/pragma/utf8.t
42546 ____________________________________________________________________________
42547 [  7200] By: jhi                                   on 2000/10/11  00:40:30
42548         Log: The #7198 was a false alarm.
42549      Branch: perl
42550            ! pp_hot.c
42551 ____________________________________________________________________________
42552 [  7199] By: jhi                                   on 2000/10/11  00:26:04
42553         Log: Remove duplicated code.
42554      Branch: perl
42555            ! t/lib/cgi-html.t
42556 ____________________________________________________________________________
42557 [  7198] By: jhi                                   on 2000/10/10  23:30:46
42558         Log: (Retracted by #7200.)
42559      Branch: perl
42560            ! pp_hot.c
42561 ____________________________________________________________________________
42562 [  7197] By: jhi                                   on 2000/10/10  21:49:30
42563         Log: Add the test case for #7190, from the original bug report
42564              by Andreas König.
42565      Branch: perl
42566            ! t/pragma/utf8.t
42567 ____________________________________________________________________________
42568 [  7196] By: jhi                                   on 2000/10/10  21:40:49
42569         Log: Reapply Andy's patch and regen Configure.
42570      Branch: perl
42571            ! Configure INSTALL Makefile.SH Porting/Glossary
42572            ! Porting/config.sh config_h.SH epoc/config.sh installperl
42573            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
42574            ! win32/config.vc
42575 ____________________________________________________________________________
42576 [  7195] By: jhi                                   on 2000/10/10  21:09:30
42577         Log: Use the versiononly instead of the installscripts,
42578              retract the changes 7146 and 7147.
42579      Branch: perl
42580            ! Configure INSTALL Makefile.SH Porting/Glossary
42581            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
42582            ! installperl uconfig.sh vos/config.def win32/config.bc
42583            ! win32/config.gc win32/config.vc
42584 ____________________________________________________________________________
42585 [  7194] By: jhi                                   on 2000/10/10  21:06:15
42586         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
42587              From: Peter Prymmer <pvhp@forte.com>
42588              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
42589              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
42590      Branch: perl
42591            ! t/op/ver.t
42592 ____________________________________________________________________________
42593 [  7193] By: jhi                                   on 2000/10/10  21:05:12
42594         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
42595              From: Peter Prymmer <pvhp@forte.com>
42596              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
42597              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
42598      Branch: perl
42599            ! t/op/tr.t
42600 ____________________________________________________________________________
42601 [  7192] By: jhi                                   on 2000/10/10  20:57:30
42602         Log: Add versiononly, delete installscripts, from Andy Dougherty.
42603      Branch: metaconfig
42604            - U/installdirs/installscripts.U
42605      Branch: metaconfig/U/perl
42606            + versiononly.U
42607 ____________________________________________________________________________
42608 [  7191] By: jhi                                   on 2000/10/10  19:41:21
42609         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
42610              From: Peter Prymmer <pvhp@forte.com>
42611              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
42612              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
42613      Branch: perl
42614            ! pod/perlebcdic.pod
42615 ____________________________________________________________________________
42616 [  7190] By: jhi                                   on 2000/10/10  19:26:14
42617         Log: Subject: Re: utf8 concat, mg_get
42618              From: Simon Cozens <simon@cozens.net>
42619              Date: Tue, 10 Oct 2000 17:40:17 +0100
42620              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
42621      Branch: perl
42622            ! pp_hot.c
42623 ____________________________________________________________________________
42624 [  7189] By: jhi                                   on 2000/10/10  19:23:03
42625         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
42626              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
42627              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
42628              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
42629      Branch: perl
42630            ! lib/ExtUtils/MM_Unix.pm
42631 ____________________________________________________________________________
42632 [  7188] By: jhi                                   on 2000/10/10  15:31:24
42633         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
42634              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42635              Date: Fri, 14 Jul 2000 10:47:36 +0100
42636              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
42637      Branch: perl
42638            ! README.win32
42639 ____________________________________________________________________________
42640 [  7187] By: jhi                                   on 2000/10/10  13:30:10
42641         Log: Quote the temp file name, needed in Win32 because the
42642              default name unfortunately contains spaces, shouldn't
42643              hurt elsewhere.
42644              
42645              Subject: FW: perldoc fails if $TEMP contains spaces
42646              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42647              Date: Thu, 14 Sep 2000 08:58:45 +0100
42648              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
42649      Branch: perl
42650            ! utils/perldoc.PL
42651 ____________________________________________________________________________
42652 [  7186] By: jhi                                   on 2000/10/10  13:16:27
42653         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
42654              From: hv@hugo.hybyte.com
42655              Date: Tue, 10 Oct 2000 14:10:20 +0100
42656              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
42657      Branch: perl
42658            ! t/lib/thr5005.t util.c
42659 ____________________________________________________________________________
42660 [  7185] By: jhi                                   on 2000/10/10  12:06:22
42661         Log: Upgrade to podlators 1.04, from Russ Allbery.
42662      Branch: perl
42663            ! lib/Pod/Man.pm lib/Pod/Text.pm
42664 ____________________________________________________________________________
42665 [  7184] By: jhi                                   on 2000/10/10  12:01:32
42666         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
42667      Branch: perl
42668            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
42669 ____________________________________________________________________________
42670 [  7183] By: jhi                                   on 2000/10/09  23:47:15
42671         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
42672              From: Peter Prymmer <pvhp@forte.com>
42673              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
42674              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
42675      Branch: perl
42676            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
42677 ____________________________________________________________________________
42678 [  7182] By: jhi                                   on 2000/10/09  23:43:16
42679         Log: Make eq work again with utf8 (disabling the upgrading
42680              should no more be necessary since the copies of the
42681              scalars are upgraded, not the scalars themselves).
42682              Takes care of ID 20001009.001.  (The claimed length()
42683              bug in 20001009.001 seems bogus to me.)
42684      Branch: perl
42685            ! sv.c t/pragma/utf8.t
42686 ____________________________________________________________________________
42687 [  7181] By: gsar                                  on 2000/10/09  19:41:54
42688         Log: tweak for change#7173
42689      Branch: perl
42690            ! win32/win32sck.c
42691 ____________________________________________________________________________
42692 [  7180] By: gsar                                  on 2000/10/09  19:26:56
42693         Log: on Windows, clean targets might not work under some flavors of the shell
42694      Branch: perl
42695            ! win32/Makefile win32/makefile.mk
42696 ____________________________________________________________________________
42697 [  7179] By: jhi                                   on 2000/10/09  19:21:02
42698         Log: Update Changes.
42699      Branch: perl
42700            ! Changes patchlevel.h
42701 ____________________________________________________________________________
42702 [  7178] By: jhi                                   on 2000/10/09  19:18:23
42703         Log: Warn about unknown scripts.
42704              
42705              Subject: Re: ideas? patches? [PATCH bleadperl]
42706              From: Dominic Dunlop <domo@computer.org>
42707              Date: Mon, 9 Oct 2000 14:57:17 +0200
42708              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
42709      Branch: perl
42710            ! lib/charnames.pm
42711 ____________________________________________________________________________
42712 [  7177] By: jhi                                   on 2000/10/09  19:13:27
42713         Log: Change #7160 had a nasty typo.
42714      Branch: metaconfig
42715            ! U/compline/Compile.U
42716      Branch: perl
42717            ! Configure config_h.SH
42718 ____________________________________________________________________________
42719 [  7176] By: gsar                                  on 2000/10/09  18:59:33
42720         Log: pod nit
42721      Branch: perl
42722            ! pod/perlport.pod
42723 ____________________________________________________________________________
42724 [  7175] By: gsar                                  on 2000/10/09  18:54:28
42725         Log: Windows9x doesn't support link(), despite what Config.pm
42726              might think
42727      Branch: perl
42728            ! lib/ExtUtils/Manifest.pm
42729 ____________________________________________________________________________
42730 [  7174] By: gsar                                  on 2000/10/09  18:50:03
42731         Log: avoid nonportable example code
42732      Branch: perl
42733            ! lib/File/Copy.pm
42734 ____________________________________________________________________________
42735 [  7173] By: gsar                                  on 2000/10/09  18:46:54
42736         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
42737              being used) when closing a socket handle
42738      Branch: perl
42739            ! win32/win32.c win32/win32.h win32/win32sck.c
42740 ____________________________________________________________________________
42741 [  7172] By: gsar                                  on 2000/10/09  18:41:40
42742         Log: on Windows, cwd strings in the environment should be of the
42743              form =X:=X:\foo instead of =X=X:\foo\
42744      Branch: perl
42745            ! win32/vdir.h
42746 ____________________________________________________________________________
42747 [  7171] By: gsar                                  on 2000/10/09  18:30:09
42748         Log: on Windows, LoadLibrary() could load an extension DLL multiple
42749              times if forward slashes are used in the path
42750      Branch: perl
42751            ! win32/win32.c
42752 ____________________________________________________________________________
42753 [  7170] By: jhi                                   on 2000/10/09  17:53:59
42754         Log: Add a todo note about overloadable assertions.
42755      Branch: perl
42756            ! Todo-5.6
42757 ____________________________________________________________________________
42758 [  7169] By: jhi                                   on 2000/10/09  13:43:45
42759         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
42760              From: mjd@plover.com
42761              Date: 9 Oct 2000 00:24:44 -0000
42762              Message-ID: <20001009002444.10616.qmail@plover.com>
42763      Branch: perl
42764            ! pod/perldebguts.pod
42765 ____________________________________________________________________________
42766 [  7168] By: nick                                  on 2000/10/08  13:16:33
42767         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
42768              is not right thing to do on (e.g. x86). Network order is also "right" for
42769              X fonts.
42770      Branch: perl
42771            ! ext/Encode/Encode.pm
42772 ____________________________________________________________________________
42773 [  7167] By: nick                                  on 2000/10/08  12:54:42
42774         Log: Make "encodings" work post-install when Encode/*.enc files may not
42775              be in same directory as Encode.pm
42776      Branch: perl
42777            ! ext/Encode/Encode.pm
42778 ____________________________________________________________________________
42779 [  7166] By: nick                                  on 2000/10/08  11:51:26
42780         Log: Work round the fact that $hash->{$key} does not take into account
42781              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
42782              so that key is always in the "expected" encoding - i.e. same way we put
42783              it in the hash.
42784      Branch: perl
42785            ! ext/Encode/Encode.pm
42786 ____________________________________________________________________________
42787 [  7165] By: gsar                                  on 2000/10/08  04:15:29
42788         Log: save_re_context() could reset PL_curcop to freed memory, causing core
42789              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
42790      Branch: perl
42791            ! pp_ctl.c
42792 ____________________________________________________________________________
42793 [  7164] By: jhi                                   on 2000/10/06  20:51:48
42794         Log: UTF8ize split() so that the cloned substrings get the UTF8
42795              flag of the original scalar.  Problem reported by Simon Cozens.
42796      Branch: perl
42797            ! pp.c t/pragma/utf8.t
42798 ____________________________________________________________________________
42799 [  7163] By: nick                                  on 2000/10/06  20:48:34
42800         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
42801              got a false +ve and so did not reach code which would have un-FAKEd the SV.
42802      Branch: perl
42803            ! sv.c
42804 ____________________________________________________________________________
42805 [  7162] By: nick                                  on 2000/10/06  20:25:37
42806         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
42807              To fix  (sort {$a <=> $b} keys %hash) in particular but
42808              should cover a number of other as-yet-unknown cases as well.
42809      Branch: perl
42810            ! sv.c
42811 ____________________________________________________________________________
42812 [  7161] By: jhi                                   on 2000/10/06  19:56:18
42813         Log: Change the version number of Tie::Handle in the core to 4.0,
42814              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
42815              
42816              Subject: Note on Tie::Handle
42817              From: andreas.koenig@anima.de (Andreas J. Koenig)
42818              Date:      06 Oct 2000 21:48:58 +0200
42819              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
42820      Branch: perl
42821            ! lib/Tie/Handle.pm
42822 ____________________________________________________________________________
42823 [  7160] By: jhi                                   on 2000/10/06  18:20:35
42824         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
42825              as the first option of cc/ld because of ultrapicky compilers
42826              (e.g. OS/390 R2.5)
42827      Branch: metaconfig
42828            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
42829            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
42830            ! U/compline/orderlib.U U/modified/Cppsym.U
42831            ! U/modified/d_access.U
42832      Branch: metaconfig/U/perl
42833            ! Checkcc.U d_dlsymun.U gccvers.U
42834      Branch: perl
42835            ! Configure config_h.SH
42836 ____________________________________________________________________________
42837 [  7159] By: jhi                                   on 2000/10/06  13:56:39
42838         Log: Update Changes.
42839      Branch: perl
42840            ! Changes patchlevel.h
42841 ____________________________________________________________________________
42842 [  7158] By: jhi                                   on 2000/10/06  12:48:40
42843         Log: Eliminate $Is_VMS code from the test.
42844              
42845              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
42846              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42847              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
42848              Date:     Thu, 5 Oct 2000 07:46:33 EDT
42849      Branch: perl
42850            ! t/lib/b.t
42851 ____________________________________________________________________________
42852 [  7157] By: jhi                                   on 2000/10/06  12:47:13
42853         Log: Also the $ccflags is needed for the C compiler check.
42854              
42855              Subject: Configure (check for C-compiler)
42856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42857              Date: Fri, 06 Oct 2000 08:47:15 +0200
42858              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
42859      Branch: metaconfig/U/perl
42860            ! Checkcc.U
42861      Branch: perl
42862            ! Configure config_h.SH
42863 ____________________________________________________________________________
42864 [  7156] By: jhi                                   on 2000/10/06  11:45:15
42865         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
42866      Branch: perl
42867            ! perl.c pp_ctl.c sv.h utf8.c
42868 ____________________________________________________________________________
42869 [  7155] By: jhi                                   on 2000/10/06  11:40:41
42870         Log: IO::Handle->syswrite() did not handle length omission
42871              like CORE::syswrite() does.
42872              
42873              Subject: [Fwd] IO::Handle, syswrite and arguments
42874              From: Graham Barr <gbarr@pobox.com>
42875              Date: Fri, 6 Oct 2000 10:22:05 +0100
42876              Message-ID: <20001006102205.U6312@pobox.com>
42877              
42878              The original patch from andrew@ugh.net.au.
42879      Branch: perl
42880            ! ext/IO/lib/IO/Handle.pm
42881 ____________________________________________________________________________
42882 [  7154] By: jhi                                   on 2000/10/06  01:42:15
42883         Log: Tweak #7153.
42884      Branch: perl
42885            ! utf8.h
42886 ____________________________________________________________________________
42887 [  7153] By: jhi                                   on 2000/10/06  00:39:55
42888         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
42889      Branch: perl
42890            ! utf8.h
42891 ____________________________________________________________________________
42892 [  7152] By: jhi                                   on 2000/10/06  00:38:11
42893         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
42894      Branch: perl
42895            ! perl.c pp_ctl.c sv.h utf8.c
42896 ____________________________________________________________________________
42897 [  7151] By: jhi                                   on 2000/10/06  00:36:38
42898         Log: Subject: Re: Questions about Tie::Array and perl modules
42899              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42900              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
42901              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
42902              
42903              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
42904      Branch: perl
42905            ! lib/Tie/Array.pm t/op/array.t
42906 ____________________________________________________________________________
42907 [  7150] By: jhi                                   on 2000/10/05  00:20:45
42908         Log: Regen Changes.
42909      Branch: perl
42910            ! Changes patchlevel.h
42911 ____________________________________________________________________________
42912 [  7149] By: jhi                                   on 2000/10/05  00:20:01
42913         Log: Regen toc.
42914      Branch: perl
42915            ! pod/perltoc.pod
42916 ____________________________________________________________________________
42917 [  7148] By: jhi                                   on 2000/10/04  23:35:08
42918         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
42919              reported several times by Dominic Dunlop, for example in
42920              ID 20000315.008.  Patch from Dominic.  Patch affects at
42921              least MachTen, and possibly other oldish BSDs. Should not
42922              break non-broken platforms (tested on LinuxPPC). 
42923      Branch: perl
42924            ! doio.c
42925 ____________________________________________________________________________
42926 [  7147] By: jhi                                   on 2000/10/04  23:26:34
42927         Log: The one that got away from 7146.
42928      Branch: metaconfig
42929            + U/installdirs/installscripts.U
42930 ____________________________________________________________________________
42931 [  7146] By: jhi                                   on 2000/10/04  23:25:04
42932         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
42933              suggested by H. Merijn Brand.
42934      Branch: perl
42935            ! Configure INSTALL Makefile.SH Porting/Glossary
42936            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
42937            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
42938            ! win32/config.vc
42939 ____________________________________________________________________________
42940 [  7145] By: jhi                                   on 2000/10/04  22:08:21
42941         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
42942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42943              Date: Wed, 4 Oct 2000 17:37:46 -0400
42944              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
42945      Branch: perl
42946            ! utils/h2xs.PL
42947 ____________________________________________________________________________
42948 [  7144] By: jhi                                   on 2000/10/04  18:11:41
42949         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
42950              From: Jeff Pinyan <jeffp@crusoe.net>
42951              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
42952              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
42953      Branch: perl
42954            ! pod/perlrun.pod
42955 ____________________________________________________________________________
42956 [  7143] By: jhi                                   on 2000/10/04  18:09:58
42957         Log: Subject: perlhack.pod Patch for Externals Tools
42958              From: Fisher Mark <fisherm@tce.com>
42959              Date: Tue, 3 Oct 2000 15:43:27 -0500 
42960              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
42961      Branch: perl
42962            ! pod/perlhack.pod
42963 ____________________________________________________________________________
42964 [  7142] By: jhi                                   on 2000/10/04  18:08:41
42965         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
42966              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42967              Date:     Wed, 4 Oct 2000 12:11:11 EDT
42968              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
42969      Branch: perl
42970            ! vms/vms.c
42971 ____________________________________________________________________________
42972 [  7141] By: jhi                                   on 2000/10/04  12:20:16
42973         Log: Subject: [PATCH 5.7.0] h2xs not working
42974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42975              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
42976              Date: Tue, 3 Oct 2000 21:43:01 -0400
42977              
42978              Subject: [PATCH 5.7.0] h2xs not documenting the created module
42979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42980              Date: Tue, 3 Oct 2000 22:55:19 -0400
42981              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
42982      Branch: perl
42983            ! utils/h2xs.PL
42984 ____________________________________________________________________________
42985 [  7140] By: jhi                                   on 2000/10/04  11:53:44
42986         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
42987              From: nick@babyhippo.com
42988              Date: Wed, 4 Oct 2000 12:06:45 +0100
42989              Message-Id: <20001004120645.A7356@babyhippo.com>
42990              
42991              Retract 7118 and 7135.
42992      Branch: perl
42993            ! installman installperl op.c t/pragma/subs.t
42994 ____________________________________________________________________________
42995 [  7139] By: jhi                                   on 2000/10/03  22:09:41
42996         Log: It is possible to have no hosts database at all.  Pointed out in
42997              
42998              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
42999              From: Peter Prymmer <pvhp@forte.com>
43000              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43001              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43002      Branch: metaconfig
43003            ! U/modified/myhostname.U
43004      Branch: perl
43005            ! Configure config_h.SH
43006 ____________________________________________________________________________
43007 [  7138] By: jhi                                   on 2000/10/03  21:49:49
43008         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43009              From: Peter Prymmer <pvhp@forte.com>
43010              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43011              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43012      Branch: perl
43013            ! pp_sys.c
43014 ____________________________________________________________________________
43015 [  7137] By: jhi                                   on 2000/10/03  20:10:05
43016         Log: One remaining nit less at the VMS mailbox sizing.
43017      Branch: perl
43018            ! vms/vms.c
43019 ____________________________________________________________________________
43020 [  7136] By: jhi                                   on 2000/10/03  20:08:47
43021         Log: Test harness update to sync with the new perlcc,
43022              from Simon Cozens.
43023      Branch: perl
43024            ! t/TEST t/UTEST
43025 ____________________________________________________________________________
43026 [  7135] By: jhi                                   on 2000/10/03  15:15:42
43027         Log: Subject: Re: PATCH for 20001003.004
43028              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
43029              From: "AARON B. DOSSETT" <aaron@iglou.com>
43030              Message-Id: <E13gTay-0006od-00@iglou.com>
43031      Branch: perl
43032            ! installman installperl
43033 ____________________________________________________________________________
43034 [  7134] By: jhi                                   on 2000/10/03  15:00:34
43035         Log: Subject: [ID 20001003.006] B::Debug not -w clean
43036              From: Nicholas Clark <nick@babyhippo.co.uk>
43037              Date: Tue, 03 Oct 2000 15:46:32 +0100
43038              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
43039      Branch: perl
43040            ! ext/B/B/Debug.pm
43041 ____________________________________________________________________________
43042 [  7133] By: jhi                                   on 2000/10/03  14:58:39
43043         Log: Scale down the VMS message boxes, by Charles Lane.
43044              Fix for ID 20000903.009, workaround at
43045              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43046      Branch: perl
43047            ! vms/vms.c
43048 ____________________________________________________________________________
43049 [  7132] By: jhi                                   on 2000/10/03  11:20:37
43050         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
43051      Branch: perl
43052            + t/lib/st-lock.t t/lib/st-utf8.t
43053            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
43054            ! ext/Storable/Storable.xs t/lib/st-recurse.t
43055 ____________________________________________________________________________
43056 [  7131] By: jhi                                   on 2000/10/03  03:38:23
43057         Log: Encode nits.
43058      Branch: perl
43059            ! MANIFEST Makefile.SH
43060 ____________________________________________________________________________
43061 [  7130] By: jhi                                   on 2000/10/03  03:31:05
43062         Log: Update Changes.
43063      Branch: perl
43064            ! Changes patchlevel.h
43065 ____________________________________________________________________________
43066 [  7129] By: jhi                                   on 2000/10/03  02:24:02
43067         Log: Misplaced else.
43068      Branch: metaconfig/U/perl
43069            ! d_strtoll.U
43070      Branch: perl
43071            ! Configure config_h.SH
43072 ____________________________________________________________________________
43073 [  7128] By: jhi                                   on 2000/10/03  02:08:29
43074         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43075              From: sthoenna@efn.org
43076              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
43077              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
43078      Branch: metaconfig/U/perl
43079            ! d_strtoll.U
43080      Branch: perl
43081            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
43082 ____________________________________________________________________________
43083 [  7127] By: jhi                                   on 2000/10/03  01:13:14
43084         Log: Update Changes.
43085      Branch: perl
43086            ! Changes patchlevel.h
43087 ____________________________________________________________________________
43088 [  7126] By: jhi                                   on 2000/10/03  00:57:08
43089         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43090              as suggested by Olaf Flebbe and Nick Clark.
43091      Branch: perl
43092            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
43093 ____________________________________________________________________________
43094 [  7125] By: jhi                                   on 2000/10/03  00:50:56
43095         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
43096              From: Nick Clark <nick@plum.flirble.org>
43097              Date: Mon, 2 Oct 2000 11:03:24 +0100
43098              Message-Id: <20001002110324.D20073@plum.flirble.org>
43099              
43100              Also fixes bug ID 20001002.005.
43101      Branch: perl
43102            ! t/lib/encode.t
43103 ____________________________________________________________________________
43104 [  7124] By: jhi                                   on 2000/10/03  00:34:59
43105         Log: Subject: [PATCH 5.7.0] Epoc update
43106              From: Olaf Flebbe <o.flebbe@gmx.de>
43107              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
43108              Message-ID: <26423.969484586@www10.gmx.net>
43109      Branch: perl
43110            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43111            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
43112            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
43113            ! util.c util.h
43114 ____________________________________________________________________________
43115 [  7123] By: jhi                                   on 2000/10/03  00:30:07
43116         Log: Regen headers.
43117      Branch: perl
43118            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
43119 ____________________________________________________________________________
43120 [  7122] By: jhi                                   on 2000/10/03  00:10:48
43121         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43122      Branch: perl
43123            ! hints/openbsd.sh
43124 ____________________________________________________________________________
43125 [  7121] By: jhi                                   on 2000/10/03  00:05:06
43126         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
43127              From: <abigail@foad.org>
43128              Date: Tue, 26 Sep 2000 13:36:14 -0400
43129              Message-ID: <20000926173614.4356.qmail@foad.org>
43130      Branch: perl
43131            ! pod/perlop.pod
43132 ____________________________________________________________________________
43133 [  7120] By: jhi                                   on 2000/10/03  00:04:00
43134         Log: Inside require() $^S was always left undefined.
43135              
43136              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43138              Date: Wed, 27 Sep 2000 18:54:49 -0400
43139              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
43140      Branch: perl
43141            ! cop.h mg.c pp_ctl.c util.c
43142 ____________________________________________________________________________
43143 [  7119] By: jhi                                   on 2000/10/03  00:00:16
43144         Log: Subject: [PATCH] DLL not restartabke with threaded perl
43145              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
43146              Date: Thu, 28 Sep 2000 09:20:46 +0100
43147              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
43148      Branch: perl
43149            ! perl.c
43150 ____________________________________________________________________________
43151 [  7118] By: jhi                                   on 2000/10/02  23:59:20
43152         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
43153              From: Nicholas Clark <nick@ccl4.org>
43154              Date: Thu, 28 Sep 2000 11:52:24 +0100
43155              Message-ID: <20000928115224.D7924@plum.flirble.org>
43156      Branch: perl
43157            ! op.c
43158 ____________________________________________________________________________
43159 [  7117] By: jhi                                   on 2000/10/02  23:57:51
43160         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43161              From: Nicholas Clark <nick@babyhippo.co.uk>
43162              Date: Thu, 28 Sep 2000 12:18:10 +0100
43163              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
43164              
43165              Did not apply cleanly, manual intervention was needed.
43166      Branch: perl
43167            ! ext/B/B/Bytecode.pm utils/perlcc.PL
43168 ____________________________________________________________________________
43169 [  7116] By: jhi                                   on 2000/10/02  23:50:40
43170         Log: Document the issue (is not a syntax error, kind of)
43171              
43172              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43173              From: Nicholas Clark <nick@ccl4.org>
43174              Date: Thu, 28 Sep 2000 17:12:42 +0100
43175              Message-ID: <20000928171242.K7924@plum.flirble.org>
43176      Branch: perl
43177            ! pod/perldata.pod
43178 ____________________________________________________________________________
43179 [  7115] By: jhi                                   on 2000/10/02  23:48:58
43180         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43182              Date: Thu, 28 Sep 2000 21:55:31 -0400
43183              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
43184      Branch: perl
43185            ! regexec.c
43186 ____________________________________________________________________________
43187 [  7114] By: jhi                                   on 2000/10/02  23:47:57
43188         Log: Subject: DOC PATCH 5.6.0
43189              From: mjd@plover.com
43190              Date: 30 Sep 2000 06:02:34 -0000
43191              Message-ID: <20000930060234.4559.qmail@plover.com>
43192      Branch: perl
43193            ! pod/perldebguts.pod
43194 ____________________________________________________________________________
43195 [  7113] By: jhi                                   on 2000/10/02  23:46:43
43196         Log: SOCK_DGRAM and listen() do not mix as reported in
43197              
43198              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43199              From: Petter Reinholdtsen <pere@hungry.com>
43200              Date: Sun, 1 Oct 2000 10:57:20 +0800
43201              Message-Id: <200010010257.KAA05735@localhost.localdomain>
43202              
43203              The patch for 5.7.0+ had to be reengineered, though.
43204      Branch: perl
43205            ! ext/IO/lib/IO/Socket/UNIX.pm
43206 ____________________________________________________________________________
43207 [  7112] By: jhi                                   on 2000/10/02  23:36:57
43208         Log: Subject: Re: [PATCH 5.005_64 missed]
43209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43210              Date: Sun, 1 Oct 2000 18:50:10 -0400
43211              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
43212      Branch: perl
43213            ! pod/perlxs.pod
43214 ____________________________________________________________________________
43215 [  7111] By: jhi                                   on 2000/10/02  23:35:40
43216         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
43217              From: Radu Greab <radu@netsoft.ro>
43218              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
43219              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
43220      Branch: perl
43221            ! op.c opcode.pl t/op/substr.t
43222 ____________________________________________________________________________
43223 [  7110] By: jhi                                   on 2000/10/02  23:32:38
43224         Log: Subject: [PATCH] Fix aliasing of tied filehandles
43225              From: Daniel Chetlin <daniel@chetlin.com>
43226              Date: Mon, 2 Oct 2000 14:53:27 -0700
43227              Message-ID: <20001002145327.C1617@ilmd>
43228      Branch: perl
43229            ! perl.h pp_hot.c t/op/tiehandle.t
43230 ____________________________________________________________________________
43231 [  7109] By: jhi                                   on 2000/10/02  23:31:30
43232         Log: s/Robin Parker/Robin Barker/
43233      Branch: perl
43234            ! Changes5.6
43235 ____________________________________________________________________________
43236 [  7108] By: jhi                                   on 2000/10/02  23:15:46
43237         Log: Retract #7091 as suggested in
43238              
43239              From: Robin Barker <rmb1@cise.npl.co.uk> 
43240              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
43241              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
43242              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
43243      Branch: perl
43244            ! embed.pl proto.h
43245 ____________________________________________________________________________
43246 [  7107] By: nick                                  on 2000/10/02  18:23:14
43247         Log: A few tweaks to get Tk803 to work with Encode scheme.
43248      Branch: perl
43249            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43250 ____________________________________________________________________________
43251 [  7106] By: nick                                  on 2000/10/01  21:34:14
43252         Log: Add checking cases to Encode's toUnicode and fromUnicode.
43253      Branch: perl
43254            ! ext/Encode/Encode.pm
43255 ____________________________________________________________________________
43256 [  7105] By: nick                                  on 2000/10/01  17:18:01
43257         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
43258              To read and use them.
43259              Add a lib/encode.t which checks a few things.
43260      Branch: perl
43261            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
43262            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
43263            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
43264            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
43265            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
43266            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
43267            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
43268            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
43269            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
43270            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
43271            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
43272            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
43273            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
43274            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
43275            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
43276            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
43277            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
43278            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
43279            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
43280            + ext/Encode/Encode/iso2022-jp.enc
43281            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
43282            + ext/Encode/Encode/iso8859-1.enc
43283            + ext/Encode/Encode/iso8859-2.enc
43284            + ext/Encode/Encode/iso8859-3.enc
43285            + ext/Encode/Encode/iso8859-4.enc
43286            + ext/Encode/Encode/iso8859-5.enc
43287            + ext/Encode/Encode/iso8859-6.enc
43288            + ext/Encode/Encode/iso8859-7.enc
43289            + ext/Encode/Encode/iso8859-8.enc
43290            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
43291            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
43292            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
43293            + ext/Encode/Encode/macCentEuro.enc
43294            + ext/Encode/Encode/macCroatian.enc
43295            + ext/Encode/Encode/macCyrillic.enc
43296            + ext/Encode/Encode/macDingbats.enc
43297            + ext/Encode/Encode/macGreek.enc
43298            + ext/Encode/Encode/macIceland.enc
43299            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
43300            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
43301            + ext/Encode/Encode/macTurkish.enc
43302            + ext/Encode/Encode/macUkraine.enc
43303            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
43304            + t/lib/encode.t
43305            ! MANIFEST ext/Encode/Encode.pm
43306 ____________________________________________________________________________
43307 [  7104] By: nick                                  on 2000/09/30  13:04:30
43308         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
43309              From: Daniel Chetlin <daniel@chetlin.com>
43310              Date: Mon, 18 Sep 2000 05:05:40 -0700
43311              Message-Id: <20000918050540.C652@ilmd>
43312      Branch: perl
43313            ! lib/overload.pm sv.c t/pragma/overload.t
43314 ____________________________________________________________________________
43315 [  7103] By: nick                                  on 2000/09/30  12:53:36
43316         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43317              From: Johan Vromans <jvromans@squirrel.nl>
43318              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
43319              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
43320      Branch: perl
43321            ! pod/Makefile.SH
43322 ____________________________________________________________________________
43323 [  7102] By: nick                                  on 2000/09/30  12:52:31
43324         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43325              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43326              Date: Sat, 16 Sep 2000 16:36:45 -0400
43327              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
43328      Branch: perl
43329            ! ext/B/B/Deparse.pm
43330 ____________________________________________________________________________
43331 [  7101] By: nick                                  on 2000/09/30  12:51:41
43332         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43333              From: Craig A. Berry <craig.berry@psinetcs.com>
43334              Date: Sat, 16 Sep 2000 10:11:10 -0500
43335              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
43336      Branch: perl
43337            ! vms/vms.c
43338 ____________________________________________________________________________
43339 [  7100] By: nick                                  on 2000/09/30  12:50:33
43340         Log: Subject: Re: unicode support and perl [ID 20000901.097]
43341              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43342              Date: Fri, 15 Sep 2000 16:37:58 -0400
43343              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
43344      Branch: perl
43345            ! t/op/append.t
43346 ____________________________________________________________________________
43347 [  7099] By: nick                                  on 2000/09/30  12:49:35
43348         Log: Subject: Re: unicode support and perl [ID 20000901.097]
43349              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43350              Date: Fri, 15 Sep 2000 16:25:30 -0400
43351              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
43352      Branch: perl
43353            ! pp_hot.c
43354 ____________________________________________________________________________
43355 [  7098] By: nick                                  on 2000/09/30  12:48:00
43356         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43357              From: Gisle Aas <gisle@ActiveState.com>
43358              Date: 15 Sep 2000 16:23:41 +0200
43359              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
43360      Branch: perl
43361            ! toke.c
43362 ____________________________________________________________________________
43363 [  7097] By: nick                                  on 2000/09/30  12:45:16
43364         Log: Subject: [PATCH] Nits in perlmod.pod
43365              From: Daniel Chetlin <daniel@chetlin.com>
43366              Date: Fri, 15 Sep 2000 02:04:09 -0700
43367              Message-Id: <20000915020409.A2104@ilmd>
43368      Branch: perl
43369            ! pod/perlmod.pod
43370 ____________________________________________________________________________
43371 [  7096] By: nick                                  on 2000/09/30  12:18:00
43372         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43373              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43374              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43375              0 to checking to get the warning.
43376      Branch: perl
43377            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43378            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
43379            ! regexec.c sv.c toke.c utf8.c
43380 ____________________________________________________________________________
43381 [  7095] By: nick                                  on 2000/09/15  16:55:59
43382         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
43383              
43384              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
43385              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43386              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
43387              Date: Fri, 15 Sep 2000 06:37:30 -0400
43388      Branch: perl
43389            ! ext/Encode/Encode.xs sv.c
43390 ____________________________________________________________________________
43391 [  7094] By: jhi                                   on 2000/09/15  03:23:32
43392         Log: Update Changes.
43393      Branch: perl
43394            ! Changes patchlevel.h
43395 ____________________________________________________________________________
43396 [  7093] By: jhi                                   on 2000/09/15  03:11:44
43397         Log: Fix for the charnames.t failures from Spider Boardman.
43398      Branch: perl
43399            ! toke.c
43400 ____________________________________________________________________________
43401 [  7092] By: jhi                                   on 2000/09/15  00:15:48
43402         Log: Botched the #7090 check-in.
43403      Branch: perl
43404            ! sv.c
43405 ____________________________________________________________________________
43406 [  7091] By: jhi                                   on 2000/09/14  23:33:24
43407         Log: Part of #7081 didn't come through.
43408      Branch: perl
43409            ! embed.pl proto.h
43410 ____________________________________________________________________________
43411 [  7090] By: jhi                                   on 2000/09/14  23:17:39
43412         Log: Subject: Re: perl@7078 
43413              From: Spider Boardman <spider@web.zk3.dec.com>
43414              Date: Thu, 14 Sep 2000 19:06:36 -0400
43415              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
43416      Branch: perl
43417            ! sv.c toke.c
43418 ____________________________________________________________________________
43419 [  7089] By: jhi                                   on 2000/09/14  23:11:21
43420         Log: Small portability tweaks.
43421      Branch: perl
43422            ! ext/Encode/Encode.xs
43423 ____________________________________________________________________________
43424 [  7088] By: jhi                                   on 2000/09/14  22:57:23
43425         Log: Fake return to pacify picky compilers.
43426      Branch: perl
43427            ! ext/Encode/Encode.xs
43428 ____________________________________________________________________________
43429 [  7087] By: jhi                                   on 2000/09/14  22:53:37
43430         Log: Subject: [PATCH] utf8.c apidoc
43431              From: Simon Cozens <simon@cozens.net>
43432              Date: Thu, 14 Sep 2000 23:46:57 +0100
43433              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
43434      Branch: perl
43435            ! perlapi.c pod/perlapi.pod utf8.c
43436 ____________________________________________________________________________
43437 [  7086] By: jhi                                   on 2000/09/14  22:40:38
43438         Log: We don't need to count the high bit bytes, a boolean is enough. 
43439      Branch: perl
43440            ! sv.c
43441 ____________________________________________________________________________
43442 [  7085] By: jhi                                   on 2000/09/14  21:20:09
43443         Log: Replace #7084 with
43444              
43445              Subject: Re: perl@7078 
43446              From: Spider Boardman <spider@web.zk3.dec.com>
43447              Date: Thu, 14 Sep 2000 17:09:36 -0400
43448              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
43449      Branch: perl
43450            ! sv.c utf8.c
43451 ____________________________________________________________________________
43452 [  7084] By: jhi                                   on 2000/09/14  20:03:34
43453         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43454              convertable to bytes by checking it doesn't go above 0xc3
43455              
43456              Subject: Re: perl@7078
43457              From: Simon Cozens <simon@cozens.net>
43458              Date: Thu, 14 Sep 2000 20:59:19 +0100
43459              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
43460      Branch: perl
43461            ! utf8.c
43462 ____________________________________________________________________________
43463 [  7083] By: jhi                                   on 2000/09/14  19:38:47
43464         Log: Subject: Re: perl@7078
43465              From: Simon Cozens <simon@cozens.net>
43466              Date: Thu, 14 Sep 2000 20:13:09 +0100
43467              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
43468      Branch: perl
43469            ! t/op/bop.t
43470 ____________________________________________________________________________
43471 [  7082] By: jhi                                   on 2000/09/14  17:50:44
43472         Log: The one that got away.
43473      Branch: perl
43474            ! lib/File/Find.pm
43475 ____________________________________________________________________________
43476 [  7081] By: jhi                                   on 2000/09/14  17:45:35
43477         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
43478              From: Robin Barker <rmb1@cise.npl.co.uk>
43479              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
43480              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
43481      Branch: perl
43482            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
43483            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
43484            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
43485            ! regcomp.c toke.c universal.c
43486 ____________________________________________________________________________
43487 [  7080] By: jhi                                   on 2000/09/14  17:40:35
43488         Log: Problems picked up by AIX cc.
43489              
43490              Subject: Re: perl@7078 (patch included)
43491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43492              Date: Thu, 14 Sep 2000 18:53:30 +0200
43493              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
43494      Branch: perl
43495            ! ext/Encode/Encode.xs
43496 ____________________________________________________________________________
43497 [  7079] By: jhi                                   on 2000/09/14  17:38:27
43498         Log: Subject: File::Find 5.7.0 POD nits
43499              From: Rich Morin <rdm@cfcl.com>
43500              Date: Wed, 13 Sep 2000 22:03:58 -0700
43501              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
43502      Branch: perl
43503            ! lib/File/Find.pm
43504 ____________________________________________________________________________
43505 [  7078] By: jhi                                   on 2000/09/14  14:58:20
43506         Log: Update Changes.
43507      Branch: perl
43508            ! Changes patchlevel.h
43509 ____________________________________________________________________________
43510 [  7077] By: jhi                                   on 2000/09/14  14:55:54
43511         Log: Compilation warnings and an error.
43512      Branch: perl
43513            ! sv.c
43514 ____________________________________________________________________________
43515 [  7076] By: jhi                                   on 2000/09/14  14:42:56
43516         Log: Fix for a parsing bug, not for the original bug.
43517              
43518              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
43519              From: Spider Boardman <spider@web.zk3.dec.com>
43520              Date: Wed, 13 Sep 2000 17:52:20 -0400
43521              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
43522      Branch: perl
43523            ! regcomp.c
43524 ____________________________________________________________________________
43525 [  7075] By: jhi                                   on 2000/09/14  14:40:40
43526         Log: Batch of UTF-8 patches from Simon Cozens.
43527      Branch: perl
43528            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
43529            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
43530            ! toke.c utf8.c
43531 ____________________________________________________________________________
43532 [  7074] By: jhi                                   on 2000/09/14  14:29:58
43533         Log: Subject: Re: Two advertising clauses need to be removed
43534              From: Russ Allbery <rra@stanford.edu>
43535              Date: 13 Sep 2000 18:50:26 -0700
43536              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
43537      Branch: perl
43538            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
43539 ____________________________________________________________________________
43540 [  7073] By: jhi                                   on 2000/09/14  14:28:20
43541         Log: Subject: [PATCH] de-wall t/README
43542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43543              Date: Wed, 13 Sep 2000 17:46:55 -0700
43544              Message-ID: <//Bw5gzkge/e092yn@efn.org>
43545      Branch: perl
43546            ! t/README
43547 ____________________________________________________________________________
43548 [  7072] By: jhi                                   on 2000/09/14  14:25:10
43549         Log: Hints optimization.
43550              
43551              Subject: Minor nit
43552              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43553              Date: Wed, 13 Sep 2000 21:42:07 +0200
43554              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
43555      Branch: perl
43556            ! hints/hpux.sh
43557 ____________________________________________________________________________
43558 [  7071] By: jhi                                   on 2000/09/14  14:23:30
43559         Log: Allow chop() and chomp() to be overridden.
43560              
43561              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43562              From: "Casey R. Tweten" <crt@kiski.net>
43563              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
43564              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
43565      Branch: perl
43566            ! toke.c
43567 ____________________________________________________________________________
43568 [  7070] By: jhi                                   on 2000/09/14  14:20:36
43569         Log: The return value of setlocale must be copied away.
43570              
43571              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43572              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43573              Date: Wed, 13 Sep 2000 16:27:37 +0100 
43574              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
43575      Branch: perl
43576            ! util.c
43577 ____________________________________________________________________________
43578 [  7069] By: jhi                                   on 2000/09/14  14:16:27
43579         Log: Remove vestiges of tr//CU.
43580              
43581              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43582              From: Nick Clark <nick@plum.flirble.org>
43583              Date: Tue, 12 Sep 2000 22:50:14 +0100
43584              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
43585              
43586              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43588              Date: Tue, 12 Sep 2000 21:38:48 -0700
43589              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
43590      Branch: perl
43591            ! op.h pod/perlunicode.pod
43592 ____________________________________________________________________________
43593 [  7068] By: jhi                                   on 2000/09/13  14:18:39
43594         Log: Add the Encode extension.  The code is still largely just skeleton.
43595      Branch: perl
43596            + ext/Encode/Encode.pm ext/Encode/Encode.xs
43597            + ext/Encode/Makefile.PL ext/Encode/Todo
43598            ! MANIFEST Todo-5.6
43599 ____________________________________________________________________________
43600 [  7067] By: jhi                                   on 2000/09/12  17:43:33
43601         Log: Allow for whitespace between "#" and "line" in cpp output.
43602              
43603              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
43604              From: Calle Dybedahl <calle@lysator.liu.se>
43605              Date: 12 Sep 2000 19:38:02 +0200 
43606              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
43607      Branch: perl
43608            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
43609 ____________________________________________________________________________
43610 [  7066] By: gsar                                  on 2000/09/12  17:24:29
43611         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
43612              initialization in all the threads on Windows
43613      Branch: perl
43614            ! win32/win32.c
43615 ____________________________________________________________________________
43616 [  7065] By: jhi                                   on 2000/09/12  15:11:31
43617         Log: Update Changes.
43618      Branch: perl
43619            ! Changes patchlevel.h
43620 ____________________________________________________________________________
43621 [  7064] By: jhi                                   on 2000/09/12  14:54:54
43622         Log: Retract #7062, the pod tests are not ready.
43623      Branch: perl
43624            ! t/TEST t/harness
43625 ____________________________________________________________________________
43626 [  7063] By: jhi                                   on 2000/09/12  14:25:41
43627         Log: The #7054 truncated Configure badly.
43628      Branch: metaconfig/U/perl
43629            ! End.U
43630      Branch: perl
43631            ! Configure config_h.SH
43632 ____________________________________________________________________________
43633 [  7062] By: jhi                                   on 2000/09/12  14:08:32
43634         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
43635              From: sthoenna@efn.org
43636              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
43637              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
43638      Branch: perl
43639            ! t/TEST t/harness
43640 ____________________________________________________________________________
43641 [  7061] By: jhi                                   on 2000/09/12  14:07:18
43642         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
43643              From: sthoenna@efn.org
43644              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
43645              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
43646      Branch: perl
43647            ! pod/perlxs.pod
43648 ____________________________________________________________________________
43649 [  7060] By: jhi                                   on 2000/09/12  14:06:08
43650         Log: Break up the myconfig lines a bit.
43651              
43652              Subject: perlbug/perl -V output format
43653              From: sthoenna@efn.org
43654              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
43655              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
43656      Branch: perl
43657            ! myconfig.SH
43658 ____________________________________________________________________________
43659 [  7059] By: jhi                                   on 2000/09/12  14:05:04
43660         Log: Test for the #7049.
43661              
43662              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
43663              From: andreas.koenig@anima.de (Andreas J. Koenig)
43664              Date: 12 Sep 2000 06:42:01 +0200
43665              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
43666      Branch: perl
43667            ! t/op/my.t
43668 ____________________________________________________________________________
43669 [  7058] By: jhi                                   on 2000/09/12  14:03:05
43670         Log: Subject: [patch: perl@7045] vms updates
43671              From: Peter Prymmer <pvhp@forte.com>
43672              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
43673              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
43674      Branch: perl
43675            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
43676 ____________________________________________________________________________
43677 [  7057] By: jhi                                   on 2000/09/12  14:00:51
43678         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
43679              From: sthoenna@efn.org
43680              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
43681              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
43682      Branch: perl
43683            ! t/op/64bitint.t
43684 ____________________________________________________________________________
43685 [  7056] By: jhi                                   on 2000/09/12  13:58:14
43686         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
43687              From: Jeff Pinyan <jeffp@crusoe.net>
43688              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
43689              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
43690      Branch: perl
43691            ! pod/perlfunc.pod
43692 ____________________________________________________________________________
43693 [  7055] By: jhi                                   on 2000/09/12  13:56:32
43694         Log: Do in VMS as the #7054 does.
43695      Branch: perl
43696            ! configure.com
43697 ____________________________________________________________________________
43698 [  7054] By: jhi                                   on 2000/09/12  13:50:31
43699         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
43700              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43701              Date: Mon, 11 Sep 2000 08:33:09 +0100
43702              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
43703      Branch: metaconfig/U/perl
43704            ! End.U
43705      Branch: perl
43706            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
43707            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
43708 ____________________________________________________________________________
43709 [  7053] By: jhi                                   on 2000/09/12  13:29:19
43710         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
43711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43712              Date:     Tue, 12 Sep 2000 08:35:59 EDT
43713              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
43714      Branch: perl
43715            ! vms/test.com
43716 ____________________________________________________________________________
43717 [  7052] By: jhi                                   on 2000/09/11  23:01:50
43718         Log: Document the SvUTF8*().
43719      Branch: perl
43720            ! pod/perlapi.pod sv.h
43721 ____________________________________________________________________________
43722 [  7051] By: gsar                                  on 2000/09/11  14:46:30
43723         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
43724              (missed a spot when fixing up op_pmreplroot hack for ithreads)
43725      Branch: perl
43726            ! op.c t/op/split.t
43727 ____________________________________________________________________________
43728 [  7050] By: nick                                  on 2000/09/11  10:03:51
43729         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
43730              
43731              Subject: borland C++ win32.c tweak
43732              From: Vadim Konovalov <vkonovalov@lucent.com>
43733              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
43734              Date: Mon, 11 Sep 2000 11:22:33 +0400
43735      Branch: perl
43736            ! win32/win32.c
43737 ____________________________________________________________________________
43738 [  7049] By: nick                                  on 2000/09/11  09:57:33
43739         Log: Point fix for s/// on foreach (keys %xxx).
43740      Branch: perl
43741            ! pp_hot.c
43742 ____________________________________________________________________________
43743 [  7048] By: jhi                                   on 2000/09/10  23:37:09
43744         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
43745              by Pod::Text, from Brad Appleton.
43746      Branch: perl
43747            ! t/pod/testp2pt.pl
43748 ____________________________________________________________________________
43749 [  7047] By: jhi                                   on 2000/09/10  14:32:53
43750         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
43751              by Russ Allbery.
43752      Branch: perl
43753            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
43754 ____________________________________________________________________________
43755 [  7046] By: jhi                                   on 2000/09/10  14:15:08
43756         Log: Upgrade to CPAN 1.57_65, from Andreas König.
43757      Branch: perl
43758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43759 ____________________________________________________________________________
43760 [  7045] By: jhi                                   on 2000/09/08  21:36:32
43761         Log: Update Changes.
43762      Branch: perl
43763            ! Changes patchlevel.h
43764 ____________________________________________________________________________
43765 [  7044] By: jhi                                   on 2000/09/08  21:29:56
43766         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
43767              From: Peter Prymmer <pvhp@forte.com>
43768              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
43769              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
43770      Branch: perl
43771            ! configure.com
43772 ____________________________________________________________________________
43773 [  7043] By: jhi                                   on 2000/09/08  21:27:50
43774         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
43775              From: Peter Prymmer <pvhp@forte.com>
43776              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
43777              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
43778      Branch: perl
43779            ! Makefile.SH installperl
43780 ____________________________________________________________________________
43781 [  7042] By: jhi                                   on 2000/09/08  21:23:21
43782         Log: Continue #7041.
43783      Branch: perl
43784            ! cygwin/Makefile.SHs os2/Makefile.SHs
43785 ____________________________________________________________________________
43786 [  7041] By: jhi                                   on 2000/09/08  21:18:10
43787         Log: Do away with memory models cruft.  Sorry, PDP users.
43788      Branch: metaconfig
43789            ! U/modified/cc.U U/modified/libpth.U
43790      Branch: perl
43791            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
43792            ! Porting/config_H cflags.SH config_h.SH configure.com
43793            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
43794            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
43795            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
43796 ____________________________________________________________________________
43797 [  7040] By: jhi                                   on 2000/09/08  14:34:18
43798         Log: Major rewrite of s2p.  And I mean really major, it is
43799              an implementation of sed in perl.  If called as s2p it
43800              will function as s2p.  Note: needs non-UNIXifying.
43801              
43802              Subject: s2p
43803              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
43804              Date: Mon, 28 Aug 2000 14:05:12 +0200
43805              Message-ID: <39AA5578.2102E2AA@alcatel.at>
43806      Branch: perl
43807            ! x2p/s2p.PL
43808 ____________________________________________________________________________
43809 [  7039] By: jhi                                   on 2000/09/08  14:19:49
43810         Log: Re-allow vec() for characters > 255.
43811              
43812              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
43813              From: Spider Boardman <spider@web.zk3.dec.com>
43814              Date: Fri, 08 Sep 2000 02:21:02 -0400
43815              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
43816      Branch: perl
43817            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
43818            ! t/op/vec.t
43819 ____________________________________________________________________________
43820 [  7038] By: jhi                                   on 2000/09/08  14:14:18
43821         Log: Subject: [PATCH lib/Benchmark.pm]
43822              From: <abigail@foad.org>
43823              Date: Thu, 7 Sep 2000 15:03:20 -0400
43824              Message-ID: <20000907190320.888.qmail@foad.org>
43825      Branch: perl
43826            ! lib/Benchmark.pm
43827 ____________________________________________________________________________
43828 [  7037] By: jhi                                   on 2000/09/08  14:11:06
43829         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
43830              
43831              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
43832              From: Spider Boardman <spider@web.zk3.dec.com>
43833              Date: Fri, 08 Sep 2000 01:30:27 -0400
43834              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
43835      Branch: perl
43836            ! op.c
43837 ____________________________________________________________________________
43838 [  7036] By: jhi                                   on 2000/09/08  14:08:58
43839         Log: Subject: [ID 20000908.002] perlipc documentation bug.
43840              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
43841              Date: Fri, 08 Sep 2000 12:38:32 +0200
43842              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
43843      Branch: perl
43844            ! pod/perlipc.pod
43845 ____________________________________________________________________________
43846 [  7035] By: jhi                                   on 2000/09/08  14:03:12
43847         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43849              Date: Fri, 08 Sep 2000 11:47:34 +0200
43850              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
43851      Branch: perl
43852            ! hints/dec_osf.sh
43853 ____________________________________________________________________________
43854 [  7034] By: jhi                                   on 2000/09/08  13:59:35
43855         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
43856              From: Simon Cozens <simon@cozens.net>
43857              Date: Thu, 7 Sep 2000 20:40:38 +0100
43858              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
43859      Branch: perl
43860            ! pp_hot.c
43861 ____________________________________________________________________________
43862 [  7033] By: jhi                                   on 2000/09/08  04:03:03
43863         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
43864              From: "Larry W. Virden" <lvirden@cas.org>
43865              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
43866              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
43867      Branch: perl
43868            ! pod/perldiag.pod
43869 ____________________________________________________________________________
43870 [  7032] By: jhi                                   on 2000/09/07  22:18:30
43871         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
43872              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
43873              Date: Mon, 04 Sep 2000 13:16:38 -0700
43874              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
43875      Branch: perl
43876            ! lib/perl5db.pl
43877 ____________________________________________________________________________
43878 [  7031] By: jhi                                   on 2000/09/07  22:02:29
43879         Log: Fix the ccversion detection for 5.1 and beyond.
43880              
43881              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43882              From: Spider Boardman <spider@leggy.zk3.dec.com>
43883              Date: Thu, 7 Sep 2000 17:54:27 -0400
43884              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
43885      Branch: perl
43886            ! hints/dec_osf.sh
43887 ____________________________________________________________________________
43888 [  7030] By: jhi                                   on 2000/09/07  19:12:28
43889         Log: Fix for
43890              
43891              Subject: [ID 20000903.001] \w in utf8-strings
43892              From: Marc Lehmann <pcg@goof.com>
43893              Date: Sun, 03 Sep 2000 09:44:29 +0200
43894              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
43895              
43896              and various related nits.
43897      Branch: perl
43898            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
43899 ____________________________________________________________________________
43900 [  7029] By: jhi                                   on 2000/09/07  18:49:09
43901         Log: Fix the URL, but the server is still missing in action.
43902              
43903              Subject: [ID 20000905.002] perlfaq1.pod URL error
43904              From: "Larry W. Virden" <lvirden@cas.org>
43905              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
43906              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
43907      Branch: perl
43908            ! pod/perlfaq1.pod
43909 ____________________________________________________________________________
43910 [  7028] By: jhi                                   on 2000/09/07  18:47:13
43911         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
43912              From: Hugo <hv@crypt.compulink.co.uk>
43913              Date: Tue, 05 Sep 2000 14:13:37 +0100
43914              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
43915      Branch: perl
43916            ! toke.c
43917 ____________________________________________________________________________
43918 [  7027] By: jhi                                   on 2000/09/07  18:45:35
43919         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
43920              From: Daniel Chetlin <daniel@chetlin.com>
43921              Date: Tue, 5 Sep 2000 04:57:07 -0700
43922              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
43923      Branch: perl
43924            ! pod/perlfaq6.pod pod/perlop.pod
43925 ____________________________________________________________________________
43926 [  7026] By: jhi                                   on 2000/09/07  18:44:01
43927         Log: Document the new ref() semantics.
43928              
43929              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
43930              From: Gisle Aas <gisle@ActiveState.com>
43931              Date: 05 Sep 2000 08:10:30 +0200
43932              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
43933      Branch: perl
43934            ! pod/perldelta.pod
43935 ____________________________________________________________________________
43936 [  7025] By: jhi                                   on 2000/09/07  18:42:27
43937         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
43938              
43939              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
43940              From: Gisle Aas <gisle@ActiveState.com>
43941              Date: 05 Sep 2000 08:11:40 +0200
43942              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
43943      Branch: perl
43944            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
43945 ____________________________________________________________________________
43946 [  7024] By: jhi                                   on 2000/09/07  18:39:32
43947         Log: Subject: [PATCH] Modernize Opcode.pm documentation
43948              From: Gisle Aas <gisle@ActiveState.com>
43949              Date: 4 Sep 2000 00:18:55 -0000
43950              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
43951      Branch: perl
43952            ! ext/Opcode/Opcode.pm
43953 ____________________________________________________________________________
43954 [  7023] By: jhi                                   on 2000/09/07  18:37:42
43955         Log: Subject: [PATCH] Tied filehandle documentation
43956              From: Gisle Aas <gisle@ActiveState.com>
43957              Date: 4 Sep 2000 00:14:40 -0000
43958              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
43959      Branch: perl
43960            ! pod/perlfunc.pod pod/perltie.pod
43961 ____________________________________________________________________________
43962 [  7022] By: jhi                                   on 2000/09/07  18:35:37
43963         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
43964              From: Gisle Aas <gisle@ActiveState.com>
43965              Date: 4 Sep 2000 00:04:22 -0000
43966              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
43967      Branch: perl
43968            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
43969 ____________________________________________________________________________
43970 [  7021] By: jhi                                   on 2000/09/07  18:33:22
43971         Log: Subject: small apidoc fix
43972              From: Marc Lehmann <pcg@goof.com>
43973              Date: Sun, 3 Sep 2000 05:12:06 +0200
43974              Message-ID: <20000903051206.A5909@cerebro.laendle>
43975      Branch: perl
43976            ! pod/perlapi.pod utf8.c
43977 ____________________________________________________________________________
43978 [  7020] By: jhi                                   on 2000/09/07  16:14:57
43979         Log: Tiny perldelta nits.
43980      Branch: perl
43981            ! pod/perldelta.pod
43982 ____________________________________________________________________________
43983 [  7019] By: jhi                                   on 2000/09/07  16:04:20
43984         Log: Guard against bad string->int conversion for quads.
43985      Branch: perl
43986            ! t/op/64bitint.t
43987 ____________________________________________________________________________
43988 [  7018] By: jhi                                   on 2000/09/06  17:07:03
43989         Log: Update Unicode todo list.
43990      Branch: perl
43991            ! Todo-5.6
43992 ____________________________________________________________________________
43993 [  7017] By: jhi                                   on 2000/09/05  21:16:01
43994         Log: Document the SvIOK_.*UV().
43995      Branch: perl
43996            ! pod/perlapi.pod sv.h
43997 ____________________________________________________________________________
43998 [  7016] By: nick                                  on 2000/09/03  21:54:46
43999         Log: Hash lookup of constant strings optimization:
44000              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
44001              to string table (as per sharepvn). Add newSV_pvn_share to create such
44002              a thing. Make hv.c compare addresses of strings and skip string compare
44003              if equal. Make method_named and helem ops use these shared-string SVs
44004              when arg is constant. Make keys op return shared-string SVs (less clearly
44005              a win).
44006      Branch: perl
44007            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
44008            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
44009            ! pod/perlintern.pod pp_hot.c proto.h sv.c
44010 ____________________________________________________________________________
44011 [  7015] By: jhi                                   on 2000/09/02  17:48:59
44012         Log: This is 5.7.0.
44013      Branch: perl
44014            ! Changes
44015 ____________________________________________________________________________
44016 [  7014] By: jhi                                   on 2000/09/02  17:35:45
44017         Log: Changes and patchlevel tweaks.
44018      Branch: perl
44019            ! Changes patchlevel.h
44020 ____________________________________________________________________________
44021 [  7013] By: jhi                                   on 2000/09/02  17:30:50
44022         Log: Update Changes.
44023      Branch: perl
44024            ! Changes patchlevel.h
44025 ____________________________________________________________________________
44026 [  7012] By: nick                                  on 2000/09/02  17:25:20
44027         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
44028      Branch: perl
44029            ! gv.c lib/overload.pm
44030 ____________________________________________________________________________
44031 [  7011] By: jhi                                   on 2000/09/02  17:16:25
44032         Log: Update perlhist.
44033      Branch: perl
44034            ! pod/perlhist.pod
44035 ____________________________________________________________________________
44036 [  7010] By: jhi                                   on 2000/09/02  17:01:35
44037         Log: perldelta nits.
44038      Branch: perl
44039            ! pod/perldelta.pod
44040 ____________________________________________________________________________
44041 [  7009] By: nick                                  on 2000/09/02  16:48:35
44042         Log: If overloaded %{} etc. return the object do not loop.
44043              Thus  sub deref { $_[0] } functions if object is wanted type.
44044      Branch: perl
44045            ! pp.h
44046 ____________________________________________________________________________
44047 [  7008] By: jhi                                   on 2000/09/02  16:26:11
44048         Log: Retab MANIFEST.
44049      Branch: perl
44050            ! ext/Storable/MANIFEST
44051 ____________________________________________________________________________
44052 [  7007] By: jhi                                   on 2000/09/02  16:23:02
44053         Log: Make certain cc is set before trying to run it.
44054      Branch: perl
44055            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
44056 ____________________________________________________________________________
44057 [  7006] By: jhi                                   on 2000/09/02  15:45:41
44058         Log: Unicode notes.
44059      Branch: perl
44060            ! pod/perldelta.pod
44061 ____________________________________________________________________________
44062 [  7005] By: jhi                                   on 2000/09/02  15:42:11
44063         Log: Various Configure nits by Philip Newton,
44064              plus the ebcdic one by me.
44065      Branch: metaconfig
44066            + U/modified/pager.U
44067            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
44068      Branch: metaconfig/U/perl
44069            ! Devel.U quadfio.U
44070      Branch: perl
44071            ! Configure config_h.SH
44072 ____________________________________________________________________________
44073 [  7004] By: jhi                                   on 2000/09/02  15:06:14
44074         Log: Apparently avoiding the swapping is too costly.
44075              
44076              From: "Ben Tilly" <ben_tilly@hotmail.com>
44077              Subject: Re: the door is closed.
44078              Date: Fri, 01 Sep 2000 20:23:16 EDT
44079              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
44080      Branch: perl
44081            ! pod/perlfaq4.pod
44082 ____________________________________________________________________________
44083 [  7003] By: nick                                  on 2000/09/02  12:26:04
44084         Log: Undo part of change 6489 which looks like a bulk edit which
44085              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44086              The supressing of main:: on return from select() is undesirable.
44087      Branch: perl
44088            ! pp_sys.c
44089 ____________________________________________________________________________
44090 [  7002] By: jhi                                   on 2000/09/01  23:08:54
44091         Log: Update Changes.
44092      Branch: perl
44093            ! Changes patchlevel.h
44094 ____________________________________________________________________________
44095 [  7001] By: jhi                                   on 2000/09/01  23:00:13
44096         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44097              From: Peter Prymmer <pvhp@forte.com>
44098              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
44099              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
44100              
44101              plus rework the http: spots as suggested by Tom Christiansen,
44102              plus regen perltoc.
44103      Branch: perl
44104            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
44105            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
44106 ____________________________________________________________________________
44107 [  7000] By: jhi                                   on 2000/09/01  22:36:01
44108         Log: Only the first line, thank you very much.
44109      Branch: perl
44110            ! hints/solaris_2.sh
44111 ____________________________________________________________________________
44112 [  6999] By: gsar                                  on 2000/09/01  22:16:40
44113         Log: change#6791 accidentally clobbered change#6710, put it back
44114      Branch: perl
44115            ! win32/win32.c
44116 ____________________________________________________________________________
44117 [  6998] By: jhi                                   on 2000/09/01  22:14:16
44118         Log: Mention the HP-UX LP64 freak failure.
44119      Branch: perl
44120            ! pod/perldelta.pod
44121 ____________________________________________________________________________
44122 [  6997] By: jhi                                   on 2000/09/01  21:48:32
44123         Log: Detypo.
44124      Branch: perl
44125            ! hints/hpux.sh
44126 ____________________________________________________________________________
44127 [  6996] By: jhi                                   on 2000/09/01  21:27:10
44128         Log: Update Changes.
44129      Branch: perl
44130            ! Changes patchlevel.h
44131 ____________________________________________________________________________
44132 [  6995] By: jhi                                   on 2000/09/01  21:14:24
44133         Log: Mi splgn s gnin.g
44134      Branch: perl
44135            ! pp_ctl.c
44136 ____________________________________________________________________________
44137 [  6994] By: jhi                                   on 2000/09/01  21:09:54
44138         Log: Subject: http:// in L<>
44139              From: Nicholas Clark <nick@ccl4.org>
44140              Date: Fri, 1 Sep 2000 22:03:21 +0100
44141              Message-ID: <20000901220321.B72074@plum.flirble.org>
44142      Branch: perl
44143            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
44144 ____________________________________________________________________________
44145 [  6993] By: jhi                                   on 2000/09/01  21:06:54
44146         Log: Update to Storable 1.0, from Raphael Manfredi.
44147      Branch: perl
44148            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
44149            ! ext/Storable/Makefile.PL ext/Storable/README
44150            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44151            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44152            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
44153            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
44154            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
44155            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
44156 ____________________________________________________________________________
44157 [  6992] By: jhi                                   on 2000/09/01  20:43:05
44158         Log: Mention known sfio+linux buglet.
44159      Branch: perl
44160            ! pod/perldelta.pod
44161 ____________________________________________________________________________
44162 [  6991] By: jhi                                   on 2000/09/01  20:40:11
44163         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44164              From: Peter Prymmer <pvhp@forte.com>
44165              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
44166              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
44167      Branch: perl
44168            ! vms/vms.c
44169 ____________________________________________________________________________
44170 [  6990] By: jhi                                   on 2000/09/01  20:25:26
44171         Log: Retract #6986.
44172      Branch: perl
44173            ! hints/solaris_2.sh
44174 ____________________________________________________________________________
44175 [  6989] By: jhi                                   on 2000/09/01  20:23:00
44176         Log: Mergesort is back.
44177      Branch: perl
44178            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
44179 ____________________________________________________________________________
44180 [  6988] By: jhi                                   on 2000/09/01  19:37:40
44181         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
44182              From: Mike Guy <mjtg@cam.ac.uk>
44183              Date: Fri, 01 Sep 2000 17:43:33 +0100
44184              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
44185      Branch: perl
44186            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
44187            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
44188 ____________________________________________________________________________
44189 [  6987] By: jhi                                   on 2000/09/01  19:17:10
44190         Log: Regen perltoc.
44191      Branch: perl
44192            ! pod/perltoc.pod
44193 ____________________________________________________________________________
44194 [  6986] By: jhi                                   on 2000/09/01  18:51:10
44195         Log: Subject: Re: Solaris x86 has no SPARC libraries!
44196              From: Lupe Christoph <lupe@lupe-christoph.de>
44197              Date: Fri, 1 Sep 2000 20:41:20 +0200
44198              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
44199      Branch: perl
44200            ! hints/solaris_2.sh
44201 ____________________________________________________________________________
44202 [  6985] By: jhi                                   on 2000/09/01  18:28:10
44203         Log: Update Changes.
44204      Branch: perl
44205            ! Changes patchlevel.h
44206 ____________________________________________________________________________
44207 [  6984] By: jhi                                   on 2000/09/01  18:26:53
44208         Log: Feature ordering tweak.
44209      Branch: perl
44210            ! myconfig.SH
44211 ____________________________________________________________________________
44212 [  6983] By: jhi                                   on 2000/09/01  18:19:50
44213         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44214              From: <abigail@foad.org>
44215              Date: Fri, 1 Sep 2000 13:07:32 -0400
44216              Message-ID: <20000901170732.18249.qmail@foad.org>
44217      Branch: perl
44218            ! t/pragma/overload.t
44219 ____________________________________________________________________________
44220 [  6982] By: jhi                                   on 2000/09/01  18:17:54
44221         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44222              so that case-ignoring systems like DCL can tell them from
44223              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
44224      Branch: metaconfig/U/perl
44225            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
44226      Branch: perl
44227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44228            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
44229            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
44230            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
44231            ! vos/config.def vos/config.h vos/config_h.SH_orig
44232            ! win32/config.bc win32/config.gc win32/config.vc
44233 ____________________________________________________________________________
44234 [  6981] By: nick                                  on 2000/09/01  17:21:57
44235         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
44236              warning when UNTIE exists and instead pass the cound of extra references to
44237              the UNTIE method.
44238      Branch: perl
44239            ! pod/perltie.pod pp_sys.c
44240 ____________________________________________________________________________
44241 [  6980] By: jhi                                   on 2000/09/01  16:54:44
44242         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
44243              From: Peter Prymmer <pvhp@forte.com>
44244              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
44245              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
44246      Branch: perl
44247            ! configure.com
44248 ____________________________________________________________________________
44249 [  6979] By: jhi                                   on 2000/09/01  16:06:20
44250         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
44251              From: Mike Guy <mjtg@cam.ac.uk> 
44252              Date: Fri, 01 Sep 2000 16:49:27 +0100
44253              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
44254      Branch: perl
44255            ! t/base/rs.t
44256 ____________________________________________________________________________
44257 [  6978] By: jhi                                   on 2000/09/01  16:00:42
44258         Log: Update to PodParser 1.18, from Brad Appleton.
44259      Branch: perl
44260            ! lib/Pod/Checker.pm t/pod/find.t
44261 ____________________________________________________________________________
44262 [  6977] By: jhi                                   on 2000/09/01  14:48:58
44263         Log: Subject: Nit in Configure (bleadperl@6961)
44264              From: Lupe Christoph <lupe@lupe-christoph.de>
44265              Date: Fri, 1 Sep 2000 16:34:29 +0200
44266              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
44267      Branch: metaconfig
44268            ! U/compline/ccflags.U
44269      Branch: perl
44270            ! Configure config_h.SH
44271 ____________________________________________________________________________
44272 [  6976] By: jhi                                   on 2000/09/01  14:39:52
44273         Log: Update Changes.
44274      Branch: perl
44275            ! Changes patchlevel.h
44276 ____________________________________________________________________________
44277 [  6975] By: jhi                                   on 2000/09/01  14:37:36
44278         Log: microperl config update.
44279      Branch: perl
44280            ! uconfig.h uconfig.sh
44281 ____________________________________________________________________________
44282 [  6974] By: jhi                                   on 2000/09/01  14:36:53
44283         Log: Document known deficiencies.
44284      Branch: perl
44285            ! pod/perldelta.pod
44286 ____________________________________________________________________________
44287 [  6973] By: jhi                                   on 2000/09/01  14:10:20
44288         Log: Mention warnings fixes and updates.
44289      Branch: perl
44290            ! pod/perldelta.pod
44291 ____________________________________________________________________________
44292 [  6972] By: jhi                                   on 2000/09/01  14:01:52
44293         Log: Drop unused argument.
44294              
44295              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
44296              From: Spider Boardman <spider@web.zk3.dec.com>
44297              Date: Thu, 31 Aug 2000 16:10:15 -0400
44298              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
44299      Branch: perl
44300            ! toke.c
44301 ____________________________________________________________________________
44302 [  6971] By: jhi                                   on 2000/09/01  13:59:24
44303         Log: Add the overload warnings to perldiag.
44304      Branch: perl
44305            ! lib/overload.pm pod/perldiag.pod
44306 ____________________________________________________________________________
44307 [  6970] By: jhi                                   on 2000/09/01  13:55:10
44308         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44309              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44310              Date: Fri, 1 Sep 2000 13:43:15 +0100 
44311              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
44312      Branch: perl
44313            ! lib/overload.pm t/pragma/overload.t
44314 ____________________________________________________________________________
44315 [  6969] By: jhi                                   on 2000/09/01  13:52:27
44316         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44317              From: <abigail@foad.org>
44318              Date: Fri, 1 Sep 2000 05:46:54 -0400
44319              Message-ID: <20000901094654.6476.qmail@foad.org>
44320      Branch: perl
44321            ! lib/overload.pm
44322 ____________________________________________________________________________
44323 [  6968] By: jhi                                   on 2000/09/01  13:50:05
44324         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
44325              From: Daniel Chetlin <daniel@chetlin.com>
44326              Date: Fri, 1 Sep 2000 02:10:55 -0700
44327              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
44328      Branch: perl
44329            ! pod/perlretut.pod
44330 ____________________________________________________________________________
44331 [  6967] By: jhi                                   on 2000/09/01  13:47:54
44332         Log: Part of the solution.
44333              
44334              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
44335              From: Mike Guy <mjtg@cam.ac.uk>
44336              Date: Fri, 01 Sep 2000 14:16:01 +0100
44337              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
44338      Branch: perl
44339            ! gv.c mg.c
44340 ____________________________________________________________________________
44341 [  6966] By: jhi                                   on 2000/09/01  13:46:17
44342         Log: Subject: CPAN.pm beta 1.57_57 for the core
44343              From: andreas.koenig@anima.de (Andreas J. Koenig)
44344              Date: 01 Sep 2000 15:16:31 +0200
44345              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
44346      Branch: perl
44347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44348 ____________________________________________________________________________
44349 [  6965] By: jhi                                   on 2000/09/01  13:43:18
44350         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
44351              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44352              Date: Fri, 01 Sep 2000 01:47:22 -0500
44353              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
44354      Branch: perl
44355            ! pod/perldelta.pod vms/vms.c
44356 ____________________________________________________________________________
44357 [  6964] By: jhi                                   on 2000/09/01  13:35:35
44358         Log: File::Temp patches from Andreas König,
44359              
44360              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
44361              From: andreas.koenig@anima.de (Andreas J. Koenig)
44362              Date: 01 Sep 2000 10:07:20 +0200
44363              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
44364              
44365              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
44366              From: andreas.koenig@anima.de (Andreas J. Koenig)
44367              Date: 31 Aug 2000 23:26:08 +0200
44368              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
44369      Branch: perl
44370            ! lib/File/Temp.pm t/lib/ftmp-security.t
44371 ____________________________________________________________________________
44372 [  6963] By: jhi                                   on 2000/09/01  02:22:24
44373         Log: Retract the mergesort code, way too incompatible licensing
44374              and copyrights.
44375      Branch: perl
44376            ! pod/perldelta.pod pp_ctl.c
44377 ____________________________________________________________________________
44378 [  6962] By: jhi                                   on 2000/08/31  23:27:32
44379         Log: Update Changes.
44380      Branch: perl
44381            ! Changes patchlevel.h
44382 ____________________________________________________________________________
44383 [  6961] By: jhi                                   on 2000/08/31  23:20:04
44384         Log: Small tweaks all over.
44385      Branch: metaconfig
44386            ! U/compline/d_gconvert.U
44387      Branch: perl
44388            ! AUTHORS Configure config_h.SH pp_ctl.c
44389 ____________________________________________________________________________
44390 [  6960] By: jhi                                   on 2000/08/31  22:39:36
44391         Log: Further rewording.
44392      Branch: perl
44393            ! pp_ctl.c
44394 ____________________________________________________________________________
44395 [  6959] By: jhi                                   on 2000/08/31  21:26:44
44396         Log: More address tweaking.
44397      Branch: perl
44398            ! AUTHORS Changes
44399 ____________________________________________________________________________
44400 [  6958] By: jhi                                   on 2000/08/31  20:47:25
44401         Log: AUTHORS tweaks, from Peter Prymmer.
44402              
44403              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
44404              From: Peter Prymmer <pvhp@forte.com>
44405              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
44406              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
44407      Branch: perl
44408            ! AUTHORS MAINTAIN
44409 ____________________________________________________________________________
44410 [  6957] By: jhi                                   on 2000/08/31  20:34:43
44411         Log: perldelta tweaks.
44412      Branch: perl
44413            ! pod/perldelta.pod
44414 ____________________________________________________________________________
44415 [  6956] By: jhi                                   on 2000/08/31  19:11:06
44416         Log: Regen perltoc.
44417      Branch: perl
44418            ! pod/perltoc.pod
44419 ____________________________________________________________________________
44420 [  6955] By: jhi                                   on 2000/08/31  19:06:30
44421         Log: Clarify the mergesort situation.
44422      Branch: perl
44423            ! pp_ctl.c
44424 ____________________________________________________________________________
44425 [  6954] By: jhi                                   on 2000/08/31  18:24:17
44426         Log: Move the Solaris 7 scan to use64bitall, make the
44427              failure to find 64-bot sparc libc to mention the
44428              possibility of being in an intel, from Lupe and Alan.
44429      Branch: perl
44430            ! hints/solaris_2.sh
44431 ____________________________________________________________________________
44432 [  6953] By: jhi                                   on 2000/08/31  18:09:20
44433         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
44434              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44435      Branch: metaconfig
44436            ! U/compline/d_gconvert.U U/threads/archname.U
44437      Branch: metaconfig/U/perl
44438            ! perlxv.U
44439      Branch: perl
44440            ! Configure config_h.SH sv.c
44441 ____________________________________________________________________________
44442 [  6952] By: jhi                                   on 2000/08/31  17:42:24
44443         Log: :: not allowed in pathnames, change to .
44444              
44445              Subject: [PATCH perl@6938] cygwin port
44446              From: "Fifer, Eric" <EFifer@sanwaint.com>
44447              Date: Thu, 31 Aug 2000 16:32:59 +0100
44448              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
44449      Branch: metaconfig/U/perl
44450            ! perlxv.U
44451 ____________________________________________________________________________
44452 [  6951] By: jhi                                   on 2000/08/31  17:02:05
44453         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
44454      Branch: perl
44455            ! perl.h
44456 ____________________________________________________________________________
44457 [  6950] By: jhi                                   on 2000/08/31  16:26:08
44458         Log: More author updates.
44459              
44460              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
44461              From: Simon Cozens <simon@cozens.net>
44462              Date: Thu, 31 Aug 2000 17:13:32 +0100
44463              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
44464      Branch: perl
44465            ! AUTHORS
44466 ____________________________________________________________________________
44467 [  6949] By: jhi                                   on 2000/08/31  16:04:49
44468         Log: POSIX doesn't report long double values under -Duselongdouble
44469              when the long doubles are "real" (bigger than doubles).
44470              
44471              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
44472              From: Spider Boardman <spider@peano.zk3.dec.com>
44473              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
44474              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
44475      Branch: perl
44476            ! ext/POSIX/POSIX.xs
44477 ____________________________________________________________________________
44478 [  6948] By: jhi                                   on 2000/08/31  15:25:10
44479         Log: Update Changes.
44480      Branch: perl
44481            ! Changes patchlevel.h
44482 ____________________________________________________________________________
44483 [  6947] By: jhi                                   on 2000/08/31  15:22:29
44484         Log: Document UNTIE in a very minimalistic way.
44485      Branch: perl
44486            ! pod/perlfunc.pod pod/perltie.pod
44487 ____________________________________________________________________________
44488 [  6946] By: jhi                                   on 2000/08/31  15:15:23
44489         Log: Document known failures.
44490      Branch: perl
44491            ! pod/perldelta.pod
44492 ____________________________________________________________________________
44493 [  6945] By: jhi                                   on 2000/08/31  15:07:00
44494         Log: Don't attach -ld to the archname if pointless.
44495      Branch: metaconfig
44496            ! U/threads/archname.U
44497      Branch: perl
44498            ! Configure config_h.SH
44499 ____________________________________________________________________________
44500 [  6944] By: jhi                                   on 2000/08/31  14:37:42
44501         Log: Wrap the test in eval.
44502              
44503              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
44504              From: Tim Jenness <timj@jach.hawaii.edu>
44505              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
44506              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
44507      Branch: perl
44508            ! t/lib/ftmp-security.t
44509 ____________________________________________________________________________
44510 [  6943] By: jhi                                   on 2000/08/31  14:30:57
44511         Log: Make -Dusemorebits find long doubles in Solaris.
44512      Branch: perl
44513            ! hints/solaris_2.sh
44514 ____________________________________________________________________________
44515 [  6942] By: jhi                                   on 2000/08/31  13:48:45
44516         Log: Clarify the third case of ftmp-security warnings.
44517      Branch: perl
44518            ! INSTALL
44519 ____________________________________________________________________________
44520 [  6941] By: jhi                                   on 2000/08/31  13:40:31
44521         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44522              From: <abigail@foad.org>
44523              Date: Thu, 31 Aug 2000 01:35:05 -0400
44524              Message-ID: <20000831053505.32120.qmail@foad.org>
44525      Branch: perl
44526            ! pod/perldelta.pod
44527 ____________________________________________________________________________
44528 [  6940] By: jhi                                   on 2000/08/31  13:38:48
44529         Log: Issue useful diagnostic on unknown pod commands.
44530              
44531              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
44532              From: <abigail@foad.org>
44533              Date: Thu, 31 Aug 2000 03:41:18 -0400
44534              Message-ID: <20000831074118.24880.qmail@foad.org>
44535      Branch: perl
44536            ! lib/Pod/Man.pm
44537 ____________________________________________________________________________
44538 [  6939] By: jhi                                   on 2000/08/31  13:34:33
44539         Log: Reveal Borland's isnan.
44540              
44541              Subject: build with BC++ tweak
44542              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44543              Date: Thu, 31 Aug 2000 13:09:37 +0400
44544              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
44545      Branch: perl
44546            ! win32/win32.h
44547 ____________________________________________________________________________
44548 [  6938] By: jhi                                   on 2000/08/31  05:01:20
44549         Log: Update Changes.
44550      Branch: perl
44551            ! Changes patchlevel.h
44552 ____________________________________________________________________________
44553 [  6937] By: jhi                                   on 2000/08/31  04:26:23
44554         Log: sscanf() may be the only way to read long doubles from strings.
44555      Branch: metaconfig/U/perl
44556            ! longdblfio.U
44557      Branch: perl
44558            ! Configure config_h.SH perl.h util.c
44559 ____________________________________________________________________________
44560 [  6936] By: jhi                                   on 2000/08/31  04:18:19
44561         Log: The #6929 was too skimpy.
44562      Branch: perl
44563            ! sv.c
44564 ____________________________________________________________________________
44565 [  6935] By: jhi                                   on 2000/08/31  02:47:07
44566         Log: Subject: Re: typos in pods
44567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44568              Date: Wed, 30 Aug 2000 19:25:34 -0700
44569              Message-ID: <eIcr5gzkg25X092yn@efn.org>
44570      Branch: perl
44571            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
44572 ____________________________________________________________________________
44573 [  6934] By: jhi                                   on 2000/08/31  02:42:55
44574         Log: Missed one Unicode file.
44575      Branch: perl
44576            + lib/unicode/UCDFF301.html
44577 ____________________________________________________________________________
44578 [  6933] By: jhi                                   on 2000/08/30  23:42:27
44579         Log: Update Changes.
44580      Branch: perl
44581            ! Changes patchlevel.h
44582 ____________________________________________________________________________
44583 [  6932] By: jhi                                   on 2000/08/30  23:40:07
44584         Log: Mention UNTIE in perldelta.  Still needs documenting
44585              in perltie et alia.
44586      Branch: perl
44587            ! pod/perldelta.pod
44588 ____________________________________________________________________________
44589 [  6931] By: jhi                                   on 2000/08/30  23:36:02
44590         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
44591              From: <abigail@foad.org>
44592              Date: Wed, 30 Aug 2000 19:28:07 -0400
44593              Message-ID: <20000830232807.305.qmail@foad.org>
44594      Branch: perl
44595            ! pod/perldelta.pod
44596 ____________________________________________________________________________
44597 [  6930] By: jhi                                   on 2000/08/30  23:32:40
44598         Log: Update to Unicode 3.0.1.
44599      Branch: perl
44600            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
44601            + lib/unicode/PropList.txt lib/unicode/README.perl
44602            + lib/unicode/UCD301.html lib/unicode/Unicode.301
44603            - lib/unicode/Props.txt lib/unicode/UCD300.html
44604            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44605            ! (edit 257 files)
44606 ____________________________________________________________________________
44607 [  6929] By: jhi                                   on 2000/08/30  22:38:18
44608         Log: Heap decorruption.
44609              
44610              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
44611              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44612              Date: Wed, 30 Aug 2000 22:39:52 +0100
44613              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
44614      Branch: perl
44615            ! sv.c
44616 ____________________________________________________________________________
44617 [  6928] By: jhi                                   on 2000/08/30  22:29:34
44618         Log: Retract the dummy test, skip the security tests (instead of failing),
44619              explain what the warnings mean.
44620      Branch: perl
44621            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
44622 ____________________________________________________________________________
44623 [  6927] By: jhi                                   on 2000/08/30  22:14:13
44624         Log: Change the internal implementation of sort() to be mergesort
44625              instead of quicksort, from John Linderman <jpl@research.att.com>.
44626              Gives us better worst case, better average case, and stability.
44627              What's there not to like?  (Small fixes for threaded builds
44628              were required).
44629      Branch: perl
44630            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
44631 ____________________________________________________________________________
44632 [  6926] By: jhi                                   on 2000/08/30  20:55:20
44633         Log: A better fix for the Socket building problem from Craig Berry.
44634      Branch: perl
44635            ! vms/vms.c
44636 ____________________________________________________________________________
44637 [  6925] By: jhi                                   on 2000/08/30  20:20:25
44638         Log: Subject: [PATCH] Re: UNTIE method 
44639              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44640              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
44641              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
44642      Branch: perl
44643            ! pp_sys.c t/op/tie.t
44644 ____________________________________________________________________________
44645 [  6924] By: jhi                                   on 2000/08/30  20:17:11
44646         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
44647              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44648              Date: Wed, 30 Aug 2000 15:03:14 -0500
44649              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
44650      Branch: perl
44651            ! vms/vms.c
44652 ____________________________________________________________________________
44653 [  6923] By: jhi                                   on 2000/08/30  20:15:18
44654         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
44655              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44656              Date: Wed, 30 Aug 2000 13:30:36 -0500
44657              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
44658      Branch: perl
44659            ! vms/vms.c
44660 ____________________________________________________________________________
44661 [  6922] By: jhi                                   on 2000/08/30  19:54:43
44662         Log: Better options for rsync.
44663      Branch: perl
44664            ! pod/perlhack.pod
44665 ____________________________________________________________________________
44666 [  6921] By: jhi                                   on 2000/08/30  19:40:16
44667         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
44668              From: Rick Delaney <rick@consumercontact.com>
44669              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
44670              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
44671      Branch: perl
44672            ! pod/perlfunc.pod
44673 ____________________________________________________________________________
44674 [  6920] By: jhi                                   on 2000/08/30  19:36:40
44675         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
44676              From: Peter Prymmer <pvhp@forte.com>
44677              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
44678              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
44679      Branch: perl
44680            ! configure.com
44681 ____________________________________________________________________________
44682 [  6919] By: jhi                                   on 2000/08/30  14:52:02
44683         Log: Update Changes.
44684      Branch: perl
44685            ! Changes patchlevel.h
44686 ____________________________________________________________________________
44687 [  6918] By: jhi                                   on 2000/08/30  14:48:34
44688         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
44689      Branch: perl
44690            ! lib/ExtUtils/typemap
44691 ____________________________________________________________________________
44692 [  6917] By: jhi                                   on 2000/08/30  14:46:34
44693         Log: Subject: typos in pods
44694              From: Nicholas Clark <nick@ccl4.org>
44695              Date: Wed, 30 Aug 2000 01:12:50 +0100
44696              Message-ID: <20000830011249.A61388@plum.flirble.org>
44697      Branch: perl
44698            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
44699            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
44700            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
44701            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
44702 ____________________________________________________________________________
44703 [  6916] By: jhi                                   on 2000/08/30  14:19:09
44704         Log: Document Storable problems on Crays.  (Will have
44705              to document all the other Storable problems, too.)
44706      Branch: perl
44707            ! pod/perldelta.pod
44708 ____________________________________________________________________________
44709 [  6915] By: jhi                                   on 2000/08/30  14:06:02
44710         Log: Subject: [PATCH] fix misc cast warnings
44711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44712              Date: Tue, 29 Aug 2000 23:16:14 -0700
44713              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
44714      Branch: perl
44715            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
44716            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
44717            ! os2/os2ish.h
44718 ____________________________________________________________________________
44719 [  6914] By: jhi                                   on 2000/08/30  14:03:45
44720         Log: Timestamp mismatch again.  Need to fix this dependence on
44721              config_h.SH timestamp, since it's the contents of config_h.SH
44722              that matter.
44723      Branch: perl
44724            ! uconfig.h uconfig.sh
44725 ____________________________________________________________________________
44726 [  6913] By: jhi                                   on 2000/08/30  13:54:06
44727         Log: Don't say "Perl 5.0 source kit".
44728      Branch: perl
44729            ! perl.c
44730 ____________________________________________________________________________
44731 [  6912] By: jhi                                   on 2000/08/30  13:51:24
44732         Log: Reset archname and archname64 always, forcing them be
44733              recomputed at each Configure run, make Configure and
44734              the hints files agree on the naming of largefiles variables.
44735      Branch: metaconfig
44736            ! U/threads/archname.U
44737      Branch: metaconfig/U/perl
44738            ! use64bits.U
44739      Branch: perl
44740            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
44741            ! hints/linux.sh hints/solaris_2.sh
44742 ____________________________________________________________________________
44743 [  6911] By: jhi                                   on 2000/08/30  13:30:13
44744         Log: Put back the slice accidentally removed by #6907.
44745      Branch: perl
44746            ! hints/solaris_2.sh
44747 ____________________________________________________________________________
44748 [  6910] By: jhi                                   on 2000/08/30  01:24:26
44749         Log: Be consistent: other Net::get* do export theirs.
44750              
44751              Subject: Re: Net::protoent does not export 'getproto'
44752              From: Yasushi Nakajima <sey@jkc.co.jp>
44753              Date: Wed, 30 Aug 2000 09:53:14 +0900
44754              Message-Id: <200008300051.DAA24700@taku.hut.fi>
44755      Branch: perl
44756            ! lib/Net/protoent.pm
44757 ____________________________________________________________________________
44758 [  6909] By: jhi                                   on 2000/08/30  01:17:25
44759         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
44760              From: Gurusamy Sarathy <gsar@ActiveState.com>
44761              Date: Tue, 29 Aug 2000 17:17:07 -0700
44762              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
44763      Branch: perl
44764            ! cop.h
44765 ____________________________________________________________________________
44766 [  6908] By: jhi                                   on 2000/08/30  00:58:05
44767         Log: Update Changes.
44768      Branch: perl
44769            ! Changes patchlevel.h
44770 ____________________________________________________________________________
44771 [  6907] By: jhi                                   on 2000/08/30  00:57:22
44772         Log: Introduce ccname to keep track of what compiler kind of we have.
44773      Branch: metaconfig/U/perl
44774            ! Checkcc.U gccvers.U
44775      Branch: perl
44776            ! Configure config_h.SH hints/solaris_2.sh
44777 ____________________________________________________________________________
44778 [  6906] By: jhi                                   on 2000/08/30  00:25:47
44779         Log: Put back the flags dump as reasoned in
44780              
44781              Subject: Re: [PATCH] Glob dumping
44782              From: Mike Guy <mjtg@cam.ac.uk> 
44783              Date: Tue, 29 Aug 2000 21:41:32 +0100
44784              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
44785      Branch: perl
44786            ! dump.c t/lib/peek.t
44787 ____________________________________________________________________________
44788 [  6905] By: jhi                                   on 2000/08/30  00:16:17
44789         Log: Make the epsilon to be relative, not absolute.
44790              
44791              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
44792              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
44793              Date: Tue, 29 Aug 2000 19:58:56 -0400
44794              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
44795      Branch: perl
44796            ! t/lib/trig.t
44797 ____________________________________________________________________________
44798 [  6904] By: jhi                                   on 2000/08/30  00:13:09
44799         Log: From now on, Gisle is on my list of usual suspects :-)
44800              Retract #6902.
44801      Branch: perl
44802            ! ext/Opcode/Safe.pm
44803 ____________________________________________________________________________
44804 [  6903] By: jhi                                   on 2000/08/29  23:51:20
44805         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
44806              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44807              Date: Tue, 29 Aug 2000 18:43:26 -0500
44808              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
44809      Branch: perl
44810            + vms/vmspipe.com
44811            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
44812            ! vms/vms.c
44813 ____________________________________________________________________________
44814 [  6902] By: jhi                                   on 2000/08/29  23:44:14
44815         Log: Retry what #6882 attempted.
44816              
44817              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
44818              From: Gisle Aas <gisle@ActiveState.com>
44819              Date: 30 Aug 2000 00:33:09 +0200
44820              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
44821      Branch: perl
44822            ! ext/Opcode/Safe.pm
44823 ____________________________________________________________________________
44824 [  6901] By: jhi                                   on 2000/08/29  22:59:32
44825         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
44826              From: Hugo <hv@crypt.compulink.co.uk>
44827              Date: Mon, 12 Jun 2000 19:36:08 +0100
44828              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
44829      Branch: perl
44830            ! sv.c
44831 ____________________________________________________________________________
44832 [  6900] By: jhi                                   on 2000/08/29  22:58:35
44833         Log: Admit that we are leaking scalars.
44834              
44835              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
44836              From: Spider Boardman <spider@leggy.zk3.dec.com>
44837              Date: Tue, 29 Aug 2000 18:48:29 -0400
44838              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
44839      Branch: perl
44840            ! t/pragma/warnings.t
44841 ____________________________________________________________________________
44842 [  6899] By: jhi                                   on 2000/08/29  20:53:13
44843         Log: Update Changes.
44844      Branch: perl
44845            ! Changes patchlevel.h
44846 ____________________________________________________________________________
44847 [  6898] By: jhi                                   on 2000/08/29  20:46:21
44848         Log: Undo namespace pollution of #6878.
44849              
44850              Subject: Re: Net::protoent does not export 'getproto'
44851              From: Mike Guy <mjtg@cam.ac.uk>
44852              Date: Tue, 29 Aug 2000 21:32:37 +0100
44853              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
44854      Branch: perl
44855            ! lib/Net/protoent.pm
44856 ____________________________________________________________________________
44857 [  6897] By: jhi                                   on 2000/08/29  20:44:29
44858         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
44859              From: Peter Prymmer <pvhp@forte.com>
44860              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
44861              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
44862      Branch: perl
44863            ! pod/perlebcdic.pod
44864 ____________________________________________________________________________
44865 [  6896] By: jhi                                   on 2000/08/29  20:40:57
44866         Log: There's no point repeating the 'revision' (5) of perl5.
44867      Branch: metaconfig/U/perl
44868            ! Devel.U patchlevel.U
44869      Branch: perl
44870            ! Configure config_h.SH
44871 ____________________________________________________________________________
44872 [  6895] By: jhi                                   on 2000/08/29  20:16:58
44873         Log: Regen Configure for #6894.
44874      Branch: metaconfig/U/perl
44875            ! perladmin.U
44876      Branch: perl
44877            ! Configure config_h.SH
44878 ____________________________________________________________________________
44879 [  6894] By: jhi                                   on 2000/08/29  19:59:52
44880         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
44881              From: "Philip Newton" <Philip.Newton@gmx.net>
44882              Date: Tue, 29 Aug 2000 21:39:14 +0200
44883              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
44884      Branch: perl
44885            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
44886            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
44887            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
44888            ! utils/perlbug.PL
44889 ____________________________________________________________________________
44890 [  6893] By: jhi                                   on 2000/08/29  19:55:30
44891         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
44892              From: "Philip Newton" <Philip.Newton@gmx.net>
44893              Date: Tue, 29 Aug 2000 21:39:14 +0200
44894              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
44895      Branch: perl
44896            ! installhtml
44897 ____________________________________________________________________________
44898 [  6892] By: jhi                                   on 2000/08/29  19:53:59
44899         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
44900              From: "Philip Newton" <Philip.Newton@gmx.net>
44901              Date: Tue, 29 Aug 2000 21:48:18 +0200
44902              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
44903      Branch: perl
44904            ! lib/File/Temp.pm
44905 ____________________________________________________________________________
44906 [  6891] By: jhi                                   on 2000/08/29  18:30:03
44907         Log: Nail the ID 20000828.023.
44908      Branch: perl
44909            ! ext/Storable/Storable.xs
44910 ____________________________________________________________________________
44911 [  6890] By: jhi                                   on 2000/08/29  16:50:17
44912         Log: Under usethreads the dumped variable is IN_PAD.
44913              
44914              Subject: Re: [PATCH] Glob dumping
44915              From: Gisle Aas <gisle@ActiveState.com>
44916              Date: 29 Aug 2000 18:45:05 +0200
44917              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
44918      Branch: perl
44919            ! t/lib/peek.t
44920 ____________________________________________________________________________
44921 [  6889] By: jhi                                   on 2000/08/29  15:17:37
44922         Log: Update Changes.
44923      Branch: perl
44924            ! Changes patchlevel.h
44925 ____________________________________________________________________________
44926 [  6888] By: jhi                                   on 2000/08/29  14:49:59
44927         Log: Retract #6882, broke the safe tests.
44928      Branch: perl
44929            ! ext/Opcode/Safe.pm
44930 ____________________________________________________________________________
44931 [  6887] By: jhi                                   on 2000/08/29  14:47:06
44932         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
44933              From: Gisle Aas <gisle@ActiveState.com> 
44934              Date: 09 Jun 2000 20:00:11 +0200
44935              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
44936      Branch: perl
44937            ! utils/perldoc.PL
44938 ____________________________________________________________________________
44939 [  6886] By: jhi                                   on 2000/08/29  14:42:45
44940         Log: The #6881 removed one dump line.
44941      Branch: perl
44942            ! t/lib/peek.t
44943 ____________________________________________________________________________
44944 [  6885] By: jhi                                   on 2000/08/29  14:30:47
44945         Log: Don't forget to tidy up.
44946      Branch: perl
44947            ! t/lib/ftmp-security.t
44948 ____________________________________________________________________________
44949 [  6884] By: jhi                                   on 2000/08/29  14:25:17
44950         Log: Disabling the one test is a bit tricky.
44951      Branch: perl
44952            ! t/lib/ftmp-security.t
44953 ____________________________________________________________________________
44954 [  6883] By: jhi                                   on 2000/08/29  14:16:25
44955         Log: Disable one of the tests for now.
44956      Branch: perl
44957            ! t/lib/ftmp-security.t
44958 ____________________________________________________________________________
44959 [  6882] By: jhi                                   on 2000/08/29  14:05:50
44960         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
44961              From: gisle@aas.no
44962              Date: 29 Aug 2000 10:35:06 -0000
44963              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
44964      Branch: perl
44965            ! ext/Opcode/Safe.pm
44966 ____________________________________________________________________________
44967 [  6881] By: jhi                                   on 2000/08/29  14:03:51
44968         Log: Subject: [PATCH] Glob dumping
44969              From: Gisle Aas <gisle@ActiveState.com>
44970              Date: 29 Aug 2000 07:59:42 -0000
44971              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
44972      Branch: perl
44973            ! dump.c
44974 ____________________________________________________________________________
44975 [  6880] By: jhi                                   on 2000/08/29  14:02:01
44976         Log: Subject: [PATCH] Warnings in B::Deparse
44977              From: <abigail@foad.org>
44978              Date: Tue, 29 Aug 2000 00:00:01 -0400
44979              Message-ID: <20000829040001.2999.qmail@foad.org>
44980      Branch: perl
44981            ! ext/B/B/Deparse.pm
44982 ____________________________________________________________________________
44983 [  6879] By: jhi                                   on 2000/08/29  13:57:26
44984         Log: Missed a change in #6869.
44985      Branch: perl
44986            ! mg.c
44987 ____________________________________________________________________________
44988 [  6878] By: jhi                                   on 2000/08/29  13:45:04
44989         Log: Subject: Net::protoent does not export 'getproto'
44990              From: Yasushi Nakajima <sey@jkc.co.jp>
44991              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
44992      Branch: perl
44993            ! lib/Net/protoent.pm
44994 ____________________________________________________________________________
44995 [  6877] By: jhi                                   on 2000/08/29  13:39:19
44996         Log: Patches all over for people and the files they (hopefully) care about.
44997      Branch: perl
44998            ! AUTHORS Changes MAINTAIN
44999 ____________________________________________________________________________
45000 [  6876] By: jhi                                   on 2000/08/29  12:53:54
45001         Log: Fix for thinko in #6848.
45002              
45003              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45004              From: Lupe Christoph <lupe@lupe-christoph.de>
45005              Date: Tue, 29 Aug 2000 09:04:08 +0200
45006              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
45007      Branch: perl
45008            ! ext/Thread/Thread.xs
45009 ____________________________________________________________________________
45010 [  6875] By: jhi                                   on 2000/08/29  12:50:14
45011         Log: Update to Getopt::Long 2.24, from Johan Vromans.
45012      Branch: perl
45013            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45014 ____________________________________________________________________________
45015 [  6874] By: jhi                                   on 2000/08/29  02:09:53
45016         Log: Use minimal @INC in tests, most of the time just '../lib',
45017              so that we simply can't pick up stuff from other Perls than
45018              the one we are testing.  Pointed out by
45019              
45020              From: Mike Guy <mjtg@cam.ac.uk>
45021              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
45022              Date: Fri, 25 Aug 2000 15:15:59 +0100
45023              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
45024      Branch: perl
45025            ! (edit 185 files)
45026 ____________________________________________________________________________
45027 [  6873] By: jhi                                   on 2000/08/29  01:07:11
45028         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
45029              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45030              Date: Mon, 28 Aug 2000 17:45:52 -0700
45031              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
45032      Branch: perl
45033            ! Makefile.SH hints/os2.sh
45034 ____________________________________________________________________________
45035 [  6872] By: jhi                                   on 2000/08/28  23:33:39
45036         Log: Subject: [PATCH bleedperl@6866] spellings
45037              From: marcel@codewerk.com (Marcel Grunauer)
45038              Date: Tue, 29 Aug 2000 01:19:59 +0200
45039              Message-Id: <200008282319.BAA29862@gandalf.local>
45040      Branch: perl
45041            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
45042            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
45043            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
45044 ____________________________________________________________________________
45045 [  6871] By: jhi                                   on 2000/08/28  23:22:09
45046         Log: Take out the SUIDMAIL thing, that will not be
45047              a problem in 5.7.*.
45048      Branch: perl
45049            ! patchlevel.h
45050 ____________________________________________________________________________
45051 [  6870] By: jhi                                   on 2000/08/28  23:19:30
45052         Log: -S is the silent flag, -s is the strip flag.
45053              
45054              Subject: [PATCH] Re: [PATCH] make no-install          
45055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45056              Date: Mon, 28 Aug 2000 15:12:55 -0700
45057              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
45058      Branch: perl
45059            ! Makefile.SH
45060 ____________________________________________________________________________
45061 [  6869] By: jhi                                   on 2000/08/28  23:12:05
45062         Log: Subject: [PATCH bleedperl@6856] warnings fixes
45063              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45064              Date: Mon, 28 Aug 2000 23:55:06 +0100
45065              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
45066      Branch: perl
45067            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
45068            ! warnings.h warnings.pl
45069 ____________________________________________________________________________
45070 [  6868] By: jhi                                   on 2000/08/28  21:38:22
45071         Log: Potential cruft.
45072      Branch: perl
45073            ! Makefile.SH
45074 ____________________________________________________________________________
45075 [  6867] By: jhi                                   on 2000/08/28  21:35:36
45076         Log: Update Changes.
45077      Branch: perl
45078            ! Changes patchlevel.h
45079 ____________________________________________________________________________
45080 [  6866] By: jhi                                   on 2000/08/28  21:33:49
45081         Log: Subject: hv.h Doc Patch
45082              From: Fisher Mark <fisherm@tce.com>
45083              Date: Mon, 28 Aug 2000 16:24:59 -0500
45084              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
45085      Branch: perl
45086            ! hv.h
45087 ____________________________________________________________________________
45088 [  6865] By: jhi                                   on 2000/08/28  21:02:15
45089         Log: Add -ld to archname on long tr...double platforms.
45090      Branch: metaconfig
45091            ! U/threads/archname.U
45092      Branch: perl
45093            ! Configure config_h.SH
45094 ____________________________________________________________________________
45095 [  6864] By: jhi                                   on 2000/08/28  20:38:59
45096         Log: An attempt to fix the problem reported in
45097              
45098              Subject: Building perl@6856 using gcc/AIX 4.3.3 
45099              From: Daniel Muino <dmuino@afip.gov.ar> 
45100              Date: Mon, 28 Aug 2000 15:50:01 -0300   
45101              Message-ID: <20000828155001.A14403@con2-dgi>
45102              
45103              I can't test this properly since the gcc installation I have
45104              access to seems to be botched (gcc is calling the AIX cpp,
45105              a losing proposition...)
45106      Branch: perl
45107            ! hints/aix.sh
45108 ____________________________________________________________________________
45109 [  6863] By: jhi                                   on 2000/08/28  18:57:52
45110         Log: Fix for ID 20000828.001, long doubles were not formatted
45111              correctly (showed up in $], which stopped installing perl).
45112      Branch: perl
45113            ! sv.c
45114 ____________________________________________________________________________
45115 [  6862] By: jhi                                   on 2000/08/28  18:07:15
45116         Log: Typo in #6858.
45117      Branch: perl
45118            ! lib/Cwd.pm
45119 ____________________________________________________________________________
45120 [  6861] By: jhi                                   on 2000/08/28  17:57:27
45121         Log: opmini.o may be left around if a build is interrupted.
45122      Branch: perl
45123            ! Makefile.SH
45124 ____________________________________________________________________________
45125 [  6860] By: jhi                                   on 2000/08/28  16:52:50
45126         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45127              From: Daniel Chetlin <daniel@chetlin.com>
45128              Date: Mon, 28 Aug 2000 01:14:18 -0700
45129              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
45130      Branch: perl
45131            ! lib/overload.pm
45132 ____________________________________________________________________________
45133 [  6859] By: jhi                                   on 2000/08/28  16:08:46
45134         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45135              From: Nicholas Clark <nick@ccl4.org>
45136              Date: Mon, 28 Aug 2000 16:03:27 +0100
45137              Message-Id: <20000828160327.C49785@plum.flirble.org>
45138      Branch: perl
45139            ! ext/ByteLoader/bytecode.h
45140 ____________________________________________________________________________
45141 [  6858] By: jhi                                   on 2000/08/28  16:02:10
45142         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45143              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
45144              Date: Mon, 28 Aug 2000 13:08:30 +0200
45145              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
45146      Branch: perl
45147            ! lib/Cwd.pm
45148 ____________________________________________________________________________
45149 [  6857] By: jhi                                   on 2000/08/28  15:42:47
45150         Log: display_format used as a class method without arguments was broken,
45151              reported in
45152              
45153              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45154              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
45155              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
45156              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
45157      Branch: perl
45158            ! lib/Math/Complex.pm t/lib/complex.t
45159 ____________________________________________________________________________
45160 [  6856] By: jhi                                   on 2000/08/27  22:09:48
45161         Log: Update Changes.
45162      Branch: perl
45163            ! Changes patchlevel.h
45164 ____________________________________________________________________________
45165 [  6855] By: jhi                                   on 2000/08/27  21:59:21
45166         Log: Retract #6853 (false alarm).
45167      Branch: perl
45168            ! lib/ExtUtils/xsubpp
45169 ____________________________________________________________________________
45170 [  6854] By: jhi                                   on 2000/08/27  21:37:44
45171         Log: Update Changes.
45172      Branch: perl
45173            ! Changes patchlevel.h
45174 ____________________________________________________________________________
45175 [  6853] By: jhi                                   on 2000/08/27  21:37:16
45176         Log: Subject: [PATCH perl@6850] workaround for xsubpp
45177              From: Hugo <hv@crypt.compulink.co.uk>
45178              Date: Sun, 27 Aug 2000 22:30:25 +0100
45179              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
45180      Branch: perl
45181            ! lib/ExtUtils/xsubpp
45182 ____________________________________________________________________________
45183 [  6852] By: jhi                                   on 2000/08/27  21:33:58
45184         Log: Big-endian 64-bit patch from Raphael Manfredi.
45185      Branch: perl
45186            ! ext/Storable/Storable.xs
45187 ____________________________________________________________________________
45188 [  6851] By: jhi                                   on 2000/08/27  21:22:21
45189         Log: More ruthless editing from Hugo van der Sanden.
45190      Branch: perl
45191            ! pod/perldelta.pod
45192 ____________________________________________________________________________
45193 [  6850] By: jhi                                   on 2000/08/27  16:11:46
45194         Log: Update Changes.
45195      Branch: perl
45196            ! Changes patchlevel.h
45197 ____________________________________________________________________________
45198 [  6849] By: jhi                                   on 2000/08/27  16:11:05
45199         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
45200      Branch: perl
45201            ! configpm pod/perldelta.pod
45202 ____________________________________________________________________________
45203 [  6848] By: jhi                                   on 2000/08/27  15:35:08
45204         Log: Use the actual thread type, not the pointer-to-struct.
45205      Branch: perl
45206            ! ext/Thread/Thread.xs
45207 ____________________________________________________________________________
45208 [  6847] By: jhi                                   on 2000/08/27  15:30:49
45209         Log: Test nit.
45210      Branch: perl
45211            ! t/pragma/warn/pp_sys
45212 ____________________________________________________________________________
45213 [  6846] By: jhi                                   on 2000/08/27  15:19:02
45214         Log: Passing -R in ldflags makes now it to appear in the default
45215              for lddlflags, just like with -L.
45216              
45217              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45218              From: Lupe Christoph <lupe@lupe-christoph.de>
45219              Date: Sun, 27 Aug 2000 10:28:21 +0200
45220              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
45221      Branch: metaconfig/U/perl
45222            ! dlsrc.U
45223      Branch: perl
45224            ! Configure
45225 ____________________________________________________________________________
45226 [  6845] By: jhi                                   on 2000/08/27  15:08:54
45227         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45228              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45229              Date: Sat, 26 Aug 2000 22:23:27 +0100
45230              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
45231      Branch: perl
45232            ! lib/ExtUtils/MM_Unix.pm
45233 ____________________________________________________________________________
45234 [  6844] By: jhi                                   on 2000/08/27  15:02:37
45235         Log: DJGPP update from Laszlo Molnar.
45236              
45237              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
45238              From: ml1050 <ml1050@freemail.hu>
45239              Date: Sat, 26 Aug 2000 23:24:40 +0200
45240              Message-Id: <20000826232440.A439@freemail.hu>
45241      Branch: perl
45242            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
45243            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
45244 ____________________________________________________________________________
45245 [  6843] By: jhi                                   on 2000/08/27  14:53:58
45246         Log: Subject: installman buglet
45247              From: Lupe Christoph <lupe@lupe-christoph.de>
45248              Date: Sun, 27 Aug 2000 14:38:59 +0200
45249              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
45250      Branch: perl
45251            ! installman
45252 ____________________________________________________________________________
45253 [  6842] By: jhi                                   on 2000/08/27  14:52:08
45254         Log: Can't get the test to reliably work thanks to the
45255              inaccurateness of floating point.  "Resolves" bug ids
45256              20000826.003, 20000826.009, 20000826.010,
45257      Branch: perl
45258            ! t/lib/trig.t
45259 ____________________________________________________________________________
45260 [  6841] By: jhi                                   on 2000/08/26  15:53:58
45261         Log: Update Changes.
45262      Branch: perl
45263            ! Changes patchlevel.h
45264 ____________________________________________________________________________
45265 [  6840] By: jhi                                   on 2000/08/26  14:23:03
45266         Log: grep -e isn't portable.
45267              
45268              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
45269              From: chris@broadband.att.com
45270              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
45271              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
45272      Branch: perl
45273            ! hints/solaris_2.sh
45274 ____________________________________________________________________________
45275 [  6839] By: jhi                                   on 2000/08/26  14:12:23
45276         Log: no-install target a la make -n.
45277              
45278              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
45279              From: <abigail@foad.org>
45280              Date: Sat, 26 Aug 2000 03:57:34 -0400
45281              Message-ID: <20000826075735.18912.qmail@foad.org>
45282      Branch: perl
45283            ! Makefile.SH installman installperl
45284 ____________________________________________________________________________
45285 [  6838] By: jhi                                   on 2000/08/26  14:06:33
45286         Log: Retract #6826 as the #6828 should be do the same
45287              in a More Correct Way.
45288      Branch: perl
45289            ! installperl
45290 ____________________________________________________________________________
45291 [  6837] By: jhi                                   on 2000/08/26  05:24:00
45292         Log: More casting.
45293      Branch: perl
45294            ! ext/Storable/Storable.xs
45295 ____________________________________________________________________________
45296 [  6836] By: jhi                                   on 2000/08/26  05:05:46
45297         Log: Nicer in decimal.
45298      Branch: perl
45299            ! ext/Storable/Storable.xs
45300 ____________________________________________________________________________
45301 [  6835] By: jhi                                   on 2000/08/26  05:03:50
45302         Log: There be no UVdf.
45303      Branch: perl
45304            ! ext/Storable/Storable.xs
45305 ____________________________________________________________________________
45306 [  6834] By: jhi                                   on 2000/08/26  05:00:18
45307         Log: Continue IVdfing and UVxfing.
45308      Branch: perl
45309            ! ext/Storable/Storable.xs
45310 ____________________________________________________________________________
45311 [  6833] By: jhi                                   on 2000/08/26  04:53:14
45312         Log: Use IVdf.
45313      Branch: perl
45314            ! ext/Storable/Storable.xs
45315 ____________________________________________________________________________
45316 [  6832] By: jhi                                   on 2000/08/26  04:40:41
45317         Log: Document PTR2XX and INT2PTR.
45318      Branch: perl
45319            ! pod/perlguts.pod
45320 ____________________________________________________________________________
45321 [  6831] By: jhi                                   on 2000/08/26  04:33:18
45322         Log: Use UVxf, PTR2UV, NVff.
45323      Branch: perl
45324            ! ext/Storable/Storable.xs
45325 ____________________________________________________________________________
45326 [  6830] By: jhi                                   on 2000/08/26  04:31:32
45327         Log: Update the test count.
45328      Branch: perl
45329            ! t/lib/trig.t
45330 ____________________________________________________________________________
45331 [  6829] By: jhi                                   on 2000/08/26  03:05:50
45332         Log: Subject: [PATCH] installation not quite silent yet.
45333              From: <abigail@foad.org>
45334              Date: Fri, 25 Aug 2000 20:07:53 -0400
45335              Message-ID: <20000826000753.7822.qmail@foad.org>
45336      Branch: perl
45337            ! installman installperl
45338 ____________________________________________________________________________
45339 [  6828] By: jhi                                   on 2000/08/26  03:05:14
45340         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
45341              From: Spider Boardman <spider@web.zk3.dec.com>
45342              Date: Fri, 25 Aug 2000 19:12:40 -0400
45343              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
45344      Branch: perl
45345            ! gv.c
45346 ____________________________________________________________________________
45347 [  6827] By: jhi                                   on 2000/08/25  23:54:34
45348         Log: Support preserving extremely big/small angles.
45349      Branch: perl
45350            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
45351 ____________________________________________________________________________
45352 [  6826] By: jhi                                   on 2000/08/25  23:01:20
45353         Log: Patch installperl to be long double-aware.
45354              
45355              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
45356              From: Spider Boardman <spider@web.zk3.dec.com>
45357              Date: Fri, 25 Aug 2000 18:15:23 -0400
45358              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
45359      Branch: perl
45360            ! installperl
45361 ____________________________________________________________________________
45362 [  6825] By: jhi                                   on 2000/08/25  22:58:25
45363         Log: Remove duplicately applied patch shards.
45364              
45365              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
45366              From: Spider Boardman <spider@leggy.zk3.dec.com>
45367              Date: Fri, 25 Aug 2000 16:45:03 -0400
45368              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
45369      Branch: perl
45370            ! t/lib/cgi-html.t
45371 ____________________________________________________________________________
45372 [  6824] By: jhi                                   on 2000/08/25  22:57:00
45373         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45374              From: Daniel Chetlin <daniel@chetlin.com>
45375              Date: Fri, 25 Aug 2000 12:23:16 -0700
45376              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
45377              
45378              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45379              From: Daniel Chetlin <daniel@chetlin.com>
45380              Date: Fri, 25 Aug 2000 14:47:19 -0700
45381              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
45382      Branch: perl
45383            ! installman
45384 ____________________________________________________________________________
45385 [  6823] By: jhi                                   on 2000/08/25  22:44:17
45386         Log: Timestamp problem?
45387      Branch: perl
45388            ! uconfig.h uconfig.sh
45389 ____________________________________________________________________________
45390 [  6822] By: jhi                                   on 2000/08/25  19:01:06
45391         Log: One forgotten file from #6816.
45392      Branch: perl
45393            ! vos/config.h
45394 ____________________________________________________________________________
45395 [  6821] By: jhi                                   on 2000/08/25  18:56:39
45396         Log: Regen Changes.
45397      Branch: perl
45398            ! Changes patchlevel.h
45399 ____________________________________________________________________________
45400 [  6820] By: jhi                                   on 2000/08/25  18:52:35
45401         Log: Fix Changes ordering.
45402      Branch: perl
45403            ! Changes
45404 ____________________________________________________________________________
45405 [  6819] By: jhi                                   on 2000/08/25  18:50:25
45406         Log: Update Changes.
45407      Branch: perl
45408            ! Changes patchlevel.h
45409 ____________________________________________________________________________
45410 [  6818] By: jhi                                   on 2000/08/25  18:47:45
45411         Log: Tweak the sfio/useperlio logic, hopefully as wished in
45412              
45413              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
45414              From: Nicholas Clark <nick@babyhippo.co.uk>
45415              Date: Fri, 25 Aug 2000 12:01:45 +0100
45416              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
45417      Branch: metaconfig/U/perl
45418            ! d_sfio.U
45419      Branch: perl
45420            ! Configure
45421 ____________________________________________________________________________
45422 [  6817] By: jhi                                   on 2000/08/25  18:32:51
45423         Log: Allow microperl to assume <math.h>, without it the math
45424              functions like floor() are assumed to return int, which makes
45425              for core dumps in machines where integer and floating register
45426              don't mix.
45427      Branch: perl
45428            ! uconfig.h uconfig.sh
45429 ____________________________________________________________________________
45430 [  6816] By: jhi                                   on 2000/08/25  18:27:17
45431         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
45432              the problem reported in
45433              
45434              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
45435              From: danhale@us.ibm.com
45436              Date: Fri, 25 Aug 2000 10:58:06 -0400
45437              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
45438      Branch: metaconfig/U/perl
45439            + d_socks5_init.U
45440      Branch: perl
45441            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
45442            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
45443            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
45444            ! win32/config.gc win32/config.vc
45445 ____________________________________________________________________________
45446 [  6815] By: jhi                                   on 2000/08/25  17:43:31
45447         Log: A solution for the retrieve_fd autosplit warning,
45448              idea suggested by Mike Guy.
45449      Branch: perl
45450            ! ext/Storable/Storable.pm
45451 ____________________________________________________________________________
45452 [  6814] By: jhi                                   on 2000/08/25  17:16:03
45453         Log: Add install-silent target.
45454      Branch: perl
45455            ! Makefile.SH
45456 ____________________________________________________________________________
45457 [  6813] By: jhi                                   on 2000/08/25  17:14:23
45458         Log: Subject: Re: [PATCH] More silencing of installman.
45459              From: <abigail@foad.org>
45460              Date: Thu, 24 Aug 2000 19:27:03 -0400
45461              Message-ID: <20000824232703.7001.qmail@foad.org>
45462              
45463              Subject: Re: [PATCH] More silencing of installman.
45464              From: <abigail@foad.org>
45465              Date: Fri, 25 Aug 2000 03:00:58 -0400
45466              Message-ID: <20000825070058.10697.qmail@foad.org>
45467      Branch: perl
45468            ! installman
45469 ____________________________________________________________________________
45470 [  6812] By: jhi                                   on 2000/08/25  17:11:28
45471         Log: installperl --verbose and --silent.
45472              
45473              Subject: Re: [PATCH] More silencing of installman.
45474              From: <abigail@foad.org>
45475              Message-ID: <20000825064430.9719.qmail@foad.org>
45476              Date: Fri, 25 Aug 2000 02:44:30 -0400
45477      Branch: perl
45478            ! installperl
45479 ____________________________________________________________________________
45480 [  6811] By: jhi                                   on 2000/08/25  17:05:43
45481         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
45482              From: "Peter J. Farley III" <pjfarley@banet.net>
45483              Date: Thu, 24 Aug 2000 21:58:03 -0400
45484              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
45485              
45486              (applied slightly modified)
45487      Branch: perl
45488            ! lib/ExtUtils/MM_Unix.pm
45489 ____________________________________________________________________________
45490 [  6810] By: jhi                                   on 2000/08/25  17:01:18
45491         Log: Missing parts of 
45492              
45493              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
45494              From: Peter Prymmer <pvhp@forte.com>
45495              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
45496              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
45497      Branch: perl
45498            ! t/lib/cgi-html.t
45499 ____________________________________________________________________________
45500 [  6809] By: jhi                                   on 2000/08/25  16:46:32
45501         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
45502              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45503              Date: Thu, 24 Aug 2000 19:13:11 -0500
45504              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
45505      Branch: perl
45506            ! vms/vms.c
45507 ____________________________________________________________________________
45508 [  6808] By: jhi                                   on 2000/08/25  16:39:22
45509         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
45510              From: Peter Prymmer <pvhp@forte.com>
45511              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
45512              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
45513      Branch: perl
45514            ! configure.com
45515 ____________________________________________________________________________
45516 [  6807] By: jhi                                   on 2000/08/25  16:36:37
45517         Log: Better wording for the vec lvalue diagnostic.
45518              
45519              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45520              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45521              Date: Wed, 23 Aug 2000 14:12:16 -0400
45522              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
45523      Branch: perl
45524            ! pod/perldiag.pod
45525 ____________________________________________________________________________
45526 [  6806] By: jhi                                   on 2000/08/24  18:17:22
45527         Log: Subject: [PATCH] More silencing of installman.
45528              From: <abigail@foad.org>
45529              Date: Thu, 24 Aug 2000 14:01:44 -0400
45530              Message-ID: <20000824180144.20062.qmail@foad.org>
45531      Branch: perl
45532            ! installman
45533 ____________________________________________________________________________
45534 [  6805] By: jhi                                   on 2000/08/24  15:00:31
45535         Log: Update Changes.
45536      Branch: perl
45537            ! Changes patchlevel.h
45538 ____________________________________________________________________________
45539 [  6804] By: jhi                                   on 2000/08/24  14:59:07
45540         Log: Regen perltoc.
45541      Branch: perl
45542            ! pod/perltoc.pod
45543 ____________________________________________________________________________
45544 [  6803] By: jhi                                   on 2000/08/24  14:44:39
45545         Log: Show the doc file, not the temp file.
45546      Branch: perl
45547            ! installman
45548 ____________________________________________________________________________
45549 [  6802] By: jhi                                   on 2000/08/24  14:41:53
45550         Log: Continue silencing.
45551      Branch: perl
45552            ! installman
45553 ____________________________________________________________________________
45554 [  6801] By: jhi                                   on 2000/08/24  14:34:40
45555         Log: Actually do something with the silencer option.
45556      Branch: perl
45557            ! installman
45558 ____________________________________________________________________________
45559 [  6800] By: jhi                                   on 2000/08/24  14:26:22
45560         Log: Make installman to recognize the silence flag -S.
45561      Branch: perl
45562            ! installman
45563 ____________________________________________________________________________
45564 [  6799] By: jhi                                   on 2000/08/24  13:49:38
45565         Log: DOS patches and portability/porting notes, from Tim Jenness.
45566      Branch: perl
45567            ! lib/File/Temp.pm
45568 ____________________________________________________________________________
45569 [  6798] By: jhi                                   on 2000/08/24  13:48:27
45570         Log: Create directories in silence.
45571              
45572              Subject: [PATCH] Another silencer for MakeMaker
45573              From: andreas.koenig@anima.de (Andreas J. Koenig)
45574              Date: 24 Aug 2000 14:18:52 +0200
45575              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
45576      Branch: perl
45577            ! lib/ExtUtils/Command.pm
45578 ____________________________________________________________________________
45579 [  6797] By: jhi                                   on 2000/08/24  13:46:42
45580         Log: More liberal parsing of version numbers.
45581              
45582              Subject: Re: CPAN.pm beta for testing available
45583              From: andreas.koenig@anima.de (Andreas J. Koenig)
45584              Date: 24 Aug 2000 13:51:57 +0200
45585              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
45586      Branch: perl
45587            ! lib/CPAN.pm
45588 ____________________________________________________________________________
45589 [  6796] By: jhi                                   on 2000/08/24  13:44:36
45590         Log: Make "make install" by default silent.  A new "install-verbose"
45591              target is verbose.
45592      Branch: perl
45593            ! Makefile.SH
45594 ____________________________________________________________________________
45595 [  6795] By: jhi                                   on 2000/08/24  13:39:14
45596         Log: Add silencer flags to installperl.
45597              
45598              Subject: [PATCH] Making installperl silent.
45599              From: <abigail@foad.org>
45600              Date: Thu, 24 Aug 2000 05:01:45 -0400
45601              Message-ID: <20000824090145.13141.qmail@foad.org>
45602      Branch: perl
45603            ! installperl
45604 ____________________________________________________________________________
45605 [  6794] By: jhi                                   on 2000/08/24  13:35:50
45606         Log: installperl couldn't tell whether it had run tests or not.
45607              
45608              Subject: [PATCH] Re: installperl and t/TEST
45609              From: <abigail@foad.org>
45610              Date: Thu, 24 Aug 2000 04:00:53 -0400
45611              Message-ID: <20000824080053.2494.qmail@foad.org>
45612      Branch: perl
45613            ! Makefile.SH installperl
45614 ____________________________________________________________________________
45615 [  6793] By: jhi                                   on 2000/08/24  13:27:50
45616         Log: Drop the separate perlbc, perlcc -b should be enough.
45617      Branch: perl
45618            - utils/perlbc.PL
45619            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
45620 ____________________________________________________________________________
45621 [  6792] By: jhi                                   on 2000/08/24  04:41:30
45622         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
45623              plus the typo fix from Peter Prymmer.
45624      Branch: perl
45625            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45626            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45627 ____________________________________________________________________________
45628 [  6791] By: jhi                                   on 2000/08/24  02:10:43
45629         Log: Replace #6705 with a minimal doc patch.
45630              
45631              Subject: [PATCH 5.6.0] replace change #6705
45632              From: Jan Dubois <jand@ActiveState.com>
45633              Date: Wed, 23 Aug 2000 18:31:51 -0700
45634              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
45635      Branch: perl
45636            ! lib/Win32.pod win32/win32.c
45637 ____________________________________________________________________________
45638 [  6790] By: jhi                                   on 2000/08/23  17:52:00
45639         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45640              From: Mike Guy <mjtg@cam.ac.uk>
45641              Date: Wed, 23 Aug 2000 18:38:46 +0100
45642              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
45643      Branch: perl
45644            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
45645 ____________________________________________________________________________
45646 [  6789] By: jhi                                   on 2000/08/23  15:34:21
45647         Log: Update Changes.
45648      Branch: perl
45649            ! Changes patchlevel.h
45650 ____________________________________________________________________________
45651 [  6788] By: jhi                                   on 2000/08/23  15:33:40
45652         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
45653              From: Wilfredo Sánchez <wsanchez@apple.com>
45654              Date: Tue, 22 Aug 2000 19:31:27 -0700
45655              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
45656      Branch: perl
45657            ! perl.h
45658 ____________________________________________________________________________
45659 [  6787] By: jhi                                   on 2000/08/23  15:29:31
45660         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
45661              From: Spider Boardman <spider@leggy.zk3.dec.com>
45662              Date: Wed, 23 Aug 2000 10:33:23 -0400
45663              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
45664      Branch: perl
45665            ! lib/Pod/Html.pm
45666 ____________________________________________________________________________
45667 [  6786] By: jhi                                   on 2000/08/23  15:28:11
45668         Log: Bad makefile.
45669      Branch: perl
45670            ! ext/B/Makefile.PL
45671 ____________________________________________________________________________
45672 [  6785] By: jhi                                   on 2000/08/23  14:37:04
45673         Log: Update Changes.
45674      Branch: perl
45675            ! Changes patchlevel.h
45676 ____________________________________________________________________________
45677 [  6784] By: jhi                                   on 2000/08/23  13:58:41
45678         Log: Portability fix from Hugo van der Sanden.
45679      Branch: perl
45680            ! ext/re/Makefile.PL
45681 ____________________________________________________________________________
45682 [  6783] By: jhi                                   on 2000/08/23  13:53:53
45683         Log: Storable support, v-version fixes.
45684              
45685              Subject: CPAN.pm beta for testing available
45686              From: andreas.koenig@anima.de (Andreas J. Koenig)
45687              Date: 22 Aug 2000 23:31:33 +0200
45688              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
45689      Branch: perl
45690            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45691 ____________________________________________________________________________
45692 [  6782] By: jhi                                   on 2000/08/23  13:51:26
45693         Log: Mac and other portability updates from Chris Nandor.
45694      Branch: perl
45695            ! pod/perlmodinstall.pod
45696 ____________________________________________________________________________
45697 [  6781] By: jhi                                   on 2000/08/23  13:47:33
45698         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
45699              From: Peter Prymmer <pvhp@forte.com>
45700              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
45701              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
45702      Branch: perl
45703            ! ext/Storable/Storable.xs
45704 ____________________________________________________________________________
45705 [  6780] By: jhi                                   on 2000/08/23  13:33:34
45706         Log: VMS MMS (make) wants null action.
45707      Branch: perl
45708            ! ext/B/Makefile.PL
45709 ____________________________________________________________________________
45710 [  6779] By: jhi                                   on 2000/08/22  19:44:47
45711         Log: Forgot portability nit.
45712      Branch: perl
45713            ! t/lib/st-forgive.t
45714 ____________________________________________________________________________
45715 [  6778] By: jhi                                   on 2000/08/22  19:35:25
45716         Log: Be portable.
45717      Branch: perl
45718            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
45719            ! t/lib/st-store.t
45720 ____________________________________________________________________________
45721 [  6777] By: jhi                                   on 2000/08/22  18:50:53
45722         Log: Update Changes.
45723      Branch: perl
45724            ! Changes patchlevel.h
45725 ____________________________________________________________________________
45726 [  6776] By: jhi                                   on 2000/08/22  18:44:46
45727         Log: cSVOPo_*v things index into the current PL_curpad
45728              under ithreads, which is different from the curpad
45729              used by the XSUB.  (In other words, the code as-is
45730              before this patch wouldn't work under ithreads.)
45731              From Sarathy.
45732      Branch: perl
45733            ! ext/B/B.xs
45734 ____________________________________________________________________________
45735 [  6775] By: jhi                                   on 2000/08/22  18:18:37
45736         Log: Make the selection of NVff et al stricter.
45737      Branch: metaconfig/U/perl
45738            ! perlxvf.U
45739      Branch: perl
45740            ! Configure config_h.SH
45741 ____________________________________________________________________________
45742 [  6774] By: jhi                                   on 2000/08/22  17:19:42
45743         Log: perldelta nits.
45744      Branch: perl
45745            ! pod/perldelta.pod
45746 ____________________________________________________________________________
45747 [  6773] By: jhi                                   on 2000/08/22  17:06:26
45748         Log: Long double fixes from Spider Boardman.
45749              
45750              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
45751              From: system PRIVILEGED account <root@peano.zk3.dec.com>
45752              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
45753              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
45754      Branch: perl
45755            ! t/lib/bigfltpm.t t/lib/st-06compat.t
45756 ____________________________________________________________________________
45757 [  6772] By: jhi                                   on 2000/08/22  15:04:53
45758         Log: Update Changes.
45759      Branch: perl
45760            ! Changes patchlevel.h
45761 ____________________________________________________________________________
45762 [  6771] By: jhi                                   on 2000/08/22  15:01:44
45763         Log: perldelta fixes from Hugo van der Sanden.
45764      Branch: perl
45765            ! pod/perldelta.pod
45766 ____________________________________________________________________________
45767 [  6770] By: jhi                                   on 2000/08/22  14:34:49
45768         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
45769              From: Hugo <hv@crypt.compulink.co.uk>
45770              Date: Tue, 22 Aug 2000 11:21:53 +0100
45771              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
45772      Branch: perl
45773            ! regcomp.c
45774 ____________________________________________________________________________
45775 [  6769] By: jhi                                   on 2000/08/22  14:30:02
45776         Log: Add Yitzchak, reformat.
45777      Branch: perl
45778            ! Changes config_h.SH
45779 ____________________________________________________________________________
45780 [  6768] By: jhi                                   on 2000/08/22  14:21:35
45781         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
45782              and Spider Boardman.
45783      Branch: metaconfig
45784            ! U/compline/d_gconvert.U
45785      Branch: perl
45786            ! Configure
45787 ____________________________________________________________________________
45788 [  6767] By: jhi                                   on 2000/08/22  14:11:24
45789         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
45790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45791              Date: Mon, 21 Aug 2000 19:08:31 -0700
45792              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
45793      Branch: perl
45794            - ext/Storable/patchlevel.h
45795            ! MANIFEST ext/Storable/MANIFEST
45796 ____________________________________________________________________________
45797 [  6766] By: jhi                                   on 2000/08/22  13:49:29
45798         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
45799              From: Peter Prymmer <pvhp@forte.com>
45800              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
45801              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
45802      Branch: perl
45803            ! configure.com ext/Storable/Makefile.PL
45804 ____________________________________________________________________________
45805 [  6765] By: jhi                                   on 2000/08/22  13:44:59
45806         Log: Subject: [PATCH blead] B:: missing dependency
45807              From: Hugo <hv@crypt.compulink.co.uk>
45808              Date: Tue, 22 Aug 2000 06:44:33 +0100
45809              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
45810      Branch: perl
45811            ! ext/B/Makefile.PL
45812 ____________________________________________________________________________
45813 [  6764] By: jhi                                   on 2000/08/22  13:38:12
45814         Log: More bytecompiler.
45815      Branch: perl
45816            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
45817 ____________________________________________________________________________
45818 [  6763] By: jhi                                   on 2000/08/22  13:36:44
45819         Log: Bytecompiler patches from Benjamin Stuhl.
45820      Branch: perl
45821            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
45822            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45823            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45824            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45825            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
45826            ! perl.c perlapi.h pod/perldelta.pod
45827 ____________________________________________________________________________
45828 [  6762] By: jhi                                   on 2000/08/21  23:43:40
45829         Log: An obsoleted diagnostic.
45830      Branch: perl
45831            ! pod/perldelta.pod
45832 ____________________________________________________________________________
45833 [  6761] By: jhi                                   on 2000/08/21  23:01:45
45834         Log: The #6759 wasn't quite right.
45835      Branch: perl
45836            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
45837            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
45838            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
45839            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
45840            ! t/lib/st-tieditems.t
45841 ____________________________________________________________________________
45842 [  6760] By: jhi                                   on 2000/08/21  22:35:49
45843         Log: Be verydeepclean.
45844      Branch: perl
45845            ! Makefile.SH
45846 ____________________________________________________________________________
45847 [  6759] By: jhi                                   on 2000/08/21  22:25:40
45848         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
45849              From: Peter Prymmer <pvhp@forte.com>
45850              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
45851              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
45852      Branch: perl
45853            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
45854            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
45855            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
45856            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
45857            ! t/lib/st-tieditems.t
45858 ____________________________________________________________________________
45859 [  6758] By: jhi                                   on 2000/08/21  22:22:32
45860         Log: Few more casts, need reported in
45861              
45862              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
45863              From: Mike Stok <mike@stok.co.uk>
45864              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
45865              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
45866              
45867              and
45868              
45869              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
45870              From: abigail@foad.org
45871              Date: 21 Aug 2000 21:31:34 -0000
45872              Message-Id: <20000821213134.30170.qmail@foad.org>
45873      Branch: perl
45874            ! ext/Storable/Storable.xs
45875 ____________________________________________________________________________
45876 [  6757] By: jhi                                   on 2000/08/21  18:37:07
45877         Log: Update Changes.
45878      Branch: perl
45879            ! Changes patchlevel.h
45880 ____________________________________________________________________________
45881 [  6756] By: jhi                                   on 2000/08/21  18:34:02
45882         Log: A pod nit.
45883              
45884              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
45885              From: <abigail@foad.org>
45886              Date: Mon, 21 Aug 2000 14:00:16 -0400
45887              Message-ID: <20000821180016.28627.qmail@foad.org>
45888      Branch: perl
45889            ! pod/perlre.pod
45890 ____________________________________________________________________________
45891 [  6755] By: jhi                                   on 2000/08/21  18:30:56
45892         Log: Use PodParser 1.18 new test.
45893      Branch: perl
45894            ! t/pod/special_seqs.t t/pod/special_seqs.xr
45895 ____________________________________________________________________________
45896 [  6754] By: jhi                                   on 2000/08/21  18:28:35
45897         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
45898              patches cannot be applied since #6712 conflicts.
45899      Branch: perl
45900            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
45901 ____________________________________________________________________________
45902 [  6753] By: jhi                                   on 2000/08/21  18:15:11
45903         Log: Weed out some smaller changes.
45904      Branch: perl
45905            ! pod/perldelta.pod
45906 ____________________________________________________________________________
45907 [  6752] By: jhi                                   on 2000/08/21  18:02:30
45908         Log: Also under djgpp the timestamps are funky.
45909      Branch: perl
45910            ! t/op/stat.t
45911 ____________________________________________________________________________
45912 [  6751] By: jhi                                   on 2000/08/21  17:55:56
45913         Log: Tweak the floating point output routine preferences.
45914      Branch: metaconfig
45915            ! U/compline/d_gconvert.U
45916      Branch: perl
45917            ! Configure
45918 ____________________________________________________________________________
45919 [  6750] By: jhi                                   on 2000/08/21  17:51:29
45920         Log: Unicos/mk requires elaborate paranoia.
45921      Branch: perl
45922            ! lib/Math/Complex.pm
45923 ____________________________________________________________________________
45924 [  6749] By: gsar                                  on 2000/08/21  16:53:31
45925         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
45926      Branch: perl
45927            ! lib/Cwd.pm
45928 ____________________________________________________________________________
45929 [  6748] By: gsar                                  on 2000/08/21  16:22:19
45930         Log: free TLS slot properly on Windows
45931      Branch: perl
45932            ! thread.h win32/perllib.c win32/win32thread.h
45933 ____________________________________________________________________________
45934 [  6747] By: jhi                                   on 2000/08/21  16:20:58
45935         Log: Rename the macro argument because some preprocessors
45936              can't tell the difference and expand arguments also inside
45937              double quoted strings.
45938      Branch: perl
45939            ! regcomp.c
45940 ____________________________________________________________________________
45941 [  6746] By: jhi                                   on 2000/08/21  16:09:41
45942         Log: Support long doubles in Storable.
45943              
45944              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
45945              From: Radu Greab <radu@netsoft.ro>
45946              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
45947              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
45948      Branch: perl
45949            ! ext/Storable/Storable.xs
45950 ____________________________________________________________________________
45951 [  6745] By: jhi                                   on 2000/08/21  15:51:40
45952         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
45953              From: "Fifer, Eric" <EFifer@sanwaint.com>
45954              Date: Mon, 21 Aug 2000 15:34:49 +0100
45955              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
45956      Branch: perl
45957            ! t/pragma/warn/9enabled
45958 ____________________________________________________________________________
45959 [  6744] By: jhi                                   on 2000/08/21  15:39:35
45960         Log: Document the endianness of Alpha more precisely.
45961      Branch: perl
45962            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
45963            ! pod/perlport.pod
45964 ____________________________________________________________________________
45965 [  6743] By: jhi                                   on 2000/08/21  14:47:05
45966         Log: perldelta fixes from the p5p crowd.
45967      Branch: perl
45968            ! pod/perldelta.pod pod/perlop.pod
45969 ____________________________________________________________________________
45970 [  6742] By: jhi                                   on 2000/08/21  13:34:51
45971         Log: Update to Pod::LaTeX 0.53.
45972              
45973              Subject: [PATCH] lib/Pod/LaTeX.pm updates
45974              From: Tim Jenness <timj@jach.hawaii.edu>
45975              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
45976              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
45977      Branch: perl
45978            ! lib/Pod/LaTeX.pm
45979 ____________________________________________________________________________
45980 [  6741] By: jhi                                   on 2000/08/21  13:33:01
45981         Log: Subject: [PATCH] os2.c fix for use64bitint
45982              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45983              Date: Mon, 21 Aug 2000 01:32:25 -0700
45984              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
45985      Branch: perl
45986            ! os2/os2.c
45987 ____________________________________________________________________________
45988 [  6740] By: jhi                                   on 2000/08/21  13:28:52
45989         Log: Array context keeps slithering in.
45990              
45991              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
45992              From: Daniel Chetlin <daniel@chetlin.com>
45993              Date: Sun, 20 Aug 2000 21:40:25 -0700
45994              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
45995      Branch: perl
45996            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
45997            ! pod/perldebtut.pod
45998 ____________________________________________________________________________
45999 [  6739] By: jhi                                   on 2000/08/21  13:23:55
46000         Log: Big-endian quad fixes for Storable from Radu Greab,
46001              plus few explicit null casts for picky compilers.
46002      Branch: perl
46003            ! ext/Storable/Storable.xs
46004 ____________________________________________________________________________
46005 [  6738] By: gsar                                  on 2000/08/21  05:56:13
46006         Log: small tweaks for change#6705: avoid C++ style comments in C code;
46007              use Perl's malloc API rather than the low level system one
46008      Branch: perl
46009            ! win32/win32.c
46010 ____________________________________________________________________________
46011 [  6737] By: gsar                                  on 2000/08/21  05:35:41
46012         Log: add Storable to list of extensions on Windows
46013      Branch: perl
46014            ! win32/Makefile win32/makefile.mk
46015 ____________________________________________________________________________
46016 [  6736] By: jhi                                   on 2000/08/21  02:57:53
46017         Log: Update Changes.
46018      Branch: perl
46019            ! Changes patchlevel.h
46020 ____________________________________________________________________________
46021 [  6735] By: jhi                                   on 2000/08/21  02:57:20
46022         Log: Draft 0.
46023      Branch: perl
46024            ! pod/perldelta.pod
46025 ____________________________________________________________________________
46026 [  6734] By: jhi                                   on 2000/08/21  02:57:03
46027         Log: Add Storable 0.7.2 from Raphael Manfredi,
46028              plus the patch from
46029              
46030              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
46031              From: Radu Greab <radu@netsoft.ro>
46032              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
46033              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
46034              
46035              plus changes to get Storable to compile with
46036              picky ANSI compilers.
46037      Branch: perl
46038            + ext/Storable/ChangeLog ext/Storable/MANIFEST
46039            + ext/Storable/Makefile.PL ext/Storable/README
46040            + ext/Storable/Storable.pm ext/Storable/Storable.xs
46041            + ext/Storable/patchlevel.h t/lib/st-06compat.t
46042            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
46043            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
46044            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46045            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46046            + t/lib/st-tieditems.t
46047            ! MANIFEST
46048 ____________________________________________________________________________
46049 [  6733] By: jhi                                   on 2000/08/21  02:29:09
46050         Log: The correct cleaning order is an art.
46051      Branch: perl
46052            ! Makefile.SH
46053 ____________________________________________________________________________
46054 [  6732] By: jhi                                   on 2000/08/21  01:23:39
46055         Log: The #6724 is here.
46056      Branch: perl
46057            ! t/lib/ftmp-security.t
46058 ____________________________________________________________________________
46059 [  6731] By: jhi                                   on 2000/08/20  23:17:03
46060         Log: s/this one/the 5.6.0 release/
46061      Branch: perl
46062            ! pod/perl56delta.pod
46063 ____________________________________________________________________________
46064 [  6730] By: jhi                                   on 2000/08/20  23:07:34
46065         Log: Mention perlebcdic and perlposix-bc.
46066      Branch: perl
46067            ! pod/perlport.pod
46068 ____________________________________________________________________________
46069 [  6729] By: jhi                                   on 2000/08/20  21:32:59
46070         Log: Document the number of exponent digits.
46071      Branch: perl
46072            ! pod/perlfunc.pod
46073 ____________________________________________________________________________
46074 [  6728] By: jhi                                   on 2000/08/20  21:16:47
46075         Log: Use File::Spec->tmpdir().
46076              
46077              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
46078              From: Tim Jenness <timj@jach.hawaii.edu>
46079              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
46080              MIME-Version: 1.0
46081              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
46082      Branch: perl
46083            ! utils/perlbug.PL
46084 ____________________________________________________________________________
46085 [  6727] By: jhi                                   on 2000/08/20  20:43:32
46086         Log: Update Changes.
46087      Branch: perl
46088            ! Changes patchlevel.h
46089 ____________________________________________________________________________
46090 [  6726] By: jhi                                   on 2000/08/20  20:41:44
46091         Log: The veryclean target needs to clobber.
46092      Branch: perl
46093            ! Makefile.SH
46094 ____________________________________________________________________________
46095 [  6725] By: jhi                                   on 2000/08/20  20:37:38
46096         Log: Document odd vs even subreleases and -Dusedevel.
46097      Branch: perl
46098            ! INSTALL
46099 ____________________________________________________________________________
46100 [  6724] By: jhi                                   on 2000/08/20  19:58:05
46101         Log: Use temporary directory instead of current directory.
46102              
46103              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46104              From: Tim Jenness <timj@jach.hawaii.edu>
46105              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
46106              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
46107      Branch: perl
46108            ! t/lib/ftmp-security.t
46109 ____________________________________________________________________________
46110 [  6723] By: jhi                                   on 2000/08/20  19:55:55
46111         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
46112              From: andreas.koenig@anima.de (Andreas J. Koenig)
46113              Date: 20 Aug 2000 15:52:03 +0200
46114              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
46115      Branch: perl
46116            ! lib/ExtUtils/MM_Unix.pm
46117 ____________________________________________________________________________
46118 [  6722] By: jhi                                   on 2000/08/20  19:46:01
46119         Log: Update to CGI 2.72, from Lincoln Stein.
46120      Branch: perl
46121            ! lib/CGI.pm
46122 ____________________________________________________________________________
46123 [  6721] By: jhi                                   on 2000/08/20  19:43:54
46124         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46125              From: Radu Greab <radu@netsoft.ro>
46126              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
46127              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
46128      Branch: perl
46129            ! ext/GDBM_File/GDBM_File.xs
46130 ____________________________________________________________________________
46131 [  6720] By: jhi                                   on 2000/08/20  19:42:01
46132         Log: pp_open() could pass an uninitialized filename down to do_open9().
46133      Branch: perl
46134            ! pp_sys.c
46135 ____________________________________________________________________________
46136 [  6719] By: jhi                                   on 2000/08/20  14:06:41
46137         Log: UTF8 concat fixes.
46138              
46139              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46140              From: Hugo <hv@crypt.compulink.co.uk>
46141              Date: Sun, 20 Aug 2000 07:30:46 +0100
46142              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
46143      Branch: perl
46144            ! pp_hot.c t/op/append.t
46145 ____________________________________________________________________________
46146 [  6718] By: jhi                                   on 2000/08/20  02:09:37
46147         Log: Let's try #6717 again.
46148      Branch: perl
46149            ! lib/File/Temp.pm
46150 ____________________________________________________________________________
46151 [  6717] By: jhi                                   on 2000/08/20  01:56:55
46152         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46153              From: "Craig A. Berry" <craig.berry@metamorgs.com>
46154              Date: Sat, 19 Aug 2000 18:15:39 -0500
46155              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
46156      Branch: perl
46157            ! lib/File/Temp.pm
46158 ____________________________________________________________________________
46159 [  6716] By: jhi                                   on 2000/08/19  15:50:11
46160         Log: Update Changes.
46161      Branch: perl
46162            ! Changes patchlevel.h
46163 ____________________________________________________________________________
46164 [  6715] By: jhi                                   on 2000/08/19  15:39:09
46165         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
46166              From: Jonathan D Johnston <jdjohnston2@juno.com>
46167              Date: Thu, 17 Aug 2000 23:13:01 -0400       
46168              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
46169      Branch: perl
46170            ! pod/perlfunc.pod
46171 ____________________________________________________________________________
46172 [  6714] By: jhi                                   on 2000/08/19  15:34:04
46173         Log: Introduce a 'veryclean' target that is like 'distclean'
46174              but also removes *~ and *.orig.
46175      Branch: perl
46176            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
46177            ! utils/Makefile x2p/Makefile.SH
46178 ____________________________________________________________________________
46179 [  6713] By: jhi                                   on 2000/08/19  14:15:45
46180         Log: Put back the long double avoidance code to POSIX.xs
46181              because VMS seems to need it still.
46182      Branch: perl
46183            ! ext/POSIX/POSIX.xs
46184 ____________________________________________________________________________
46185 [  6712] By: jhi                                   on 2000/08/19  14:10:41
46186         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46187              From: Peter Prymmer <pvhp@forte.com>
46188              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
46189              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
46190      Branch: perl
46191            ! lib/Pod/Find.pm t/pod/find.t
46192 ____________________________________________________________________________
46193 [  6711] By: jhi                                   on 2000/08/19  14:09:19
46194         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46195              From: Peter Prymmer <pvhp@forte.com>
46196              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
46197              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
46198              cc: vmsperl@perl.org
46199      Branch: perl
46200            ! t/lib/peek.t
46201 ____________________________________________________________________________
46202 [  6710] By: jhi                                   on 2000/08/19  14:08:01
46203         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46204              From: Jan Dubois <jand@ActiveState.com>
46205              Date: Fri, 18 Aug 2000 16:31:48 -0700
46206              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
46207      Branch: perl
46208            ! win32/win32.c
46209 ____________________________________________________________________________
46210 [  6709] By: jhi                                   on 2000/08/19  14:06:57
46211         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
46212              
46213              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
46214              From: Spider.Boardman@Orb.Nashua.NH.US
46215              Date: Fri, 18 Aug 2000 18:41:14 -0400
46216              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
46217      Branch: perl
46218            ! regcomp.c
46219 ____________________________________________________________________________
46220 [  6708] By: jhi                                   on 2000/08/18  22:04:49
46221         Log: Update Changes.
46222      Branch: perl
46223            ! Changes patchlevel.h
46224 ____________________________________________________________________________
46225 [  6707] By: jhi                                   on 2000/08/18  21:55:14
46226         Log: Add warnif(), check warnings further up the stack,
46227              all the warnings functions now can take an optional object reference.
46228              
46229              Subject: [PATCH bleedperl@6691] warnings pragma update
46230              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46231              Date: Fri, 18 Aug 2000 22:42:06 +0100
46232              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
46233      Branch: perl
46234            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
46235            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
46236            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
46237 ____________________________________________________________________________
46238 [  6706] By: jhi                                   on 2000/08/18  21:41:45
46239         Log: Typo in pp_complement().
46240              
46241              Subject: [PATCH perl-current] Deparse
46242              From: Peter Scott <Peter@PSDT.com>
46243              Date: Fri, 18 Aug 2000 12:44:37 -0700
46244              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
46245      Branch: perl
46246            ! ext/B/B/Deparse.pm
46247 ____________________________________________________________________________
46248 [  6705] By: jhi                                   on 2000/08/18  21:25:59
46249         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
46250              From: Jan Dubois <jand@ActiveState.com>
46251              Date: Fri, 18 Aug 2000 14:22:51 -0700
46252              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
46253      Branch: perl
46254            ! lib/Win32.pod win32/win32.c
46255 ____________________________________________________________________________
46256 [  6704] By: jhi                                   on 2000/08/18  21:16:14
46257         Log: Don't eat leading os from index entries.
46258              
46259              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
46260              From: Russ Allbery <rra@stanford.edu>
46261              Date: 10 Aug 2000 20:49:25 -0700
46262              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
46263      Branch: perl
46264            ! lib/Pod/Man.pm
46265 ____________________________________________________________________________
46266 [  6703] By: jhi                                   on 2000/08/18  21:07:06
46267         Log: Add [[:blank:]] as suggested in
46268              
46269              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46270              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46271              Date: Sun, 16 Jul 2000 17:55:29 -0700
46272              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46273              
46274              (the [=cc=] has already been taken care of by #6439
46275              so the whole bug report can be closed)
46276              
46277              and make [[:space:]] to be equivalent to isspace(3)
46278              (as opposed to \s, which is isSPACE()).  The difference
46279              is that now [[:space:]] matches the mythical vertical tab,
46280              while \s doesn't.
46281      Branch: perl
46282            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
46283            ! regexec.c t/op/pat.t
46284 ____________________________________________________________________________
46285 [  6702] By: jhi                                   on 2000/08/18  18:47:47
46286         Log: The new tests were missing from #6415.
46287      Branch: perl
46288            ! t/op/bop.t
46289 ____________________________________________________________________________
46290 [  6701] By: jhi                                   on 2000/08/18  18:20:40
46291         Log: Document the NDBM_File and ODBM_File as SDBM_File
46292              was documented in #6417.
46293      Branch: perl
46294            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
46295            ! ext/SDBM_File/SDBM_File.pm
46296 ____________________________________________________________________________
46297 [  6700] By: jhi                                   on 2000/08/18  18:10:39
46298         Log: Subject: [PATCH perl@6698] cygwin port
46299              From: "Fifer, Eric" <EFifer@sanwaint.com>
46300              Date: Fri, 18 Aug 2000 17:30:05 +0100
46301              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
46302      Branch: perl
46303            ! lib/File/Temp.pm
46304 ____________________________________________________________________________
46305 [  6699] By: jhi                                   on 2000/08/18  16:21:49
46306         Log: Document code point which makes if (defined %stash::) to work
46307              (noted by Spider Boardman).
46308      Branch: perl
46309            ! op.c
46310 ____________________________________________________________________________
46311 [  6698] By: jhi                                   on 2000/08/18  13:43:27
46312         Log: Update Changes.
46313      Branch: perl
46314            ! Changes patchlevel.h
46315 ____________________________________________________________________________
46316 [  6697] By: jhi                                   on 2000/08/18  13:35:57
46317         Log: Tiny Getopt::Long patch from Johan Vromans.
46318      Branch: perl
46319            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46320 ____________________________________________________________________________
46321 [  6696] By: jhi                                   on 2000/08/18  13:26:14
46322         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
46323              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
46324              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
46325              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
46326      Branch: perl
46327            ! pod/perldiag.pod pod/perlsyn.pod
46328 ____________________________________________________________________________
46329 [  6695] By: jhi                                   on 2000/08/18  13:13:26
46330         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
46331              From: Daniel Chetlin <daniel@chetlin.com>
46332              Date: Fri, 18 Aug 2000 03:13:36 -0700
46333              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
46334      Branch: perl
46335            ! pod/perlfunc.pod
46336 ____________________________________________________________________________
46337 [  6694] By: jhi                                   on 2000/08/18  13:08:05
46338         Log: Subject: [PATCH] perltrap.pod spring cleaning
46339              From: Daniel Chetlin <daniel@chetlin.com>
46340              Date: Fri, 18 Aug 2000 03:06:54 -0700
46341              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
46342              
46343              plus Mike Guy's nitfix.
46344      Branch: perl
46345            ! pod/perltrap.pod
46346 ____________________________________________________________________________
46347 [  6693] By: jhi                                   on 2000/08/18  13:00:26
46348         Log: Unbuffer the output.
46349              
46350              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
46351              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46352              Date: Thu, 17 Aug 2000 18:39:29 -0700
46353              Message-ID: <RPJn5gzkgydf092yn@efn.org>
46354      Branch: perl
46355            ! t/op/fork.t
46356 ____________________________________________________________________________
46357 [  6692] By: jhi                                   on 2000/08/18  05:19:17
46358         Log: Delete the image, too, not just its MANIFEStation.
46359      Branch: perl
46360            - lib/CGI/eg/wilogo.gif
46361 ____________________________________________________________________________
46362 [  6691] By: jhi                                   on 2000/08/18  05:10:26
46363         Log: Propagate new Configure vars.
46364      Branch: perl
46365            ! configure.com epoc/config.sh uconfig.h uconfig.sh
46366            ! vos/config.def vos/config.h vos/config_h.SH_orig
46367            ! win32/config.bc win32/config.gc win32/config.vc
46368            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46369 ____________________________________________________________________________
46370 [  6690] By: jhi                                   on 2000/08/18  04:30:56
46371         Log: Update Changes.
46372      Branch: perl
46373            ! Changes patchlevel.h
46374 ____________________________________________________________________________
46375 [  6689] By: jhi                                   on 2000/08/18  04:12:30
46376         Log: Fix the lib/complex failure of
46377              
46378              From: abigail@foad.org
46379              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46380              Date: 15 Aug 2000 04:06:38 -0000
46381              Message-Id: <20000815040638.8524.qmail@foad.org> 
46382              
46383              Linux long double accuracy issue: something that
46384              when printed with %g looks like "2" but int() of it is 1.
46385      Branch: perl
46386            ! lib/Math/Complex.pm
46387 ____________________________________________________________________________
46388 [  6688] By: jhi                                   on 2000/08/18  03:15:35
46389         Log: The byteorder code in #6671 was wrong.
46390      Branch: perl
46391            ! configpm
46392 ____________________________________________________________________________
46393 [  6687] By: jhi                                   on 2000/08/18  02:08:42
46394         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
46395              From: Jan Dubois <jand@ActiveState.com>
46396              Date: Thu, 17 Aug 2000 18:31:55 -0700
46397              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
46398      Branch: perl
46399            ! sv.c
46400 ____________________________________________________________________________
46401 [  6686] By: jhi                                   on 2000/08/18  02:04:15
46402         Log: Use NVs in POSIX math, not doubles.
46403              
46404              From: abigail@foad.org
46405              Subject: [ID 20000817.014] POSIX & modfl
46406              Date: 17 Aug 2000 20:49:18 -0000
46407              Message-Id: <20000817204918.23123.qmail@foad.org>
46408      Branch: perl
46409            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
46410 ____________________________________________________________________________
46411 [  6685] By: jhi                                   on 2000/08/18  02:02:12
46412         Log: Introduce NVef, NVff, and NVgf, use the middle one.
46413              (helps for lib/peek + Linux + long doubles)  Reported in
46414              
46415              From: abigail@foad.org
46416              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46417              Date: 15 Aug 2000 04:06:38 -0000
46418              Message-Id: <20000815040638.8524.qmail@foad.org> 
46419              
46420              (note: the lib/complex failure has not yet been addressed)
46421      Branch: metaconfig/U/perl
46422            ! perlxvf.U
46423      Branch: perl
46424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46425            ! config_h.SH dump.c perl.h pod/perlguts.pod
46426 ____________________________________________________________________________
46427 [  6684] By: jhi                                   on 2000/08/17  23:22:19
46428         Log: Add byteorder to the myconfig output.
46429      Branch: perl
46430            ! myconfig.SH
46431 ____________________________________________________________________________
46432 [  6683] By: jhi                                   on 2000/08/17  23:20:19
46433         Log: The image doth not exist, spotted by Johan Vromans.
46434      Branch: perl
46435            ! MANIFEST
46436 ____________________________________________________________________________
46437 [  6682] By: jhi                                   on 2000/08/17  22:38:16
46438         Log: Document what the backtick returns if the command fails.
46439      Branch: perl
46440            ! pod/perlop.pod
46441 ____________________________________________________________________________
46442 [  6681] By: jhi                                   on 2000/08/17  22:33:12
46443         Log: Do not use prototyping here.
46444              
46445              Subject: [ID 20000817.016] [PATCH] Peek.xs
46446              From: abigail@foad.org
46447              Date: 17 Aug 2000 20:55:56 -0000
46448              Message-Id: <20000817205556.24270.qmail@foad.org>
46449      Branch: perl
46450            ! ext/Devel/Peek/Makefile.PL
46451 ____________________________________________________________________________
46452 [  6680] By: jhi                                   on 2000/08/17  19:46:43
46453         Log: Don't propose using modules built for 5.005 if no binary
46454              compatibility with 5.005 is attempted.
46455              
46456              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46457              Subject: Minor nit with 5.7.0 (6655)
46458              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
46459              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
46460      Branch: metaconfig
46461            ! U/installdirs/inc_version_list.U
46462      Branch: perl
46463            ! Configure config_h.SH
46464 ____________________________________________________________________________
46465 [  6679] By: jhi                                   on 2000/08/17  19:16:39
46466         Log: Microperl config update.
46467      Branch: perl
46468            ! uconfig.h uconfig.sh
46469 ____________________________________________________________________________
46470 [  6678] By: jhi                                   on 2000/08/17  19:16:13
46471         Log: The #6648 wasn't protective enough for limited platforms
46472              (like microperl).
46473      Branch: perl
46474            ! dump.c sv.c
46475 ____________________________________________________________________________
46476 [  6677] By: jhi                                   on 2000/08/17  14:46:35
46477         Log: Update Changes.
46478      Branch: perl
46479            ! Changes patchlevel.h
46480 ____________________________________________________________________________
46481 [  6676] By: jhi                                   on 2000/08/17  14:44:02
46482         Log: Add perlebcdic from Peter Prymmer, regen toc.
46483      Branch: perl
46484            + pod/perlebcdic.pod
46485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46486 ____________________________________________________________________________
46487 [  6675] By: jhi                                   on 2000/08/17  14:41:52
46488         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
46489      Branch: perl
46490            ! pod/perldebtut.pod
46491 ____________________________________________________________________________
46492 [  6674] By: jhi                                   on 2000/08/17  14:29:43
46493         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
46494              
46495              Subject: [ID 20000724.006] -DLEAKTEST problem
46496              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
46497              Date: Tue, 25 Jul 2000 00:36:32 -0500
46498              Message-Id: <20000725003632.A26186@www.llamacom.com>
46499              
46500              Reminder sent
46501              
46502              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
46503              From: Hugo <hv@crypt.compulink.co.uk>
46504              Date: Thu, 17 Aug 2000 15:23:42 +0100
46505              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
46506      Branch: perl
46507            ! util.c
46508 ____________________________________________________________________________
46509 [  6673] By: jhi                                   on 2000/08/17  04:07:10
46510         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
46511              From: John Peacock <JPeacock@UnivPress.com>
46512              Date: Tue, 01 Aug 2000 09:38:12 -0400
46513              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
46514      Branch: perl
46515            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
46516 ____________________________________________________________________________
46517 [  6672] By: jhi                                   on 2000/08/17  03:04:35
46518         Log: Subject: [PATCH] Cwd.pm now uses strict
46519              From: Tim Jenness <timj@jach.hawaii.edu>
46520              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
46521              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
46522      Branch: perl
46523            ! lib/Cwd.pm
46524 ____________________________________________________________________________
46525 [  6671] By: jhi                                   on 2000/08/17  02:16:35
46526         Log: Make $Config{byteorder} more magical so that it is
46527              dynamically computed: nice for 'fat binaries'.
46528              
46529              Subject: [PATCH]: default byteorder
46530              From: Wilfredo Sánchez <wsanchez@apple.com>
46531              Date: Mon, 31 Jul 2000 19:45:31 -0700
46532              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
46533      Branch: perl
46534            ! configpm
46535 ____________________________________________________________________________
46536 [  6670] By: gsar                                  on 2000/08/17  01:22:21
46537         Log: move WNOHANG definition to where other such things are
46538      Branch: perl
46539            ! win32/win32.h
46540 ____________________________________________________________________________
46541 [  6669] By: jhi                                   on 2000/08/17  01:19:17
46542         Log: Update Changes.
46543      Branch: perl
46544            ! Changes patchlevel.h
46545 ____________________________________________________________________________
46546 [  6668] By: jhi                                   on 2000/08/17  01:16:29
46547         Log: Doc nits spotted by Richard Soderberg.
46548      Branch: perl
46549            ! README.posix-bc README.vmesa
46550 ____________________________________________________________________________
46551 [  6667] By: jhi                                   on 2000/08/17  01:12:11
46552         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
46553              From: "Casey R. Tweten" <crt@kiski.net>
46554              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
46555              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
46556      Branch: perl
46557            ! pod/perldebtut.pod
46558 ____________________________________________________________________________
46559 [  6666] By: jhi                                   on 2000/08/17  01:09:31
46560         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
46561              From: "Casey R. Tweten" <crt@kiski.net>
46562              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
46563              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
46564      Branch: perl
46565            ! lib/Shell.pm
46566 ____________________________________________________________________________
46567 [  6665] By: gsar                                  on 2000/08/17  01:03:52
46568         Log: add "ok" targets from change#6632 in makefile.mk
46569      Branch: perl
46570            ! pod/perlport.pod win32/Makefile win32/makefile.mk
46571 ____________________________________________________________________________
46572 [  6664] By: gsar                                  on 2000/08/17  00:56:11
46573         Log: avoid warnings from dense compiler
46574      Branch: perl
46575            ! win32/win32.c
46576 ____________________________________________________________________________
46577 [  6663] By: jhi                                   on 2000/08/17  00:51:49
46578         Log: Tweak the regex compilation errors once more.
46579      Branch: perl
46580            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
46581            ! t/op/regmesg.t t/pragma/warn/regcomp
46582 ____________________________________________________________________________
46583 [  6662] By: gsar                                  on 2000/08/17  00:28:19
46584         Log: trailing new %ENV entries weren't being pushed into the real
46585              environment of subprocesses on Windows
46586      Branch: perl
46587            ! t/op/magic.t win32/perlhost.h
46588 ____________________________________________________________________________
46589 [  6661] By: gsar                                  on 2000/08/17  00:19:20
46590         Log: waitpid() now handles externally spawned pids correctly;
46591              fixes for backtick/wait/waitpid failures on Windows 9x
46592              
46593              these changes make the pid returned by process functions on
46594              Windows 9x always positive by clearing the high bit (which
46595              is always set on Win9x); pseudo-process PIDs are likewise
46596              always negative now on Win9x (just as on NT/2000)
46597      Branch: perl
46598            ! pp_sys.c win32/perlhost.h win32/win32.c
46599 ____________________________________________________________________________
46600 [  6660] By: jhi                                   on 2000/08/17  00:04:32
46601         Log: Retract #6645.
46602      Branch: perl
46603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46604            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
46605            ! t/op/sprintf.t
46606 ____________________________________________________________________________
46607 [  6659] By: gsar                                  on 2000/08/16  23:59:28
46608         Log: on windows, the return values from wait() and waitpid() don't
46609              match those of pseudo-pids
46610      Branch: perl
46611            ! pp_sys.c t/op/fork.t util.c win32/win32.c
46612 ____________________________________________________________________________
46613 [  6658] By: gsar                                  on 2000/08/16  23:56:14
46614         Log: pod nit seen in passing
46615      Branch: perl
46616            ! pod/perlfunc.pod
46617 ____________________________________________________________________________
46618 [  6657] By: gsar                                  on 2000/08/16  23:53:42
46619         Log: change#6328 could make close(SOCKET) return false on windows
46620              when it shouldn't
46621      Branch: perl
46622            ! win32/win32sck.c
46623 ____________________________________________________________________________
46624 [  6656] By: gsar                                  on 2000/08/16  23:46:57
46625         Log: check that the number pseudo children doesn't exceed
46626              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
46627              the WaitForMultipleObjects() limit that would cause wait()
46628              to crash)
46629              
46630              wait() and waitpid() could potentially be rewritten to use
46631              more than one thread to do the waiting to eliminate this
46632              limitation
46633      Branch: perl
46634            ! win32/perlhost.h
46635 ____________________________________________________________________________
46636 [  6655] By: jhi                                   on 2000/08/16  14:11:05
46637         Log: Update Changes.
46638      Branch: perl
46639            ! Changes patchlevel.h
46640 ____________________________________________________________________________
46641 [  6654] By: jhi                                   on 2000/08/16  14:10:12
46642         Log: Update to perldebtut 1.9, from Richard Foley.
46643      Branch: perl
46644            ! pod/perldebtut.pod
46645 ____________________________________________________________________________
46646 [  6653] By: jhi                                   on 2000/08/16  14:08:17
46647         Log: Change the regx compilation error markers to use = instead of <
46648              since pod makes using the latter quite messy.  Reported in
46649              ID 20000814.006 by Abigail and in
46650              Subject: Unknown escape E<> ?
46651              From: Lupe Christoph <lupe@lupe-christoph.de>
46652              Date: Fri, 11 Aug 2000 00:30:27 +0200
46653              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
46654      Branch: perl
46655            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
46656            ! t/op/regmesg.t t/pragma/warn/regcomp
46657 ____________________________________________________________________________
46658 [  6652] By: jhi                                   on 2000/08/16  13:25:31
46659         Log: Change the perlbug address to perl.org since it's more forgiving.
46660              
46661              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
46662              From: abigail@foad.org
46663              Date: 15 Aug 2000 04:15:40 -0000
46664              Message-Id: <20000815041540.8633.qmail@foad.org>
46665      Branch: perl
46666            ! utils/perlbug.PL
46667 ____________________________________________________________________________
46668 [  6651] By: jhi                                   on 2000/08/16  13:22:35
46669         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
46670              From: Tim Jenness <timj@jach.hawaii.edu>
46671              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
46672              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
46673      Branch: perl
46674            ! lib/Cwd.pm
46675 ____________________________________________________________________________
46676 [  6650] By: jhi                                   on 2000/08/16  13:18:13
46677         Log: Update to CPAN 1.57.
46678              
46679              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
46680              From: andreas.koenig@anima.de (Andreas J. Koenig)
46681              Date: 16 Aug 2000 15:09:46 +0200
46682              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
46683      Branch: perl
46684            ! lib/CPAN.pm
46685 ____________________________________________________________________________
46686 [  6649] By: jhi                                   on 2000/08/16  13:12:31
46687         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
46688              From: "Larry W. Virden" <lvirden@cas.org>
46689              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
46690              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
46691      Branch: perl
46692            ! README.hpux
46693 ____________________________________________________________________________
46694 [  6648] By: jhi                                   on 2000/08/16  13:03:53
46695         Log: The numeric locale was reset to "C" by s?printf and never restored.
46696              
46697              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46698              From: Christian Kirsch <ck@held.mind.de>
46699              Date: Wed, 9 Aug 2000 17:05:17 +0200
46700              Message-Id: <20000809170517.A25389@held>
46701              
46702              No test since adding the failing example to locale.t
46703              does not fail -- probably because the locale settings are so
46704              thoroughly tweaked by that time.  Running the example standalone
46705              does fail, though.  UPDATE: test case added at change #7540.
46706      Branch: perl
46707            ! dump.c perl.h pp.c pp_ctl.c sv.c
46708 ____________________________________________________________________________
46709 [  6647] By: jhi                                   on 2000/08/16  00:07:54
46710         Log: Update Changes and test semi-automatic patchlevel updating.
46711      Branch: perl
46712            ! Changes patchlevel.h
46713 ____________________________________________________________________________
46714 [  6646] By: jhi                                   on 2000/08/15  23:35:07
46715         Log: Fix a dependency problem.
46716              
46717              Subject: [PATCH: 6640] VMS Makefile.SH update
46718              From: Peter Prymmer <pvhp@forte.com>
46719              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
46720              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
46721      Branch: perl
46722            ! vms/descrip_mms.template
46723 ____________________________________________________________________________
46724 [  6645] By: jhi                                   on 2000/08/15  23:33:23
46725         Log: (Retracted by #6660)
46726              
46727              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
46728              From: Dominic Dunlop <domo@computer.org>
46729              Date: Tue, 15 Aug 2000 22:20:52 +0200
46730              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
46731      Branch: metaconfig/U/perl
46732            + d_printfed.U
46733      Branch: perl
46734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46735            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
46736            ! t/op/sprintf.t
46737 ____________________________________________________________________________
46738 [  6644] By: jhi                                   on 2000/08/15  21:17:20
46739         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
46740              From: abigail@foad.org
46741              Date: 15 Aug 2000 20:12:41 -0000
46742              Message-Id: <20000815201241.25556.qmail@foad.org>
46743      Branch: perl
46744            ! INSTALL
46745 ____________________________________________________________________________
46746 [  6643] By: jhi                                   on 2000/08/15  21:15:28
46747         Log: (an already applied patch)
46748      Branch: perl
46749            ! lib/CGI.pm
46750 ____________________________________________________________________________
46751 [  6642] By: gsar                                  on 2000/08/15  19:54:05
46752         Log: magic callbacks all need to have same type signature
46753      Branch: perl
46754            ! embed.pl mg.c proto.h
46755 ____________________________________________________________________________
46756 [  6641] By: jhi                                   on 2000/08/15  17:56:27
46757         Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
46758              From: Mike Guy <mjtg@cam.ac.uk>
46759              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
46760              Date: Tue, 15 Aug 2000 18:26:45 +0100
46761              
46762              Only the peek.t part applied, not the hash quality part.
46763      Branch: perl
46764            ! t/lib/peek.t
46765 ____________________________________________________________________________
46766 [  6640] By: jhi                                   on 2000/08/15  16:37:37
46767         Log: Update Changes.
46768      Branch: perl
46769            ! Changes
46770 ____________________________________________________________________________
46771 [  6639] By: jhi                                   on 2000/08/15  16:34:55
46772         Log: Missed a file from #6638.
46773      Branch: perl
46774            ! lib/File/Temp.pm
46775 ____________________________________________________________________________
46776 [  6638] By: jhi                                   on 2000/08/15  16:33:19
46777         Log: Subject: [PATCH perl@6620] cygwin port
46778              From: "Fifer, Eric" <EFifer@sanwaint.com>
46779              Date: Tue, 15 Aug 2000 17:00:49 +0100
46780              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
46781      Branch: perl
46782            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
46783 ____________________________________________________________________________
46784 [  6637] By: jhi                                   on 2000/08/15  16:29:22
46785         Log: Subject: [PATCH] debugger exit code should reflect user exit code
46786              From: Mike Guy <mjtg@cam.ac.uk>
46787              Date: Tue, 15 Aug 2000 16:55:59 +0100
46788              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
46789      Branch: perl
46790            ! lib/perl5db.pl
46791 ____________________________________________________________________________
46792 [  6636] By: jhi                                   on 2000/08/15  15:30:58
46793         Log: Update Changes.
46794      Branch: perl
46795            ! Changes
46796 ____________________________________________________________________________
46797 [  6635] By: jhi                                   on 2000/08/15  15:27:21
46798         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
46799      Branch: metaconfig
46800            ! U/mkglossary U/mksample
46801      Branch: metaconfig/U/perl
46802            ! Devel.U
46803      Branch: perl
46804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46805 ____________________________________________________________________________
46806 [  6634] By: jhi                                   on 2000/08/15  14:11:55
46807         Log: Don't blow limited stacks, a lower number is enough to
46808              tickle the lookbehind limit.
46809              
46810              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
46811              From: Dominic Dunlop <domo@computer.org>
46812              Date: Tue, 15 Aug 2000 13:51:24 +0200
46813              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
46814      Branch: perl
46815            ! t/op/regmesg.t
46816 ____________________________________________________________________________
46817 [  6633] By: jhi                                   on 2000/08/15  14:01:46
46818         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
46819              From: Mike Guy <mjtg@cam.ac.uk>
46820              Date: Tue, 15 Aug 2000 12:10:50 +0100
46821              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
46822      Branch: perl
46823            ! utils/perldoc.PL
46824 ____________________________________________________________________________
46825 [  6632] By: jhi                                   on 2000/08/15  13:58:48
46826         Log: make ok etc also for win32.
46827              
46828              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
46829              From: Prymmer/Kahn <pvhp@best.com>
46830              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
46831              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
46832      Branch: perl
46833            ! win32/Makefile
46834 ____________________________________________________________________________
46835 [  6631] By: jhi                                   on 2000/08/15  13:45:03
46836         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
46837      Branch: perl
46838            ! lib/Test.pm
46839 ____________________________________________________________________________
46840 [  6630] By: jhi                                   on 2000/08/15  03:25:09
46841         Log: Update Changes.
46842      Branch: perl
46843            ! Changes
46844 ____________________________________________________________________________
46845 [  6629] By: jhi                                   on 2000/08/15  03:23:53
46846         Log: magic_regdatum_set() is void, not int.
46847      Branch: perl
46848            ! embed.pl mg.c proto.h
46849 ____________________________________________________________________________
46850 [  6628] By: jhi                                   on 2000/08/15  03:08:02
46851         Log: Make the user to give up his firstborn, err, to knowingly
46852              verify installing an unstable developer release.  Also bump
46853              the release to 5.7.0, but leave a patch tag in the local
46854              patches saying that this is not yet the real thing.
46855      Branch: metaconfig
46856            ! U/modified/Instruct.U
46857      Branch: metaconfig/U/perl
46858            + Devel.U
46859      Branch: perl
46860            ! Configure patchlevel.h
46861 ____________________________________________________________________________
46862 [  6627] By: jhi                                   on 2000/08/14  22:32:52
46863         Log: README.os2 update.
46864              
46865              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
46866              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46867              Date: Wed, 02 Aug 2000 21:55:09 -0700
46868              Message-ID: <tsPi5gzkgegX092yn@efn.org>
46869      Branch: perl
46870            ! README.os2
46871 ____________________________________________________________________________
46872 [  6626] By: jhi                                   on 2000/08/14  21:00:02
46873         Log: Subject: Re: File::Temp problems on VMS in bleedperl
46874              From: Tim Jenness <timj@jach.hawaii.edu>
46875              cc: vmsperl@perl.org
46876              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
46877              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
46878      Branch: perl
46879            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
46880 ____________________________________________________________________________
46881 [  6625] By: jhi                                   on 2000/08/14  20:52:16
46882         Log: Add SUIDMAIL as was done for the CERT alert.
46883      Branch: perl
46884            ! patchlevel.h
46885 ____________________________________________________________________________
46886 [  6624] By: jhi                                   on 2000/08/14  20:48:50
46887         Log: Subject: sfio2000
46888              From: Daniel Muino <dmuino@afip.gov.ar>
46889              Date: Mon, 14 Aug 2000 16:58:11 -0300
46890              Message-ID: <20000814165811.B16368@con2-dgi>
46891      Branch: perl
46892            ! perlsdio.h perlsfio.h
46893 ____________________________________________________________________________
46894 [  6623] By: jhi                                   on 2000/08/14  20:47:36
46895         Log: Subject: warning: storage class after type is obsolescent
46896              From: Daniel Muino <dmuino@afip.gov.ar>
46897              Date: Mon, 14 Aug 2000 16:42:47 -0300
46898              Message-ID: <20000814164247.A16368@con2-dgi>
46899      Branch: perl
46900            ! regcomp.pl regnodes.h
46901 ____________________________________________________________________________
46902 [  6622] By: jhi                                   on 2000/08/14  20:43:05
46903         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
46904              From: abigail@foad.org
46905              Date: 14 Aug 2000 20:00:10 -0000
46906              Message-Id: <20000814200010.27271.qmail@foad.org>
46907      Branch: perl
46908            ! Changes
46909 ____________________________________________________________________________
46910 [  6621] By: jhi                                   on 2000/08/14  15:23:05
46911         Log: Update Changes.
46912      Branch: perl
46913            ! Changes
46914 ____________________________________________________________________________
46915 [  6620] By: jhi                                   on 2000/08/14  15:22:14
46916         Log: Subject: Re: [PATCH] @+, @- readonly
46917              From: Mike Guy <mjtg@cam.ac.uk>
46918              Date: Mon, 14 Aug 2000 15:26:55 +0100
46919              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
46920      Branch: perl
46921            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
46922            ! sv.c t/op/pat.t
46923 ____________________________________________________________________________
46924 [  6619] By: jhi                                   on 2000/08/14  14:12:08
46925         Log: Update Changes.
46926      Branch: perl
46927            ! Changes
46928 ____________________________________________________________________________
46929 [  6618] By: jhi                                   on 2000/08/14  14:09:34
46930         Log: For now remove the mail code.
46931      Branch: perl
46932            ! perl.c
46933 ____________________________________________________________________________
46934 [  6617] By: jhi                                   on 2000/08/14  14:08:28
46935         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
46936      Branch: perl
46937            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
46938            ! pod/perlfaq8.pod pod/perlsec.pod
46939 ____________________________________________________________________________
46940 [  6616] By: jhi                                   on 2000/08/14  14:00:11
46941         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46942              From: Mike Guy <mjtg@cam.ac.uk>
46943              Date: Mon, 14 Aug 2000 08:26:02 +0100
46944              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
46945      Branch: perl
46946            ! lib/perl5db.pl
46947 ____________________________________________________________________________
46948 [  6615] By: jhi                                   on 2000/08/14  13:58:45
46949         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
46950              From: Mike Guy <mjtg@cam.ac.uk>
46951              Date: Mon, 14 Aug 2000 08:04:22 +0100
46952              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
46953      Branch: perl
46954            ! gv.c mg.c t/op/pat.t
46955 ____________________________________________________________________________
46956 [  6614] By: jhi                                   on 2000/08/14  13:56:45
46957         Log: Subject: Test fails / warnings with perl-current #6612
46958              From: Mike Guy <mjtg@cam.ac.uk>
46959              Date: Mon, 14 Aug 2000 07:57:23 +0100
46960              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
46961      Branch: perl
46962            ! t/lib/b.t t/lib/peek.t
46963 ____________________________________________________________________________
46964 [  6613] By: jhi                                   on 2000/08/14  13:45:33
46965         Log: VMS configure.com update continues.
46966      Branch: perl
46967            - vms/configure.com
46968            ! MANIFEST configure.com
46969 ____________________________________________________________________________
46970 [  6612] By: jhi                                   on 2000/08/13  22:13:35
46971         Log: Update Changes.
46972      Branch: perl
46973            ! Changes
46974 ____________________________________________________________________________
46975 [  6611] By: jhi                                   on 2000/08/13  16:21:45
46976         Log: Upgrade to CGI 2.71, from Lincoln Stein.
46977      Branch: perl
46978            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
46979 ____________________________________________________________________________
46980 [  6610] By: jhi                                   on 2000/08/13  15:09:16
46981         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
46982              From: Mike Guy <mjtg@cam.ac.uk>
46983              Date: Sun, 13 Aug 2000 13:45:51 +0100
46984              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
46985      Branch: perl
46986            ! t/op/regmesg.t
46987 ____________________________________________________________________________
46988 [  6609] By: jhi                                   on 2000/08/13  14:31:26
46989         Log: Andreas says that 1.56 is fine, so reverting back to it.
46990      Branch: perl
46991            ! lib/CPAN.pm
46992 ____________________________________________________________________________
46993 [  6608] By: jhi                                   on 2000/08/13  05:34:20
46994         Log: Update Changes.
46995      Branch: perl
46996            ! Changes
46997 ____________________________________________________________________________
46998 [  6607] By: jhi                                   on 2000/08/13  05:32:01
46999         Log: Put back the \z changes of #5406 to CPAN.pm.
47000      Branch: perl
47001            ! lib/CPAN.pm
47002 ____________________________________________________________________________
47003 [  6606] By: jhi                                   on 2000/08/13  05:20:16
47004         Log: Fix-n-skip the tests under 5005threads.
47005      Branch: perl
47006            ! t/lib/b.t
47007 ____________________________________________________________________________
47008 [  6605] By: jhi                                   on 2000/08/13  05:07:48
47009         Log: Fix the test for 5005threads.
47010      Branch: perl
47011            ! t/lib/peek.t
47012 ____________________________________________________________________________
47013 [  6604] By: jhi                                   on 2000/08/13  03:35:37
47014         Log: Should have deleted this in #6603.
47015      Branch: perl
47016            - vms/subconfigure.com
47017 ____________________________________________________________________________
47018 [  6603] By: jhi                                   on 2000/08/12  18:29:32
47019         Log: Rewrite of vms/subconfigure.com as configure.com,
47020              from Peter Prymmer and the vmsperl crew.
47021      Branch: perl
47022            + vms/configure.com
47023            ! MANIFEST
47024 ____________________________________________________________________________
47025 [  6602] By: jhi                                   on 2000/08/11  13:00:01
47026         Log: PlainText.pm is dead.
47027      Branch: perl
47028            - lib/Pod/PlainText.pm
47029            ! MANIFEST
47030 ____________________________________________________________________________
47031 [  6601] By: jhi                                   on 2000/08/11  04:06:45
47032         Log: Update Changes.
47033      Branch: perl
47034            ! Changes
47035 ____________________________________________________________________________
47036 [  6600] By: jhi                                   on 2000/08/11  04:06:10
47037         Log: Add a few missing files, update MANIFEST.
47038      Branch: perl
47039            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47040            + lib/Pod/PlainText.pm t/pod/find.t
47041            ! MANIFEST t/op/regmesg.t
47042 ____________________________________________________________________________
47043 [  6599] By: jhi                                   on 2000/08/11  03:31:10
47044         Log: Add Perl debugging tutorial, regen toc. 
47045              
47046              Subject: perldebtut.pod
47047              From: Richard Foley <Richard.Foley@m.dasa.de>
47048              Date: Wed, 09 Aug 2000 10:17:15 +0200
47049              Message-id: <3991138B.262247B8@m.dasa.de>
47050      Branch: perl
47051            + pod/perldebtut.pod
47052            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47053 ____________________________________________________________________________
47054 [  6598] By: jhi                                   on 2000/08/11  02:48:56
47055         Log: tiny Changes edit
47056      Branch: perl
47057            ! Changes
47058 ____________________________________________________________________________
47059 [  6597] By: jhi                                   on 2000/08/11  02:39:04
47060         Log: Tests for #6589.
47061              
47062              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47063              From: simon@brecon.co.uk (Simon Cozens)
47064              Date: 11 Aug 2000 02:24:52 GMT
47065              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
47066      Branch: perl
47067            ! t/lib/b.t
47068 ____________________________________________________________________________
47069 [  6596] By: jhi                                   on 2000/08/11  01:50:07
47070         Log: Update Changes.
47071      Branch: perl
47072            ! Changes
47073 ____________________________________________________________________________
47074 [  6595] By: jhi                                   on 2000/08/11  01:47:16
47075         Log: nitfix
47076      Branch: perl
47077            ! Changes
47078 ____________________________________________________________________________
47079 [  6594] By: jhi                                   on 2000/08/11  01:36:16
47080         Log: Subject: Getting perlio and threads to compile
47081              From: Lupe Christoph <lupe@lupe-christoph.de>
47082              Date: Wed, 9 Aug 2000 11:35:54 +0200
47083              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
47084              
47085              (the Solaris version changes in Configure skipped)
47086      Branch: perl
47087            ! hints/solaris_2.sh thread.h
47088 ____________________________________________________________________________
47089 [  6593] By: jhi                                   on 2000/08/11  01:30:16
47090         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
47091              From: simon@brecon.co.uk (Simon Cozens)
47092              Date: 1 Aug 2000 06:55:19 GMT
47093              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
47094      Branch: perl
47095            ! lib/utf8.pm
47096 ____________________________________________________________________________
47097 [  6592] By: jhi                                   on 2000/08/11  01:26:39
47098         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47099              From: Peter Scott <Peter@PeterScott.com>
47100              Date: Thu, 10 Aug 2000 08:23:27 -0700
47101              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
47102      Branch: perl
47103            ! lib/perl5db.pl
47104 ____________________________________________________________________________
47105 [  6591] By: jhi                                   on 2000/08/11  01:22:02
47106         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
47107              From: Hugo <hv@crypt.compulink.co.uk>
47108              Date: Thu, 10 Aug 2000 19:23:04 +0100
47109              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
47110      Branch: perl
47111            ! regexec.c t/op/pat.t
47112 ____________________________________________________________________________
47113 [  6590] By: jhi                                   on 2000/08/11  01:19:19
47114         Log: Preprocessing and postprocessing for File::Find.
47115              
47116              Subject: Patch to Find::File.pm to allow alphabetical results
47117              From: Joe Smith <jsmith@inwap.com>
47118              Date: Wed, 9 Aug 2000 02:44:54 -0700
47119              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
47120      Branch: perl
47121            ! lib/File/Find.pm
47122 ____________________________________________________________________________
47123 [  6589] By: jhi                                   on 2000/08/11  01:12:39
47124         Log: B::Deparse didn't do sub attributes.
47125              
47126              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47127              From: simon@brecon.co.uk (Simon Cozens)
47128              Date: 9 Aug 2000 04:49:20 GMT
47129              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
47130      Branch: perl
47131            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
47132 ____________________________________________________________________________
47133 [  6588] By: jhi                                   on 2000/08/11  01:06:40
47134         Log: Subject: debugger "d" command doesnt check line number
47135              From: Mike Guy <mjtg@cam.ac.uk>
47136              Date: Tue, 08 Aug 2000 21:54:29 +0100
47137              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
47138      Branch: perl
47139            ! lib/perl5db.pl mg.c pod/perldiag.pod
47140 ____________________________________________________________________________
47141 [  6587] By: jhi                                   on 2000/08/11  00:45:03
47142         Log: sleep(1) does not necessarily return 1.
47143              
47144              Subject: [PATCH bleadperl] op/lex_assign.t  
47145              From: Hugo <hv@crypt.compulink.co.uk>
47146              Date: Thu, 03 Aug 2000 14:34:22 +0100        
47147              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
47148      Branch: perl
47149            ! t/op/lex_assign.t
47150 ____________________________________________________________________________
47151 [  6586] By: jhi                                   on 2000/08/11  00:31:50
47152         Log: Document the IO::Select timeout.
47153      Branch: perl
47154            ! ext/IO/lib/IO/Select.pm
47155 ____________________________________________________________________________
47156 [  6585] By: jhi                                   on 2000/08/11  00:13:54
47157         Log: Forgot contributor.
47158      Branch: perl
47159            ! Changes
47160 ____________________________________________________________________________
47161 [  6584] By: jhi                                   on 2000/08/11  00:09:19
47162         Log: detypo
47163      Branch: perl
47164            ! Changes
47165 ____________________________________________________________________________
47166 [  6583] By: jhi                                   on 2000/08/11  00:07:53
47167         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47168              
47169              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47170              From: Mike Guy <mjtg@cam.ac.uk> 
47171              Date: Thu, 10 Aug 2000 15:50:54 +0100
47172              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
47173      Branch: perl
47174            ! sv.c t/op/int.t
47175 ____________________________________________________________________________
47176 [  6582] By: jhi                                   on 2000/08/10  23:29:32
47177         Log: Update Changes.
47178      Branch: perl
47179            ! Changes
47180 ____________________________________________________________________________
47181 [  6581] By: jhi                                   on 2000/08/10  23:26:16
47182         Log: Put back the std @INC thing.
47183      Branch: perl
47184            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
47185            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
47186            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
47187            ! t/lib/gol-oo.t
47188 ____________________________________________________________________________
47189 [  6580] By: jhi                                   on 2000/08/10  23:03:34
47190         Log: Update to CGI 2.70, from Lincoln Stein.
47191      Branch: perl
47192            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
47193            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
47194            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
47195            ! t/lib/cgi-request.t
47196 ____________________________________________________________________________
47197 [  6579] By: jhi                                   on 2000/08/10  22:41:50
47198         Log: Update to CPAN 1.56, from Andreas König.
47199      Branch: perl
47200            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47201 ____________________________________________________________________________
47202 [  6578] By: jhi                                   on 2000/08/10  22:38:13
47203         Log: Update to Pod::Parser 1.17, from Brad Appleton.
47204      Branch: perl
47205            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47206            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
47207            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
47208            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
47209            ! t/pod/include.t t/pod/included.t t/pod/lref.t
47210            ! t/pod/multiline_items.t t/pod/nested_items.t
47211            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
47212            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
47213            ! t/pod/special_seqs.t
47214 ____________________________________________________________________________
47215 [  6577] By: jhi                                   on 2000/08/10  22:35:41
47216         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
47217      Branch: perl
47218            ! AUTHORS MAINTAIN
47219 ____________________________________________________________________________
47220 [  6576] By: jhi                                   on 2000/08/10  22:24:54
47221         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
47222      Branch: perl
47223            + t/lib/gol-oo.t
47224            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
47225            ! t/lib/gol-compat.t t/lib/gol-linkage.t
47226 ____________________________________________________________________________
47227 [  6575] By: jhi                                   on 2000/08/10  22:02:07
47228         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
47229      Branch: perl
47230            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
47231 ____________________________________________________________________________
47232 [  6574] By: jhi                                   on 2000/08/10  21:55:03
47233         Log: Iterating perl6 description.
47234      Branch: perl
47235            ! pod/perlfaq1.pod
47236 ____________________________________________________________________________
47237 [  6573] By: jhi                                   on 2000/08/10  21:48:26
47238         Log: Revert the sv.c part of #6559, a better fix is needed.
47239      Branch: perl
47240            ! sv.c
47241 ____________________________________________________________________________
47242 [  6572] By: jhi                                   on 2000/08/10  20:33:43
47243         Log: It's the 2ndO'ROSSC.
47244      Branch: perl
47245            ! pod/perlfaq1.pod
47246 ____________________________________________________________________________
47247 [  6571] By: jhi                                   on 2000/08/10  15:55:48
47248         Log: detypo
47249      Branch: perl
47250            ! pod/perlfaq1.pod
47251 ____________________________________________________________________________
47252 [  6570] By: jhi                                   on 2000/08/10  14:11:17
47253         Log: An exceptionally sticky typo.
47254      Branch: perl
47255            ! Changes
47256 ____________________________________________________________________________
47257 [  6569] By: jhi                                   on 2000/08/10  14:09:33
47258         Log: detypo (and test Changes updating script)
47259      Branch: perl
47260            ! Changes
47261 ____________________________________________________________________________
47262 [  6568] By: jhi                                   on 2000/08/10  14:07:07
47263         Log: Update Changes.
47264      Branch: perl
47265            ! Changes
47266 ____________________________________________________________________________
47267 [  6567] By: jhi                                   on 2000/08/10  14:06:19
47268         Log: Amend the description of Perl6.
47269              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47270              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47271              Date: Wed, 9 Aug 2000 22:11:06 -0500
47272              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
47273      Branch: perl
47274            ! pod/perlfaq1.pod
47275 ____________________________________________________________________________
47276 [  6566] By: jhi                                   on 2000/08/10  13:58:57
47277         Log: Subject: Remove dead entry in perldiag
47278              From: Mike Guy <mjtg@cam.ac.uk>
47279              Date: Thu, 10 Aug 2000 14:19:19 +0100
47280              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
47281      Branch: perl
47282            ! pod/perldiag.pod
47283 ____________________________________________________________________________
47284 [  6565] By: jhi                                   on 2000/08/10  13:51:48
47285         Log: Zero entries were skipped, fix from Adrian Goalby
47286              <argoalby@yahoo.co.uk>
47287      Branch: perl
47288            ! lib/unicode/Number.pl lib/unicode/mktables.PL
47289 ____________________________________________________________________________
47290 [  6564] By: jhi                                   on 2000/08/10  13:00:12
47291         Log: Subject: [PATCH 5.6.0] cygwin port
47292              From: "Fifer, Eric" <EFifer@sanwaint.com>
47293              Date: Thu, 10 Aug 2000 13:15:36 +0100
47294              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
47295      Branch: perl
47296            ! README.cygwin hints/cygwin.sh
47297 ____________________________________________________________________________
47298 [  6563] By: jhi                                   on 2000/08/10  12:55:16
47299         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
47300      Branch: perl
47301            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
47302 ____________________________________________________________________________
47303 [  6562] By: gsar                                  on 2000/08/10  08:38:39
47304         Log: warn is a macro, avoid using at a variable to avoid warnings
47305              in some configurations; readdir.t is too conservative in
47306              estimating number of *.t's
47307      Branch: perl
47308            ! t/op/readdir.t util.c
47309 ____________________________________________________________________________
47310 [  6561] By: jhi                                   on 2000/08/09  23:35:42
47311         Log: Update Changes.
47312      Branch: perl
47313            ! Changes
47314 ____________________________________________________________________________
47315 [  6560] By: jhi                                   on 2000/08/09  23:05:47
47316         Log: Subject: Re: enhanced(?) regex error messages
47317              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47318              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
47319              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
47320              
47321              (plus two small patches sent privately)
47322              (this still seems to leave few test failures)
47323      Branch: perl
47324            + t/op/regmesg.t
47325            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
47326            ! t/pragma/warn/regcomp
47327 ____________________________________________________________________________
47328 [  6559] By: jhi                                   on 2000/08/09  20:41:18
47329         Log: (The fix did work but was not right, retracted in #6573)
47330              
47331              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47332              From: Christian Kirsch <ck@held.mind.de>
47333              Date: Wed, 9 Aug 2000 17:05:17 +0200
47334              Message-Id: <20000809170517.A25389@held>
47335      Branch: perl
47336            ! sv.c t/pragma/locale.t
47337 ____________________________________________________________________________
47338 [  6558] By: jhi                                   on 2000/08/08  22:34:08
47339         Log: Tiny updates on the contributors list.
47340      Branch: perl
47341            ! Changes
47342 ____________________________________________________________________________
47343 [  6557] By: jhi                                   on 2000/08/08  19:34:28
47344         Log: Double check that we have a dirhandle.
47345      Branch: perl
47346            ! util.c
47347 ____________________________________________________________________________
47348 [  6556] By: jhi                                   on 2000/08/08  19:01:51
47349         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
47350              May be repopulated with fresh maintained examples.
47351      Branch: perl
47352            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
47353            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
47354            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
47355            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
47356            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
47357            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
47358            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
47359            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
47360            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
47361            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
47362            + lib/CGI/eg/wilogo_gif.uu
47363            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
47364            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
47365            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
47366            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
47367            - eg/cgi/frameset.cgi eg/cgi/index.html
47368            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47369            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47370            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47371            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47372            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47373            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47374            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47375            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47376            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47377            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47378            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47379            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47380            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47381            - eg/van/vanish eg/who eg/wrapsuid
47382            ! MANIFEST
47383 ____________________________________________________________________________
47384 [  6555] By: jhi                                   on 2000/08/08  18:51:08
47385         Log: Delete chat2 as requested by Randal.
47386              
47387              Subject: Re: perlfaq8 coyness
47388              From: merlyn@stonehenge.com (Randal L. Schwartz) 
47389              Date: 15 May 2000 18:52:42 -0700 
47390              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
47391      Branch: perl
47392            - lib/chat2.pl
47393            ! MANIFEST
47394 ____________________________________________________________________________
47395 [  6554] By: jhi                                   on 2000/08/08  18:31:35
47396         Log: Regen global.sym.
47397      Branch: perl
47398            ! global.sym
47399 ____________________________________________________________________________
47400 [  6553] By: jhi                                   on 2000/08/08  18:28:13
47401         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47402              (either perlbug or p5p ate the original), plus regen
47403              perlapi and perltoc. 
47404      Branch: perl
47405            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
47406            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
47407            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
47408            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
47409            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
47410            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
47411            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
47412            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
47413            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
47414            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
47415 ____________________________________________________________________________
47416 [  6552] By: jhi                                   on 2000/08/08  18:06:29
47417         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47418              From: Mike Guy <mjtg@cam.ac.uk>
47419              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
47420              Date: Tue, 08 Aug 2000 15:51:27 +0100
47421      Branch: perl
47422            ! doop.c sv.h t/op/join.t t/pragma/overload.t
47423 ____________________________________________________________________________
47424 [  6551] By: jhi                                   on 2000/08/08  18:01:11
47425         Log: Re-apply #6549.
47426      Branch: perl
47427            ! lib/perl5db.pl
47428 ____________________________________________________________________________
47429 [  6550] By: jhi                                   on 2000/08/08  17:43:08
47430         Log: Accidental retraction of #6549.
47431      Branch: perl
47432            ! lib/perl5db.pl
47433 ____________________________________________________________________________
47434 [  6549] By: jhi                                   on 2000/08/08  17:40:04
47435         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47436              From: Mike Guy <mjtg@cam.ac.uk>
47437              Date: Mon, 07 Aug 2000 21:49:58 +0100
47438              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
47439      Branch: perl
47440            ! lib/perl5db.pl
47441 ____________________________________________________________________________
47442 [  6548] By: jhi                                   on 2000/08/08  17:37:57
47443         Log: Document here-doc better.
47444              
47445              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
47446              From: Mike Guy <mjtg@cam.ac.uk>
47447              Date: Mon, 07 Aug 2000 14:02:09 +0100
47448              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
47449      Branch: perl
47450            ! pod/perldata.pod
47451 ____________________________________________________________________________
47452 [  6547] By: jhi                                   on 2000/08/08  17:33:34
47453         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47454              From: "Randy J. Ray" <rjray@redhat.com>
47455              Date: Mon, 07 Aug 2000 19:12:25 -0700
47456              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
47457      Branch: perl
47458            ! perl.c pod/perlrun.pod
47459 ____________________________________________________________________________
47460 [  6546] By: jhi                                   on 2000/08/08  17:29:26
47461         Log: Subject: Re: enhanced(?) regex error messages 
47462              From: Hugo <hv@crypt.compulink.co.uk>
47463              Date: Tue, 08 Aug 2000 03:25:51 +0100
47464              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
47465              
47466              plus Capitalize the error messages, plus perldiag them.
47467      Branch: perl
47468            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
47469 ____________________________________________________________________________
47470 [  6545] By: jhi                                   on 2000/08/08  13:59:28
47471         Log: Augment #6539 a bit: don't croak if there's magic in the air.
47472              
47473              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
47474              From: Hugo <hv@crypt.compulink.co.uk>
47475              Date: Tue, 08 Aug 2000 03:02:03 +0100
47476              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
47477      Branch: perl
47478            ! pp.c t/op/bless.t
47479 ____________________________________________________________________________
47480 [  6544] By: jhi                                   on 2000/08/07  21:11:52
47481         Log: Make the test -w clean.
47482      Branch: perl
47483            ! t/op/bless.t
47484 ____________________________________________________________________________
47485 [  6543] By: jhi                                   on 2000/08/07  19:49:53
47486         Log: use warnings instead of $^W.
47487      Branch: perl
47488            ! t/op/bless.t
47489 ____________________________________________________________________________
47490 [  6542] By: jhi                                   on 2000/08/07  17:41:41
47491         Log: Disable a portability warning Because We Know What We Are Doing.
47492      Branch: perl
47493            ! t/op/bless.t
47494 ____________________________________________________________________________
47495 [  6541] By: jhi                                   on 2000/08/07  17:29:51
47496         Log: Tiny tidying on report_evil_fh().
47497      Branch: perl
47498            ! util.c
47499 ____________________________________________________________________________
47500 [  6540] By: jhi                                   on 2000/08/07  16:37:38
47501         Log: Make regular expression parse error messages easier to understand.
47502              
47503              Subject: Re: enhanced(?) regex error messages
47504              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47505              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
47506              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
47507      Branch: perl
47508            ! regcomp.c
47509 ____________________________________________________________________________
47510 [  6539] By: jhi                                   on 2000/08/07  16:12:27
47511         Log: Make bless(REF, REF) a fatal error, add bless tests.
47512              
47513              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
47514              From: Hugo <hv@crypt.compulink.co.uk>
47515              Date: Mon, 07 Aug 2000 16:59:38 +0100
47516              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
47517      Branch: perl
47518            + t/op/bless.t
47519            ! MANIFEST pod/perldiag.pod pp.c sv.c
47520 ____________________________________________________________________________
47521 [  6538] By: jhi                                   on 2000/08/07  15:59:43
47522         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
47523              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
47524              Date: Thu, 3 Aug 2000 14:29:21 -0700
47525              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
47526      Branch: perl
47527            ! lib/lib_pm.PL
47528 ____________________________________________________________________________
47529 [  6537] By: jhi                                   on 2000/08/07  15:47:18
47530         Log: Retract #6419 for now since it breaks in AFS and MachTen.
47531      Branch: perl
47532            ! lib/Cwd.pm
47533 ____________________________________________________________________________
47534 [  6536] By: jhi                                   on 2000/08/07  15:05:29
47535         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
47536              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
47537              The security hole exists only in suidperls, which isn't
47538              installed or even built by default.
47539      Branch: perl
47540            ! perl.c
47541 ____________________________________________________________________________
47542 [  6535] By: jhi                                   on 2000/08/07  14:45:14
47543         Log: tr memory corruption fix from Simon Cozens.
47544      Branch: perl
47545            ! doop.c
47546 ____________________________________________________________________________
47547 [  6534] By: jhi                                   on 2000/08/06  11:38:16
47548         Log: Document a bit that UDP is not what you might think.
47549              
47550              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
47551              From: Lupe Christoph <lupe@lupe-christoph.de>
47552              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
47553              Date: Mon, 24 Jul 2000 08:59:15 +0200
47554      Branch: perl
47555            ! pod/perlipc.pod
47556 ____________________________________________________________________________
47557 [  6533] By: jhi                                   on 2000/08/06  11:35:01
47558         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
47559              From: Jeff Pinyan <jeffp@hut.crusoe.net>
47560              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
47561              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
47562      Branch: perl
47563            ! pod/perlfunc.pod
47564 ____________________________________________________________________________
47565 [  6532] By: jhi                                   on 2000/08/06  03:45:41
47566         Log: Have symbols for the IoTYPEs.
47567      Branch: perl
47568            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
47569 ____________________________________________________________________________
47570 [  6531] By: jhi                                   on 2000/08/06  01:33:55
47571         Log: Continue fixing the io warnings.  This also
47572              sort of fixes bug ID 20000802.003: the core dump
47573              is no more.  Whether the current behaviour is correct
47574              (giving a warning: "Not a format reference"), is another matter.
47575      Branch: perl
47576            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
47577            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
47578 ____________________________________________________________________________
47579 [  6530] By: jhi                                   on 2000/08/05  21:33:12
47580         Log: Change the Policy policy: now -Dprefix= with an existing
47581              Policy.sh and prefix == siteprefix == vendorprefix, then all
47582              of them follow along the new prefix.
47583              
47584              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
47585              From: Andy Dougherty <doughera@lafayette.edu>
47586              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
47587              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
47588      Branch: perl
47589            ! Policy_sh.SH
47590 ____________________________________________________________________________
47591 [  6529] By: jhi                                   on 2000/08/05  18:57:28
47592         Log: Zap lib/Sys directory when cleaning up.
47593      Branch: perl
47594            ! Makefile.SH
47595 ____________________________________________________________________________
47596 [  6528] By: jhi                                   on 2000/08/05  18:40:44
47597         Log: Essential prototype changes were missing from #6527.
47598              Also make report_evil_fh() more bomb-proof.
47599      Branch: perl
47600            ! embed.h util.c
47601 ____________________________________________________________________________
47602 [  6527] By: jhi                                   on 2000/08/05  03:22:05
47603         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
47604              From: "Ronald F. Guilmette" <rfg@monkeys.com>
47605              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
47606              Message-Id: <200007242247.PAA52177@monkeys.com>
47607      Branch: perl
47608            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
47609 ____________________________________________________________________________
47610 [  6526] By: jhi                                   on 2000/08/04  21:23:27
47611         Log: gcc versions might have (parentheses) in them.
47612      Branch: metaconfig/U/perl
47613            ! gccvers.U
47614      Branch: perl
47615            ! Configure config_h.SH
47616 ____________________________________________________________________________
47617 [  6525] By: jhi                                   on 2000/08/04  20:23:12
47618         Log: Weed buglets pointed out by
47619              
47620              From: Lupe Christoph <lupe@lupe-christoph.de>
47621              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
47622              Date: Fri, 4 Aug 2000 17:34:39 +0200
47623              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
47624      Branch: metaconfig/U/perl
47625            ! gccvers.U uselfs.U
47626      Branch: perl
47627            ! Configure config_h.SH
47628 ____________________________________________________________________________
47629 [  6524] By: jhi                                   on 2000/08/04  19:02:08
47630         Log: Warn under -w if lstat(FH) is attempted.
47631              
47632              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
47633              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
47634              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
47635              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
47636      Branch: perl
47637            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
47638            ! t/pragma/warn/pp_sys
47639 ____________________________________________________________________________
47640 [  6523] By: jhi                                   on 2000/08/04  12:31:11
47641         Log: Subject: New perlcc, take 2
47642              From: simon@brecon.co.uk (Simon Cozens)
47643              Date: 4 Aug 2000 06:21:04 GMT
47644              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
47645      Branch: perl
47646            ! utils/perlcc.PL
47647 ____________________________________________________________________________
47648 [  6522] By: jhi                                   on 2000/08/04  12:26:33
47649         Log: Subject: Re: Array vs. List context
47650              From: Daniel Chetlin <daniel@chetlin.com>
47651              Date: Fri, 4 Aug 2000 00:22:44 -0700
47652              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
47653      Branch: perl
47654            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
47655            ! pod/perlfaq4.pod
47656 ____________________________________________________________________________
47657 [  6521] By: jhi                                   on 2000/08/04  12:22:38
47658         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
47659              From: Raymund Will <ray@caldera.de>
47660              Date: Fri, 4 Aug 2000 12:07:09 +0200
47661              Message-Id: <20000804120709.A14982@caldera.de>
47662      Branch: perl
47663            ! configure.gnu
47664 ____________________________________________________________________________
47665 [  6520] By: jhi                                   on 2000/08/04  04:09:06
47666         Log: After the #6519 a warning about stat() is just that,
47667              not about a filetest, which now have their own warning.
47668      Branch: perl
47669            ! pod/perldiag.pod
47670 ____________________________________________________________________________
47671 [  6519] By: jhi                                   on 2000/08/04  04:06:30
47672         Log: In the warnings call filehandles consistently so;
47673              add "unopened" warning for stat().
47674      Branch: perl
47675            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
47676            ! t/pragma/warn/pp_sys
47677 ____________________________________________________________________________
47678 [  6518] By: jhi                                   on 2000/08/04  02:55:35
47679         Log: Subject: Minor tweak to perlvar.pod
47680              From: "Stephen P. Potter" <spp@ds.net>
47681              Date: Tue, 18 Apr 2000 09:26:03 -0400
47682              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
47683      Branch: perl
47684            ! pod/perlvar.pod
47685 ____________________________________________________________________________
47686 [  6517] By: jhi                                   on 2000/08/04  02:50:08
47687         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
47688              From: "Clinton Pierce" <cpierce1@ford.com>
47689              Date: Wed, 21 Jul 1999 16:45:31 -0400
47690              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
47691              
47692              Fix by Stephen Potter (visible in the bug db but not in p5p?)
47693      Branch: perl
47694            ! pod/perlfunc.pod pod/perlop.pod
47695 ____________________________________________________________________________
47696 [  6516] By: jhi                                   on 2000/08/04  02:09:25
47697         Log: This is 6512.  Really.
47698      Branch: perl
47699            ! dump.c
47700 ____________________________________________________________________________
47701 [  6515] By: jhi                                   on 2000/08/04  01:25:50
47702         Log: mention the idea of @( and @)
47703      Branch: perl
47704            ! Todo-5.6
47705 ____________________________________________________________________________
47706 [  6514] By: bailey                                on 2000/08/04  01:18:46
47707         Log: YA resync with mainstem, including VMS patches from others
47708      Branch: vmsperl
47709           +> (branch 48 files)
47710            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
47711           !> (integrate 354 files)
47712 ____________________________________________________________________________
47713 [  6513] By: jhi                                   on 2000/08/04  01:18:18
47714         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
47715              From: Mark Dickinson <dickins3@fas.harvard.edu>
47716              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
47717              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
47718      Branch: perl
47719            ! t/op/grent.t t/op/pwent.t
47720 ____________________________________________________________________________
47721 [  6512] By: jhi                                   on 2000/08/04  01:14:06
47722         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
47723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47724              Date: Wed, 02 Aug 2000 10:51:01 +0100
47725              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
47726      Branch: perl
47727            ! sv.c
47728 ____________________________________________________________________________
47729 [  6511] By: jhi                                   on 2000/08/04  00:57:00
47730         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
47731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47732              Date: Thu, 03 Aug 2000 17:20:04 -0700
47733              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
47734      Branch: metaconfig
47735            ! U/modified/Cppsym.U
47736      Branch: perl
47737            ! Configure config_h.SH
47738 ____________________________________________________________________________
47739 [  6510] By: jhi                                   on 2000/08/04  00:25:28
47740         Log: detypo
47741      Branch: perl
47742            ! Makefile.SH
47743 ____________________________________________________________________________
47744 [  6509] By: jhi                                   on 2000/08/03  23:43:18
47745         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
47746              From: Dominic Dunlop <domo@computer.org>
47747              Date: Thu, 3 Aug 2000 22:16:46 +0200
47748              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
47749      Branch: perl
47750            ! t/op/sprintf.t
47751 ____________________________________________________________________________
47752 [  6508] By: jhi                                   on 2000/08/03  23:40:37
47753         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
47754              From: Hugo <hv@crypt.compulink.co.uk>
47755              Date: Thu, 03 Aug 2000 18:25:30 +0100
47756              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
47757      Branch: perl
47758            ! regcomp.c t/op/re_tests
47759 ____________________________________________________________________________
47760 [  6507] By: jhi                                   on 2000/08/03  23:38:28
47761         Log: Subject: [PATCH] sv.h documentation - SvLEN
47762              From: Mike Guy <mjtg@cam.ac.uk>
47763              Date: Thu, 03 Aug 2000 14:43:09 +0100
47764              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
47765      Branch: perl
47766            ! sv.h
47767 ____________________________________________________________________________
47768 [  6506] By: jhi                                   on 2000/08/03  15:49:14
47769         Log: Disable the fix_pl hack for now.
47770      Branch: perl
47771            ! Makefile.SH
47772 ____________________________________________________________________________
47773 [  6505] By: jhi                                   on 2000/08/03  13:49:04
47774         Log: Add a URL for FSF.
47775              
47776              Subject: Patch for README
47777              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47778              Date: Wed, 2 Aug 2000 13:25:09 -0500
47779              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
47780      Branch: perl
47781            ! README
47782 ____________________________________________________________________________
47783 [  6504] By: jhi                                   on 2000/08/03  13:29:19
47784         Log: Be more informative on what is skipped and why,
47785              also repeat the list at the end.
47786      Branch: perl
47787            ! Porting/p4desc
47788 ____________________________________________________________________________
47789 [  6503] By: jhi                                   on 2000/08/03  13:07:05
47790         Log: Circumvent the removal of .patch by fix_pl.
47791              
47792              Subject: Re: [ID 20000802.011] unable to 'make test'          
47793              From: simon@brecon.co.uk (Simon Cozens) 
47794              Date: 3 Aug 2000 04:17:00 GMT
47795              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
47796      Branch: perl
47797            ! Makefile.SH
47798 ____________________________________________________________________________
47799 [  6502] By: jhi                                   on 2000/08/03  00:14:34
47800         Log: Add the missing setproctitle unit.
47801      Branch: metaconfig/U/perl
47802            + d_setproctitle.U
47803 ____________________________________________________________________________
47804 [  6501] By: jhi                                   on 2000/08/03  00:00:26
47805         Log: The subtest 4 may fail also on VOBS, as pointed out
47806              by Nick Ing-Simmons in November 1999, bug id 19991124.003
47807              (but the failure in that bug report isn't the subtest 4).
47808      Branch: perl
47809            ! t/op/stat.t
47810 ____________________________________________________________________________
47811 [  6500] By: jhi                                   on 2000/08/02  23:49:30
47812         Log: Better skip message for the test; one of the two problems in
47813              
47814              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
47815              From: Lupe Christoph <lupe@lupe-christoph.de>
47816              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
47817              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
47818      Branch: perl
47819            ! t/op/numconvert.t
47820 ____________________________________________________________________________
47821 [  6499] By: jhi                                   on 2000/08/02  22:49:16
47822         Log: Allow "no Module;" even if there is no 'unimport'.
47823              
47824              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
47825              From: mjd@plover.com
47826              Date: 24 Mar 2000 15:24:34 -0000
47827              Message-Id: <20000324152434.15160.qmail@plover.com>
47828      Branch: perl
47829            ! gv.c
47830 ____________________________________________________________________________
47831 [  6498] By: jhi                                   on 2000/08/02  22:42:58
47832         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
47833              that are hopefully soon put into use.
47834      Branch: perl
47835            ! opcode.h opcode.pl opnames.h
47836 ____________________________________________________________________________
47837 [  6497] By: gsar                                  on 2000/08/02  22:28:59
47838         Log: require.t needs binmode() to work on windows
47839      Branch: perl
47840            ! t/comp/require.t
47841 ____________________________________________________________________________
47842 [  6496] By: jhi                                   on 2000/08/02  22:08:51
47843         Log: Document the IVdf UVuf UVof UVxf.
47844      Branch: perl
47845            ! pod/perlguts.pod
47846 ____________________________________________________________________________
47847 [  6495] By: jhi                                   on 2000/08/02  21:54:26
47848         Log: detypo #6494
47849      Branch: perl
47850            ! ext/Data/Dumper/Dumper.xs
47851 ____________________________________________________________________________
47852 [  6494] By: jhi                                   on 2000/08/02  21:49:17
47853         Log: Dump UVs as UVs in Data::Dumper.
47854              
47855              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
47856              From: Gurusamy Sarathy <gsar@ActiveState.com>
47857              Date: Thu, 27 Apr 2000 12:26:25 -0700
47858              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
47859      Branch: perl
47860            ! ext/Data/Dumper/Dumper.xs
47861 ____________________________________________________________________________
47862 [  6493] By: jhi                                   on 2000/08/02  17:01:58
47863         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
47864              From: Hugo <hv@crypt.compulink.co.uk>
47865              Date: Wed, 02 Aug 2000 14:53:56 +0100
47866              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
47867      Branch: perl
47868            ! regexec.c t/op/re_tests
47869 ____________________________________________________________________________
47870 [  6492] By: jhi                                   on 2000/08/02  15:02:46
47871         Log: The new setproctitle() feature is available only in 
47872              bleeding edge FreeBSD.  From Paul Saab.
47873      Branch: perl
47874            ! mg.c
47875 ____________________________________________________________________________
47876 [  6491] By: jhi                                   on 2000/08/02  13:34:36
47877         Log: The tr utf8 patching continues.
47878              
47879              Subject: Re: #6469, too many tests claimed in require.t
47880              From: simon@brecon.co.uk (Simon Cozens)
47881              Date: 2 Aug 2000 02:37:17 GMT
47882              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
47883              
47884              (the logic of the test was the wrong way round in the patch)
47885      Branch: perl
47886            ! doop.c
47887 ____________________________________________________________________________
47888 [  6490] By: jhi                                   on 2000/08/02  13:27:38
47889         Log: The name of a filehandle does not have <these>.
47890      Branch: perl
47891            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
47892            ! t/pragma/warn/pp_sys util.c
47893 ____________________________________________________________________________
47894 [  6489] By: jhi                                   on 2000/08/02  04:26:46
47895         Log: Remove the extraneous "main::" prefix from all the
47896              "opened only for", "on closed", and "never opened" warnings.
47897              
47898              Subject: Re: inappropriate warning
47899              From: Gurusamy Sarathy <gsar@ActiveState.com>
47900              Date: Mon, 20 Mar 2000 11:28:02 -0800
47901              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
47902      Branch: perl
47903            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
47904            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
47905            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
47906 ____________________________________________________________________________
47907 [  6488] By: jhi                                   on 2000/08/02  03:02:57
47908         Log: memcpy has n o in it, as pinted ut by Sarathy.
47909      Branch: perl
47910            ! pod/perlguts.pod
47911 ____________________________________________________________________________
47912 [  6487] By: jhi                                   on 2000/08/02  02:44:51
47913         Log: Document in one place the memory abstractions used in Perl core.
47914              
47915              Subject: Re: Memory abstraction
47916              From: simon@brecon.co.uk (Simon Cozens)
47917              Date: 2 Aug 2000 02:20:23 GMT
47918              Organization: Earth.li Origins
47919      Branch: perl
47920            ! pod/perlguts.pod
47921 ____________________________________________________________________________
47922 [  6486] By: jhi                                   on 2000/08/02  02:41:57
47923         Log: regen_headers, regen perltoc.
47924      Branch: perl
47925            ! perlapi.c pod/perltoc.pod
47926 ____________________________________________________________________________
47927 [  6485] By: jhi                                   on 2000/08/02  01:43:33
47928         Log: "This little thing tests for a file .patch, and if it contains
47929              a number, pops into patchlevel.h" (making it easier to track
47930              which development version people are reporting bugs against)
47931              
47932              Subject: Patchlevel autogeneration for repository perls
47933              From: simon@brecon.co.uk (Simon Cozens)
47934              Date: 14 Jul 2000 07:12:15 GMT
47935              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
47936      Branch: perl
47937            + fix_pl
47938            ! MANIFEST Makefile.SH
47939 ____________________________________________________________________________
47940 [  6484] By: jhi                                   on 2000/08/02  01:32:54
47941         Log: FreeBSD 3.* updates from
47942              
47943              From: Paul Saab <ps@yahoo-inc.com>
47944              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
47945              Date: Tue, 1 Aug 2000 15:41:39 -0700
47946              Message-Id: <20000801154139.A53740@yahoo-inc.com>
47947      Branch: perl
47948            ! hints/freebsd.sh
47949 ____________________________________________________________________________
47950 [  6483] By: jhi                                   on 2000/08/02  01:27:44
47951         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
47952              instead one must use setproctitle().  This was already addressed
47953              by change #6457, but the below has a new variant for FreeBSD 4.0
47954              or later, and the matter is also documented more.
47955              
47956              From: Paul Saab <ps@yahoo-inc.com>
47957              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
47958              Date: Tue, 1 Aug 2000 15:41:39 -0700
47959              Message-Id: <20000801154139.A53740@yahoo-inc.com>
47960      Branch: metaconfig/U/perl
47961            + i_libutil.U
47962      Branch: perl
47963            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
47964 ____________________________________________________________________________
47965 [  6482] By: jhi                                   on 2000/08/01  22:17:32
47966         Log: The test from this
47967              
47968              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
47969              Date: Sat, 15 Apr 2000 17:03:44 +0100
47970              From: Tom Hughes <tom@compton.nu>
47971              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
47972              
47973              was missing, the code change went in as #5989
47974              (which had a different test?)
47975      Branch: perl
47976            ! t/op/misc.t
47977 ____________________________________________________________________________
47978 [  6481] By: jhi                                   on 2000/08/01  21:48:38
47979         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
47980              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47981              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
47982              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
47983      Branch: perl
47984            ! perl.h
47985 ____________________________________________________________________________
47986 [  6480] By: jhi                                   on 2000/08/01  18:05:28
47987         Log: Make p4desc to skip non-mainperl branches by default.
47988      Branch: perl
47989            ! Porting/p4desc
47990 ____________________________________________________________________________
47991 [  6479] By: jhi                                   on 2000/08/01  17:29:19
47992         Log: If gccosandvers is equal to osname, clear gccosandvers.
47993      Branch: metaconfig/U/perl
47994            ! gccvers.U
47995      Branch: perl
47996            ! Configure config_h.SH
47997 ____________________________________________________________________________
47998 [  6478] By: jhi                                   on 2000/08/01  15:54:08
47999         Log: BOM patching from Simon Cozens.
48000      Branch: perl
48001            ! toke.c
48002 ____________________________________________________________________________
48003 [  6477] By: jhi                                   on 2000/08/01  04:50:33
48004         Log: Stash away the largefiles flags and libswanted.
48005      Branch: perl
48006            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
48007 ____________________________________________________________________________
48008 [  6476] By: gsar                                  on 2000/08/01  04:24:24
48009         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
48010              on Windows)
48011      Branch: perl
48012            ! t/pragma/utf8.t utf8.c win32/win32.c
48013 ____________________________________________________________________________
48014 [  6475] By: jhi                                   on 2000/08/01  03:35:24
48015         Log: Make chr() for values >127 to create utf8 when under utf8.
48016              
48017              Subject: Re: uft8/chr()
48018              From: simon@brecon.co.uk (Simon Cozens)
48019              Date: 1 Aug 2000 02:37:02 GMT
48020              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
48021      Branch: perl
48022            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
48023 ____________________________________________________________________________
48024 [  6474] By: jhi                                   on 2000/08/01  02:36:18
48025         Log: In Digital UNIX warn if gcc explicitly chosen because even
48026              2.95.2 is known to cause problems.
48027      Branch: perl
48028            ! hints/dec_osf.sh
48029 ____________________________________________________________________________
48030 [  6473] By: jhi                                   on 2000/08/01  02:00:56
48031         Log: Make the safety catch for buggy gccs work with triple version
48032              numbers like 2.95.2.  Reported in
48033              
48034              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48035              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
48036              Date: Mon, 31 Jul 2000 14:55:06 +0200
48037              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
48038      Branch: perl
48039            ! hints/dec_osf.sh
48040 ____________________________________________________________________________
48041 [  6472] By: jhi                                   on 2000/08/01  01:13:33
48042         Log: Subject: fix and question re: waitpid() under win32
48043              From: Brian Clarke <clarke@appliedmeta.com>
48044              Date: Fri, 28 Jul 2000 15:18:29 -0400
48045              Message-ID: <3981DC85.290314EB@appliedmeta.com>
48046              
48047              Slightly reformatted and WNOHANG # define moved to win32.h
48048              so that also POSIX.xs sees it, as suggsted by Sarathy.
48049      Branch: perl
48050            ! win32/win32.c win32/win32.h
48051 ____________________________________________________________________________
48052 [  6471] By: jhi                                   on 2000/08/01  00:55:05
48053         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48055              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
48056              Date: Mon, 31 Jul 2000 13:28:51 +0100
48057              
48058              (aka ID 20000730.002)
48059      Branch: perl
48060            ! op.c t/op/tr.t
48061 ____________________________________________________________________________
48062 [  6470] By: jhi                                   on 2000/07/31  23:34:42
48063         Log: Document the problem with -P in HP-UX and its workaround.
48064              
48065              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
48066              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
48067              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
48068              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
48069      Branch: perl
48070            ! README.hpux
48071 ____________________________________________________________________________
48072 [  6469] By: jhi                                   on 2000/07/31  04:15:02
48073         Log: The swallow_bom() saga continues.  The #23 of require.t
48074              (UTF16-LE) still fails (silently, no output) but the #22
48075              (UTF16-BE) seems to be working now.  The root of the
48076              failure may be in sv_gets(): is it UTF-16LE-aware,
48077              especially when it comes to line endings? 
48078      Branch: perl
48079            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
48080            ! t/comp/require.t toke.c utf8.c
48081 ____________________________________________________________________________
48082 [  6468] By: jhi                                   on 2000/07/30  19:05:48
48083         Log: Find green threads before native threads.
48084              
48085              Subject: Re: Patch to jpl/JNI/Makefile.PL
48086              From: Jens Thomsen <jens@fiend.cis.com>
48087              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
48088              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
48089      Branch: perl
48090            ! jpl/JNI/Makefile.PL
48091 ____________________________________________________________________________
48092 [  6467] By: jhi                                   on 2000/07/30  18:36:22
48093         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
48094      Branch: perl
48095            ! doop.c
48096 ____________________________________________________________________________
48097 [  6466] By: jhi                                   on 2000/07/30  04:37:29
48098         Log: A new version of the "remove UPPERACSE string comparison"
48099              operators.  The problem with the previous one (change #6454)
48100              was that it was for Perl 5.6.0.  From Paul Marquess.
48101      Branch: perl
48102            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
48103            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
48104            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48105 ____________________________________________________________________________
48106 [  6465] By: jhi                                   on 2000/07/29  22:39:56
48107         Log: Do not upgrade SVs into utf8 just because they participate
48108              in eq or cmp.  Reported and fix suggested in
48109              
48110              Subject: [ID 20000720.009] sv_eq UTF8 bug
48111              From: "Simon Cozens" <simon@othersideofthe.earth.li>
48112              Date: 21 Jul 2000 04:37:29 -0000
48113              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
48114              
48115              Exercise for the kind reader: should we or should we not
48116              cache the utf8 conversion alonside the SV? (as magic,
48117              as thestrxfrm()ed version is cached under use locale)
48118              Argue both for and against.
48119      Branch: perl
48120            ! sv.c
48121 ____________________________________________________________________________
48122 [  6464] By: jhi                                   on 2000/07/29  22:36:22
48123         Log: Subject: UTF8 concat
48124              From: simon@brecon.co.uk (Simon Cozens) 
48125              Date: 30 Jun 2000 06:13:25 GMT
48126              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
48127              
48128              (with a memory leak fixed, plus a few casts added)
48129              
48130              This also seems to help for
48131              
48132              Subject: [ID 20000716.015] join UTF8 weirdness
48133              From: root <root@ak-71.mind.de> 
48134              Date: Sat, 15 Jul 2000 15:29:54 +0200
48135              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
48136              
48137              (from Andreas König)
48138      Branch: perl
48139            ! pp_hot.c
48140 ____________________________________________________________________________
48141 [  6463] By: jhi                                   on 2000/07/29  00:55:39
48142         Log: Tune the comments and hopefully stop a memory leak.
48143      Branch: perl
48144            ! toke.c utf8.c
48145 ____________________________________________________________________________
48146 [  6462] By: jhi                                   on 2000/07/29  00:16:53
48147         Log: The problem described in this
48148              
48149              Subject: [ID 20000322.018] named chars aren't magical enough
48150              From: root <root@dixie.cscaper.com>     
48151              Date: Wed, 22 Mar 2000 18:37:42 -0700
48152              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
48153              
48154              has been fixed in perl 5.6.0 but just in case added a test
48155              to keep it away.  (The report from Joseph Hall.)
48156      Branch: perl
48157            ! t/lib/charnames.t
48158 ____________________________________________________________________________
48159 [  6461] By: jhi                                   on 2000/07/28  23:56:36
48160         Log: Tiny fixes for #6460.
48161      Branch: metaconfig/U/perl
48162            ! gccvers.U
48163      Branch: perl
48164            ! Configure config_h.SH
48165 ____________________________________________________________________________
48166 [  6460] By: jhi                                   on 2000/07/28  23:24:41
48167         Log: Warn if the version of the operating system used to compile gcc
48168              differs from the current version of the operating system.
48169              Also display the gcc compilation os and version in myconfig.
48170              Inspiration from
48171              
48172              Subject: Re: [ID 20000710.003] ERRORS!!         
48173              From: "Kurt D. Starsinic" <kstar@chapin.edu>
48174              Date: Mon, 10 Jul 2000 15:54:16 -0400
48175              Message-ID: <20000710155416.A1384@O2.chapin.edu>
48176      Branch: metaconfig/U/perl
48177            ! gccvers.U
48178      Branch: perl
48179            ! Configure config_h.SH myconfig.SH
48180 ____________________________________________________________________________
48181 [  6459] By: jhi                                   on 2000/07/28  22:00:32
48182         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
48183              letter to $Config{osvers}.
48184      Branch: metaconfig
48185            ! U/modified/Oldconfig.U
48186      Branch: perl
48187            ! Configure config_h.SH
48188 ____________________________________________________________________________
48189 [  6458] By: jhi                                   on 2000/07/28  04:15:39
48190         Log: Back out #6454, doesn't seem to work.
48191              (Reason: that patch was for perl 5.6.0, not perl-current)
48192              (A version of the patch for perl-current came in later as #6466)
48193      Branch: perl
48194            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48195            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48196            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48197 ____________________________________________________________________________
48198 [  6457] By: jhi                                   on 2000/07/27  23:31:49
48199         Log: Use setproctitle() if available to modify $0.
48200              
48201              Subject: setting $* on BSD4 broken
48202              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48203              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
48204              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
48205      Branch: metaconfig
48206            ! U/modified/Myinit.U
48207      Branch: perl
48208            ! Configure config_h.SH mg.c
48209 ____________________________________________________________________________
48210 [  6456] By: jhi                                   on 2000/07/27  14:50:47
48211         Log: Allow "no AutoLoader;", based on change #6444,
48212              suggested by Graham Barr.
48213      Branch: perl
48214            ! lib/AutoLoader.pm
48215 ____________________________________________________________________________
48216 [  6455] By: jhi                                   on 2000/07/27  14:19:10
48217         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48218              From: rspier@pobox.com (Robert Spier)
48219              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
48220              Message-ID: <14720.15855.787664.424783@rls.cx>
48221      Branch: perl
48222            ! pod/perldiag.pod
48223 ____________________________________________________________________________
48224 [  6454] By: jhi                                   on 2000/07/27  14:03:02
48225         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
48226              for a long time).
48227              
48228              Reported in
48229              
48230              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
48231              From: Ryan Herbert <rherbert@sycamorehq.com>
48232              Date: Mon, 17 Jul 2000 11:40:42 -0400
48233              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
48234              
48235              Patched in
48236              
48237              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
48238              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48239              Date: Wed, 26 Jul 2000 23:40:18 +0100
48240              Message-ID: <000001bff752$79511880$0a17073e@tiny>
48241              
48242              based on an earlier patch from Stephen P. Potter.
48243              
48244              (Removed later by change #6458 because this patch was for
48245              perl 5.6.0, not perl-current)
48246      Branch: perl
48247            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48248            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48249            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48250 ____________________________________________________________________________
48251 [  6453] By: jhi                                   on 2000/07/27  13:48:02
48252         Log: Subject: [PATCH] fixes bug 20000508.004
48253              From: Michael Stevens <mstevens@globnix.org>
48254              Date: Thu, 27 Jul 2000 13:49:04 +0100
48255              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
48256      Branch: perl
48257            ! pod/perldata.pod
48258 ____________________________________________________________________________
48259 [  6452] By: jhi                                   on 2000/07/26  23:51:26
48260         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
48261              and Craig A. Berry.
48262      Branch: perl
48263            ! lib/File/Temp.pm pod/perlport.pod
48264 ____________________________________________________________________________
48265 [  6451] By: jhi                                   on 2000/07/26  19:43:30
48266         Log: Be wary of close()s, too.
48267              
48268              Subject: Re: [PATCH] perlbug cleanup
48269              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48270              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
48271              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
48272      Branch: perl
48273            ! utils/perlbug.PL
48274 ____________________________________________________________________________
48275 [  6450] By: jhi                                   on 2000/07/26  18:41:40
48276         Log: Subject: Minor doc patch: handy.h
48277              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
48278              Date: Wed, 26 Jul 2000 15:34:25 -0300
48279              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
48280      Branch: perl
48281            ! handy.h pod/perlapi.pod
48282 ____________________________________________________________________________
48283 [  6449] By: jhi                                   on 2000/07/26  18:23:55
48284         Log: Subject: [PATCH] minor doc change - perlguts
48285              From: Michael Stevens <mstevens@globnix.org>
48286              Date: Thu, 13 Jul 2000 12:39:18 +0100
48287              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
48288      Branch: perl
48289            ! pod/perlguts.pod
48290 ____________________________________________________________________________
48291 [  6448] By: jhi                                   on 2000/07/26  18:20:30
48292         Log: open() wariness in perlbug.
48293              
48294              Subject: [PATCH] perlbug cleanup
48295              From: Michael Stevens <mstevens@globnix.org>
48296              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
48297              Date: Thu, 13 Jul 2000 15:52:23 +0100
48298      Branch: perl
48299            ! utils/perlbug.PL
48300 ____________________________________________________________________________
48301 [  6447] By: jhi                                   on 2000/07/26  18:13:04
48302         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
48303      Branch: perl
48304            ! lib/File/Temp.pm t/lib/ftmp-security.t
48305 ____________________________________________________________________________
48306 [  6446] By: jhi                                   on 2000/07/26  18:06:32
48307         Log: docfix from Peter Scott <Peter@PSDT.com>.
48308      Branch: perl
48309            ! pod/perlfunc.pod
48310 ____________________________________________________________________________
48311 [  6445] By: jhi                                   on 2000/07/26  17:53:31
48312         Log: Fix *foo{FORMAT}.
48313              
48314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48315              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48316              Date: Wed, 26 Jul 2000 19:51:02 +0200
48317              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
48318              
48319              From: Graham Barr <gbarr@pobox.com>
48320              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48321              Date: Wed, 26 Jul 2000 17:38:36 +0100
48322              Message-ID: <20000726173836.L472@pobox.com>
48323      Branch: perl
48324            ! pp.c sv.c t/op/gv.t
48325 ____________________________________________________________________________
48326 [  6444] By: jhi                                   on 2000/07/26  17:49:14
48327         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48328              from Graham Barr in the module list.
48329      Branch: perl
48330            ! gv.c pod/perlobj.pod
48331 ____________________________________________________________________________
48332 [  6443] By: jhi                                   on 2000/07/26  16:06:56
48333         Log: More split() doc and test patches from Mike Guy.
48334      Branch: perl
48335            ! pod/perlfunc.pod t/op/split.t
48336 ____________________________________________________________________________
48337 [  6442] By: jhi                                   on 2000/07/26  16:05:30
48338         Log: MacOS nits from Matthias Neeracher.
48339      Branch: perl
48340            ! perl.c pp_ctl.c
48341 ____________________________________________________________________________
48342 [  6441] By: jhi                                   on 2000/07/26  04:39:57
48343         Log: Subject: [PATCH] split /^/
48344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48345              Date: Tue, 25 Jul 2000 14:18:57 +0100
48346              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
48347              
48348              (with notes from tchrist and gbarr)
48349      Branch: perl
48350            ! pod/perlfunc.pod t/op/split.t
48351 ____________________________________________________________________________
48352 [  6440] By: jhi                                   on 2000/07/26  04:32:32
48353         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48354              From: Peter Prymmer <pvhp@forte.com>
48355              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
48356              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
48357      Branch: perl
48358            ! vms/munchconfig.c
48359 ____________________________________________________________________________
48360 [  6439] By: jhi                                   on 2000/07/26  04:31:01
48361         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48362              to be fatal errors (instead of by default ignoring them, and
48363              ignoring with a bug: even though -w gave an error, the opening [
48364              was left in)  Reported in:
48365              
48366              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48367              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48368              Date: Sun, 16 Jul 2000 17:55:29 -0700
48369              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48370      Branch: perl
48371            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
48372 ____________________________________________________________________________
48373 [  6438] By: jhi                                   on 2000/07/25  15:41:15
48374         Log: Subject: [PATCH] av.c apidoc
48375              From: simon@brecon.co.uk (Simon Cozens)
48376              Date: 24 Jul 2000 06:40:52 GMT
48377              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
48378      Branch: perl
48379            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48380            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
48381 ____________________________________________________________________________
48382 [  6437] By: jhi                                   on 2000/07/25  14:05:36
48383         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48384              From: "Stephen P. Potter" <spp@ds.net>
48385              Date: Mon, 24 Jul 2000 14:22:23 -0400
48386              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
48387      Branch: perl
48388            ! pod/perllocale.pod
48389 ____________________________________________________________________________
48390 [  6436] By: jhi                                   on 2000/07/25  14:02:03
48391         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
48392              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48393              Date: Mon, 24 Jul 2000 18:04:28 +0100
48394              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
48395      Branch: perl
48396            ! t/lib/syslfs.t t/op/lfs.t
48397 ____________________________________________________________________________
48398 [  6435] By: jhi                                   on 2000/07/25  13:59:28
48399         Log: Get UTF16 BOMs working.  Patch from
48400              
48401              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48403              Date: Tue, 25 Jul 2000 12:52:45 +0100
48404              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
48405              
48406              and notes from
48407              
48408              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48410              Date: Tue, 25 Jul 2000 11:43:25 +0100
48411              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
48412      Branch: perl
48413            ! t/comp/require.t toke.c utf8.c
48414 ____________________________________________________________________________
48415 [  6434] By: jhi                                   on 2000/07/25  02:39:54
48416         Log: Make the "uninit variable" warning to say "concat or string"
48417              or "join or string" when in concat or join .
48418              
48419              Subject: Re: [ID 20000403.009] uninitialised concatenation???
48420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48421              Date: Tue, 04 Apr 2000 18:22:58 +0100
48422              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
48423              
48424              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
48425              From: William R Ward <hermit@BayView.COM>
48426              Date: Thu, 30 Mar 2000 19:50:03 -0800
48427              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
48428      Branch: perl
48429            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
48430            ! t/pragma/warn/op t/pragma/warn/sv
48431 ____________________________________________________________________________
48432 [  6433] By: jhi                                   on 2000/07/24  17:52:56
48433         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
48434      Branch: perl
48435            ! lib/File/Spec/VMS.pm
48436 ____________________________________________________________________________
48437 [  6432] By: jhi                                   on 2000/07/24  17:44:44
48438         Log: Test cases for #6431.
48439              
48440              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48441              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48442              Date: Mon, 24 Jul 2000 15:32:29 +0100
48443              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
48444      Branch: perl
48445            ! t/op/pat.t t/op/split.t
48446 ____________________________________________________________________________
48447 [  6431] By: jhi                                   on 2000/07/24  17:43:17
48448         Log: Bind op fix.
48449              
48450              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48451              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48452              Date: Mon, 17 Jul 2000 20:04:56 +0100
48453              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
48454      Branch: perl
48455            ! op.c
48456 ____________________________________________________________________________
48457 [  6430] By: jhi                                   on 2000/07/24  03:42:42
48458         Log: Subject: [ID 20000716.023] syslog test fails without sockets
48459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48460              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
48461              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
48462      Branch: metaconfig/U/perl
48463            ! Extensions.U
48464      Branch: perl
48465            ! Configure config_h.SH
48466 ____________________________________________________________________________
48467 [  6429] By: jhi                                   on 2000/07/24  03:11:52
48468         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
48469              case, but add also notes explaining the relationship of this
48470              patch and the earlier notes by Sarathy.
48471              
48472              Subject: Map is still slow
48473              From: "Ben Tilly" <ben_tilly@hotmail.com>
48474              Date: Sat, 15 Jul 2000 17:23:27 EDT
48475              Message-ID: <20000715212327.21656.qmail@hotmail.com>
48476      Branch: perl
48477            ! pp_ctl.c
48478 ____________________________________________________________________________
48479 [  6428] By: jhi                                   on 2000/07/24  02:58:52
48480         Log: Documentation to explain the behaviour of map().
48481              
48482              Subject: Re: Map is still slow 
48483              From: Gurusamy Sarathy <gsar@ActiveState.com>
48484              Date: Sat, 15 Jul 2000 16:05:09 -0700
48485              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
48486      Branch: perl
48487            ! pp_ctl.c
48488 ____________________________________________________________________________
48489 [  6427] By: jhi                                   on 2000/07/24  02:50:03
48490         Log: Add tests for
48491              [ID 19991110.003] another matching finding by pcre author
48492              which has already been fixed by some patch, as verified in
48493              
48494              Subject: Re: two regex bugs from the mists of time (well, last November)
48495              From: Hugo <hv@crypt.compulink.co.uk>
48496              Date: Sat, 22 Jul 2000 18:12:58 +0100
48497              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
48498      Branch: perl
48499            ! t/op/re_tests
48500 ____________________________________________________________________________
48501 [  6426] By: jhi                                   on 2000/07/24  02:11:20
48502         Log: A missing 'break' after the [[:space:]] switch case.
48503              
48504              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
48505              From: "Stephen P. Potter" <spp@ds.net>
48506              Date: Tue, 18 Jul 2000 16:25:17 -0400
48507              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
48508      Branch: perl
48509            ! regcomp.c
48510 ____________________________________________________________________________
48511 [  6425] By: jhi                                   on 2000/07/24  02:06:12
48512         Log: The output might have been produced in the wrong order.
48513              
48514              Subject: [ID 20000720.003] [PATCH] t/op/write.t
48515              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48516              Date: Thu, 20 Jul 2000 18:49:18 +0100
48517              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
48518      Branch: perl
48519            ! t/op/write.t
48520 ____________________________________________________________________________
48521 [  6424] By: jhi                                   on 2000/07/24  02:00:07
48522         Log: Use STDOUT consistently.
48523              
48524              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
48525              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48526              Date: Thu, 20 Jul 2000 18:04:01 +0100
48527              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
48528      Branch: perl
48529            ! lib/Test/Harness.pm
48530 ____________________________________________________________________________
48531 [  6423] By: jhi                                   on 2000/07/24  01:54:54
48532         Log: Protect against "wild next"s, that is, callbacks doing "next"
48533              instead of "return".
48534              
48535              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
48536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48537              Date: Tue, 18 Jul 2000 11:30:16 +0100
48538              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
48539      Branch: perl
48540            ! lib/File/Find.pm
48541 ____________________________________________________________________________
48542 [  6422] By: jhi                                   on 2000/07/24  01:35:47
48543         Log: Out-of-date note removed.
48544              
48545              Subject: [PATCH] documentation perlipc
48546              From: rspier@pobox.com (Robert Spier)
48547              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
48548              Message-ID: <14711.35178.572612.502654@rls.cx>
48549      Branch: perl
48550            ! pod/perlipc.pod
48551 ____________________________________________________________________________
48552 [  6421] By: jhi                                   on 2000/07/24  00:09:18
48553         Log: Send all installperl messages to STDERR and be -w clean.
48554              
48555              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
48556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48557              Date: Sat, 22 Jul 2000 14:02:11 +0100
48558              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
48559      Branch: perl
48560            ! installperl
48561 ____________________________________________________________________________
48562 [  6420] By: jhi                                   on 2000/07/24  00:04:19
48563         Log: Decutandpasto.
48564              
48565              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
48566              From: "Richard Soderberg" <rs@crystalflame.net>
48567              Date: Sun, 23 Jul 2000 01:37:23 -0700
48568              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
48569      Branch: perl
48570            ! pod/perlipc.pod
48571 ____________________________________________________________________________
48572 [  6419] By: jhi                                   on 2000/07/24  00:01:12
48573         Log: A cleaner abs_path().
48574              Subject: Re: unix alternative to Cwd.pm
48575              From: Jeff Pinyan <jeffp@crusoe.net>
48576              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
48577              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
48578      Branch: perl
48579            ! lib/Cwd.pm
48580 ____________________________________________________________________________
48581 [  6418] By: jhi                                   on 2000/07/23  23:48:56
48582         Log: Detypo.
48583              
48584              Subject: [PATCH perl-current] Typo in hints/powerux.sh
48585              From: "Richard Soderberg" <rs@crystalflame.net>
48586              Date: Sun, 23 Jul 2000 01:27:33 -0700
48587              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
48588      Branch: perl
48589            ! hints/powerux.sh
48590 ____________________________________________________________________________
48591 [  6417] By: jhi                                   on 2000/07/17  22:13:31
48592         Log: Subject: SDBM_File documentation
48593              From: mjd@plover.com
48594              Date: 16 Jul 2000 17:41:17 -0000
48595              Message-ID: <20000716174117.18515.qmail@plover.com>
48596      Branch: perl
48597            ! ext/SDBM_File/SDBM_File.pm
48598 ____________________________________________________________________________
48599 [  6416] By: jhi                                   on 2000/07/17  19:13:26
48600         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
48601      Branch: perl
48602            ! hints/mpeix.sh mpeix/relink
48603 ____________________________________________________________________________
48604 [  6415] By: jhi                                   on 2000/07/15  14:11:02
48605         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
48606              the utf8 'characters' can be more than one octet).
48607              
48608              Date: Sat, 15 Jul 2000 00:21:56 +0100
48609              From: Tom Hughes <tom@compton.nu>
48610              Subject: Re: [ID 20000714.002]
48611              Message-ID: <db2334de49.tom@compton.compton.nu>
48612              
48613              Reported in
48614              
48615              Subject: [ID 20000714.002]
48616              From: "Simon Cozens" <simon@othersideofthe.earth.li>
48617              Date: 14 Jul 2000 15:13:09 -0000
48618              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
48619      Branch: perl
48620            ! doop.c
48621 ____________________________________________________________________________
48622 [  6414] By: jhi                                   on 2000/07/15  03:13:41
48623         Log: another VMS build tweak from Peter Prymmer
48624      Branch: perl
48625            ! vms/descrip_mms.template
48626 ____________________________________________________________________________
48627 [  6413] By: jhi                                   on 2000/07/15  03:10:40
48628         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
48629      Branch: perl
48630            ! vms/perlvms.pod
48631 ____________________________________________________________________________
48632 [  6412] By: jhi                                   on 2000/07/15  00:31:05
48633         Log: More docs for sv functions.
48634              
48635              Subject: [PATCH cfgperl] sv.c apidoc
48636              From: simon@brecon.co.uk (Simon Cozens)
48637              Date: 13 Jul 2000 09:00:20 GMT
48638              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
48639              
48640              Subject: Re: [PATCH cfgperl] sv.c apidoc
48641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48642              Date: Thu, 13 Jul 2000 12:27:41 +0100
48643              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
48644              
48645              Subject: Re: [PATCH cfgperl] sv.c apidoc
48646              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48647              Date: Thu, 13 Jul 2000 13:23:09 +0100
48648              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
48649              
48650              Subject: Re: [PATCH cfgperl] sv.c apidoc
48651              From: simon@brecon.co.uk (Simon Cozens)
48652              Date: 14 Jul 2000 06:51:02 GMT
48653              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
48654      Branch: perl
48655            ! embed.pl pod/perlapi.pod sv.c
48656 ____________________________________________________________________________
48657 [  6411] By: jhi                                   on 2000/07/15  00:10:41
48658         Log: lib/b test fixes from Peter Prymmer.
48659      Branch: perl
48660            ! t/lib/b.t
48661 ____________________________________________________________________________
48662 [  6410] By: jhi                                   on 2000/07/15  00:02:09
48663         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48664              From: Hugo <hv@crypt.compulink.co.uk>
48665              Date: Fri, 14 Jul 2000 23:05:20 +0100
48666              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48667              
48668              Didn't anymore apply, but that point still could use another fix.
48669      Branch: perl
48670            ! pod/perlfunc.pod
48671 ____________________________________________________________________________
48672 [  6409] By: jhi                                   on 2000/07/14  23:15:15
48673         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48674              not in pod, from Peter Prymmer
48675      Branch: perl
48676            ! vms/descrip_mms.template
48677 ____________________________________________________________________________
48678 [  6408] By: jhi                                   on 2000/07/14  20:35:05
48679         Log: The bug report
48680              [ID 19991110.002] minimal matching discrepancy found by pcre author
48681              seems to have been fixed (though differently from what was suggested
48682              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
48683      Branch: perl
48684            ! t/op/re_tests
48685 ____________________________________________________________________________
48686 [  6407] By: jhi                                   on 2000/07/14  17:38:08
48687         Log: Fix AutoSplit to use File::Spec the right way in VMS,
48688              from Peter Prymmer.
48689      Branch: perl
48690            ! lib/AutoSplit.pm
48691 ____________________________________________________________________________
48692 [  6406] By: jhi                                   on 2000/07/14  14:13:22
48693         Log: Merge perlhacktut into perlhack, update perlguts.
48694              
48695              Subject: Re: Perlhacktut
48696              From: simon@brecon.co.uk (Simon Cozens)
48697              Date: 14 Jul 2000 06:49:21 GMT
48698              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
48699              
48700              Subject: Re: Perlhacktut
48701              From: simon@brecon.co.uk (Simon Cozens)
48702              Date: 14 Jul 2000 07:09:45 GMT
48703              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
48704      Branch: perl
48705            ! pod/perlguts.pod pod/perlhack.pod
48706 ____________________________________________________________________________
48707 [  6405] By: jhi                                   on 2000/07/14  14:02:31
48708         Log: Integrate with Sarathy.
48709      Branch: cfgperl
48710           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
48711           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
48712           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
48713 ____________________________________________________________________________
48714 [  6404] By: gsar                                  on 2000/07/14  12:15:02
48715         Log: PERL_OBJECT build tweaks
48716      Branch: perl
48717            ! toke.c
48718 ____________________________________________________________________________
48719 [  6403] By: gsar                                  on 2000/07/14  11:23:41
48720         Log: inconsistent types needs casts
48721      Branch: perl
48722            ! toke.c
48723 ____________________________________________________________________________
48724 [  6402] By: gsar                                  on 2000/07/14  11:12:04
48725         Log: typos in change#6399, regen headers
48726      Branch: perl
48727            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
48728 ____________________________________________________________________________
48729 [  6401] By: gsar                                  on 2000/07/14  10:59:12
48730         Log: typecasts needed for change#6394
48731      Branch: perl
48732            ! toke.c
48733 ____________________________________________________________________________
48734 [  6400] By: gsar                                  on 2000/07/14  10:49:37
48735         Log: integrate cfgperl contents into mainline
48736      Branch: perl
48737           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
48738           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
48739 ____________________________________________________________________________
48740 [  6399] By: gsar                                  on 2000/07/14  10:38:35
48741         Log: enable UTF-16 filter by default if relevant BOM is seen; various
48742              cleanups (typos, misformatted code, and small bugs)
48743      Branch: perl
48744            ! doop.c embed.pl mg.c op.c pp.c toke.c
48745 ____________________________________________________________________________
48746 [  6398] By: gsar                                  on 2000/07/14  08:55:38
48747         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
48748              name suggests anyway)
48749      Branch: perl
48750            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
48751 ____________________________________________________________________________
48752 [  6397] By: gsar                                  on 2000/07/14  08:44:33
48753         Log: move new variables to the end of the interpreter structure (for
48754              bincompat in code that doesn't #include XSUB.h)
48755      Branch: perl
48756            ! intrpvar.h
48757 ____________________________________________________________________________
48758 [  6396] By: gsar                                  on 2000/07/14  08:13:58
48759         Log: MakeMaker should not remove editor backups (*~) on `make clean`
48760              by default (completes change#6383)
48761      Branch: perl
48762            ! lib/ExtUtils/MM_Unix.pm
48763 ____________________________________________________________________________
48764 [  6395] By: jhi                                   on 2000/07/14  05:20:33
48765         Log: Replace change #6337 with a better one.
48766              
48767              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
48768              From: Hugo <hv@crypt.compulink.co.uk>
48769              Date: Fri, 14 Jul 2000 04:16:20 +0100
48770              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
48771      Branch: cfgperl
48772            ! regexec.c t/op/re_tests
48773 ____________________________________________________________________________
48774 [  6394] By: jhi                                   on 2000/07/14  01:33:59
48775         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
48776      Branch: cfgperl
48777            ! embed.pl global.sym proto.h toke.c
48778 ____________________________________________________________________________
48779 [  6393] By: jhi                                   on 2000/07/13  23:41:23
48780         Log: remove discarded test
48781      Branch: cfgperl
48782            ! MANIFEST
48783 ____________________________________________________________________________
48784 [  6392] By: jhi                                   on 2000/07/13  23:32:25
48785         Log: The {multiplier} of a fixed substring was overlooked which
48786              caused a wrong initial search offset for that substring.
48787              
48788              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
48789              From: Hugo <hv@crypt.compulink.co.uk>
48790              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
48791              Date: Thu, 13 Jul 2000 19:27:13 +0100
48792      Branch: cfgperl
48793            ! regcomp.c t/op/re_tests
48794 ____________________________________________________________________________
48795 [  6391] By: jhi                                   on 2000/07/13  16:37:42
48796         Log: typo fix from Craig Berry
48797      Branch: cfgperl
48798            ! vms/subconfigure.com
48799 ____________________________________________________________________________
48800 [  6390] By: jhi                                   on 2000/07/13  13:20:12
48801         Log: Integrate with Sarathy.
48802      Branch: cfgperl
48803            - t/op/method2entersub.t
48804           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
48805           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
48806           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
48807           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
48808 ____________________________________________________________________________
48809 [  6389] By: jhi                                   on 2000/07/13  13:18:48
48810         Log: Detypo from Peter Prymmer, part of #6388.
48811      Branch: cfgperl
48812            ! Configure config_h.SH
48813      Branch: metaconfig
48814            ! U/modified/d_longlong.U
48815 ____________________________________________________________________________
48816 [  6388] By: gsar                                  on 2000/07/13  06:33:40
48817         Log: typos (spotted by Peter Prymmer)
48818      Branch: perl
48819            ! Configure t/lib/english.t
48820 ____________________________________________________________________________
48821 [  6387] By: gsar                                  on 2000/07/13  05:35:28
48822         Log: new selfloader.t in change#6183 doesn't close DATA handles,
48823              and thus fails to clean up tmp files on dosish platforms
48824      Branch: perl
48825            ! t/lib/selfloader.t
48826 ____________________________________________________________________________
48827 [  6386] By: gsar                                  on 2000/07/12  21:42:39
48828         Log: sprintf test tweaks (from Dominic Dunlop)
48829      Branch: perl
48830            ! t/op/sprintf.t
48831 ____________________________________________________________________________
48832 [  6385] By: gsar                                  on 2000/07/12  21:33:46
48833         Log: fix bugs in processing %v-*d and similar format specs (from
48834              Avi Finkel <avi@finkel.org>)
48835      Branch: perl
48836            ! sv.c t/op/sprintf.t
48837 ____________________________________________________________________________
48838 [  6384] By: gsar                                  on 2000/07/12  16:04:19
48839         Log: readd missing perldelta.pod changes from changes#6339,6376
48840      Branch: perl
48841            ! pod/perldelta.pod
48842 ____________________________________________________________________________
48843 [  6383] By: gsar                                  on 2000/07/12  16:00:51
48844         Log: don't clobber *.orig files on *clean targets
48845      Branch: perl
48846            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
48847 ____________________________________________________________________________
48848 [  6382] By: gsar                                  on 2000/07/12  07:59:12
48849         Log: fix broken integrations in cfgperl
48850      Branch: cfgperl
48851           !> Changes pod/perldelta.pod
48852 ____________________________________________________________________________
48853 [  6381] By: gsar                                  on 2000/07/12  07:42:17
48854         Log: integrate cfgperl changes into mainline
48855      Branch: perl
48856            ! Changes
48857           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
48858           !> pod/perlre.pod
48859 ____________________________________________________________________________
48860 [  6380] By: gsar                                  on 2000/07/12  07:31:00
48861         Log: get sprintf.t to adjust properly for 3-digit exponents
48862      Branch: perl
48863            ! t/op/sprintf.t
48864 ____________________________________________________________________________
48865 [  6379] By: gsar                                  on 2000/07/12  06:40:04
48866         Log: change#6174 needs corresponding change in win32/config_h.PL,
48867              which grovels through config_h.SH to find the config.h name
48868      Branch: perl
48869            ! win32/config_h.PL
48870 ____________________________________________________________________________
48871 [  6378] By: jhi                                   on 2000/07/12  05:03:59
48872         Log: Do the cc sanity check both before the hints and
48873              after the cc selction.
48874      Branch: cfgperl
48875            ! Configure config_h.SH
48876      Branch: metaconfig
48877            ! U/modified/Oldconfig.U U/modified/cc.U
48878      Branch: metaconfig/U/perl
48879            + Checkcc.U
48880 ____________________________________________________________________________
48881 [  6377] By: jhi                                   on 2000/07/12  02:49:22
48882         Log: Fix nits noticed by Boston.pm.
48883      Branch: cfgperl
48884            ! pod/perlre.pod
48885 ____________________________________________________________________________
48886 [  6376] By: jhi                                   on 2000/07/11  21:22:13
48887         Log: Configure cosmetics and perldelta.
48888      Branch: cfgperl
48889            ! Configure config_h.SH pod/perldelta.pod
48890      Branch: metaconfig
48891            ! U/modified/cc.U
48892 ____________________________________________________________________________
48893 [  6375] By: gsar                                  on 2000/07/11  21:17:35
48894         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
48895      Branch: perl
48896            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
48897            ! win32/win32sck.c
48898 ____________________________________________________________________________
48899 [  6374] By: gsar                                  on 2000/07/11  20:48:50
48900         Log: tweak for build failure under multiplicity
48901      Branch: perl
48902            ! toke.c
48903 ____________________________________________________________________________
48904 [  6373] By: gsar                                  on 2000/07/11  20:37:23
48905         Log: integrate cfgperl changes#6325..6373 into mainline
48906              (NOTE: today's batch of integrations still untested)
48907      Branch: perl
48908           +> ext/DynaLoader/hints/netbsd.pl
48909            ! Changes
48910           !> (integrate 26 files)
48911 ____________________________________________________________________________
48912 [  6372] By: jhi                                   on 2000/07/11  20:30:36
48913         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
48914              regen perltoc.
48915      Branch: cfgperl
48916            + pod/perlbook.pod
48917            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
48918            ! pod/perltoc.pod
48919 ____________________________________________________________________________
48920 [  6371] By: jhi                                   on 2000/07/11  20:08:56
48921         Log: Minor cleanups on the booklist.
48922      Branch: cfgperl
48923            ! pod/perlfaq2.pod
48924 ____________________________________________________________________________
48925 [  6370] By: jhi                                   on 2000/07/11  19:31:13
48926         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
48927      Branch: cfgperl
48928            ! t/pragma/overload.t
48929 ____________________________________________________________________________
48930 [  6369] By: gsar                                  on 2000/07/11  19:27:48
48931         Log: integrate cfgperl changes#6293..6324 into mainline
48932      Branch: perl
48933           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
48934            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
48935           !> (integrate 30 files)
48936 ____________________________________________________________________________
48937 [  6368] By: gsar                                  on 2000/07/11  19:18:57
48938         Log: skip integrate of problematic change#6292 from cfgperl into mainline
48939      Branch: perl
48940           !> pp_hot.c
48941 ____________________________________________________________________________
48942 [  6367] By: gsar                                  on 2000/07/11  19:17:21
48943         Log: integrate cfgperl changes#6288..6290 into mainline
48944      Branch: perl
48945           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
48946 ____________________________________________________________________________
48947 [  6366] By: gsar                                  on 2000/07/11  19:11:18
48948         Log: integrate cfgperl changes#6268..6282 into mainline
48949      Branch: perl
48950           !> (integrate 30 files)
48951 ____________________________________________________________________________
48952 [  6365] By: gsar                                  on 2000/07/11  18:57:00
48953         Log: delete new accidentally branched file
48954      Branch: perl
48955            - t/op/method2entersub.t
48956 ____________________________________________________________________________
48957 [  6364] By: gsar                                  on 2000/07/11  18:55:13
48958         Log: skip integrate of change#6267 from cfgperl into mainline (the
48959              method call optimization is flawed without additional hints
48960              from user about immutableness of @ISA and no runtime method
48961              definitions)
48962      Branch: perl
48963           +> t/op/method2entersub.t
48964           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
48965           !> perl.h t/op/sprintf.t xsutils.c
48966 ____________________________________________________________________________
48967 [  6363] By: gsar                                  on 2000/07/11  18:49:43
48968         Log: integrate cfgperl changes#6261..6266 into mainline
48969      Branch: perl
48970           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
48971           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
48972           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48973           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
48974 ____________________________________________________________________________
48975 [  6362] By: gsar                                  on 2000/07/11  18:43:26
48976         Log: integrate cfgperl changes#6252..6260 into mainline
48977      Branch: perl
48978           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
48979           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
48980           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
48981           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
48982 ____________________________________________________________________________
48983 [  6361] By: gsar                                  on 2000/07/11  18:37:12
48984         Log: skip integrate of problematic change#6251 from cfgperl into mainline
48985      Branch: perl
48986           !> lib/Exporter.pm
48987 ____________________________________________________________________________
48988 [  6360] By: gsar                                  on 2000/07/11  18:34:56
48989         Log: integrate cfgperl change#6250 into mainline
48990      Branch: perl
48991           +> t/op/my_stash.t
48992           !> MANIFEST embed.pl proto.h toke.c
48993 ____________________________________________________________________________
48994 [  6359] By: gsar                                  on 2000/07/11  18:21:19
48995         Log: integrate cfgperl changes#6242..6249 into mainline
48996      Branch: perl
48997           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
48998           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
48999           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
49000           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
49001           !> t/lib/peek.t utf8.c
49002 ____________________________________________________________________________
49003 [  6358] By: gsar                                  on 2000/07/11  18:15:45
49004         Log: skip integrate of problematic change#6241 from cfgperl into mainline
49005      Branch: perl
49006           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
49007 ____________________________________________________________________________
49008 [  6357] By: jhi                                   on 2000/07/11  18:15:16
49009         Log: Fix for
49010              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49011              From: Roderick Schertler <roderick@argon.org> 
49012              Date: Tue, 11 Jul 2000 13:55:05 -0400 
49013              Message-Id: <200007111755.NAA05077@jones.argon.org> 
49014      Branch: cfgperl
49015            ! doio.c
49016 ____________________________________________________________________________
49017 [  6356] By: jhi                                   on 2000/07/11  18:12:51
49018         Log: Typo in #6341.
49019      Branch: cfgperl
49020            ! pp_hot.c
49021 ____________________________________________________________________________
49022 [  6355] By: gsar                                  on 2000/07/11  18:12:10
49023         Log: integrate cfgperl changes#6231..6240 into mainline
49024      Branch: perl
49025           +> pod/perlutil.pod
49026           !> (integrate 35 files)
49027 ____________________________________________________________________________
49028 [  6354] By: jhi                                   on 2000/07/11  18:04:34
49029         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
49030              From: Dominic Dunlop <domo@computer.org> 
49031              Date: Tue, 11 Jul 2000 12:27:33 +0200 
49032              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
49033              
49034              Replaces change #6268.
49035      Branch: cfgperl
49036            ! t/op/sprintf.t
49037 ____________________________________________________________________________
49038 [  6353] By: gsar                                  on 2000/07/11  17:59:51
49039         Log: skip integrate of problematic change#6230 from cfgperl into mainline
49040              (a later version of File::Spec is already in mainline)
49041      Branch: perl
49042           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
49043           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
49044 ____________________________________________________________________________
49045 [  6352] By: gsar                                  on 2000/07/11  17:57:48
49046         Log: integrate cfgperl changes#6224..6229 into mainline
49047      Branch: perl
49048           +> lib/lib.pm.PL
49049            - lib/lib.pm
49050           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
49051           !> lib/English.pm op.c t/lib/english.t
49052 ____________________________________________________________________________
49053 [  6351] By: gsar                                  on 2000/07/11  17:50:10
49054         Log: skip integrate of problematic change#6223 from cfgperl into mainline
49055      Branch: perl
49056           !> doio.c
49057 ____________________________________________________________________________
49058 [  6350] By: gsar                                  on 2000/07/11  17:48:28
49059         Log: integrate cfgperl changes#6220..6222 into mainline
49060      Branch: perl
49061           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
49062           !> toke.c utf8.c win32/win32.h
49063 ____________________________________________________________________________
49064 [  6349] By: gsar                                  on 2000/07/11  17:46:13
49065         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
49066              mainline
49067      Branch: perl
49068           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49069           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49070           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49071 ____________________________________________________________________________
49072 [  6348] By: jhi                                   on 2000/07/11  17:45:49
49073         Log: README.posix-bc podified from Thomas Dorner.
49074      Branch: cfgperl
49075            ! README.posix-bc
49076 ____________________________________________________________________________
49077 [  6347] By: gsar                                  on 2000/07/11  17:42:04
49078         Log: integrate cfgperl change#6217 into mainline
49079      Branch: perl
49080           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
49081           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
49082           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
49083 ____________________________________________________________________________
49084 [  6346] By: gsar                                  on 2000/07/11  17:39:37
49085         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
49086              mainline
49087      Branch: perl
49088           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
49089           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49090           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
49091           !> perlapi.h pod/perlapi.pod
49092 ____________________________________________________________________________
49093 [  6345] By: gsar                                  on 2000/07/11  17:36:42
49094         Log: integrate cfgperl changes#6207..6210 into mainline
49095      Branch: perl
49096           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
49097           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
49098 ____________________________________________________________________________
49099 [  6344] By: gsar                                  on 2000/07/11  17:31:20
49100         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
49101              mainline
49102      Branch: perl
49103           !> (integrate 40 files)
49104 ____________________________________________________________________________
49105 [  6343] By: gsar                                  on 2000/07/11  17:19:08
49106         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
49107      Branch: perl
49108           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
49109            ! Changes
49110           !> (integrate 34 files)
49111 ____________________________________________________________________________
49112 [  6342] By: jhi                                   on 2000/07/11  16:05:48
49113         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49114              To: perl5-porters@perl.org
49115              From: Karsten Sperling <spiff@phreax.net>
49116              Date: Mon, 10 Jul 2000 15:12:52 +0200
49117              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49118      Branch: cfgperl
49119            ! lib/Symbol.pm
49120 ____________________________________________________________________________
49121 [  6341] By: jhi                                   on 2000/07/11  15:59:23
49122         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49123              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49124              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49125              Date: Fri, 07 Jul 2000 17:57:16 +0100
49126      Branch: cfgperl
49127            ! pp_hot.c
49128 ____________________________________________________________________________
49129 [  6340] By: jhi                                   on 2000/07/11  15:55:47
49130         Log: Subject: Re: format bug report  [Patch]
49131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49132              Date: Wed, 05 Jul 2000 13:12:52 +0200
49133              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49134              
49135              Subject: Re: format bug report  [Patch]
49136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49137              Date: Wed, 05 Jul 2000 14:10:01 +0200
49138              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49139      Branch: cfgperl
49140            ! t/op/write.t toke.c
49141 ____________________________________________________________________________
49142 [  6339] By: jhi                                   on 2000/07/11  13:54:09
49143         Log: Be less forgiving about ambiguous and illegal tr ranges.
49144              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
49145              From: Mark-Jason Dominus <mjd@plover.com>
49146              Date: Tue, 04 Jul 2000 10:00:12 -0400
49147              Message-ID: <20000704140012.17772.qmail@plover.com>
49148              
49149              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
49150              From: Mark-Jason Dominus <mjd@plover.com>
49151              Date: Wed, 05 Jul 2000 09:37:36 -0400
49152              Message-ID: <20000705133736.27293.qmail@plover.com>
49153      Branch: cfgperl
49154            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
49155 ____________________________________________________________________________
49156 [  6338] By: jhi                                   on 2000/07/11  13:31:24
49157         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49158              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49159              Date: Tue, 11 Jul 2000 13:50:51 +0100
49160              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49161      Branch: cfgperl
49162            ! sv.c
49163 ____________________________________________________________________________
49164 [  6337] By: jhi                                   on 2000/07/11  13:29:14
49165         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
49166              From: Hugo <hv@crypt.compulink.co.uk>
49167              Date: Tue, 11 Jul 2000 12:44:50 +0100
49168              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49169      Branch: cfgperl
49170            ! regexec.c t/op/re_tests
49171 ____________________________________________________________________________
49172 [  6336] By: jhi                                   on 2000/07/11  13:26:47
49173         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
49174              From: simon@brecon.co.uk (Simon Cozens)
49175              Date: 7 Jul 2000 11:26:09 GMT
49176              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49177      Branch: cfgperl
49178            ! mg.c
49179 ____________________________________________________________________________
49180 [  6335] By: jhi                                   on 2000/07/11  13:23:37
49181         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49182              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49183              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49184              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49185      Branch: cfgperl
49186            + ext/DynaLoader/hints/netbsd.pl
49187            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
49188 ____________________________________________________________________________
49189 [  6334] By: jhi                                   on 2000/07/11  13:20:38
49190         Log: Subject: PATCH perlguts.pod: Document D and d magic types
49191              From: mjd@plover.com
49192              Date: 5 Jul 2000 18:01:51 -0000
49193              Message-ID: <20000705180151.29413.qmail@plover.com>
49194      Branch: cfgperl
49195            ! pod/perlguts.pod
49196 ____________________________________________________________________________
49197 [  6333] By: jhi                                   on 2000/07/11  13:15:51
49198         Log: Precedence goof, fix based on
49199              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49200              From: Hugo <hv@crypt.compulink.co.uk>
49201              Date: Tue, 11 Jul 2000 12:52:38 +0100
49202              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49203      Branch: cfgperl
49204            ! t/op/taint.t
49205 ____________________________________________________________________________
49206 [  6332] By: jhi                                   on 2000/07/11  12:40:17
49207         Log: Integrate with Sarathy.
49208      Branch: cfgperl
49209           !> win32/win32sck.c
49210 ____________________________________________________________________________
49211 [  6331] By: jhi                                   on 2000/07/10  20:14:16
49212         Log: Sprinkle ldlibpath.
49213      Branch: cfgperl
49214            ! pod/Makefile.SH
49215 ____________________________________________________________________________
49216 [  6330] By: jhi                                   on 2000/07/10  17:54:49
49217         Log: More POSIX.pod tweaks.
49218      Branch: cfgperl
49219            ! ext/POSIX/POSIX.pod
49220 ____________________________________________________________________________
49221 [  6329] By: jhi                                   on 2000/07/10  14:02:12
49222         Log: Reorder perl.pod once more.
49223      Branch: cfgperl
49224            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49225 ____________________________________________________________________________
49226 [  6328] By: gsar                                  on 2000/07/10  07:06:00
49227         Log: accept() leaks memory on windows due to incorrect ordering of
49228              closesocket() and fclose() calls
49229      Branch: perl
49230            ! win32/win32sck.c
49231 ____________________________________________________________________________
49232 [  6327] By: gsar                                  on 2000/07/10  06:49:17
49233         Log: winsock options weren't being set in all threads under ithreads
49234              (caused send()s from second and subsequent threads to fail)
49235      Branch: perl
49236            ! win32/win32sck.c
49237 ____________________________________________________________________________
49238 [  6326] By: jhi                                   on 2000/07/08  02:45:40
49239         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49240              was cast to an unsigned (32-bit) integer with wild abandon.
49241      Branch: cfgperl
49242            ! ext/Devel/DProf/DProf.xs
49243 ____________________________________________________________________________
49244 [  6325] By: jhi                                   on 2000/07/07  18:50:33
49245         Log: Remove perlbook, update perlfaq book listing,
49246              rearrange perl.pod, regenerate perltoc.
49247      Branch: cfgperl
49248            - pod/perlbook.pod
49249            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
49250            ! pod/perlfaq2.pod pod/perltoc.pod
49251 ____________________________________________________________________________
49252 [  6324] By: jhi                                   on 2000/07/07  14:03:40
49253         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
49254      Branch: cfgperl
49255            ! sv.h toke.c
49256 ____________________________________________________________________________
49257 [  6323] By: jhi                                   on 2000/07/06  16:03:55
49258         Log: Fix complaints of buildtoc.
49259      Branch: cfgperl
49260            + lib/Win32.pod
49261            - pod/Win32.pod
49262            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49263 ____________________________________________________________________________
49264 [  6322] By: jhi                                   on 2000/07/06  15:15:52
49265         Log: Add =head1 NAMEs so that buildtoc is happy.
49266              (The CGI::Util nit reported to Lincoln.)
49267      Branch: cfgperl
49268            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
49269            ! pod/perltoc.pod
49270 ____________________________________________________________________________
49271 [  6321] By: jhi                                   on 2000/07/06  03:16:04
49272         Log: Config is being used.
49273      Branch: cfgperl
49274            ! t/op/method.t
49275 ____________________________________________________________________________
49276 [  6320] By: jhi                                   on 2000/07/06  03:13:13
49277         Log: Integrate with Sarathy.
49278      Branch: cfgperl
49279           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
49280 ____________________________________________________________________________
49281 [  6319] By: jhi                                   on 2000/07/06  03:11:46
49282         Log: Autogenerate pod/Makefile and pod/buildtoc.
49283              buildtoc also checks whether the existin pods are
49284              mentioned in MANIFEST and perl.pod, and vice versa.
49285              (None of the thusly found discrepancies fixed yet.)
49286              roffitall also needs to be autogenerated similarly but it
49287              seems so badly out of date that I didn't touch it yet.
49288      Branch: cfgperl
49289            + pod/Makefile.SH pod/buildtoc.PL
49290            - pod/Makefile pod/buildtoc
49291            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
49292 ____________________________________________________________________________
49293 [  6318] By: gsar                                  on 2000/07/05  22:10:54
49294         Log: fix UNC path handling on Windows under ithreads, and chdir()
49295              return value when given a non-existent directory
49296      Branch: perl
49297            ! win32/vdir.h
49298 ____________________________________________________________________________
49299 [  6317] By: gsar                                  on 2000/07/05  22:08:19
49300         Log: winsock cleanup never done on Windows (leads to handle leaks)
49301      Branch: perl
49302            ! win32/perllib.c win32/win32sck.c
49303 ____________________________________________________________________________
49304 [  6316] By: gsar                                  on 2000/07/05  22:06:19
49305         Log: some debugger output does not go to the socket when RemotePort is set
49306      Branch: perl
49307            ! lib/perl5db.pl
49308 ____________________________________________________________________________
49309 [  6315] By: jhi                                   on 2000/07/05  00:25:21
49310         Log: Integrate with Sarathy, preliminary fix for unicos
49311              alignment problems in [ID 20000612.002] Perl problem on Cray system.
49312      Branch: cfgperl
49313            ! sv.h
49314           !> pp_hot.c
49315 ____________________________________________________________________________
49316 [  6314] By: gsar                                  on 2000/07/04  23:34:02
49317         Log: tyop in change#6306
49318      Branch: perl
49319            ! pp_hot.c
49320 ____________________________________________________________________________
49321 [  6313] By: jhi                                   on 2000/07/04  22:14:38
49322         Log: Multiline string literals ENONPORTABLE.
49323      Branch: cfgperl
49324            ! pp_hot.c
49325 ____________________________________________________________________________
49326 [  6312] By: jhi                                   on 2000/07/04  20:34:44
49327         Log: Integrate with Sarathy.
49328      Branch: cfgperl
49329           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
49330           !> t/op/method.t
49331 ____________________________________________________________________________
49332 [  6311] By: jhi                                   on 2000/07/04  20:30:56
49333         Log: More POSIX.pod embellishment.
49334      Branch: cfgperl
49335            ! ext/POSIX/POSIX.pod
49336 ____________________________________________________________________________
49337 [  6310] By: gsar                                  on 2000/07/04  17:28:48
49338         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49339      Branch: perl
49340            ! t/lib/b.t
49341 ____________________________________________________________________________
49342 [  6309] By: jhi                                   on 2000/07/04  17:22:18
49343         Log: The #6308 required a little bit more.
49344      Branch: cfgperl
49345            ! Makefile.SH win32/Makefile
49346 ____________________________________________________________________________
49347 [  6308] By: jhi                                   on 2000/07/04  16:35:24
49348         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
49349      Branch: cfgperl
49350            + lib/lib_pm.PL
49351            - lib/lib.pm.PL
49352            ! MANIFEST Makefile.SH
49353 ____________________________________________________________________________
49354 [  6307] By: jhi                                   on 2000/07/04  16:28:58
49355         Log: Win32 patches for cfgperl from Sarathy.
49356      Branch: cfgperl
49357            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
49358            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
49359            ! thread.h toke.c util.c win32/Makefile win32/win32.c
49360 ____________________________________________________________________________
49361 [  6306] By: gsar                                  on 2000/07/04  16:28:40
49362         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
49363              (from Richard Soderberg <rs@oregonnet.com>)
49364      Branch: perl
49365            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
49366 ____________________________________________________________________________
49367 [  6305] By: jhi                                   on 2000/07/04  16:24:24
49368         Log: Integrate with Sarathy.
49369      Branch: cfgperl
49370           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
49371           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49372           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
49373           !> proto.h win32/win32.c
49374 ____________________________________________________________________________
49375 [  6304] By: gsar                                  on 2000/07/04  16:17:24
49376         Log: missing perldiag entry for unpack("w",...) diagnostic (from
49377              Andreas Koenig)
49378      Branch: perl
49379            ! pod/perldiag.pod
49380 ____________________________________________________________________________
49381 [  6303] By: gsar                                  on 2000/07/04  16:14:44
49382         Log: remove rel2abs prototypes (from Barrie Slaymaker)
49383      Branch: perl
49384            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49385            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49386 ____________________________________________________________________________
49387 [  6302] By: gsar                                  on 2000/07/04  04:59:35
49388         Log: adjust change#6299
49389      Branch: perl
49390            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
49391            ! win32/win32.c
49392 ____________________________________________________________________________
49393 [  6301] By: jhi                                   on 2000/07/04  04:50:07
49394         Log: Integrate with Sarathy.
49395      Branch: cfgperl
49396           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
49397           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
49398           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
49399 ____________________________________________________________________________
49400 [  6300] By: gsar                                  on 2000/07/04  04:42:09
49401         Log: PERL_OBJECT build tweak
49402      Branch: perl
49403            ! perl.h
49404 ____________________________________________________________________________
49405 [  6299] By: gsar                                  on 2000/07/04  04:37:00
49406         Log: fix memory leak on Windows (PL_sys_intern contents were never
49407              freed)
49408      Branch: perl
49409            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49410            ! perlapi.c proto.h win32/win32.c
49411 ____________________________________________________________________________
49412 [  6298] By: gsar                                  on 2000/07/04  04:15:59
49413         Log: fix large memory leak that has been around for ever, masked by
49414              -DPURIFY (most of the arenas were never freed!)
49415      Branch: perl
49416            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
49417 ____________________________________________________________________________
49418 [  6297] By: gsar                                  on 2000/07/04  04:07:46
49419         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49420      Branch: perl
49421            ! perl.c
49422 ____________________________________________________________________________
49423 [  6296] By: jhi                                   on 2000/06/30  18:28:37
49424         Log: Elaborate POSIX.pod.  Still needs work.
49425      Branch: cfgperl
49426            ! ext/POSIX/POSIX.pod
49427 ____________________________________________________________________________
49428 [  6295] By: jhi                                   on 2000/06/30  14:58:18
49429         Log: Point to perlipc for more SysV IPC examples.
49430      Branch: cfgperl
49431            ! pod/perlfunc.pod
49432 ____________________________________________________________________________
49433 [  6294] By: gsar                                  on 2000/06/30  14:47:45
49434         Log: slurp mode fix in change#4736 still not quite right
49435      Branch: perl
49436            ! pp_hot.c t/io/argv.t
49437 ____________________________________________________________________________
49438 [  6293] By: jhi                                   on 2000/06/30  12:02:55
49439         Log: Integrate with Sarathy.
49440      Branch: cfgperl
49441           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
49442 ____________________________________________________________________________
49443 [  6292] By: jhi                                   on 2000/06/30  12:01:11
49444         Log: From: simon@brecon.co.uk (Simon Cozens)
49445              Subject: UTF8 concat
49446              Date: 30 Jun 2000 06:13:25 GMT
49447              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
49448      Branch: cfgperl
49449            ! pp_hot.c
49450 ____________________________________________________________________________
49451 [  6291] By: gsar                                  on 2000/06/30  04:37:33
49452         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49453              when @_ is modified, causing coredumps
49454      Branch: perl
49455            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
49456 ____________________________________________________________________________
49457 [  6290] By: jhi                                   on 2000/06/30  02:21:44
49458         Log: Integrate with Sarathy.
49459      Branch: cfgperl
49460           !> vms/vms.c vms/vmsish.h
49461 ____________________________________________________________________________
49462 [  6289] By: jhi                                   on 2000/06/30  02:21:02
49463         Log: Check VERSIONs.
49464      Branch: cfgperl
49465            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49466            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49467            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49468 ____________________________________________________________________________
49469 [  6288] By: jhi                                   on 2000/06/30  02:18:52
49470         Log: Integrate with Sarathy.
49471      Branch: cfgperl
49472           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
49473           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49474           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49475           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
49476 ____________________________________________________________________________
49477 [  6287] By: gsar                                  on 2000/06/30  02:17:08
49478         Log: integrate vmsperl changes into mainline
49479      Branch: perl
49480           !> vms/vms.c vms/vmsish.h
49481 ____________________________________________________________________________
49482 [  6285] By: gsar                                  on 2000/06/30  02:05:28
49483         Log: localize %INC in a Safe compartment so that use/require work
49484              (many other magic globals probably need similar treatment)
49485      Branch: perl
49486            ! ext/Opcode/Opcode.xs
49487 ____________________________________________________________________________
49488 [  6284] By: gsar                                  on 2000/06/30  01:54:54
49489         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
49490              about Windows
49491      Branch: perl
49492            ! pod/perlembed.pod
49493 ____________________________________________________________________________
49494 [  6283] By: jhi                                   on 2000/06/30  01:50:10
49495         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
49496              From: Barrie Slaymaker <barries@jester.slaysys.com>
49497              Date: Wed, 28 Jun 2000 11:35:29 -0400
49498              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49499      Branch: perl
49500            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
49501            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
49502            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49503            ! lib/File/Spec/Win32.pm
49504 ____________________________________________________________________________
49505 [  6282] By: jhi                                   on 2000/06/29  22:57:22
49506         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
49507              From: Dan Sugalski <dan@sidhe.org>
49508              Date: Tue, 06 Jun 2000 11:59:50 -0400
49509              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49510      Branch: cfgperl
49511            ! vms/vms.c
49512 ____________________________________________________________________________
49513 [  6281] By: jhi                                   on 2000/06/29  22:52:50
49514         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
49515              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49516              Date: Wed, 7 Jun 2000 04:02:04 -0500
49517              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49518      Branch: cfgperl
49519            ! utils/h2xs.PL
49520 ____________________________________________________________________________
49521 [  6280] By: jhi                                   on 2000/06/29  22:45:47
49522         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
49523              From: rspier@pobox.com (Robert Spier)
49524              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49525              Message-ID: <14654.31913.845602.610277@rls.cx>
49526      Branch: cfgperl
49527            ! utils/h2xs.PL
49528 ____________________________________________________________________________
49529 [  6279] By: jhi                                   on 2000/06/29  22:38:16
49530         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49531              From: Tim Ayers <tayers@bridge.com>
49532              Date: Thu, 08 Jun 2000 08:11:06 +0200
49533              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49534              [resent by Richard Foley, Message-Id probably wrong]
49535      Branch: cfgperl
49536            ! pod/perlsub.pod
49537 ____________________________________________________________________________
49538 [  6278] By: jhi                                   on 2000/06/29  22:21:45
49539         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49540              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49541              Date: Fri, 09 Jun 2000 12:39:27 -0400
49542              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49543              (plus update the version "number" of Text::Wrap)
49544      Branch: cfgperl
49545            ! lib/Text/Wrap.pm
49546 ____________________________________________________________________________
49547 [  6277] By: jhi                                   on 2000/06/29  22:13:10
49548         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49549              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49550              Date: Mon, 12 Jun 2000 14:55:59 +0100
49551              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49552      Branch: cfgperl
49553            ! pod/perlfunc.pod
49554 ____________________________________________________________________________
49555 [  6276] By: jhi                                   on 2000/06/29  22:11:06
49556         Log: Subject: [PATCH] Re: eval documentation: context
49557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49558              Date: Mon, 12 Jun 2000 15:07:29 +0100
49559              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49560      Branch: cfgperl
49561            ! pod/perlfunc.pod
49562 ____________________________________________________________________________
49563 [  6275] By: jhi                                   on 2000/06/29  21:59:46
49564         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49565              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49566              Date: Tue, 13 Jun 2000 02:43:48 -0500
49567              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49568      Branch: cfgperl
49569            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
49570 ____________________________________________________________________________
49571 [  6274] By: jhi                                   on 2000/06/29  21:56:14
49572         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49573              From: Andy Dougherty <doughera@lafayette.edu>
49574              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49575              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49576      Branch: cfgperl
49577            ! ext/File/Glob/Glob.pm
49578 ____________________________________________________________________________
49579 [  6273] By: jhi                                   on 2000/06/29  21:49:09
49580         Log: Subject: [PATCH] xsub attributes
49581              From: Doug MacEachern <dougm@covalent.net>
49582              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49583              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49584      Branch: cfgperl
49585            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
49586            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
49587 ____________________________________________________________________________
49588 [  6272] By: jhi                                   on 2000/06/29  21:41:28
49589         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49590              From: Tom Phoenix <rootbeer@redcat.com>
49591              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49592              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49593      Branch: cfgperl
49594            ! lib/Net/Ping.pm
49595 ____________________________________________________________________________
49596 [  6271] By: jhi                                   on 2000/06/29  21:36:55
49597         Log: Subject: PATCH pod/perltie.pod
49598              From: Ian Phillipps <Ian.Phillipps@iname.com>
49599              Date: Fri, 16 Jun 2000 00:17:19 +0100
49600              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49601              (only the first hunk, the second hunk had already been done
49602              by some other patch)
49603      Branch: cfgperl
49604            ! pod/perltie.pod
49605 ____________________________________________________________________________
49606 [  6270] By: jhi                                   on 2000/06/29  21:24:51
49607         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49608              From: Nicholas Clark <nick@talking.bollo.cx>
49609              Date: Fri, 23 Jun 2000 16:21:15 +0100
49610              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49611      Branch: cfgperl
49612            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
49613            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
49614 ____________________________________________________________________________
49615 [  6269] By: jhi                                   on 2000/06/29  19:38:15
49616         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
49617              silence few compiler warnings.
49618      Branch: cfgperl
49619            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
49620 ____________________________________________________________________________
49621 [  6268] By: jhi                                   on 2000/06/29  18:21:50
49622         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49623              From: Dominic Dunlop <domo@computer.org> 
49624              Date: Thu, 29 Jun 2000 12:32:39 +0200 
49625              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
49626      Branch: cfgperl
49627            ! t/op/sprintf.t
49628 ____________________________________________________________________________
49629 [  6267] By: jhi                                   on 2000/06/29  18:16:07
49630         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
49631              From: Doug MacEachern <dougm@covalent.net>
49632              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
49633              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
49634      Branch: cfgperl
49635            + t/op/method2entersub.t
49636            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
49637            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49638            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
49639            ! xsutils.c
49640 ____________________________________________________________________________
49641 [  6266] By: jhi                                   on 2000/06/29  15:11:15
49642         Log: Subject: [PATCH 5.6.0] cygwin port
49643              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49644              From: "Fifer, Eric" <EFifer@sanwaint.com>
49645              Date: Thu, 29 Jun 2000 12:58:29 +0100
49646      Branch: cfgperl
49647            ! cygwin/Makefile.SHs
49648 ____________________________________________________________________________
49649 [  6265] By: jhi                                   on 2000/06/29  15:04:05
49650         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49652              Date: Wed, 28 Jun 2000 17:50:12 -0700
49653              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49654      Branch: cfgperl
49655            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49656 ____________________________________________________________________________
49657 [  6264] By: jhi                                   on 2000/06/29  15:00:57
49658         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49659              From: Marty Lucich <marty@netcom.com>
49660              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49661              Message-Id: <200006282116.OAA11148@netcom.com>
49662              ccdlflags update (the BSD/OS 4.1 part had already been taken
49663              care of by #6141).
49664      Branch: cfgperl
49665            ! hints/bsdos.sh
49666 ____________________________________________________________________________
49667 [  6263] By: jhi                                   on 2000/06/29  13:47:44
49668         Log: tr fixes from Simon Cozens
49669      Branch: cfgperl
49670            ! doop.c
49671 ____________________________________________________________________________
49672 [  6262] By: jhi                                   on 2000/06/28  18:46:01
49673         Log: Subject: 5.6.0 Patch for EPOC
49674              From: Olaf Flebbe <o.flebbe@gmx.de>
49675              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49676              Message-ID: <23449.960929969@www11.gmx.net>
49677      Branch: cfgperl
49678            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
49679            ! epoc/epocish.h
49680 ____________________________________________________________________________
49681 [  6261] By: jhi                                   on 2000/06/28  18:29:07
49682         Log: Subject: Re: [PATCH cfgperl] BOMs away!
49683              From: simon@brecon.co.uk (Simon Cozens)
49684              Date: 17 Jun 2000 11:49:57 GMT
49685              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49686      Branch: cfgperl
49687            ! pod/perldiag.pod t/comp/require.t toke.c
49688 ____________________________________________________________________________
49689 [  6260] By: jhi                                   on 2000/06/28  17:47:16
49690         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49691              From: simon@brecon.co.uk (Simon Cozens) 
49692              Date: 17 Jun 2000 11:56:44 GMT 
49693              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
49694              pack U0, pack C0
49695      Branch: cfgperl
49696            ! pod/perlfunc.pod pp.c t/op/pack.t
49697 ____________________________________________________________________________
49698 [  6259] By: jhi                                   on 2000/06/28  16:43:17
49699         Log: perlnewmod was missing from MANIFEST.
49700      Branch: cfgperl
49701            ! MANIFEST
49702 ____________________________________________________________________________
49703 [  6258] By: jhi                                   on 2000/06/28  15:54:30
49704         Log: linenumber tweak
49705      Branch: cfgperl
49706            ! t/pragma/warn/regcomp
49707 ____________________________________________________________________________
49708 [  6257] By: jhi                                   on 2000/06/28  15:50:44
49709         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
49710              From: Doug MacEachern <dougm@covalent.net>
49711              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
49712              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
49713              (one part of the patch had been applied earlier)
49714      Branch: cfgperl
49715            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
49716 ____________________________________________________________________________
49717 [  6256] By: jhi                                   on 2000/06/28  15:40:22
49718         Log: tweaks from Simon Cozens to further fix tr/// under utf8
49719      Branch: cfgperl
49720            ! doop.c
49721 ____________________________________________________________________________
49722 [  6255] By: jhi                                   on 2000/06/28  15:33:45
49723         Log: small thinko tweaks
49724      Branch: cfgperl
49725            ! lib/IPC/Open3.pm t/op/my_stash.t
49726 ____________________________________________________________________________
49727 [  6254] By: jhi                                   on 2000/06/28  15:33:25
49728         Log: Subject: tr///, help wanted.
49729              From: simon@brecon.co.uk (Simon Cozens)
49730              Date: 28 Jun 2000 11:29:04 GMT
49731              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49732      Branch: cfgperl
49733            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
49734            ! pp_proto.h proto.h t/op/tr.t
49735 ____________________________________________________________________________
49736 [  6253] By: jhi                                   on 2000/06/28  15:09:17
49737         Log: Paranoia tweak on #6249.
49738              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49739              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49740              Date: Sun, 25 Jun 2000 23:43:12 -0400
49741              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49742      Branch: cfgperl
49743            ! lib/IPC/Open3.pm
49744 ____________________________________________________________________________
49745 [  6252] By: jhi                                   on 2000/06/28  15:01:38
49746         Log: Document #6249 and #6251.
49747      Branch: cfgperl
49748            ! lib/Exporter.pm lib/IPC/Open3.pm
49749 ____________________________________________________________________________
49750 [  6251] By: jhi                                   on 2000/06/28  14:50:43
49751         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
49752              From: Doug MacEachern <dougm@covalent.net>
49753              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
49754              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
49755      Branch: cfgperl
49756            ! lib/Exporter.pm
49757 ____________________________________________________________________________
49758 [  6250] By: jhi                                   on 2000/06/28  14:45:23
49759         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49760              From: Doug MacEachern <dougm@covalent.net>
49761              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49762              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49763      Branch: cfgperl
49764            + t/op/my_stash.t
49765            ! MANIFEST embed.pl global.sym proto.h toke.c
49766 ____________________________________________________________________________
49767 [  6249] By: jhi                                   on 2000/06/28  14:36:34
49768         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
49769              From: Frank Tobin <ftobin@uiuc.edu>
49770              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49771              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49772      Branch: cfgperl
49773            ! lib/IPC/Open3.pm
49774 ____________________________________________________________________________
49775 [  6248] By: jhi                                   on 2000/06/28  14:11:25
49776         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49777              From: Mark-Jason Dominus <mjd@plover.com>
49778              Date: Tue, 27 Jun 2000 22:36:42 -0400
49779              Message-ID: <20000628023642.12166.qmail@plover.com>
49780      Branch: cfgperl
49781            ! pod/perlfunc.pod
49782 ____________________________________________________________________________
49783 [  6247] By: jhi                                   on 2000/06/27  12:46:37
49784         Log: Tweak $VERSION, patch from Doug MacEachern.
49785      Branch: cfgperl
49786            ! lib/File/Spec.pm
49787 ____________________________________________________________________________
49788 [  6246] By: jhi                                   on 2000/06/27  03:34:46
49789         Log: Allow for standalone testing.
49790      Branch: cfgperl
49791            ! t/lib/filefunc.t t/lib/filespec.t
49792 ____________________________________________________________________________
49793 [  6245] By: jhi                                   on 2000/06/27  02:50:02
49794         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
49795              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49796              Date: Sat, 24 Jun 2000 13:06:20 +0100
49797              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
49798      Branch: cfgperl
49799            ! ext/DynaLoader/DynaLoader_pm.PL
49800 ____________________________________________________________________________
49801 [  6244] By: jhi                                   on 2000/06/27  02:46:10
49802         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
49803              From: Doug MacEachern <dougm@covalent.net>
49804              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
49805              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
49806      Branch: cfgperl
49807            ! gv.c sv.c t/lib/peek.t
49808 ____________________________________________________________________________
49809 [  6243] By: jhi                                   on 2000/06/27  02:38:07
49810         Log: Subject: [PATCH] is_utf8_string
49811              From: simon@brecon.co.uk (Simon Cozens)
49812              Date: 26 Jun 2000 02:25:59 GMT
49813              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
49814      Branch: cfgperl
49815            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
49816            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
49817            ! proto.h utf8.c
49818 ____________________________________________________________________________
49819 [  6242] By: jhi                                   on 2000/06/27  02:24:00
49820         Log: Subject: [PATCH] bytes<->utf8 fixes
49821              From: simon@brecon.co.uk (Simon Cozens)
49822              Date: 26 Jun 2000 04:55:45 GMT
49823              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
49824      Branch: cfgperl
49825            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
49826 ____________________________________________________________________________
49827 [  6241] By: jhi                                   on 2000/06/27  02:12:42
49828         Log: Do no -warn on \_, only on \alpha.
49829              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
49830              From: David Dyck <dcd@tc.fluke.com>
49831              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
49832              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
49833      Branch: cfgperl
49834            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
49835 ____________________________________________________________________________
49836 [  6240] By: jhi                                   on 2000/06/27  02:00:01
49837         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
49838              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49839              Date: Mon, 26 Jun 2000 18:40:14 +0100
49840              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
49841      Branch: cfgperl
49842            ! utils/h2xs.PL
49843 ____________________________________________________________________________
49844 [  6239] By: jhi                                   on 2000/06/27  01:53:40
49845         Log: Configure maintenance.  Sever some dependency cycles,
49846              separate gccversion from the cc unit,
49847              address [ID 20000623.006] Configure script patch for using gcc on AIX
49848              (but solve it a little bit differently),
49849              unduplex some accidentally duplicated units,
49850              suggest using gcc if no cc available
49851              (p5p thread: "Solaris configure: counterproposal", 1999-09)
49852      Branch: cfgperl
49853            ! Configure Todo-5.6 config_h.SH
49854      Branch: metaconfig
49855            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
49856            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
49857      Branch: metaconfig/U/perl
49858            + gccvers.U
49859            ! d_getespwnam.U d_getprpwnam.U i_prot.U
49860 ____________________________________________________________________________
49861 [  6238] By: jhi                                   on 2000/06/25  18:04:56
49862         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
49863              From: Dan Sugalski <dan@sidhe.org>
49864              Date: Fri, 23 Jun 2000 17:00:00 -0400
49865              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
49866      Branch: cfgperl
49867            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
49868 ____________________________________________________________________________
49869 [  6237] By: jhi                                   on 2000/06/25  16:36:45
49870         Log: Tweak embed.pl, regen headers.
49871      Branch: cfgperl
49872            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
49873            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
49874            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
49875            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
49876            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
49877 ____________________________________________________________________________
49878 [  6236] By: jhi                                   on 2000/06/25  15:26:42
49879         Log: Regen headers.
49880      Branch: cfgperl
49881            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
49882            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
49883            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
49884            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
49885            ! regnodes.h warnings.h
49886 ____________________________________________________________________________
49887 [  6235] By: jhi                                   on 2000/06/23  19:39:35
49888         Log: The thread begun by
49889              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
49890              From: Kevin.Ruscoe@ubsw.com
49891              Date: Fri, 16 Jun 2000 16:38:51 +0100
49892              Message-Id: <H000019b03c300d6@MHS>
49893      Branch: cfgperl
49894            ! hints/solaris_2.sh
49895 ____________________________________________________________________________
49896 [  6234] By: jhi                                   on 2000/06/23  19:23:36
49897         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
49898              because when run as services (Win32ese for daemons)
49899              no environment variables are set and tmpdir ends up as /tmp,
49900              which is ambiguous.
49901              
49902              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
49903              From: matt@sergeant.org
49904              Date: 16 Jun 2000 16:30:43 -0000
49905              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
49906      Branch: cfgperl
49907            ! lib/File/Spec/Win32.pm
49908 ____________________________________________________________________________
49909 [  6233] By: jhi                                   on 2000/06/23  19:18:58
49910         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
49911              From: Mark-Jason Dominus <mjd@plover.com>
49912              Date: Fri, 16 Jun 2000 20:53:04 -0400
49913              Message-ID: <20000617005304.8008.qmail@plover.com>
49914      Branch: cfgperl
49915            ! op.h
49916 ____________________________________________________________________________
49917 [  6232] By: jhi                                   on 2000/06/23  16:10:02
49918         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
49919              From: simon@brecon.co.uk (Simon Cozens)
49920              Date: 19 Jun 2000 15:18:27 GMT
49921              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
49922              
49923              plus update pod/Makefile and regenerate perltoc
49924      Branch: cfgperl
49925            + pod/perlutil.pod
49926            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
49927 ____________________________________________________________________________
49928 [  6231] By: jhi                                   on 2000/06/23  15:19:18
49929         Log: Subject: [PATCH 5.6.0] cygwin port
49930              From: "Fifer, Eric" <EFifer@sanwaint.com>
49931              Date: Tue, 20 Jun 2000 14:30:58 +0100
49932              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
49933      Branch: cfgperl
49934            ! README.cygwin lib/File/Find.pm
49935 ____________________________________________________________________________
49936 [  6230] By: jhi                                   on 2000/06/23  14:25:21
49937         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
49938      Branch: cfgperl
49939            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
49940            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
49941            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49942            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
49943 ____________________________________________________________________________
49944 [  6229] By: jhi                                   on 2000/06/23  14:13:34
49945         Log: Subject: README.hpux version 0.6.1
49946              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
49947              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49948              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
49949      Branch: cfgperl
49950            ! README.hpux
49951 ____________________________________________________________________________
49952 [  6228] By: jhi                                   on 2000/06/23  14:07:20
49953         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
49954              From: Doug MacEachern <dougm@covalent.net>
49955              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
49956              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
49957      Branch: cfgperl
49958            ! op.c
49959 ____________________________________________________________________________
49960 [  6227] By: jhi                                   on 2000/06/23  14:01:06
49961         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
49962              From: Doug MacEachern <dougm@covalent.net>
49963              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
49964              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
49965      Branch: cfgperl
49966            + lib/lib.pm.PL
49967            - lib/lib.pm
49968            ! MANIFEST Makefile.SH
49969 ____________________________________________________________________________
49970 [  6226] By: jhi                                   on 2000/06/23  13:53:07
49971         Log: Subject: [PATCH] remove forward declarations in Socket.pm
49972              From: Doug MacEachern <dougm@covalent.net>
49973              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
49974              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
49975              
49976              From: Doug MacEachern <dougm@covalent.net>
49977              Subject: Re: [PATCH] remove forward declarations in Socket.pm
49978              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
49979              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
49980      Branch: cfgperl
49981            ! ext/Socket/Socket.pm op.c
49982 ____________________________________________________________________________
49983 [  6225] By: jhi                                   on 2000/06/23  13:41:52
49984         Log: Add source code filenames to apidoc.
49985              From: simon@brecon.co.uk (Simon Cozens)
49986              Subject: [PATCH embed.pl] Source X-ref
49987              Date: 22 Jun 2000 02:18:49 GMT
49988              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
49989      Branch: cfgperl
49990            ! embed.pl
49991 ____________________________________________________________________________
49992 [  6224] By: jhi                                   on 2000/06/23  13:32:33
49993         Log: A way to avoid English.pm performance hit.
49994              From: root <root@jester.slaysys.com>
49995              Subject: [YAPATCH English.pm] My turn to putt again
49996              Date: Thu, 22 Jun 2000 20:33:58 -0400
49997              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
49998      Branch: cfgperl
49999            ! lib/English.pm t/lib/english.t
50000 ____________________________________________________________________________
50001 [  6223] By: jhi                                   on 2000/06/23  13:27:06
50002         Log: Avoid double close().
50003              Subject: [PATCH] avoid double close()
50004              From: Doug MacEachern <dougm@covalent.net>
50005              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
50006              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
50007      Branch: cfgperl
50008            ! doio.c
50009 ____________________________________________________________________________
50010 [  6222] By: jhi                                   on 2000/06/23  13:25:54
50011         Log: doc typo fix
50012              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
50013              From: Ian Phillipps <Ian.Phillipps@iname.com>
50014              Date: Fri, 23 Jun 2000 10:40:58 +0100
50015              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
50016      Branch: cfgperl
50017            ! lib/Pod/Usage.pm
50018 ____________________________________________________________________________
50019 [  6221] By: jhi                                   on 2000/06/23  13:24:15
50020         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
50021              From: simon@brecon.co.uk (Simon Cozens)
50022              Subject: [PATCH] Eliminate tr///[CU][CU]
50023              Date: 23 Jun 2000 11:05:40 GMT
50024              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
50025      Branch: cfgperl
50026            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
50027 ____________________________________________________________________________
50028 [  6220] By: jhi                                   on 2000/06/22  16:07:51
50029         Log: Win32 patches from Benjamin Stuhl.
50030      Branch: cfgperl
50031            ! makedef.pl win32/win32.h
50032 ____________________________________________________________________________
50033 [  6219] By: jhi                                   on 2000/06/22  16:06:34
50034         Log: Bytecode patches from Benjamin Stuhl.
50035      Branch: cfgperl
50036            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50037            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50038            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50039 ____________________________________________________________________________
50040 [  6218] By: jhi                                   on 2000/06/15  23:54:16
50041         Log: Bytecode patches from Benjamin Stuhl.
50042      Branch: cfgperl
50043            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50044 ____________________________________________________________________________
50045 [  6217] By: jhi                                   on 2000/06/09  13:38:29
50046         Log: Rename the fdpid locking and integrate with Sarathy.
50047      Branch: cfgperl
50048            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
50049            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
50050            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
50051            ! win32/win32.c
50052           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
50053 ____________________________________________________________________________
50054 [  6216] By: gsar                                  on 2000/06/08  14:54:21
50055         Log: be more optimal about clearing @_
50056      Branch: perl
50057            ! cop.h
50058 ____________________________________________________________________________
50059 [  6215] By: gsar                                  on 2000/06/08  14:33:04
50060         Log: tweak comment about @DB::args
50061      Branch: perl
50062            ! av.h pp_ctl.c
50063 ____________________________________________________________________________
50064 [  6214] By: gsar                                  on 2000/06/08  13:57:54
50065         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
50066              caller() wants to populate @DB::args with it (causes a coredump
50067              in Carp::confess())
50068      Branch: perl
50069            ! cop.h t/op/runlevel.t
50070 ____________________________________________________________________________
50071 [  6213] By: gsar                                  on 2000/06/08  07:06:35
50072         Log: back out change#6106 (seems problematic)
50073      Branch: perl
50074            ! hints/solaris_2.sh
50075 ____________________________________________________________________________
50076 [  6212] By: jhi                                   on 2000/06/07  03:10:36
50077         Log: Continuing mopup for #6204.
50078      Branch: cfgperl
50079            ! ext/B/defsubs_h.PL
50080 ____________________________________________________________________________
50081 [  6211] By: jhi                                   on 2000/06/07  02:41:50
50082         Log: Mopup for #6204.
50083              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
50084              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
50085              This is comes from const() where POK isn't on when expected.
50086      Branch: cfgperl
50087            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
50088            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50089            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50090            ! perlapi.h pod/perlapi.pod
50091 ____________________________________________________________________________
50092 [  6210] By: jhi                                   on 2000/06/07  01:56:29
50093         Log: Mopup for #6207 and #6209.
50094      Branch: cfgperl
50095            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
50096 ____________________________________________________________________________
50097 [  6209] By: jhi                                   on 2000/06/07  01:33:12
50098         Log: Lock PL_fdpid against race conditions, based on:
50099              Subject: [PATCH 5.6.0]subprocess fixup for threads
50100              From: Dan Sugalski <dan@sidhe.org>
50101              To: perl5-porters@perl.org
50102              Date: Tue, 11 Apr 2000 17:02:32 -0400
50103              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
50104      Branch: cfgperl
50105            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
50106            ! win32/win32.c
50107 ____________________________________________________________________________
50108 [  6208] By: jhi                                   on 2000/06/07  01:05:23
50109         Log: Regen headers for #6207.
50110      Branch: cfgperl
50111            ! embed.h global.sym objXSUB.h proto.h
50112 ____________________________________________________________________________
50113 [  6207] By: jhi                                   on 2000/06/06  23:43:13
50114         Log: Subject: [PATCH 5.6.0] Threadsafe patches
50115              From: Dan Sugalski <dan@sidhe.org>
50116              To: perl5-porters@perl.org
50117              Date: Mon, 08 May 2000 18:08:13 -0400
50118              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
50119      Branch: cfgperl
50120            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
50121            ! proto.h sv.h util.c
50122 ____________________________________________________________________________
50123 [  6206] By: jhi                                   on 2000/06/06  23:21:23
50124         Log: Subject: [PATCH] Eliminate $a/$b in pod
50125              From: David Glasser <me@davidglasser.net>
50126              To: perl5-porters@perl.org
50127              Date: Mon, 29 May 2000 21:15:59 -0400
50128              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
50129      Branch: cfgperl
50130            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
50131            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
50132            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
50133            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
50134            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
50135            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
50136            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
50137            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
50138            ! pod/perlvar.pod pod/perlxs.pod
50139 ____________________________________________________________________________
50140 [  6205] By: jhi                                   on 2000/06/06  23:12:14
50141         Log: Subject: [PATCH] Win32 improvements
50142              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50143              To: gsar@activestate.com, perl5-porters@perl.org
50144              Date: Mon, 29 May 2000 17:22:24 PDT
50145              Message-ID: <20000530002224.91142.qmail@hotmail.com>
50146              (MUA had mangled many lines by wordwrapping)
50147      Branch: cfgperl
50148            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
50149 ____________________________________________________________________________
50150 [  6204] By: jhi                                   on 2000/06/06  23:01:50
50151         Log: Subject: [PATCH] B::Bytecode patches
50152              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50153              To: gsar@activestate.com, jhi@iki.fi
50154              Cc: perl5-porters@perl.org
50155              Message-ID: <20000602202526.48694.qmail@hotmail.com>
50156              (MUA had mangled many lines by wordwrapping)
50157      Branch: cfgperl
50158            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
50159            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
50160            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50161            ! intrpvar.h perl.c
50162 ____________________________________________________________________________
50163 [  6203] By: jhi                                   on 2000/06/06  22:32:43
50164         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
50165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50166              Date: Tue, 06 Jun 2000 13:07:45 -0700
50167              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
50168      Branch: cfgperl
50169            ! pod/perldiag.pod
50170 ____________________________________________________________________________
50171 [  6202] By: jhi                                   on 2000/06/06  19:38:35
50172         Log: Integrate with Sarathy.
50173      Branch: cfgperl
50174           !> perl.c
50175 ____________________________________________________________________________
50176 [  6201] By: gsar                                  on 2000/06/06  00:42:59
50177         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
50178              does a PUSHMARK that's never ever POPMARKed; in general, only
50179              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
50180              Perl_eval_[sp]v() don't because they don't take any incoming
50181              arguments (this leak has been around since the original version
50182              of perl_eval_pv() in 5.003_97e)
50183      Branch: perl
50184            ! perl.c
50185 ____________________________________________________________________________
50186 [  6200] By: jhi                                   on 2000/06/04  03:44:52
50187         Log: Update to cperl-mode.el 4.31 from
50188              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50189              Subject: A couple of notes
50190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50191              To: Mailing list Perl5 <perl5-porters@perl.org>
50192              Date: Sat, 3 Jun 2000 23:33:32 -0400
50193              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50194      Branch: cfgperl
50195            ! emacs/cperl-mode.el
50196 ____________________________________________________________________________
50197 [  6199] By: jhi                                   on 2000/06/03  15:11:05
50198         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
50199              From: Dan Sugalski <dan@sidhe.org>
50200              To: perl5-porters@perl.org, vmsperl@perl.org
50201              Date: Fri, 02 Jun 2000 17:30:51 -0400
50202              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50203      Branch: cfgperl
50204            ! vms/descrip_mms.template vms/gen_shrfls.pl
50205 ____________________________________________________________________________
50206 [  6198] By: jhi                                   on 2000/06/03  14:59:15
50207         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
50208              From: Dan Sugalski <dan@sidhe.org>
50209              To: vmsperl@perl.org, perl5-porters@perl.org
50210              Date: Fri, 02 Jun 2000 16:00:41 -0400
50211              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
50212              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
50213      Branch: cfgperl
50214            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
50215            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
50216            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
50217 ____________________________________________________________________________
50218 [  6197] By: jhi                                   on 2000/06/03  14:41:30
50219         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
50220              From: John Borwick <jhborwic@unity.ncsu.edu>
50221              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
50222              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
50223      Branch: cfgperl
50224            ! pod/perlsyn.pod
50225 ____________________________________________________________________________
50226 [  6196] By: jhi                                   on 2000/06/03  14:38:09
50227         Log: Integrate with Sarathy.
50228      Branch: cfgperl
50229           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50230           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50231           !> vms/perly_c.vms
50232 ____________________________________________________________________________
50233 [  6195] By: gsar                                  on 2000/06/02  22:43:13
50234         Log: fix yet another eval"" leak under USE_ITHREADS
50235      Branch: perl
50236            ! op.c
50237 ____________________________________________________________________________
50238 [  6194] By: gsar                                  on 2000/06/02  18:22:06
50239         Log: fix small eval"" memory leaks under USE_ITHREADS
50240      Branch: perl
50241            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50242            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50243            ! vms/perly_c.vms
50244 ____________________________________________________________________________
50245 [  6193] By: jhi                                   on 2000/06/01  13:03:56
50246         Log: Signals-be-gone for microperl.
50247      Branch: cfgperl
50248            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
50249 ____________________________________________________________________________
50250 [  6192] By: jhi                                   on 2000/06/01  12:52:02
50251         Log: Integrate with Sarathy.
50252      Branch: cfgperl
50253           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
50254           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
50255           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
50256           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50257           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
50258           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
50259           !> t/op/vec.t utils/h2xs.PL
50260 ____________________________________________________________________________
50261 [  6191] By: gsar                                  on 2000/06/01  09:38:21
50262         Log: vec() loses numericalness (modified version of patch suggested
50263              by Robin Barker)
50264      Branch: perl
50265            ! doop.c t/op/vec.t
50266 ____________________________________________________________________________
50267 [  6190] By: gsar                                  on 2000/06/01  09:26:15
50268         Log: submit missing embed.pl change
50269      Branch: perl
50270            ! embed.pl
50271 ____________________________________________________________________________
50272 [  6189] By: gsar                                  on 2000/06/01  09:05:34
50273         Log: counting tr/// corrupts later operation (from M.J.T Guy)
50274      Branch: perl
50275            ! doop.c t/op/tr.t
50276 ____________________________________________________________________________
50277 [  6188] By: gsar                                  on 2000/06/01  08:58:39
50278         Log: h2xs tweaks
50279      Branch: perl
50280            ! utils/h2xs.PL
50281 ____________________________________________________________________________
50282 [  6187] By: gsar                                  on 2000/06/01  08:50:07
50283         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
50284              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50285      Branch: perl
50286            + lib/Pod/LaTeX.pm
50287            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
50288            ! pod/pod2latex.PL
50289 ____________________________________________________________________________
50290 [  6186] By: gsar                                  on 2000/06/01  08:24:40
50291         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
50292              <wolfgang.laun@alcatel.at>)
50293      Branch: perl
50294            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50295            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
50296 ____________________________________________________________________________
50297 [  6185] By: gsar                                  on 2000/06/01  08:12:00
50298         Log: remove incorrect documentation about implicit split to @_ in
50299              list context, which never really worked in perl 5 (from
50300              M.J.T. Guy)
50301      Branch: perl
50302            ! pod/perlfunc.pod pod/perltrap.pod
50303 ____________________________________________________________________________
50304 [  6184] By: gsar                                  on 2000/06/01  07:52:27
50305         Log: tweak for change#6127
50306      Branch: perl
50307            ! perl.c
50308 ____________________________________________________________________________
50309 [  6183] By: gsar                                  on 2000/06/01  07:41:02
50310         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
50311              <nick@ccl4.org>)
50312      Branch: perl
50313            + t/lib/selfloader.t
50314            ! MANIFEST lib/SelfLoader.pm
50315 ____________________________________________________________________________
50316 [  6182] By: jhi                                   on 2000/06/01  00:34:42
50317         Log: Be Cleaner Part Deux.
50318      Branch: cfgperl
50319            ! Makefile.SH
50320 ____________________________________________________________________________
50321 [  6181] By: jhi                                   on 2000/06/01  00:32:09
50322         Log: Integrate with Sarathy.
50323      Branch: cfgperl
50324           !> pp.c t/op/arith.t
50325 ____________________________________________________________________________
50326 [  6180] By: jhi                                   on 2000/06/01  00:31:13
50327         Log: microperl nits from Simon Cozens.
50328      Branch: cfgperl
50329            + uconfig.h
50330            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
50331            ! unixish.h
50332 ____________________________________________________________________________
50333 [  6179] By: gsar                                  on 2000/05/31  22:37:51
50334         Log: buggy modulus on UVs introduced by change#3378 (resulted in
50335              4063328477 % 65535 amounting to 27406, instead of 27407)
50336      Branch: perl
50337            ! pp.c t/op/arith.t
50338 ____________________________________________________________________________
50339 [  6178] By: jhi                                   on 2000/05/31  21:52:41
50340         Log: Be cleaner.
50341      Branch: cfgperl
50342            ! Makefile.SH
50343 ____________________________________________________________________________
50344 [  6177] By: jhi                                   on 2000/05/31  21:47:33
50345         Log: Substitution utf8 patch from Simon Cozens.
50346      Branch: cfgperl
50347            ! pp_hot.c
50348 ____________________________________________________________________________
50349 [  6176] By: jhi                                   on 2000/05/31  21:45:34
50350         Log: Single-quoted utf8 patch from Simon Cozens.
50351      Branch: cfgperl
50352            ! toke.c
50353 ____________________________________________________________________________
50354 [  6175] By: jhi                                   on 2000/05/31  21:40:18
50355         Log: Integrate with Sarathy.
50356      Branch: cfgperl
50357           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
50358 ____________________________________________________________________________
50359 [  6174] By: jhi                                   on 2000/05/31  21:37:31
50360         Log: microperl changes from Simon Cozens; Makefile for microperl
50361              written from scratch; few casts added as microperl compilation
50362              doesn't have all prototypes available.
50363      Branch: cfgperl
50364            + Makefile.micro README.micro Todo.micro uconfig.sh
50365            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
50366            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
50367      Branch: metaconfig
50368            + U/modified/Config_h.U
50369 ____________________________________________________________________________
50370 [  6173] By: jhi                                   on 2000/05/31  20:00:24
50371         Log: metaconfig maintenance.
50372      Branch: metaconfig
50373            + U/modified/Inhdr.U U/typedefs/inotype.U
50374      Branch: metaconfig/U/perl
50375            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
50376            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
50377 ____________________________________________________________________________
50378 [  6172] By: gsar                                  on 2000/05/31  05:05:42
50379         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
50380              (from Ilya Zakharevich)
50381      Branch: perl
50382            ! regexec.c t/op/re_tests
50383 ____________________________________________________________________________
50384 [  6171] By: gsar                                  on 2000/05/31  05:01:47
50385         Log: scalar() doesn't force scalar context when used in void context
50386              (from Simon Cozens)
50387      Branch: perl
50388            ! op.c t/op/wantarray.t
50389 ____________________________________________________________________________
50390 [  6170] By: gsar                                  on 2000/05/31  04:41:33
50391         Log: change#6142 needs tweaks to tests to work where there's no symlink()
50392              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50393      Branch: perl
50394            ! t/lib/filefind.t
50395 ____________________________________________________________________________
50396 [  6169] By: gsar                                  on 2000/05/31  04:29:49
50397         Log: integrate cfgperl contents into mainline
50398      Branch: perl
50399           +> pod/perlmodlib.PL pod/perlnewmod.pod
50400           !> (integrate 42 files)
50401 ____________________________________________________________________________
50402 [  6168] By: jhi                                   on 2000/05/30  22:53:37
50403         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
50404      Branch: cfgperl
50405            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50406            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
50407            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
50408            ! win32/config.bc win32/config.gc win32/config.vc
50409            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50410            ! win32/config_h.PL win32/config_sh.PL
50411      Branch: metaconfig/U/perl
50412            ! perlxv.U
50413 ____________________________________________________________________________
50414 [  6167] By: jhi                                   on 2000/05/30  22:20:21
50415         Log: tweak todo 
50416      Branch: cfgperl
50417            ! Todo-5.6
50418 ____________________________________________________________________________
50419 [  6166] By: jhi                                   on 2000/05/30  22:11:51
50420         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
50421              in case somebody wants to write an extension for more
50422              shadow database interfaces.
50423      Branch: cfgperl
50424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50425            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
50426            ! vos/config.def vos/config.h vos/config_h.SH_orig
50427            ! win32/config.bc win32/config.gc win32/config.vc
50428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50429      Branch: metaconfig
50430            ! U/modified/Myinit.U
50431      Branch: metaconfig/U/perl
50432            + d_getespwnam.U d_getprpwnam.U i_prot.U
50433 ____________________________________________________________________________
50434 [  6165] By: jhi                                   on 2000/05/30  18:35:34
50435         Log: Integrate with Sarathy.
50436      Branch: cfgperl
50437           !> op.c
50438 ____________________________________________________________________________
50439 [  6164] By: jhi                                   on 2000/05/30  18:30:16
50440         Log: detypo
50441      Branch: cfgperl
50442            ! Configure config_h.SH
50443      Branch: metaconfig/U/perl
50444            ! perlxv.U
50445 ____________________________________________________________________________
50446 [  6163] By: gsar                                  on 2000/05/30  03:24:03
50447         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
50448      Branch: perl
50449            ! op.c
50450 ____________________________________________________________________________
50451 [  6162] By: gsar                                  on 2000/05/30  03:09:38
50452         Log: fix memory leak in method call optimization (change#3768);
50453              made C<eval "$x->foo()"> leak
50454      Branch: perl
50455            ! op.c
50456 ____________________________________________________________________________
50457 [  6161] By: jhi                                   on 2000/05/29  17:56:26
50458         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
50459              both from Simon Cozens.
50460      Branch: cfgperl
50461            + pod/perlmodlib.PL pod/perlnewmod.pod
50462            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
50463            ! pod/perlmodlib.pod pod/perltoc.pod
50464 ____________________________________________________________________________
50465 [  6160] By: jhi                                   on 2000/05/29  17:23:55
50466         Log: Changes for the File::Temp 0.08 (change #6159) test suite
50467              to fit better into the Perl distribution test framework.
50468      Branch: cfgperl
50469            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
50470            ! t/lib/ftmp-tempfile.t
50471 ____________________________________________________________________________
50472 [  6159] By: jhi                                   on 2000/05/29  16:55:36
50473         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
50474      Branch: cfgperl
50475            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50476            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50477 ____________________________________________________________________________
50478 [  6158] By: bailey                                on 2000/05/29  16:22:08
50479         Log: Add fallback to tmpfile for use in cases where user's relying on
50480              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
50481              Lane's patch)
50482      Branch: vmsperl
50483            ! vms/vms.c vms/vmsish.h
50484 ____________________________________________________________________________
50485 [  6157] By: jhi                                   on 2000/05/29  03:10:36
50486         Log: Regen Configure to jive with #6149.
50487      Branch: cfgperl
50488            ! Configure
50489      Branch: metaconfig
50490            ! U/modified/Getfile.U
50491 ____________________________________________________________________________
50492 [  6156] By: jhi                                   on 2000/05/29  03:01:38
50493         Log: Integrate with Sarathy.
50494      Branch: cfgperl
50495           +> ext/DynaLoader/dl_mac.xs
50496           !> (integrate 38 files)
50497 ____________________________________________________________________________
50498 [  6155] By: gsar                                  on 2000/05/28  21:15:58
50499         Log: small bug in change#6144; remove random \xA0 character that snuck
50500              in via change#6145
50501      Branch: perl
50502            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
50503 ____________________________________________________________________________
50504 [  6154] By: gsar                                  on 2000/05/28  21:04:19
50505         Log: avoid type mismatch warning
50506      Branch: perl
50507            ! perl.c
50508 ____________________________________________________________________________
50509 [  6153] By: gsar                                  on 2000/05/28  20:58:31
50510         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
50511              <nick@Bagpuss.uk.boo.com>)
50512      Branch: perl
50513            ! lib/Test/Harness.pm
50514 ____________________________________________________________________________
50515 [  6152] By: gsar                                  on 2000/05/28  20:53:42
50516         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
50517      Branch: perl
50518            ! regexec.c
50519 ____________________________________________________________________________
50520 [  6151] By: gsar                                  on 2000/05/28  20:50:28
50521         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
50522      Branch: perl
50523            ! regexec.c
50524 ____________________________________________________________________________
50525 [  6150] By: gsar                                  on 2000/05/28  20:39:58
50526         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
50527      Branch: perl
50528            ! pod/perlrequick.pod
50529 ____________________________________________________________________________
50530 [  6149] By: gsar                                  on 2000/05/28  20:35:16
50531         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
50532              <troc@netrus.net>)
50533      Branch: perl
50534            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
50535            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
50536            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
50537            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
50538 ____________________________________________________________________________
50539 [  6148] By: gsar                                  on 2000/05/28  20:21:07
50540         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
50541      Branch: perl
50542            ! lib/ExtUtils/MM_Unix.pm
50543 ____________________________________________________________________________
50544 [  6147] By: gsar                                  on 2000/05/28  20:12:41
50545         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
50546              (from Peter Prymmer)
50547      Branch: perl
50548            ! vms/subconfigure.com
50549 ____________________________________________________________________________
50550 [  6146] By: gsar                                  on 2000/05/28  20:06:15
50551         Log: doc typo
50552      Branch: perl
50553            ! lib/warnings.pm warnings.h warnings.pl
50554 ____________________________________________________________________________
50555 [  6145] By: gsar                                  on 2000/05/28  18:44:33
50556         Log: make xsubpp skip embedded pod (from Matthias Neeracher
50557              <neeri@iis.ee.ethz.ch>)
50558      Branch: perl
50559            ! lib/ExtUtils/xsubpp
50560 ____________________________________________________________________________
50561 [  6144] By: gsar                                  on 2000/05/28  18:42:49
50562         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
50563              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
50564              <neeri@iis.ee.ethz.ch>)
50565      Branch: perl
50566            ! lib/AutoSplit.pm
50567 ____________________________________________________________________________
50568 [  6143] By: gsar                                  on 2000/05/28  18:41:12
50569         Log: MacOS support, part 1 (from Matthias Neeracher
50570              <neeri@iis.ee.ethz.ch>)
50571      Branch: perl
50572            + ext/DynaLoader/dl_mac.xs
50573            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
50574            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
50575            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
50576            ! util.h
50577 ____________________________________________________________________________
50578 [  6142] By: gsar                                  on 2000/05/28  18:21:51
50579         Log: File::Find fails to chdir when chasing symlinks (from
50580              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50581      Branch: perl
50582            ! lib/File/Find.pm t/lib/filefind.t
50583 ____________________________________________________________________________
50584 [  6141] By: jhi                                   on 2000/05/28  14:25:15
50585         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
50586              forwarded by Peter Seebach from the bsdi-users mailing list.
50587              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
50588      Branch: perl
50589            ! hints/bsdos.sh
50590 ____________________________________________________________________________
50591 [  6140] By: jhi                                   on 2000/05/28  14:11:57
50592         Log: Integrate with Sarathy.
50593      Branch: cfgperl
50594           +> (branch 30 files)
50595           !> (integrate 93 files)
50596 ____________________________________________________________________________
50597 [  6139] By: gsar                                  on 2000/05/28  10:01:48
50598         Log: revise mktables.PL for bugs and newness in Unicode 3.0
50599              (from James Bence <jbence@amgen.com>)
50600      Branch: perl
50601            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
50602            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
50603            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
50604            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
50605            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
50606            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
50607            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
50608            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
50609            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
50610            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
50611            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
50612            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
50613            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
50614            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
50615            + lib/unicode/Is/SylWU.pl
50616            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
50617            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50618            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50619            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50620            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50621            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50622            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50623            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50624            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50625            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50626            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50627            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50628            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50629            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50630            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
50631            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
50632            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
50633            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
50634            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
50635            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
50636            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
50637            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
50638            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
50639            ! lib/unicode/Makefile lib/unicode/mktables.PL
50640 ____________________________________________________________________________
50641 [  6138] By: gsar                                  on 2000/05/28  08:50:32
50642         Log: add note about the handling of negative indices to tied arrays
50643              (from Michael G Schwern <schwern@pobox.com>)
50644      Branch: perl
50645            ! pod/perltie.pod
50646 ____________________________________________________________________________
50647 [  6137] By: gsar                                  on 2000/05/28  08:46:10
50648         Log: fix bogus redeclaration warning for "our" variables in different
50649              scopes
50650      Branch: perl
50651            ! op.c t/pragma/strict-vars
50652 ____________________________________________________________________________
50653 [  6136] By: gsar                                  on 2000/05/28  08:31:20
50654         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
50655      Branch: perl
50656            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
50657 ____________________________________________________________________________
50658 [  6135] By: gsar                                  on 2000/05/28  08:17:50
50659         Log: enable Test::Harness to dynamically determine column width etc.
50660              (from Rob Napier <rnapier@employees.org>)
50661      Branch: perl
50662            ! lib/Test/Harness.pm
50663 ____________________________________________________________________________
50664 [  6134] By: gsar                                  on 2000/05/28  08:13:39
50665         Log: make Test::Harness use wait.h/WCOREDUMP if available
50666              (from Ben Tilly <ben_tilly@hotmail.com>)
50667      Branch: perl
50668            ! lib/Test/Harness.pm
50669 ____________________________________________________________________________
50670 [  6133] By: gsar                                  on 2000/05/28  08:08:05
50671         Log: elide bogus test in change#6132
50672      Branch: perl
50673            ! t/pragma/warn/9enabled
50674 ____________________________________________________________________________
50675 [  6132] By: gsar                                  on 2000/05/28  08:03:14
50676         Log: warnings::enabled() doesn't fall back to looking at $^W if
50677              caller isn't using lexical warnings (from Paul Marquess)
50678      Branch: perl
50679            ! pp_ctl.c t/pragma/warn/9enabled
50680 ____________________________________________________________________________
50681 [  6131] By: gsar                                  on 2000/05/28  07:57:47
50682         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
50683      Branch: perl
50684            ! ext/POSIX/POSIX.pm
50685 ____________________________________________________________________________
50686 [  6130] By: gsar                                  on 2000/05/28  07:29:12
50687         Log: fix places that mean C<"word" character> but say C<alphanumeric
50688              character>
50689      Branch: perl
50690            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
50691 ____________________________________________________________________________
50692 [  6129] By: gsar                                  on 2000/05/28  07:18:41
50693         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
50694      Branch: perl
50695            ! vms/test.com
50696 ____________________________________________________________________________
50697 [  6128] By: gsar                                  on 2000/05/28  07:12:55
50698         Log: new perlxstut example for passing/returning refs to arrays
50699              (from David Lowe <dlowe@pootpoot.com>)
50700      Branch: perl
50701            ! pod/perlxstut.pod
50702 ____________________________________________________________________________
50703 [  6127] By: gsar                                  on 2000/05/28  07:02:50
50704         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
50705              failed (from Gisle Aas)
50706      Branch: perl
50707            ! cop.h perl.c
50708 ____________________________________________________________________________
50709 [  6126] By: gsar                                  on 2000/05/28  06:39:53
50710         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
50711              (reworked variant of patch suggested by Simon Cozens)
50712      Branch: perl
50713            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
50714            ! pp_hot.c proto.h t/op/gv.t
50715 ____________________________________________________________________________
50716 [  6125] By: gsar                                  on 2000/05/28  05:14:55
50717         Log: enable propagating exception objects via Perl_croak() in XS code
50718              (from Gisle Aas)
50719      Branch: perl
50720            ! util.c
50721 ____________________________________________________________________________
50722 [  6124] By: gsar                                  on 2000/05/28  05:07:28
50723         Log: integrate vmsperl contents into mainline
50724      Branch: perl
50725           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
50726           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
50727           !> vms/vmsish.h
50728 ____________________________________________________________________________
50729 [  6123] By: gsar                                  on 2000/05/28  05:03:53
50730         Log: clarify gotcha with #line directives (from Rocco Caputo
50731              <troc@netrus.net>)
50732      Branch: perl
50733            ! pod/perldebug.pod pod/perlsyn.pod
50734 ____________________________________________________________________________
50735 [  6122] By: gsar                                  on 2000/05/28  04:58:29
50736         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
50737              (from Mark-Jason Dominus)
50738      Branch: perl
50739            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
50740            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
50741            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
50742            ! toke.c
50743 ____________________________________________________________________________
50744 [  6121] By: bailey                                on 2000/05/25  04:46:54
50745         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
50746              lists (based on fixes by Craig Berry)
50747      Branch: vmsperl
50748            ! lib/File/Spec/VMS.pm
50749 ____________________________________________________________________________
50750 [  6120] By: bailey                                on 2000/05/25  04:25:38
50751         Log: Add missing escape (Charles Lane)
50752      Branch: vmsperl
50753            ! t/op/lex_assign.t
50754 ____________________________________________________________________________
50755 [  6119] By: bailey                                on 2000/05/25  04:21:25
50756         Log: Quiet error messages in vmsish.t (Charles Lane)
50757      Branch: vmsperl
50758            ! vms/ext/vmsish.t
50759 ____________________________________________________________________________
50760 [  6118] By: bailey                                on 2000/05/25  04:17:57
50761         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
50762              Flatten case labels in switch statements uniformly (Charles Bailey)
50763      Branch: vmsperl
50764            ! vms/vms.c
50765 ____________________________________________________________________________
50766 [  6117] By: bailey                                on 2000/05/25  03:58:09
50767         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
50768      Branch: vmsperl
50769            ! vms/vmsish.h
50770 ____________________________________________________________________________
50771 [  6116] By: bailey                                on 2000/05/25  03:11:15
50772         Log: Miscellaneous cosmetic fixes (Charles Lane)
50773      Branch: vmsperl
50774            ! lib/ExtUtils/MM_VMS.pm
50775 ____________________________________________________________________________
50776 [  6115] By: bailey                                on 2000/05/25  03:10:36
50777         Log: Add bounds checking for several strings (Charles Lane)
50778      Branch: vmsperl
50779            ! vms/vms.c
50780 ____________________________________________________________________________
50781 [  6114] By: bailey                                on 2000/05/25  02:25:34
50782         Log: Urk -- undo previous removal of vmsish 'exit' change
50783      Branch: vmsperl
50784            ! vms/ext/vmsish.pm vms/vmsish.h
50785 ____________________________________________________________________________
50786 [  6113] By: bailey                                on 2000/05/24  02:24:40
50787         Log: Ugly workaround for version-specific RTL error
50788      Branch: vmsperl
50789            ! vms/vms.c
50790 ____________________________________________________________________________
50791 [  6112] By: bailey                                on 2000/05/24  02:19:55
50792         Log: Check for existence of file before trying to delete
50793      Branch: vmsperl
50794            ! vms/test.com
50795 ____________________________________________________________________________
50796 [  6111] By: bailey                                on 2000/05/23  23:35:13
50797         Log: Resync with mainline prior to post-5.6.0 updates
50798      Branch: vmsperl
50799           +> (branch 49 files)
50800            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
50801            ! vms/ext/vmsish.pm
50802           !> (integrate 334 files)
50803 ____________________________________________________________________________
50804 [  6110] By: jhi                                   on 2000/05/23  19:28:32
50805         Log: todo tweak
50806      Branch: cfgperl
50807            ! Todo-5.6
50808 ____________________________________________________________________________
50809 [  6109] By: jhi                                   on 2000/05/18  17:38:54
50810         Log: Integrate with Sarathy.
50811      Branch: cfgperl
50812           !> mg.c perl.h win32/perlhost.h
50813 ____________________________________________________________________________
50814 [  6108] By: gsar                                  on 2000/05/17  02:24:56
50815         Log: reenable fake signal handling on Windows, bugs and all
50816      Branch: perl
50817            ! mg.c perl.h win32/perlhost.h
50818 ____________________________________________________________________________
50819 [  6107] By: jhi                                   on 2000/05/15  18:01:41
50820         Log: Tweak the todo list.
50821      Branch: cfgperl
50822            ! Todo-5.6
50823 ____________________________________________________________________________
50824 [  6106] By: jhi                                   on 2000/05/15  13:41:48
50825         Log: The (Configure) script refuses to go on, after asking for
50826              'You may also choose to try maximal 64-bitness....'.
50827              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
50828              -- Patrick Zima
50829              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
50830      Branch: cfgperl
50831            ! hints/solaris_2.sh
50832 ____________________________________________________________________________
50833 [  6105] By: jhi                                   on 2000/05/11  14:37:43
50834         Log: Integrate with Sarathy.
50835      Branch: cfgperl
50836           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
50837           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
50838 ____________________________________________________________________________
50839 [  6104] By: gsar                                  on 2000/05/11  03:39:07
50840         Log: PL_sys_intern was being initialized too late on windows
50841      Branch: perl
50842            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
50843            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
50844 ____________________________________________________________________________
50845 [  6103] By: jhi                                   on 2000/05/09  19:42:20
50846         Log: Test tweaking for Unicos continues.
50847      Branch: cfgperl
50848            ! t/op/64bitint.t
50849 ____________________________________________________________________________
50850 [  6102] By: jhi                                   on 2000/05/09  16:47:27
50851         Log: The test suite tweak in #6101 wasn't quite right.
50852      Branch: cfgperl
50853            ! t/lib/complex.t
50854 ____________________________________________________________________________
50855 [  6101] By: jhi                                   on 2000/05/09  15:35:34
50856         Log: Hints and test tweaks for Unicos.
50857      Branch: cfgperl
50858            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
50859 ____________________________________________________________________________
50860 [  6100] By: jhi                                   on 2000/05/08  21:15:06
50861         Log: More compilation tweakery from Allen Smith.
50862      Branch: cfgperl
50863            ! hints/irix_6.sh
50864 ____________________________________________________________________________
50865 [  6099] By: jhi                                   on 2000/05/08  19:21:18
50866         Log: Tweaks for the cc bugs from Allen Smith.
50867      Branch: cfgperl
50868            ! hints/irix_6.sh
50869 ____________________________________________________________________________
50870 [  6098] By: jhi                                   on 2000/05/08  19:13:37
50871         Log: Add a note about other, yet unsupported, shadow password APIs.
50872      Branch: cfgperl
50873            ! pp_sys.c
50874 ____________________________________________________________________________
50875 [  6097] By: jhi                                   on 2000/05/08  18:46:34
50876         Log: Add a note about possible compilation problems from Allen Smith.
50877      Branch: cfgperl
50878            ! hints/irix_6.sh
50879 ____________________________________________________________________________
50880 [  6096] By: jhi                                   on 2000/05/08  17:33:10
50881         Log: Integrate with Sarathy.
50882      Branch: cfgperl
50883           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
50884           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
50885 ____________________________________________________________________________
50886 [  6095] By: jhi                                   on 2000/05/08  16:21:33
50887         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
50888              might be useful in future.
50889      Branch: cfgperl
50890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50891            ! config_h.SH
50892      Branch: metaconfig
50893            ! U/installdirs/inc_version_list.U
50894      Branch: metaconfig/U/perl
50895            ! perlxv.U
50896 ____________________________________________________________________________
50897 [  6094] By: gsar                                  on 2000/05/08  14:22:22
50898         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
50899      Branch: perl
50900            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
50901            ! hints/cygwin.sh pp_sys.c
50902 ____________________________________________________________________________
50903 [  6093] By: gsar                                  on 2000/05/08  12:52:28
50904         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
50905              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
50906      Branch: perl
50907            ! pp_sys.c sv.c win32/perlhost.h
50908 ____________________________________________________________________________
50909 [  6092] By: jhi                                   on 2000/05/07  22:40:34
50910         Log: Regen perltoc with the fixed buildtoc.
50911      Branch: cfgperl
50912            ! pod/perltoc.pod
50913 ____________________________________________________________________________
50914 [  6091] By: jhi                                   on 2000/05/07  22:24:16
50915         Log: Integrate with Sarathy.
50916      Branch: cfgperl
50917           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
50918           !> t/op/substr.t toke.c
50919 ____________________________________________________________________________
50920 [  6090] By: gsar                                  on 2000/05/07  19:47:07
50921         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
50922              [NI]OK; added tests for both
50923      Branch: perl
50924            ! perl.c pp_hot.c sv.c t/op/substr.t
50925 ____________________________________________________________________________
50926 [  6089] By: gsar                                  on 2000/05/07  18:18:38
50927         Log: buildtoc tweak to fix newline lossage
50928      Branch: perl
50929            ! pod/buildtoc
50930 ____________________________________________________________________________
50931 [  6088] By: jhi                                   on 2000/05/07  16:35:36
50932         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
50933              because we do not use those.  The HAS_GETSPNAM remains,
50934              though, because we still do use that.
50935      Branch: cfgperl
50936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50937            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
50938            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
50939            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
50940            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50941            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
50942 ____________________________________________________________________________
50943 [  6087] By: gsar                                  on 2000/05/07  16:05:16
50944         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
50945      Branch: perl
50946            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
50947 ____________________________________________________________________________
50948 [  6086] By: jhi                                   on 2000/05/07  15:27:07
50949         Log: Integrate with Sarathy.
50950      Branch: cfgperl
50951           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50952           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50953           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
50954           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
50955           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
50956           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
50957 ____________________________________________________________________________
50958 [  6085] By: gsar                                  on 2000/05/07  05:52:02
50959         Log: repeat operator (x) doesn't preserve utf8-ness
50960      Branch: perl
50961            ! pp.c t/op/substr.t
50962 ____________________________________________________________________________
50963 [  6084] By: gsar                                  on 2000/05/07  05:39:55
50964         Log: substr() does not preserve utf8-ness (from Stefan Eissing
50965              <Eissing@medicaldataservice.de>); added tests
50966      Branch: perl
50967            ! pp.c t/op/substr.t
50968 ____________________________________________________________________________
50969 [  6083] By: gsar                                  on 2000/05/07  05:24:46
50970         Log: note about undocumented caller() return value (from M.J.T. Guy);
50971              yet another peek.t tweak
50972      Branch: perl
50973            ! pod/perlfunc.pod t/lib/peek.t
50974 ____________________________________________________________________________
50975 [  6082] By: gsar                                  on 2000/05/07  05:08:40
50976         Log: peek.t non-portable to ithreads
50977      Branch: perl
50978            ! t/lib/peek.t
50979 ____________________________________________________________________________
50980 [  6081] By: gsar                                  on 2000/05/07  04:17:04
50981         Log: better default perlbug categories for ok reports (from Richard Foley)
50982      Branch: perl
50983            ! utils/perlbug.PL
50984 ____________________________________________________________________________
50985 [  6080] By: gsar                                  on 2000/05/07  04:08:07
50986         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
50987              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50988      Branch: perl
50989            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50990            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50991            ! AUTHORS MAINTAIN MANIFEST
50992 ____________________________________________________________________________
50993 [  6079] By: gsar                                  on 2000/05/07  04:01:38
50994         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
50995      Branch: perl
50996            ! lib/Carp/Heavy.pm
50997 ____________________________________________________________________________
50998 [  6078] By: gsar                                  on 2000/05/07  01:24:19
50999         Log: workaround for CRT bug in chdir() (from Charles Lane, via
51000              Peter Prymmer)
51001      Branch: perl
51002            ! iperlsys.h vms/vms.c vms/vmsish.h
51003 ____________________________________________________________________________
51004 [  6077] By: gsar                                  on 2000/05/07  01:22:23
51005         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51006              and Tom Phoenix)
51007      Branch: perl
51008            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
51009 ____________________________________________________________________________
51010 [  6076] By: gsar                                  on 2000/05/06  17:36:29
51011         Log: integrate cfgperl contents into mainline
51012      Branch: perl
51013           +> t/lib/peek.t
51014           !> Configure MANIFEST Porting/Glossary Porting/config.sh
51015           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
51016           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
51017           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
51018 ____________________________________________________________________________
51019 [  6075] By: jhi                                   on 2000/05/05  18:56:10
51020         Log: Make the test more portable.
51021      Branch: cfgperl
51022            ! t/lib/peek.t
51023 ____________________________________________________________________________
51024 [  6074] By: jhi                                   on 2000/05/05  18:49:20
51025         Log: Introduce t/lib/peek.t.
51026      Branch: cfgperl
51027            + t/lib/peek.t
51028            ! MANIFEST
51029 ____________________________________________________________________________
51030 [  6073] By: jhi                                   on 2000/05/05  14:30:45
51031         Log: Complex tweaks.
51032      Branch: cfgperl
51033            ! lib/Math/Complex.pm t/lib/complex.t
51034 ____________________________________________________________________________
51035 [  6072] By: jhi                                   on 2000/05/05  12:27:13
51036         Log: Integrate with Sarathy.
51037      Branch: cfgperl
51038           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51039           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51040           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51041           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51042 ____________________________________________________________________________
51043 [  6071] By: gsar                                  on 2000/05/05  02:24:46
51044         Log: misformatted perllocal.pod (from Tim Jenness
51045              <t.jenness@jach.hawaii.edu>)
51046      Branch: perl
51047            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51048 ____________________________________________________________________________
51049 [  6070] By: gsar                                  on 2000/05/05  02:16:52
51050         Log: remove misleading comment (from M.J.T. Guy)
51051      Branch: perl
51052            ! t/lib/anydbm.t
51053 ____________________________________________________________________________
51054 [  6069] By: gsar                                  on 2000/05/05  02:15:13
51055         Log: File::Spec compatibility update (from Barrie Slaymaker
51056              <barries@slaysys.com>)
51057      Branch: perl
51058            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51059            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51060 ____________________________________________________________________________
51061 [  6068] By: gsar                                  on 2000/05/05  02:01:50
51062         Log: note about values()
51063      Branch: perl
51064            ! pod/perlfunc.pod
51065 ____________________________________________________________________________
51066 [  6067] By: gsar                                  on 2000/05/05  01:33:09
51067         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
51068      Branch: perl
51069            ! win32/win32.c
51070 ____________________________________________________________________________
51071 [  6066] By: gsar                                  on 2000/05/05  01:23:43
51072         Log: s/END/CHECK/
51073      Branch: perl
51074            ! perl.c
51075 ____________________________________________________________________________
51076 [  6065] By: jhi                                   on 2000/05/04  17:30:22
51077         Log: Integrate with Sarathy.
51078      Branch: cfgperl
51079           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
51080 ____________________________________________________________________________
51081 [  6064] By: gsar                                  on 2000/05/04  17:26:14
51082         Log: change#5905 wasn't quite right--it's intent only applies when arguments
51083              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
51084      Branch: perl
51085            ! pp_sys.c sv.c
51086 ____________________________________________________________________________
51087 [  6063] By: gsar                                  on 2000/05/04  16:52:29
51088         Log: tokeq() could read unallocated field in argument
51089      Branch: perl
51090            ! toke.c
51091 ____________________________________________________________________________
51092 [  6062] By: gsar                                  on 2000/05/04  16:34:51
51093         Log: additional tests for utf8.t
51094      Branch: perl
51095            ! t/pragma/utf8.t
51096 ____________________________________________________________________________
51097 [  6061] By: gsar                                  on 2000/05/04  16:09:28
51098         Log: change#5921 neglected to make eq honor "use bytes"
51099      Branch: perl
51100            ! sv.c
51101 ____________________________________________________________________________
51102 [  6060] By: jhi                                   on 2000/05/04  15:30:16
51103         Log: Integrate with Sarathy.
51104      Branch: cfgperl
51105           !> perl.c regcomp.c t/pragma/utf8.t
51106 ____________________________________________________________________________
51107 [  6059] By: jhi                                   on 2000/05/04  15:26:37
51108         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51109              in natively 64-bit platforms where a long is a quad (no need
51110              for long longs).  Also added bias for IVs.
51111      Branch: cfgperl
51112            ! toke.c
51113 ____________________________________________________________________________
51114 [  6058] By: gsar                                  on 2000/05/04  00:19:14
51115         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51116              (spotted by Donald Kinzer <dkinzer@premia.com>)
51117      Branch: perl
51118            ! perl.c
51119 ____________________________________________________________________________
51120 [  6057] By: gsar                                  on 2000/05/03  18:34:01
51121         Log: fix broken parsing of /\x{ab}/
51122      Branch: perl
51123            ! regcomp.c t/pragma/utf8.t
51124 ____________________________________________________________________________
51125 [  6056] By: jhi                                   on 2000/05/03  17:57:16
51126         Log: The search of infinity continues, this time simplified.
51127      Branch: cfgperl
51128            ! lib/Math/Complex.pm
51129 ____________________________________________________________________________
51130 [  6055] By: jhi                                   on 2000/05/03  17:45:30
51131         Log: Detypo.
51132      Branch: cfgperl
51133            ! hints/unicos.sh
51134 ____________________________________________________________________________
51135 [  6054] By: jhi                                   on 2000/05/02  22:28:27
51136         Log: Be more forgiving in POSIX about HUGE_VALL.
51137      Branch: cfgperl
51138            ! ext/POSIX/POSIX.xs
51139 ____________________________________________________________________________
51140 [  6053] By: jhi                                   on 2000/05/02  22:25:05
51141         Log: Integrate with Sarathy.
51142      Branch: cfgperl
51143           !> hints/irix_6.sh pod/perlop.pod
51144 ____________________________________________________________________________
51145 [  6052] By: jhi                                   on 2000/05/02  22:24:31
51146         Log: Unicos hint tweak.
51147      Branch: cfgperl
51148            ! hints/unicos.sh
51149 ____________________________________________________________________________
51150 [  6051] By: jhi                                   on 2000/05/02  22:21:26
51151         Log: Complex tweakery.
51152      Branch: cfgperl
51153            ! lib/Math/Complex.pm t/lib/complex.t
51154 ____________________________________________________________________________
51155 [  6050] By: jhi                                   on 2000/05/02  19:26:22
51156         Log: Use setxxent()/endxxent().
51157      Branch: cfgperl
51158            ! t/op/grent.t t/op/pwent.t
51159 ____________________________________________________________________________
51160 [  6049] By: jhi                                   on 2000/05/02  19:06:02
51161         Log: Test both the scalar and list contexts.
51162      Branch: cfgperl
51163            ! t/op/grent.t t/op/pwent.t
51164 ____________________________________________________________________________
51165 [  6048] By: gsar                                  on 2000/05/02  18:29:10
51166         Log: add note about how $( doesn't interpolate in REs (from
51167              Philip Newton <newton@ficus.frogspace.net>)
51168      Branch: perl
51169            ! pod/perlop.pod
51170 ____________________________________________________________________________
51171 [  6047] By: jhi                                   on 2000/05/02  17:41:24
51172         Log: Call getspnam() only iff needd.
51173      Branch: cfgperl
51174            ! pp_sys.c
51175 ____________________________________________________________________________
51176 [  6046] By: gsar                                  on 2000/05/02  17:07:25
51177         Log: libscheck has insufficient checks for n32 libs (from
51178              Albert Chin-A-Young <china@thewrittenword.com>)
51179      Branch: perl
51180            ! hints/irix_6.sh
51181 ____________________________________________________________________________
51182 [  6045] By: jhi                                   on 2000/05/02  13:57:17
51183         Log: Integrate with Sarathy.
51184      Branch: cfgperl
51185           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
51186           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
51187 ____________________________________________________________________________
51188 [  6044] By: gsar                                  on 2000/05/02  06:48:19
51189         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51190              such that underscores are only ignored in literal numbers,
51191              "\x{...}", and hex/oct argument
51192      Branch: perl
51193            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51194 ____________________________________________________________________________
51195 [  6043] By: gsar                                  on 2000/05/02  02:22:29
51196         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51197      Branch: perl
51198            ! pod/perlretut.pod
51199 ____________________________________________________________________________
51200 [  6042] By: gsar                                  on 2000/05/02  02:17:51
51201         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51202      Branch: perl
51203            ! pod/perltrap.pod
51204 ____________________________________________________________________________
51205 [  6041] By: gsar                                  on 2000/05/02  01:53:51
51206         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51207              to compensate
51208      Branch: perl
51209            ! Porting/makerel
51210 ____________________________________________________________________________
51211 [  6040] By: gsar                                  on 2000/05/02  01:51:57
51212         Log: missing files in MANIFEST
51213      Branch: perl
51214            ! MANIFEST
51215 ____________________________________________________________________________
51216 [  6039] By: jhi                                   on 2000/05/02  00:36:46
51217         Log: Infinite problems.
51218      Branch: cfgperl
51219            ! lib/Math/Complex.pm
51220 ____________________________________________________________________________
51221 [  6038] By: jhi                                   on 2000/05/02  00:06:38
51222         Log: pwent/spent #ifdef imbalance.
51223      Branch: cfgperl
51224            ! pp_sys.c
51225 ____________________________________________________________________________
51226 [  6037] By: jhi                                   on 2000/05/01  22:50:11
51227         Log: Use HUGE_VALL if applicable.
51228      Branch: cfgperl
51229            ! ext/POSIX/POSIX.xs util.c
51230 ____________________________________________________________________________
51231 [  6036] By: jhi                                   on 2000/05/01  22:20:53
51232         Log: Correct Freudian slip.
51233      Branch: cfgperl
51234            ! pp_sys.c
51235 ____________________________________________________________________________
51236 [  6035] By: jhi                                   on 2000/05/01  21:07:38
51237         Log: Continue on the pwent/spent case.
51238      Branch: cfgperl
51239            ! pp_sys.c
51240 ____________________________________________________________________________
51241 [  6034] By: jhi                                   on 2000/05/01  17:45:14
51242         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
51243              adjustments in 6032 conflicted badly with this, will have
51244              to revisit them later.
51245      Branch: cfgperl
51246           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
51247           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51248           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
51249           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
51250           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
51251           !> t/lib/cgi-html.t t/lib/cgi-request.t
51252 ____________________________________________________________________________
51253 [  6033] By: jhi                                   on 2000/05/01  17:40:49
51254         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
51255      Branch: cfgperl
51256            ! pp_sys.c
51257 ____________________________________________________________________________
51258 [  6032] By: gsar                                  on 2000/05/01  15:56:32
51259         Log: whitespace adjustments
51260      Branch: perl
51261            ! pp_sys.c
51262 ____________________________________________________________________________
51263 [  6031] By: gsar                                  on 2000/05/01  15:19:41
51264         Log: small nits in diagnostics.pm (from Robin Barker)
51265      Branch: perl
51266            ! lib/diagnostics.pm pod/perldiag.pod
51267 ____________________________________________________________________________
51268 [  6030] By: gsar                                  on 2000/05/01  08:39:18
51269         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
51270              for @- and @+ (from Johan Vromans)
51271      Branch: perl
51272            ! lib/English.pm pod/perlvar.pod
51273 ____________________________________________________________________________
51274 [  6029] By: gsar                                  on 2000/05/01  08:16:10
51275         Log: add CGI.pm v2.66 (from Lincoln Stein)
51276      Branch: perl
51277            + lib/CGI/Util.pm t/lib/cgi-pretty.t
51278            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51279            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
51280            ! t/lib/cgi-html.t t/lib/cgi-request.t
51281 ____________________________________________________________________________
51282 [  6028] By: gsar                                  on 2000/05/01  06:34:41
51283         Log: Pod::Man generates groff-incompatible macro definition (from
51284              Tom Christiansen)
51285      Branch: perl
51286            ! lib/Pod/Man.pm
51287 ____________________________________________________________________________
51288 [  6027] By: gsar                                  on 2000/05/01  06:31:36
51289         Log: podlators-1.02 update (from Russ Allbery)
51290      Branch: perl
51291            ! lib/Pod/Man.pm lib/Pod/Text.pm
51292 ____________________________________________________________________________
51293 [  6026] By: jhi                                   on 2000/04/30  23:24:23
51294         Log: Integrate with Sarathy.
51295      Branch: cfgperl
51296           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51297           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
51298           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51299           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51300           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
51301           !> t/lib/syslog.t toke.c win32/win32.h
51302 ____________________________________________________________________________
51303 [  6025] By: gsar                                  on 2000/04/30  18:17:47
51304         Log: Is{Alnum,Alpha,Word} don't match titlecase
51305              
51306              TODO: IsSpace is defined recursively!
51307              
51308              (both spotted by Larry)
51309      Branch: perl
51310            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51311            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51312 ____________________________________________________________________________
51313 [  6024] By: gsar                                  on 2000/04/30  17:50:19
51314         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
51315              (from Hugo van der Sanden)
51316      Branch: perl
51317            ! toke.c
51318 ____________________________________________________________________________
51319 [  6023] By: gsar                                  on 2000/04/30  17:14:43
51320         Log: debugger stomps on $. (from M.J.T. Guy)
51321      Branch: perl
51322            ! lib/perl5db.pl
51323 ____________________________________________________________________________
51324 [  6022] By: gsar                                  on 2000/04/30  16:59:22
51325         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
51326      Branch: perl
51327            ! sv.c
51328 ____________________________________________________________________________
51329 [  6021] By: gsar                                  on 2000/04/29  21:00:08
51330         Log: remove Win2K issue in pod (fixed by change#6020)
51331      Branch: perl
51332            ! README.win32 pod/perl56delta.pod
51333 ____________________________________________________________________________
51334 [  6020] By: gsar                                  on 2000/04/29  20:51:49
51335         Log: test tweak
51336      Branch: perl
51337            ! t/lib/open3.t
51338 ____________________________________________________________________________
51339 [  6019] By: gsar                                  on 2000/04/29  20:34:27
51340         Log: windows portability tweaks
51341      Branch: perl
51342            ! t/lib/b.t win32/win32.h
51343 ____________________________________________________________________________
51344 [  6018] By: gsar                                  on 2000/04/29  19:55:24
51345         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
51346              make _PATH_LOG() return "" if unavailable
51347      Branch: perl
51348            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51349            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
51350 ____________________________________________________________________________
51351 [  6017] By: jhi                                   on 2000/04/28  22:49:46
51352         Log: Integrate with Sarathy.
51353      Branch: cfgperl
51354           !> op.c perl.c pod/perldiag.pod t/lib/b.t
51355 ____________________________________________________________________________
51356 [  6016] By: jhi                                   on 2000/04/28  22:46:14
51357         Log: Do not warn that an infinity does not look like a number.
51358      Branch: cfgperl
51359            ! sv.c
51360 ____________________________________________________________________________
51361 [  6015] By: gsar                                  on 2000/04/28  22:35:49
51362         Log: tweak test for portability
51363      Branch: perl
51364            ! t/lib/b.t
51365 ____________________________________________________________________________
51366 [  6014] By: gsar                                  on 2000/04/28  22:05:31
51367         Log: glob() loading File::Glob behind the scenes may cause syntax errors
51368      Branch: perl
51369            ! op.c
51370 ____________________________________________________________________________
51371 [  6013] By: gsar                                  on 2000/04/28  21:25:22
51372         Log: tweak change#5945 to display correct switch name in diagnostic
51373      Branch: perl
51374            ! perl.c pod/perldiag.pod
51375 ____________________________________________________________________________
51376 [  6012] By: jhi                                   on 2000/04/28  21:08:12
51377         Log: Integrate with Sarathy.
51378      Branch: cfgperl
51379           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
51380           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
51381           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
51382 ____________________________________________________________________________
51383 [  6011] By: jhi                                   on 2000/04/28  21:04:46
51384         Log: &HUGE_VAL is not defined, it exists.
51385      Branch: cfgperl
51386            ! lib/Math/Complex.pm
51387 ____________________________________________________________________________
51388 [  6010] By: gsar                                  on 2000/04/28  21:02:58
51389         Log: clarify note about shadow password support (from
51390              gellyfish@gellyfish.com)
51391      Branch: perl
51392            ! pod/perlfunc.pod
51393 ____________________________________________________________________________
51394 [  6009] By: gsar                                  on 2000/04/28  21:00:00
51395         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
51396      Branch: perl
51397            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
51398 ____________________________________________________________________________
51399 [  6008] By: gsar                                  on 2000/04/28  20:56:33
51400         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
51401      Branch: perl
51402            ! installperl vms/subconfigure.com
51403 ____________________________________________________________________________
51404 [  6007] By: gsar                                  on 2000/04/28  20:51:21
51405         Log: note about compile failures and END blocks (from M.J.T. Guy)
51406      Branch: perl
51407            ! pod/perl56delta.pod pod/perlmod.pod
51408 ____________________________________________________________________________
51409 [  6006] By: jhi                                   on 2000/04/28  20:42:14
51410         Log: Regen Configure.
51411      Branch: cfgperl
51412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51413            ! config_h.SH
51414 ____________________________________________________________________________
51415 [  6005] By: gsar                                  on 2000/04/28  20:41:16
51416         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
51417      Branch: perl
51418            ! utils/perldoc.PL
51419 ____________________________________________________________________________
51420 [  6004] By: jhi                                   on 2000/04/28  20:28:21
51421         Log: Integrate with Sarathy.
51422      Branch: cfgperl
51423           !> Configure INSTALL Porting/Glossary Porting/config.sh
51424           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
51425           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
51426           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51427           !> win32/config.vc win32/win32.c
51428 ____________________________________________________________________________
51429 [  6003] By: gsar                                  on 2000/04/28  20:11:20
51430         Log: allow REG_EXPAND_SZ keys in Windows registry (from
51431              John Clayton <John.Clayton@barclayscapital.com>)
51432      Branch: perl
51433            ! win32/win32.c
51434 ____________________________________________________________________________
51435 [  6002] By: gsar                                  on 2000/04/28  19:34:16
51436         Log: destructive sv_setsv() can lose UV-ness from source, causing
51437              numeric promotions/comparisons to fail to do the right thing
51438      Branch: perl
51439            ! sv.c
51440 ____________________________________________________________________________
51441 [  6001] By: gsar                                  on 2000/04/28  18:44:15
51442         Log: support additional library locations via $Config{otherlibdirs}
51443              (from Andy Dougherty)
51444      Branch: perl
51445            ! Configure INSTALL Porting/Glossary Porting/config.sh
51446            ! Porting/config_H config_h.SH epoc/config.sh perl.c
51447            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
51448            ! win32/config.bc win32/config.gc win32/config.vc
51449 ____________________________________________________________________________
51450 [  6000] By: gsar                                  on 2000/04/28  18:26:58
51451         Log: reworked otherlibdirs.U (from Andy Dougherty)
51452      Branch: metaconfig
51453            ! U/installdirs/otherlibdirs.U
51454 ____________________________________________________________________________
51455 [  5999] By: gsar                                  on 2000/04/28  18:17:07
51456         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
51457      Branch: perl
51458            ! t/pragma/warn/toke toke.c
51459 ____________________________________________________________________________
51460 [  5998] By: jhi                                   on 2000/04/28  13:32:17
51461         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
51462      Branch: cfgperl
51463            ! lib/Math/Complex.pm
51464 ____________________________________________________________________________
51465 [  5997] By: jhi                                   on 2000/04/28  13:14:04
51466         Log: Preserve $!.
51467      Branch: cfgperl
51468            ! lib/Math/Complex.pm
51469 ____________________________________________________________________________
51470 [  5996] By: jhi                                   on 2000/04/28  12:59:23
51471         Log: Integrate with Sarathy.
51472      Branch: cfgperl
51473           +> pod/perlrequick.pod pod/perlretut.pod
51474           !> (integrate 51 files)
51475 ____________________________________________________________________________
51476 [  5995] By: gsar                                  on 2000/04/28  09:37:36
51477         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
51478      Branch: perl
51479            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
51480 ____________________________________________________________________________
51481 [  5994] By: gsar                                  on 2000/04/28  09:33:26
51482         Log: fix for missed accounting for null byte in pack("Z",...) (from
51483              M.J.T. Guy)
51484      Branch: perl
51485            ! pp.c t/op/pack.t
51486 ____________________________________________________________________________
51487 [  5993] By: gsar                                  on 2000/04/28  09:30:05
51488         Log: various minor tweaks seen on p5p
51489      Branch: perl
51490            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
51491 ____________________________________________________________________________
51492 [  5992] By: gsar                                  on 2000/04/28  09:08:19
51493         Log: pod nit (from Simon Cozens)
51494      Branch: perl
51495            ! pod/perlop.pod
51496 ____________________________________________________________________________
51497 [  5991] By: gsar                                  on 2000/04/28  09:06:36
51498         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
51499      Branch: perl
51500            ! README.posix-bc hints/posix-bc.sh
51501 ____________________________________________________________________________
51502 [  5990] By: gsar                                  on 2000/04/28  08:54:52
51503         Log: use $ENV{LIB} to search for libs under Visual C compiler
51504              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
51505      Branch: perl
51506            ! lib/ExtUtils/Liblist.pm
51507 ____________________________________________________________________________
51508 [  5989] By: gsar                                  on 2000/04/28  08:27:12
51509         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
51510              itself and no other (from Tom Hughes)
51511      Branch: perl
51512            ! t/op/array.t toke.c
51513 ____________________________________________________________________________
51514 [  5988] By: gsar                                  on 2000/04/28  08:01:38
51515         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
51516              <paul@miraclefish.com>)
51517      Branch: perl
51518            ! lib/ExtUtils/MakeMaker.pm
51519 ____________________________________________________________________________
51520 [  5987] By: gsar                                  on 2000/04/28  07:53:09
51521         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
51522      Branch: perl
51523            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
51524 ____________________________________________________________________________
51525 [  5986] By: gsar                                  on 2000/04/28  07:44:17
51526         Log: add regular expressions tutorial and quick-start guide (from
51527              Mark Kvale <kvale@phy.ucsf.edu>)
51528      Branch: perl
51529            + pod/perlrequick.pod pod/perlretut.pod
51530            ! AUTHORS MAINTAIN MANIFEST
51531 ____________________________________________________________________________
51532 [  5985] By: gsar                                  on 2000/04/28  07:30:28
51533         Log: forked child may not exit correctly if it failed to open
51534              /dev/console (from Graham Barr)
51535      Branch: perl
51536            ! ext/Sys/Syslog/Syslog.pm
51537 ____________________________________________________________________________
51538 [  5984] By: gsar                                  on 2000/04/28  07:27:20
51539         Log: attributes::reftype() doesn't work on tied argument
51540      Branch: perl
51541            ! xsutils.c
51542 ____________________________________________________________________________
51543 [  5983] By: gsar                                  on 2000/04/28  07:15:04
51544         Log: numeric conversion of non-number in change#3378 tramples on
51545              OOK offset, causing segfaults
51546      Branch: perl
51547            ! sv.c
51548 ____________________________________________________________________________
51549 [  5982] By: gsar                                  on 2000/04/28  04:48:25
51550         Log: avoid error in IO::Socket::INET when given an unknown service name
51551              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
51552      Branch: perl
51553            ! ext/IO/lib/IO/Socket/INET.pm
51554 ____________________________________________________________________________
51555 [  5981] By: gsar                                  on 2000/04/28  04:31:31
51556         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
51557              prototype mismatch with CORE::glob(); update pod and tests to
51558              suit (File::Glob::glob() is still available for backward
51559              compatibility, but should be considered deprecated)
51560      Branch: perl
51561            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
51562            ! t/lib/glob-taint.t
51563 ____________________________________________________________________________
51564 [  5980] By: gsar                                  on 2000/04/28  03:47:29
51565         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
51566              <ghudson@mit.edu>)
51567      Branch: metaconfig
51568            ! U/modified/Options.U
51569      Branch: perl
51570            ! Configure
51571 ____________________________________________________________________________
51572 [  5979] By: gsar                                  on 2000/04/28  03:07:54
51573         Log: under useithreads, constant pad entries could inadvertantly be
51574              shared across threads (from Eric Blood <eblood@xmission.com>);
51575              added Eric's test case to testsuite
51576      Branch: perl
51577            ! op.c t/op/misc.t
51578 ____________________________________________________________________________
51579 [  5978] By: gsar                                  on 2000/04/27  21:13:00
51580         Log: sync version numbers in File::Spec with the ones on CPAN
51581              (from Barrie Slaymaker)
51582      Branch: perl
51583            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51584            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51585            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51586 ____________________________________________________________________________
51587 [  5977] By: gsar                                  on 2000/04/27  21:07:29
51588         Log: autoquote barewords followed by newline and arrow properly
51589              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
51590      Branch: perl
51591            ! t/pragma/warn/toke toke.c
51592 ____________________________________________________________________________
51593 [  5976] By: gsar                                  on 2000/04/27  20:41:20
51594         Log: DB_File v1.73 update (from Paul Marquess)
51595      Branch: perl
51596            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51597            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51598 ____________________________________________________________________________
51599 [  5975] By: gsar                                  on 2000/04/27  20:34:24
51600         Log: allow sort() reentrancy (variant of patch suggested by
51601              Hugo van der Sanden)
51602      Branch: perl
51603            ! pp_ctl.c t/op/sort.t
51604 ____________________________________________________________________________
51605 [  5974] By: gsar                                  on 2000/04/27  19:46:57
51606         Log: change#4197 somehow missed initializing PL_errors, meaning
51607              sytax error queueing wasn't working outside eval"" at all;
51608              also fixed eval"" to localize PL_error_count, so that compile-time
51609              eval's don't clobber the error state of the outer context
51610      Branch: perl
51611            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
51612            ! t/pragma/warn/toke
51613 ____________________________________________________________________________
51614 [  5973] By: gsar                                  on 2000/04/27  18:29:05
51615         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
51616      Branch: perl
51617            ! regcomp.c regexec.c t/op/re_tests
51618 ____________________________________________________________________________
51619 [  5972] By: jhi                                   on 2000/04/27  18:22:41
51620         Log: Integrate with Sarathy.
51621      Branch: cfgperl
51622           +> t/lib/b.t t/lib/syslog.t
51623           !> (integrate 31 files)
51624 ____________________________________________________________________________
51625 [  5971] By: jhi                                   on 2000/04/27  18:18:46
51626         Log: Unicos tweaks from Mark P. Lutz.
51627      Branch: cfgperl
51628            ! hints/unicos.sh lib/Math/Complex.pm
51629 ____________________________________________________________________________
51630 [  5970] By: gsar                                  on 2000/04/27  18:05:11
51631         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
51632              IV is >32bits
51633      Branch: perl
51634            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
51635 ____________________________________________________________________________
51636 [  5969] By: gsar                                  on 2000/04/27  17:50:56
51637         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
51638      Branch: perl
51639            + t/lib/syslog.t
51640            ! MANIFEST ext/Sys/Syslog/Syslog.pm
51641 ____________________________________________________________________________
51642 [  5968] By: gsar                                  on 2000/04/27  17:44:49
51643         Log: tolerate spaces in group names in test on solaris (from David Boyce
51644              <dsb@boyski.com>)
51645      Branch: perl
51646            ! t/op/groups.t
51647 ____________________________________________________________________________
51648 [  5967] By: gsar                                  on 2000/04/27  17:41:22
51649         Log: improved docs on the warn_uninit diagnostic (from David Glasser
51650              and Simon Cozens)
51651      Branch: perl
51652            ! pod/perldiag.pod
51653 ____________________________________________________________________________
51654 [  5966] By: gsar                                  on 2000/04/27  16:54:58
51655         Log: add testsuite for B backends, fix bug in B::Deparse (from
51656              Simon Cozens <simon@brecon.co.uk>)
51657      Branch: perl
51658            + t/lib/b.t
51659            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
51660 ____________________________________________________________________________
51661 [  5965] By: gsar                                  on 2000/04/27  16:10:37
51662         Log: avoid "will not stay shared" warnings for our variables (from
51663              Robin Barker)
51664      Branch: perl
51665            ! op.c t/pragma/warn/op
51666 ____________________________________________________________________________
51667 [  5964] By: gsar                                  on 2000/04/27  07:05:05
51668         Log: reformat to 72 columns (again)
51669      Branch: perl
51670            ! pod/perldiag.pod
51671 ____________________________________________________________________________
51672 [  5963] By: gsar                                  on 2000/04/27  06:28:31
51673         Log: patch from Larry to make (\&) prototype work; added tests for
51674              the same
51675      Branch: perl
51676            ! op.c t/comp/proto.t
51677 ____________________________________________________________________________
51678 [  5962] By: gsar                                  on 2000/04/27  06:15:47
51679         Log: updated README.hpux (from Jeff Okamoto)
51680      Branch: perl
51681            ! README.hpux
51682 ____________________________________________________________________________
51683 [  5961] By: gsar                                  on 2000/04/27  05:55:03
51684         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
51685      Branch: perl
51686            ! emacs/cperl-mode.el
51687 ____________________________________________________________________________
51688 [  5960] By: gsar                                  on 2000/04/27  05:49:26
51689         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
51690      Branch: perl
51691            ! INSTALL
51692 ____________________________________________________________________________
51693 [  5959] By: gsar                                  on 2000/04/27  05:33:41
51694         Log: doubled words in pods (from Simon Cozens
51695              <simon.p.cozens@jp.pwcglobal.com>)
51696      Branch: perl
51697            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
51698            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
51699            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
51700            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
51701            ! pod/perltootc.pod
51702 ____________________________________________________________________________
51703 [  5958] By: gsar                                  on 2000/04/27  05:11:39
51704         Log: change#3569 deleted some essential code, revert; avoid use of
51705              atexit() to make DynaLoader work properly on AIX under mod_perl
51706              (from Jens-Uwe Mager <jum@helios.de>)
51707      Branch: perl
51708            ! ext/DynaLoader/dl_aix.xs
51709 ____________________________________________________________________________
51710 [  5957] By: gsar                                  on 2000/04/27  04:54:51
51711         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
51712      Branch: perl
51713            ! pod/perlmod.pod
51714 ____________________________________________________________________________
51715 [  5956] By: gsar                                  on 2000/04/27  04:51:47
51716         Log: better diagnostics on failed tests (from Ilya Zakharevich)
51717      Branch: perl
51718            ! t/op/lex_assign.t
51719 ____________________________________________________________________________
51720 [  5955] By: gsar                                  on 2000/04/27  04:26:44
51721         Log: longstanding bug exposed by change#3307: sort arguments weren't
51722              compiled with the right wantarray context (ensuing runtime lookup
51723              via block_gimme() was getting the incidental context of the
51724              sort() itself)
51725      Branch: perl
51726            ! op.c t/op/sort.t
51727 ____________________________________________________________________________
51728 [  5954] By: gsar                                  on 2000/04/26  23:42:12
51729         Log: integrate cfgperl contents into mainline
51730      Branch: perl
51731           !> (integrate 30 files)
51732 ____________________________________________________________________________
51733 [  5953] By: jhi                                   on 2000/04/26  23:06:42
51734         Log: Integrate with Sarathy.
51735      Branch: cfgperl
51736           !> README.win32 ext/B/B/Deparse.pm
51737           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51738           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
51739           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
51740           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
51741           !> utils/perldoc.PL vms/perlvms.pod
51742 ____________________________________________________________________________
51743 [  5952] By: jhi                                   on 2000/04/26  23:03:46
51744         Log: Undo "use integer" addition from 64bitint as it seems
51745              to break most of the subtests in Digital UNIX;
51746              Unicos needs to find another way.
51747      Branch: cfgperl
51748            ! t/op/64bitint.t
51749 ____________________________________________________________________________
51750 [  5951] By: jhi                                   on 2000/04/26  22:57:53
51751         Log: Be more robust on "extreme" (large absolute value)
51752              arguments.  Originally reported by Daniel Connelly
51753              as a problem with asinh() on large negative arguments,
51754              asinh() used to bail out because an argument to log()
51755              ended up being zero.  Ilya Zakharevich proposed using
51756              Taylor's series in such cases, which for such large
51757              arguments is a very good approximation.
51758      Branch: cfgperl
51759            ! lib/Math/Complex.pm t/lib/complex.t
51760 ____________________________________________________________________________
51761 [  5950] By: gsar                                  on 2000/04/25  19:13:12
51762         Log: reformat perldiag to avoid long lines
51763      Branch: perl
51764            ! pod/perldiag.pod
51765 ____________________________________________________________________________
51766 [  5949] By: gsar                                  on 2000/04/25  18:41:11
51767         Log: make perldoc use the pod2man from the same version (from
51768              M.J.T. Guy)
51769      Branch: perl
51770            ! utils/perldoc.PL
51771 ____________________________________________________________________________
51772 [  5948] By: gsar                                  on 2000/04/25  18:21:57
51773         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
51774              <kompas@kompas.usr.onet.pl>)
51775      Branch: perl
51776            ! lib/vars.pm
51777 ____________________________________________________________________________
51778 [  5947] By: gsar                                  on 2000/04/25  18:11:53
51779         Log: use &dl_error rather than &dl_load_file as the guard for calling
51780              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
51781              statically built perl)
51782      Branch: perl
51783            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51784 ____________________________________________________________________________
51785 [  5946] By: jhi                                   on 2000/04/25  17:37:54
51786         Log: Document that tr() is not tr(1).
51787      Branch: cfgperl
51788            ! pod/perlop.pod
51789 ____________________________________________________________________________
51790 [  5945] By: gsar                                  on 2000/04/25  16:34:33
51791         Log: make module name mandatory after -M switch; reorder perldiag
51792              alphabetically (from Mark-Jason Dominus)
51793      Branch: perl
51794            ! perl.c pod/perldiag.pod
51795 ____________________________________________________________________________
51796 [  5944] By: jhi                                   on 2000/04/25  01:15:18
51797         Log: On second thoughts frexp() does have two arguments.
51798      Branch: cfgperl
51799            ! perl.h
51800 ____________________________________________________________________________
51801 [  5943] By: jhi                                   on 2000/04/24  22:56:32
51802         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
51803              Now pp_ncmp() returns undef is either operand is a NaN.
51804      Branch: cfgperl
51805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51806            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
51807            ! vms/subconfigure.com vos/config.def vos/config.h
51808            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
51809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
51810            ! win32/config_H.vc
51811      Branch: metaconfig/U/perl
51812            + d_modfl.U
51813 ____________________________________________________________________________
51814 [  5942] By: jhi                                   on 2000/04/24  19:45:17
51815         Log: Regen Configure to match #5937.
51816      Branch: cfgperl
51817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51818            ! config_h.SH
51819      Branch: metaconfig
51820            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
51821 ____________________________________________________________________________
51822 [  5941] By: jhi                                   on 2000/04/24  19:24:11
51823         Log: Further Unicos fixes for Mark Lutz.
51824      Branch: cfgperl
51825            ! hints/unicos.sh pp_ctl.c
51826 ____________________________________________________________________________
51827 [  5940] By: jhi                                   on 2000/04/24  19:09:06
51828         Log: Various Unicos 10.0.0.6 fixes.
51829              
51830              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
51831              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
51832              Reply-To: tecmpl1@triton.ca.boeing.com 
51833              To: perl5-porters@perl.org 
51834              Date: Fri, 14 Apr 2000 20:21:00 GMT 
51835              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
51836      Branch: cfgperl
51837            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
51838 ____________________________________________________________________________
51839 [  5939] By: gsar                                  on 2000/04/24  19:01:24
51840         Log: more pod nits (from Larry Virden)
51841      Branch: perl
51842            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
51843            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
51844            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
51845 ____________________________________________________________________________
51846 [  5938] By: gsar                                  on 2000/04/24  18:54:01
51847         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
51848      Branch: perl
51849            ! ext/B/B/Deparse.pm
51850 ____________________________________________________________________________
51851 [  5937] By: jhi                                   on 2000/04/24  17:39:00
51852         Log: Integrate with Sarathy.
51853      Branch: cfgperl
51854           +> (branch 31 files)
51855           !> (integrate 73 files)
51856 ____________________________________________________________________________
51857 [  5936] By: gsar                                  on 2000/04/24  17:30:06
51858         Log: additional tests for change#5934 (from Paul Marquess, who also
51859              sent in the same fix)
51860      Branch: perl
51861            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
51862            ! t/pragma/warn/5nolint t/pragma/warn/6default
51863 ____________________________________________________________________________
51864 [  5935] By: jhi                                   on 2000/04/24  17:26:05
51865         Log: Do not assume sign propagation.
51866              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
51867              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
51868              To: payner@ncifcrf.gov, perl5-porters@perl.org 
51869              Date: Tue, 18 Apr 2000 18:24:49 +0100 
51870              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
51871      Branch: cfgperl
51872            ! t/op/bop.t t/op/misc.t
51873 ____________________________________________________________________________
51874 [  5934] By: gsar                                  on 2000/04/24  17:16:54
51875         Log: propagate lexical warnings from surrounding scope correctly
51876              within string eval()
51877      Branch: perl
51878            ! pp_ctl.c t/pragma/warn/pp_ctl
51879 ____________________________________________________________________________
51880 [  5933] By: jhi                                   on 2000/04/24  17:01:07
51881         Log: Flatten the cpp jungle doing the nosuid checking.
51882      Branch: cfgperl
51883            ! perl.c
51884 ____________________________________________________________________________
51885 [  5932] By: gsar                                  on 2000/04/24  09:08:14
51886         Log: add rsignal(), whichsig() and do_join() to public API list
51887              (mod_perl uses them to good advantage)
51888      Branch: perl
51889            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
51890 ____________________________________________________________________________
51891 [  5931] By: gsar                                  on 2000/04/24  09:01:40
51892         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
51893      Branch: perl
51894            ! pp_hot.c regexec.c t/op/pat.t
51895 ____________________________________________________________________________
51896 [  5930] By: gsar                                  on 2000/04/24  08:58:33
51897         Log: small os390 tweaks (from Peter Prymmer)
51898      Branch: perl
51899            ! config_h.SH makedepend.SH
51900 ____________________________________________________________________________
51901 [  5929] By: gsar                                  on 2000/04/24  08:55:25
51902         Log: pod nits
51903      Branch: perl
51904            ! pod/perlguts.pod
51905 ____________________________________________________________________________
51906 [  5928] By: gsar                                  on 2000/04/24  08:50:13
51907         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
51908      Branch: perl
51909            ! ext/IO/lib/IO/Poll.pm
51910 ____________________________________________________________________________
51911 [  5927] By: gsar                                  on 2000/04/24  08:43:24
51912         Log: arrange for next() to resume at the unstack op rather than the
51913              loop conditional, so that scope cleanup happens correctly
51914              (from Stephen McCamant)
51915      Branch: perl
51916            ! op.c pp_ctl.c t/op/misc.t
51917 ____________________________________________________________________________
51918 [  5926] By: gsar                                  on 2000/04/24  08:18:40
51919         Log: on windows, reserve 16M of stack rather than 128M (allows more
51920              threads to run concurrently)
51921      Branch: perl
51922            ! win32/Makefile win32/makefile.mk
51923 ____________________________________________________________________________
51924 [  5925] By: gsar                                  on 2000/04/24  08:13:52
51925         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
51926      Branch: perl
51927            ! toke.c
51928 ____________________________________________________________________________
51929 [  5924] By: gsar                                  on 2000/04/24  08:08:59
51930         Log: avoid using uninitialized memory in require version check
51931      Branch: perl
51932            ! pp_ctl.c universal.c
51933 ____________________________________________________________________________
51934 [  5923] By: gsar                                  on 2000/04/24  07:20:14
51935         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
51936      Branch: perl
51937            ! ext/IO/lib/IO/Poll.pm
51938 ____________________________________________________________________________
51939 [  5922] By: gsar                                  on 2000/04/24  07:08:42
51940         Log: commentary about IoTYPE() (from Nathan Torkington)
51941      Branch: perl
51942            ! sv.h
51943 ____________________________________________________________________________
51944 [  5921] By: gsar                                  on 2000/04/24  06:58:26
51945         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
51946              by fix
51947      Branch: perl
51948            ! sv.c t/lib/charnames.t t/pragma/utf8.t
51949 ____________________________________________________________________________
51950 [  5920] By: gsar                                  on 2000/04/24  06:37:59
51951         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
51952      Branch: perl
51953            ! doop.c t/op/ver.t
51954 ____________________________________________________________________________
51955 [  5919] By: gsar                                  on 2000/04/24  06:21:58
51956         Log: Configure might miss old directories when prefix must be
51957              expanded (from Robin Barker)
51958      Branch: metaconfig
51959            ! U/installdirs/inc_version_list.U
51960      Branch: perl
51961            ! Configure
51962 ____________________________________________________________________________
51963 [  5918] By: gsar                                  on 2000/04/24  06:16:11
51964         Log: VMS nits in glob() test (from Charles Lane)
51965      Branch: perl
51966            ! t/lib/glob-basic.t
51967 ____________________________________________________________________________
51968 [  5917] By: gsar                                  on 2000/04/24  06:11:56
51969         Log: various pod nits (from Larry Virden and others)
51970      Branch: perl
51971            ! README.amiga README.hpux README.machten README.os2
51972            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
51973            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
51974            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
51975            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
51976            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
51977            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
51978            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
51979            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
51980 ____________________________________________________________________________
51981 [  5916] By: gsar                                  on 2000/04/24  05:52:43
51982         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
51983              <wjones@tc.fluke.com>)
51984      Branch: perl
51985            ! t/lib/glob-basic.t
51986 ____________________________________________________________________________
51987 [  5915] By: gsar                                  on 2000/04/24  05:07:01
51988         Log: supported platforms mixed up
51989      Branch: perl
51990            ! pod/perl56delta.pod pod/perlport.pod
51991 ____________________________________________________________________________
51992 [  5914] By: gsar                                  on 2000/04/24  04:56:08
51993         Log: caller() wasn't returning the right number of elements for
51994              eval {...}
51995      Branch: perl
51996            ! pp_ctl.c t/pragma/warn/9enabled
51997 ____________________________________________________________________________
51998 [  5913] By: gsar                                  on 2000/04/24  04:35:41
51999         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
52000              Mark-Jason Dominus)
52001      Branch: perl
52002            ! pod/perlfunc.pod
52003 ____________________________________________________________________________
52004 [  5912] By: gsar                                  on 2000/04/24  04:17:15
52005         Log: fix totally broken caching in UNIVERSAL::isa() (from
52006              Nick Ing-Simmons)
52007      Branch: perl
52008            ! t/op/universal.t universal.c
52009 ____________________________________________________________________________
52010 [  5911] By: gsar                                  on 2000/04/24  03:39:47
52011         Log: add linebreak properties from unicode/LineBrk.txt (from
52012              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52013      Branch: perl
52014            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52015            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52016            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52017            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52018            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52019            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52020            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52021            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52022            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52023            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52024            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52025            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52026            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52027            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52028            + lib/unicode/Is/LbrkZW.pl
52029            ! lib/unicode/mktables.PL
52030 ____________________________________________________________________________
52031 [  5910] By: gsar                                  on 2000/04/24  03:23:10
52032         Log: typo in pod
52033      Branch: perl
52034            ! ext/Thread/Thread.pm
52035 ____________________________________________________________________________
52036 [  5909] By: gsar                                  on 2000/04/24  03:22:03
52037         Log: mode argument to do_binmode() should be file mode, not boolean
52038      Branch: perl
52039            ! pp_sys.c
52040 ____________________________________________________________________________
52041 [  5908] By: gsar                                  on 2000/04/16  16:51:08
52042         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
52043              always returns a valid GV even when the symbol is trapped by strictures
52044              (avoids coredumps)
52045              
52046              TODO: the C<package;> hack needs similar treatment
52047      Branch: perl
52048            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
52049            ! t/pragma/strict-vars
52050 ____________________________________________________________________________
52051 [  5907] By: jhi                                   on 2000/03/31  23:42:56
52052         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
52053              an assumption which #5905 demolished.
52054      Branch: cfgperl
52055            ! pp_sys.c
52056 ____________________________________________________________________________
52057 [  5906] By: jhi                                   on 2000/03/31  18:54:37
52058         Log: Typo in #5905.
52059      Branch: cfgperl
52060            ! t/op/64bitint.t
52061 ____________________________________________________________________________
52062 [  5905] By: jhi                                   on 2000/03/31  18:50:54
52063         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
52064              reported by Joseph N. Hall.  The bug was that even with use64bitint
52065              one had to use the prefixes q, L, or ll with printf/sprintf,
52066              contrary to the documentation and common sense.
52067      Branch: cfgperl
52068            ! sv.c t/op/64bitint.t
52069 ____________________________________________________________________________
52070 [  5904] By: gsar                                  on 2000/03/28  02:31:32
52071         Log: add Changes, perldelta.pod
52072      Branch: perl
52073            + Changes pod/perldelta.pod
52074 ____________________________________________________________________________
52075 [  5903] By: gsar                                  on 2000/03/28  02:03:55
52076         Log: rename Changes and perldelta.pod
52077      Branch: perl
52078           +> Changes5.6 pod/perl56delta.pod
52079            - Changes pod/perldelta.pod
52080            ! MANIFEST
52081 ____________________________________________________________________________
52082 [  5902] By: gsar                                  on 2000/03/28  01:59:14
52083         Log: create maint-5.6 branch
52084      Branch: maint-5.6/perl
52085           +> (branch 1611 files)
52086 ____________________________________________________________________________
52087 [  5901] By: jhi                                   on 2000/03/23  05:48:43
52088         Log: Integrate with Sarathy.
52089      Branch: cfgperl
52090           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
52091 ____________________________________________________________________________
52092 [  5900] By: gsar                                  on 2000/03/23  05:42:43
52093         Log: three guesses on what this is :-)
52094      Branch: perl
52095            ! Changes