Add more modules to the list of modules that have tests,
[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 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
35         Log: Document the bad assumptions currently breaking
36              the Socket.t tests 10, 11, and 13 in UNICOS.
37      Branch: perl
38            ! ext/Socket/Socket.xs
39 ____________________________________________________________________________
40 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41         Log: Subject: [PATCH x2p] make OPTIMIZE=...
42              From: Robin Barker <rmb1@cise.npl.co.uk>
43              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
44              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
45      Branch: perl
46            ! x2p/Makefile.SH x2p/cflags.SH
47 ____________________________________________________________________________
48 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
49         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
50              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
51              Date: Thu, 6 Sep 2001 11:09:40 +0100
52              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
53              
54              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
55              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
56              Date: 6 Sep 2001 10:14:38 -0000
57              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
58      Branch: perl
59            ! pod/perlfaq1.pod pod/perlhack.pod
60 ____________________________________________________________________________
61 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
62         Log: Subject: Extra NUL is Data::Dumper output - patch
63              From: Tony Cook <tony@develop-help.com>
64              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
65              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
66      Branch: perl
67            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
68 ____________________________________________________________________________
69 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
70         Log: Avoid redefinition warning
71              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
72              from
73              perl -w -Ilib -MCwd -e ''
74      Branch: perl
75            ! lib/Cwd.pm
76 ____________________________________________________________________________
77 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
78         Log: Update the is_tainted() example implementation.
79      Branch: perl
80            ! pod/perlsec.pod
81 ____________________________________________________________________________
82 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
83         Log: Missing) in #11912.
84      Branch: perl
85            ! lib/Test/Simple/t/fail.t
86 ____________________________________________________________________________
87 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
88         Log: Rewhack Test-Simple into core harness.
89      Branch: perl
90            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
91            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
92            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
93            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
94            ! lib/Test/Simple/t/skipall.t
95 ____________________________________________________________________________
96 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
97         Log: Workaround for the new Exporter 'feature'.
98      Branch: perl
99            ! lib/Test/More.pm
100 ____________________________________________________________________________
101 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
102         Log: Re-introduce pure-Perl fall-back for abs_path,
103              re-introduce #11898.
104      Branch: perl
105            ! lib/Cwd.pm lib/File/Find.pm
106 ____________________________________________________________________________
107 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
108         Log: More tests.
109      Branch: perl
110            ! lib/Exporter.t
111 ____________________________________________________________________________
112 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
113         Log: Retract #11898 for now because it introduces
114              a rather nasty depencency: when B is being built,
115              MakeMaker is used.  MakeMaker uses File::Find.
116              File::Find uses Cwd::getcwd()...which doesn't
117              exist yet.
118      Branch: perl
119            ! lib/File/Find.pm
120 ____________________________________________________________________________
121 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
122         Log: New test welcome.
123      Branch: perl
124            + lib/Test/Simple/t/simple.t
125 ____________________________________________________________________________
126 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
127         Log: Old test begone.
128      Branch: perl
129            - lib/Attribute/Handlers/test.pl
130 ____________________________________________________________________________
131 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
132         Log: Test-Simple syncup from Schwern.
133      Branch: perl
134            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
135            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
136            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
137            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
138            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
139            - lib/Test/More/Changes lib/Test/More/t/More.t
140            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
141            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
142            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
143            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
144            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
145            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
146            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
147            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
148            ! t/lib/Test/Simple/sample_tests/death.plx
149            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
150            ! t/lib/Test/Simple/sample_tests/extras.plx
151            ! t/lib/Test/Simple/sample_tests/five_fail.plx
152            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
153            ! t/lib/Test/Simple/sample_tests/one_fail.plx
154            ! t/lib/Test/Simple/sample_tests/require.plx
155            ! t/lib/Test/Simple/sample_tests/success.plx
156            ! t/lib/Test/Simple/sample_tests/too_few.plx
157            ! t/lib/Test/Simple/sample_tests/two_fail.plx
158 ____________________________________________________________________________
159 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
160         Log: Integrate File::Find changes from bleadperl
161      Branch: maint-5.6/macperl
162            ! lib/File/Find.pm t/lib/filefind-taint.t
163 ____________________________________________________________________________
164 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
165         Log: Integrate 11847 from maint-5.6/perl
166      Branch: maint-5.6/macperl
167           !> sv.c
168 ____________________________________________________________________________
169 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
170         Log: In UNICOS division yada yada.
171      Branch: perl
172            ! t/op/override.t
173 ____________________________________________________________________________
174 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
175         Log: In UNICOS division is really lossy, better use
176              a tolerance test.
177      Branch: perl
178            ! ext/Time/HiRes/HiRes.t
179 ____________________________________________________________________________
180 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
181         Log: In UNICOS sigaction() sets an extra flag
182              ("the signal has been registered for all the processes in
183              a multitasking group.")
184      Branch: perl
185            ! ext/POSIX/sigaction.t
186 ____________________________________________________________________________
187 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
188         Log: Documentation micropatch from Damian.
189      Branch: perl
190            ! lib/Attribute/Handlers.pm
191 ____________________________________________________________________________
192 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
193         Log: (Retracted by #11908)
194              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
195              From: Michael G Schwern <schwern@pobox.com>
196              Date: Wed, 5 Sep 2001 15:58:21 -0400
197              Message-ID: <20010905155821.I632@blackrider>
198      Branch: perl
199            ! lib/File/Find.pm lib/File/Find/taint.t
200 ____________________________________________________________________________
201 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
202         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
203              From: Michael G Schwern <schwern@pobox.com>
204              Date: Wed, 5 Sep 2001 19:16:31 -0400
205              Message-ID: <20010905191631.E11386@blackrider>
206      Branch: perl
207            + lib/CGI/t/carp.t
208            ! MANIFEST
209 ____________________________________________________________________________
210 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
211         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
212              From: chromatic <chromatic@rmci.net>
213              Date: Wed, 5 Sep 2001 18:08:07 -0600
214              Message-Id: <01090518080700.19590@firewheel>
215      Branch: perl
216            ! lib/English.pm
217 ____________________________________________________________________________
218 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
219         Log: Fix a typo #11889 and add a test for the same.
220      Branch: perl
221            ! ext/Socket/Socket.t ext/Socket/Socket.xs
222 ____________________________________________________________________________
223 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
224         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
225              From: "Craig A. Berry" <craigberry@mac.com>
226              Date: Wed, 05 Sep 2001 17:48:54 -0500
227              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
228      Branch: perl
229            ! lib/warnings.t t/run/kill_perl.t
230 ____________________________________________________________________________
231 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
232         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
233              From: Michael G Schwern <schwern@pobox.com>
234              Date: Wed, 5 Sep 2001 17:22:25 -0400
235              Message-ID: <20010905172225.C11386@blackrider>
236      Branch: perl
237            ! t/run/kill_perl.t
238 ____________________________________________________________________________
239 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
240         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
241              From: Nicholas Clark <nick@ccl4.org>
242              Date: Wed, 5 Sep 2001 20:54:24 +0100
243              Message-ID: <20010905205424.C25120@plum.flirble.org>
244      Branch: perl
245            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
246 ____________________________________________________________________________
247 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
248         Log: Forgotten thing.
249      Branch: perl
250            ! uconfig.h
251 ____________________________________________________________________________
252 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
253         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
254              From: chromatic <chromatic@rmci.net>               
255              Date: Wed, 5 Sep 2001 13:22:08 -0600
256              Message-Id: <01090513220807.10587@firewheel> 
257      Branch: perl
258            ! lib/English.pm
259 ____________________________________________________________________________
260 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
261         Log: inet_ntoa() tweaks:
262              - don't allow addresses with > 255 characters
263              - indent the HP-UX workaround
264              - don't leak memory
265      Branch: perl
266            ! ext/Socket/Socket.xs
267 ____________________________________________________________________________
268 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
269         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
270              <xwu@theeducationcenter.com>
271      Branch: perl
272            ! lib/File/Find.pm
273 ____________________________________________________________________________
274 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
275         Log: Typo nits.
276      Branch: perl
277            ! lib/File/Find.pm
278 ____________________________________________________________________________
279 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
280         Log: -Wall nit.
281      Branch: perl
282            ! op.c
283 ____________________________________________________________________________
284 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
285         Log: Update to Scalar-List-Utils 1.05
286      Branch: perl
287            ! ext/List/Util/ChangeLog ext/List/Util/README
288            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
289 ____________________________________________________________________________
290 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
291         Log: Update Changes.
292      Branch: perl
293            ! Changes patchlevel.h
294 ____________________________________________________________________________
295 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
296         Log: Update to Scalar-List-Utils 1.04
297      Branch: perl
298            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
299            ! ext/List/Util/lib/List/Util.pm
300            ! ext/List/Util/lib/Scalar/Util.pm
301 ____________________________________________________________________________
302 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
303         Log: Metaconfigify #11724.
304      Branch: metaconfig
305            ! U/threads/archname.U
306 ____________________________________________________________________________
307 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
308         Log: The MacOS reference is okay, no reason to hide it.
309      Branch: perl
310            ! lib/Cwd.pm
311 ____________________________________________________________________________
312 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
313         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
314              From: Michael G Schwern <schwern@pobox.com>
315              Date: Tue, 4 Sep 2001 15:30:10 -0400
316              Message-ID: <20010904153010.H26466@blackrider> 
317              
318              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
319      Branch: perl
320            ! ext/Cwd/Makefile.PL lib/Cwd.pm
321 ____________________________________________________________________________
322 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
323         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.))
324              From: Michael G Schwern <schwern@pobox.com>
325              Date: Tue, 4 Sep 2001 17:39:13 -0400
326              Message-ID: <20010904173913.C626@blackrider>
327      Branch: perl
328            ! lib/Cwd.pm
329 ____________________________________________________________________________
330 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
331         Log: Subject: Re: Perl_pp_* in public API?
332              From: "Craig A. Berry" <craigberry@mac.com>
333              Date: Tue, 4 Sep 2001 21:51:29 -0500
334              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
335      Branch: perl
336            ! ext/List/Util/Util.xs
337 ____________________________________________________________________________
338 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
339         Log: From Damian: Class::Struct was unable to define
340              recursive classes.  After the patch an object reference
341              (rather than a hash) is required to initialize
342              an object attribute.  If no such initializer is given to
343              the constructor, object attributes are now default
344              initialized to C<undef>.
345      Branch: perl
346            ! lib/Class/Struct.pm lib/Class/Struct.t
347 ____________________________________________________________________________
348 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
349         Log: Subject: Re: sv_catpvfn and sv_setpvfn
350              From: Richard Soderberg <rs@oregonnet.com>
351              Date: Tue, 4 Sep 2001 15:16:47 -0700
352              Message-Id: <200109042216.PAA17858@oregonnet.com>
353      Branch: perl
354            ! pod/perlclib.pod pod/perlguts.pod
355 ____________________________________________________________________________
356 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
357         Log: NetWare updates from Ananth Kesari.
358      Branch: perl
359            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
360            ! NetWare/nw5thread.h
361 ____________________________________________________________________________
362 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
363         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?))
364              From: Nicholas Clark <nick@ccl4.org>
365              Date: Tue, 4 Sep 2001 22:42:50 +0100
366              Message-ID: <20010904224250.P25120@plum.flirble.org>
367      Branch: perl
368            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
369            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
370            ! t/op/oct.t toke.c
371 ____________________________________________________________________________
372 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
373         Log: Fix Cwd::getcwd() not being tainted, as noticed
374              by Schwern.
375      Branch: perl
376            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
377            - ext/Cwd/Cwd.t
378            ! MANIFEST ext/Cwd/Cwd.xs util.c
379 ____________________________________________________________________________
380 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
381         Log: Retract #11870 and volatilize the right destruct_level.
382              Silly thinko pointed out by Sarathy.
383      Branch: perl
384            ! intrpvar.h perl.c
385 ____________________________________________________________________________
386 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
387         Log: At least a temporary fix for the mysterious scope core dumps
388              in Tru64 from Graham.
389      Branch: perl
390            ! ext/List/Util/Util.xs
391 ____________________________________________________________________________
392 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
393         Log: (Retracted by #11872)
394      Branch: perl
395            ! intrpvar.h
396 ____________________________________________________________________________
397 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
398         Log: Quench a -Wall gripe noticed by Robin Barker.
399      Branch: perl
400            ! op.c
401 ____________________________________________________________________________
402 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
403         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
404              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
405              Date: Wed, 05 Sep 2001 02:01:32 +0900
406              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
407      Branch: perl
408            ! lib/Unicode/UCD.pm
409 ____________________________________________________________________________
410 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
411         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
412              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
413              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
414              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
415      Branch: perl
416            ! gv.c
417 ____________________________________________________________________________
418 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
419         Log: Update Changes.
420      Branch: perl
421            ! Changes patchlevel.h
422 ____________________________________________________________________________
423 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
424         Log: Add the \[$@%&*] prototype support.
425      Branch: perl
426            ! op.c pod/perlsub.pod t/comp/proto.t
427 ____________________________________________________________________________
428 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
429         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
430              From: Michael G Schwern <schwern@pobox.com>
431              Date: Mon, 3 Sep 2001 18:59:01 -0400
432              Message-ID: <20010903185901.Z9233@blackrider>
433      Branch: perl
434            ! lib/CGI/t/form.t
435 ____________________________________________________________________________
436 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
437         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
438              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
439              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
440              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
441      Branch: perl
442            ! gv.c
443 ____________________________________________________________________________
444 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
445         Log: More srand entry tweakage based on Randal's suggestion.
446      Branch: perl
447            ! pod/perlfunc.pod
448 ____________________________________________________________________________
449 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
450         Log: Subject: [PATCH] 'main' *is* a reserved word
451              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
452              Date: Mon, 3 Sep 2001 22:55:41 +0200
453              Message-ID: <20010903225541.A24097@rafael>
454      Branch: perl
455            ! toke.c
456 ____________________________________________________________________________
457 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
458         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
459              From: Peter Prymmer <pvhp@best.com>
460              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
461              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
462      Branch: perl
463            ! README.vms configure.com
464 ____________________________________________________________________________
465 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
466         Log: Subject: Re: A slightly better default seed?   
467              From: Michael G Schwern <schwern@pobox.com>
468              Date: Mon, 3 Sep 2001 18:08:15 -0400 
469              Message-ID: <20010903180815.W9233@blackrider>
470      Branch: perl
471            ! t/op/srand.t
472 ____________________________________________________________________________
473 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
474         Log: Add sharedsv.o to microperl object files.
475      Branch: perl
476            ! Makefile.micro
477 ____________________________________________________________________________
478 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
479         Log: AUTHORS updates and
480              
481              Subject: [PATCH] Just some preening :-)        
482              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
483              Date: Tue, 4 Sep 2001 14:16:59 +0100
484              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
485      Branch: perl
486            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
487 ____________________________________________________________________________
488 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
489         Log: Typo fix and slight rewording.
490      Branch: perl
491            ! pod/perlfunc.pod
492 ____________________________________________________________________________
493 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
494         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
495      Branch: perl
496            ! pod/perlfaq4.pod
497 ____________________________________________________________________________
498 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
499         Log: The helper file changed name.
500      Branch: perl
501            ! MANIFEST
502 ____________________________________________________________________________
503 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
504         Log: Update to Scalar-List-Utils 1.03
505      Branch: perl
506            + ext/List/Util/t/shuffle.t
507            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
508            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
509            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
510            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
511            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
512            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
513            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
514            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
515 ____________________________________________________________________________
516 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
517         Log: Make crypt() do something more sane for Unicode
518              (take crypt() of the low eight bits of the characters,
519              instead of taking crypt() of the UTF-8 of the scalar);
520              add a test for crypt().
521      Branch: perl
522            + t/op/crypt.t
523            ! MANIFEST pod/perlfunc.pod pp.c
524 ____________________________________________________________________________
525 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
526         Log: Reorganize the srand entry.
527      Branch: perl
528            ! pod/perlfunc.pod
529 ____________________________________________________________________________
530 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
531         Log: Remove the tests that assume something about
532              calling srand() without arguments multiple times.
533      Branch: perl
534            ! t/op/srand.t
535 ____________________________________________________________________________
536 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
537         Log: Upgrade to Math::BigInt 1.42.
538      Branch: perl
539            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
540            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
541            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
542            ! lib/Math/BigInt/t/mbimbf.t
543 ____________________________________________________________________________
544 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
545         Log: integrate change#11847 from maint-5.6
546              
547              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
548      Branch: perl
549            ! sv.c
550 ____________________________________________________________________________
551 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
552         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
553      Branch: maint-5.6/perl
554            ! sv.c
555 ____________________________________________________________________________
556 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
557         Log: As far as I can tell these functions have been Unicodified.
558      Branch: perl
559            ! doop.c
560 ____________________________________________________________________________
561 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
562         Log: Update to Storable 1.0.13.
563      Branch: perl
564            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
565            ! ext/Storable/Storable.xs
566 ____________________________________________________________________________
567 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
568         Log: Patch the Filter::Simple test to work with
569              the core test suite (since the FilterTest.pm
570              is in t/lib, not in lib).
571      Branch: perl
572            ! lib/Filter/Simple/t/filter.t
573 ____________________________________________________________________________
574 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
575         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
576      Branch: perl
577            + t/lib/FilterTest.pm
578            - t/lib/MyFilter.pm
579 ____________________________________________________________________________
580 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
581         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
582              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
583              Text::Balanced 1.86.
584      Branch: perl
585            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
586            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
587            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
588            + lib/Switch/t/nested.t lib/Switch/t/switch.t
589            + lib/Text/Balanced/Changes lib/Text/Balanced/README
590            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
591            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
592            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
593            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
594            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
595            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
596            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
597            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
598            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
599            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
600            ! MANIFEST lib/Attribute/Handlers.pm
601            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
602            ! lib/Attribute/Handlers/demo/Demo.pm
603            ! lib/Attribute/Handlers/demo/Descriptions.pm
604            ! lib/Attribute/Handlers/demo/MyClass.pm
605            ! lib/Attribute/Handlers/demo/demo.pl
606            ! lib/Attribute/Handlers/demo/demo2.pl
607            ! lib/Attribute/Handlers/demo/demo3.pl
608            ! lib/Attribute/Handlers/demo/demo4.pl
609            ! lib/Attribute/Handlers/demo/demo_call.pl
610            ! lib/Attribute/Handlers/demo/demo_chain.pl
611            ! lib/Attribute/Handlers/demo/demo_cycle.pl
612            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
613            ! lib/Attribute/Handlers/demo/demo_phases.pl
614            ! lib/Attribute/Handlers/demo/demo_range.pl
615            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
616            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
617            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
618            ! lib/Text/Balanced.pm
619 ____________________________________________________________________________
620 [ 11841] By: sky                                   on 2001/09/03  11:04:15
621         Log: Forgot to add a file with Change #11840
622      Branch: perl
623            + t/op/srand.t
624 ____________________________________________________________________________
625 [ 11840] By: sky                                   on 2001/09/03  11:02:04
626         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
627              From: Michael G Schwern <schwern@pobox.com>
628              Date: Mon, 3 Sep 2001 07:43:00 -0400
629              Message-ID: <20010903074300.E9233@blackrider>
630      Branch: perl
631            ! MANIFEST pod/perlfunc.pod t/op/rand.t
632 ____________________________________________________________________________
633 [ 11839] By: sky                                   on 2001/09/03  10:47:11
634         Log: Document the changes with regards to running of END blocks.
635              And DESTROY on global objects are called in perl_destruct()!
636      Branch: perl
637            ! pod/perl572delta.pod pod/perlembed.pod
638 ____________________________________________________________________________
639 [ 11838] By: sky                                   on 2001/09/03  09:34:44
640         Log: Subject: [PATCH t/op/time.t] Partial cleanup
641              From: Michael G Schwern <schwern@pobox.com>
642              Date: Mon, 3 Sep 2001 06:29:42 -0400
643              Message-ID: <20010903062942.C9233@blackrider>
644      Branch: perl
645            ! t/op/time.t
646 ____________________________________________________________________________
647 [ 11837] By: sky                                   on 2001/09/03  09:30:02
648         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
649              From: Michael G Schwern <schwern@pobox.com>
650              Date: Mon, 3 Sep 2001 06:24:13 -0400
651              Message-ID: <20010903062413.B9233@blackrider>
652      Branch: perl
653            ! t/op/rand.t
654 ____________________________________________________________________________
655 [ 11836] By: sky                                   on 2001/09/03  07:56:47
656         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
657              From: Michael G Schwern <schwern@pobox.com>
658              Date: Sun, 2 Sep 2001 21:38:43 -0400
659              Message-ID: <20010902213843.L2711@blackrider>
660      Branch: perl
661            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
662            ! MANIFEST
663 ____________________________________________________________________________
664 [ 11835] By: nick                                  on 2001/09/03  06:20:06
665         Log: Integrate mainline
666      Branch: perlio
667           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
668            - t/op/misc.t
669           !> (integrate 187 files)
670 ____________________________________________________________________________
671 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
672         Log: Update Changes.
673      Branch: perl
674            ! Changes patchlevel.h
675 ____________________________________________________________________________
676 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
677         Log: Slight tweaks.
678      Branch: perl
679            ! t/run/kill_perl.t
680 ____________________________________________________________________________
681 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
682         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
683      Branch: perl
684            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
685 ____________________________________________________________________________
686 [ 11831] By: sky                                   on 2001/09/02  12:10:42
687         Log: Change #11828 wasn't complete, this updates to intest path
688      Branch: perl
689            ! t/run/kill_perl.t
690 ____________________________________________________________________________
691 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
692         Log: 's's's.
693      Branch: perl
694            ! Changes
695 ____________________________________________________________________________
696 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
697         Log: Update Changes.
698      Branch: perl
699            ! Changes patchlevel.h
700 ____________________________________________________________________________
701 [ 11828] By: sky                                   on 2001/09/02  11:53:56
702         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
703              From: Michael G Schwern <schwern@pobox.com>
704              Date: Sat, 1 Sep 2001 20:18:58 -0400
705              Message-ID: <20010901201858.X606@blackrider>
706              +MANIFEST Fix
707      Branch: perl
708            + t/run/kill_perl.t
709            - t/op/misc.t t/run/segfault.t
710            ! MANIFEST
711 ____________________________________________________________________________
712 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
713         Log: Subject: [PATCH] lib/Time/Local.pm
714              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
715              Date: Sun, 2 Sep 2001 06:50:01 -0500
716              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
717      Branch: perl
718            ! lib/Time/Local.pm
719 ____________________________________________________________________________
720 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
721         Log: Tick off Unicode collation and the normalization from
722              the todo list.
723      Branch: perl
724            ! pod/perltodo.pod
725 ____________________________________________________________________________
726 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
727         Log: Update to Unicode 3.1.1.
728      Branch: perl
729            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
730            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
731            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
732            ! lib/unicore/PropList.txt lib/unicore/README.perl
733            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
734            ! lib/unicore/rename lib/unicore/version
735 ____________________________________________________________________________
736 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
737         Log: Slight doc tweaks for the module.
738      Branch: perl
739            ! lib/Unicode/UCD.pm
740 ____________________________________________________________________________
741 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
742         Log: Rename the variable: it *used* to be (wrongly) that the
743              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
744              but that is no more the case: PL_reg_match_utf8 is better.
745      Branch: perl
746            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
747            ! regexec.c sv.c thrdvar.h
748 ____________________________________________________________________________
749 [ 11822] By: ams                                   on 2001/09/02  02:54:50
750         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
751              From: Ilmari Karonen <iltzu@sci.fi>
752              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
753              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
754              (op/sub_lval.t updated to take new error message into account.)
755      Branch: perl
756            ! op.c t/op/sub_lval.t
757 ____________________________________________________________________________
758 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
759         Log: remove stray CRs in files; keep all files with UNIX line-ends
760              (Porting/makerel adds CRs to the files that need it in the
761              distribution)
762      Branch: perl
763            ! NetWare/t/NWScripts.pl README.dos
764            ! ext/Encode/Encode/cns11643-1.enc
765            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
766            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
767 ____________________________________________________________________________
768 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
769         Log: some remnants of change#11803
770      Branch: perl
771            ! ext/ByteLoader/byterun.h perl.h
772 ____________________________________________________________________________
773 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
774         Log: Update to Unicode::Collate 0.08.
775      Branch: perl
776            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
777            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
778 ____________________________________________________________________________
779 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
780         Log: Test tweaks.
781      Branch: perl
782            ! t/op/pat.t
783 ____________________________________________________________________________
784 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
785         Log: Fix test
786      Branch: maint-5.6/macperl
787            ! t/lib/b.t
788 ____________________________________________________________________________
789 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
790         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
791              warnings in Config.pm with -W; increase default and
792              minimum RAM; bump version number.
793      Branch: maint-5.6/macperl
794            + macos/lib/Mac/LowMem.pm
795            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
796            ! macos/configpm macos/macperl/MacPerl.r
797 ____________________________________________________________________________
798 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
799         Log: Make syntax check report in MPW style, fix tests
800              to use Mac::err=unix to get normal-style error
801              messages.
802      Branch: maint-5.6/macperl
803            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
804            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
805 ____________________________________________________________________________
806 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
807         Log: Make MPW-style errors optional (but the default); add
808              MacPerl::ErrorFormat() function and Mac::err pragma
809      Branch: maint-5.6/macperl
810            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
811            + macos/ext/Mac/err/err.xs
812            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
813            ! macos/macish.c macos/macish.h macos/macperl.sym
814 ____________________________________________________________________________
815 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
816         Log: More module and test ports from Thomas Wegner et al
817      Branch: maint-5.6/macperl
818            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
819            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
820            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
821            ! t/op/magic.t
822 ____________________________________________________________________________
823 [ 11812] By: sky                                   on 2001/09/01  17:19:30
824         Log: Subject: [PATCH t/op/concat.t] cleanup
825              From: Michael G Schwern <schwern@pobox.com>
826              Date: Sat, 1 Sep 2001 14:06:28 -0400
827              Message-ID: <20010901140628.C606@blackrider>
828      Branch: perl
829            ! t/op/concat.t
830 ____________________________________________________________________________
831 [ 11811] By: sky                                   on 2001/09/01  12:25:29
832         Log: Change #11805 didn't update the MANIFEST
833      Branch: perl
834            ! MANIFEST
835 ____________________________________________________________________________
836 [ 11810] By: sky                                   on 2001/09/01  11:52:44
837         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
838              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
839              Date: Sat, 1 Sep 2001 14:50:14 +0200
840              Message-ID: <20010901145014.A691@rafael>
841      Branch: perl
842            ! t/op/inccode.t
843 ____________________________________________________________________________
844 [ 11809] By: sky                                   on 2001/09/01  11:49:22
845         Log: Subject: PATCH: ExtUtils::MakeMaker
846              From: Tony Bowden <tony@kasei.com>
847              Date: Sat, 1 Sep 2001 10:33:53 +0100
848              Message-ID: <20010901103353.A13863@soto.kasei.com>
849              Manually applied
850      Branch: perl
851            ! lib/ExtUtils/MakeMaker.pm
852 ____________________________________________________________________________
853 [ 11808] By: sky                                   on 2001/09/01  11:39:13
854         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
855              From: mike808@users.sourceforge.net
856              Date: Sat, 1 Sep 101 11:27:50 GMT
857              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
858              With little tweak
859      Branch: perl
860            ! lib/Term/Cap.pm
861 ____________________________________________________________________________
862 [ 11807] By: ams                                   on 2001/09/01  11:31:16
863         Log: Subject: oct() and hex()
864              From: Nicholas Clark <nick@ccl4.org>
865              Date: Fri, 31 Aug 2001 23:14:13 +0100
866              Message-Id: <20010831231413.J4950@plum.flirble.org>
867      Branch: perl
868            ! pod/perlclib.pod
869 ____________________________________________________________________________
870 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
871         Log: Integrate change 11801 from maintperl
872      Branch: maint-5.6/macperl
873            ! perl.c
874 ____________________________________________________________________________
875 [ 11805] By: sky                                   on 2001/08/31  21:35:10
876         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
877              From: Michael G Schwern <schwern@pobox.com>
878              Date: Fri, 31 Aug 2001 15:36:28 -0400
879              Message-ID: <20010831153628.B598@blackrider>
880              Check for things which used to segfault
881      Branch: perl
882            + t/run/segfault.t
883 ____________________________________________________________________________
884 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
885         Log: integrate change#11801 from maint-5.6
886              
887              remove age-old UNICOS "workaround" that introduces a static, and
888              hence an egregious race condition for threaded builds (*sigh*
889              beats me why this kludge wasn't guarded by a UNICOS-specific
890              #define *sigh*)
891      Branch: perl
892            ! perl.c
893 ____________________________________________________________________________
894 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
895         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
896              working in 5.7.x
897      Branch: perl
898            - objXSUB.h
899            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
900            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
901            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
902            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
903            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
904            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
905            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
906            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
907            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
908            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
909            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
910            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
911            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
912            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
913            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
914            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
915            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
916            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
917            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
918            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
919            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
920            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
921 ____________________________________________________________________________
922 [ 11802] By: ams                                   on 2001/08/31  18:11:32
923         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
924              From: "Philip Newton" <Philip.Newton@gmx.net>
925              Date: Fri, 31 Aug 2001 21:12:56 +0200
926              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
927      Branch: perl
928            ! pod/perldiag.pod
929 ____________________________________________________________________________
930 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
931         Log: remove age-old UNICOS "workaround" that introduces a static, and
932              hence an egregious race condition for threaded builds (*sigh*
933              beats me why this kludge wasn't guarded by a UNICOS-specific
934              #define *sigh*)
935      Branch: maint-5.6/perl
936            ! perl.c
937 ____________________________________________________________________________
938 [ 11800] By: sky                                   on 2001/08/31  17:30:26
939         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
940              Might break on platforms where bool is larger than 8 bites ???
941      Branch: perl
942            ! regcomp.c
943 ____________________________________________________________________________
944 [ 11799] By: ams                                   on 2001/08/31  12:15:44
945         Log: Integrate 11778 into mainline.
946      Branch: perl
947            ! t/base/term.t
948 ____________________________________________________________________________
949 [ 11798] By: sky                                   on 2001/08/31  11:31:44
950         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
951              supposed to happen.
952      Branch: perl
953            ! regcomp.c
954 ____________________________________________________________________________
955 [ 11797] By: sky                                   on 2001/08/31  11:28:17
956         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
957              From: "John P. Linderman" <jpl@research.att.com>
958              Date: Fri, 31 Aug 2001 08:20:35 -0400
959              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
960              Fixes test 14 which could fail randomly in rare cases.
961      Branch: perl
962            ! ext/Time/HiRes/HiRes.t regcomp.c
963 ____________________________________________________________________________
964 [ 11796] By: ams                                   on 2001/08/31  01:13:07
965         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
966              From: Nicholas Clark <nick@ccl4.org>
967              Date: Thu, 30 Aug 2001 23:21:50 +0100
968              Message-Id: <20010830232150.D4950@plum.flirble.org>
969      Branch: perl
970            ! ext/Sys/Syslog/Makefile.PL
971 ____________________________________________________________________________
972 [ 11795] By: ams                                   on 2001/08/30  23:53:23
973         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
974              patching example
975              From: Michael G Schwern <schwern@pobox.com>
976              Date: Thu, 30 Aug 2001 17:02:08 -0400
977              Message-Id: <20010830170208.M2318@blackrider>
978      Branch: perl
979            ! pod/perlhack.pod
980 ____________________________________________________________________________
981 [ 11794] By: ams                                   on 2001/08/30  19:35:36
982         Log: Subject: [PATCH] pp_modulo
983              From: Nicholas Clark <nick@ccl4.org>
984              Date: Thu, 30 Aug 2001 18:20:54 +0100
985              Message-Id: <20010830182053.A4950@plum.flirble.org>
986      Branch: perl
987            ! pp.c t/op/64bitint.t
988 ____________________________________________________________________________
989 [ 11793] By: sky                                   on 2001/08/30  13:02:48
990         Log: 11792 wasn't complete
991      Branch: perl
992            ! makedef.pl regcomp.c
993 ____________________________________________________________________________
994 [ 11792] By: sky                                   on 2001/08/30  12:21:11
995         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
996      Branch: perl
997            ! makedef.pl
998 ____________________________________________________________________________
999 [ 11791] By: sky                                   on 2001/08/30  10:08:02
1000         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
1001      Branch: perl
1002            ! config_h.SH
1003 ____________________________________________________________________________
1004 [ 11790] By: sky                                   on 2001/08/30  08:22:31
1005         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
1006              on the pad. Fixes coredumps in cleanups introduced by
1007              Change 11755  
1008      Branch: perl
1009            ! op.c perl.c sv.h
1010 ____________________________________________________________________________
1011 [ 11789] By: sky                                   on 2001/08/29  19:01:47
1012         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
1013              This is a replacement implmentation that works on HPUX.
1014              This bug should probably be fixed in GCC.
1015      Branch: perl
1016            ! ext/Socket/Socket.xs
1017 ____________________________________________________________________________
1018 [ 11788] By: ams                                   on 2001/08/29  17:35:33
1019         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
1020              From: Nicholas Clark <nick@ccl4.org>
1021              Date: Wed, 29 Aug 2001 18:21:56 +0100
1022              Message-Id: <20010829182156.O4950@plum.flirble.org>
1023      Branch: perl
1024            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
1025 ____________________________________________________________________________
1026 [ 11787] By: sky                                   on 2001/08/29  10:42:54
1027         Log: Added test for pack_addr_in and unpack_addr_in
1028              Nitpik in test 10
1029      Branch: perl
1030            ! ext/Socket/Socket.t
1031 ____________________________________________________________________________
1032 [ 11786] By: sky                                   on 2001/08/29  10:28:14
1033         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
1034              Trying to catch errors on HP-UX
1035      Branch: perl
1036            ! ext/Socket/Socket.t
1037 ____________________________________________________________________________
1038 [ 11785] By: sky                                   on 2001/08/29  09:07:03
1039         Log: make sure USE_THREADS is defined so external apps work
1040      Branch: perl
1041            ! config_h.SH
1042 ____________________________________________________________________________
1043 [ 11784] By: sky                                   on 2001/08/29  08:06:12
1044         Log: Subject: Re: The hitlist of untested modules.
1045              From: Jonathan Stowe <gellyfish@gellyfish.com>
1046              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
1047              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
1048              Start of tests for Shell.pm (make Schwern poorer!)
1049      Branch: perl
1050            + lib/Shell.t
1051            ! MANIFEST
1052 ____________________________________________________________________________
1053 [ 11783] By: sky                                   on 2001/08/29  07:37:50
1054         Log: END{} can change the return value even if we die from BEGIN{}
1055      Branch: perl
1056            ! miniperlmain.c
1057 ____________________________________________________________________________
1058 [ 11782] By: ams                                   on 2001/08/29  06:32:17
1059         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
1060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1061              Date: Wed, 29 Aug 2001 09:18:17 +0200
1062              Message-Id: <20010829091817.A4453@rafael>
1063      Branch: perl
1064            ! t/op/inccode.t
1065 ____________________________________________________________________________
1066 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
1067         Log: Delete xsubpp.patch, as full copy exists now
1068      Branch: maint-5.6/macperl
1069            - macos/xsubpp.patch
1070 ____________________________________________________________________________
1071 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
1072         Log: Add Changes file
1073      Branch: maint-5.6/macperl
1074            + macos/Changes
1075 ____________________________________________________________________________
1076 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
1077         Log: Add Mac version of xsubpp as separate file
1078      Branch: maint-5.6/macperl
1079            + macos/xsubpp
1080            ! macos/Makefile.mk
1081 ____________________________________________________________________________
1082 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
1083         Log: Fix open of /dev/null for Mac OS
1084      Branch: maint-5.6/macperl
1085            ! t/base/term.t
1086 ____________________________________________________________________________
1087 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
1088         Log: Various patches: enable more tests; skip CVS in PerlInstall;
1089              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
1090      Branch: maint-5.6/macperl
1091            ! macos/MacPerlTests.cmd macos/PerlInstall
1092            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
1093 ____________________________________________________________________________
1094 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
1095         Log: Allow for platforms to override formatting of errors
1096              on output from Matthias Neeracher (Mac files)
1097      Branch: maint-5.6/macperl
1098            ! macos/macish.c macos/macish.h
1099 ____________________________________________________________________________
1100 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
1101         Log: Allow for platforms to override formatting of errors
1102              on output from Matthias Neeracher (core files)
1103      Branch: maint-5.6/macperl
1104            ! perl.h pp_ctl.c util.c
1105 ____________________________________________________________________________
1106 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
1107         Log: Add some param checking, from reports by Kevin Reid.
1108      Branch: maint-5.6/macperl
1109            ! macos/ext/Mac/Controls/Controls.pm
1110            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
1111 ____________________________________________________________________________
1112 [ 11773] By: ams                                   on 2001/08/28  23:54:57
1113         Log: Subject: [PATCH] make coretest
1114              From: Paul Johnson <paul@pjcj.net>
1115              Date: Wed, 29 Aug 2001 00:11:38 +0200
1116              Message-Id: <20010829001138.B12169@pjcj.net>
1117              (Applied without the change to perlhack.pod. This should
1118              probably stay undocumented.)
1119      Branch: perl
1120            ! Makefile.SH t/TEST
1121 ____________________________________________________________________________
1122 [ 11772] By: sky                                   on 2001/08/28  13:01:20
1123         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
1124              From: Michael G Schwern <schwern@pobox.com>
1125              Date: Tue, 28 Aug 2001 09:57:39 -0400
1126              Message-ID: <20010828095738.E17775@blackrider>
1127      Branch: perl
1128            ! pod/perlhack.pod t/op/pack.t
1129 ____________________________________________________________________________
1130 [ 11771] By: sky                                   on 2001/08/28  11:20:13
1131         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
1132              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1133              Date: Tue, 28 Aug 2001 14:23:43 +0200
1134              Message-ID: <20010828142343.A19299@rafael>
1135      Branch: perl
1136            ! pod/perlvar.pod pp_ctl.c
1137 ____________________________________________________________________________
1138 [ 11770] By: ams                                   on 2001/08/28  10:13:21
1139         Log: Subject: [PATCH] odd typo in op.h
1140              From: Nicholas Clark <nick@ccl4.org>
1141              Date: Tue, 28 Aug 2001 12:10:26 +0100
1142              Message-Id: <20010828121026.V4950@plum.flirble.org>
1143      Branch: perl
1144            ! op.h
1145 ____________________________________________________________________________
1146 [ 11769] By: sky                                   on 2001/08/28  08:09:16
1147         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
1148              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
1149              Date: Tue, 28 Aug 2001 02:22:20 +0300
1150              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
1151      Branch: perl
1152            ! ext/B/B/Lint.pm
1153 ____________________________________________________________________________
1154 [ 11768] By: ams                                   on 2001/08/28  00:47:35
1155         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1156              From: Michael G Schwern <schwern@pobox.com>
1157              Date: Mon, 27 Aug 2001 21:24:44 -0400
1158              Message-Id: <20010827212444.F12582@blackrider>
1159      Branch: perl
1160            ! pod/perlhack.pod t/op/pack.t
1161 ____________________________________________________________________________
1162 [ 11767] By: ams                                   on 2001/08/27  23:59:48
1163         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1164              From: Michael G Schwern <schwern@pobox.com>
1165              Date: Mon, 27 Aug 2001 20:12:29 -0400
1166              Message-Id: <20010827201229.D12582@blackrider>
1167      Branch: perl
1168            ! pod/perlhack.pod t/op/pack.t
1169 ____________________________________________________________________________
1170 [ 11766] By: ams                                   on 2001/08/27  23:39:40
1171         Log: Update Changes.
1172      Branch: perl
1173            ! Changes
1174 ____________________________________________________________________________
1175 [ 11765] By: ams                                   on 2001/08/27  22:53:10
1176         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
1177              From: Michael G Schwern <schwern@pobox.com>
1178              Date: Mon, 27 Aug 2001 19:47:30 -0400
1179              Message-Id: <20010827194730.C12582@blackrider>
1180      Branch: perl
1181            ! t/op/inccode.t
1182 ____________________________________________________________________________
1183 [ 11764] By: ams                                   on 2001/08/27  22:46:21
1184         Log: Subject: [PATCH] new tests for the coderef-in-@INC
1185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1186              Date: Mon, 27 Aug 2001 22:36:27 +0200
1187              Message-Id: <20010827223627.C690@rafael>
1188              
1189              Subject: Re: [PATCH] new tests for the coderef-in-@INC
1190              From: Nicholas Clark <nick@ccl4.org>
1191              Date: Tue, 28 Aug 2001 00:02:46 +0100
1192              Message-Id: <20010828000245.R4950@plum.flirble.org>
1193      Branch: perl
1194            + t/op/inccode.t
1195            ! MANIFEST
1196 ____________________________________________________________________________
1197 [ 11763] By: ams                                   on 2001/08/27  22:41:09
1198         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
1199              bleadperl on fire, Win95+4NT)
1200              From: Michael G Schwern <schwern@pobox.com>
1201              Date: Mon, 27 Aug 2001 16:54:42 -0400
1202              Message-Id: <20010827165442.F9436@blackrider>
1203      Branch: perl
1204            ! lib/warnings.t
1205 ____________________________________________________________________________
1206 [ 11762] By: sky                                   on 2001/08/27  19:19:17
1207         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
1208              avaible at compile time. This broke the compilation of 
1209              Net/Ping.pm
1210      Branch: perl
1211            ! lib/Net/Ping.pm
1212 ____________________________________________________________________________
1213 [ 11761] By: sky                                   on 2001/08/27  18:34:48
1214         Log: Removed tripple definitions of CUSTOM_OP functions.
1215      Branch: perl
1216            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1217 ____________________________________________________________________________
1218 [ 11760] By: sky                                   on 2001/08/27  18:21:27
1219         Log: Regen headers
1220      Branch: perl
1221            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
1222            ! perlapi.h proto.h
1223 ____________________________________________________________________________
1224 [ 11759] By: ams                                   on 2001/08/27  16:31:53
1225         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
1226              From: "chromatic" <chromatic@rmci.net>
1227              Date: Mon, 27 Aug 2001 11:17:09 -0600
1228              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
1229      Branch: perl
1230            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
1231 ____________________________________________________________________________
1232 [ 11758] By: sky                                   on 2001/08/27  15:16:42
1233         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
1234              Thanks to H. Merijn Brand for the patch.
1235              Some of the comments and or guards might be removable in perl.h now.
1236      Branch: perl
1237            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
1238            ! Porting/Glossary Porting/config_H README.threads config_h.SH
1239            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
1240            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
1241            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
1242            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
1243            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
1244            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
1245            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
1246            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
1247            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
1248            ! win32/config_H.vc win32/perllib.c win32/win32.h
1249            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
1250            ! wince/config.h wince/config_H.ce wince/win32.h
1251            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
1252 ____________________________________________________________________________
1253 [ 11757] By: sky                                   on 2001/08/27  13:39:16
1254         Log: Subject: GNU ld parses arguments different
1255              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1256              Date: Mon, 27 Aug 2001 16:25:51 +0200
1257              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
1258      Branch: perl
1259            ! hints/hpux.sh
1260 ____________________________________________________________________________
1261 [ 11756] By: sky                                   on 2001/08/27  13:18:45
1262         Log: Subject: Custom Ops
1263              From: Simon Cozens <simon@netthink.co.uk>
1264              Date: Sat, 25 Aug 2001 17:45:09 +0100
1265              Message-ID: <20010825174509.A5752@netthink.co.uk>
1266              I also added a fix to Opcode.pm to quite test cases.
1267      Branch: perl
1268            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
1269            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
1270 ____________________________________________________________________________
1271 [ 11755] By: sky                                   on 2001/08/27  05:37:17
1272         Log: Plugs a memory leak on destruction of regular expressions
1273              introcued by #11274.
1274              PL_regex_padav now has an AV as it's first entry with a list
1275              of freed regex_padav slots that it will reuse on creating
1276              new PMOPs.
1277      Branch: perl
1278            ! op.c perl.c
1279 ____________________________________________________________________________
1280 [ 11754] By: ams                                   on 2001/08/26  14:38:52
1281         Log: Subject: [PATCH] t/io/binmode.t
1282              From: Nicholas Clark <nick@ccl4.org>
1283              Date: Sun, 26 Aug 2001 12:03:05 +0100
1284              Message-Id: <20010826120305.C4950@plum.flirble.org>
1285              
1286              (Also a nitpick in #11752 to t/op/universal.t)
1287      Branch: perl
1288            ! t/io/binmode.t t/op/universal.t
1289 ____________________________________________________________________________
1290 [ 11753] By: ams                                   on 2001/08/26  08:19:34
1291         Log: Subject: [PATCH] op/universal.t failing
1292              From: Nicholas Clark <nick@ccl4.org>
1293              Date: Sun, 26 Aug 2001 09:48:22 +0100
1294              Message-Id: <20010826094822.B4950@plum.flirble.org>
1295      Branch: perl
1296            ! t/op/universal.t
1297 ____________________________________________________________________________
1298 [ 11752] By: ams                                   on 2001/08/25  22:46:13
1299         Log: Subject: Re: 'can' with undefined subs
1300              From: Tony Bowden <tony@kasei.com>
1301              Date: Sat, 25 Aug 2001 14:58:17 +0100
1302              Message-Id: <20010825145817.A11788@soto.kasei.com>
1303              (Applied with minor modifications.)
1304      Branch: perl
1305            ! t/op/universal.t
1306 ____________________________________________________________________________
1307 [ 11751] By: ams                                   on 2001/08/25  18:28:43
1308         Log: Subject: Re: 'can' with undefined subs
1309              From: Tony Bowden <tony@kasei.com>
1310              Date: Sat, 25 Aug 2001 15:13:14 +0100
1311              Message-Id: <20010825151314.B11788@soto.kasei.com>
1312      Branch: perl
1313            ! lib/UNIVERSAL.pm
1314 ____________________________________________________________________________
1315 [ 11750] By: nick                                  on 2001/08/25  15:24:15
1316         Log: Integrate mainline
1317      Branch: perlio
1318           +> t/io/binmode.t
1319           !> (integrate 26 files)
1320 ____________________________________________________________________________
1321 [ 11749] By: nick                                  on 2001/08/25  14:55:41
1322         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
1323              From:  John Peacock <jpeacock@rowman.com>
1324              Date:  Wed, 22 Aug 2001 12:05:28 -0400
1325              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
1326      Branch: perl
1327            ! pod/perlhack.pod
1328 ____________________________________________________________________________
1329 [ 11748] By: nick                                  on 2001/08/25  14:53:04
1330         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
1331              From:  Michael G Schwern <schwern@pobox.com>
1332              Date:  Wed, 22 Aug 2001 19:22:45 -0400
1333              Message-Id:  <20010822192245.U619@blackrider>
1334      Branch: perl
1335            ! MANIFEST
1336 ____________________________________________________________________________
1337 [ 11747] By: nick                                  on 2001/08/25  14:52:33
1338         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
1339              From:  Nicholas Clark <nick@ccl4.org>
1340              Date:  Wed, 22 Aug 2001 23:29:06 +0100
1341              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
1342      Branch: perl
1343            + t/io/binmode.t
1344            ! perlio.c pod/perlfunc.pod
1345 ____________________________________________________________________________
1346 [ 11744] By: nick                                  on 2001/08/25  14:37:33
1347         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
1348              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1349              Date:  Fri, 24 Aug 2001 22:10:42 +0200
1350              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
1351      Branch: perl
1352            ! x2p/a2py.c x2p/walk.c
1353 ____________________________________________________________________________
1354 [ 11743] By: nick                                  on 2001/08/25  14:32:47
1355         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
1356              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1357              Date:  Fri, 24 Aug 2001 23:34:13 +0200
1358              Message-Id:  <20010824233413.A1285@rafael>
1359      Branch: perl
1360            ! pod/perlfunc.pod pod/perlvar.pod
1361 ____________________________________________________________________________
1362 [ 11742] By: ams                                   on 2001/08/25  13:16:02
1363         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
1364              From: Nicholas Clark <nick@ccl4.org>
1365              Date: Sat, 25 Aug 2001 14:50:07 +0100
1366              Message-Id: <20010825145007.L41464@plum.flirble.org>
1367      Branch: perl
1368            ! pp_ctl.c
1369 ____________________________________________________________________________
1370 [ 11741] By: nick                                  on 2001/08/24  07:08:45
1371         Log: When applying patch via Porting/apply fails, do p4 refresh
1372              to get old files back.
1373      Branch: perl
1374            ! Porting/apply
1375 ____________________________________________________________________________
1376 [ 11740] By: ams                                   on 2001/08/24  04:47:24
1377         Log: #11739 was incomplete.
1378      Branch: perl
1379            ! pod/perldiag.pod
1380 ____________________________________________________________________________
1381 [ 11739] By: ams                                   on 2001/08/24  04:09:40
1382         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
1383              From: "Philip Newton" <Philip.Newton@gmx.net>
1384              Date: Fri, 24 Aug 2001 07:08:34 +0200
1385      Branch: perl
1386            ! pod/perldiag.pod
1387 ____________________________________________________________________________
1388 [ 11738] By: ams                                   on 2001/08/24  02:19:42
1389         Log: Fixed Doug Wilson's email address.
1390      Branch: perl
1391            ! AUTHORS
1392 ____________________________________________________________________________
1393 [ 11737] By: ams                                   on 2001/08/24  00:10:13
1394         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
1395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1396              Date: Thu, 23 Aug 2001 22:22:58 +0200
1397              Message-Id: <20010823222258.A901@rafael>
1398      Branch: perl
1399            ! pod/perldiag.pod
1400 ____________________________________________________________________________
1401 [ 11736] By: ams                                   on 2001/08/24  00:05:02
1402         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
1403              From: "Craig A. Berry" <craigberry@mac.com>
1404              Date: Thu, 23 Aug 2001 19:07:45 -0500
1405              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
1406      Branch: perl
1407            ! configure.com
1408 ____________________________________________________________________________
1409 [ 11735] By: sky                                   on 2001/08/23  13:42:07
1410         Log: Backed out 11732, it breaks lib/strict.t 
1411      Branch: perl
1412            ! op.c
1413 ____________________________________________________________________________
1414 [ 11734] By: sky                                   on 2001/08/23  11:45:59
1415         Log: Removed toy from 17133 after Matt Sargeants request.
1416      Branch: perl
1417            ! pod/perlfaq4.pod
1418 ____________________________________________________________________________
1419 [ 11733] By: sky                                   on 2001/08/23  11:36:29
1420         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
1421              From: Robin Houston <robin@kitsite.com>
1422              Date: Wed, 22 Aug 2001 23:06:16 +0100
1423              Message-ID: <20010822230616.A254@robin.kitsite.com>
1424      Branch: perl
1425            ! pod/perlfaq4.pod
1426 ____________________________________________________________________________
1427 [ 11732] By: sky                                   on 2001/08/23  10:36:02
1428         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
1429              From: Simon Cozens <simon@netthink.co.uk>
1430              Date: Thu, 23 Aug 2001 12:06:36 +0100
1431              Message-ID: <20010823120636.A9961@netthink.co.uk>
1432      Branch: perl
1433            ! op.c
1434 ____________________________________________________________________________
1435 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
1436         Log: fix broken windows build
1437      Branch: perl
1438            ! perl.h
1439 ____________________________________________________________________________
1440 [ 11730] By: ams                                   on 2001/08/22  21:35:30
1441         Log: Subject: [PATCH] io/tell.t doesn't chdir t
1442              From: Nicholas Clark <nick@ccl4.org>
1443              Date: Wed, 22 Aug 2001 23:25:58 +0100
1444              Message-Id: <20010822232557.Y82818@plum.flirble.org>
1445      Branch: perl
1446            ! t/io/tell.t
1447 ____________________________________________________________________________
1448 [ 11729] By: ams                                   on 2001/08/22  20:32:21
1449         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1450              questions)
1451              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1452              Date: Wed, 22 Aug 2001 17:09:04 -0400
1453              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1454              (Oops, forgot File::Spec::Unix in the previous patch.)
1455      Branch: perl
1456            ! lib/File/Spec/Unix.pm
1457 ____________________________________________________________________________
1458 [ 11728] By: ams                                   on 2001/08/22  20:25:41
1459         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1460              questions)
1461              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1462              Date: Wed, 22 Aug 2001 17:09:04 -0400
1463              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1464      Branch: perl
1465            ! lib/File/Spec.pm
1466 ____________________________________________________________________________
1467 [ 11727] By: ams                                   on 2001/08/22  19:43:30
1468         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
1469              From: John Peacock <jpeacock@rowman.com>
1470              Date: Wed, 22 Aug 2001 12:35:52 -0400
1471              Message-Id: <3B83DF68.5D89DC81@rowman.com>
1472              (Adds proper tests for $], notwithstanding Subject. +nitpick)
1473      Branch: perl
1474            ! t/op/ver.t
1475 ____________________________________________________________________________
1476 [ 11726] By: ams                                   on 2001/08/22  19:36:39
1477         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
1478              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
1479              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
1480              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
1481      Branch: perl
1482            ! lib/diagnostics.pm lib/diagnostics.t
1483 ____________________________________________________________________________
1484 [ 11725] By: ams                                   on 2001/08/22  19:25:01
1485         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
1486              From: Nicholas Clark <nick@ccl4.org>
1487              Date: Wed, 22 Aug 2001 20:59:05 +0100
1488              Message-Id: <20010822205905.U82818@plum.flirble.org>
1489      Branch: perl
1490            ! pp.c t/op/64bitint.t t/op/arith.t
1491 ____________________________________________________________________________
1492 [ 11724] By: ams                                   on 2001/08/22  10:02:33
1493         Log: Subject: Configure blooper
1494              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1495              Date: Wed, 22 Aug 2001 12:38:35 +0200
1496              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
1497      Branch: perl
1498            ! Configure
1499 ____________________________________________________________________________
1500 [ 11723] By: ams                                   on 2001/08/21  16:17:53
1501         Log: Subject: [PATCH] installperl -help
1502              From: Nicholas Clark <nick@ccl4.org>
1503              Date: Tue, 21 Aug 2001 17:34:23 +0100
1504              Message-Id: <20010821173423.F82818@plum.flirble.org>
1505      Branch: perl
1506            ! installperl
1507 ____________________________________________________________________________
1508 [ 11722] By: ams                                   on 2001/08/20  07:46:31
1509         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
1510              From: Ilmari Karonen <iltzu@sci.fi>
1511              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
1512              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
1513      Branch: perl
1514            ! pod/perlvar.pod
1515 ____________________________________________________________________________
1516 [ 11721] By: nick                                  on 2001/08/20  06:24:31
1517         Log: Integrate mainline
1518      Branch: perlio
1519           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
1520           +> lib/Lingua/KO/Hangul/Util/Changes
1521           +> lib/Lingua/KO/Hangul/Util/README
1522           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1523           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1524           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1525           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1526           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1527           +> lib/Unicode/Normalize/t/test.t
1528            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1529           !> (integrate 55 files)
1530 ____________________________________________________________________________
1531 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
1532         Log: Integrate Change #11599 from maint-5.6/perl
1533      Branch: maint-5.6/macperl
1534           !> README.win32
1535 ____________________________________________________________________________
1536 [ 11719] By: ams                                   on 2001/08/18  21:21:42
1537         Log: Add Porting/apply to MANIFEST.
1538      Branch: perl
1539            ! MANIFEST
1540 ____________________________________________________________________________
1541 [ 11718] By: sky                                   on 2001/08/18  14:38:01
1542         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
1543              Better solution would be to make 5005threaded perl use
1544              the same system as ithreads do
1545      Branch: perl
1546            ! perl.h
1547 ____________________________________________________________________________
1548 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
1549         Log: New try for ID 20010407.006: detach the semantics
1550              "was the last match target UTF8" into its own variable.
1551      Branch: perl
1552            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
1553            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
1554 ____________________________________________________________________________
1555 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
1556         Log: UTF8 flag should be meaningful only when POK.
1557      Branch: perl
1558            ! dump.c
1559 ____________________________________________________________________________
1560 [ 11715] By: sky                                   on 2001/08/18  11:45:16
1561         Log: USE_THREADS and USE_ITHREADS are never true at the same time
1562      Branch: perl
1563            ! perl.h
1564 ____________________________________________________________________________
1565 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
1566         Log: Retract #11712 for now.  The real fix would probably
1567              be something like making PL_reg_sv a copy (PV + UTF8)
1568              of the matched/substituted string (note: not just a SvPOK
1569              string, for example the stringified form of a ROK would
1570              be applicable)  Beware of leaks.
1571      Branch: perl
1572            ! pp_hot.c t/op/pat.t
1573 ____________________________________________________________________________
1574 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
1575         Log: UTF8 wasn't printing for PVMGs.
1576      Branch: perl
1577            ! dump.c
1578 ____________________________________________________________________________
1579 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
1580         Log: (Retracted by #11714)
1581              
1582              Okay analysis, debatable fix.  (The fix will inc
1583              the refcount of all temporary match objects,
1584              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
1585              which will then cause griping at untie() time
1586              ("inner references remain").
1587              
1588              Fix for ID 20010407.006: PL_reg_sv got wiped out
1589              by freetemps if the match target was a temporary
1590              (like function_call() =~ /.../), which in turn meant
1591              that the $1 et al stopped working if they had UTF-8
1592              in them.  Therefore bump up the refcount of PL_reg_sv.
1593      Branch: perl
1594            ! pp_hot.c t/op/pat.t
1595 ____________________________________________________________________________
1596 [ 11711] By: ams                                   on 2001/08/17  20:32:08
1597         Log: Subject: [PATCH] doesn't compile, was perl@11710
1598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1599              Date: Fri, 17 Aug 2001 23:21:10 +0200
1600              Message-Id: <20010817232110.C7041@rafael> 
1601      Branch: perl
1602            ! sharedsv.c
1603 ____________________________________________________________________________
1604 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
1605         Log: Update Changes.
1606      Branch: perl
1607            ! Changes patchlevel.h
1608 ____________________________________________________________________________
1609 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
1610         Log: Upgrade to libnet 1.0704.
1611      Branch: perl
1612            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1613            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
1614            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
1615            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
1616            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
1617            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
1618            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
1619 ____________________________________________________________________________
1620 [ 11708] By: sky                                   on 2001/08/17  13:34:04
1621         Log: Let perl_clone copy PL_exit_flags
1622      Branch: perl
1623            ! sv.c
1624 ____________________________________________________________________________
1625 [ 11707] By: sky                                   on 2001/08/17  12:28:41
1626         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
1627      Branch: perl
1628            ! sharedsv.c sharedsv.h
1629 ____________________________________________________________________________
1630 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
1631         Log: The metaconfig unit change for #11705.
1632      Branch: metaconfig/U/perl
1633            ! Extensions.U
1634 ____________________________________________________________________________
1635 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
1636         Log: Allow the threads extension to be found if present.
1637      Branch: perl
1638            ! Configure
1639 ____________________________________________________________________________
1640 [ 11704] By: nick                                  on 2001/08/17  11:47:54
1641         Log: Mail -> change script (pre-alpha)
1642      Branch: perl
1643            + Porting/apply
1644 ____________________________________________________________________________
1645 [ 11703] By: sky                                   on 2001/08/17  07:11:24
1646         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
1647              Thanks to Tom Hospel for pointing out my error.
1648      Branch: perl
1649            ! op.h
1650 ____________________________________________________________________________
1651 [ 11702] By: sky                                   on 2001/08/17  04:18:11
1652         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.
1653      Branch: perl
1654            ! embed.pl miniperlmain.c perl.c perl.h proto.h
1655 ____________________________________________________________________________
1656 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
1657         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
1658              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
1659      Branch: perl
1660            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1661            + lib/Lingua/KO/Hangul/Util/README
1662            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1663            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1664            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1665            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1666            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1667            + lib/Unicode/Normalize/t/test.t
1668            ! MANIFEST
1669 ____________________________________________________________________________
1670 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
1671         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
1672              Date: Thu, 16 Aug 2001 22:46:15 -0500
1673              From: "Craig A. Berry" <craigberry@mac.com>
1674              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
1675      Branch: perl
1676            ! configure.com numeric.c
1677 ____________________________________________________________________________
1678 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
1679         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
1680              of the usual suspects (like getpwent) but not for others
1681              (like localtime and rand).  The _r versions are available
1682              for all of them, so let's use them.
1683      Branch: perl
1684            ! perl.h
1685 ____________________________________________________________________________
1686 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
1687         Log: (Accidental apply; thankfully empty.)
1688      Branch: perl
1689            ! hints/os390.sh
1690 ____________________________________________________________________________
1691 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
1692         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
1693              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1694              Date: Thu, 16 Aug 2001 16:27:49 +0100
1695              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
1696      Branch: perl
1697            ! regexec.c t/op/re_tests
1698 ____________________________________________________________________________
1699 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
1700         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
1701              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1702              Date: Thu, 16 Aug 2001 18:50:01 +0100
1703              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
1704      Branch: perl
1705            ! pp_hot.c t/op/pat.t
1706 ____________________________________________________________________________
1707 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
1708         Log: Subject: [PATCH] *time_r again
1709              From: "Arthur Bergman" <arthur@contiller.se>
1710              Date: Thu, 16 Aug 2001 16:01:54 +0200
1711              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
1712      Branch: perl
1713            ! op.h
1714 ____________________________________________________________________________
1715 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
1716         Log: system() and backtick error handling cleanup from Craig A. Berry.
1717      Branch: perl
1718            ! vms/vms.c
1719 ____________________________________________________________________________
1720 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
1721         Log: change#10334 leaks memory, copies string when it doesn't
1722              need to
1723      Branch: perl
1724            ! perl.c
1725 ____________________________________________________________________________
1726 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
1727         Log: One more twist to the sprintf + utf8 testing.
1728      Branch: perl
1729            ! t/op/misc.t
1730 ____________________________________________________________________________
1731 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
1732         Log: Fix for 20010407.008 sprintf removes utf8-ness.
1733      Branch: perl
1734            ! pp.c t/op/misc.t
1735 ____________________________________________________________________________
1736 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
1737         Log: Subject: [PATCH] *time_r fixes
1738              From: "Arthur Bergman" <arthur@contiller.se>
1739              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
1740              Date: Thu, 16 Aug 2001 14:22:27 +0200
1741      Branch: perl
1742            ! op.h
1743 ____________________________________________________________________________
1744 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
1745         Log: Upgrade to CGI.pm 2.77.
1746      Branch: perl
1747            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
1748            ! lib/CGI/t/function.t
1749 ____________________________________________________________________________
1750 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
1751         Log: Document the bytes-to-Unicode upgrading.
1752      Branch: perl
1753            ! pod/perlunicode.pod
1754 ____________________________________________________________________________
1755 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
1756         Log: Add a test for Unicode sprintf.
1757      Branch: perl
1758            ! t/op/misc.t
1759 ____________________________________________________________________________
1760 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
1761         Log: Add Unicode tests for index/rindex.
1762      Branch: perl
1763            ! t/op/index.t
1764 ____________________________________________________________________________
1765 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
1766         Log: Document a bit the art of minimizing the installation,
1767              based on the p5p discussion.
1768      Branch: perl
1769            ! INSTALL
1770 ____________________________________________________________________________
1771 [ 11684] By: nick                                  on 2001/08/15  15:03:31
1772         Log: Integrate mainline
1773      Branch: perlio
1774           +> sharedsv.c sharedsv.h
1775           !> (integrate 53 files)
1776 ____________________________________________________________________________
1777 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
1778         Log: Update Changes.
1779      Branch: perl
1780            ! Changes patchlevel.h
1781 ____________________________________________________________________________
1782 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
1783         Log: The #11673 necessitated a test tweak.
1784      Branch: perl
1785            ! t/io/utf8.t
1786 ____________________________________________________________________________
1787 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
1788         Log: Also UNICOS is in the general case unable to silently
1789              handle fp overflows.
1790      Branch: perl
1791            ! numeric.c
1792 ____________________________________________________________________________
1793 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
1794         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
1795              NV_EPSILON #defined.
1796      Branch: perl
1797            ! perl.h
1798 ____________________________________________________________________________
1799 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
1800         Log: Re-establish the fp overflow detection for VAX VMS; there
1801              is no easy way to have the IEEE fp silent overflow semantics.
1802              (in Alpha VMS we still will use IEEE fp by default-- but it
1803              is still possible to configure Perl to use G_FLOAT)
1804      Branch: perl
1805            ! numeric.c
1806 ____________________________________________________________________________
1807 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
1808         Log: Subject: [PATCH] pp_lock 
1809              From: "Arthur Bergman" <arthur@contiller.se>
1810              Date: Wed, 15 Aug 2001 11:52:16 +0200
1811              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
1812      Branch: perl
1813            ! pp.c
1814 ____________________________________________________________________________
1815 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
1816         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
1817              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1818              Date: Wed, 15 Aug 2001 11:32:11 +0100
1819              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
1820      Branch: perl
1821            ! regcomp.c t/op/re_tests
1822 ____________________________________________________________________________
1823 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
1824         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
1825              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1826              Date: Wed, 15 Aug 2001 10:33:49 +0100
1827              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
1828      Branch: perl
1829            ! regexec.c t/op/re_tests
1830 ____________________________________________________________________________
1831 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
1832         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
1833              From: Barrie Slaymaker <barries@slaysys.com>
1834              Date: Tue, 14 Aug 2001 14:32:25 -0400
1835              Message-ID: <20010814143225.A19822@jester.slaysys.com>
1836      Branch: perl
1837            ! lib/File/Spec.t lib/File/Spec/Unix.pm
1838 ____________________________________________________________________________
1839 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
1840         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
1841              From: Peter Prymmer <pvhp@forte.com>
1842              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
1843              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
1844      Branch: perl
1845            ! README.vms configure.com
1846 ____________________________________________________________________________
1847 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
1848         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
1849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1850              Date: Tue, 14 Aug 2001 21:23:27 +0200
1851              Message-ID: <20010814212327.A1919@rafael>
1852      Branch: perl
1853            ! doio.c
1854 ____________________________________________________________________________
1855 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
1856         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
1857              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1858              Date: Tue, 14 Aug 2001 22:30:11 +0200
1859              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
1860              
1861              Combination of nmake, quoting, and Perl expanded $( in here-doc.
1862      Branch: perl
1863            ! ext/SDBM_File/Makefile.PL
1864 ____________________________________________________________________________
1865 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
1866         Log: Todo updates.
1867      Branch: perl
1868            ! pod/perltodo.pod
1869 ____________________________________________________________________________
1870 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
1871         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
1872              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1873              Date: Mon, 13 Aug 2001 23:15:01 +0200
1874              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
1875      Branch: perl
1876            ! sv.c
1877 ____________________________________________________________________________
1878 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
1879         Log: Subject: [PATCH] [b-]showlex.t
1880              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1881              Date: Sun, 12 Aug 2001 22:24:51 +0200
1882              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
1883              
1884              The 4nt command shell will expand the % in command line
1885              no matter what quoting is attempted, changed the % to @.
1886      Branch: perl
1887            ! ext/B/Showlex.t
1888 ____________________________________________________________________________
1889 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
1890         Log: Subject: [PATCH] magic.t
1891              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1892              Date: Sun, 12 Aug 2001 20:49:27 +0200
1893              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
1894      Branch: perl
1895            ! t/op/magic.t
1896 ____________________________________________________________________________
1897 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
1898         Log: Add sharedsv* to the DOSish platforms; plus add
1899              some WinCE files to the list of DOSish files.
1900      Branch: perl
1901            ! NetWare/Makefile Porting/makerel win32/Makefile
1902            ! win32/makefile.mk wince/Makefile.ce
1903 ____________________________________________________________________________
1904 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
1905         Log: More DOSish files.
1906      Branch: perl
1907            ! Porting/makerel
1908 ____________________________________________________________________________
1909 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
1910         Log: Strip CRs from the WinCE files.  Now we need to
1911              figure out in which CRs are really needed: probably
1912              Makefile.ce and the README files, at least, probably
1913              also the registry.bat.
1914      Branch: perl
1915            ! wince/Makefile.ce wince/README.compile wince/README.perlce
1916            ! wince/config.h wince/include/cectype.h wince/include/errno.h
1917            ! wince/include/sys/stat.h wince/include/sys/types.h
1918            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
1919            ! wince/perldll.def wince/registry.bat wince/wince.h
1920            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
1921 ____________________________________________________________________________
1922 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
1923         Log: Add some files to DOSish and writables.
1924      Branch: perl
1925            ! Porting/makerel
1926 ____________________________________________________________________________
1927 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
1928         Log: Compile failure message tidying.
1929      Branch: perl
1930            ! t/lib/1_compile.t
1931 ____________________________________________________________________________
1932 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
1933         Log: The new sharedsv* should be exported only if usethreads.
1934      Branch: perl
1935            ! makedef.pl
1936 ____________________________________________________________________________
1937 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
1938         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
1939              From: Peter Prymmer <pvhp@forte.com>
1940              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
1941              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
1942      Branch: perl
1943            ! README.os390
1944 ____________________________________________________________________________
1945 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
1946         Log: Update Changes.
1947      Branch: perl
1948            ! Changes patchlevel.h
1949 ____________________________________________________________________________
1950 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
1951         Log: Subject: [PATHC] sharedsv.[c|h]
1952              From: "Artur Bergman" <artur@contiller.se>
1953              Date: Mon, 13 Aug 2001 14:38:41 +0200
1954              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
1955              
1956              Subject: [PATCH] embed.pl
1957              From: Arthur Bergman <arthur@contiller.se>
1958              Date: Mon, 13 Aug 2001 14:38:14 +0200
1959              Message-ID: <B79D96D6.3088%arthur@contiller.se>
1960              
1961              Subject: [PATCH] sharedsv cleanups
1962              From: "Arthur Bergman" <arthur@contiller.se>
1963              Date: Mon, 13 Aug 2001 15:14:25 +0200
1964              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
1965              
1966              Plus few tweaks: _init needs to be Adp, the prototypes
1967              should not be revealed unless using ithreads, #endif FOO
1968              must be #endif /* FOO */, adding (parentheses) around
1969              do { } while doesn't work too well.
1970      Branch: perl
1971            + sharedsv.c sharedsv.h
1972            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
1973            ! perl.h perlapi.c pod/perlapi.pod proto.h
1974 ____________________________________________________________________________
1975 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
1976         Log: Subject: Re: END {} blocks run in perl_run
1977              From: Arthur Bergman <arthur@contiller.se>
1978              Date: Mon, 13 Aug 2001 11:11:30 +0200
1979              Message-ID: <B79D6661.3068%arthur@contiller.se>
1980      Branch: perl
1981            ! perl.c
1982 ____________________________________________________________________________
1983 [ 11657] By: nick                                  on 2001/08/13  09:03:02
1984         Log: Integrate mainline
1985      Branch: perlio
1986           +> (branch 326 files)
1987            - (delete 330 files)
1988           !> (integrate 85 files)
1989 ____________________________________________________________________________
1990 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
1991         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
1992              and the Perl will be built to do that by default (adding that
1993              will break scripts having non-UTF-8 binary data, such as Latin-1.)
1994      Branch: perl
1995            ! op.c toke.c utf8.h
1996 ____________________________________________________________________________
1997 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
1998         Log: Unnecessary downgrades.
1999      Branch: perl
2000            ! doop.c
2001 ____________________________________________________________________________
2002 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
2003         Log: Failure not true anymore (probably caused by my broken setup).
2004      Branch: perl
2005            ! t/op/pat.t
2006 ____________________________________________________________________________
2007 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
2008         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
2009              stopped working).
2010      Branch: perl
2011            ! op.h pp_ctl.c regcomp.c
2012 ____________________________________________________________________________
2013 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
2014         Log: There is no IN_UTF8.
2015      Branch: perl
2016            ! utf8.h
2017 ____________________________________________________________________________
2018 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
2019         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
2020      Branch: perl
2021            ! op.c op.h pp_ctl.c regcomp.c
2022 ____________________________________________________________________________
2023 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
2024         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
2025              and a test tweak.
2026      Branch: perl
2027            ! op.c t/pod/find.t
2028 ____________________________________________________________________________
2029 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
2030         Log: Todo updates and fixes.
2031      Branch: perl
2032            ! pod/perltodo.pod
2033 ____________________________________________________________________________
2034 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
2035         Log: Mark tests (and one module) having explicit Latin-1
2036              (and one file having explicit UTF-8) with an explicit
2037              'no utf8' (and one explicit 'use utf8').
2038              
2039              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
2040      Branch: perl
2041            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
2042            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
2043            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
2044 ____________________________________________________________________________
2045 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
2046         Log: Subject: SV: END {} blocks run in perl_run
2047              From: "Arthur Bergman" <arthur@contiller.se>
2048              Date: Sun, 12 Aug 2001 00:34:28 +0200 
2049              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
2050      Branch: perl
2051            ! miniperlmain.c perl.c
2052 ____________________________________________________________________________
2053 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
2054         Log: Typos in #11645.
2055      Branch: perl
2056            ! perl.h
2057 ____________________________________________________________________________
2058 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
2059         Log: On ithreads default to use_reentrant except on naturally
2060              threadsafe platforms.
2061      Branch: perl
2062            ! perl.h
2063 ____________________________________________________________________________
2064 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
2065         Log: (Hopefully) a fix for 20010723.004: make install needs
2066              write permission in build directory.  The problem was
2067              probably caused by overeager sprinkling of the lib/re.pm
2068              dependencies (which was done to guarantee lib/re.pm being
2069              uptodate for parallel makes: now solved by funneling that
2070              through an explicit recursive make in the preplibrary target).
2071      Branch: perl
2072            ! Makefile.SH
2073 ____________________________________________________________________________
2074 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
2075         Log: Dispell the "use utf8" superstition.
2076      Branch: perl
2077            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
2078            ! pod/perlunicode.pod
2079 ____________________________________________________________________________
2080 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
2081         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2082              From: "Abigail" <abigail@foad.org> 
2083              Date: Sat, 11 Aug 2001 23:49:49 +0200
2084              Message-ID: <20010811214950.23255.qmail@foad.org>
2085      Branch: perl
2086            ! t/op/taint.t
2087 ____________________________________________________________________________
2088 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
2089         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2090              From: Abhijit Menon-Sen <ams@wiw.org>
2091              Date: Sat, 11 Aug 2001 06:18:19 +0530
2092              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
2093      Branch: perl
2094            ! mg.c
2095 ____________________________________________________________________________
2096 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
2097         Log: Test for change #11639.
2098      Branch: perl
2099            ! t/op/tiehandle.t
2100 ____________________________________________________________________________
2101 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
2102         Log: Subject: Re: Can't localize *FH, then tie it
2103              From: Abhijit Menon-Sen <ams@wiw.org>
2104              Date: Sun, 12 Aug 2001 16:08:06 +0530
2105              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
2106      Branch: perl
2107            ! pp_hot.c pp_sys.c
2108 ____________________________________________________________________________
2109 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
2110         Log: Drop all the unnecessary "use utf8" clauses and some of
2111              the unnecessary "use bytes" ones.
2112              
2113              TODO: scour the documentation for unnecessary "use utf8"
2114              and prominently display it in perldelta when the time comes.
2115              ("use utf8" should be necessary ONLY if one wants the script
2116              to be in UTF-8.)  Also should be checked in some non-ASCII
2117              non-Latin-1 platform, like EBCDIC.
2118      Branch: perl
2119            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
2120            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
2121 ____________________________________________________________________________
2122 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
2123         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
2124              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
2125              in Unicode handling.
2126      Branch: perl
2127            + t/op/lc.t
2128            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
2129 ____________________________________________________________________________
2130 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
2131         Log: Thinko: we want the flags for native cc, not gcc.
2132      Branch: perl
2133            ! hints/dec_osf.sh
2134 ____________________________________________________________________________
2135 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
2136         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
2137              From: Robin Houston <robin@kitsite.com>
2138              Date: Fri, 10 Aug 2001 14:42:02 +0100
2139              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
2140      Branch: perl
2141            ! pp.c
2142 ____________________________________________________________________________
2143 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
2144         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
2145              From: Abhijit Menon-Sen <ams@wiw.org>
2146              Date: Sat, 11 Aug 2001 16:31:04 +0530
2147              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
2148      Branch: perl
2149            ! op.c
2150 ____________________________________________________________________________
2151 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
2152         Log: Get rid of indread, from Abhijit Menon-Sen.
2153      Branch: perl
2154            ! pp_sys.c
2155 ____________________________________________________________________________
2156 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
2157         Log: CRLFgngngn.
2158      Branch: perl
2159            ! win32/Makefile win32/makefile.mk
2160 ____________________________________________________________________________
2161 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
2162         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
2163      Branch: perl
2164            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
2165            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
2166            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
2167            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
2168            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
2169            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
2170            ! win32/Makefile win32/makefile.mk
2171 ____________________________________________________________________________
2172 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
2173         Log: Avoid #elif (less portable than #else #if).
2174      Branch: perl
2175            ! handy.h
2176 ____________________________________________________________________________
2177 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
2178         Log: Subject: patch for perlvar.pod
2179              From: mah@everybody.org (Mark A. Hershberger)
2180              Date: 08 Aug 2001 17:03:16 -0500
2181              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
2182      Branch: perl
2183            ! pod/perlvar.pod
2184 ____________________________________________________________________________
2185 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
2186         Log: cpp commands must start (the # must be) at the column #0.
2187      Branch: perl
2188            ! op.c
2189 ____________________________________________________________________________
2190 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
2191         Log: If using gcc -B/foo/bar makedepend would give
2192              unnecessary warnings about unused -B/foo/bar.
2193      Branch: perl
2194            ! makedepend.SH
2195 ____________________________________________________________________________
2196 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
2197         Log: Update Changes.
2198      Branch: perl
2199            ! Changes patchlevel.h
2200 ____________________________________________________________________________
2201 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
2202         Log: s/z/tz/
2203      Branch: perl
2204            ! pod/perlfaq2.pod
2205 ____________________________________________________________________________
2206 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
2207         Log: Article nit.
2208      Branch: perl
2209            ! pod/perlfaq2.pod
2210 ____________________________________________________________________________
2211 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
2212         Log: Rename lib/unicode files to lib/unicore to avoid
2213              conflicts between core lib/unicode and Unicode::
2214              files in case-ignoring filesystems.
2215      Branch: perl
2216            + (add 325 files)
2217            - (delete 324 files)
2218            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
2219 ____________________________________________________________________________
2220 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
2221         Log: Upgrade to Math::BigInt 1.41.
2222      Branch: perl
2223            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
2224 ____________________________________________________________________________
2225 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
2226         Log: Subject: [PATCH] remove PL_na from typemap
2227              From: James <james@rf.net>
2228              Date: Mon, 06 Aug 2001 20:23:15 -0700
2229              Message-ID: <3B6F5F23.A31A81B1@rf.net>
2230              
2231              (had to be manually applied)
2232      Branch: perl
2233            ! lib/ExtUtils/typemap
2234 ____________________________________________________________________________
2235 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
2236         Log: The metaconfig unit changes for #11618.
2237      Branch: metaconfig/U/perl
2238            + d_fpclassl.U i_fp.U
2239 ____________________________________________________________________________
2240 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
2241         Log: Forgot this from #11618.
2242              
2243              NOTE: wince/config_H.ce needs updating.
2244      Branch: perl
2245            ! wince/config.ce
2246 ____________________________________________________________________________
2247 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
2248         Log: Introduce more floating point classifying APIs;
2249              try to define (most importantly) Perl_is{inf,nan}(x).
2250              
2251              For this first cut, assume none such APIs exist in non-UNIXoid
2252              platforms-- this is of course too unkind: Win32 rumoredly has
2253              _fpclass() and _isnan(), and VMS/VOS very probably have some
2254              of the APIs available.     The only thing Perl uses at the moment
2255              is Perl_isnan() (has been in use for a while now).
2256              
2257              NOTE: the Win32 and NetWare config_h.?c need regenerating.
2258      Branch: perl
2259            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
2260            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2261            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
2262            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2263            ! vos/config.ga.h win32/config.bc win32/config.gc
2264            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2265            ! win32/config_H.vc wince/config.ce wince/config.h
2266 ____________________________________________________________________________
2267 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
2268         Log: Integrate change #11519 from perlio:
2269              
2270              Avoid testing for (non-)existance of "encoding(xxxx)"
2271              layer is called "encoding" the (xxxx) is an argument.
2272      Branch: perl
2273           !> lib/open.pm
2274 ____________________________________________________________________________
2275 [ 11616] By: nick                                  on 2001/08/09  07:50:24
2276         Log: Integrate mainline
2277      Branch: perlio
2278           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
2279           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
2280           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
2281           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
2282            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2283            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2284           !> (integrate 79 files)
2285 ____________________________________________________________________________
2286 [ 11615] By: nick                                  on 2001/08/09  06:23:44
2287         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
2288              layer is called "encoding" the (xxxx) is an argument.
2289      Branch: perlio
2290            ! lib/open.pm
2291 ____________________________________________________________________________
2292 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
2293         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
2294              From: Paul Johnson <paul@pjcj.net>
2295              Date: Wed, 8 Aug 2001 23:54:17 +0200
2296              Message-ID: <20010808235417.O1006@pjcj.net>
2297      Branch: perl
2298            ! ext/B/B/Concise.pm
2299 ____________________________________________________________________________
2300 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
2301         Log: Make VMS use IEEE math by default; reorder Tru64 hints
2302              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
2303              exception semantics) is always set if using (the new) cc.
2304      Branch: perl
2305            ! configure.com hints/dec_osf.sh
2306 ____________________________________________________________________________
2307 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
2308         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2309              From: Abhijit Menon-Sen <ams@wiw.org>
2310              Date: Tue, 7 Aug 2001 17:16:05 +0530
2311              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
2312      Branch: perl
2313            ! pp_sys.c
2314 ____________________________________________________________________________
2315 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
2316         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
2317              From: "Craig A. Berry" <craigberry@mac.com>
2318              Date: Tue, 07 Aug 2001 22:27:47 -0500
2319              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
2320      Branch: perl
2321            ! t/run/exit.t
2322 ____________________________________________________________________________
2323 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
2324         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
2325              From: "Craig A. Berry" <craigberry@mac.com>
2326              Date: Tue, 07 Aug 2001 20:01:53 -0500
2327              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
2328      Branch: perl
2329            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
2330 ____________________________________________________________________________
2331 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
2332         Log: Update the magazine information.
2333      Branch: perl
2334            ! pod/perlfaq2.pod
2335 ____________________________________________________________________________
2336 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
2337         Log: Ignore SIGFPE everywhere.
2338      Branch: perl
2339            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
2340 ____________________________________________________________________________
2341 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
2342         Log: With permission, change the licensing of the docs by
2343              TomC (and Gnat) to comply with the rest of Perl.
2344      Branch: perl
2345            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2346            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2347            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2348            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
2349            ! pod/perltootc.pod
2350 ____________________________________________________________________________
2351 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
2352         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
2353              From: Andy Dougherty <doughera@lafayette.edu>
2354              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
2355              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
2356      Branch: perl
2357            ! hints/openbsd.sh
2358 ____________________________________________________________________________
2359 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
2360         Log: Subject: [PATCH] Makefile.SH test_prep dependency
2361              From: Andy Dougherty <doughera@lafayette.edu>
2362              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
2363              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
2364      Branch: perl
2365            ! Makefile.SH
2366 ____________________________________________________________________________
2367 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
2368         Log: Don't autogenerate the headers et alia,
2369              make regen_headers explicitly.
2370      Branch: perl
2371            ! Makefile.SH
2372 ____________________________________________________________________________
2373 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
2374         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
2375              From: Gurusamy Sarathy <gsar@ActiveState.com> 
2376              Date: Tue, 07 Aug 2001 08:33:26 -0700
2377              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
2378              
2379              Unnecessary dependency.
2380      Branch: perl
2381            ! embed.pl
2382 ____________________________________________________________________________
2383 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
2384         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
2385              From: Abhijit Menon-Sen <ams@wiw.org>
2386              Date: Tue, 7 Aug 2001 09:10:54 +0530
2387              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
2388      Branch: perl
2389            ! pp_hot.c
2390 ____________________________________________________________________________
2391 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
2392         Log: Subject: [PATCH perl@11597] B && BEGIN handling
2393              From: "James A. Duncan" <jduncan@fotango.com>
2394              Date: Mon, 6 Aug 2001 17:29:11 +0100
2395              Message-ID: <20010806172911.A2071@fotango.com>
2396              
2397              (the intrpvar.h addition moved to the end for bincompat)
2398      Branch: perl
2399            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
2400 ____________________________________________________________________________
2401 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
2402         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
2403      Branch: perl
2404           !> README.win32
2405 ____________________________________________________________________________
2406 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
2407         Log: fix URLs for fcrypt.c
2408      Branch: maint-5.6/perl
2409            ! README.win32
2410 ____________________________________________________________________________
2411 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
2412         Log: Yet another way to say Infinity: HP-UX calls its "++".
2413      Branch: perl
2414            ! lib/Math/BigInt/t/bigintpm.t
2415 ____________________________________________________________________________
2416 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
2417         Log: Update Changes.
2418      Branch: perl
2419            ! Changes patchlevel.h
2420 ____________________________________________________________________________
2421 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
2422         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
2423      Branch: perl
2424            ! pod/perlfaq5.pod
2425 ____________________________________________________________________________
2426 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
2427         Log: The #11593 wasn't right.
2428      Branch: perl
2429            ! lib/Math/BigInt/t/bigintpm.t
2430 ____________________________________________________________________________
2431 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
2432         Log: Subject: [PATCH: perl@11564] introducing perlivp
2433              From: Prymmer/Kahn <pvhp@best.com>
2434              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
2435              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
2436              
2437              Subject: Re: [PATCH: perl@11564] introducing perlivp
2438              From: Prymmer/Kahn <pvhp@best.com>
2439              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
2440              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
2441      Branch: perl
2442            + utils/perlivp.PL
2443            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
2444            ! win32/Makefile win32/makefile.mk
2445 ____________________________________________________________________________
2446 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
2447         Log: libcs are confused what to call Infinity.
2448      Branch: perl
2449            ! lib/Math/BigInt/t/bigintpm.t
2450 ____________________________________________________________________________
2451 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
2452         Log: Avoid SIGFPE in Tru64.
2453      Branch: perl
2454            ! numeric.c
2455 ____________________________________________________________________________
2456 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
2457         Log: Upgrade to Math::BigInt 1.40.
2458              
2459              NOTE: this patch necessitates doing something about
2460              infinity handling since the new bigintpm.t tests use
2461              infinity, which causes SIGFPEs at least in Tru64.
2462      Branch: perl
2463            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2464            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2465            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2466            ! lib/Math/BigInt/t/mbimbf.t
2467 ____________________________________________________________________________
2468 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
2469         Log: remove hardcoded cmd shell in testsuite
2470      Branch: perl
2471            ! t/op/glob.t t/op/magic.t t/op/stat.t
2472 ____________________________________________________________________________
2473 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
2474         Log: 4-arg select() was busted on windows because change#8178 didn't
2475              make it into mainline
2476      Branch: perl
2477            ! perl.h win32/include/sys/socket.h
2478 ____________________________________________________________________________
2479 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
2480         Log: Rename the Getopt::Long tests to be as they are
2481              in the Getopt::Long official distribution.
2482      Branch: perl
2483            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
2484            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
2485            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2486            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2487            ! MANIFEST
2488 ____________________________________________________________________________
2489 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
2490         Log: Upgrade to Getopt::Long 2.26.
2491      Branch: perl
2492            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
2493            ! MANIFEST lib/Getopt/Long.pm
2494 ____________________________________________________________________________
2495 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
2496         Log: Retract #10874 (the hack should be unnecessary by now)
2497      Branch: perl
2498            ! lib/Test/Harness.pm
2499 ____________________________________________________________________________
2500 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
2501         Log: avoid temp file littering in tests
2502      Branch: perl
2503            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
2504 ____________________________________________________________________________
2505 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
2506         Log: Subject: warning in sv.c: double format, NV arg
2507              From: "Philip Newton" <Philip.Newton@gmx.net>
2508              Date: Sun, 5 Aug 2001 19:41:07 +0200
2509              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
2510      Branch: perl
2511            ! sv.c
2512 ____________________________________________________________________________
2513 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
2514         Log: fix POSIX.t#13 for windos
2515      Branch: perl
2516            ! ext/POSIX/POSIX.t
2517 ____________________________________________________________________________
2518 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
2519         Log: Add a test for PerlIO::Via.
2520      Branch: perl
2521            + ext/PerlIO/t/via.t
2522            ! MANIFEST ext/PerlIO/Via/Via.pm
2523 ____________________________________________________________________________
2524 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
2525         Log: flock() and link() are not available on Windows 9x
2526      Branch: perl
2527            ! win32/config_sh.PL
2528 ____________________________________________________________________________
2529 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
2530         Log: Some Tru64 C compilers have C++ components that confuse
2531              the ccversion parsing.
2532      Branch: perl
2533            ! hints/dec_osf.sh
2534 ____________________________________________________________________________
2535 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
2536         Log: (Reintroduce #11125)
2537              
2538              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
2539              From: Alan Burlison <Alan.Burlison@sun.com> 
2540              Date: Tue, 03 Jul 2001 15:20:13 +0100   
2541              Message-ID: <3B41D49D.A923D4F9@sun.com> 
2542      Branch: perl
2543            ! lib/ExtUtils/MM_Unix.pm
2544 ____________________________________________________________________________
2545 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
2546         Log: Little pointer juggling for HP-UX cc to avoid
2547              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
2548              followed by
2549              "error 1549: Modifiable lvalue required for assignment operator."
2550      Branch: perl
2551            ! hv.c
2552 ____________________________________________________________________________
2553 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
2554         Log: Continuation of #11575: SANY_SEEN completely deprecated,
2555              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
2556              plus a fix for the bug.
2557      Branch: perl
2558            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
2559 ____________________________________________________________________________
2560 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
2561         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
2562              From: Doug MacEachern <dougm@covalent.net>
2563              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
2564              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
2565      Branch: perl
2566            ! sv.c
2567 ____________________________________________________________________________
2568 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
2569         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
2570              the new CANY is the \C.  The problem reported and the
2571              test case supplied in
2572              
2573              Subject: UTF-8 bugs in string length & single line regex matches
2574              From: "Daniel P. Berrange" <dan@berrange.com>
2575              Date: Fri, 3 Aug 2001 11:39:33 +0100
2576              Message-ID: <20010803113932.A19318@berrange.com>
2577      Branch: perl
2578            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
2579            ! t/op/pat.t
2580 ____________________________________________________________________________
2581 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
2582         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
2583              From: Doug MacEachern <dougm@covalent.net>
2584              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
2585              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
2586      Branch: perl
2587            ! perl.c regexec.c
2588 ____________________________________________________________________________
2589 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
2590         Log: The #11572 didn't up the test count.
2591      Branch: perl
2592            ! t/op/length.t
2593 ____________________________________________________________________________
2594 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
2595         Log: Subject: UTF-8 bugs in string length & single line regex matches
2596              From: "Daniel P. Berrange" <dan@berrange.com>
2597              Date: Fri, 3 Aug 2001 11:39:33 +0100         
2598              Message-ID: <20010803113932.A19318@berrange.com>
2599              
2600              (the mg_length() fix)
2601      Branch: perl
2602            ! mg.c t/op/length.t
2603 ____________________________________________________________________________
2604 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
2605         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2606              From: Abhijit Menon-Sen <ams@wiw.org>
2607              Date: Sat, 4 Aug 2001 16:56:35 +0530
2608              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
2609      Branch: perl
2610            ! hv.c
2611 ____________________________________________________________________________
2612 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
2613         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2614              From: Abhijit Menon-Sen <ams@wiw.org>
2615              Date: Sat, 4 Aug 2001 16:16:03 +0530
2616              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
2617      Branch: perl
2618            ! hv.c
2619 ____________________________________________________________________________
2620 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
2621         Log: Subject: Re: [patch] refcount re ops
2622              From: Abhijit Menon-Sen <ams@wiw.org>
2623              Date: Sat, 4 Aug 2001 08:54:55 +0530
2624              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
2625      Branch: perl
2626            ! sv.c
2627 ____________________________________________________________________________
2628 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
2629         Log: Subject: [patch] refcount re ops
2630              From: Doug MacEachern <dougm@covalent.net>
2631              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
2632              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
2633      Branch: perl
2634            ! regcomp.c sv.c
2635 ____________________________________________________________________________
2636 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
2637         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
2638              From: Doug MacEachern <dougm@covalent.net>
2639              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
2640              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
2641      Branch: perl
2642            ! perl.c regexec.c
2643 ____________________________________________________________________________
2644 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
2645         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
2646              From: "Craig A. Berry" <craigberry@mac.com> 
2647              Date: Fri, 03 Aug 2001 16:16:16 -0500
2648              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
2649      Branch: perl
2650            ! t/op/misc.t
2651 ____________________________________________________________________________
2652 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
2653         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
2654              From: John Kristian <jmk2001@engineer.com>
2655              Date: Fri, 03 Aug 2001 00:59:08 -0700
2656              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
2657      Branch: perl
2658            ! win32/win32.c
2659 ____________________________________________________________________________
2660 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
2661         Log: Update Changes.
2662      Branch: perl
2663            ! Changes patchlevel.h
2664 ____________________________________________________________________________
2665 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
2666         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
2667              From: "Craig A. Berry" <craigberry@mac.com>
2668              Date: Thu, 02 Aug 2001 23:15:24 -0500
2669              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
2670      Branch: perl
2671            ! ext/B/Stash.t
2672 ____________________________________________________________________________
2673 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
2674         Log: Subject: [patch] plug PL_cshname leak
2675              From: Doug MacEachern <dougm@covalent.net>
2676              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
2677              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
2678      Branch: perl
2679            ! sv.c
2680 ____________________________________________________________________________
2681 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
2682         Log: Subject: [patch] plug PL_sh_path leak
2683              From: Doug MacEachern <dougm@covalent.net>
2684              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
2685              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
2686      Branch: perl
2687            ! sv.c
2688 ____________________________________________________________________________
2689 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
2690         Log: Subject: [patch] plug PL_regex_padav leaks
2691              From: Doug MacEachern <dougm@covalent.net>
2692              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
2693              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
2694      Branch: perl
2695            ! op.c op.h perl.c
2696 ____________________________________________________________________________
2697 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
2698         Log: Subject: [patch] plug PL_origargv leak
2699              From: Doug MacEachern <dougm@covalent.net>
2700              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
2701              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
2702      Branch: perl
2703            ! perl.c
2704 ____________________________________________________________________________
2705 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
2706         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2707              From: Abhijit Menon-Sen <ams@wiw.org>
2708              Date: Fri, 3 Aug 2001 06:38:11 +0530
2709              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
2710      Branch: perl
2711            ! hv.c
2712 ____________________________________________________________________________
2713 [ 11557] By: nick                                  on 2001/08/03  08:17:38
2714         Log: Integrate mainline
2715      Branch: perlio
2716           +> (branch 47 files)
2717            - lib/Switch/test.pl
2718           !> (integrate 49 files)
2719 ____________________________________________________________________________
2720 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
2721         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
2722              From: "Craig A. Berry" <craigberry@mac.com>
2723              Date: Thu, 02 Aug 2001 12:56:19 -0500
2724              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
2725      Branch: perl
2726            ! ext/B/Showlex.t
2727 ____________________________________________________________________________
2728 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
2729         Log: Be more careful about non-existent files.
2730      Branch: perl
2731            ! lib/File/Copy.pm
2732 ____________________________________________________________________________
2733 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
2734         Log: Subject: [PATCH resend] deparse empty formats
2735              From: Robin Houston <robin@kitsite.com> 
2736              Date: Thu, 2 Aug 2001 14:32:36 +0100
2737              Message-ID: <20010802143236.A894@robin.kitsite.com>
2738      Branch: perl
2739            ! ext/B/B/Deparse.pm
2740 ____________________________________________________________________________
2741 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
2742         Log: Subject: [patch] ithreads + refto fix improvement
2743              From: Doug MacEachern <dougm@covalent.net>
2744              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
2745              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
2746      Branch: perl
2747            ! pp.c
2748 ____________________________________________________________________________
2749 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
2750         Log: Readability nit from Abhijit.
2751      Branch: perl
2752            ! op.c
2753 ____________________________________________________________________________
2754 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
2755         Log: setproctitle() API version nit from Anton Berezin.
2756      Branch: perl
2757            ! mg.c
2758 ____________________________________________________________________________
2759 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
2760         Log: Add PerlCE to the docs.
2761      Branch: perl
2762            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2763            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2764 ____________________________________________________________________________
2765 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
2766         Log: Integrate the PerlCE (WinCE Perl) port;
2767              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
2768      Branch: perl
2769            + README.ce wince/FindExt.pm wince/Makefile.ce
2770            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
2771            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
2772            + wince/bin/search.pl wince/config.ce wince/config.h
2773            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
2774            + wince/dl_win32.xs wince/include/arpa/inet.h
2775            + wince/include/cectype.h wince/include/errno.h
2776            + wince/include/netdb.h wince/include/sys/socket.h
2777            + wince/include/sys/stat.h wince/include/sys/types.h
2778            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
2779            + wince/perl.rc wince/perldll.def wince/perllib.c
2780            + wince/perlmain.c wince/registry.bat wince/runperl.c
2781            + wince/splittree.pl wince/win32.h wince/win32iop.h
2782            + wince/win32thread.c wince/win32thread.h wince/wince.c
2783            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
2784            + wince/xdistclean.ksh wince/xmakediffs.ksh
2785            ! MANIFEST perl.c perl.h perlio.c
2786 ____________________________________________________________________________
2787 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
2788         Log: setproctitle() made simpler.  (This assumes the string is
2789              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
2790              should be used.  Note len, not len + 1.)  BSD-fu from Anton
2791              Berezin.
2792      Branch: perl
2793            ! mg.c
2794 ____________________________________________________________________________
2795 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
2796         Log: Subject: [PATCH] -Wall cleanup: op.c
2797              From: Richard Soderberg <rs@oregonnet.com>
2798              Date: Thu, 2 Aug 2001 00:17:09 -0700
2799              Message-Id: <200108020717.AAA26895@oregonnet.com>
2800              
2801              Subject: [PATCH] -Wall cleanup: sv.c
2802              From: Richard Soderberg <rs@oregonnet.com>
2803              Date: Thu, 2 Aug 2001 00:49:21 -0700
2804              Message-Id: <200108020749.AAA27492@oregonnet.com>
2805      Branch: perl
2806            ! op.c sv.c
2807 ____________________________________________________________________________
2808 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
2809         Log: Update Changes.
2810      Branch: perl
2811            ! Changes patchlevel.h
2812 ____________________________________________________________________________
2813 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
2814         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2815              From: Doug MacEachern <dougm@covalent.net>
2816              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
2817              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
2818      Branch: perl
2819            ! op.c
2820 ____________________________________________________________________________
2821 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
2822         Log: The #11541 didn't work under threads.
2823      Branch: perl
2824            ! op.c
2825 ____________________________________________________________________________
2826 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
2827         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
2828              From: Hugo <hv@crypt.compulink.co.uk>
2829              Date: Fri, 22 Jun 2001 01:19:08 +0100 
2830              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
2831              
2832              (Skip tests if accept() failed)
2833      Branch: perl
2834            ! ext/IO/lib/IO/t/io_unix.t
2835 ____________________________________________________________________________
2836 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
2837         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
2838              From: "Stian Seeberg" <sseeberg@nimsoft.no>
2839              Date: Mon, 30 Jul 2001 12:28:07 +0200
2840              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
2841      Branch: perl
2842            ! perl.h
2843 ____________________________________________________________________________
2844 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
2845         Log: Subject: Pluggable optimizer
2846              From: Simon Cozens <simon@netthink.co.uk>
2847              Date: Wed, 1 Aug 2001 13:57:02 -0700
2848              Message-ID: <20010801135702.I10442@netthink.co.uk>
2849      Branch: perl
2850            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
2851 ____________________________________________________________________________
2852 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
2853         Log: Subject: [ID 20010801.039] perlre.pod message typo
2854              From: Autrijus Tang <autrijus@geb.elixus.org>
2855              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
2856              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
2857      Branch: perl
2858            ! pod/perlre.pod
2859 ____________________________________________________________________________
2860 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
2861         Log: Test for change #11536.
2862      Branch: perl
2863            ! t/op/tiehandle.t
2864 ____________________________________________________________________________
2865 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
2866         Log: More test fixups for #11537.
2867      Branch: perl
2868            ! t/lib/warnings/4lint t/lib/warnings/9enabled
2869 ____________________________________________________________________________
2870 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
2871         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2872              From: Doug MacEachern <dougm@covalent.net>
2873              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
2874              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
2875      Branch: perl
2876            ! op.c t/TestInit.pm
2877 ____________________________________________________________________________
2878 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
2879         Log: Subject: [patch] ithreads + refto bug
2880              From: Doug MacEachern <dougm@covalent.net>
2881              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
2882              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
2883              
2884              (Test in change #11539)
2885      Branch: perl
2886            ! pp.c
2887 ____________________________________________________________________________
2888 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
2889         Log: Subject: [PATCH: perl@11523] fixups for t/harness
2890              From: Prymmer/Kahn <pvhp@best.com>
2891              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
2892              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
2893      Branch: perl
2894            ! t/harness
2895 ____________________________________________________________________________
2896 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
2897         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
2898              From: Prymmer/Kahn <pvhp@best.com>
2899              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
2900              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
2901      Branch: perl
2902            ! win32/Makefile win32/makefile.mk
2903 ____________________________________________________________________________
2904 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
2905         Log: Need to know the number of tests.
2906      Branch: perl
2907            ! t/run/exit.t
2908 ____________________________________________________________________________
2909 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
2910         Log: Subject: Re: new exit tests on VMS
2911              From: "Craig A. Berry" <craigberry@mac.com>
2912              Date: Tue, 31 Jul 2001 12:19:29 -0500
2913              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
2914      Branch: perl
2915            ! t/run/exit.t
2916 ____________________________________________________________________________
2917 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
2918         Log: Retract #11530 (the dTHX is needed under threads)
2919      Branch: perl
2920            ! perlio.c
2921 ____________________________________________________________________________
2922 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
2923         Log: (Retracted by #11531)
2924      Branch: perl
2925            ! perlio.c
2926 ____________________________________________________________________________
2927 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
2928         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
2929              From: Richard Soderberg <rs@crystalflame.net>
2930              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
2931              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
2932      Branch: perl
2933            ! unixish.h
2934 ____________________________________________________________________________
2935 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
2936         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
2937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2938              Date: Tue, 31 Jul 2001 05:39:09 -0400
2939              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
2940              
2941              (with a note about the case of UV being equal to long long)
2942      Branch: perl
2943            ! utils/h2xs.PL
2944 ____________________________________________________________________________
2945 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
2946         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
2947              From: "Craig A. Berry" <craigberry@mac.com>
2948              Date: Tue, 31 Jul 2001 14:57:43 -0500
2949              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
2950      Branch: perl
2951            ! t/io/fs.t
2952 ____________________________________________________________________________
2953 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
2954         Log: Fix for
2955              
2956              Subject: [ID 20010116.001] File::Copy truncates orig file 
2957              From: arbor@al37al08.telecel.pt
2958              Date: Tue, 16 Jan 2001 11:43:02 GMT
2959              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
2960              
2961              (copy($foo, $foo) would truncate $foo)
2962      Branch: perl
2963            ! lib/File/Copy.pm lib/File/Copy.t
2964 ____________________________________________________________________________
2965 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
2966         Log: Metaconfig unit change for #11524.
2967      Branch: metaconfig/U/perl
2968            ! Extras.U
2969 ____________________________________________________________________________
2970 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
2971         Log: Multiple modules didn't work; plus typo fixes.
2972      Branch: perl
2973            ! Configure
2974 ____________________________________________________________________________
2975 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
2976         Log: Update Changes.
2977      Branch: perl
2978            ! Changes patchlevel.h
2979 ____________________________________________________________________________
2980 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
2981         Log: Regen perlapi.
2982      Branch: perl
2983            ! pod/perlapi.pod
2984 ____________________________________________________________________________
2985 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
2986         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
2987              From: Dave Mitchell <davem@fdgroup.co.uk>
2988              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
2989              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
2990      Branch: perl
2991            ! sv.c
2992 ____________________________________________________________________________
2993 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
2994         Log: Regen toc.
2995      Branch: perl
2996            ! pod/perltoc.pod
2997 ____________________________________________________________________________
2998 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
2999         Log: Regen Porting stuff.
3000      Branch: perl
3001            ! Porting/Glossary Porting/config.sh Porting/config_H
3002 ____________________________________________________________________________
3003 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
3004         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
3005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3006              Date: Tue, 31 Jul 2001 05:34:38 -0400
3007              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
3008      Branch: perl
3009            ! utils/h2xs.PL
3010 ____________________________________________________________________________
3011 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
3012         Log: Metaconfig unit change for #11516. 
3013      Branch: metaconfig/U/perl
3014            ! gccvers.U
3015 ____________________________________________________________________________
3016 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
3017         Log: Add -Wall in cflags, not in Configure.
3018              (This way -Wall affects only the core and the core XS,
3019              not user modules' XS.  Concern from Paul Marquess,
3020              implementation idea from Andy Dougherty.)
3021      Branch: perl
3022            ! Configure cflags.SH
3023 ____________________________________________________________________________
3024 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
3025         Log: Metaconfig unit changes for #11514.
3026      Branch: metaconfig
3027            + U/modified/sysman.U
3028            ! U/installdirs/man1dir.U
3029 ____________________________________________________________________________
3030 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
3031         Log: Subject: Configure's detection of system manual
3032              From: Sean Dague <sean@dague.net> 
3033              Date: Sun, 13 May 2001 15:53:15 -0400
3034              Message-ID: <20010513155315.A15833@underhill.dague.net>
3035      Branch: perl
3036            ! Configure
3037 ____________________________________________________________________________
3038 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
3039         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
3040              From: Autrijus Tang <autrijus@autrijus.org> 
3041              Date: Thu, 21 Jun 2001 23:56:48 +0800
3042              Message-Id: <20010621235648.A57340@not.autrijus.org>
3043      Branch: perl
3044            ! pod/perlobj.pod
3045 ____________________________________________________________________________
3046 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
3047         Log: Subject: Typo in DB_File.pm
3048              From: "Philip Newton" <Philip.Newton@gmx.net>
3049              Date: Tue, 31 Jul 2001 06:19:35 +0200
3050              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
3051      Branch: perl
3052            ! ext/DB_File/DB_File.pm
3053 ____________________________________________________________________________
3054 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
3055         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
3056              From: "Stephen P. Potter" <spp@spotter.yi.org>
3057              Date: Wed, 30 May 2001 13:59:34 -0400
3058              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
3059      Branch: perl
3060            ! pod/perlre.pod
3061 ____________________________________________________________________________
3062 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
3063         Log: eval "format foo=" would loop indefinitely; reported in
3064              
3065              Subject: A load of old rubbish
3066              From: Mike Guy <mjtg@cam.ac.uk>
3067              Date: Mon, 14 May 2001 16:12:22 +0100
3068              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
3069              
3070              (The core dumps reported in there already fixed.)
3071      Branch: perl
3072            ! toke.c
3073 ____________________________________________________________________________
3074 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
3075         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
3076      Branch: perl
3077            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
3078            + lib/Switch/t/switch_case.t
3079            - lib/Switch/test.pl
3080            ! MANIFEST lib/Switch.pm
3081 ____________________________________________________________________________
3082 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
3083         Log: Subject: [PATCH @11505] DB_File-1.78
3084              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3085              Date: Mon, 30 Jul 2001 22:54:37 +0100
3086              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
3087      Branch: perl
3088            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3089            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3090 ____________________________________________________________________________
3091 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
3092         Log: Explain in more detail why -pipe and -fno-common are good.
3093      Branch: perl
3094            ! hints/darwin.sh
3095 ____________________________________________________________________________
3096 [ 11506] By: nick                                  on 2001/07/30  14:32:23
3097         Log: Integrate mainline
3098      Branch: perlio
3099           !> INSTALL Makefile.SH doio.c hints/darwin.sh
3100 ____________________________________________________________________________
3101 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
3102         Log: Perl hasn't been putting man pages into $prefix/lib for
3103              a long time now; pointed out by Andy Dougherty. 
3104      Branch: perl
3105            ! hints/darwin.sh
3106 ____________________________________________________________________________
3107 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
3108         Log: Document the extras Configure option.
3109      Branch: perl
3110            ! INSTALL
3111 ____________________________________________________________________________
3112 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
3113         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
3114              everywhere.
3115      Branch: perl
3116           !> doio.c
3117 ____________________________________________________________________________
3118 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
3119         Log: Doubly guard against invoking CPAN if no extras defined,
3120              pointed out by H. Merijn Brand.
3121      Branch: perl
3122            ! Makefile.SH
3123 ____________________________________________________________________________
3124 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
3125         Log: Fix O_RDONLY check to check for O_RDONLY.
3126      Branch: maint-5.6/macperl
3127            ! doio.c
3128 ____________________________________________________________________________
3129 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
3130         Log: Integrate miscellaneous changes from maint-5.6/perl.
3131      Branch: maint-5.6/macperl
3132           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
3133 ____________________________________________________________________________
3134 [ 11499] By: nick                                  on 2001/07/30  06:52:42
3135         Log: Integrate mainline
3136      Branch: perlio
3137           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
3138           +> win32/sync_ext.pl
3139            - win32/sncfnmcs.pl
3140           !> (integrate 71 files)
3141 ____________________________________________________________________________
3142 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
3143         Log: Update Changes.
3144      Branch: perl
3145            ! Changes patchlevel.h
3146 ____________________________________________________________________________
3147 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
3148         Log: Now Configure -Dextras=Foo::Bar and "make install" will
3149              fetch and install Foo::Bar.
3150      Branch: perl
3151            ! Makefile.SH
3152 ____________________________________________________________________________
3153 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
3154         Log: Metaconfig unit change for #11495.
3155      Branch: metaconfig/U/perl
3156            ! Extras.U
3157 ____________________________________________________________________________
3158 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
3159         Log: extras.make, extras.test, and extras.install make targets.
3160      Branch: perl
3161            ! Configure Makefile.SH
3162 ____________________________________________________________________________
3163 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
3164         Log: Metaconfig unit change for #11493.
3165      Branch: metaconfig/U/perl
3166            ! Extras.U
3167 ____________________________________________________________________________
3168 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
3169         Log: Better to have the list of extras in $extras than 'define'.
3170      Branch: perl
3171            ! Configure
3172 ____________________________________________________________________________
3173 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
3174         Log: The metaconfig unit change for #11490.
3175      Branch: metaconfig/U/perl
3176            + Extras.U
3177 ____________________________________________________________________________
3178 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
3179         Log: Missed from #11490 (the required dependency).
3180      Branch: perl
3181            ! Makefile.SH
3182 ____________________________________________________________________________
3183 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
3184         Log: Add the support of asking for extra modules or bundles of modules
3185              to be fetched from the CPAN and installed as a part of the Perl
3186              build process.  None of this installation is yet really done;
3187              only the list is asked, and saved away in extras.lst for
3188              the build and installation process to worry about later.
3189      Branch: perl
3190            ! Configure
3191 ____________________________________________________________________________
3192 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
3193         Log: Beginnings of better Inf and NaN support.
3194              At least toke.c and sv.c still need quite a bit of work.
3195      Branch: perl
3196            ! numeric.c perl.h
3197 ____________________________________________________________________________
3198 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
3199         Log: Top-level Makefile didn't honour OPTIMIZE.
3200      Branch: perl
3201            ! Makefile.SH
3202 ____________________________________________________________________________
3203 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
3204         Log: Update Changes.
3205      Branch: perl
3206            ! Changes patchlevel.h
3207 ____________________________________________________________________________
3208 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
3209         Log: Use Search::Dict 1.02 interface for charinfo().
3210      Branch: perl
3211            ! lib/UnicodeCD.pm
3212 ____________________________________________________________________________
3213 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
3214         Log: Now also allow transforming the read lines before comparing them.
3215              (This will help UnicodeCD.) 
3216      Branch: perl
3217            ! lib/Search/Dict.pm
3218 ____________________________________________________________________________
3219 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
3220         Log: Remove tiehandle code.
3221      Branch: perl
3222            ! lib/UnicodeCD.pm
3223 ____________________________________________________________________________
3224 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
3225         Log: Allow specifying a comparison function for Search::Dict::look().
3226      Branch: perl
3227            ! lib/Search/Dict.pm
3228 ____________________________________________________________________________
3229 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
3230         Log: Small UnicodeCD tweaks.
3231      Branch: perl
3232            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3233 ____________________________________________________________________________
3234 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
3235         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
3236              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3237              Date: Tue, 24 Jul 2001 01:51:32 +0900
3238              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
3239      Branch: perl
3240            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3241 ____________________________________________________________________________
3242 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
3243         Log: Subject: [PATCH] installperl
3244              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3245              Date: Fri, 27 Jul 2001 19:05:04 -0700
3246              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
3247      Branch: perl
3248            ! installperl
3249 ____________________________________________________________________________
3250 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
3251         Log: Subject: [PATCH] Set proper compatibility versions in core
3252              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3253              Date: Fri, 27 Jul 2001 20:01:49 -0700
3254              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
3255      Branch: perl
3256            ! Makefile.SH
3257 ____________________________________________________________________________
3258 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
3259         Log: Metaconfig unit change for #11477.
3260      Branch: metaconfig/U/perl
3261            ! dlsrc.U
3262 ____________________________________________________________________________
3263 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
3264         Log: Subject: [PATCH] Darwin: -fpic not so good
3265              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3266              Date: Fri, 27 Jul 2001 18:57:38 -0700
3267              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
3268      Branch: perl
3269            ! Configure
3270 ____________________________________________________________________________
3271 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
3272         Log: Subject: [PATCH] Clean up Darwin hints
3273              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3274              Date: Fri, 27 Jul 2001 19:13:15 -0700
3275              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
3276      Branch: perl
3277            ! hints/darwin.sh
3278 ____________________________________________________________________________
3279 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
3280         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
3281              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3282              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
3283              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
3284      Branch: perl
3285            ! pod/perlfunc.pod pp.c t/op/split.t
3286 ____________________________________________________________________________
3287 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
3288         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
3289              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3290              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
3291              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
3292      Branch: perl
3293            ! pod/perlvar.pod
3294 ____________________________________________________________________________
3295 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
3296         Log: Subject: [PATCH] fixes to constant.pm documentation
3297              From: Ilmari Karonen <iltzu@sci.fi>
3298              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
3299              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
3300      Branch: perl
3301            ! lib/constant.pm
3302 ____________________________________________________________________________
3303 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
3304         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
3305              From: "Philip Newton" <Philip.Newton@gmx.net>
3306              Date: Fri, 27 Jul 2001 07:51:10 +0200
3307              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
3308      Branch: perl
3309            ! pod/perlport.pod
3310 ____________________________________________________________________________
3311 [ 11471] By: nick                                  on 2001/07/26  06:23:32
3312         Log: Subject:  [PATCH] Doc fix for perlguts / threading
3313              From:  Arthur Bergman <arthur@contiller.se>
3314              Date:  Wed, 25 Jul 2001 11:28:23 +0200
3315              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
3316      Branch: perl
3317            ! pod/perlguts.pod
3318 ____________________________________________________________________________
3319 [ 11470] By: nick                                  on 2001/07/26  06:21:06
3320         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
3321              From:  Philip Newton <Philip.Newton@gmx.net>
3322              Date:  Wed, 25 Jul 2001 08:19:47 +0200
3323              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
3324      Branch: perl
3325            ! INSTALL
3326 ____________________________________________________________________________
3327 [ 11469] By: nick                                  on 2001/07/26  06:20:25
3328         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
3329              From:  Philip Newton <Philip.Newton@gmx.net>
3330              Date:  Wed, 25 Jul 2001 08:12:48 +0200
3331              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
3332      Branch: perl
3333            ! INSTALL
3334 ____________________________________________________________________________
3335 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
3336         Log: More +x.
3337      Branch: perl
3338            ! Porting/makerel
3339 ____________________________________________________________________________
3340 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
3341         Log: Update Changes.
3342      Branch: perl
3343            ! Changes patchlevel.h
3344 ____________________________________________________________________________
3345 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
3346         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
3347              From: "Philip Newton" <Philip.Newton@gmx.net>
3348              Date: Tue, 24 Jul 2001 06:45:55 +0200
3349              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
3350      Branch: perl
3351            ! os2/perlrexx.c
3352 ____________________________________________________________________________
3353 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
3354         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
3355              From: Peter Prymmer <pvhp@forte.com>
3356              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
3357              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
3358      Branch: perl
3359            ! pod/perlport.pod t/io/fs.t vms/test.com
3360 ____________________________________________________________________________
3361 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
3362         Log: Workaround on Cwd bootstrap problem.
3363      Branch: perl
3364            ! lib/ExtUtils/MakeMaker.pm
3365 ____________________________________________________________________________
3366 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
3367         Log: When in Rome, quote like the Romans do.
3368      Branch: perl
3369            ! cflags.SH
3370 ____________________________________________________________________________
3371 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
3372         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
3373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3374              Date: Mon, 23 Jul 2001 19:29:49 -0400
3375              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
3376      Branch: perl
3377            + os2/perlrexx.c
3378            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
3379            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
3380            ! t/op/write.t
3381 ____________________________________________________________________________
3382 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
3383         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
3384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3385              Date: Mon, 23 Jul 2001 18:43:42 -0400
3386              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
3387      Branch: perl
3388            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3389 ____________________________________________________________________________
3390 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
3391         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
3392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3393              Date: Mon, 23 Jul 2001 18:33:16 -0400
3394              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
3395      Branch: perl
3396            ! lib/ExtUtils/MakeMaker.pm
3397 ____________________________________________________________________________
3398 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
3399         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
3400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3401              Date: Mon, 23 Jul 2001 18:20:35 -0400
3402              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
3403      Branch: perl
3404            ! Makefile.SH cflags.SH
3405 ____________________________________________________________________________
3406 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
3407         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
3408              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
3409              Date: Mon, 23 Jul 2001 11:32:17 -0500
3410              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
3411      Branch: perl
3412            ! lib/ExtUtils/MakeMaker.pm
3413 ____________________________________________________________________________
3414 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
3415         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
3416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3417              Date: Mon, 23 Jul 2001 18:13:20 -0400
3418              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
3419      Branch: perl
3420            ! lib/perl5db.pl
3421 ____________________________________________________________________________
3422 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
3423         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
3424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3425              Date: Mon, 23 Jul 2001 18:07:40 -0400
3426              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
3427      Branch: perl
3428            ! op.c
3429 ____________________________________________________________________________
3430 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
3431         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
3432              From: "Craig A. Berry" <craigberry@mac.com>
3433              Date: Mon, 23 Jul 2001 15:35:06 -0500
3434              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
3435      Branch: perl
3436            ! util.c
3437 ____________________________________________________________________________
3438 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
3439         Log: Subject: [PATCH perlfaq9.pod typo]
3440              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
3441              Date: Mon, 23 Jul 2001 07:49:05 -0700
3442              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
3443      Branch: perl
3444            ! pod/perlfaq9.pod
3445 ____________________________________________________________________________
3446 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
3447         Log: Subject: win32\sncfnmcs.pl corrections
3448              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3449              Date: Mon, 23 Jul 2001 12:56:54 +0200
3450              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
3451              
3452              Rename the script a little bit more sensibly.
3453      Branch: perl
3454            + win32/sync_ext.pl
3455            - win32/sncfnmcs.pl
3456            ! MANIFEST README.win32
3457 ____________________________________________________________________________
3458 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
3459         Log: Test tweak.
3460      Branch: perl
3461            ! ext/B/Deparse.t
3462 ____________________________________________________________________________
3463 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
3464         Log: Metaconfig unit tweak for #11450.
3465      Branch: metaconfig/U/perl
3466            ! Mksymlinks.U
3467 ____________________________________________________________________________
3468 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
3469         Log: Too volatile failsafe check.
3470      Branch: perl
3471            ! Configure
3472 ____________________________________________________________________________
3473 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
3474         Log: Further doc tweaks.
3475      Branch: perl
3476            ! lib/UnicodeCD.pm
3477 ____________________________________________________________________________
3478 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
3479         Log: Doc tweaks.
3480      Branch: perl
3481            ! lib/UnicodeCD.pm
3482 ____________________________________________________________________________
3483 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
3484         Log: Doc tweakery from Abhijit.
3485      Branch: perl
3486            ! Porting/repository.pod
3487 ____________________________________________________________________________
3488 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
3489         Log: An accidental empty line.
3490      Branch: perl
3491            ! MANIFEST
3492 ____________________________________________________________________________
3493 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
3494         Log: Missing MANIFESTations.
3495      Branch: perl
3496            ! MANIFEST
3497 ____________________________________________________________________________
3498 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
3499         Log: Update Changes.
3500      Branch: perl
3501            ! Changes patchlevel.h
3502 ____________________________________________________________________________
3503 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
3504         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
3505              From: Mike Guy <mjtg@cam.ac.uk>
3506              Date: Fri, 20 Jul 2001 16:12:49 +0100
3507              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
3508      Branch: perl
3509            ! Porting/pumpkin.pod
3510 ____________________________________________________________________________
3511 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
3512         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3513              From: Peter Prymmer <pvhp@forte.com>
3514              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
3515              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
3516      Branch: perl
3517            ! pod/perlhack.pod
3518 ____________________________________________________________________________
3519 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
3520         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
3521              From: Michael G Schwern <schwern@pobox.com>
3522              Date: Fri, 20 Jul 2001 20:22:35 -0400
3523              Message-ID: <20010720202235.O4498@blackrider>
3524      Branch: perl
3525            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
3526            ! lib/Test/t/todo.t
3527 ____________________________________________________________________________
3528 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
3529         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
3530              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3531              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
3532              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
3533      Branch: perl
3534            ! ext/POSIX/POSIX.pod
3535 ____________________________________________________________________________
3536 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
3537         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
3538              From: Mark-Jason Dominus <mjd@plover.com>
3539              Date: Fri, 20 Jul 2001 23:16:54 -0400
3540              Message-ID: <20010721031654.21877.qmail@plover.com>
3541      Branch: perl
3542            ! ext/POSIX/POSIX.pod
3543 ____________________________________________________________________________
3544 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
3545         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
3546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3547              Date: Sun, 22 Jul 2001 14:56:09 +0200
3548              Message-ID: <20010722145609.A766@rafael>
3549      Branch: perl
3550            ! ext/B/O.pm
3551 ____________________________________________________________________________
3552 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
3553         Log: Subject: regexec.c #define cleanup
3554              From: Mark-Jason Dominus <mjd@plover.com>
3555              Date: Sat, 21 Jul 2001 18:33:25 -0400
3556              Message-ID: <20010721223325.3069.qmail@plover.com>
3557      Branch: perl
3558            ! regexec.c
3559 ____________________________________________________________________________
3560 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
3561         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
3562              From: Prymmer/Kahn <pvhp@best.com>
3563              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
3564              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
3565      Branch: perl
3566            ! t/io/fs.t
3567 ____________________________________________________________________________
3568 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
3569         Log: Typo in #11432.
3570      Branch: perl
3571            ! ext/POSIX/POSIX.t
3572 ____________________________________________________________________________
3573 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
3574         Log: Integrate (manually) change #11424 from macperl.
3575      Branch: perl
3576            ! ext/Filter/t/call.t
3577 ____________________________________________________________________________
3578 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
3579         Log: Integrate change #11408 from macperl.
3580      Branch: perl
3581           !> README.macos pod/perlport.pod
3582 ____________________________________________________________________________
3583 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
3584         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
3585      Branch: perl
3586           +> macos/MacPerlTests.cmd macos/xsubpp.patch
3587            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3588            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
3589            ! ext/POSIX/POSIX.t
3590 ____________________________________________________________________________
3591 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
3592         Log: pod/*.t tests not picked up by t/TEST either
3593      Branch: maint-5.6/perl
3594            ! t/TEST
3595 ____________________________________________________________________________
3596 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
3597         Log: better tweak for change#11429 (windows has both / and \ separated
3598              paths in @INC at that point)
3599      Branch: maint-5.6/perl
3600            ! t/pod/testp2pt.pl
3601 ____________________________________________________________________________
3602 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
3603         Log: MacOS pod test tweak needs \Escape
3604      Branch: maint-5.6/perl
3605            ! t/pod/testp2pt.pl
3606 ____________________________________________________________________________
3607 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
3608         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
3609              resulting duplicate output, but t/harness isn't)
3610      Branch: maint-5.6/perl
3611            ! t/run/runenv.t
3612 ____________________________________________________________________________
3613 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
3614         Log: t/harness wasn't picking up all the tests
3615      Branch: maint-5.6/perl
3616            ! t/harness
3617 ____________________________________________________________________________
3618 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
3619         Log: update MANIFEST for new file
3620      Branch: maint-5.6/perl
3621            ! MANIFEST
3622 ____________________________________________________________________________
3623 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
3624         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
3625              the exception of the macperl/macos/... tree
3626      Branch: maint-5.6/perl
3627           +> t/lib/filefind-taint.t
3628           !> (integrate 72 files)
3629 ____________________________________________________________________________
3630 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
3631         Log: Fix test.
3632      Branch: maint-5.6/macperl
3633            ! macos/bundled_ext/Filter/t/call.t
3634 ____________________________________________________________________________
3635 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
3636         Log: Make perl fork()-safe (in a slightly limited way) even on
3637              platforms that don't have pthread_atfork() (extension of
3638              the fix in change#11151).
3639              
3640              Note that this will not help extensions that call fork()
3641              directly in C, or that link to libraries that call fork()
3642              directly.  Such cases must be fixed to either call
3643              PerlProc_fork(), or call atfork_lock() in parent before the
3644              calling the function that forks and call atfork_unlock()
3645              in both parent and child immediately after the fork().
3646              (There are no worries if C code calls exec() in the child
3647              immediately after a fork().  Only cases where the child
3648              calls perl's API functions (including New()) after the
3649              fork() are problematic.)
3650              
3651              This change also eliminates the use of vfork() from perl,
3652              since all such uses were violating the severe restrictions
3653              on modifying the state of the process between the vfork()
3654              and the exec().
3655              
3656              This is a modified version of patches suggested by Abhijit
3657              Menon-Sen and Richard Soderberg.
3658      Branch: perl
3659            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
3660            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
3661 ____________________________________________________________________________
3662 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
3663         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
3664              Switch, and Text::Balanced.
3665      Branch: maint-5.6/macperl
3666            + macos/bundled_ext/Filter/Util/Call/Call.pm
3667            + macos/bundled_ext/Filter/Util/Call/Call.xs
3668            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
3669            + macos/bundled_ext/Filter/t/MyFilter.pm
3670            + macos/bundled_ext/Filter/t/call.t
3671            + macos/bundled_ext/Filter/t/filter-util.pl
3672            + macos/bundled_lib/blib/lib/Class/ISA.pm
3673            + macos/bundled_lib/blib/lib/Digest.pm
3674            + macos/bundled_lib/blib/lib/Filter/Simple.pm
3675            + macos/bundled_lib/blib/lib/Switch.pm
3676            + macos/bundled_lib/blib/lib/Text/Balanced.pm
3677            + macos/bundled_lib/blib/lib/Text/Balanced.pod
3678            + macos/bundled_lib/t/Class/ISA/test.pl
3679            + macos/bundled_lib/t/Digest/Digest.t
3680            + macos/bundled_lib/t/Filter/Simple/test.pl
3681            + macos/bundled_lib/t/Switch/test.pl
3682            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
3683            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3684            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
3685            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3686            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
3687            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
3688            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3689            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
3690 ____________________________________________________________________________
3691 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
3692         Log: Add Filter::Util::Call to config/make files; edit utils
3693              to recognize the module (it was descended too far down).
3694              Bump version to 5.6.1a4.
3695      Branch: maint-5.6/macperl
3696            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
3697            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
3698            ! macos/macperl/Makefile.mk macos/xsubpp.patch
3699 ____________________________________________________________________________
3700 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
3701         Log: Make DB_File the default for MLDBM on MacOS.
3702      Branch: maint-5.6/macperl
3703            ! macos/bundled_lib/blib/lib/MLDBM.pm
3704 ____________________________________________________________________________
3705 [ 11419] By: nick                                  on 2001/07/20  14:51:03
3706         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
3707              From:  Simon Cozens <simon@netthink.co.uk>
3708              Date:  Fri, 20 Jul 2001 11:42:35 -0400
3709              Message-Id:  <20010720114235.A5235@netthink.co.uk>
3710      Branch: perl
3711            ! lib/UnicodeCD.pm
3712 ____________________________________________________________________________
3713 [ 11418] By: nick                                  on 2001/07/20  14:48:12
3714         Log: Subject:  [PATCH regcomp.h] adds a comment
3715              From:  Abhijit Menon-Sen <ams@wiw.org>
3716              Date:  Fri, 20 Jul 2001 21:05:37 +0530
3717              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
3718      Branch: perl
3719            ! regcomp.h
3720 ____________________________________________________________________________
3721 [ 11417] By: nick                                  on 2001/07/20  14:16:38
3722         Log: Subject:  [PATCH 5.7.2] INSTALL updates
3723              From:  Andy Dougherty <doughera@lafayette.edu>
3724              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
3725              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
3726      Branch: perl
3727            ! INSTALL
3728 ____________________________________________________________________________
3729 [ 11416] By: nick                                  on 2001/07/20  06:44:44
3730         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3731              From:  Russ Allbery <rra@stanford.edu>
3732              Date:  19 Jul 2001 15:52:37 -0700
3733              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
3734      Branch: perl
3735            ! lib/Pod/Man.pm
3736 ____________________________________________________________________________
3737 [ 11415] By: nick                                  on 2001/07/20  06:35:11
3738         Log: Subject:  [PATCH] defer op_seq allocation
3739              From:  Abhijit Menon-Sen <ams@wiw.org>
3740              Date:  Thu, 19 Jul 2001 22:12:24 +0530
3741              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
3742      Branch: perl
3743            ! op.c
3744 ____________________________________________________________________________
3745 [ 11414] By: nick                                  on 2001/07/20  06:23:36
3746         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
3747              From:  Abhijit Menon-Sen <ams@wiw.org>
3748              Date:  Fri, 20 Jul 2001 01:18:50 +0530
3749              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
3750              (Private e-mail)
3751      Branch: perl
3752            ! ext/Time/HiRes/HiRes.xs
3753 ____________________________________________________________________________
3754 [ 11413] By: nick                                  on 2001/07/20  06:18:53
3755         Log: Integrate mainline
3756      Branch: perlio
3757           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
3758            - t/base/commonsense.t
3759           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
3760           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
3761           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
3762           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
3763           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
3764           !> win32/win32.c
3765 ____________________________________________________________________________
3766 [ 11412] By: nick                                  on 2001/07/19  06:44:27
3767         Log: Integrate win32/perlhost.h from maintenance branch.
3768              (Rest of $ENV{PATH} / system() fix.)
3769      Branch: perl
3770           !> win32/perlhost.h
3771 ____________________________________________________________________________
3772 [ 11411] By: nick                                  on 2001/07/19  06:41:34
3773         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
3774              From:  Philip Newton <Philip.Newton@gmx.net>
3775              Date:  Wed, 18 Jul 2001 21:43:57 +0200
3776              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
3777      Branch: perl
3778            ! pod/perlhack.pod
3779 ____________________________________________________________________________
3780 [ 11410] By: nick                                  on 2001/07/19  06:39:35
3781         Log: Subject:  Security hole in taint checking in open()
3782              From:  deekoo@tentacle.net
3783              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
3784              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
3785      Branch: perl
3786            ! doio.c
3787 ____________________________________________________________________________
3788 [ 11409] By: nick                                  on 2001/07/19  06:28:08
3789         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
3790              From:  Abhijit Menon-Sen <ams@wiw.org>
3791              Date:  Thu, 19 Jul 2001 04:30:43 +0530
3792              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
3793      Branch: perl
3794            ! ext/Time/HiRes/HiRes.xs
3795 ____________________________________________________________________________
3796 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
3797         Log: Update docs with latest implementation information and new URLs.
3798      Branch: maint-5.6/macperl
3799            ! README.macos pod/perlport.pod
3800 ____________________________________________________________________________
3801 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
3802         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
3803              Fix BuildRules to accept optimization variables.
3804      Branch: maint-5.6/macperl
3805            + macos/bundled_ext/Digest/MD5/Makefile.mk
3806            ! macos/BuildRules.mk macos/Makefile.mk
3807            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
3808            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
3809 ____________________________________________________________________________
3810 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
3811         Log: Integrate changes 11399,11401
3812      Branch: maint-5.6/macperl
3813           !> win32/perlhost.h win32/win32.c
3814 ____________________________________________________________________________
3815 [ 11405] By: nick                                  on 2001/07/18  06:50:33
3816         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
3817              from perl5.6*
3818      Branch: perl
3819           !> win32/perlhost.h win32/win32.c
3820 ____________________________________________________________________________
3821 [ 11404] By: nick                                  on 2001/07/18  06:43:59
3822         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
3823              From:  hv@crypt0.demon.co.uk
3824              Date:  Wed, 18 Jul 2001 05:58:46 +0100
3825              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
3826      Branch: perl
3827            ! ext/POSIX/POSIX.t
3828 ____________________________________________________________________________
3829 [ 11403] By: nick                                  on 2001/07/18  06:38:57
3830         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
3831              From:  hv@crypt0.demon.co.uk
3832              Date:  Wed, 18 Jul 2001 05:21:54 +0100
3833              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
3834      Branch: perl
3835            ! numeric.c t/op/arith.t
3836 ____________________________________________________________________________
3837 [ 11402] By: nick                                  on 2001/07/18  06:19:17
3838         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
3839              From:  mjd@plover.com
3840              Date:  17 Jul 2001 17:59:20 -0000
3841              Message-Id:  <20010717175920.8177.qmail@plover.com>
3842      Branch: perl
3843            ! pod/perlre.pod
3844 ____________________________________________________________________________
3845 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
3846         Log: thinko in change#11400 (duh)
3847      Branch: maint-5.6/perl
3848            ! win32/perlhost.h
3849 ____________________________________________________________________________
3850 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
3851         Log: change#11399 revealed another unrelated bug; this is just a temporary
3852              bandaid
3853      Branch: maint-5.6/perl
3854            ! win32/perlhost.h
3855 ____________________________________________________________________________
3856 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
3857         Log: fix bugs in handling of the virtualized environment under windows;
3858              there were bugs in propagating any changes to %ENV down to the real
3859              environment when such changes happened in the toplevel process
3860              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
3861              problem identification, and for a part of the fix)
3862      Branch: maint-5.6/perl
3863            ! win32/perlhost.h win32/win32.c
3864 ____________________________________________________________________________
3865 [ 11398] By: nick                                  on 2001/07/17  08:26:35
3866         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3867              From: Peter Prymmer <pvhp@forte.com>
3868              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
3869              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
3870              
3871              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
3872              should not depend on existance of Config.pm
3873      Branch: perl
3874           +> t/lib/commonsense.t
3875            - t/base/commonsense.t
3876            ! MANIFEST t/README
3877 ____________________________________________________________________________
3878 [ 11397] By: nick                                  on 2001/07/17  08:09:58
3879         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
3880              From:  Michael G Schwern <schwern@pobox.com>
3881              Date:  Mon, 16 Jul 2001 18:20:31 -0400
3882              Message-Id:  <20010716182031.A1128@blackrider>
3883      Branch: perl
3884            ! pod/perlhack.pod
3885 ____________________________________________________________________________
3886 [ 11396] By: nick                                  on 2001/07/17  08:04:11
3887         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
3888              From:  Gwyn Judd <b.judd@xtra.co.nz>
3889              Date:  Tue, 17 Jul 2001 20:55:58 +1200
3890              Message-Id:  <20010717205558.A3107@thislove>
3891      Branch: perl
3892            ! pod/perlfunc.pod
3893 ____________________________________________________________________________
3894 [ 11395] By: nick                                  on 2001/07/17  08:02:22
3895         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
3896              From:  Peter Prymmer <pvhp@forte.com>
3897              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
3898              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
3899      Branch: perl
3900            ! t/op/sprintf.t
3901 ____________________________________________________________________________
3902 [ 11394] By: nick                                  on 2001/07/17  07:57:06
3903         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
3904              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
3905              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
3906              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
3907      Branch: perl
3908            ! gv.c
3909 ____________________________________________________________________________
3910 [ 11392] By: nick                                  on 2001/07/17  07:50:12
3911         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
3912              From:  Coral <coral@moonlight.crystalflame.net>
3913              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
3914              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
3915      Branch: perl
3916            ! pp_sys.c thread.h
3917 ____________________________________________________________________________
3918 [ 11391] By: nick                                  on 2001/07/17  07:34:28
3919         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
3920              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3921              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
3922              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
3923      Branch: perl
3924            ! utils/h2xs.PL
3925 ____________________________________________________________________________
3926 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
3927         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
3928              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
3929              and Mac::Apps::Launch, which don't work, and Time::HiRes and
3930              Time::Piece, which don't yet work.
3931      Branch: maint-5.6/macperl
3932            + (add 154 files)
3933 ____________________________________________________________________________
3934 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
3935         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
3936              Also add hack to get around missing setenv for PERL5DB.
3937      Branch: maint-5.6/macperl
3938            ! macos/macish.c macos/macish.h
3939 ____________________________________________________________________________
3940 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
3941         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
3942      Branch: maint-5.6/macperl
3943            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
3944            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
3945 ____________________________________________________________________________
3946 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
3947         Log: Fix up some configuration and make options, add extra
3948              extensions.
3949      Branch: maint-5.6/macperl
3950            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
3951            ! macos/macperl/Makefile.mk
3952 ____________________________________________________________________________
3953 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
3954         Log: From Change 11374 in maintperl.
3955      Branch: maint-5.6/macperl
3956           !> utils/h2ph.PL
3957 ____________________________________________________________________________
3958 [ 11385] By: nick                                  on 2001/07/16  14:12:58
3959         Log: Back out change to h2xs till it passes its test.
3960      Branch: perl
3961            ! utils/h2xs.PL
3962 ____________________________________________________________________________
3963 [ 11384] By: nick                                  on 2001/07/16  14:00:10
3964         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
3965              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3966              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
3967              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
3968      Branch: perl
3969            ! utils/h2xs.PL
3970 ____________________________________________________________________________
3971 [ 11383] By: nick                                  on 2001/07/16  13:53:12
3972         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
3973              From:  Robin Houston <robin@kitsite.com>
3974              Date:  Sun, 15 Jul 2001 18:22:31 +0100
3975              Message-Id:  <20010715182230.A11174@robin>
3976      Branch: perl
3977            ! hints/darwin.sh
3978 ____________________________________________________________________________
3979 [ 11382] By: nick                                  on 2001/07/16  13:52:49
3980         Log: Subject:  [PATCH perl@11372] re_dup
3981              From:  Radu Greab <radu@netsoft.ro>
3982              Date:  Sun, 15 Jul 2001 04:50:06 +0300
3983              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
3984      Branch: perl
3985            ! sv.c
3986 ____________________________________________________________________________
3987 [ 11379] By: nick                                  on 2001/07/16  13:35:39
3988         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
3989              From:  Robin Houston <robin@kitsite.com>
3990              Date:  Sat, 14 Jul 2001 14:28:50 +0100
3991              Message-Id:  <20010714142850.A10205@robin>
3992      Branch: perl
3993            ! ext/B/B/Deparse.pm
3994 ____________________________________________________________________________
3995 [ 11378] By: nick                                  on 2001/07/16  13:30:36
3996         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
3997              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
3998              Date:  Sat, 14 Jul 2001 22:17:42 +0900
3999              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
4000      Branch: perl
4001            + ext/Encode/Encode/euc-jp-0212.enc
4002            ! ext/Encode/Encode/Tcl.pm
4003 ____________________________________________________________________________
4004 [ 11377] By: nick                                  on 2001/07/16  13:17:28
4005         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
4006              From:  Andy Dougherty <doughera@lafayette.edu>
4007              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
4008              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
4009      Branch: perl
4010            ! hints/darwin.sh hints/rhapsody.sh
4011 ____________________________________________________________________________
4012 [ 11376] By: nick                                  on 2001/07/16  09:05:00
4013         Log: Integrate mainline
4014      Branch: perlio
4015           +> ext/Encode/Encode/7bit-greek.enc
4016           +> ext/Encode/Encode/7bit-latin1.enc
4017           +> ext/Encode/Encode/cns11643-1.enc
4018           +> ext/Encode/Encode/cns11643-2.enc
4019           +> ext/Encode/Encode/iso2022-cn.enc
4020           +> ext/Encode/Encode/iso2022-jp1.enc
4021           +> ext/Encode/Encode/iso2022-jp2.enc
4022           !> Changes Configure MANIFEST Makefile.SH
4023           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4024           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
4025           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
4026           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
4027           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
4028 ____________________________________________________________________________
4029 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
4030         Log: integrate change#11374 from maint-5.6
4031              
4032              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4033      Branch: perl
4034           !> utils/h2ph.PL
4035 ____________________________________________________________________________
4036 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
4037         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4038      Branch: maint-5.6/perl
4039            ! utils/h2ph.PL
4040 ____________________________________________________________________________
4041 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
4042         Log: Update Changes.
4043      Branch: perl
4044            ! Changes patchlevel.h
4045 ____________________________________________________________________________
4046 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
4047         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
4048              From: Jonathan Stowe <gellyfish@gellyfish.com>
4049              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
4050              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
4051      Branch: perl
4052            ! utils/h2xs.PL
4053 ____________________________________________________________________________
4054 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
4055         Log: Subject: patch to add DEL to [:cntrl:]
4056              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4057              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
4058              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
4059      Branch: perl
4060            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
4061 ____________________________________________________________________________
4062 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
4063         Log: Metaconfig unit change for #11369; plus a dependency nit.
4064      Branch: metaconfig
4065            ! U/compline/nblock_io.U
4066      Branch: metaconfig/U/perl
4067            ! Extensions.U
4068 ____________________________________________________________________________
4069 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
4070         Log: #include <stdlib.h> so that exit() is prototyped,
4071              noticed by Hugo.
4072      Branch: perl
4073            ! Configure
4074 ____________________________________________________________________________
4075 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
4076         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4077              From: Peter Prymmer <pvhp@forte.com>
4078              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
4079              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
4080      Branch: perl
4081            ! t/op/sprintf.t
4082 ____________________________________________________________________________
4083 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
4084         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
4085              From: Peter Prymmer <pvhp@forte.com>
4086              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
4087              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
4088      Branch: perl
4089            ! ext/Encode/Encode/Tcl.t
4090 ____________________________________________________________________________
4091 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
4092         Log: Add information about gcc 3.0 basic block profiling.
4093      Branch: perl
4094            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
4095 ____________________________________________________________________________
4096 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
4097         Log: Subject: Error in lib/PerlIO/Via.pm ?
4098              From: Mark-Jason Dominus <mjd@plover.com>
4099              Date: Fri, 13 Jul 2001 15:55:41 -0400
4100              Message-ID: <20010713195541.26751.qmail@plover.com>
4101      Branch: perl
4102            ! ext/PerlIO/Via/Via.pm
4103 ____________________________________________________________________________
4104 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
4105         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
4106              section from the Compiler section.
4107      Branch: perl
4108            ! myconfig.SH
4109 ____________________________________________________________________________
4110 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
4111         Log: Handle glibc style of constant definitions using enum
4112              with intervening #defines; from Brendan O'Dea.
4113      Branch: perl
4114            ! utils/h2ph.PL
4115 ____________________________________________________________________________
4116 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
4117         Log: Add LC_MESSAGES to the locale_h export tag (it already is
4118              in the Makefile.PL and thusly eligible for an XS constant)
4119              (see also maintperl #10543)
4120      Branch: perl
4121            ! ext/POSIX/POSIX.pm
4122 ____________________________________________________________________________
4123 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
4124         Log: Subject: Re: [patch] re_dup
4125              From: Abhijit Menon-Sen <ams@wiw.org>
4126              Date: Fri, 13 Jul 2001 21:41:09 +0530
4127              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
4128      Branch: perl
4129            ! sv.c
4130 ____________________________________________________________________________
4131 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
4132         Log: Subject: [patch] re_dup
4133              From: Doug MacEachern <dougm@covalent.net>
4134              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
4135              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
4136      Branch: perl
4137            ! sv.c
4138 ____________________________________________________________________________
4139 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
4140         Log: Update Changes.
4141      Branch: perl
4142            ! Changes patchlevel.h
4143 ____________________________________________________________________________
4144 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
4145         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
4146              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
4147              Date: Sat, 14 Jul 2001 00:06:30 +0900
4148              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
4149      Branch: perl
4150            + ext/Encode/Encode/7bit-greek.enc
4151            + ext/Encode/Encode/7bit-latin1.enc
4152            + ext/Encode/Encode/cns11643-1.enc
4153            + ext/Encode/Encode/cns11643-2.enc
4154            + ext/Encode/Encode/iso2022-cn.enc
4155            + ext/Encode/Encode/iso2022-jp1.enc
4156            + ext/Encode/Encode/iso2022-jp2.enc
4157            ! MANIFEST ext/Encode/Encode/Tcl.pm
4158            ! ext/Encode/Encode/iso2022-kr.enc
4159 ____________________________________________________________________________
4160 [ 11357] By: nick                                  on 2001/07/13  14:24:06
4161         Log: Blind integrate mainline (as of 5.7.2?)
4162      Branch: perlio
4163           !> AUTHORS Changes Porting/config.sh Porting/config_H
4164           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
4165           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4166           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4167           !> win32/makefile.mk
4168 ____________________________________________________________________________
4169 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
4170         Log: Snip away the devel patchlevel.
4171      Branch: perl
4172            ! patchlevel.h
4173 ____________________________________________________________________________
4174 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
4175         Log: Bump the version to 5.7.2.
4176      Branch: perl
4177            ! Porting/config.sh Porting/config_H patchlevel.h
4178            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4179            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4180            ! win32/makefile.mk
4181 ____________________________________________________________________________
4182 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
4183         Log: Update Changes.
4184      Branch: perl
4185            ! Changes
4186 ____________________________________________________________________________
4187 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
4188         Log: Reword.
4189      Branch: perl
4190            ! AUTHORS
4191 ____________________________________________________________________________
4192 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
4193         Log: AUTHORS update.
4194      Branch: perl
4195            ! AUTHORS
4196 ____________________________________________________________________________
4197 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
4198         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
4199              unless ithreads.
4200      Branch: perl
4201            ! makedef.pl
4202 ____________________________________________________________________________
4203 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
4204         Log: Integrate perlio.
4205      Branch: perl
4206           !> win32/distclean.bat
4207 ____________________________________________________________________________
4208 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
4209         Log: Test the encoding transform only iff we have PerlIO,
4210              noticed by H. Merijn Brand.
4211      Branch: perl
4212            ! ext/PerlIO/t/encoding.t
4213 ____________________________________________________________________________
4214 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
4215         Log: README.netware tweaks from Ananth Kesari.
4216      Branch: perl
4217            ! README.netware
4218 ____________________________________________________________________________
4219 [ 11346] By: nick                                  on 2001/07/13  09:18:51
4220         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
4221              to avoid /unicode vs /Unicode issues.
4222      Branch: perlio
4223            ! win32/distclean.bat
4224 ____________________________________________________________________________
4225 [ 11345] By: nick                                  on 2001/07/13  06:24:18
4226         Log: Integrate mainline
4227      Branch: perlio
4228           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
4229            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
4230           !> (integrate 63 files)
4231 ____________________________________________________________________________
4232 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
4233         Log: Add d_bincompat5005 information to perl -V.
4234      Branch: perl
4235            ! myconfig.SH
4236 ____________________________________________________________________________
4237 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
4238         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
4239              From: Abhijit Menon-Sen <ams@wiw.org>
4240              Date: Fri, 13 Jul 2001 07:12:36 +0530
4241              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
4242      Branch: perl
4243            ! sv.c
4244 ____________________________________________________________________________
4245 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
4246         Log: Remove unicode::distinct, as per Inaba Hiroto.
4247      Branch: perl
4248            - lib/unicode/distinct.pm
4249            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
4250            ! t/lib/1_compile.t
4251 ____________________________________________________________________________
4252 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
4253         Log: Paging for Dr Octothorpe.
4254      Branch: perl
4255            ! pod/perlfaq4.pod
4256 ____________________________________________________________________________
4257 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
4258         Log: cut-n-paste error noticed by mjd.
4259      Branch: perl
4260            ! pod/perlfaq4.pod
4261 ____________________________________________________________________________
4262 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
4263         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
4264              From: Peter Prymmer <pvhp@forte.com>
4265              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
4266              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
4267      Branch: perl
4268            ! pod/perlfaq4.pod
4269 ____________________________________________________________________________
4270 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
4271         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
4272              From: Randall Gellens <randy@qualcomm.com>
4273              Date: Thu, 12 Jul 2001 16:56:23 -0700
4274              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
4275      Branch: perl
4276            ! Porting/repository.pod
4277 ____________________________________________________________________________
4278 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
4279         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
4280      Branch: perl
4281            ! thread.h
4282 ____________________________________________________________________________
4283 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
4284         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
4285              From: coral <coral@moonlight.crystalflame.net>
4286              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
4287              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
4288      Branch: perl
4289            ! thread.h
4290 ____________________________________________________________________________
4291 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
4292         Log: Metaconfig unit change for #11134.
4293      Branch: metaconfig
4294            + U/threads/d_pthread_atfork.U
4295 ____________________________________________________________________________
4296 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
4297         Log: Add HAS_PTHREAD_ATFORK.
4298      Branch: perl
4299            ! Configure NetWare/config.wc NetWare/config_H.wc
4300            ! Porting/Glossary Porting/config.sh Porting/config_H
4301            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4302            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
4303            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4304            ! win32/config.gc win32/config.vc win32/config_H.bc
4305            ! win32/config_H.gc win32/config_H.vc
4306 ____________________________________________________________________________
4307 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
4308         Log: Subject: [PATCH] File::Copy fails on tied handles
4309              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4310              Date: Thu, 12 Jul 2001 15:18:51 -0700
4311              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
4312      Branch: perl
4313            ! lib/File/Copy.pm
4314 ____________________________________________________________________________
4315 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
4316         Log: Subject: [PATCH] Langinfo.t
4317              From: Nicholas Clark <nick@ccl4.org>
4318              Date: Thu, 12 Jul 2001 23:55:38 +0100
4319              Message-ID: <20010712235538.M5827@plum.flirble.org>
4320      Branch: perl
4321            ! ext/I18N/Langinfo/Langinfo.t
4322 ____________________________________________________________________________
4323 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
4324         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
4325              From: Peter Prymmer <pvhp@forte.com>
4326              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
4327              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
4328      Branch: perl
4329            ! pod/perl572delta.pod
4330 ____________________________________________________________________________
4331 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
4332         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
4333              From: Abhijit Menon-Sen <ams@wiw.org>
4334              Date: Fri, 13 Jul 2001 05:21:16 +0530
4335              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
4336      Branch: perl
4337            ! sv.c
4338 ____________________________________________________________________________
4339 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
4340         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
4341              From: Abhijit Menon-Sen <ams@wiw.org>
4342              Date: Fri, 13 Jul 2001 03:04:25 +0530
4343              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
4344      Branch: perl
4345            ! av.c
4346 ____________________________________________________________________________
4347 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
4348         Log: s/^M$//g
4349      Branch: perl
4350            ! win32/Makefile win32/makefile.mk
4351 ____________________________________________________________________________
4352 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
4353         Log: Update Changes.
4354      Branch: perl
4355            ! Changes patchlevel.h
4356 ____________________________________________________________________________
4357 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
4358         Log: Typo spotted by Philip Newton.
4359      Branch: perl
4360            ! pod/perl572delta.pod
4361 ____________________________________________________________________________
4362 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
4363         Log: Subject: [PATCH] fixes perl_clone of perl_clone
4364              From: Artur Bergman <artur@contiller.se>
4365              Date: Thu, 12 Jul 2001 20:57:09 +0200
4366              Message-ID: <B773BFA4.236B%artur@contiller.se>
4367      Branch: perl
4368            ! sv.c
4369 ____________________________________________________________________________
4370 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
4371         Log: Add README.uts from Hal Morris.
4372      Branch: perl
4373            + README.uts
4374            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
4375            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4376 ____________________________________________________________________________
4377 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
4378         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
4379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4380              Date: Thu, 12 Jul 2001 20:32:37 +0200
4381              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
4382      Branch: perl
4383            ! hints/aix.sh
4384 ____________________________________________________________________________
4385 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
4386         Log: Subject: Patch: document reg_data.what member
4387              From: Mark-Jason Dominus <mjd@plover.com>
4388              Message-ID: <20010712182532.14821.qmail@plover.com>
4389              Date: Thu, 12 Jul 2001 14:25:32 -0400
4390      Branch: perl
4391            ! regcomp.c regcomp.h
4392 ____________________________________________________________________________
4393 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
4394         Log: Subject: [PATCH] Perl_re_dup()
4395              From: Abhijit Menon-Sen <ams@wiw.org>
4396              Date: Thu, 12 Jul 2001 23:54:32 +0530
4397              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
4398      Branch: perl
4399            ! embed.h embed.pl perlapi.c proto.h sv.c
4400 ____________________________________________________________________________
4401 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
4402         Log: Regen Configure, modlib, toc.
4403      Branch: perl
4404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4405            ! pod/perlmodlib.pod pod/perltoc.pod
4406 ____________________________________________________________________________
4407 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
4408         Log: The problem seems to be in PerlIO::Layer::->find() not
4409              accepting the ":encoding(blurflur)" arguments.
4410      Branch: perl
4411            ! lib/PerlIO.pm lib/open.pm
4412 ____________________________________________________________________________
4413 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
4414         Log: AIX doc update.
4415      Branch: perl
4416            ! README.aix pod/perl572delta.pod
4417 ____________________________________________________________________________
4418 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
4419         Log: Subject: AIX README update
4420              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4421              Date: Thu, 12 Jul 2001 19:28:30 +0200
4422              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
4423      Branch: perl
4424            ! README.aix
4425 ____________________________________________________________________________
4426 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
4427         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
4428              From: Norton Allen <allen@huarp.harvard.edu>
4429              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
4430              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
4431      Branch: perl
4432            ! ext/IO/lib/IO/t/io_unix.t
4433 ____________________________________________________________________________
4434 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
4435         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4436              From: Norton Allen <allen@huarp.harvard.edu>
4437              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
4438              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
4439      Branch: perl
4440            ! README.qnx hints/qnx.sh
4441 ____________________________________________________________________________
4442 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
4443         Log: Subject: [patch] faster PM_GETRE
4444              From: Doug MacEachern <dougm@covalent.net>
4445              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
4446              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
4447      Branch: perl
4448            ! op.h
4449 ____________________________________________________________________________
4450 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
4451         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
4452              From: Doug MacEachern <dougm@covalent.net>
4453              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
4454              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
4455      Branch: perl
4456            ! op.c
4457 ____________________________________________________________________________
4458 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
4459         Log: Tell where the nice Estonian database is.
4460      Branch: perl
4461            ! lib/open.pm
4462 ____________________________________________________________________________
4463 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
4464         Log: Retract #11309 since #11310 is a better fix.
4465      Branch: perl
4466            ! t/lib/1_compile.t
4467 ____________________________________________________________________________
4468 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
4469         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
4470              change#11300 needs to return the status of failed win32_spawnvp())
4471              
4472              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
4473              splitting correctly; remove unused variables; 'require' at run time
4474              rather than 'use' at compile time for I18N::Langinfo, since it
4475              isn't everyware
4476      Branch: perl
4477            ! lib/open.pm win32/win32.c
4478 ____________________________________________________________________________
4479 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
4480         Log: Temporary workaround.
4481      Branch: perl
4482            ! t/lib/1_compile.t
4483 ____________________________________________________________________________
4484 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
4485         Log: UCD typo in #11306 and add also more known-to-be-tested
4486              modules to the skip list.
4487      Branch: perl
4488            ! t/lib/1_compile.t
4489 ____________________________________________________________________________
4490 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
4491         Log: Rename Unicode::UCD to UnicodeCD to avoid
4492              messups with case-insensitive filesystems.
4493      Branch: perl
4494            + lib/UnicodeCD.pm lib/UnicodeCD.t
4495            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4496            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
4497 ____________________________________________________________________________
4498 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
4499         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
4500              From: daniel@biz.bitpusher.com
4501              Date: Wed, 11 Jul 2001 23:25:47 -0700
4502              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
4503      Branch: perl
4504            ! lib/Tie/Array.pm t/op/splice.t
4505 ____________________________________________________________________________
4506 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
4507         Log: Subject: [PATCH] More accurate line numbers in messages
4508              From: Paul Johnson <paul@pjcj.net>
4509              Date: Thu, 12 Jul 2001 04:14:11 +0200
4510              Message-ID: <20010712041411.A3467@pjcj.net>
4511              
4512              (With prototyping and multiplicity tweaks.)
4513      Branch: perl
4514            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
4515 ____________________________________________________________________________
4516 [ 11304] By: nick                                  on 2001/07/12  12:53:40
4517         Log: Integrate mainline
4518      Branch: perlio
4519           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
4520           !> regexec.c thread.h
4521 ____________________________________________________________________________
4522 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
4523         Log: Cut-and-pasto in #11298.
4524      Branch: perl
4525            ! ext/ByteLoader/bytecode.h
4526 ____________________________________________________________________________
4527 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
4528         Log: Update the AIX known problems section.
4529      Branch: perl
4530            ! pod/perl572delta.pod
4531 ____________________________________________________________________________
4532 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
4533         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
4534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4535              Date: Thu, 12 Jul 2001 12:16:16 +0200
4536              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
4537      Branch: perl
4538            ! hints/aix.sh
4539 ____________________________________________________________________________
4540 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
4541         Log: Integrate perlio.
4542      Branch: perl
4543           !> makedef.pl win32/win32.c
4544 ____________________________________________________________________________
4545 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
4546         Log: Subject: [PATCH] fix for PMOP threadness failures
4547              From: Artur Bergman <artur@contiller.se>
4548              Date: Thu, 12 Jul 2001 09:48:06 +0200
4549              Message-ID: <B77322D6.22DD%artur@contiller.se>
4550      Branch: perl
4551            ! regexec.c
4552 ____________________________________________________________________________
4553 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
4554         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
4555              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4556              Date: Thu, 12 Jul 2001 09:09:48 +0200
4557              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
4558              
4559              More parentheses to keep bcc happy.
4560      Branch: perl
4561            ! ext/ByteLoader/bytecode.h
4562 ____________________________________________________________________________
4563 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
4564         Log: Subject: Re: [patch] pthread_atfork bandaid
4565              From: Doug MacEachern <dougm@covalent.net>
4566              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
4567              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
4568      Branch: perl
4569            ! thread.h
4570 ____________________________________________________________________________
4571 [ 11296] By: nick                                  on 2001/07/12  11:55:48
4572         Log: Exclude reentrant_buffer from .def file
4573      Branch: perlio
4574            ! makedef.pl
4575 ____________________________________________________________________________
4576 [ 11295] By: nick                                  on 2001/07/12  11:11:44
4577         Log: Honour void-ness of my_exit()
4578      Branch: perlio
4579            ! win32/win32.c
4580 ____________________________________________________________________________
4581 [ 11294] By: nick                                  on 2001/07/12  07:51:04
4582         Log: Integrate mainline
4583      Branch: perlio
4584           +> uts/sprintf_wrap.c
4585           !> (integrate 35 files)
4586 ____________________________________________________________________________
4587 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
4588         Log: Retract #11289.
4589      Branch: perl
4590            ! embed.h embed.pl perl.c proto.h thread.h
4591 ____________________________________________________________________________
4592 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
4593         Log: Now the :locale pseudolayer *almost* works...
4594      Branch: perl
4595            ! lib/open.pm
4596 ____________________________________________________________________________
4597 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
4598         Log: Locale encoding tweaks.
4599      Branch: perl
4600            ! lib/open.pm
4601 ____________________________________________________________________________
4602 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
4603         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
4604              From: Mark-Jason Dominus <mjd@plover.com>
4605              Date: Thu, 12 Jul 2001 00:59:31 -0400
4606              Message-ID: <20010712045931.8543.qmail@plover.com>
4607              
4608              Remove the chmod/umask leading zero warning.
4609      Branch: perl
4610            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
4611            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4612 ____________________________________________________________________________
4613 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
4614         Log: (Retracted by #11289.)
4615      Branch: perl
4616            ! embed.h embed.pl perl.c proto.h thread.h
4617 ____________________________________________________________________________
4618 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
4619         Log: Needed by #11283.
4620      Branch: perl
4621            ! intrpvar.h
4622 ____________________________________________________________________________
4623 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
4624         Log: Metaconfig unit change for #11286.
4625      Branch: metaconfig/U/perl
4626            ! patchlevel.U
4627 ____________________________________________________________________________
4628 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
4629         Log: Subject: Re: [PATCH Configure] perl -V broken
4630              From: Andy Dougherty <doughera@lafayette.edu>
4631              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
4632              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
4633      Branch: perl
4634            ! Configure myconfig.SH
4635 ____________________________________________________________________________
4636 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
4637         Log: Retract #11166 (and #11237).
4638      Branch: perl
4639            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
4640            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
4641            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4642 ____________________________________________________________________________
4643 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
4644         Log: UTS tweaks for Hal Morris.
4645      Branch: perl
4646            + uts/sprintf_wrap.c
4647            ! MANIFEST hints/uts.sh perl.h
4648 ____________________________________________________________________________
4649 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
4650         Log: Subject: [PATCH] Use reentrant API glibc
4651              From: Artur Bergman <artur@contiller.se>
4652              Date: Thu, 12 Jul 2001 00:58:21 +0200
4653              Message-ID: <B772A6AD.2288%artur@contiller.se>
4654      Branch: perl
4655            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
4656            ! sv.c
4657 ____________________________________________________________________________
4658 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
4659         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
4660              From: barries <barries@slaysys.com>
4661              Date: Wed, 11 Jul 2001 15:11:46 -0400
4662              Message-ID: <20010711151146.G24560@jester.slaysys.com>
4663      Branch: perl
4664            ! pp_sys.c t/lib/warnings/doio win32/win32.c
4665 ____________________________________________________________________________
4666 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
4667         Log: Subject: [patch] pthread_atfork bandaid
4668              From: Doug MacEachern <dougm@covalent.net>
4669              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
4670              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
4671      Branch: perl
4672            ! miniperlmain.c perl.c
4673 ____________________________________________________________________________
4674 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
4675         Log: Subject: [patch] perl_clone leaks
4676              From: Doug MacEachern <dougm@covalent.net>
4677              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
4678              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
4679      Branch: perl
4680            ! sv.c
4681 ____________________________________________________________________________
4682 [ 11279] By: nick                                  on 2001/07/11  15:49:38
4683         Log: Integrate mainline
4684      Branch: perlio
4685           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
4686           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
4687           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
4688           +> lib/Term/ANSIColor/README
4689           !> (integrate 54 files)
4690 ____________________________________________________________________________
4691 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
4692         Log: Update Changes.
4693      Branch: perl
4694            ! Changes patchlevel.h
4695 ____________________________________________________________________________
4696 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
4697         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
4698              From: Peter Prymmer <pvhp@forte.com>
4699              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
4700              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
4701              
4702              Backport of embed.pl to 5.003.
4703      Branch: perl
4704            ! embed.pl
4705 ____________________________________________________________________________
4706 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
4707         Log: Subject: Re: POSIX test #14 on UTS 
4708              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4709              Date: Wed, 11 Jul 2001 03:02:14 +0100
4710              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
4711      Branch: perl
4712            ! ext/POSIX/POSIX.t
4713 ____________________________________________________________________________
4714 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
4715         Log: Make the I32 an IV to preserve structure alignment and size.
4716      Branch: perl
4717            ! op.h
4718 ____________________________________________________________________________
4719 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
4720         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
4721              From: "Artur Bergman" <artur@contiller.se>
4722              Date: Wed, 11 Jul 2001 14:23:37 +0200
4723              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
4724              
4725              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
4726      Branch: perl
4727            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
4728            ! pod/perlapi.pod sv.c
4729 ____________________________________________________________________________
4730 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
4731         Log: Tweak until Pod::Parser gets updated.
4732      Branch: perl
4733            ! t/pod/special_seqs.xr
4734 ____________________________________________________________________________
4735 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
4736         Log: File::Spec usage tweak.
4737      Branch: perl
4738            ! lib/ExtUtils.t
4739 ____________________________________________________________________________
4740 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
4741         Log: Integrate #11263 from macperl; macos and macosx updates.
4742      Branch: perl
4743           !> pod/perlport.pod
4744 ____________________________________________________________________________
4745 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
4746         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
4747              From: Peter Prymmer <pvhp@forte.com>
4748              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
4749              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
4750      Branch: perl
4751            + ext/Time/HiRes/hints/dynixptx.pl
4752            ! MANIFEST hints/dynixptx.sh
4753 ____________________________________________________________________________
4754 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
4755         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
4756              From: Nicholas Clark <nick@ccl4.org>
4757              Date: Tue, 10 Jul 2001 23:17:43 +0100
4758              Message-ID: <20010710231742.B59620@plum.flirble.org>
4759      Branch: perl
4760            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
4761 ____________________________________________________________________________
4762 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
4763         Log: Subject: [DOC PATCH] Pluggable runops
4764              From: Paul Johnson <paul@pjcj.net>
4765              Date: Tue, 10 Jul 2001 21:53:28 +0200
4766              Message-ID: <20010710215328.B26577@pjcj.net>
4767      Branch: perl
4768            ! pod/perlguts.pod
4769 ____________________________________________________________________________
4770 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
4771         Log: Subject: [PATCH] Authors
4772              From: Artur Bergman <artur@contiller.se>
4773              Date: Tue, 10 Jul 2001 20:39:12 +0200
4774              Message-ID: <B771186F.21CD%artur@contiller.se>
4775      Branch: perl
4776            ! AUTHORS
4777 ____________________________________________________________________________
4778 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
4779         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
4780              From: Doug MacEachern <dougm@covalent.net>
4781              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
4782              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
4783      Branch: perl
4784            ! pp_ctl.c
4785 ____________________________________________________________________________
4786 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
4787         Log: Subject: doc patch; times() in scalar context
4788              From: mjd@plover.com
4789              Date: 10 Jul 2001 18:01:17 -0000
4790              Message-ID: <20010710180117.12477.qmail@plover.com>
4791      Branch: perl
4792            ! pod/perlfunc.pod
4793 ____________________________________________________________________________
4794 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
4795         Log: Subject: [PATCH] Small fix to pp_gmtime
4796              From: Artur Bergman <artur@contiller.se>
4797              Date: Tue, 10 Jul 2001 19:54:52 +0200
4798              Message-ID: <B7710E0B.21C5%artur@contiller.se>
4799      Branch: perl
4800            ! pp_sys.c
4801 ____________________________________________________________________________
4802 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
4803         Log: Integrate changes from mainline perl, add notes about
4804              Mac OS X and Mac OS.
4805      Branch: maint-5.6/macperl
4806            ! pod/perlport.pod
4807 ____________________________________________________________________________
4808 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
4809         Log: A proof of the dangers of package; ?
4810      Branch: perl
4811            ! t/lib/warnings/op
4812 ____________________________________________________________________________
4813 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
4814         Log: Regen toc and modlib.
4815      Branch: perl
4816            ! pod/perlmodlib.pod pod/perltoc.pod
4817 ____________________________________________________________________________
4818 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
4819         Log: Add compexcl(), casefold(), and casespec() interfaces;
4820              and make all interfaces to return hash references instead
4821              of hashes. 
4822      Branch: perl
4823            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4824 ____________________________________________________________________________
4825 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
4826         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
4827              From: "Philip Newton" <Philip.Newton@gmx.net>
4828              Date: Tue, 10 Jul 2001 09:55:59 +0200
4829              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
4830              
4831              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
4832              From: "Philip Newton" <Philip.Newton@gmx.net>
4833              Date: Tue, 10 Jul 2001 09:56:37 +0200
4834              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
4835      Branch: perl
4836            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4837            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
4838 ____________________________________________________________________________
4839 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
4840         Log: Subject: [patch] undef &xsub for 1,2
4841              From: Doug MacEachern <dougm@covalent.net>
4842              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
4843              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
4844              
4845              (This version of the patch with a comment from Gisle.)
4846      Branch: perl
4847            ! op.c
4848 ____________________________________________________________________________
4849 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
4850         Log: Mention package; deprecation and the Win32 problems.
4851      Branch: perl
4852            ! pod/perl572delta.pod
4853 ____________________________________________________________________________
4854 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
4855         Log: Subject: [PATCH] deprecate package with no arguments
4856              From: Robin Houston <robin@kitsite.com>
4857              Date: Tue, 10 Jul 2001 13:33:40 +0100
4858              Message-ID: <20010710133340.A13452@robin.kitsite.com>
4859      Branch: perl
4860            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
4861 ____________________________________________________________________________
4862 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
4863         Log: Upgrade to podlators 1.10.
4864      Branch: perl
4865            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4866            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4867            ! pod/pod2man.PL pod/pod2text.PL
4868 ____________________________________________________________________________
4869 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
4870         Log: Upgrade to Term::ANSIColor 1.04.
4871      Branch: perl
4872            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
4873            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
4874 ____________________________________________________________________________
4875 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
4876         Log: Integrate perlio (the right fix for the ":layer(args)")
4877      Branch: perl
4878           !> perlio.c
4879 ____________________________________________________________________________
4880 [ 11252] By: nick                                  on 2001/07/10  06:58:14
4881         Log: Fix open(...,"...:layer(xxx)",...)
4882              - use memEQ not strEQ as there is '(' not '\0'
4883      Branch: perlio
4884            ! perlio.c
4885 ____________________________________________________________________________
4886 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
4887         Log: Telling the number of tests helps.
4888      Branch: perl
4889            ! ext/PerlIO/t/encoding.t
4890 ____________________________________________________________________________
4891 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
4892         Log: Require I18N::Langinfo, not use.
4893      Branch: perl
4894            ! lib/open.pm
4895 ____________________________________________________________________________
4896 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
4897         Log: Add a test for for PerlIO ":encoding(...)" layer.
4898      Branch: perl
4899            + ext/PerlIO/t/encoding.t
4900            ! MANIFEST ext/Encode/Encode.pm
4901 ____________________________________________________________________________
4902 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
4903         Log: PerlIO ":encoding(foobar)" temporary fix.
4904              Not really correct, I think, since the change means
4905              that prefixes match.
4906      Branch: perl
4907            ! perlio.c
4908 ____________________________________________________________________________
4909 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
4910         Log: Update to Math::BigInt 1.36.  The biggest news is
4911              the separation of the backend; now the pure Perl
4912              implementation is in Math::BigInt::Calc, but one
4913              can plugin, say, Math::BigInt::BitVect, and get
4914              considerable speedup.
4915      Branch: perl
4916            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
4917            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4918            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4919            ! lib/Math/BigInt/t/mbimbf.t
4920 ____________________________________________________________________________
4921 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
4922         Log: Subject: Re: compatibility question
4923              From: Peter Prymmer <pvhp@forte.com>
4924              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
4925              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
4926      Branch: perl
4927            ! lib/ExtUtils/MM_VMS.pm
4928 ____________________________________________________________________________
4929 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
4930         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
4931              From: Norton Allen <allen@huarp.harvard.edu>
4932              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
4933              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
4934      Branch: perl
4935            ! ext/File/Glob/t/basic.t
4936 ____________________________________________________________________________
4937 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
4938         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
4939              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4940              Date: Tue, 10 Jul 2001 00:29:55 +0900
4941              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
4942      Branch: perl
4943            + ext/Encode/Encode/HZ.enc
4944            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
4945            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4946            ! ext/Encode/Encode/iso2022-jp.enc
4947            ! ext/Encode/Encode/iso2022-kr.enc
4948 ____________________________________________________________________________
4949 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
4950         Log: Add in all them there macos/ files.
4951      Branch: maint-5.6/macperl
4952            + (add 577 files)
4953 ____________________________________________________________________________
4954 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
4955         Log: Add the new modules to the list of having those own tests.
4956      Branch: perl
4957            ! t/lib/1_compile.t
4958 ____________________________________________________________________________
4959 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
4960         Log: Add INOUT to control both ways at the same time.
4961      Branch: perl
4962            ! lib/open.pm
4963 ____________________________________________________________________________
4964 [ 11240] By: nick                                  on 2001/07/09  16:33:50
4965         Log: Integrate mainline
4966      Branch: perlio
4967           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4968           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4969           !> (integrate 41 files)
4970 ____________________________________________________________________________
4971 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
4972         Log: More encoding mapping magic.
4973      Branch: perl
4974            ! lib/open.pm
4975 ____________________________________________________________________________
4976 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
4977         Log: Update Changes.
4978      Branch: perl
4979            ! Changes patchlevel.h
4980 ____________________________________________________________________________
4981 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
4982         Log: (Retracted by #11285).
4983              
4984              Subject: [PATCH] OPpCONST_OCTAL fixes
4985              From: Abhijit Menon-Sen <ams@wiw.org>
4986              Date: Mon, 9 Jul 2001 07:38:45 +0530
4987              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
4988      Branch: perl
4989            ! op.c
4990 ____________________________________________________________________________
4991 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
4992         Log: Add a pseudolayer ":locale" to the open pragma which
4993              will get the encoding from the locale.  Yet undocumented
4994              because I can't get the PerlIO :encoding(foobar) to work.
4995      Branch: perl
4996            ! ext/Encode/Encode.pm lib/open.pm
4997 ____________________________________________________________________________
4998 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
4999         Log: Add more encoding mappings.
5000      Branch: perl
5001            ! ext/Encode/Encode.pm
5002 ____________________________________________________________________________
5003 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
5004         Log: Document that using :encoding layer requires using Encode.
5005      Branch: perl
5006            ! ext/Encode/Encode.pm lib/PerlIO.pm
5007 ____________________________________________________________________________
5008 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
5009         Log: Netware tweak from Ananth Kesari.
5010      Branch: perl
5011            ! NetWare/netware.h
5012 ____________________________________________________________________________
5013 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
5014         Log: t/harness doesn't know about run/*.t
5015      Branch: perl
5016            ! t/harness
5017 ____________________________________________________________________________
5018 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
5019         Log: run/exit.t busted on windows
5020      Branch: perl
5021            ! t/run/exit.t
5022 ____________________________________________________________________________
5023 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
5024         Log: fix a couple of UCD.t tests that fail due to bad case
5025      Branch: perl
5026            ! lib/Unicode/UCD.t
5027 ____________________________________________________________________________
5028 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
5029         Log: test skip logic was broken
5030      Branch: perl
5031            ! ext/I18N/Langinfo/Langinfo.t
5032 ____________________________________________________________________________
5033 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
5034         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
5035              failure of ExtUtils.t#27 when built in debug mode)
5036      Branch: perl
5037            ! lib/ExtUtils/MM_Win32.pm
5038 ____________________________________________________________________________
5039 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
5040         Log: I18N::Langinfo is not available on windows
5041      Branch: perl
5042            ! win32/FindExt.pm
5043 ____________________________________________________________________________
5044 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
5045         Log: save a dTHX
5046      Branch: perl
5047            ! ext/POSIX/POSIX.xs
5048 ____________________________________________________________________________
5049 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
5050         Log: Update Changes.
5051      Branch: perl
5052            ! Changes patchlevel.h
5053 ____________________________________________________________________________
5054 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
5055         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
5056              as pointed out by Sarathy.
5057      Branch: perl
5058            ! ext/I18N/Langinfo/Langinfo.xs
5059 ____________________________________________________________________________
5060 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
5061         Log: Retract #11212.
5062      Branch: perl
5063            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5064 ____________________________________________________________________________
5065 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
5066         Log: Bump up the VERSION of Cwd.xs.
5067      Branch: perl
5068            ! ext/Cwd/Makefile.PL
5069 ____________________________________________________________________________
5070 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
5071         Log: Retract #11220, the problem wasn't the missing leading zero.
5072              Here's the problem:
5073              $ ./perl -we 'chmod(oct("755"), ".")'
5074              Non-octal literal mode (493) specified at -e line 1.
5075              (Did you mean 0493 instead?)
5076      Branch: perl
5077            ! lib/ExtUtils/MM_Unix.pm
5078 ____________________________________________________________________________
5079 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
5080         Log: (Retracted by #11221)
5081              Change the PERM_RW and PERM_RWX to 0644 and 0755
5082              (add the leading zero).
5083      Branch: perl
5084            ! lib/ExtUtils/MM_Unix.pm
5085 ____________________________________________________________________________
5086 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
5087         Log: Integrate changes #11193, 11205, 11209 from macperl.
5088              
5089              Fix up AutoLoader to fudge for Mac paths in import().
5090              
5091              Allow symbols in try_symbol() to begin with "_".
5092              
5093              Small portability fix for Mac OS.
5094      Branch: perl
5095           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
5096 ____________________________________________________________________________
5097 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
5098         Log: Metaconfig unit change for #11217.
5099      Branch: metaconfig/U/perl
5100            ! Extensions.U
5101 ____________________________________________________________________________
5102 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
5103         Log: Detypo, problem noticed by Gerrit P. Haase.
5104      Branch: perl
5105            ! Configure config_h.SH
5106 ____________________________________________________________________________
5107 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
5108         Log: Cwd cleanups.
5109      Branch: perl
5110            ! ext/Cwd/Cwd.xs
5111 ____________________________________________________________________________
5112 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
5113         Log: Slight tweaks on #11213.
5114      Branch: perl
5115            ! toke.c
5116 ____________________________________________________________________________
5117 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
5118         Log: A missing dTHX noticed by Gerrit P. Haase.
5119      Branch: perl
5120            ! ext/POSIX/POSIX.xs
5121 ____________________________________________________________________________
5122 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
5123         Log: Subject: [PATCH toke.c] Simplify yytoke()
5124              From: Simon Cozens <simon@netthink.co.uk>
5125              Date: Sun, 8 Jul 2001 13:24:34 +0100
5126              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
5127              
5128              Split out pending_ident().
5129      Branch: perl
5130            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
5131 ____________________________________________________________________________
5132 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
5133         Log: (Retracted by #11223.)
5134              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
5135              Date: Wed, 05 Nov 1997 17:22:34 -0600
5136              From: Graham Barr <gbarr@ti.com>
5137              Message-Id: <3460FFBA.6DA51F46@ti.com>
5138      Branch: perl
5139            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5140 ____________________________________________________________________________
5141 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
5142         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
5143      Branch: perl
5144            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5145            ! pod/perllocale.pod
5146 ____________________________________________________________________________
5147 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
5148         Log: Really do the test under the C locale.
5149      Branch: perl
5150            ! ext/I18N/Langinfo/Langinfo.t
5151 ____________________________________________________________________________
5152 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
5153         Log: Small portability fix for Mac OS.
5154      Branch: maint-5.6/macperl
5155            ! lib/Cwd.pm
5156 ____________________________________________________________________________
5157 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
5158         Log: Metaconfig unit change for #11207.
5159      Branch: metaconfig/U/perl
5160            ! Extensions.U
5161 ____________________________________________________________________________
5162 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
5163         Log: Add I18N::Langinfo, which is basically a wrapper around
5164              nl_langinfo(), which is an additional way to query locale
5165              specific information.
5166      Branch: perl
5167            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5168            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5169            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
5170 ____________________________________________________________________________
5171 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
5172         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
5173              used in File::Find tests; replace with if.t.
5174      Branch: maint-5.6/macperl
5175            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
5176            ! t/pragma/warn/op
5177 ____________________________________________________________________________
5178 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
5179         Log: Allow symbols in try_symbol() to begin with "_".
5180      Branch: maint-5.6/macperl
5181            ! makedef.pl
5182 ____________________________________________________________________________
5183 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
5184         Log: Sync up the File::Find changes from the rewrite by
5185              Thomas Wegner, et al.
5186      Branch: maint-5.6/macperl
5187            + t/lib/filefind-taint.t
5188            ! lib/File/Find.pm t/lib/filefind.t
5189 ____________________________________________________________________________
5190 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
5191         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
5192              From: Thomas Wegner <wegner_thomas@yahoo.com>
5193              Date: Thu, 5 Jul 2001 20:31:25 +0200
5194              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
5195      Branch: maint-5.6/macperl
5196            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
5197 ____________________________________________________________________________
5198 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
5199         Log: Some more test portability fixes.
5200      Branch: maint-5.6/macperl
5201            ! t/lib/filecopy.t t/pragma/warn/pp_sys
5202 ____________________________________________________________________________
5203 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
5204         Log: The #11200 removed wrong (non-existent) target.  Duh.
5205      Branch: perl
5206            ! Makefile.SH
5207 ____________________________________________________________________________
5208 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
5209         Log: Zap the lib/re.pm before creating it.
5210      Branch: perl
5211            ! Makefile.SH
5212 ____________________________________________________________________________
5213 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
5214         Log: Another test.  Please ignore.
5215      Branch: maint-5.6/macperl
5216            ! README.macos
5217 ____________________________________________________________________________
5218 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
5219         Log: Portability fixes for a lot of tests, especially IO-related
5220              tests, and warnings, and the harness script.
5221      Branch: maint-5.6/macperl
5222            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
5223            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
5224            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
5225            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
5226            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
5227            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
5228            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
5229            ! t/pragma/warnings.t
5230 ____________________________________________________________________________
5231 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
5232         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
5233              From: Nicholas Clark <nick@ccl4.org>
5234              Date: Sat, 7 Jul 2001 21:00:17 +0100
5235              Message-ID: <20010707210017.H59620@plum.flirble.org>
5236      Branch: perl
5237            ! lib/h2xs.t
5238 ____________________________________________________________________________
5239 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
5240         Log: The UNICOS/mk SysV IPC problem has been fixed.
5241      Branch: perl
5242            ! pod/perl572delta.pod
5243 ____________________________________________________________________________
5244 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
5245         Log: Slight update tweaks on perlunicode.pod.
5246      Branch: perl
5247            ! pod/perlunicode.pod
5248 ____________________________________________________________________________
5249 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
5250         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
5251              From: Mark-Jason Dominus <mjd@plover.com>
5252              Date: Sat, 07 Jul 2001 13:04:04 -0400
5253              Message-ID: <20010707170404.32694.qmail@plover.com>
5254      Branch: perl
5255            ! ext/DB_File/DB_File.pm
5256 ____________________________________________________________________________
5257 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
5258         Log: Fix up AutoLoader to fudge for Mac paths in import().
5259      Branch: maint-5.6/macperl
5260            ! lib/AutoLoader.pm
5261 ____________________________________________________________________________
5262 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
5263         Log: Try to force the lib/re.pm to be there before entering
5264              the extensions builds, should help for parallel makes.
5265      Branch: perl
5266            ! Makefile.SH
5267 ____________________________________________________________________________
5268 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
5269         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5270              From: Norton Allen <allen@huarp.harvard.edu>
5271              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
5272              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
5273      Branch: perl
5274            ! ext/POSIX/POSIX.xs
5275 ____________________________________________________________________________
5276 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
5277         Log: Subject: [PATCH] Re: op/arith.t
5278              From: Nicholas Clark <nick@ccl4.org>
5279              Date: Sat, 7 Jul 2001 13:04:54 +0100
5280              Message-ID: <20010707130454.D59620@plum.flirble.org>
5281      Branch: perl
5282            ! numeric.c toke.c
5283 ____________________________________________________________________________
5284 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
5285         Log: Subject: [PATCH] h2xs
5286              From: Nicholas Clark <nick@ccl4.org>
5287              Date: Fri, 6 Jul 2001 23:25:14 +0100
5288              Message-ID: <20010706232514.X59620@plum.flirble.org>
5289      Branch: perl
5290            ! utils/h2xs.PL
5291 ____________________________________________________________________________
5292 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
5293         Log: Subject: Re: bleedperl perl_alloc..free leakage
5294              From: Radu Greab <radu@netsoft.ro>
5295              Date: Fri, 6 Jul 2001 19:48:54 +0300
5296              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
5297              
5298              Leak-be-gone.
5299      Branch: perl
5300            ! op.c
5301 ____________________________________________________________________________
5302 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
5303         Log: Test again.  Please ignore.
5304      Branch: maint-5.6/macperl
5305            ! README.macos
5306 ____________________________________________________________________________
5307 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
5308         Log: Test.  Please ignore.
5309      Branch: maint-5.6/macperl
5310            ! README.macos
5311 ____________________________________________________________________________
5312 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
5313         Log: Include changes already sent in separately as patches,
5314              before branch was created.
5315      Branch: maint-5.6/macperl
5316            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
5317            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
5318            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
5319            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
5320            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
5321            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
5322            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
5323            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
5324            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
5325            ! t/pragma/strict.t
5326 ____________________________________________________________________________
5327 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
5328         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5329              From: Norton Allen <allen@huarp.harvard.edu>
5330              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5331              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5332      Branch: perl
5333            ! utf8.h
5334 ____________________________________________________________________________
5335 [ 11183] By: nick                                  on 2001/07/06  16:27:40
5336         Log: Integrate mainline
5337      Branch: perlio
5338           +> (branch 42 files)
5339            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
5340            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
5341            - win32/bin/mdelete.bat
5342           !> (integrate 215 files)
5343 ____________________________________________________________________________
5344 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
5345         Log: The #11166 needed also these updated.
5346      Branch: perl
5347            ! lib/warnings.pm warnings.h
5348 ____________________________________________________________________________
5349 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
5350         Log: Update Changes.
5351      Branch: perl
5352            ! Changes patchlevel.h
5353 ____________________________________________________________________________
5354 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
5355         Log: Regen toc.
5356      Branch: perl
5357            ! pod/perltoc.pod
5358 ____________________________________________________________________________
5359 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
5360         Log: Nit from Abhijit.
5361      Branch: perl
5362            ! lib/CPAN.pm
5363 ____________________________________________________________________________
5364 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
5365         Log: Retract #11172.
5366      Branch: perl
5367            ! t/op/method.t
5368 ____________________________________________________________________________
5369 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
5370         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5371              From: Norton Allen <allen@huarp.harvard.edu>
5372              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5373              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5374      Branch: perl
5375            ! lib/Cwd.pm
5376 ____________________________________________________________________________
5377 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
5378         Log: (Accidentally empty check-in.)
5379      Branch: perl
5380            ! utf8.h
5381 ____________________________________________________________________________
5382 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
5383         Log: Retract #11165 since Sarathy pointed out it'll not
5384              work properly under threads, the problem should be
5385              solved using "the savestack, either via SSNEW() or
5386              using a newSVpv()+SAVEFREESV() combo."
5387      Branch: perl
5388            ! ext/POSIX/POSIX.xs
5389 ____________________________________________________________________________
5390 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
5391         Log: Retract #11125 since NI-S pointed out it'll not work in
5392              cases where the extension has their own handcrafted INC
5393              et alia.
5394      Branch: perl
5395            ! lib/ExtUtils/MM_Unix.pm
5396 ____________________________________________________________________________
5397 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
5398         Log: Subject: RE: [PATCH] -I and MakeMaker again
5399              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5400              Date: Fri, 6 Jul 2001 09:18:29 +0200
5401              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
5402      Branch: perl
5403            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
5404            ! lib/ExtUtils/MM_Win32.pm
5405 ____________________________________________________________________________
5406 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
5407         Log: (Retracted by #11178)
5408              Subject: [PATCH t/op/method.t] SUPER:: strangeness
5409              From: Piers Cawley <pdcawley@iterative-software.com>
5410              Date: 06 Jul 2001 10:49:01 +0100
5411              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
5412      Branch: perl
5413            ! t/op/method.t
5414 ____________________________________________________________________________
5415 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
5416         Log: VOS README update from Paul Green.
5417      Branch: perl
5418            ! README.vos
5419 ____________________________________________________________________________
5420 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
5421         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5422              From: Norton Allen <allen@huarp.harvard.edu>
5423              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
5424              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
5425      Branch: perl
5426            ! README.qnx hints/qnx.sh
5427 ____________________________________________________________________________
5428 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
5429         Log: Subject: [PATCH] Doc patch for Tie::Hash
5430              From: Artur Bergman <artur@contiller.se>
5431              Date: Thu, 05 Jul 2001 22:51:18 +0200
5432              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
5433      Branch: perl
5434            ! lib/Tie/Hash.pm
5435 ____________________________________________________________________________
5436 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
5437         Log: Subject: [PATCH] perlfaq4.pod
5438              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
5439              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
5440              Date: Thu, 5 Jul 2001 18:44:10 +0100 
5441      Branch: perl
5442            ! pod/perlfaq4.pod
5443 ____________________________________________________________________________
5444 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
5445         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
5446              From: Robin Houston <robin@kitsite.com>
5447              Date: Thu, 5 Jul 2001 18:33:21 +0100
5448              Message-ID: <20010705183321.A27345@robin.kitsite.com>
5449      Branch: perl
5450            ! ext/B/B/Deparse.pm
5451 ____________________________________________________________________________
5452 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
5453         Log: (Retracted by #11285.)
5454              
5455              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
5456              From: Abhijit Menon-Sen <ams@wiw.org>
5457              Date: Fri, 6 Jul 2001 01:26:32 +0530
5458              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
5459      Branch: perl
5460            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
5461            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
5462            ! warnings.pl
5463 ____________________________________________________________________________
5464 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
5465         Log: (Retracted by #11175)
5466              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5467              From: Norton Allen <allen@huarp.harvard.edu>
5468              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
5469              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
5470      Branch: perl
5471            ! ext/POSIX/POSIX.xs
5472 ____________________________________________________________________________
5473 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
5474         Log: Unterminated C< (noticed by Richard Hatch), and few other
5475              small Unicode doc tweaks.
5476      Branch: perl
5477            ! pod/perlretut.pod
5478 ____________________________________________________________________________
5479 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
5480         Log: More flexible argument understanding; add charblocks() and
5481              charscripts(); make charblock() and charscript() two-way;
5482              add charinrange(); separate the $Unicode::UCD::VERSION and
5483              the version of the Unicode by adding UnicodeVersion().
5484      Branch: perl
5485            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5486 ____________________________________________________________________________
5487 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
5488         Log: Update Unicode::UCD on \p{In...}.
5489      Branch: perl
5490            ! lib/Unicode/UCD.pm
5491 ____________________________________________________________________________
5492 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
5493         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
5494              From: Norton Allen <allen@huarp.harvard.edu>
5495              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
5496              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
5497      Branch: perl
5498            ! lib/ExtUtils/MM_Unix.pm
5499 ____________________________________________________________________________
5500 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
5501         Log: POSIX-BC tweaks from Thomas Dorner.
5502      Branch: perl
5503            ! hints/posix-bc.sh perlio.h
5504 ____________________________________________________________________________
5505 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
5506         Log: Module updates for the delta.
5507      Branch: perl
5508            ! pod/perl572delta.pod
5509 ____________________________________________________________________________
5510 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
5511         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
5512              From: Norton Allen <allen@huarp.harvard.edu>
5513              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
5514              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
5515      Branch: perl
5516            ! ext/IO/lib/IO/t/io_sock.t
5517 ____________________________________________________________________________
5518 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
5519         Log: Subject: [PATCH perldiag.pod] Quick fixes
5520              From: Simon Cozens <simon@netthink.co.uk>
5521              Date: Wed, 4 Jul 2001 20:22:12 +0100
5522              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
5523      Branch: perl
5524            ! pod/perldiag.pod
5525 ____________________________________________________________________________
5526 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
5527         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
5528              From: Radu Greab <radu@netsoft.ro>
5529              Date: Wed, 4 Jul 2001 22:13:31 +0300
5530              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
5531      Branch: perl
5532            ! op.c sv.c t/op/pos.t
5533 ____________________________________________________________________________
5534 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
5535         Log: Subject: [PATCH] -I and MakeMaker again
5536              From: Michael G Schwern <schwern@pobox.com>
5537              Date: Wed, 4 Jul 2001 15:03:07 -0400
5538              Message-ID: <20010704150307.I20340@blackrider>
5539              
5540              (and retract #11145)
5541      Branch: perl
5542            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
5543            ! lib/ExtUtils/MakeMaker.pm
5544 ____________________________________________________________________________
5545 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
5546         Log: Subject: Re: PERFORCE change 11142 for review
5547              From: "Philip Newton" <Philip.Newton@gmx.net>
5548              Date: Wed, 4 Jul 2001 20:46:26 +0200
5549              Message-Id: <200107041841.VAA25380@taas.iki.fi>
5550      Branch: perl
5551            ! lib/ExtUtils/MakeMaker.pm
5552 ____________________________________________________________________________
5553 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
5554         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5555              From: Jonathan Stowe <gellyfish@gellyfish.com>
5556              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
5557              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
5558      Branch: perl
5559            ! utils/pl2pm.PL
5560 ____________________________________________________________________________
5561 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
5562         Log: fix the binary compatibility issue when building with/without
5563              usemymalloc by exporting Perl_malloc() et al as simple wrappers
5564              around the system functions (this allows most extensions built
5565              using one mode to coexist with perls built in the other mode)
5566              
5567              XXX the Perl_mfree() wrapper might need to do return(free()) on
5568              platforms where Free_t isn't "void"
5569      Branch: perl
5570            ! embed.h embed.pl makedef.pl proto.h util.c
5571 ____________________________________________________________________________
5572 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
5573         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
5574              since it doesn't ensure threads other than the one calling fork()
5575              aren't holding any locks; the fix is to use pthread_atfork() to
5576              hold global locks
5577              
5578              building perl with -Dusemymalloc exacerbates the problem since
5579              Perl_malloc() holds a mutex, and perl's exec() calls New()
5580              
5581              XXX the code in win32thread.h may be needed on platforms that have
5582              no pthread_atfork()
5583      Branch: perl
5584            ! perl.c thread.h win32/win32thread.h
5585 ____________________________________________________________________________
5586 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
5587         Log: Integrate #11009 from maintperl.
5588      Branch: maint-5.6/macperl
5589           !> lib/ExtUtils/Manifest.pm
5590 ____________________________________________________________________________
5591 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
5592         Log: Flexing my Perforce muscles.
5593      Branch: maint-5.6/macperl
5594            ! README.macos
5595 ____________________________________________________________________________
5596 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
5597         Log: Update Changes.
5598      Branch: perl
5599            ! Changes patchlevel.h
5600 ____________________________________________________________________________
5601 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
5602         Log: Metaconfig unit change for #11146.
5603      Branch: metaconfig/U/perl
5604            ! d_fcntl_can_lock.U
5605 ____________________________________________________________________________
5606 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
5607         Log: Somehow the #ifdefs of the added code (in #11093) made
5608              HP-UX to fail the fcntl locking test, without the ifdefs
5609              the test seems to be working again.  Reason unknown:
5610              HP-UX cc doesn't complain either way.
5611      Branch: perl
5612            ! Configure
5613 ____________________________________________________________________________
5614 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
5615         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
5616      Branch: perl
5617            ! lib/ExtUtils/MM_Unix.pm
5618 ____________________________________________________________________________
5619 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
5620         Log: gcc -Wall nit.
5621      Branch: perl
5622            ! pp_hot.c
5623 ____________________________________________________________________________
5624 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
5625         Log: When removing tests updating the test count is a good idea, too.
5626      Branch: perl
5627            ! lib/Net/t/require.t
5628 ____________________________________________________________________________
5629 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
5630         Log: Document #11134 and add the new symbols to the list of
5631              of MakeMaker known ones.
5632      Branch: perl
5633            ! lib/ExtUtils/MakeMaker.pm
5634 ____________________________________________________________________________
5635 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
5636         Log: Microperl update.
5637      Branch: perl
5638            ! uconfig.h
5639 ____________________________________________________________________________
5640 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
5641         Log: Update the libnet tests as per #11138.
5642      Branch: perl
5643            - lib/Net/t/ph.t
5644            ! MANIFEST lib/Net/t/require.t
5645 ____________________________________________________________________________
5646 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
5647         Log: Regen toc and modlib.
5648      Branch: perl
5649            ! pod/perlmodlib.pod pod/perltoc.pod
5650 ____________________________________________________________________________
5651 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
5652         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
5653              Graham's request.
5654      Branch: perl
5655            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
5656            ! MANIFEST
5657 ____________________________________________________________________________
5658 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
5659         Log: Add the OS/390 harness results to the delta.
5660      Branch: perl
5661            ! pod/perl572delta.pod
5662 ____________________________________________________________________________
5663 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
5664         Log: Avoid the two study tests in OS/390 until the bug has been solved.
5665      Branch: perl
5666            ! t/op/study.t
5667 ____________________________________________________________________________
5668 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
5669         Log: DOS/DJGPP tweaks from Laszlo Molnar.
5670      Branch: perl
5671            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
5672 ____________________________________________________________________________
5673 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
5674         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
5675              From: Michael G Schwern <schwern@pobox.com>
5676              Date: Wed, 4 Jul 2001 00:01:16 -0400
5677              Message-ID: <20010704000116.C591@blackrider>
5678      Branch: perl
5679            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
5680 ____________________________________________________________________________
5681 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
5682         Log: The #11132 missed singleton characters (not part
5683              of a unilo..unihi range) in Unicode scripts.
5684      Branch: perl
5685            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
5686            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
5687            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
5688            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
5689            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
5690            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
5691            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
5692            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
5693            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
5694            ! lib/unicode/mktables.PL t/op/pat.t
5695 ____________________________________________________________________________
5696 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
5697         Log: Support preferentially the Unicode 'scripts' definition
5698              in the \p{In...} notation since according to Unicode the
5699              scripts concept is more natural for matching than using
5700              the somewhat artificial block names.  The block names are
5701              still available, though, and if there's a name conflict,
5702              the scripts one wins and the blocks one has to do with
5703              'Block' appended to its name.  For more information see
5704              
5705              http://www.unicode.org/unicode/reports/tr24/
5706      Branch: perl
5707            + lib/unicode/In/100.pl lib/unicode/In/101.pl
5708            + lib/unicode/In/102.pl lib/unicode/In/103.pl
5709            + lib/unicode/In/104.pl lib/unicode/In/105.pl
5710            + lib/unicode/In/106.pl lib/unicode/In/107.pl
5711            + lib/unicode/In/108.pl lib/unicode/In/109.pl
5712            + lib/unicode/In/110.pl lib/unicode/In/111.pl
5713            + lib/unicode/In/112.pl lib/unicode/In/113.pl
5714            + lib/unicode/In/114.pl lib/unicode/In/115.pl
5715            + lib/unicode/In/116.pl lib/unicode/In/117.pl
5716            + lib/unicode/In/118.pl lib/unicode/In/119.pl
5717            + lib/unicode/In/120.pl lib/unicode/In/121.pl
5718            + lib/unicode/In/122.pl lib/unicode/In/123.pl
5719            + lib/unicode/In/124.pl lib/unicode/In/125.pl
5720            + lib/unicode/In/126.pl lib/unicode/In/127.pl
5721            + lib/unicode/In/128.pl lib/unicode/In/129.pl
5722            + lib/unicode/In/130.pl lib/unicode/In/131.pl
5723            + lib/unicode/In/132.pl lib/unicode/In/133.pl
5724            + lib/unicode/In/134.pl lib/unicode/In/135.pl
5725            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
5726            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
5727            ! (edit 106 files)
5728 ____________________________________________________________________________
5729 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
5730         Log: Better document the difference between a block and a script.
5731      Branch: perl
5732            ! lib/Unicode/UCD.pm
5733 ____________________________________________________________________________
5734 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
5735         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
5736              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5737              Date: Tue, 3 Jul 2001 15:04:23 -0500
5738              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
5739      Branch: perl
5740            ! lib/CPAN.pm
5741 ____________________________________________________________________________
5742 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
5743         Log: Add tests for charscript().
5744      Branch: perl
5745            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5746 ____________________________________________________________________________
5747 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
5748         Log: Add charscript() to get the UTR#24 script names of characters.
5749      Branch: perl
5750            ! lib/Unicode/UCD.pm
5751 ____________________________________________________________________________
5752 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
5753         Log: Todo updates.
5754      Branch: perl
5755            ! pod/perltodo.pod
5756 ____________________________________________________________________________
5757 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
5758         Log: Unicode::UCD updates.
5759      Branch: perl
5760            ! lib/Unicode/UCD.pm
5761 ____________________________________________________________________________
5762 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
5763         Log: (Retracted by #11174)
5764              Subject: MakeMaker should pass through DEFINE and INC to subdirs
5765              From: Alan Burlison <Alan.Burlison@sun.com>
5766              Date: Tue, 03 Jul 2001 15:20:13 +0100
5767              Message-ID: <3B41D49D.A923D4F9@sun.com>
5768      Branch: perl
5769            ! lib/ExtUtils/MM_Unix.pm
5770 ____________________________________________________________________________
5771 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
5772         Log: Subject: Patch needed for UTS
5773              From: hom00@utsglobal.com (Hal Morris)
5774              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
5775              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
5776              
5777              Replace #11113 with a better version.
5778      Branch: perl
5779            ! perl.h
5780 ____________________________________________________________________________
5781 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
5782         Log: Subject: Re: POINTERRIGOR
5783              From: Andy Dougherty <doughera@lafayette.edu>
5784              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
5785              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
5786      Branch: perl
5787            ! util.c
5788 ____________________________________________________________________________
5789 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
5790         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
5791              From: "Philip Newton" <pnewton@gmx.de>
5792              Date: Tue, 3 Jul 2001 17:03:34 +0200
5793              Message-ID: <3B41FAE6.29564.660E117@localhost>
5794      Branch: perl
5795            ! pp_hot.c
5796 ____________________________________________________________________________
5797 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
5798         Log: Typos.
5799      Branch: perl
5800            ! INSTALL
5801 ____________________________________________________________________________
5802 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
5803         Log: Subject: [PATCH 5.6.1] debugger fixes
5804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5805              Date: Tue, 3 Jul 2001 03:38:18 -0400
5806              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
5807              
5808              The $^S is working again.
5809      Branch: perl
5810            ! lib/perl5db.pl
5811 ____________________________________________________________________________
5812 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
5813         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
5814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5815              Date: Tue, 3 Jul 2001 03:34:06 -0400
5816              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
5817      Branch: perl
5818            ! os2/OS2/Process/Process.pm
5819 ____________________________________________________________________________
5820 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
5821         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
5822              From: "Philip Newton" <Philip.Newton@gmx.net>
5823              Date: Tue, 3 Jul 2001 09:11:27 +0200
5824              Message-Id: <200107030706.KAA04596@taas.iki.fi>
5825      Branch: perl
5826            ! lib/FindBin.pm
5827 ____________________________________________________________________________
5828 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
5829         Log: Delta delta.
5830      Branch: perl
5831            ! pod/perl572delta.pod
5832 ____________________________________________________________________________
5833 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
5834         Log: Metaconfig unit change for 11115.
5835      Branch: metaconfig
5836            ! U/modified/libc.U
5837 ____________________________________________________________________________
5838 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
5839         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
5840              (from Richard Hatch) (this was the cause of pipes() and
5841              times() myeteriously not being found)
5842      Branch: perl
5843            ! Configure
5844 ____________________________________________________________________________
5845 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
5846         Log: Retract #10142, the real culprit found by Richard Hatch,
5847              coming soon to Configure near you.
5848      Branch: perl
5849            ! hints/aix.sh
5850 ____________________________________________________________________________
5851 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
5852         Log: (Replaced by #11124) UTS workaround from Hal Morris.
5853      Branch: perl
5854            ! perl.h
5855 ____________________________________________________________________________
5856 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
5857         Log: Subject: [PATCH] grok not grocking correctly
5858              From: Nicholas Clark <nick@ccl4.org>
5859              Date: Tue, 3 Jul 2001 00:19:08 +0100
5860              Message-ID: <20010703001908.H59620@plum.flirble.org>
5861      Branch: perl
5862            ! numeric.c
5863 ____________________________________________________________________________
5864 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
5865         Log: Subject: [PATCH Deparse.t] test just-posted patches
5866              From: Robin Houston <robin@kitsite.com>
5867              Date: Mon, 2 Jul 2001 23:46:15 +0100
5868              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
5869      Branch: perl
5870            ! ext/B/Deparse.t
5871 ____________________________________________________________________________
5872 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
5873         Log: Subject: [PATCH toke.c] autosplit into @F
5874              From: Robin Houston <robin@kitsite.com>
5875              Date: Mon, 2 Jul 2001 23:18:20 +0100
5876              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
5877      Branch: perl
5878            ! perl.c toke.c
5879 ____________________________________________________________________________
5880 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
5881         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
5882              From: Robin Houston <robin@kitsite.com>
5883              Date: Mon, 2 Jul 2001 23:00:48 +0100
5884              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
5885      Branch: perl
5886            ! ext/B/B/Deparse.pm
5887 ____________________________________________________________________________
5888 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
5889         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
5890              From: "Philip Newton" <Philip.Newton@gmx.net>
5891              Date: Mon, 2 Jul 2001 22:06:22 +0200
5892              (no Message-Id)
5893      Branch: perl
5894            ! ext/NDBM_File/hints/linux.pl
5895 ____________________________________________________________________________
5896 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
5897         Log: Subject: Re: Fixed pack problem - sort of
5898              From: Nicholas Clark <nick@ccl4.org>
5899              Date: Mon, 2 Jul 2001 20:59:20 +0100
5900              Message-ID: <20010702205919.F59620@plum.flirble.org>
5901      Branch: perl
5902            ! pp_pack.c t/op/pack.t
5903 ____________________________________________________________________________
5904 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
5905         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
5906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5907              Date: Mon, 2 Jul 2001 15:45:41 -0400
5908              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
5909      Branch: perl
5910            ! os2/os2.c
5911 ____________________________________________________________________________
5912 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
5913         Log: (Mistaken retraction)
5914      Branch: perl
5915            ! utils/pl2pm.PL
5916 ____________________________________________________________________________
5917 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
5918         Log: Detypo in #11103.
5919      Branch: perl
5920            ! utils/pl2pm.PL
5921 ____________________________________________________________________________
5922 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
5923         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5924              From: Jonathan Stowe <gellyfish@gellyfish.com>
5925              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
5926              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
5927      Branch: perl
5928            ! utils/pl2pm.PL
5929 ____________________________________________________________________________
5930 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
5931         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
5932              From: "Craig A. Berry" <craigberry@mac.com>
5933              Date: Mon, 02 Jul 2001 14:11:23 -0500
5934              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
5935      Branch: perl
5936            ! lib/Unicode/UCD.pm
5937 ____________________________________________________________________________
5938 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
5939         Log: Subject: [PATCH] Re: op/numconvert.t failures
5940              From: Nicholas Clark <nick@ccl4.org>
5941              Date: Mon, 2 Jul 2001 20:10:48 +0100
5942              Message-ID: <20010702201048.E59620@plum.flirble.org>
5943      Branch: perl
5944            ! t/op/numconvert.t
5945 ____________________________________________________________________________
5946 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
5947         Log: Update Changes.
5948      Branch: perl
5949            ! Changes patchlevel.h
5950 ____________________________________________________________________________
5951 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
5952         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
5953              The real fix must be more involved.  The line of code all the leaky
5954              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
5955              line of Perl_newPMOP().
5956      Branch: perl
5957            ! op.h
5958 ____________________________________________________________________________
5959 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
5960         Log: Based on
5961              
5962              Subject: Re: sizeof(struct sembuf)
5963              From: Nicholas Clark <nick@ccl4.org>
5964              Date: Sun, 1 Jul 2001 22:26:48 +0100
5965              Message-ID: <20010701222648.W59620@plum.flirble.org>
5966              
5967              but do semop() always the slow way.
5968      Branch: perl
5969            ! doio.c
5970 ____________________________________________________________________________
5971 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
5972         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
5973              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5974              Date: Tue, 03 Jul 2001 00:56:30 +0900
5975              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
5976      Branch: perl
5977            ! ext/Encode/Encode/Tcl.t
5978 ____________________________________________________________________________
5979 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
5980         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
5981              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5982              Date: Tue, 03 Jul 2001 00:55:46 +0900
5983              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
5984      Branch: perl
5985            ! ext/Encode/Encode/Tcl.pm
5986 ____________________________________________________________________________
5987 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
5988         Log: Regen api and toc.
5989      Branch: perl
5990            ! pod/perlapi.pod pod/perltoc.pod
5991 ____________________________________________________________________________
5992 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
5993         Log: Metaconfig unit change for #11093.
5994      Branch: metaconfig/U/perl
5995            ! d_fcntl_can_lock.U
5996 ____________________________________________________________________________
5997 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
5998         Log: The fcntl locking test may hang if NFS locking messed up;
5999              break out with alarm(10).
6000      Branch: perl
6001            ! Configure
6002 ____________________________________________________________________________
6003 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
6004         Log: Move the mdelete.bat from win32/bin to win32.
6005      Branch: perl
6006            ! MANIFEST
6007 ____________________________________________________________________________
6008 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
6009         Log: Typo in #11083.
6010      Branch: perl
6011            ! ext/Time/Piece/Piece.t
6012 ____________________________________________________________________________
6013 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
6014         Log: Netware tweaks from Guruprasad.
6015      Branch: perl
6016            - NetWare/perlsdio.h
6017            ! MANIFEST NetWare/Makefile NetWare/interface.c
6018            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
6019            ! perlsdio.h
6020 ____________________________________________________________________________
6021 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
6022         Log: Subject: Re: [PATH] shared -> unique;
6023              From: Abhijit Menon-Sen <ams@wiw.org>
6024              Date: Wed, 27 Jun 2001 03:51:27 +0530
6025              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
6026      Branch: perl
6027            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
6028 ____________________________________________________________________________
6029 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
6030         Log: Subject: Re: AIX / gcc-3.0
6031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6032              Date: Mon, 02 Jul 2001 15:20:21 +0200
6033              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
6034      Branch: perl
6035            ! hints/aix.sh
6036 ____________________________________________________________________________
6037 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
6038         Log: Subject: Re: Bug report: split splits on wrong pattern
6039              From: Abhijit Menon-Sen <ams@wiw.org>
6040              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
6041              Date: Mon, 2 Jul 2001 16:31:33 +0530
6042      Branch: perl
6043            ! pp_ctl.c
6044 ____________________________________________________________________________
6045 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
6046         Log: Subject: [PATCH 5.6.1] test harness
6047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6048              Date: Mon, 2 Jul 2001 06:29:21 -0400
6049              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
6050      Branch: perl
6051            ! lib/Test/Harness.pm
6052 ____________________________________________________________________________
6053 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
6054         Log: Subject: [PATCH 5.6.1] debugger goof
6055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6056              Date: Mon, 2 Jul 2001 06:27:22 -0400
6057              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
6058      Branch: perl
6059            ! lib/perl5db.pl
6060 ____________________________________________________________________________
6061 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
6062         Log: Subject: [PATCH 5.6.1] OS/2 cwd
6063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6064              Date: Mon, 2 Jul 2001 06:21:17 -0400
6065              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
6066      Branch: perl
6067            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
6068 ____________________________________________________________________________
6069 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
6070         Log: Make #11082 more OS/2-specific.
6071      Branch: perl
6072            ! ext/Time/Piece/Piece.t
6073 ____________________________________________________________________________
6074 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
6075         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
6076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6077              Date: Mon, 2 Jul 2001 06:06:34 -0400
6078              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
6079      Branch: perl
6080            ! ext/Time/Piece/Piece.t
6081 ____________________________________________________________________________
6082 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
6083         Log: Subject: [PATCH B::Deparse] version number & changes
6084              From: Robin Houston <robin@kitsite.com>  
6085              Date: Sun, 1 Jul 2001 17:17:29 +0100
6086              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
6087      Branch: perl
6088            ! ext/B/B/Deparse.pm
6089 ____________________________________________________________________________
6090 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
6091         Log: Subject: a small fix.
6092              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6093              Date: Mon, 2 Jul 2001 12:17:53 +0200
6094              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
6095      Branch: perl
6096            ! ext/Thread/Thread.xs
6097 ____________________________________________________________________________
6098 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
6099         Log: Subject: RE: perl@10907
6100              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6101              Date: Mon, 2 Jul 2001 12:06:16 +0200
6102              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
6103              
6104              Borland C vs PerlIO.
6105      Branch: perl
6106            ! win32/config.bc win32/config_H.bc
6107 ____________________________________________________________________________
6108 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
6109         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
6110              From: "H.M. Brand" <merijn@l1.procura.nl>
6111              Date: Mon, 02 Jul 2001 11:18:57 +0200
6112              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
6113      Branch: perl
6114            ! t/op/write.t
6115 ____________________________________________________________________________
6116 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
6117         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
6118              From: Michael G Schwern <schwern@pobox.com>
6119              Date: Mon, 2 Jul 2001 00:26:24 -0400
6120              Message-ID: <20010702002624.A18302@blackrider>
6121      Branch: perl
6122            - ext/util/mkbootstrap
6123 ____________________________________________________________________________
6124 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
6125         Log: Subject: [PATCH op.h] v minor comment tweak
6126              From: Robin Houston <robin@puffinry.freeserve.co.uk>
6127              Date: Mon, 2 Jul 2001 00:42:01 +0100
6128              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
6129      Branch: perl
6130            ! op.h
6131 ____________________________________________________________________________
6132 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
6133         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
6134      Branch: perl
6135            ! pod/perlfunc.pod
6136 ____________________________________________________________________________
6137 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
6138         Log: Subject: Re: sizeof(struct sembuf)
6139              From: Nicholas Clark <nick@ccl4.org>
6140              Date: Sun, 1 Jul 2001 19:23:16 +0100
6141              Message-ID: <20010701192316.V59620@plum.flirble.org>
6142              
6143              s/signaling/signalling/
6144      Branch: perl
6145            ! pod/perlfunc.pod
6146 ____________________________________________________________________________
6147 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
6148         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
6149              From: "Philip Newton" <Philip.Newton@gmx.net>
6150              Date: Sun, 1 Jul 2001 09:37:56 +0200
6151              Message-Id: <200107010733.KAA03920@taas.iki.fi>
6152      Branch: perl
6153            ! pod/perlvar.pod
6154 ____________________________________________________________________________
6155 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
6156         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
6157              From: "Philip Newton" <Philip.Newton@gmx.net>
6158              Date: Sun, 1 Jul 2001 09:37:56 +0200
6159              Message-Id: <200107010733.KAA03925@taas.iki.fi>
6160      Branch: perl
6161            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6162 ____________________________________________________________________________
6163 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
6164         Log: Metaconfig unit change for #11070.
6165      Branch: metaconfig
6166            ! U/compline/randfunc.U
6167 ____________________________________________________________________________
6168 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
6169         Log: Subject: [PATCH perlsnap] its --> it's --> its
6170              From: "Philip Newton" <Philip.Newton@gmx.net>
6171              Date: Sun, 1 Jul 2001 09:37:56 +0200
6172              Message-Id: <200107010733.KAA03914@taas.iki.fi>
6173      Branch: perl
6174            ! Porting/config_H
6175 ____________________________________________________________________________
6176 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
6177         Log: Sync with Sarathy; integrate with perlio.
6178      Branch: perl
6179           !> gv.c
6180 ____________________________________________________________________________
6181 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
6182         Log: regenerate win32/config_H.?c files
6183      Branch: perl
6184            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6185 ____________________________________________________________________________
6186 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
6187         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
6188              naming discipline
6189              
6190              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
6191              because of this)
6192              
6193              fix a warning about "fd" being used without being set in Cwd.xs
6194      Branch: perl
6195            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
6196            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
6197            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
6198            ! win32/config.vc
6199 ____________________________________________________________________________
6200 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
6201         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
6202              within macro arguments") and warnings ("unary minus applied to
6203              unsigned type", among others)
6204      Branch: perl
6205            ! gv.c hv.c op.c pp.c sv.c toke.c
6206 ____________________________________________________________________________
6207 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
6208         Log: win32 fixes: more spurious CRs
6209      Branch: perl
6210            ! win32/mdelete.bat
6211 ____________________________________________________________________________
6212 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
6213         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
6214              from win32/bin (or it gets deleted by distclean); don't delete
6215              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
6216              NT (should be made Win9x specific, and added to makefile.mk)
6217      Branch: perl
6218           +> win32/mdelete.bat
6219            - win32/bin/mdelete.bat
6220            ! win32/Makefile win32/makefile.mk
6221 ____________________________________________________________________________
6222 [ 11063] By: nick                                  on 2001/07/01  18:54:09
6223         Log: Quick for for #ifdef mess
6224      Branch: perlio
6225            ! gv.c
6226 ____________________________________________________________________________
6227 [ 11062] By: nick                                  on 2001/07/01  18:47:42
6228         Log: Raw integrate - does not build #if mess in gv.c
6229      Branch: perlio
6230           !> (integrate 29 files)
6231 ____________________________________________________________________________
6232 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
6233         Log: Make 'compile' target a little less broken.
6234              Still very broken, though: -Wall warnings from
6235              the generated code, boot_Foo prototypes missing,
6236              can't autoload Fcntl::SEEK_CUR et alia, ...
6237      Branch: perl
6238            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
6239            ! utils/perlcc.PL x2p/Makefile.SH
6240 ____________________________________________________________________________
6241 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
6242         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
6243      Branch: perl
6244            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6245            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
6246 ____________________________________________________________________________
6247 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
6248         Log: Update Changes.
6249      Branch: perl
6250            ! Changes patchlevel.h
6251 ____________________________________________________________________________
6252 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
6253         Log: Still one typo, regen toc.
6254      Branch: perl
6255            ! lib/Unicode/UCD.pm pod/perltoc.pod
6256 ____________________________________________________________________________
6257 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
6258         Log: Detypos and regen toc.
6259      Branch: perl
6260            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
6261 ____________________________________________________________________________
6262 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
6263         Log: VERSION tweak.
6264      Branch: perl
6265            ! ext/List/Util/lib/List/Util.pm
6266 ____________________________________________________________________________
6267 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
6268         Log: Attempt at plugging the leak under ithreads detected by Doug.
6269      Branch: perl
6270            ! op.h
6271 ____________________________________________________________________________
6272 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
6273         Log: gcc -Wall lint after #11051.
6274      Branch: perl
6275            ! pp_sys.c
6276 ____________________________________________________________________________
6277 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
6278         Log: Integrate perlio.
6279      Branch: perl
6280           !> lib/File/Find/taint.t
6281 ____________________________________________________________________________
6282 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
6283         Log: Don't use the v-strings for module VERSIONs.
6284      Branch: perl
6285            ! lib/Unicode/UCD.pm
6286 ____________________________________________________________________________
6287 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
6288         Log: Code cleanup based on turning off the -woffs in IRIX.
6289              Not all of the gripes cleaned up (hairy code in hv.c and
6290              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
6291              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
6292              to the IRIX hints)
6293      Branch: perl
6294            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
6295            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
6296            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
6297            ! regcomp.c sv.c
6298 ____________________________________________________________________________
6299 [ 11050] By: nick                                  on 2001/06/30  20:46:46
6300         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
6301      Branch: perlio
6302            ! lib/File/Find/taint.t
6303 ____________________________________________________________________________
6304 [ 11049] By: nick                                  on 2001/06/30  18:13:33
6305         Log: Integrate mainline
6306      Branch: perlio
6307           +> NetWare/nwstdio.h NetWare/perlsdio.h
6308           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6309           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
6310           +> lib/Unicode/UCD.t t/run/exit.t
6311           !> (integrate 60 files)
6312 ____________________________________________________________________________
6313 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
6314         Log: Delta delta.
6315      Branch: perl
6316            ! pod/perl572delta.pod
6317 ____________________________________________________________________________
6318 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
6319         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
6320              by CPAN.pm, use rather _00.
6321      Branch: perl
6322            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
6323            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6324            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
6325            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6326            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
6327            ! lib/ExtUtils/Embed.pm lib/Test.pm
6328 ____________________________________________________________________________
6329 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
6330         Log: Add a simple Unicode character database interface, Unicode::UCD.
6331      Branch: perl
6332            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
6333            ! MANIFEST
6334 ____________________________________________________________________________
6335 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
6336         Log: Subject: [PATCH] op/numconver.t
6337              From: Nicholas Clark <nick@ccl4.org>
6338              Date: Sat, 30 Jun 2001 15:40:10 +0100
6339              Message-ID: <20010630154010.I59620@plum.flirble.org>
6340      Branch: perl
6341            ! t/op/numconvert.t
6342 ____________________________________________________________________________
6343 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
6344         Log: The $^N is now taken (by #11038).
6345      Branch: perl
6346            ! t/base/lex.t
6347 ____________________________________________________________________________
6348 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
6349         Log: The #11040 had slipped to a wrong function...
6350      Branch: perl
6351            ! sv.c
6352 ____________________________________________________________________________
6353 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
6354         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
6355              the Configure library symbol probe mysteriously finds all
6356              symbols but those of pipe() and times().
6357      Branch: perl
6358            ! hints/aix.sh
6359 ____________________________________________________________________________
6360 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
6361         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
6362              From: Nicholas Clark <nick@ccl4.org>
6363              Date: Fri, 29 Jun 2001 23:49:07 +0100
6364              Message-ID: <20010629234907.D59620@plum.flirble.org>
6365      Branch: perl
6366            ! lib/ExtUtils.t
6367 ____________________________________________________________________________
6368 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
6369         Log: Subject: [PATCH] weakref fix 2, not yet there
6370              From: Artur Bergman <artur@contiller.se>
6371              Date: Sat, 30 Jun 2001 01:18:16 +0200
6372              Message-ID: <B762D957.1CC9%artur@contiller.se>
6373      Branch: perl
6374            ! sv.c
6375 ____________________________________________________________________________
6376 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
6377         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
6378              From: Michael G Schwern <schwern@pobox.com>
6379              Date: Fri, 29 Jun 2001 19:39:11 -0400
6380              Message-ID: <20010629193910.D25304@blackrider>
6381      Branch: perl
6382            + t/run/exit.t
6383            ! MANIFEST
6384 ____________________________________________________________________________
6385 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
6386         Log: Add support for $^N, the most-recently closed group.
6387      Branch: perl
6388            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
6389            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
6390            ! thrdvar.h
6391 ____________________________________________________________________________
6392 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
6393         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
6394              From: lvirden@cas.org
6395              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
6396              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
6397              
6398              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
6399              From: lvirden@cas.org
6400              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
6401              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
6402      Branch: perl
6403            ! README.solaris
6404 ____________________________________________________________________________
6405 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
6406         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
6407              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6408              Date: Sat, 30 Jun 2001 07:33:37 +0900
6409              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
6410              
6411              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
6412              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6413              Date: Sat, 30 Jun 2001 21:38:14 +0900
6414              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
6415      Branch: perl
6416            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6417            + ext/Encode/Encode/7bit-kr.enc
6418            ! MANIFEST ext/Encode/Encode/Tcl.pm
6419 ____________________________________________________________________________
6420 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
6421         Log: NetWare tweaks from Guruprasad.
6422      Branch: perl
6423            + NetWare/nwstdio.h NetWare/perlsdio.h
6424            ! MANIFEST NetWare/Makefile NetWare/config.wc
6425            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
6426            ! NetWare/t/Readme.txt
6427 ____________________________________________________________________________
6428 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
6429         Log: More module $VERSION bump-ups.
6430      Branch: perl
6431            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
6432            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
6433            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
6434 ____________________________________________________________________________
6435 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
6436         Log: Doc update due to #11032.
6437      Branch: perl
6438            ! pod/perl572delta.pod
6439 ____________________________________________________________________________
6440 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
6441         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
6442              From: Peter Prymmer <pvhp@forte.com>
6443              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
6444              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
6445      Branch: perl
6446            ! ext/Time/HiRes/HiRes.xs
6447 ____________________________________________________________________________
6448 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
6449         Log: -lpthreads missing in AIX.
6450      Branch: perl
6451            ! hints/aix.sh
6452 ____________________________________________________________________________
6453 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
6454         Log: Subject: [PATCH] CLONE && weakrefs
6455              From: Artur Bergman <artur@contiller.se>
6456              Date: Fri, 29 Jun 2001 17:02:00 +0200
6457              Message-ID: <B7626508.1CA0%artur@contiller.se>
6458      Branch: perl
6459            ! sv.c
6460 ____________________________________________________________________________
6461 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
6462         Log: Subject: Re: Bug report: split splits on wrong pattern
6463              From: Radu Greab <radu@netsoft.ro>
6464              Date: Wed, 27 Jun 2001 21:50:52 +0300
6465              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
6466      Branch: perl
6467            ! pp_ctl.c t/op/split.t
6468 ____________________________________________________________________________
6469 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
6470         Log: Metaconfig unit change for #11027.
6471      Branch: metaconfig/U/perl
6472            ! d_modfl.U
6473 ____________________________________________________________________________
6474 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
6475         Log: I thought this Configure glitch for AIX was just recently fixed?
6476      Branch: perl
6477            ! Configure
6478 ____________________________________________________________________________
6479 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
6480         Log: Update Changes.
6481      Branch: perl
6482            ! Changes patchlevel.h
6483 ____________________________________________________________________________
6484 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
6485         Log: Subject: Re: perl@10967, File::Find, and Cwd
6486              From: Mike Guy <mjtg@cam.ac.uk>
6487              Date: Fri, 29 Jun 2001 14:56:49 +0100
6488              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
6489      Branch: perl
6490            ! lib/File/Find/taint.t
6491 ____________________________________________________________________________
6492 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
6493         Log: Update the sv_pvprintify() spec.
6494      Branch: perl
6495            ! pod/perltodo.pod
6496 ____________________________________________________________________________
6497 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
6498         Log: Known test failures update.
6499      Branch: perl
6500            ! pod/perl572delta.pod
6501 ____________________________________________________________________________
6502 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
6503         Log: Based on
6504              
6505              Subject: [PATCH @11016] More );) fixes
6506              From: Richard Soderberg <rs@crystalflame.net>
6507              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
6508              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
6509      Branch: perl
6510            ! ext/Thread/Thread.xs ext/Thread/typemap
6511 ____________________________________________________________________________
6512 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
6513         Log: Subject: [PATCH @11016] Fixes compile errors in four files
6514              From: Richard Soderberg <rs@crystalflame.net>
6515              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
6516              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
6517      Branch: perl
6518            ! mg.c pp.c pp_hot.c util.c
6519 ____________________________________________________________________________
6520 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
6521         Log: AIX hints tweaking continues, from Merijn Brand.
6522      Branch: perl
6523            ! hints/aix.sh
6524 ____________________________________________________________________________
6525 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
6526         Log: HP-UX needs gccversion sooner, from Merijn Brand.
6527      Branch: perl
6528            ! hints/hpux.sh
6529 ____________________________________________________________________________
6530 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
6531         Log: Subject: [PATCH 5.6.1] OS/2 docs
6532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6533              Date: Fri, 29 Jun 2001 02:34:12 -0400
6534              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
6535      Branch: perl
6536            ! README.os2 os2/Changes
6537 ____________________________________________________________________________
6538 [ 11017] By: nick                                  on 2001/06/29  10:20:30
6539         Log: Integrate mainline
6540      Branch: perlio
6541           +> (branch 37 files)
6542            - ext/ODBM_File/sdbm.t
6543           !> (integrate 211 files)
6544 ____________________________________________________________________________
6545 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
6546         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
6547              the modules found using a script written by Larry Schatzer Jr.
6548      Branch: perl
6549            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
6550            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
6551            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6552            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6553            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
6554            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6555            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
6556            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
6557            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
6558            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
6559            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
6560            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
6561            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
6562            ! lib/constant.pm lib/fields.pm lib/strict.pm
6563 ____________________________________________________________________________
6564 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
6565         Log: The latest JPL from the anoncvs.
6566      Branch: perl
6567            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6568 ____________________________________________________________________________
6569 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
6570         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
6571      Branch: perl
6572            ! t/op/pat.t
6573 ____________________________________________________________________________
6574 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
6575         Log: Worrying about insecure directories now is a bit too late.
6576      Branch: perl
6577            ! lib/File/Find/taint.t
6578 ____________________________________________________________________________
6579 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
6580         Log: Cannot DIE() in a void function,
6581              from Richard Hatch <rhatch@austin.ibm.com>.
6582      Branch: perl
6583            ! ext/IPC/SysV/SysV.xs
6584 ____________________________________________________________________________
6585 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
6586         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
6587              From: Peter Prymmer <pvhp@forte.com>
6588              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
6589              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
6590              
6591              (unfinished: time/hires tests 3, 5, 14 failing, but better
6592              than wholesale failure)
6593      Branch: perl
6594            ! ext/Time/HiRes/HiRes.xs
6595 ____________________________________________________________________________
6596 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
6597         Log: Subject: [PATCH 5.6.1] OS/2 improvements
6598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6599              Date: Thu, 28 Jun 2001 16:03:14 -0400
6600              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
6601      Branch: perl
6602            + os2/os2_base.t
6603            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
6604            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
6605            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
6606            ! os2/os2ish.h
6607 ____________________________________________________________________________
6608 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
6609         Log: Subject: Incrementing Extutils::Manifest's $VERSION
6610              From: Michael G Schwern <schwern@pobox.com>
6611              Date: Thu, 28 Jun 2001 13:13:49 -0400
6612              Message-ID: <20010628131349.A14738@blackrider>
6613      Branch: maint-5.6/perl
6614            ! lib/ExtUtils/Manifest.pm
6615 ____________________________________________________________________________
6616 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
6617         Log: AIX tweak from Merijn Brand.
6618      Branch: perl
6619            ! hints/aix.sh
6620 ____________________________________________________________________________
6621 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
6622         Log: Create the macperl branch.
6623      Branch: maint-5.6/macperl
6624           +> (branch 1728 files)
6625 ____________________________________________________________________________
6626 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
6627         Log: Update Changes.
6628      Branch: perl
6629            ! Changes patchlevel.h
6630 ____________________________________________________________________________
6631 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
6632         Log: More Perforce lore.
6633      Branch: perl
6634            ! Porting/repository.pod
6635 ____________________________________________________________________________
6636 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
6637         Log: Metaconfig unit changes for #11003.
6638      Branch: metaconfig/U/perl
6639            + d_nl_langinfo.U i_langinfo.U
6640 ____________________________________________________________________________
6641 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
6642         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
6643              Expected not to exist in non-UNIX excepting in VMS, where
6644              according to a quick web survey they just might.
6645      Branch: perl
6646            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
6647            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6648            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
6649            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6650            ! win32/config.bc win32/config.gc win32/config.vc
6651 ____________________________________________________________________________
6652 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
6653         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
6654              in AIX is one is doing a 64-bit build.
6655      Branch: perl
6656            ! hints/aix.sh
6657 ____________________________________________________________________________
6658 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
6659         Log: Metaconfig unit changes for #11000.
6660      Branch: metaconfig/U/perl
6661            ! use64bits.U uselfs.U
6662 ____________________________________________________________________________
6663 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
6664         Log: Move use64bitint and use64bitall before uselargefiles.
6665      Branch: perl
6666            ! Configure
6667 ____________________________________________________________________________
6668 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
6669         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
6670              From: Robert Spier <rspier@pobox.com>
6671              Message-ID: <15162.41164.618712.841415@rls.cx>
6672              Date: Wed, 27 Jun 2001 23:13:16 -0400
6673      Branch: perl
6674            ! doio.c
6675 ____________________________________________________________________________
6676 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
6677         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
6678              From: Peter Prymmer <pvhp@forte.com>
6679              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
6680              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
6681      Branch: perl
6682            ! numeric.c
6683 ____________________________________________________________________________
6684 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
6685         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
6686              From: Peter Prymmer <pvhp@forte.com>
6687              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
6688              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
6689      Branch: perl
6690            ! configure.com ext/Digest/MD5/Makefile.PL
6691 ____________________________________________________________________________
6692 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
6693         Log: Update Changes.
6694      Branch: perl
6695            ! Changes patchlevel.h
6696 ____________________________________________________________________________
6697 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
6698         Log: Tiny EPOC updates.
6699      Branch: perl
6700            ! epoc/config.sh
6701 ____________________________________________________________________________
6702 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
6703         Log: The Test::More and Test::Simple tests required help
6704              thanks to our schizophrenic test scheme.
6705      Branch: perl
6706            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6707            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6708            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6709            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6710            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6711 ____________________________________________________________________________
6712 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
6713         Log: Upgrade to Test::Simple 0.09.
6714      Branch: perl
6715            + lib/Test/Simple/Changes
6716            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6717            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6718            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6719            ! lib/Test/Simple/t/plan_is_noplan.t
6720 ____________________________________________________________________________
6721 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
6722         Log: Upgrade to Test::More 0.07.
6723      Branch: perl
6724            + lib/Test/More/Changes
6725            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
6726            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
6727            ! lib/Test/More/t/skipall.t
6728 ____________________________________________________________________________
6729 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
6730         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
6731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6732              Date: Wed, 27 Jun 2001 18:40:04 +0200
6733              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
6734      Branch: perl
6735            ! hints/hpux.sh
6736 ____________________________________________________________________________
6737 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
6738         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6739              From: Norton Allen <allen@huarp.harvard.edu>
6740              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
6741              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
6742      Branch: perl
6743            ! README.qnx hints/qnx.sh
6744 ____________________________________________________________________________
6745 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
6746         Log: Subject: [PATCH] two little documentation nits
6747              From: Abhijit Menon-Sen <ams@wiw.org>
6748              Date: Wed, 27 Jun 2001 20:07:50 +0530
6749              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
6750      Branch: perl
6751            ! sv.c sv.h
6752 ____________________________________________________________________________
6753 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
6754         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
6755              From: Norton Allen <allen@huarp.harvard.edu>
6756              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
6757              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
6758      Branch: perl
6759            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6760 ____________________________________________________________________________
6761 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
6762         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
6763              From: Michael G Schwern <schwern@pobox.com>
6764              Date: Wed, 27 Jun 2001 02:34:58 -0400
6765              Message-ID: <20010627023458.K23874@blackrider>
6766      Branch: perl
6767            ! vms/test.com
6768 ____________________________________________________________________________
6769 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
6770         Log: Add perl_clone_host() for Netware.
6771      Branch: perl
6772            ! NetWare/nw5.c
6773 ____________________________________________________________________________
6774 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
6775         Log: GCC 3.0 hints for HP-UX.
6776      Branch: perl
6777            ! hints/hpux.sh
6778 ____________________________________________________________________________
6779 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
6780         Log: In some Linux distributions the libndbm is broken
6781              (no null key support), therefore link with libgdbm
6782              (if available), since it has a working ndbm emulation,
6783              from Jonathan Stowe.
6784      Branch: perl
6785            + ext/NDBM_File/hints/linux.pl
6786            ! MANIFEST
6787 ____________________________________________________________________________
6788 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
6789         Log: Subject: [PATCH perl@10930] find.t hack for VMS
6790              From: "Craig A. Berry" <craigberry@mac.com>
6791              Date: Tue, 26 Jun 2001 23:40:25 -0500
6792              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
6793      Branch: perl
6794            ! lib/File/Find/find.t
6795 ____________________________________________________________________________
6796 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
6797         Log: AUTHORS updates.
6798      Branch: perl
6799            ! AUTHORS
6800 ____________________________________________________________________________
6801 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
6802         Log: Metaconfig unit change like #10980.
6803      Branch: metaconfig
6804            ! U/compline/d_stdstdio.U
6805 ____________________________________________________________________________
6806 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
6807         Log: "lose the it's", from Abhijit Menon-Sen.
6808              ("It's" not searched, pods not searched.)
6809      Branch: perl
6810            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
6811            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
6812            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
6813            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
6814            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6815            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
6816 ____________________________________________________________________________
6817 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
6818         Log: "lose the looses", from Abhijit Menon-Sen.
6819      Branch: perl
6820            ! ext/B/B/Assembler.pm gv.c
6821 ____________________________________________________________________________
6822 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
6823         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
6824      Branch: perl
6825            ! hints/os390.sh
6826 ____________________________________________________________________________
6827 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
6828         Log: DEC C 5.3 on the VAX simply doesn't seem to like
6829              compiling the MD5 extension, disable it there for now,
6830              from Peter Prymmer.
6831      Branch: perl
6832            ! configure.com
6833 ____________________________________________________________________________
6834 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
6835         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
6836              From: Jonathan Stowe <gellyfish@gellyfish.com>
6837              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
6838              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
6839      Branch: perl
6840            ! pod/perlfaq3.pod
6841 ____________________________________________________________________________
6842 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
6843         Log: Subject: [PATCH 5.6.1] perlxs misprints
6844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6845              Date: Tue, 26 Jun 2001 17:20:00 -0400
6846              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
6847      Branch: perl
6848            ! pod/perlxs.pod
6849 ____________________________________________________________________________
6850 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
6851         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
6852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6853              Date: Tue, 26 Jun 2001 17:27:07 -0400
6854              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
6855      Branch: perl
6856            ! lib/ExtUtils/MM_Unix.pm
6857 ____________________________________________________________________________
6858 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
6859         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
6860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6861              Date: Tue, 26 Jun 2001 17:23:24 -0400
6862              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
6863      Branch: perl
6864            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6865 ____________________________________________________________________________
6866 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
6867         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
6868              by Olaf Flebbe.
6869      Branch: perl
6870            ! perl.h
6871 ____________________________________________________________________________
6872 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
6873         Log: Detypo.
6874      Branch: perl
6875            ! lib/Memoize/t/tie_sdbm.t
6876 ____________________________________________________________________________
6877 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
6878         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
6879      Branch: perl
6880            ! win32/perllib.c
6881 ____________________________________________________________________________
6882 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
6883         Log: Subject: [patch] perl_clone+CvFILE
6884              From: Doug MacEachern <dougm@covalent.net>
6885              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
6886              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
6887      Branch: perl
6888            ! sv.c
6889 ____________________________________________________________________________
6890 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
6891         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
6892              From: Mark-Jason Dominus <mjd@plover.com>
6893              Date: Tue, 26 Jun 2001 12:33:01 -0400
6894              Message-ID: <20010626163301.31298.qmail@plover.com>
6895      Branch: perl
6896            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6897 ____________________________________________________________________________
6898 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
6899         Log: Update Changes.
6900      Branch: perl
6901            ! Changes patchlevel.h
6902 ____________________________________________________________________________
6903 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
6904         Log: Also catfile() needs now to explicitly exported.
6905      Branch: perl
6906            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6907 ____________________________________________________________________________
6908 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
6909         Log: Regen toc.
6910      Branch: perl
6911            ! pod/perltoc.pod
6912 ____________________________________________________________________________
6913 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
6914         Log: Nonexistent pod command.
6915      Branch: perl
6916            ! pod/perl572delta.pod
6917 ____________________________________________________________________________
6918 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
6919         Log: Be more portable in the quest for tmpdir.
6920      Branch: perl
6921            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6922 ____________________________________________________________________________
6923 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
6924         Log: Be more portable in finding out the home directory,
6925              and use File::Spec to do the concat.
6926              (Come to think of it, couldn't File::Spec provide
6927              for a ->homedir method?)
6928      Branch: perl
6929            ! lib/Net/Config.pm
6930 ____________________________________________________________________________
6931 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
6932         Log: Doc patch for #10959.
6933      Branch: perl
6934            ! pod/perlfunc.pod
6935 ____________________________________________________________________________
6936 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
6937         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
6938              From: "Philip Newton" <pnewton@gmx.de>
6939              Date: Tue, 26 Jun 2001 16:26:47 +0200
6940              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
6941      Branch: perl
6942            ! pod/perldata.pod
6943 ____________________________________________________________________________
6944 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
6945         Log: Subject: [PATH] shared -> unique;
6946              From: "Artur Bergman" <artur@contiller.se>
6947              Date: Tue, 26 Jun 2001 16:18:40 +0200
6948              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
6949              
6950              Because "shared" isn't: it's read-only.
6951      Branch: perl
6952            ! toke.c xsutils.c
6953 ____________________________________________________________________________
6954 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
6955         Log: Escape multiline croak messages.
6956      Branch: perl
6957            ! t/op/ver.t
6958 ____________________________________________________________________________
6959 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
6960         Log: No more pragma/*.t for minitest.
6961      Branch: perl
6962            ! Makefile.SH
6963 ____________________________________________________________________________
6964 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
6965         Log: AUTHORS updates.
6966      Branch: perl
6967            ! AUTHORS
6968 ____________________________________________________________________________
6969 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
6970         Log: delta updates.
6971      Branch: perl
6972            ! pod/perl572delta.pod
6973 ____________________________________________________________________________
6974 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
6975         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
6976              From: Artur Bergman <artur@contiller.se> 
6977              Date: Tue, 26 Jun 2001 15:32:53 +0200
6978              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
6979      Branch: perl
6980            ! makedef.pl sv.c sv.h win32/perllib.c
6981 ____________________________________________________________________________
6982 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
6983         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
6984              From: Jonathan Stowe <gellyfish@gellyfish.com>
6985              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
6986              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
6987              
6988              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
6989      Branch: perl
6990            + ext/Time/HiRes/hints/sco.pl
6991            ! MANIFEST
6992 ____________________________________________________________________________
6993 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
6994         Log: Subject: [PATCH 5.6.1] static build
6995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6996              Date: Tue, 26 Jun 2001 04:22:25 -0400
6997              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
6998      Branch: perl
6999            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
7000            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7001 ____________________________________________________________________________
7002 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
7003         Log: DJGPP patches from Laszlo Molnar.
7004      Branch: perl
7005            ! djgpp/djgpp.c perl.c util.c
7006 ____________________________________________________________________________
7007 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
7008         Log: Netware patches from Ananth Kesari.
7009      Branch: perl
7010            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
7011            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
7012            ! NetWare/nwtinfo.h
7013 ____________________________________________________________________________
7014 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
7015         Log: Detypo.
7016      Branch: perl
7017            ! ext/Errno/Errno_pm.PL
7018 ____________________________________________________________________________
7019 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
7020         Log: There seems to be two ways of spelling the $^O in *STEP.
7021      Branch: perl
7022            ! ext/Errno/Errno_pm.PL
7023 ____________________________________________________________________________
7024 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
7025         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
7026              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
7027      Branch: perl
7028            ! ext/Errno/Errno_pm.PL
7029 ____________________________________________________________________________
7030 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
7031         Log: Known bugs update.
7032      Branch: perl
7033            ! pod/perl572delta.pod
7034 ____________________________________________________________________________
7035 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
7036         Log: The default installation of Cygwin has 500 as root's uid.
7037      Branch: perl
7038            ! lib/User/pwent.t
7039 ____________________________________________________________________________
7040 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
7041         Log: Be even more relaxed (re-allow having only one entry).
7042      Branch: perl
7043            ! t/op/grent.t t/op/pwent.t
7044 ____________________________________________________________________________
7045 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
7046         Log: Test failure updates.
7047      Branch: perl
7048            ! pod/perl572delta.pod
7049 ____________________________________________________________________________
7050 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
7051         Log: MPE/iX test tweaks from Mark Bixby.
7052      Branch: perl
7053            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
7054            ! t/io/fs.t t/op/stat.t
7055 ____________________________________________________________________________
7056 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
7057         Log: Microperl findings.
7058      Branch: perl
7059            ! perl.h pp_sys.c
7060 ____________________________________________________________________________
7061 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
7062         Log: Touch uconfig.h.
7063      Branch: perl
7064            ! uconfig.h
7065 ____________________________________________________________________________
7066 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
7067         Log: Subject: [PATCH] Proposed fix for Pod::Man
7068              From: Rob Napier <rnapier@employees.org>
7069              Date: Mon, 25 Jun 2001 15:49:24 -0400
7070              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
7071              
7072              Cater for Solaris nroff brokenness (shortchanges daisywheel
7073              printers, but hey, we also no more support PDPs.)
7074      Branch: perl
7075            ! lib/Pod/Man.pm
7076 ____________________________________________________________________________
7077 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
7078         Log: Typo in #10937.
7079      Branch: perl
7080            ! ext/POSIX/sigaction.t
7081 ____________________________________________________________________________
7082 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
7083         Log: SIGCONT not trappable in VMS.
7084      Branch: perl
7085            ! ext/POSIX/sigaction.t
7086 ____________________________________________________________________________
7087 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
7088         Log: Subject: [DRAFT] Encode-Tcl.t
7089              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7090              Date: Tue, 26 Jun 2001 03:38:08 +0900
7091              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
7092      Branch: perl
7093            + ext/Encode/Encode/Tcl.t
7094            ! MANIFEST ext/Encode/Encode/Tcl.pm
7095 ____________________________________________________________________________
7096 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
7097         Log: Because of #10932 retract also the perlfunc hunk of #10910.
7098      Branch: perl
7099            ! pod/perlfunc.pod
7100 ____________________________________________________________________________
7101 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
7102         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
7103              by Ilya Zakharevich in
7104              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
7105      Branch: perl
7106            ! XSUB.h
7107 ____________________________________________________________________________
7108 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
7109         Log: Typo in #10889.
7110      Branch: perl
7111            ! hints/uts.sh
7112 ____________________________________________________________________________
7113 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
7114         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7115              From: Abhijit Menon-Sen <ams@wiw.org>
7116              Date: Mon, 25 Jun 2001 23:45:45 +0530
7117              Message-ID: <20010625234545.A5022@lustre.linux.in>
7118      Branch: perl
7119            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
7120 ____________________________________________________________________________
7121 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
7122         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
7123              From: Michael G Schwern <schwern@pobox.com>
7124              Date: Mon, 25 Jun 2001 14:35:51 -0400
7125              Message-ID: <20010625143551.H13819@blackrider>
7126      Branch: perl
7127            ! lib/Test.pm
7128 ____________________________________________________________________________
7129 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
7130         Log: Update Changes.
7131      Branch: perl
7132            ! Changes patchlevel.h
7133 ____________________________________________________________________________
7134 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
7135         Log: Regen toc and modlib.
7136      Branch: perl
7137            ! pod/perlmodlib.pod pod/perltoc.pod
7138 ____________________________________________________________________________
7139 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
7140         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
7141              for the benefit of C++ compilers, as suggested by Guruprasad.
7142      Branch: perl
7143            ! embed.pl proto.h
7144 ____________________________________________________________________________
7145 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
7146         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
7147              From: Jonathan Stowe <gellyfish@gellyfish.com>
7148              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
7149              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
7150      Branch: perl
7151            ! pod/perlfaq5.pod
7152 ____________________________________________________________________________
7153 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
7154         Log: Missed from #10925.
7155      Branch: perl
7156            ! gv.c
7157 ____________________________________________________________________________
7158 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
7159         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
7160              From: Robin Houston <robin@kitsite.com>
7161              Date: Sat, 19 May 2001 16:19:34 +0100
7162              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
7163      Branch: perl
7164            ! cv.h gv.h op.c
7165 ____________________________________________________________________________
7166 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
7167         Log: Netware README tweak.
7168      Branch: perl
7169            ! README.netware
7170 ____________________________________________________________________________
7171 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
7172         Log: Subject: [PATCH] Re: overload.t fails
7173              From: Abhijit Menon-Sen <ams@wiw.org>
7174              Date: Mon, 25 Jun 2001 14:52:20 +0530
7175              Message-ID: <20010625145220.A24114@lustre.linux.in>
7176      Branch: perl
7177            ! lib/overload.t
7178 ____________________________________________________________________________
7179 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
7180         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7181              From: Mike Guy <mjtg@cam.ac.uk>
7182              Date: Mon, 25 Jun 2001 11:43:23 +0100
7183              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
7184      Branch: perl
7185            ! lib/Carp.pm
7186 ____________________________________________________________________________
7187 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
7188         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
7189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7190              Date: Sun, 24 Jun 2001 05:17:05 -0400
7191              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
7192      Branch: perl
7193            ! os2/os2ish.h
7194 ____________________________________________________________________________
7195 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
7196         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
7197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7198              Date: Mon, 25 Jun 2001 05:52:27 -0400
7199              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
7200      Branch: perl
7201            ! hints/os2.sh
7202 ____________________________________________________________________________
7203 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
7204         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
7205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7206              Date: Mon, 25 Jun 2001 05:23:35 -0400
7207              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
7208      Branch: perl
7209            ! os2/os2.c
7210 ____________________________________________________________________________
7211 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
7212         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
7213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7214              Date: Mon, 25 Jun 2001 05:04:32 -0400
7215              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
7216      Branch: perl
7217            ! os2/OS2/REXX/DLL/DLL.pm
7218 ____________________________________________________________________________
7219 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
7220         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
7221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7222              Date: Mon, 25 Jun 2001 05:02:36 -0400
7223              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
7224      Branch: perl
7225            ! mg.c os2/dl_os2.c os2/os2.c
7226 ____________________________________________________________________________
7227 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
7228         Log: Subject: Re: [PATCH 5.6.1] misprints
7229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7230              Date: Mon, 25 Jun 2001 04:50:50 -0400
7231              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
7232      Branch: perl
7233            ! os2/os2.c pp_sys.c
7234 ____________________________________________________________________________
7235 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
7236         Log: Add Test::More and Test::Simple to the delta.
7237      Branch: perl
7238            ! pod/perl572delta.pod
7239 ____________________________________________________________________________
7240 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
7241         Log: Add Test::More, from Michael G Schwern.
7242      Branch: perl
7243            + lib/Test/More.pm lib/Test/More/t/More.t
7244            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7245            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7246            + t/lib/Test/More/Catch.pm
7247            ! MANIFEST
7248 ____________________________________________________________________________
7249 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
7250         Log: Add Test::Simple from Michael G Schwern.
7251      Branch: perl
7252            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7253            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7254            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7255            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
7256            + t/lib/Test/Simple/Catch.pm
7257            + t/lib/Test/Simple/sample_tests/death.plx
7258            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
7259            + t/lib/Test/Simple/sample_tests/extras.plx
7260            + t/lib/Test/Simple/sample_tests/five_fail.plx
7261            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
7262            + t/lib/Test/Simple/sample_tests/one_fail.plx
7263            + t/lib/Test/Simple/sample_tests/require.plx
7264            + t/lib/Test/Simple/sample_tests/success.plx
7265            + t/lib/Test/Simple/sample_tests/too_few.plx
7266            + t/lib/Test/Simple/sample_tests/two_fail.plx
7267            ! MANIFEST
7268 ____________________________________________________________________________
7269 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
7270         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
7271              From: "Craig A. Berry" <craigberry@mac.com>
7272              Date: Sun, 24 Jun 2001 23:41:36 -0500
7273              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
7274      Branch: perl
7275            ! pp_sys.c
7276 ____________________________________________________________________________
7277 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
7278         Log: Upgrade to Attribute::Handlers 0.70.
7279      Branch: perl
7280            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7281            ! MANIFEST lib/Attribute/Handlers.pm
7282 ____________________________________________________________________________
7283 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
7284         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7285              From: Abhijit Menon-Sen <ams@wiw.org>
7286              Date: Sat, 23 Jun 2001 05:17:44 +0530
7287              Message-ID: <20010623051744.A18583@lustre.linux.in>
7288              
7289              (Can't think of a good place to put tests.)
7290      Branch: perl
7291            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
7292 ____________________________________________________________________________
7293 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
7294         Log: Subject: [PATCH] t/op/pat.t typo fix
7295              From: Richard Soderberg <rs@crystalflame.net>
7296              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
7297              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
7298      Branch: perl
7299            ! t/op/pat.t
7300 ____________________________________________________________________________
7301 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
7302         Log: Move the pack warnings to their own file, as pointed
7303              out by Spider.
7304      Branch: perl
7305            + t/lib/warnings/pp_pack
7306            ! MANIFEST t/lib/warnings/pp
7307 ____________________________________________________________________________
7308 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
7309         Log: Update Changes.
7310      Branch: perl
7311            ! Changes patchlevel.h
7312 ____________________________________________________________________________
7313 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
7314         Log: Partially fix a problem noticed by IRIX compiler:
7315              the initialization of parse_start was bypassed by
7316              several gotos.  Now initialized to zero, which may
7317              not be the best choice.
7318      Branch: perl
7319            ! regcomp.c
7320 ____________________________________________________________________________
7321 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
7322         Log: Relax the group and password tests back to moaning only
7323              if no matches at all are found.  (Even with a small sample
7324              I could find many sites where there are, umm, anomalies in
7325              the said databases.)       
7326      Branch: perl
7327            ! t/op/grent.t t/op/pwent.t
7328 ____________________________________________________________________________
7329 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
7330         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
7331      Branch: perl
7332            ! pp_ctl.c
7333 ____________________________________________________________________________
7334 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
7335         Log: De-cut-and-pasto in #10902.
7336      Branch: perl
7337            ! pp_ctl.c
7338 ____________________________________________________________________________
7339 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
7340         Log: The #10771 didn't take?
7341      Branch: perl
7342            ! pp_ctl.c
7343 ____________________________________________________________________________
7344 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
7345         Log: Undo the filetests part of #10900, under multiplicity
7346              weird errors take place.
7347      Branch: perl
7348            ! pp_sys.c
7349 ____________________________________________________________________________
7350 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
7351         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
7352      Branch: perl
7353            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
7354 ____________________________________________________________________________
7355 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
7356         Log: (Replaced by #10922)
7357              
7358              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7359              From: Tony Bowden <tony@kasei.com>
7360              Date: Sun, 24 Jun 2001 17:32:40 +0100
7361              Message-ID: <20010624173240.A16293@blackstar.co.uk>
7362              
7363              Document (well, mention) shortmess() and longmess()
7364              to rob people of their fun of reinventing the weel.
7365      Branch: perl
7366            ! lib/Carp.pm
7367 ____________________________________________________________________________
7368 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
7369         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
7370              From: Brian Jepson <bjepson@oreilly.com>
7371              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
7372              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
7373      Branch: perl
7374            ! pp_sys.c
7375 ____________________________________________________________________________
7376 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
7377         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
7378              From: Robin Barker <rmb1@cise.npl.co.uk> 
7379              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
7380              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
7381      Branch: perl
7382            ! lib/CPAN.pm
7383 ____________________________________________________________________________
7384 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
7385         Log: Memoize patch from mjd.
7386      Branch: perl
7387            ! lib/Memoize/t/tie_storable.t
7388 ____________________________________________________________________________
7389 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
7390         Log: Spec the sv_pvprintify() a bit more.
7391      Branch: perl
7392            ! pod/perltodo.pod
7393 ____________________________________________________________________________
7394 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
7395         Log: Upgrade to Memoize 0.65.
7396      Branch: perl
7397            + lib/Memoize/t/array_confusion.t
7398            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7399            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7400            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7401            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
7402            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7403            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7404            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7405            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7406            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
7407            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
7408            ! lib/Memoize/t/tie_storable.t
7409 ____________________________________________________________________________
7410 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
7411         Log: Metaconfig unit change for #10892.
7412      Branch: metaconfig
7413            ! U/modified/Options.U
7414 ____________________________________________________________________________
7415 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
7416         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
7417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7418              Date: Sun, 24 Jun 2001 05:24:40 -0400
7419              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
7420      Branch: perl
7421            ! Configure hints/os2.sh
7422 ____________________________________________________________________________
7423 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
7424         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
7425              From: Mike Guy <mjtg@cam.ac.uk>
7426              Date: Sun, 24 Jun 2001 15:28:39 +0100
7427              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
7428              
7429              Fix an ancient (5.002) bug.
7430      Branch: perl
7431            ! lib/Carp/Heavy.pm
7432 ____________________________________________________________________________
7433 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
7434         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
7435              variables.
7436      Branch: perl
7437            ! pp_sys.c
7438 ____________________________________________________________________________
7439 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
7440         Log: Make UTS as per #10888.
7441      Branch: perl
7442            ! hints/uts.sh
7443 ____________________________________________________________________________
7444 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
7445         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
7446      Branch: perl
7447            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
7448            ! mpeix/mpeixish.h perl.h unixish.h
7449 ____________________________________________________________________________
7450 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
7451         Log: AUTHORS update.
7452      Branch: perl
7453            ! AUTHORS
7454 ____________________________________________________________________________
7455 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
7456         Log: Subject: Encode::Tcl for multibyte doesnot work
7457              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7458              Date: Sun, 24 Jun 2001 22:48:21 +0900
7459              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
7460      Branch: perl
7461            ! ext/Encode/Encode/Tcl.pm
7462 ____________________________________________________________________________
7463 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
7464         Log: Subject: [PATCH] Remove tautology in error messages
7465              From: Mike Guy <mjtg@cam.ac.uk>
7466              Date: Sun, 24 Jun 2001 13:31:00 +0100
7467              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
7468      Branch: perl
7469            ! pp_sys.c
7470 ____________________________________________________________________________
7471 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
7472         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
7473      Branch: perl
7474            ! hints/darwin.sh
7475 ____________________________________________________________________________
7476 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
7477         Log: Subject: Re: [PATCH 5.6.1] test suite
7478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7479              Date: Sun, 24 Jun 2001 05:47:05 -0400
7480              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
7481              
7482              Test suite fixes.
7483      Branch: perl
7484            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
7485 ____________________________________________________________________________
7486 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
7487         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
7488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7489              Date: Sun, 24 Jun 2001 05:37:19 -0400
7490              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
7491      Branch: perl
7492            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
7493 ____________________________________________________________________________
7494 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
7495         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
7496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7497              Date: Sun, 24 Jun 2001 05:34:50 -0400
7498              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
7499              
7500              Pacify compiler warnings.
7501      Branch: perl
7502            ! pp_sys.c
7503 ____________________________________________________________________________
7504 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
7505         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7507              Date: Sun, 24 Jun 2001 05:21:18 -0400
7508              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
7509              
7510              Enable compression of executables during link time.
7511      Branch: perl
7512            ! hints/os2.sh
7513 ____________________________________________________________________________
7514 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
7515         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7517              Date: Sun, 24 Jun 2001 05:15:11 -0400
7518              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
7519              
7520              Add ordinals to the export list for Perl DLL.
7521              (Breaks intra-version DLL compatibility.)
7522      Branch: perl
7523            ! makedef.pl
7524 ____________________________________________________________________________
7525 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
7526         Log: Allow (displaying and) re-editing the Subject in perlbug.
7527              Also abstract the Subject quality control into a function.
7528      Branch: perl
7529            ! utils/perlbug.PL
7530 ____________________________________________________________________________
7531 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
7532         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
7533      Branch: perl
7534            ! utils/perlbug.PL
7535 ____________________________________________________________________________
7536 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
7537         Log: Regen toc and modlib.
7538      Branch: perl
7539            ! pod/perlmodlib.pod pod/perltoc.pod
7540 ____________________________________________________________________________
7541 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
7542         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
7543              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
7544              attribute semantics as much as possible, or 'ntsec' which uses
7545              native NTFS semantics.)  (See also #10877.)
7546      Branch: perl
7547            ! perl.c
7548 ____________________________________________________________________________
7549 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
7550         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
7551      Branch: perl
7552            ! lib/Test/Harness.pm
7553 ____________________________________________________________________________
7554 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
7555         Log: Just zap the -uPerlio.
7556      Branch: perl
7557            ! ext/B/Stash.t
7558 ____________________________________________________________________________
7559 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
7560         Log: Do not test PerlIO if PerlIO not used.
7561      Branch: perl
7562            ! ext/PerlIO/PerlIO.t
7563 ____________________________________________________________________________
7564 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
7565         Log: Regen perlapi.
7566      Branch: perl
7567            ! pod/perlapi.pod
7568 ____________________________________________________________________________
7569 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
7570         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
7571              From: Nicholas Clark <nick@ccl4.org>
7572              Date: Sat, 23 Jun 2001 22:55:47 +0100
7573              Message-ID: <20010623225547.Z98663@plum.flirble.org>
7574      Branch: perl
7575            ! numeric.c
7576 ____________________________________________________________________________
7577 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
7578         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
7579              From: Prymmer/Kahn <pvhp@best.com>
7580              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
7581              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
7582      Branch: perl
7583            ! lib/h2xs.t
7584 ____________________________________________________________________________
7585 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
7586         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
7587              cygwin does not taint cwd, just like win32.
7588      Branch: perl
7589            ! lib/File/Find/taint.t t/op/taint.t
7590 ____________________________________________________________________________
7591 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
7592         Log: Retract #10865, the patch should be unnecessary.
7593              (But seemingly helpful in Cygwin?  Strange.)
7594      Branch: perl
7595            ! lib/Memoize/t/tie_ndbm.t
7596 ____________________________________________________________________________
7597 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
7598         Log: Misplaced test file; plus Cygwin filesystem semantics.
7599      Branch: perl
7600            + ext/SDBM_File/sdbm.t
7601            - ext/ODBM_File/sdbm.t
7602            ! MANIFEST
7603 ____________________________________________________________________________
7604 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
7605         Log: (Retracted by #10867.)
7606      Branch: perl
7607            ! lib/Memoize/t/tie_ndbm.t
7608 ____________________________________________________________________________
7609 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
7610         Log: Metaconfig unit change for #10863.
7611      Branch: metaconfig/U/perl
7612            ! Extensions.U
7613 ____________________________________________________________________________
7614 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
7615         Log: In Cygwin do not build NDBM_File and ODBM_File unless
7616              -lndbm and -ldbm are available.
7617      Branch: perl
7618            ! Configure config_h.SH
7619 ____________________________________________________________________________
7620 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
7621         Log: More Cygwin filesystem semantics.
7622      Branch: perl
7623            ! t/io/fs.t t/op/stat.t
7624 ____________________________________________________________________________
7625 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
7626         Log: More DOSish permission semantics for Cygwin.
7627      Branch: perl
7628            ! lib/AnyDBM_File.t
7629 ____________________________________________________________________________
7630 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
7631         Log: Cygwin too has different permission semantics.
7632      Branch: perl
7633            ! ext/GDBM_File/gdbm.t
7634 ____________________________________________________________________________
7635 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
7636         Log: The group (and assumedly passwd) databases can have
7637              only one entry (this is the case in cygwin).
7638      Branch: perl
7639            ! t/op/grent.t t/op/pwent.t
7640 ____________________________________________________________________________
7641 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
7642         Log: Also in Cygwin use Socket to figure out domainname
7643              (if any) (avoids trying to call external 'domainname',
7644              which doesn't at the moment exist in Cygwin)
7645      Branch: perl
7646            ! lib/Net/Domain.pm
7647 ____________________________________________________________________________
7648 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
7649         Log: Remove also the lib$Foo.def, not just $Foo.def.
7650      Branch: perl
7651            ! lib/ExtUtils/MM_Unix.pm
7652 ____________________________________________________________________________
7653 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
7654         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
7655      Branch: perl
7656            ! unixish.h
7657 ____________________________________________________________________________
7658 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
7659         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
7660              to match the whole isprint(), only the space character.
7661      Branch: perl
7662            ! handy.h pod/perlre.pod t/op/pat.t
7663 ____________________________________________________________________________
7664 [ 10854] By: nick                                  on 2001/06/23  08:09:33
7665         Log: Integrate mainline
7666      Branch: perlio
7667           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
7668           !> lib/ExtUtils.t lib/File/Find/taint.t
7669           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
7670           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
7671           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7672 ____________________________________________________________________________
7673 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
7674         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
7675              with its floats    in os390 and s390 (UTS).
7676      Branch: perl
7677            ! lib/Math/BigInt/t/bigintpm.t
7678 ____________________________________________________________________________
7679 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
7680         Log: Add also UTS (s390) to the non-IEEE float platforms.
7681      Branch: perl
7682            ! t/op/sprintf.t
7683 ____________________________________________________________________________
7684 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
7685         Log: Subject: RFC: what are applicable standards for exponent sizes?
7686              From: Peter Prymmer <pvhp@forte.com>
7687              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
7688              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
7689      Branch: perl
7690            ! t/op/sprintf.t
7691 ____________________________________________________________________________
7692 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
7693         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
7694              From: Peter Prymmer <pvhp@forte.com>
7695              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
7696              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
7697      Branch: perl
7698            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7699 ____________________________________________________________________________
7700 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
7701         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
7702              From: Peter Prymmer <pvhp@forte.com>
7703              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
7704              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
7705      Branch: perl
7706            ! lib/ExtUtils.t
7707 ____________________________________________________________________________
7708 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
7709         Log: Retract #10845.
7710      Branch: perl
7711            ! lib/File/Find/taint.t
7712 ____________________________________________________________________________
7713 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
7714         Log: Yet another error message.
7715      Branch: perl
7716            ! t/op/mkdir.t
7717 ____________________________________________________________________________
7718 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
7719         Log: The croak message for nonexistent socket functions may vary.
7720      Branch: perl
7721            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
7722 ____________________________________________________________________________
7723 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
7724         Log: (Retracted by #10848.)
7725      Branch: perl
7726            ! lib/File/Find/taint.t
7727 ____________________________________________________________________________
7728 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
7729         Log: Integrate perlio.
7730      Branch: perl
7731           !> lib/File/Find/taint.t t/op/write.t
7732 ____________________________________________________________________________
7733 [ 10843] By: nick                                  on 2001/06/22  21:24:51
7734         Log: Back out debug in taint.t
7735      Branch: perlio
7736            ! lib/File/Find/taint.t
7737 ____________________________________________________________________________
7738 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
7739         Log: setitimer() does not exist in Unicos, despite of what
7740              Configure thinks, from Mark P. Lutz.
7741      Branch: perl
7742            ! hints/unicos.sh
7743 ____________________________________________________________________________
7744 [ 10841] By: nick                                  on 2001/06/22  21:19:36
7745         Log: Skip cwd test on Win32 ???
7746      Branch: perlio
7747            ! lib/File/Find/taint.t
7748 ____________________________________________________________________________
7749 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
7750         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
7751              and Tru64 gcc -Wall happy.
7752      Branch: perl
7753            ! mg.c
7754 ____________________________________________________________________________
7755 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
7756         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
7757      Branch: perl
7758            ! ext/IPC/SysV/Semaphore.pm
7759 ____________________________________________________________________________
7760 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
7761         Log: Metaconfig unit change for #10837.
7762      Branch: metaconfig/U/perl
7763            ! Cross.U
7764 ____________________________________________________________________________
7765 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
7766         Log: Cleanup of the cross-compilation unit.
7767      Branch: perl
7768            ! Configure
7769 ____________________________________________________________________________
7770 [ 10836] By: nick                                  on 2001/06/22  20:45:12
7771         Log: Skip |- based op/write.t on Win32 as well as VMS
7772      Branch: perlio
7773            ! t/op/write.t
7774 ____________________________________________________________________________
7775 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
7776         Log: Integrate perlio.
7777      Branch: perl
7778           !> util.c
7779 ____________________________________________________________________________
7780 [ 10834] By: nick                                  on 2001/06/22  20:41:54
7781         Log: Integrate mainline
7782      Branch: perlio
7783           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7784           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
7785           !> vos/config.ga.h
7786 ____________________________________________________________________________
7787 [ 10833] By: nick                                  on 2001/06/22  20:22:58
7788         Log: Patcho fix.
7789      Branch: perlio
7790            ! util.c
7791 ____________________________________________________________________________
7792 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
7793         Log: Metaconfig unit changes for #10831.
7794      Branch: metaconfig
7795            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7796 ____________________________________________________________________________
7797 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
7798         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
7799              From: Andy Dougherty <doughera@lafayette.edu>
7800              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
7801              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
7802      Branch: perl
7803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7804            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
7805 ____________________________________________________________________________
7806 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
7807         Log: MPE/iX prototype nits from Mark Bixby.
7808      Branch: perl
7809            ! pp_sys.c
7810 ____________________________________________________________________________
7811 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
7812         Log: Detypo.
7813      Branch: perl
7814            ! util.c
7815 ____________________________________________________________________________
7816 [ 10828] By: nick                                  on 2001/06/22  15:33:37
7817         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
7818      Branch: perlio
7819           +> lib/h2xs.t
7820           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
7821           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
7822           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
7823           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
7824           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7825           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7826           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
7827           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
7828           !> vms/vmsish.h
7829 ____________________________________________________________________________
7830 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
7831         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
7832              Date: Fri, 22 Jun 2001 10:08:35 -0500
7833              From: "Craig A. Berry" <craigberry@mac.com>
7834              Message-Id: <a05101001b75908704194@[192.168.56.145]>
7835      Branch: perl
7836            ! vms/vms.c vms/vmsish.h
7837 ____________________________________________________________________________
7838 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
7839         Log: NetWare scripts tweak from Ananth Kesari.
7840      Branch: perl
7841            ! NetWare/t/NWScripts.pl
7842 ____________________________________________________________________________
7843 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
7844         Log: Update Changes.
7845      Branch: perl
7846            ! Changes patchlevel.h
7847 ____________________________________________________________________________
7848 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
7849         Log: Add .i and .s targets.
7850      Branch: perl
7851            ! Makefile.SH
7852 ____________________________________________________________________________
7853 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
7854         Log: Upgrade to Locale::Maketext 1.03.
7855      Branch: perl
7856            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7857            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7858 ____________________________________________________________________________
7859 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
7860         Log: Upgrade to I18N::LangTags 0.26.
7861      Branch: perl
7862            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7863            ! lib/I18N/LangTags/test.pl
7864 ____________________________________________________________________________
7865 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
7866         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
7867              Philip Newton.
7868      Branch: perl
7869            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7870            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7871 ____________________________________________________________________________
7872 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
7873         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
7874              From: Prymmer/Kahn <pvhp@best.com>
7875              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
7876              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
7877      Branch: perl
7878            + lib/h2xs.t
7879            ! MANIFEST utils/h2xs.PL
7880 ____________________________________________________________________________
7881 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
7882         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
7883              From: Prymmer/Kahn <pvhp@best.com>
7884              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
7885              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
7886      Branch: perl
7887            ! lib/ExtUtils.t
7888 ____________________________________________________________________________
7889 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
7890         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
7891              From: Prymmer/Kahn <pvhp@best.com>
7892              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
7893              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
7894      Branch: perl
7895            ! t/pod/plainer.t
7896 ____________________________________________________________________________
7897 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
7898         Log: AUTHORS update.
7899      Branch: perl
7900            ! AUTHORS
7901 ____________________________________________________________________________
7902 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
7903         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
7904              From: "Craig A. Berry" <craigberry@mac.com>
7905              Date: Thu, 21 Jun 2001 18:20:38 -0500
7906              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
7907      Branch: perl
7908            ! ext/POSIX/POSIX.xs
7909 ____________________________________________________________________________
7910 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
7911         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
7912              From: "Craig A. Berry" <craigberry@mac.com>
7913              Date: Thu, 21 Jun 2001 09:58:52 -0500
7914              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
7915      Branch: perl
7916            ! ext/B/Deparse.t t/op/write.t
7917 ____________________________________________________________________________
7918 [ 10814] By: nick                                  on 2001/06/22  08:13:09
7919         Log: Integrate mainline.
7920      Branch: perlio
7921           !> (integrate 46 files)
7922 ____________________________________________________________________________
7923 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
7924         Log: Change the prefixes only if $prefix is unset,
7925              as originally patched by Marcel Grunauer.
7926      Branch: perl
7927            ! hints/darwin.sh hints/rhapsody.sh
7928 ____________________________________________________________________________
7929 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
7930         Log: Subject: Re: Patch for hints/darwin.sh
7931              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
7932              Date: Thu, 21 Jun 2001 11:23:46 -0700
7933              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
7934      Branch: perl
7935            ! hints/darwin.sh hints/rhapsody.sh
7936 ____________________________________________________________________________
7937 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
7938         Log: Add .PHONY targets for non-file targets,
7939              from Wilfredo Sánchez.  Should help saying
7940              "make install" on case-insensitive filesystems.
7941      Branch: perl
7942            ! Makefile.SH
7943 ____________________________________________________________________________
7944 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
7945         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
7946              From: Doug MacEachern <dougm@covalent.net>
7947              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
7948              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
7949              
7950              plus reword the getcwd() comment, plus use getcwd() buffer
7951              size minus one.
7952      Branch: perl
7953            ! util.c
7954 ____________________________________________________________________________
7955 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
7956         Log: More gprofing from Doug MacEachern.
7957      Branch: perl
7958            ! Makefile.SH
7959 ____________________________________________________________________________
7960 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
7961         Log: Metaconfig unit change for #10807.
7962      Branch: metaconfig/U/perl
7963            ! d_sfio.U
7964 ____________________________________________________________________________
7965 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
7966         Log: Tell that you are removing the unneeded -lsfio.
7967      Branch: perl
7968            ! Configure
7969 ____________________________________________________________________________
7970 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
7971         Log: More MPE/iX tweaks from Mark Bixby.
7972      Branch: perl
7973            ! perl.c t/op/magic.t
7974 ____________________________________________________________________________
7975 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
7976         Log: The fchdir() proto is supposed to live in <unistd.h>.
7977      Branch: perl
7978            ! ext/Cwd/Cwd.xs
7979 ____________________________________________________________________________
7980 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
7981         Log: This town is too small for the Cwd extension and me,
7982              it would seem...
7983      Branch: perl
7984            ! ext/Cwd/Cwd.xs
7985 ____________________________________________________________________________
7986 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
7987         Log: Metaconfig unit change for #10802.
7988      Branch: metaconfig/U/perl
7989            ! d_modfl.U
7990 ____________________________________________________________________________
7991 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
7992         Log: More d'ohs.
7993      Branch: perl
7994            ! Configure
7995 ____________________________________________________________________________
7996 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
7997         Log: Off-by-one.  I'm so classic.
7998      Branch: perl
7999            ! util.c
8000 ____________________________________________________________________________
8001 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
8002         Log: Update Changes.
8003      Branch: perl
8004            ! Changes patchlevel.h
8005 ____________________________________________________________________________
8006 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
8007         Log: Subject: Documentation patch for Net::FTP
8008              From: Marcel Grunauer <marcel@codewerk.com>
8009              Date: Wed, 20 Jun 2001 23:03:26 +0200
8010              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
8011      Branch: perl
8012            ! lib/Net/FTP.pm
8013 ____________________________________________________________________________
8014 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
8015         Log: Retract the #10417 mg.c and embed.pl parts because of
8016              strange SEGVs in 64bit x86 FreeBSD observed by
8017              Nicholas Clark.
8018      Branch: perl
8019            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
8020 ____________________________________________________________________________
8021 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
8022         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
8023      Branch: perl
8024            ! Configure NetWare/config.wc NetWare/config_H.wc
8025            ! Porting/Glossary Porting/config.sh Porting/config_H
8026            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8027            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8028            ! vos/config.ga.h win32/config.bc win32/config.gc
8029            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8030            ! win32/config_H.vc
8031 ____________________________________________________________________________
8032 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
8033         Log: Cwd tweak from Doug MacEachern.
8034      Branch: perl
8035            ! ext/Cwd/Cwd.xs
8036 ____________________________________________________________________________
8037 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
8038         Log: Protect the fchdir() and lstat() with ifdefs.
8039              fchdir() needs a Configure probe.
8040      Branch: perl
8041            ! ext/Cwd/Cwd.xs
8042 ____________________________________________________________________________
8043 [ 10794] By: nick                                  on 2001/06/21  17:11:35
8044         Log: Integrate mainline
8045      Branch: perlio
8046           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8047           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8048           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8049           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8050           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8051           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8052           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8053           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8054            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8055            - lib/File/Glob/case.t lib/File/Glob/global.t
8056            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8057            - lib/File/Temp/posix.t lib/File/Temp/security.t
8058            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8059            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8060            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8061            - lib/Text/Wrap/wrap.t
8062           !> (integrate 41 files)
8063 ____________________________________________________________________________
8064 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
8065         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
8066              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8067              Date: Thu, 21 Jun 2001 13:04:54 -0500
8068              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
8069      Branch: perl
8070            ! ext/Cwd/Cwd.xs
8071 ____________________________________________________________________________
8072 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
8073         Log: Subject: [PATCH pod] overlong =item
8074              From: Robin Barker <rmb1@cise.npl.co.uk>
8075              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
8076              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
8077      Branch: perl
8078            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8079            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8080 ____________________________________________________________________________
8081 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
8082         Log: Subject: [PATCH perlio.c] format 
8083              From: Robin Barker <rmb1@cise.npl.co.uk>
8084              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
8085              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
8086      Branch: perl
8087            ! perlio.c
8088 ____________________________________________________________________________
8089 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
8090         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8091              From: Radu Greab <radu@netsoft.ro>
8092              Date: Thu, 21 Jun 2001 19:06:02 +0300
8093              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
8094      Branch: perl
8095            ! pod/perlapi.pod sv.c
8096 ____________________________________________________________________________
8097 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
8098         Log: The metaconfig unit changes for #10788.
8099      Branch: metaconfig/U/perl
8100            ! Cross.U fflushall.U
8101 ____________________________________________________________________________
8102 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
8103         Log: Cross-configuration changes: make $from to rm the files
8104              before copying them over (this means that he rm can be
8105              removed from the fflushall test), create $targetmkdir      
8106              (not documented in install since it is supposed to internal
8107              use only), make $run to copy over the executable only if
8108              a stamp file .xok doesn't already exist (to avoid unnecessary
8109              copying of the executable)
8110      Branch: perl
8111            ! Configure Makefile.SH
8112 ____________________________________________________________________________
8113 [ 10787] By: nick                                  on 2001/06/21  14:16:18
8114         Log: Integrate mainline
8115      Branch: perlio
8116           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8117           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
8118           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
8119            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
8120           !> (integrate 34 files)
8121 ____________________________________________________________________________
8122 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
8123         Log: Re-add the files as text.
8124      Branch: perl
8125            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8126 ____________________________________________________________________________
8127 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
8128         Log: Delete the binary files.
8129      Branch: perl
8130            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8131 ____________________________________________________________________________
8132 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
8133         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
8134              From: Andy Dougherty <doughera@lafayette.edu>
8135              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
8136              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
8137      Branch: perl
8138            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
8139            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
8140            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
8141            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
8142 ____________________________________________________________________________
8143 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
8144         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
8145              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
8146              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
8147              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
8148              
8149              Setting umask to something friendlier.
8150      Branch: perl
8151            ! installman installperl
8152 ____________________________________________________________________________
8153 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
8154         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
8155              Resort MANIFEST with sort -f, looks much better.
8156      Branch: perl
8157            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8158            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8159            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8160            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8161            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8162            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8163            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8164            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8165            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8166            - lib/File/Glob/case.t lib/File/Glob/global.t
8167            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8168            - lib/File/Temp/posix.t lib/File/Temp/security.t
8169            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8170            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8171            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8172            - lib/Text/Wrap/wrap.t
8173            ! MANIFEST
8174 ____________________________________________________________________________
8175 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
8176         Log: Upgrade to I18N::LangTags 0.25.
8177      Branch: perl
8178            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8179            ! lib/I18N/LangTags/List.pm
8180 ____________________________________________________________________________
8181 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
8182         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
8183              From: Richard Soderberg <rs@crystalflame.net>
8184              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
8185              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
8186      Branch: perl
8187            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
8188            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
8189 ____________________________________________________________________________
8190 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
8191         Log: Test obsoleted by change #10777.
8192      Branch: perl
8193            ! t/op/sub_lval.t
8194 ____________________________________________________________________________
8195 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
8196         Log: Case of confused test numbering.
8197      Branch: perl
8198            ! t/op/pat.t
8199 ____________________________________________________________________________
8200 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
8201         Log: Subject: Re: Opinion on undef lvalue
8202              From: Abhijit Menon-Sen <ams@wiw.org>
8203              Date: Sun, 17 Jun 2001 13:04:46 +0530
8204              Message-ID: <20010617130446.B27925@lustre.linux.in>
8205              
8206              Allow lvalue subs to return undef in array context.
8207      Branch: perl
8208            ! pp_hot.c
8209 ____________________________________________________________________________
8210 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
8211         Log: Just a guess that using the same hack for cygwin as
8212              for win32 might help.
8213      Branch: perl
8214            ! lib/File/Find/find.t
8215 ____________________________________________________________________________
8216 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
8217         Log: NetWare tweaks from Guruprasad.
8218      Branch: perl
8219            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
8220            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
8221            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
8222            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
8223 ____________________________________________________________________________
8224 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
8225         Log: Subject: Re: perl@10722: Bogus warnings on REs 
8226              From: Hugo <hv@crypt.compulink.co.uk>
8227              Date: Thu, 21 Jun 2001 09:51:17 +0100
8228              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
8229              
8230              Unroll to avoid a UTS compiler bug.
8231      Branch: perl
8232            ! regcomp.c
8233 ____________________________________________________________________________
8234 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
8235         Log: Subject: Re: [PATCH] Make /o work under i?threads
8236              From: Artur Bergman <artur@contiller.se>
8237              Date: Thu, 21 Jun 2001 14:38:03 +0200
8238              Message-ID: <B757B74A.184D%artur@contiller.se>
8239      Branch: perl
8240            ! t/op/pat.t
8241 ____________________________________________________________________________
8242 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
8243         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8244              From: Artur Bergman <artur@contiller.se> 
8245              Date: Thu, 21 Jun 2001 14:27:33 +0200
8246              Message-ID: <B757B4D4.1849%artur@contiller.se>
8247              
8248              Plus extra parentheses.
8249      Branch: perl
8250            ! op.h
8251 ____________________________________________________________________________
8252 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
8253         Log: Subject: [PATCH] Make /o work under i?threads
8254              From: Richard Soderberg <rs@crystalflame.net>
8255              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
8256              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
8257      Branch: perl
8258            ! pp_ctl.c
8259 ____________________________________________________________________________
8260 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
8261         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8262              From: Artur Bergman <artur@contiller.se>
8263              Date: Thu, 21 Jun 2001 14:04:54 +0200
8264              Message-ID: <B757AF86.1842%artur@contiller.se>
8265      Branch: perl
8266            ! op.h
8267 ____________________________________________________________________________
8268 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
8269         Log: Subject: Re: perl@10765: sv.c not OK on win32
8270              From: Artur Bergman <artur@contiller.se>
8271              Date: Thu, 21 Jun 2001 10:31:06 +0200
8272              Message-ID: <B7577D69.182C%artur@contiller.se>
8273      Branch: perl
8274            ! sv.c
8275 ____________________________________________________________________________
8276 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
8277         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
8278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8279              Date: Thu, 21 Jun 2001 06:23:56 -0400
8280              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
8281              
8282              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
8283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8284              Date: Thu, 21 Jun 2001 06:32:21 -0400
8285              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
8286      Branch: perl
8287            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
8288 ____________________________________________________________________________
8289 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
8290         Log: Subject: [PATCH] make syslog test more verbose
8291              From: Robert Spier <rspier@pobox.com>
8292              Date: Thu, 21 Jun 2001 00:54:32 -0400
8293              Message-ID: <15153.32264.295807.333073@rls.cx>
8294      Branch: perl
8295            ! ext/Sys/Syslog/syslog.t
8296 ____________________________________________________________________________
8297 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
8298         Log: Subject: op/study.t refinements
8299              From: Hugo <hv@crypt.compulink.co.uk>
8300              Date: Thu, 21 Jun 2001 00:29:07 +0100
8301              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
8302      Branch: perl
8303            ! t/op/study.t
8304 ____________________________________________________________________________
8305 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
8306         Log: Update Changes.
8307      Branch: perl
8308            ! Changes patchlevel.h
8309 ____________________________________________________________________________
8310 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
8311         Log: Subject: Re: [PATCH] djgpp updates
8312              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8313              Date: Wed, 20 Jun 2001 10:05:15 +0200
8314              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
8315      Branch: perl
8316            ! djgpp/config.over
8317 ____________________________________________________________________________
8318 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
8319         Log: Fix for ID 20010619.002 "When building hash, hash keys that
8320              are function calls are not being called", from Abhijit.
8321      Branch: perl
8322            ! t/base/lex.t toke.c
8323 ____________________________________________________________________________
8324 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
8325         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
8326      Branch: perl
8327            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
8328            + lib/Locale/Maketext/test.pl
8329            - lib/Locale/Maketext.t
8330            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8331            ! lib/Locale/Maketext/TPJ13.pod
8332 ____________________________________________________________________________
8333 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
8334         Log: Metaconfig unit change for #10760.
8335      Branch: metaconfig
8336            ! U/modified/Cppsym.U
8337 ____________________________________________________________________________
8338 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
8339         Log: Do not remove the ccsym* Cppsym* files since
8340              they are useful for metaconfig units coming after us.
8341              (This is the Configure nit mentioned in #10752.)
8342      Branch: perl
8343            ! Configure
8344 ____________________________________________________________________________
8345 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
8346         Log: Update to I18N::LangTags 0.24, from Sean Burke.
8347      Branch: perl
8348            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8349            + lib/I18N/LangTags/README
8350            - lib/I18N/LangTags/List.pod
8351            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
8352 ____________________________________________________________________________
8353 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
8354         Log: Regen headers.
8355      Branch: perl
8356            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
8357            ! pod/perlapi.pod proto.h
8358 ____________________________________________________________________________
8359 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
8360         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
8361              From: Artur Bergman <artur@contiller.se>
8362              Date: Wed, 20 Jun 2001 11:31:32 +0200
8363              Message-ID: <B7563A14.17D8%artur@contiller.se>
8364      Branch: perl
8365            ! embed.pl hv.c intrpvar.h sv.c sv.h
8366 ____________________________________________________________________________
8367 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
8368         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
8369              From: Tim Sweetman <tim@aldigital.co.uk> 
8370              Date: Wed, 13 Jun 2001 14:25:17 +0100 
8371              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
8372      Branch: perl
8373            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
8374 ____________________________________________________________________________
8375 [ 10755] By: nick                                  on 2001/06/20  16:12:37
8376         Log: Integrate mainline
8377      Branch: perlio
8378           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
8379           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
8380           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
8381           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
8382           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
8383           !> t/op/study.t util.c
8384 ____________________________________________________________________________
8385 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
8386         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
8387              but not Makefile)
8388      Branch: maint-5.6/perl
8389            ! win32/Makefile
8390 ____________________________________________________________________________
8391 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
8392         Log: Security tweak on readlink().
8393      Branch: perl
8394            ! pp_sys.c
8395 ____________________________________________________________________________
8396 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
8397         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
8398      Branch: perl
8399            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
8400            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
8401            ! mpeix/relink t/op/pwent.t
8402 ____________________________________________________________________________
8403 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
8404         Log: Reinstate #10725 (with probe for alarm()).
8405      Branch: perl
8406            ! t/op/study.t
8407 ____________________________________________________________________________
8408 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
8409         Log: Replace our implementation of realpath() with OpenBSD's
8410              (src/lib/libc/stdlib/realpath.c 1.4).
8411      Branch: perl
8412            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
8413            ! pod/perldiag.pod proto.h util.c
8414 ____________________________________________________________________________
8415 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
8416         Log: Integrate perlio.
8417      Branch: perl
8418           !> perlio.c
8419 ____________________________________________________________________________
8420 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
8421         Log: No point in going into memory-saving contortions
8422              with getcwd() since there's a danger of buffer overflow.
8423              Also make the POSIX extension to use sv_getcwd().
8424              Finally, a missed proto.h fragment.
8425      Branch: perl
8426            ! ext/POSIX/POSIX.xs proto.h util.c
8427 ____________________________________________________________________________
8428 [ 10747] By: nick                                  on 2001/06/20  12:38:26
8429         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
8430      Branch: perlio
8431            ! perlio.c
8432 ____________________________________________________________________________
8433 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
8434         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
8435              From: Graham Barr <gbarr@pobox.com>
8436              Date: Wed, 20 Jun 2001 11:05:49 +0100
8437              Message-ID: <20010620110549.I19188@pobox.com>
8438              
8439              reported in        
8440              
8441              Subject: Bug in IO::Socket::INET module (repeat)
8442              From: "Harmon S. Nine" <hnine@netarx.com>
8443              Date: Tue, 19 Jun 2001 09:41:35 -0400
8444              Message-ID: <3B2F568F.8080605@netarx.com>
8445              
8446              The bug was that the IO::Socket::INET constructor
8447              did not allow a 'LocalPort' of 0.
8448      Branch: perl
8449            ! ext/IO/lib/IO/Socket/INET.pm
8450 ____________________________________________________________________________
8451 [ 10745] By: nick                                  on 2001/06/20  08:56:39
8452         Log: Integrate mainline.
8453      Branch: perlio
8454           !> (integrate 37 files)
8455 ____________________________________________________________________________
8456 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
8457         Log: After some reading I don't think we can blindly
8458              use systems' realpath().  Too many security problems,
8459              too many buggy implementations.
8460              
8461              TODO: the realpath() emulation code in util.c doesn't
8462              seem fully operational?  (readlink(), for example?)
8463      Branch: perl
8464            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
8465            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
8466            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
8467            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
8468            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
8469            ! win32/config_H.gc win32/config_H.vc
8470 ____________________________________________________________________________
8471 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
8472         Log: Metaconfig unit change for #10738.
8473      Branch: metaconfig
8474            ! U/compline/d_gconvert.U
8475 ____________________________________________________________________________
8476 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
8477         Log: Integrate change #10739 from maintperl:
8478              
8479              C<eval "/x$\r\n/x"> fails to compile correctly 
8480      Branch: perl
8481           !> t/op/pat.t toke.c
8482 ____________________________________________________________________________
8483 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
8484         Log: Retract #10725 (Hugo asked NOT to apply the patch)
8485      Branch: perl
8486            ! t/op/study.t
8487 ____________________________________________________________________________
8488 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
8489         Log: The test.third results were funnily named because of the
8490              new test scheme.
8491      Branch: perl
8492            ! t/TEST
8493 ____________________________________________________________________________
8494 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
8495         Log: C<eval "/x$\r\n/x"> fails to compile correctly
8496      Branch: maint-5.6/perl
8497            ! t/op/pat.t toke.c
8498 ____________________________________________________________________________
8499 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
8500         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
8501              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8502              Date: Tue, 19 Jun 2001 19:15:40 -0400
8503              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
8504              
8505              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
8506              because "1e+129" being expected but "1.e+129" being returned.
8507              The culprit (at least in Tru64) is the use of gcvt().
8508      Branch: perl
8509            ! Configure
8510 ____________________________________________________________________________
8511 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
8512         Log: Subject: [PATCH perl@10722] test hunting on VMS
8513              From: "Craig A. Berry" <craigberry@mac.com>
8514              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
8515              Date: Tue, 19 Jun 2001 18:59:01 -0500
8516      Branch: perl
8517            ! vms/test.com
8518 ____________________________________________________________________________
8519 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
8520         Log: Subject: [PATCH] s/typos//
8521              From: Abhijit Menon-Sen <ams@wiw.org>
8522              Date: Wed, 20 Jun 2001 02:15:02 +0530
8523              Message-ID: <20010620021502.A14541@lustre.linux.in>
8524              
8525              Without the op.h s/bearword/bareword/ hunk, see
8526              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
8527      Branch: perl
8528            ! util.c
8529 ____________________________________________________________________________
8530 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
8531         Log: Metaconfig unit change for #10732 and #10733.
8532      Branch: metaconfig/U/perl
8533            ! fflushall.U
8534 ____________________________________________________________________________
8535 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
8536         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
8537              From: "Craig A. Berry" <craigberry@mac.com>
8538              Date: Tue, 19 Jun 2001 17:19:48 -0500
8539              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
8540      Branch: perl
8541            ! configure.com vms/descrip_mms.template
8542 ____________________________________________________________________________
8543 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
8544         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
8545              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8546              Date: Tue, 19 Jun 2001 16:48:07 -0400
8547              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
8548              
8549              Further fixes to fflush(NULL) detection.
8550      Branch: perl
8551            ! Configure
8552 ____________________________________________________________________________
8553 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
8554         Log: AIX test -s hangs with non-existent files?
8555              (A genuine logic bug in Configure, but AIX also broken?)
8556      Branch: perl
8557            ! Configure
8558 ____________________________________________________________________________
8559 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
8560         Log: AUTHORS updates.
8561      Branch: perl
8562            ! AUTHORS
8563 ____________________________________________________________________________
8564 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
8565         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
8566              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8567              Date: Tue, 19 Jun 2001 15:33:25 -0400
8568              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
8569      Branch: perl
8570            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
8571            ! t/lib/warnings/pp
8572 ____________________________________________________________________________
8573 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
8574         Log: Integrate perlio.
8575      Branch: perl
8576           !> lib/File/Find/find.t win32/distclean.bat
8577 ____________________________________________________________________________
8578 [ 10728] By: nick                                  on 2001/06/19  18:24:53
8579         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
8580      Branch: perlio
8581            ! lib/File/Find/find.t win32/distclean.bat
8582 ____________________________________________________________________________
8583 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
8584         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
8585              also add information how to find out whether one has PerlIO.
8586      Branch: perl
8587            ! pod/perlfunc.pod
8588 ____________________________________________________________________________
8589 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
8590         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
8591              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8592              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
8593              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
8594      Branch: perl
8595            ! pod/perlfunc.pod
8596 ____________________________________________________________________________
8597 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
8598         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
8599              From: Hugo <hv@crypt.compulink.co.uk>
8600              Date: Tue, 19 Jun 2001 12:37:30 +0100
8601              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
8602      Branch: perl
8603            ! t/op/study.t
8604 ____________________________________________________________________________
8605 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
8606         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
8607              From: Hugo <hv@crypt.compulink.co.uk>
8608              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
8609              Date: Tue, 19 Jun 2001 13:15:17 +0100
8610      Branch: perl
8611            ! util.c
8612 ____________________________________________________________________________
8613 [ 10723] By: nick                                  on 2001/06/19  14:46:15
8614         Log: Integrate mainline
8615      Branch: perlio
8616           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
8617           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
8618           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
8619           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
8620           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
8621           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8622            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8623            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8624            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8625            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8626            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8627            - ext/Thread/unsync4.t
8628           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
8629           !> djgpp/config.over djgpp/fixpmain
8630           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
8631           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
8632           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
8633 ____________________________________________________________________________
8634 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
8635         Log: Update Changes.
8636      Branch: perl
8637            ! Changes patchlevel.h
8638 ____________________________________________________________________________
8639 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
8640         Log: The existence shall be MANIFESted.
8641      Branch: perl
8642            ! MANIFEST
8643 ____________________________________________________________________________
8644 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
8645         Log: The old libnet.cfg is first searched from the current directory,
8646              only then from the module path.
8647      Branch: perl
8648            ! utils/libnetcfg.PL
8649 ____________________________________________________________________________
8650 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
8651         Log: NetWare tweaks from Guruprasad.
8652      Branch: perl
8653            ! NetWare/Makefile NetWare/config.wc
8654 ____________________________________________________________________________
8655 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
8656         Log: Subject: [PATCH] djgpp updates
8657              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8658              Date: Tue, 19 Jun 2001 10:59:06 +0200
8659              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
8660      Branch: perl
8661            ! djgpp/config.over djgpp/fixpmain
8662 ____________________________________________________________________________
8663 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
8664         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
8665              From: Prymmer/Kahn <pvhp@best.com>
8666              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
8667              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
8668      Branch: perl
8669            ! win32/Makefile
8670 ____________________________________________________________________________
8671 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
8672         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
8673              to happen right after the inclusion of <inttypes.h>,
8674              from Edward Moy.
8675      Branch: perl
8676            ! handy.h perl.h
8677 ____________________________________________________________________________
8678 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
8679         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
8680              From: Doug MacEachern <dougm@covalent.net>
8681              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
8682              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
8683      Branch: perl
8684            ! ext/DynaLoader/DynaLoader_pm.PL
8685 ____________________________________________________________________________
8686 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
8687         Log: Revert #10656 for perfomance reasons but leave in the
8688              use of Hv*() macros -- in comments, so that grepping the
8689              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
8690              suggested by Sarathy, also by Abhijit.)
8691      Branch: perl
8692            ! hv.c
8693 ____________________________________________________________________________
8694 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
8695         Log: Subject: [patch] .s MakeMaker suffix
8696              From: Doug MacEachern <dougm@covalent.net>
8697              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
8698              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
8699      Branch: perl
8700            ! lib/ExtUtils/MM_Unix.pm
8701 ____________________________________________________________________________
8702 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
8703         Log: One test lost in the big shuffle restored.
8704      Branch: perl
8705            + ext/IPC/SysV/ipcsysv.t
8706            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8707 ____________________________________________________________________________
8708 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
8709         Log: Rename the old non-standard threads tests so that
8710              they won't be invoked.
8711      Branch: perl
8712            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
8713            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
8714            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
8715            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
8716            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
8717            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8718            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8719            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8720            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8721            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8722            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8723            - ext/Thread/unsync4.t
8724            ! MANIFEST
8725 ____________________________________________________________________________
8726 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
8727         Log: Integrate perlio.
8728      Branch: perl
8729           !> win32/config_sh.PL
8730 ____________________________________________________________________________
8731 [ 10709] By: nick                                  on 2001/06/19  08:18:18
8732         Log: Integrate mainline
8733      Branch: perlio
8734           +> (branch 40 files)
8735            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8736            - lib/strict/subs lib/strict/vars lib/warnings/1global
8737            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8738            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8739            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8740            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8741            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8742            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8743            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8744            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8745            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8746            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8747            - lib/warnings/utf8 lib/warnings/util
8748           !> (integrate 57 files)
8749 ____________________________________________________________________________
8750 [ 10708] By: nick                                  on 2001/06/19  07:57:10
8751         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
8752      Branch: perlio
8753            ! win32/config_sh.PL
8754 ____________________________________________________________________________
8755 [ 10707] By: nick                                  on 2001/06/19  07:05:07
8756         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
8757      Branch: perl
8758            ! perly.c perly.y perly_c.diff vms/perly_c.vms
8759 ____________________________________________________________________________
8760 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
8761         Log: More perl572delta tweaks.
8762      Branch: perl
8763            ! pod/perl572delta.pod
8764 ____________________________________________________________________________
8765 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
8766         Log: Update perl572delta.
8767      Branch: perl
8768            ! pod/perl572delta.pod
8769 ____________________________________________________________________________
8770 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
8771         Log: VOS updates from Paul Green.
8772      Branch: perl
8773            ! vos/Changes vos/build.cm vos/perl.bind
8774 ____________________________________________________________________________
8775 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
8776         Log: Update the vos/config.*.* files.
8777      Branch: perl
8778            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8779            ! vos/config.ga.h
8780 ____________________________________________________________________________
8781 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
8782         Log: Add a makefile for more painless adding of symbols to the
8783              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
8784              takes care of the adding)
8785      Branch: perl
8786            + vos/Makefile
8787 ____________________________________________________________________________
8788 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
8789         Log: Make libnetcfg by default display the libnet configuration,
8790              -c to change, add -i for old config, document all options,
8791              regen toc.
8792      Branch: perl
8793            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
8794 ____________________________________________________________________________
8795 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
8796         Log: gcc -Wall sweep.
8797      Branch: perl
8798            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
8799 ____________________________________________________________________________
8800 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
8801         Log: So there.
8802      Branch: perl
8803            ! universal.c
8804 ____________________________________________________________________________
8805 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
8806         Log: Document the need for sv_printify().
8807              
8808              Document that 'use utf8' has been considered.
8809              
8810              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
8811      Branch: perl
8812            ! pod/perltodo.pod universal.c
8813 ____________________________________________________________________________
8814 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
8815         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
8816              From: Nicholas Clark <nick@ccl4.org>
8817              Date: Mon, 18 Jun 2001 23:29:23 +0100
8818              Message-ID: <20010618232923.I98663@plum.flirble.org>
8819      Branch: perl
8820            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
8821            ! ext/Sys/Syslog/Makefile.PL
8822 ____________________________________________________________________________
8823 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
8824         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
8825              From: Scott.L.Miller@Compaq.com
8826              Date: Mon, 18 Jun 2001 10:12:27 -0500
8827              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
8828      Branch: perl
8829            ! lib/perl5db.pl pod/perldebug.pod
8830 ____________________________________________________________________________
8831 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
8832         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
8833              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8834              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
8835              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
8836      Branch: perl
8837            ! lib/Carp/Heavy.pm
8838 ____________________________________________________________________________
8839 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
8840         Log: Subject: [PATCH] Documentation changes for CLONE
8841              From: Artur Bergman <artur@contiller.se>
8842              Date: Mon, 18 Jun 2001 22:06:37 +0200
8843              Message-ID: <B7542BEC.1719%artur@contiller.se>
8844      Branch: perl
8845            ! pod/perlmod.pod pod/perlsub.pod
8846 ____________________________________________________________________________
8847 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
8848         Log: Subject: Re: configure.com
8849              From: "Craig A. Berry" <craigberry@mac.com>
8850              Date: Mon, 18 Jun 2001 16:04:38 -0500
8851              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
8852      Branch: perl
8853            ! configure.com
8854 ____________________________________________________________________________
8855 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
8856         Log: Subject: PL_nullstash + perl_clone()
8857              From: Doug MacEachern <dougm@covalent.net>
8858              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
8859              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
8860      Branch: perl
8861            ! sv.c
8862 ____________________________________________________________________________
8863 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
8864         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8865              From: davem@fdgroup.co.uk
8866              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
8867              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
8868      Branch: perl
8869            ! embed.pl pod/perlapi.pod
8870 ____________________________________________________________________________
8871 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
8872         Log: More cross-compilation defaults gleaned from -Dcc
8873              if it is CPU-OS-gcc.
8874      Branch: metaconfig
8875            ! U/modified/libc.U
8876      Branch: metaconfig/U/perl
8877            ! Cross.U
8878      Branch: perl
8879            ! Configure INSTALL
8880 ____________________________________________________________________________
8881 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
8882         Log: Update Changes.
8883      Branch: perl
8884            ! Changes patchlevel.h
8885 ____________________________________________________________________________
8886 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
8887         Log: Subject: [PATCH 5.7.1] sv.c documentation
8888              From: davem@fdgroup.co.uk
8889              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
8890              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
8891      Branch: perl
8892            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
8893            ! sv.c sv.h
8894 ____________________________________________________________________________
8895 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
8896         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
8897              From: "Jon Gunnip" <jongunnip@hotmail.com>
8898              Date: Sun, 17 Jun 2001 18:24:29 -0400
8899              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
8900      Branch: perl
8901            ! pod/perlvar.pod
8902 ____________________________________________________________________________
8903 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
8904         Log: Move the locale/strict/warnings helper files back
8905              under the t/lib; this way the amount of non-installabled
8906              stuff under lib/ stays smaller.
8907      Branch: perl
8908            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
8909            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
8910            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
8911            + t/lib/warnings/5nolint t/lib/warnings/6default
8912            + t/lib/warnings/7fatal t/lib/warnings/8signal
8913            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
8914            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
8915            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
8916            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
8917            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
8918            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
8919            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
8920            + t/lib/warnings/taint t/lib/warnings/toke
8921            + t/lib/warnings/universal t/lib/warnings/utf8
8922            + t/lib/warnings/util
8923            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8924            - lib/strict/subs lib/strict/vars lib/warnings/1global
8925            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8926            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8927            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8928            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8929            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8930            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8931            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8932            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8933            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8934            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8935            - lib/warnings/utf8 lib/warnings/util
8936            ! MANIFEST installperl lib/locale.t lib/strict.t
8937 ____________________________________________________________________________
8938 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
8939         Log: Split off the pack/unpack code, from Nicholas Clark.
8940      Branch: perl
8941            + pp_pack.c
8942            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
8943            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
8944            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8945 ____________________________________________________________________________
8946 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
8947         Log: Guard the SysV IPC tests against being invoked in
8948              SysV-IPC-less places.
8949      Branch: perl
8950            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8951 ____________________________________________________________________________
8952 [ 10683] By: nick                                  on 2001/06/18  12:24:42
8953         Log: Integrate mainline (new test scheme now ok on Linux).
8954      Branch: perlio
8955           +> lib/warnings.t
8956           !> dump.c sv.c
8957 ____________________________________________________________________________
8958 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
8959         Log: Add the locale.c and numeric.c to the microperl sources.
8960      Branch: perl
8961            ! Makefile.micro win32/Makefile
8962 ____________________________________________________________________________
8963 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
8964         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
8965              From: Abhijit Menon-Sen <ams@wiw.org>
8966              Date: Mon, 18 Jun 2001 14:23:44 +0530
8967              Message-ID: <20010618142344.A13136@lustre.linux.in>
8968      Branch: perl
8969            ! dump.c
8970 ____________________________________________________________________________
8971 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
8972         Log: Subject: Re: [PATCH] more anonymous stash cleanups
8973              From: Abhijit Menon-Sen <ams@wiw.org>
8974              Date: Mon, 18 Jun 2001 15:50:32 +0530
8975              Message-ID: <20010618155032.A13223@lustre.linux.in>
8976              
8977              Plus the comment left in as suggested by NI-S.
8978      Branch: perl
8979            ! sv.c
8980 ____________________________________________________________________________
8981 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
8982         Log: One missed file.
8983      Branch: perl
8984            + lib/warnings.t
8985 ____________________________________________________________________________
8986 [ 10678] By: nick                                  on 2001/06/18  08:05:29
8987         Log: Integrate mainline (part2 - the deletes)
8988      Branch: perlio
8989            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
8990            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
8991            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
8992            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
8993            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
8994            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
8995            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
8996            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
8997            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
8998            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
8999            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
9000 ____________________________________________________________________________
9001 [ 10677] By: nick                                  on 2001/06/18  08:04:44
9002         Log: Integrate mainline (part1)
9003      Branch: perlio
9004           +> (branch 376 files)
9005            - (delete 219 files)
9006           !> (integrate 151 files)
9007 ____________________________________________________________________________
9008 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
9009         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
9010              No doubt I made some mistakes like missed some files or
9011              misnamed some files.  The naming rules were more or less:
9012              (1) if the module is from CPAN, follows its ways, be it
9013              t/*.t or test.pl.
9014              (2) otherwise if there are multiple tests for a module
9015              put them in a t/
9016              (3) otherwise if there's only one test put it in Module.t
9017              (4) helper files go to module/ (locale, strict, warnings)
9018              (5) use longer filenames now that we can (but e.g. the
9019              compat-0.6.t and the Text::Balanced test files still
9020              were renamed to be more civil against the 8.3 people)
9021              installperl was updated appropriately not to install the
9022              *.t files or the help files from under lib.
9023              
9024              TODO: some helper files still remain under t/ that could
9025              follow their 'masters'.  UPDATE: On second thoughts, why
9026              should they.  They can continue to live under t/lib, and
9027              in fact the locale/strict/warnings helpers that were moved
9028              could be moved back.  This way the amount of non-installable
9029              stuff under lib/ stays smaller.
9030      Branch: perl
9031            + (add 253 files)
9032            - (delete 254 files)
9033            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
9034 ____________________________________________________________________________
9035 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
9036         Log: The warning no more comes from util.c, it comes from numeric.c.
9037      Branch: perl
9038            ! README.tru64
9039 ____________________________________________________________________________
9040 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
9041         Log: Subject: Re: anyone good at casting spells?
9042              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9043              Date: Sun, 17 Jun 2001 21:21:04 -0400
9044              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
9045      Branch: perl
9046            ! ext/POSIX/POSIX.xs hv.h
9047 ____________________________________________________________________________
9048 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
9049         Log: Protect the (original) thread tests against testing if no 5.005
9050              threads have been configured.
9051      Branch: perl
9052            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9053            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9054            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9055            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9056            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9057            ! ext/Thread/unsync4.t
9058 ____________________________________________________________________________
9059 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
9060         Log: Try the new test scanning scheme on Text::Abbrev.
9061      Branch: perl
9062            + lib/Text/Abbrev.t
9063            - lib/Text/Abbrev/t/abbrev.t
9064            ! MANIFEST
9065 ____________________________________________________________________________
9066 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
9067         Log: Change the scan policy of the *.t and test.pl files,
9068              now the *.t do not need to live in a t/ directory.
9069      Branch: perl
9070            ! t/TEST t/harness
9071 ____________________________________________________________________________
9072 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
9073         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
9074              From: Ilmari Karonen <iltzu@sci.fi>
9075              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
9076              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
9077      Branch: perl
9078            ! pod/perlfaq7.pod
9079 ____________________________________________________________________________
9080 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
9081         Log: Quench the warnings from Tru64; the HP-UX is still
9082              broken because it really, REALLY, doesn't like the
9083              HvARRAY() being lvalue:
9084              
9085              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
9086              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
9087      Branch: perl
9088            ! hv.c
9089 ____________________________________________________________________________
9090 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
9091         Log: Integrate change #10667 from maintperl:
9092              
9093              change#10449 broke the special-case that makes lexicals inside the
9094              eval"" within DB::DB() visible
9095      Branch: perl
9096           !> op.c
9097 ____________________________________________________________________________
9098 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
9099         Log: change#10449 broke the special-case that makes lexicals inside the
9100              eval"" within DB::DB() visible
9101      Branch: maint-5.6/perl
9102            ! op.c
9103 ____________________________________________________________________________
9104 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
9105         Log: Still spurious output; indent the code a bit.
9106              
9107              TODO1: separate the utility functions like MkDir
9108              into a helper script?
9109              
9110              TODO2: I see a lot of repetition in the filepath()
9111              and dirpath() calls.
9112      Branch: perl
9113            ! t/lib/filefind.t t/lib/findtaint.t
9114 ____________________________________________________________________________
9115 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
9116         Log: Regen modlib, toc.
9117      Branch: perl
9118            ! pod/perlmodlib.pod pod/perltoc.pod
9119 ____________________________________________________________________________
9120 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
9121         Log: Add libnetcfg to perlutil.
9122      Branch: perl
9123            ! pod/perlutil.pod
9124 ____________________________________________________________________________
9125 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
9126         Log: Initial integration of libnet-1.0703.
9127              The Configure script renamed as libnetcfg, will be
9128              installed along other utilities.
9129      Branch: perl
9130            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
9131            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
9132            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
9133            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
9134            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
9135            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
9136            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
9137            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
9138            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
9139            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
9140            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
9141            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9142            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
9143            + utils/libnetcfg.PL
9144            ! MANIFEST utils.lst utils/Makefile
9145 ____________________________________________________________________________
9146 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
9147         Log: Less potentially test-harness-confusing output.
9148      Branch: perl
9149            ! lib/Memoize/t/expire_module_t.t
9150 ____________________________________________________________________________
9151 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
9152         Log: The final print annoys make test.
9153      Branch: perl
9154            ! t/lib/filefind.t t/lib/findtaint.t
9155 ____________________________________________________________________________
9156 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
9157         Log: Add an option for handling dangling symbolic links.
9158      Branch: perl
9159            ! lib/File/Find.pm t/lib/filefind.t
9160 ____________________________________________________________________________
9161 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
9162         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
9163              From: Thomas Wegner <wegner_thomas@yahoo.com>
9164              Date: Sun, 17 Jun 2001 14:43:11 +0200
9165              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
9166      Branch: perl
9167            + t/lib/findtaint.t
9168            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
9169 ____________________________________________________________________________
9170 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
9171         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
9172              From: Jonathan Stowe <gellyfish@gellyfish.com>
9173              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
9174              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
9175      Branch: perl
9176            ! lib/ExtUtils/MM_Unix.pm
9177 ____________________________________________________________________________
9178 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
9179         Log: Subject: [PATCH] more anonymous stash cleanups
9180              From: Abhijit Menon-Sen <ams@wiw.org>
9181              Date: Sun, 17 Jun 2001 11:44:06 +0530
9182              Message-ID: <20010617114406.A25203@lustre.linux.in>
9183      Branch: perl
9184            ! op.c
9185 ____________________________________________________________________________
9186 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
9187         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
9188              From: Abhijit Menon-Sen <ams@wiw.org>
9189              Date: Sun, 17 Jun 2001 08:02:59 +0530
9190              Message-ID: <20010617080259.A28776@lustre.linux.in>
9191              
9192              Subject: [PATCH #2/7] xhv_eiter
9193              From: Abhijit Menon-Sen <ams@wiw.org>
9194              Date: Sun, 17 Jun 2001 08:13:18 +0530
9195              Message-ID: <20010617081318.B28776@lustre.linux.in>
9196              
9197              Subject: [PATCH #3/7] xhv_fill
9198              From: Abhijit Menon-Sen <ams@wiw.org>
9199              Date: Sun, 17 Jun 2001 08:25:16 +0530
9200              Message-ID: <20010617082516.C28776@lustre.linux.in>
9201              
9202              Subject: [PATCH #4/7] xhv_keys
9203              From: Abhijit Menon-Sen <ams@wiw.org>
9204              Date: Sun, 17 Jun 2001 08:36:17 +0530
9205              Message-ID: <20010617083617.D28776@lustre.linux.in>
9206              
9207              Subject: [PATCH #5/7] xhv_max
9208              From: Abhijit Menon-Sen <ams@wiw.org>
9209              Date: Sun, 17 Jun 2001 08:39:48 +0530
9210              Message-ID: <20010617083948.E28776@lustre.linux.in>
9211              
9212              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
9213              From: Abhijit Menon-Sen <ams@wiw.org>
9214              Date: Sun, 17 Jun 2001 08:51:11 +0530
9215              Message-ID: <20010617085111.F28776@lustre.linux.in>
9216      Branch: perl
9217            ! hv.c
9218 ____________________________________________________________________________
9219 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
9220         Log: Update Changes.
9221      Branch: perl
9222            ! Changes patchlevel.h
9223 ____________________________________________________________________________
9224 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
9225         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
9226              From: Abhijit Menon-Sen <ams@wiw.org>
9227              Date: Sat, 16 Jun 2001 07:41:19 +0530
9228              Message-ID: <20010616074119.A24720@lustre.linux.in>
9229      Branch: perl
9230            ! hv.c perl.c vms/vmsish.h win32/win32.h
9231 ____________________________________________________________________________
9232 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
9233         Log: Document tests failing when threaded, since we now have more.
9234      Branch: perl
9235            ! pod/perl572delta.pod
9236 ____________________________________________________________________________
9237 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
9238         Log: -Wall cleanup.
9239      Branch: perl
9240            ! ext/Thread/Thread.xs
9241 ____________________________________________________________________________
9242 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
9243         Log: pthread_attr_setstacksize() isn't absolutely necessary
9244              to call, only iff THREAD_CREATE_NEEDS_STACK.
9245      Branch: perl
9246            ! ext/Thread/Thread.xs
9247 ____________________________________________________________________________
9248 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
9249         Log: -Wall strays.
9250      Branch: perl
9251            ! perl.c util.c
9252 ____________________________________________________________________________
9253 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
9254         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
9255              (and INT64_MIN) brokenness.
9256      Branch: perl
9257            ! hints/darwin.sh perl.h
9258 ____________________________________________________________________________
9259 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
9260         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
9261              From: Nicholas Clark <nick@ccl4.org>
9262              Date: Sun, 17 Jun 2001 00:16:05 +0100
9263              Message-ID: <20010617001605.V98663@plum.flirble.org>
9264      Branch: perl
9265            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
9266            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9267            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9268 ____________________________________________________________________________
9269 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
9270         Log: Add perlnetware to docs; regen toc; supply skeleton
9271              docs for some Memoize submodules.
9272      Branch: perl
9273            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
9274            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9275            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
9276            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9277            ! win32/Makefile win32/makefile.mk
9278 ____________________________________________________________________________
9279 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
9280         Log: pod cleanup.
9281      Branch: perl
9282            ! README.netware
9283 ____________________________________________________________________________
9284 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
9285         Log: Integrate Memoize 0.64.  Few tweaks were required in
9286              the test scripts.  Note that the speed and expire*
9287              tests take several dozen seconds to run.
9288      Branch: perl
9289            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9290            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9291            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9292            + lib/Memoize/README lib/Memoize/SDBM_File.pm
9293            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9294            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
9295            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9296            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9297            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9298            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9299            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9300            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9301            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9302            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9303            ! MANIFEST t/lib/1_compile.t
9304 ____________________________________________________________________________
9305 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
9306         Log: Document the cross-compilation options.
9307      Branch: perl
9308            ! Cross/README INSTALL
9309 ____________________________________________________________________________
9310 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
9311         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
9312      Branch: perl
9313            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
9314            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
9315            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
9316            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
9317            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
9318            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
9319            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
9320            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
9321            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
9322            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
9323            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
9324            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
9325            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
9326            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
9327            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
9328            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
9329            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
9330            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
9331            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
9332            + lib/ExtUtils/MM_NW5.pm
9333            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
9334            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
9335            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9336            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
9337            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
9338            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
9339            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
9340            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
9341            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
9342            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
9343            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
9344            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
9345            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
9346            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
9347            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
9348            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
9349            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
9350            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
9351            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
9352            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
9353            ! util.h x2p/a2py.c
9354 ____________________________________________________________________________
9355 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
9356         Log: Resort MANIFEST.
9357      Branch: perl
9358            ! MANIFEST
9359 ____________________________________________________________________________
9360 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
9361         Log: Integrate perlio.
9362      Branch: perl
9363           +> win32/win32io.c
9364           !> MANIFEST perlio.c perliol.h win32/makefile.mk
9365 ____________________________________________________________________________
9366 [ 10640] By: nick                                  on 2001/06/16  18:38:31
9367         Log: Disable :win32 layer as default till I get it working
9368      Branch: perlio
9369            ! MANIFEST perlio.c
9370 ____________________________________________________________________________
9371 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
9372         Log: Try the new scheme by moving the Text::Abbrev test
9373              to a new place under lib.
9374      Branch: perl
9375            + lib/Text/Abbrev/t/abbrev.t
9376            - t/lib/abbrev.t
9377            ! MANIFEST
9378 ____________________________________________________________________________
9379 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
9380         Log: Make the code even more dynamical so that testname
9381              suffix length can change.
9382      Branch: perl
9383            ! lib/Test/Harness.pm t/TEST
9384 ____________________________________________________________________________
9385 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
9386         Log: Allow for deeper t/ and also a single test.pl.
9387      Branch: perl
9388            ! t/TEST t/harness
9389 ____________________________________________________________________________
9390 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
9391         Log: #define fix from Nicholas Clark.
9392      Branch: perl
9393            ! ext/POSIX/POSIX.xs
9394 ____________________________________________________________________________
9395 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
9396         Log: Initialization is nice.
9397      Branch: perl
9398            ! lib/Test/Harness.pm
9399 ____________________________________________________________________________
9400 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
9401         Log: Make t/TEST and t/harness to test also the t/ tests
9402              under the main lib/ and ext/ directories.  Fix Test::Harness
9403              to dynamically change the width of its "foo/bar....ok" output.
9404      Branch: perl
9405            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
9406 ____________________________________________________________________________
9407 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
9408         Log: Subject: [PATCH] Re: perl@10611 
9409              From: Nicholas Clark <nick@ccl4.org>
9410              Date: Sat, 16 Jun 2001 16:52:47 +0100
9411              Message-ID: <20010616165247.O98663@plum.flirble.org>
9412              
9413              The .xs parts, too.
9414      Branch: perl
9415            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
9416            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
9417 ____________________________________________________________________________
9418 [ 10632] By: nick                                  on 2001/06/16  16:44:35
9419         Log: Work-in-progress win32 layer semi-functional, checking 
9420              for UNIX breakage.
9421      Branch: perlio
9422            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
9423 ____________________________________________________________________________
9424 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
9425         Log: Subject: [PATCH] Re: perl@10611 
9426              From: Nicholas Clark <nick@ccl4.org>
9427              Date: Sat, 16 Jun 2001 16:52:47 +0100
9428              Message-ID: <20010616165247.O98663@plum.flirble.org>
9429      Branch: perl
9430            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
9431            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
9432            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
9433            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9434            ! lib/ExtUtils/Constant.pm
9435 ____________________________________________________________________________
9436 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
9437         Log: Metaconfig unit change for #10629.
9438      Branch: metaconfig
9439            ! U/modified/Finish.U
9440 ____________________________________________________________________________
9441 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
9442         Log: The extraction changed directories.
9443      Branch: perl
9444            ! Configure
9445 ____________________________________________________________________________
9446 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
9447         Log: Math::BigInt 1.35 from Tels.
9448      Branch: perl
9449            + t/lib/mbimbf.t
9450            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9451            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9452 ____________________________________________________________________________
9453 [ 10627] By: nick                                  on 2001/06/16  14:54:52
9454         Log: Work in progress UNIX-side edit of win32 PerLIO layer
9455      Branch: perlio
9456            + win32/win32io.c
9457            ! perlio.c win32/makefile.mk
9458 ____________________________________________________________________________
9459 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
9460         Log: Subject: [PATCH 5.6.1] os2/diff-configure
9461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9462              Date: Fri, 15 Jun 2001 01:19:36 -0400
9463              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
9464              
9465              Empty all of it because I think #10624 made even the
9466              last patch hunk unnecessary.
9467      Branch: perl
9468            ! os2/diff.configure
9469 ____________________________________________________________________________
9470 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
9471         Log: Metaconfig unit change for 10624.
9472      Branch: metaconfig
9473            ! U/modified/libc.U
9474      Branch: perl
9475            ! config_h.SH
9476 ____________________________________________________________________________
9477 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
9478         Log: Move the initialization of libnames to the beginning so
9479              that can one 'seed' it (as OS/2 does.)
9480      Branch: perl
9481            ! Configure
9482 ____________________________________________________________________________
9483 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
9484         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
9485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9486              Date: Fri, 15 Jun 2001 19:10:57 -0400
9487              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
9488      Branch: perl
9489            ! os2/OS2/REXX/DLL/DLL.pm
9490 ____________________________________________________________________________
9491 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
9492         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
9493              From: "Craig A. Berry" <craigberry@mac.com>
9494              Date: Fri, 15 Jun 2001 17:00:03 -0500
9495              Message-Id: <a05101007b750342599be@[172.16.52.1]>
9496      Branch: perl
9497            ! vms/descrip_mms.template
9498 ____________________________________________________________________________
9499 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
9500         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
9501              From: "Craig A. Berry" <craigberry@mac.com>
9502              Date: Fri, 15 Jun 2001 18:39:42 -0500
9503              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
9504      Branch: perl
9505            ! lib/File/Spec/VMS.pm t/lib/extutils.t
9506 ____________________________________________________________________________
9507 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
9508         Log: Integrate perlio.
9509      Branch: perl
9510           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
9511           !> t/io/utf8.t t/lib/io_scalar.t
9512 ____________________________________________________________________________
9513 [ 10619] By: nick                                  on 2001/06/15  21:05:19
9514         Log: Generated files
9515      Branch: perlio
9516            ! embed.h proto.h
9517 ____________________________________________________________________________
9518 [ 10618] By: nick                                  on 2001/06/15  20:27:42
9519         Log: Fix open.pm to work via XS-implemented method calls rather
9520              than *open::layers variables which caused all the HV/AV hassle.
9521      Branch: perlio
9522            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
9523            ! t/lib/io_scalar.t
9524 ____________________________________________________________________________
9525 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
9526         Log: Integrate perlio.
9527      Branch: perl
9528           !> lib/ExtUtils/Constant.pm
9529 ____________________________________________________________________________
9530 [ 10616] By: nick                                  on 2001/06/15  18:46:47
9531         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
9532      Branch: perlio
9533            ! lib/ExtUtils/Constant.pm
9534 ____________________________________________________________________________
9535 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
9536         Log: Integrate perlio.
9537      Branch: perl
9538           !> ext/Socket/Socket.xs
9539 ____________________________________________________________________________
9540 [ 10614] By: nick                                  on 2001/06/15  18:33:37
9541         Log: MULTIPLICITY fix for Socket.xs
9542      Branch: perlio
9543            ! ext/Socket/Socket.xs
9544 ____________________________________________________________________________
9545 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
9546         Log: Subject: Re: perl@10611
9547              From: Doug MacEachern <dougm@covalent.net>
9548              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
9549              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
9550      Branch: perl
9551            ! ext/Socket/Socket.xs
9552 ____________________________________________________________________________
9553 [ 10612] By: nick                                  on 2001/06/15  16:14:38
9554         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
9555      Branch: perlio
9556           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9557           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
9558           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
9559           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
9560           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9561           !> utils/h2ph.PL
9562 ____________________________________________________________________________
9563 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
9564         Log: Update Changes.
9565      Branch: perl
9566            ! Changes patchlevel.h
9567 ____________________________________________________________________________
9568 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
9569         Log: Upping the test count.
9570      Branch: perl
9571            ! t/lib/filefind.t
9572 ____________________________________________________________________________
9573 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
9574         Log: Integrate perlio.
9575      Branch: perl
9576           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9577 ____________________________________________________________________________
9578 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
9579         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9580              From: andreas.koenig@anima.de (Andreas J. Koenig)
9581              Date: 15 Jun 2001 13:30:39 +0200
9582              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
9583              
9584              Record the grim history.
9585      Branch: perl
9586            ! lib/File/Find.pm
9587 ____________________________________________________________________________
9588 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
9589         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9590              From: Brian McCauley <nobull@mail.com>
9591              Date: 15 Jun 2001 07:51:26 +0100
9592              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
9593      Branch: perl
9594            ! lib/File/Find.pm t/lib/filefind.t
9595 ____________________________________________________________________________
9596 [ 10606] By: nick                                  on 2001/06/15  14:00:08
9597         Log: regen_config_h for Win32.
9598      Branch: perlio
9599            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9600 ____________________________________________________________________________
9601 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
9602         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
9603              From: Peter Prymmer <pvhp@forte.com>
9604              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
9605              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
9606      Branch: perl
9607            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9608 ____________________________________________________________________________
9609 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
9610         Log: Some filesystems require writability for rename/unlink.
9611      Branch: perl
9612            ! opcode.pl
9613 ____________________________________________________________________________
9614 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
9615         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
9616              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
9617              Date: Fri, 15 Jun 2001 12:08:53 +0200
9618              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
9619      Branch: perl
9620            ! perlio.c
9621 ____________________________________________________________________________
9622 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
9623         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
9624              From: Mike Guy <mjtg@cam.ac.uk>
9625              Date: Fri, 15 Jun 2001 14:11:49 +0100
9626              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
9627      Branch: perl
9628            ! opcode.pl
9629 ____________________________________________________________________________
9630 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
9631         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
9632              From: Nicholas Clark <nick@ccl4.org>
9633              Date: Thu, 14 Jun 2001 23:52:56 +0100
9634              Message-ID: <20010614235256.G98663@plum.flirble.org>
9635      Branch: perl
9636            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9637            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9638 ____________________________________________________________________________
9639 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
9640         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9641              From: Russ Allbery <rra@stanford.edu>
9642              Date: 14 Jun 2001 13:24:43 -0700
9643              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
9644      Branch: perl
9645            ! ext/GDBM_File/GDBM_File.pm
9646 ____________________________________________________________________________
9647 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
9648         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9649              From: Nicholas Clark <nick@ccl4.org>
9650              Date: Thu, 14 Jun 2001 20:37:47 +0100
9651              Message-ID: <20010614203747.F98663@plum.flirble.org>
9652      Branch: perl
9653            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9654            ! t/lib/gdbm.t
9655 ____________________________________________________________________________
9656 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
9657         Log: Integrate perlio.
9658      Branch: perl
9659           !> makedef.pl sv.c
9660 ____________________________________________________________________________
9661 [ 10597] By: nick                                  on 2001/06/15  11:08:13
9662         Log: Check that HVs with HvNAME() != NULL are really stashes before
9663              treating them as such. Also be more defensive on the GvCV.
9664              Win32 fork and dprof now working again. 
9665      Branch: perlio
9666            ! sv.c
9667 ____________________________________________________________________________
9668 [ 10596] By: nick                                  on 2001/06/15  10:11:20
9669         Log: Integrate mainline.
9670      Branch: perlio
9671           +> Cross/README
9672           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9673           !> Porting/config_H config_h.SH configure.com epoc/config.sh
9674           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
9675           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9676           !> vos/config.ga.h win32/config.bc win32/config.gc
9677           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9678           !> win32/config_H.vc
9679 ____________________________________________________________________________
9680 [ 10595] By: nick                                  on 2001/06/15  09:37:17
9681         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
9682              - Win32 (VC++) now builds but fails:
9683              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
9684              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
9685              write.t    - open(...,"|-") not implemented on Win32 
9686      Branch: perlio
9687            ! makedef.pl
9688 ____________________________________________________________________________
9689 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
9690         Log: Integrate perlio.
9691      Branch: perl
9692           !> perlio.c win32/makefile.mk
9693 ____________________________________________________________________________
9694 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
9695         Log: Metaconfig unit changes for #10592.
9696      Branch: metaconfig
9697            + U/modified/i_varhdr.U U/modified/startsh.U
9698            - U/a_dvisory/crosscompile.U U/target/Target.U
9699            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
9700            ! U/compline/bitpbyte.U U/compline/byteorder.U
9701            ! U/compline/ccflags.U U/compline/charsize.U
9702            ! U/compline/d_casti32.U U/compline/d_castneg.U
9703            ! U/compline/d_closedir.U U/compline/d_fd_set.U
9704            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
9705            ! U/compline/d_keepsig.U U/compline/d_open3.U
9706            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9707            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
9708            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
9709            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
9710            ! U/compline/doublesize.U U/compline/floatsize.U
9711            ! U/compline/nblock_io.U U/compline/orderlib.U
9712            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
9713            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
9714            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
9715            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
9716            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
9717            ! U/modified/spitshell.U U/threads/archname.U
9718            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9719            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
9720            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
9721            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
9722            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9723      Branch: metaconfig/U/perl
9724            + Cross.U
9725            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
9726            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
9727            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
9728            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
9729            ! stdio_streams.U uselfs.U
9730 ____________________________________________________________________________
9731 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
9732         Log: The first steps towards cross-compilation.
9733              
9734              Abstract execution of compiled test executables with $run,
9735              and abstract transfer of files with $to and $from.
9736              
9737              Under cross-compilation the $run, $to, and $from will point
9738              to appropriate wrapper scripts, by default ssh and scp,
9739              but also rsh, rcp, and cp are supported.  If not
9740              cross-compiling, they will be set to '', ':', and ':',
9741              respectively.
9742              
9743              With these patches I was able to get Configure for
9744              iPAQ ARM Linux on an Intel Linux about 95% right
9745              (only a few tests failed to execute or they produced
9746              incorrect results), and I was able to compile
9747              a functional miniperl.
9748              
9749              The symbol crosscompile renamed to be usecrosscompile,
9750              the corresponding C symbol from CROSSCOMPILE to
9751              USE_CROSS_COMPILE.
9752      Branch: perl
9753            ! Configure Cross/README Makefile.SH Porting/Glossary
9754            ! Porting/config.sh Porting/config_H config_h.SH configure.com
9755            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
9756            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9757            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9758            ! win32/config.gc win32/config.vc win32/config_H.bc
9759            ! win32/config_H.gc win32/config_H.vc
9760 ____________________________________________________________________________
9761 [ 10591] By: nick                                  on 2001/06/14  20:00:12
9762         Log: Steps along the road toward Win32 building again.
9763      Branch: perlio
9764            ! perlio.c win32/makefile.mk
9765 ____________________________________________________________________________
9766 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
9767         Log: Integrate perlio.
9768      Branch: perl
9769           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9770 ____________________________________________________________________________
9771 [ 10589] By: nick                                  on 2001/06/14  13:54:07
9772         Log: Routine regen_config_h for Win32
9773      Branch: perlio
9774            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9775 ____________________________________________________________________________
9776 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
9777         Log: Integrate perlio.
9778      Branch: perl
9779           +> perlyline.pl
9780           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
9781 ____________________________________________________________________________
9782 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
9783         Log: A placeholder.
9784      Branch: perl
9785            + Cross/README
9786 ____________________________________________________________________________
9787 [ 10586] By: nick                                  on 2001/06/14  08:25:07
9788         Log: Add new step to run_byacc which:
9789              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
9790              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
9791      Branch: perlio
9792            + perlyline.pl
9793            ! MANIFEST Makefile.SH perly.c
9794 ____________________________________________________________________________
9795 [ 10585] By: nick                                  on 2001/06/14  08:22:29
9796         Log: Integrate mainline
9797      Branch: perlio
9798           +> locale.c numeric.c
9799           !> Changes cygwin/Makefile.SHs embed.h embed.pl
9800           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
9801           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
9802           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
9803           !> x2p/Makefile.SH
9804 ____________________________________________________________________________
9805 [ 10584] By: nick                                  on 2001/06/14  08:05:53
9806         Log: Hack to remove insecure directories from PATH so test will run.
9807      Branch: perlio
9808            ! t/lib/filefind.t
9809 ____________________________________________________________________________
9810 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
9811         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
9812      Branch: perl
9813            - t/lib/mbimbf.t
9814            ! MANIFEST
9815 ____________________________________________________________________________
9816 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
9817         Log: Detypo.
9818      Branch: perl
9819            ! x2p/Makefile.SH
9820 ____________________________________________________________________________
9821 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
9822         Log: de-$CONFIG continues.
9823      Branch: perl
9824            ! cygwin/Makefile.SHs x2p/Makefile.SH
9825 ____________________________________________________________________________
9826 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
9827         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
9828              From: Nicholas Clark <nick@ccl4.org>
9829              Date: Wed, 13 Jun 2001 21:20:13 +0100
9830              Message-ID: <20010613212013.D98663@plum.flirble.org>
9831      Branch: perl
9832            ! opcode.pl
9833 ____________________________________________________________________________
9834 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
9835         Log: Subject: splitting util.c
9836              From: Hugo <hv@crypt.compulink.co.uk>
9837              Date: Thu, 14 Jun 2001 00:41:08 +0100
9838              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
9839      Branch: perl
9840            + locale.c numeric.c
9841            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
9842            ! pod/perlapi.pod proto.h util.c
9843 ____________________________________________________________________________
9844 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
9845         Log: Upgrade to Math::BigInt 1.34 from Tels.
9846      Branch: perl
9847            + t/lib/mbimbf.t
9848            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9849            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9850 ____________________________________________________________________________
9851 [ 10577] By: nick                                  on 2001/06/13  19:02:48
9852         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
9853      Branch: perlio
9854           !> (integrate 125 files)
9855 ____________________________________________________________________________
9856 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
9857         Log: Update Changes.
9858      Branch: perl
9859            ! Changes patchlevel.h
9860 ____________________________________________________________________________
9861 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
9862         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9863              From: "Craig A. Berry" <craigberry@mac.com>
9864              Date: Wed, 13 Jun 2001 13:24:28 -0500
9865              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
9866      Branch: perl
9867            ! ext/re/Makefile.PL
9868 ____________________________________________________________________________
9869 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
9870         Log: Mc.u.c. for #10573.
9871      Branch: metaconfig
9872            ! U/threads/usethreads.U
9873 ____________________________________________________________________________
9874 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
9875         Log: It would be also be good if I could type.
9876      Branch: perl
9877            ! Configure
9878 ____________________________________________________________________________
9879 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
9880         Log: Metaconfig unit change for #10571.
9881      Branch: metaconfig
9882            ! U/threads/usethreads.U
9883 ____________________________________________________________________________
9884 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
9885         Log: A non-empty default is a good thing.
9886      Branch: perl
9887            ! Configure
9888 ____________________________________________________________________________
9889 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
9890         Log: Metaconfig unit change for #10569.
9891      Branch: metaconfig
9892            ! U/threads/usethreads.U
9893 ____________________________________________________________________________
9894 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
9895         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
9896              extremely experimental, not even prompted for.
9897      Branch: perl
9898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9899            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
9900            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9901            ! win32/config.bc win32/config.gc win32/config.vc
9902 ____________________________________________________________________________
9903 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
9904         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
9905      Branch: perl
9906            ! pod/perlfaq6.pod
9907 ____________________________________________________________________________
9908 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
9909         Log: Integrate perlio; conflicts, accept Nick's versions.
9910      Branch: perl
9911           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9912           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9913 ____________________________________________________________________________
9914 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
9915         Log: Subject: Re: ext/ + -Wall
9916              From: Doug MacEachern <dougm@covalent.net>
9917              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
9918              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
9919      Branch: perl
9920            ! XSUB.h lib/ExtUtils/xsubpp perl.h
9921 ____________________________________________________________________________
9922 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
9923         Log: Similar logic as DB_File.xs, using the modern macros and
9924              defines them to older ones for older Perls where PERL_VERSION
9925              is not defined, from Doug MacEachern.
9926      Branch: perl
9927            ! ext/Storable/Storable.xs
9928 ____________________________________________________________________________
9929 [ 10564] By: nick                                  on 2001/06/13  15:22:01
9930         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
9931              and using that instead (name lookups are sequential search for now).
9932      Branch: perlio
9933            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9934            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9935 ____________________________________________________________________________
9936 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
9937         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
9938              From: "Richard Soderberg" <rs@crystalflame.net>
9939              Date: Sat, 26 May 2001 06:44:20 -0700
9940              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
9941      Branch: perl
9942            ! sv.c t/op/glob.t
9943 ____________________________________________________________________________
9944 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
9945         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9946              From: "Craig A. Berry" <craigberry@mac.com>
9947              Date: Tue, 12 Jun 2001 23:55:26 -0500
9948              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
9949      Branch: perl
9950            ! ext/re/Makefile.PL ext/re/re.xs
9951 ____________________________________________________________________________
9952 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
9953         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
9954              suggested by NI-S.
9955      Branch: perl
9956            ! XSUB.h malloc.c perl.h
9957 ____________________________________________________________________________
9958 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
9959         Log: Regen toc.
9960      Branch: perl
9961            ! pod/perltoc.pod
9962 ____________________________________________________________________________
9963 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
9964         Log: Subject: [patch] perl.gprof control
9965              From: Doug MacEachern <dougm@covalent.net>
9966              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
9967              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
9968      Branch: perl
9969            ! miniperlmain.c perl.h
9970 ____________________________________________________________________________
9971 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
9972         Log: Subject: Re: ext/ + -Wall
9973              From: Doug MacEachern <dougm@covalent.net>
9974              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
9975              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
9976              
9977              Document ax and break up dXSARGS.
9978      Branch: perl
9979            ! XSUB.h pod/perlapi.pod
9980 ____________________________________________________________________________
9981 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
9982         Log: More AIX tweakage from Merijn.
9983      Branch: perl
9984            ! hints/aix.sh
9985 ____________________________________________________________________________
9986 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
9987         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
9988              From: "Craig A. Berry" <craigberry@mac.com>
9989              Date: Tue, 12 Jun 2001 22:57:45 -0500
9990              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
9991      Branch: perl
9992            ! vms/descrip_mms.template
9993 ____________________________________________________________________________
9994 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
9995         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
9996              From: "Craig A. Berry" <craigberry@mac.com>
9997              Date: Tue, 12 Jun 2001 22:21:39 -0500
9998              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
9999      Branch: perl
10000            ! configure.com util.c
10001 ____________________________________________________________________________
10002 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
10003         Log: New AIX dynaloading code from Jens-Uwe Mager.
10004              Does break binary compatibility.
10005      Branch: perl
10006            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10007 ____________________________________________________________________________
10008 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
10009         Log: VMS DEC C compiler found nits by Peter Prymmer.
10010      Branch: perl
10011            ! util.c
10012 ____________________________________________________________________________
10013 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
10014         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
10015              From: Peter Prymmer <pvhp@forte.com>
10016              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
10017              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
10018      Branch: perl
10019            ! t/lib/filecomp.t
10020 ____________________________________________________________________________
10021 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
10022         Log: I wonder how many $CONFIGs still lurk in the shadows.
10023      Branch: perl
10024            ! pod/Makefile.SH x2p/cflags.SH
10025 ____________________________________________________________________________
10026 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
10027         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
10028      Branch: perl
10029            ! pod/checkpods.PL
10030 ____________________________________________________________________________
10031 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
10032         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
10033      Branch: perl
10034            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
10035 ____________________________________________________________________________
10036 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
10037         Log: Subject: [patch] rid local_patches warnings
10038              From: Doug MacEachern <dougm@covalent.net>
10039              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
10040              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
10041      Branch: perl
10042            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
10043 ____________________________________________________________________________
10044 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
10045         Log: Subject: Re: ext/ + -Wall
10046              From: Doug MacEachern <dougm@covalent.net>
10047              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
10048              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
10049      Branch: perl
10050            ! ext/attrs/attrs.xs
10051 ____________________________________________________________________________
10052 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
10053         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
10054              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10055              Date: Tue, 12 Jun 2001 14:36:20 -0400
10056              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
10057      Branch: perl
10058            ! pod/perlretut.pod
10059 ____________________________________________________________________________
10060 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
10061         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10062              From: Mike Guy <mjtg@cam.ac.uk>
10063              Date: Tue, 12 Jun 2001 19:10:31 +0100
10064              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
10065              
10066              Subject: Re: [ID 20010612.001] out of memory during regex compilation
10067              From: Mike Guy <mjtg@cam.ac.uk>
10068              Date: Tue, 12 Jun 2001 19:21:01 +0100
10069              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
10070      Branch: perl
10071            ! pod/perlop.pod
10072 ____________________________________________________________________________
10073 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
10074         Log: AIX tweaks from Merijn H. Brand.
10075      Branch: perl
10076            ! hints/aix.sh
10077 ____________________________________________________________________________
10078 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
10079         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
10080              From: "Brendan O'Dea" <bod@compusol.com.au>
10081              Date: Wed, 13 Jun 2001 05:16:47 +1000
10082              Message-ID: <20010613051647.A8945@compusol.com.au>
10083      Branch: maint-5.6/perl
10084            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10085 ____________________________________________________________________________
10086 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
10087         Log: Subject: Small bcopy cleanup
10088              From: Andy Dougherty <doughera@lafayette.edu>
10089              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
10090              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
10091      Branch: perl
10092            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
10093 ____________________________________________________________________________
10094 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
10095         Log: Subject: [PATCH] Re: ext/ + -Wall
10096              From: Nicholas Clark <nick@ccl4.org>
10097              Date: Wed, 13 Jun 2001 00:04:30 +0100
10098              Message-ID: <20010613000430.M5901@plum.flirble.org>
10099      Branch: perl
10100            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10101 ____________________________________________________________________________
10102 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
10103         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
10104              From: Nicholas Clark <nick@ccl4.org>
10105              Date: Tue, 12 Jun 2001 23:53:07 +0100
10106              Message-ID: <20010612235307.L5901@plum.flirble.org>
10107      Branch: perl
10108            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10109 ____________________________________________________________________________
10110 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
10111         Log: MPE/iX tweaks from Mark Bixby.
10112      Branch: perl
10113            ! hints/mpeix.sh mpeix/mpeixish.h util.c
10114 ____________________________________________________________________________
10115 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
10116         Log: Update Changes.
10117      Branch: perl
10118            ! Changes patchlevel.h
10119 ____________________________________________________________________________
10120 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
10121         Log: One less -Wall whine (found under DEBUGGING).
10122      Branch: perl
10123            ! x2p/Makefile.SH x2p/a2p.c
10124 ____________________________________________________________________________
10125 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
10126         Log: s/case-independent/case-insensitive/g
10127      Branch: perl
10128            ! pod/perldebug.pod
10129 ____________________________________________________________________________
10130 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
10131         Log: As suggested in    
10132              
10133              Subject: Re: ext/ + -Wall
10134              From: Gurusamy Sarathy <gsar@ActiveState.com>
10135              Date: Mon, 11 Jun 2001 23:34:31 -0700
10136              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
10137      Branch: perl
10138            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
10139            ! perl.h
10140 ____________________________________________________________________________
10141 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
10142         Log: Subject: ext/ + -Wall
10143              From: Doug MacEachern <dougm@covalent.net>
10144              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
10145              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
10146      Branch: perl
10147            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
10148            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
10149            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
10150            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
10151            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
10152            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
10153            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10154            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
10155            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
10156            ! lib/ExtUtils/xsubpp
10157 ____________________________________________________________________________
10158 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
10159         Log: Subject: [PATCH] anonymous stashes
10160              From: Abhijit Menon-Sen <ams@wiw.org>
10161              Date: Tue, 12 Jun 2001 12:47:04 +0530
10162              Message-ID: <20010612124704.A29029@lustre.linux.in>
10163      Branch: perl
10164            ! dump.c gv.c sv.c xsutils.c
10165 ____________________________________________________________________________
10166 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
10167         Log: One more test for $^S.
10168      Branch: perl
10169            ! t/op/magic.t
10170 ____________________________________________________________________________
10171 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
10172         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
10173              From: Abhijit Menon-Sen <ams@wiw.org>
10174              Date: Tue, 12 Jun 2001 17:35:55 +0530
10175              Message-ID: <20010612173555.A32426@lustre.linux.in>
10176      Branch: perl
10177            ! mg.c t/op/magic.t
10178 ____________________________________________________________________________
10179 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
10180         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10181              From: Mike Guy <mjtg@cam.ac.uk>
10182              Date: Tue, 12 Jun 2001 13:14:15 +0100
10183              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
10184      Branch: perl
10185            ! pod/perlop.pod
10186 ____________________________________________________________________________
10187 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
10188         Log: AUTHORS updates.
10189      Branch: perl
10190            ! AUTHORS
10191 ____________________________________________________________________________
10192 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
10193         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
10194              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10195              Content-Transfer-Encoding: 7bit
10196              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
10197      Branch: perl
10198            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
10199 ____________________________________________________________________________
10200 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
10201         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
10202              From: "Philip Newton" <Philip.Newton@gmx.net>
10203              Date: Mon, 11 Jun 2001 07:08:03 +0200
10204              Message-Id: <200106120802.LAA08992@taas.iki.fi>
10205      Branch: perl
10206            ! t/base/term.t
10207 ____________________________________________________________________________
10208 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
10209         Log: Cleanup the a2p.c for -Wall.
10210      Branch: perl
10211            ! x2p/Makefile.SH x2p/a2p.c
10212 ____________________________________________________________________________
10213 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
10214         Log: File::Find update for MacOS from Chris Nandor.
10215      Branch: perl
10216            ! lib/File/Find.pm t/lib/filefind.t
10217 ____________________________________________________________________________
10218 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
10219         Log: gcc -Wall nits picked out by a non-UNIX system
10220              (courtesy of Mark Bixby)
10221      Branch: perl
10222            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
10223            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
10224            ! pp_sys.c util.c
10225 ____________________________________________________________________________
10226 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
10227         Log: Metaconfig unit change for #10522.  (The d_modfl changes
10228              placate metalint.)
10229      Branch: metaconfig/U/perl
10230            ! d_modfl.U d_u32align.U
10231 ____________________________________________________________________________
10232 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
10233         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
10234              be "./try 2>&1 >/dev/null".
10235      Branch: perl
10236            ! Configure
10237 ____________________________________________________________________________
10238 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
10239         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
10240              From: "Craig A. Berry" <craigberry@mac.com>
10241              Date: Mon, 11 Jun 2001 14:00:32 -0500
10242              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
10243      Branch: perl
10244            ! configure.com
10245 ____________________________________________________________________________
10246 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
10247         Log: Move the full \p\P lists to perlunicode.
10248      Branch: perl
10249            ! pod/perlretut.pod pod/perlunicode.pod
10250 ____________________________________________________________________________
10251 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
10252         Log: VOS build tweak for 5.6.1 from Paul Green.
10253      Branch: maint-5.6/perl
10254            ! vos/build.cm
10255 ____________________________________________________________________________
10256 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
10257         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
10258              From: "Craig A. Berry" <craigberry@mac.com>
10259              Date: Fri, 8 Jun 2001 18:08:18 -0500
10260              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
10261      Branch: perl
10262            ! vms/vms.c
10263 ____________________________________________________________________________
10264 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
10265         Log: Update Changes.
10266      Branch: perl
10267            ! Changes patchlevel.h
10268 ____________________________________________________________________________
10269 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
10270         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
10271      Branch: perl
10272            ! vos/config.alpha.h vos/config.ga.h
10273 ____________________________________________________________________________
10274 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
10275         Log: VOS updates from Paul Green for @10476.
10276      Branch: perl
10277            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
10278            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10279            ! vos/config.ga.h vos/configure_perl.cm
10280 ____________________________________________________________________________
10281 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
10282         Log: Subject: [PATCH] Not many people know this ...
10283              From: Mike Guy <mjtg@cam.ac.uk>
10284              Date: Mon, 11 Jun 2001 14:55:15 +0100
10285              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
10286      Branch: perl
10287            ! pod/perldebug.pod
10288 ____________________________________________________________________________
10289 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
10290         Log: Add final commas to lists as suggested by Philip Newton.
10291      Branch: perl
10292            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10293 ____________________________________________________________________________
10294 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
10295         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
10296              Date: Sun, 10 Jun 2001 23:35:38 -0400
10297              From: Chris Nandor <pudge@pobox.com>
10298              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
10299      Branch: perl
10300            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
10301            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
10302            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
10303            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
10304            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
10305            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
10306            ! t/op/write.t t/pragma/strict.t
10307 ____________________________________________________________________________
10308 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
10309         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
10310              From: Chris Nandor <pudge@pobox.com>
10311              Date: Mon, 11 Jun 2001 08:24:28 -0400
10312              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
10313      Branch: perl
10314            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
10315            ! t/lib/io_dir.t
10316 ____________________________________________________________________________
10317 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
10318         Log: One more run_byacc (a hand-tweaked version had slipped in).
10319      Branch: perl
10320            ! perly.c vms/perly_c.vms
10321 ____________________________________________________________________________
10322 [ 10509] By: nick                                  on 2001/06/11  07:49:15
10323         Log: Integrate mainline
10324      Branch: perlio
10325           !> Makefile.SH embed.h embed.pl global.sym
10326           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
10327           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10328           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
10329           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
10330 ____________________________________________________________________________
10331 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
10332         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
10333              From: Mike Guy <mjtg@cam.ac.uk>
10334              Reply-To: mjtg@cam.ac.uk
10335              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
10336      Branch: perl
10337            ! lib/ExtUtils/Manifest.pm
10338 ____________________________________________________________________________
10339 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
10340         Log: Subject: [PATCH] ExtUtils::Constant
10341              From: Nicholas Clark <nick@ccl4.org>
10342              Date: Sun, 10 Jun 2001 23:25:41 +0100
10343              Message-ID: <20010610232540.C76396@plum.flirble.org>
10344      Branch: perl
10345            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10346 ____________________________________________________________________________
10347 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
10348         Log: Integrate perlio.
10349      Branch: perl
10350           !> iperlsys.h
10351 ____________________________________________________________________________
10352 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
10353         Log: Move the grok_number and its lieutenant grok_numeric_radix
10354              from sv.c statics to util.c and public.
10355      Branch: perl
10356            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
10357            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
10358 ____________________________________________________________________________
10359 [ 10504] By: nick                                  on 2001/06/10  17:47:06
10360         Log: Fix (valid) -Wall warnings in perlio.c
10361      Branch: perlio
10362            ! iperlsys.h
10363 ____________________________________________________________________________
10364 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
10365         Log: Update perly_c.diff, update perly.fixer to edit away
10366              some of the -Wall noise.
10367      Branch: perl
10368            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
10369 ____________________________________________________________________________
10370 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
10371         Log: Check the version of byacc.
10372      Branch: perl
10373            ! Makefile.SH
10374 ____________________________________________________________________________
10375 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
10376         Log: Subject: [PATCH] perly.y overhaul
10377              From: Simon Cozens <simon@netthink.co.uk>
10378              Date: Sun, 10 Jun 2001 16:56:54 +0100
10379              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10380              
10381              Plus make run_byacc.
10382      Branch: perl
10383            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
10384 ____________________________________________________________________________
10385 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
10386         Log: Integrate perlio.
10387      Branch: perl
10388           !> perlio.c perlsfio.h
10389 ____________________________________________________________________________
10390 [ 10499] By: nick                                  on 2001/06/10  15:01:08
10391         Log: Integrate mainline
10392      Branch: perlio
10393           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
10394           !> t/pragma/locale.t util.c
10395 ____________________________________________________________________________
10396 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
10397         Log: Put some meat on the perl572delta bones.  The list of
10398              selected bug fixes needs more work, as does still the
10399              whole document.
10400      Branch: perl
10401            ! pod/perl572delta.pod
10402 ____________________________________________________________________________
10403 [ 10497] By: nick                                  on 2001/06/10  12:27:51
10404         Log: Paper over a crack or two with USE_SFIO
10405      Branch: perlio
10406            ! perlio.c perlsfio.h
10407 ____________________________________________________________________________
10408 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
10409         Log: Update Changes.
10410      Branch: perl
10411            ! Changes patchlevel.h
10412 ____________________________________________________________________________
10413 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
10414         Log: Subject: Re: pragma/locale.t #107
10415              From: Hugo <hv@crypt.compulink.co.uk>
10416              Date: Sun, 10 Jun 2001 11:23:30 +0100
10417              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
10418              
10419              Encapsulate the scan of the decimal radix separator.
10420      Branch: perl
10421            ! embed.h embed.pl proto.h sv.c
10422 ____________________________________________________________________________
10423 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
10424         Log: Try to grok numbers both with the locale specific separator
10425              and with the usual "." (if different from the lss); add a test
10426              to locale.t to do also a little bit of math in addition to just
10427              equalness testing; remove extraneous logic as suggested in
10428              
10429              Subject: Re: pragma/locale.t #107
10430              From: Nicholas Clark <nick@ccl4.org>
10431              Date: Sat, 9 Jun 2001 22:37:36 +0100
10432              Message-ID: <20010609223735.Y76396@plum.flirble.org>
10433      Branch: perl
10434            ! sv.c t/pragma/locale.t
10435 ____________________________________________________________________________
10436 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
10437         Log: Metaconfig unit change for #10492.
10438      Branch: metaconfig/U/perl
10439            ! Extensions.U
10440 ____________________________________________________________________________
10441 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
10442         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
10443              From: Artur Bergman <artur@contiller.se> 
10444              Date: Sat, 09 Jun 2001 21:03:51 +0200
10445              Message-ID: <B7483FB6.1398%artur@contiller.se>
10446      Branch: perl
10447            ! Configure
10448 ____________________________________________________________________________
10449 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
10450         Log: Integrate perlio.
10451      Branch: perl
10452           !> perlsfio.h
10453 ____________________________________________________________________________
10454 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
10455         Log: Do locale specific separator if only in locale.
10456      Branch: perl
10457            ! util.c
10458 ____________________________________________________________________________
10459 [ 10489] By: nick                                  on 2001/06/09  19:13:25
10460         Log: Make XS/Typemap compile (but fail) with sfio
10461      Branch: perlio
10462            ! perlsfio.h
10463 ____________________________________________________________________________
10464 [ 10488] By: nick                                  on 2001/06/09  19:12:51
10465         Log: Re-integrate mainline
10466      Branch: perlio
10467           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
10468           !> proto.h sv.c util.c
10469 ____________________________________________________________________________
10470 [ 10487] By: nick                                  on 2001/06/09  16:26:29
10471         Log: Integrate mainline
10472      Branch: perlio
10473           !> (integrate 31 files)
10474 ____________________________________________________________________________
10475 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
10476         Log: Subject: [PATCH] New attempt to clone callack
10477              From: Artur Bergman <artur@contiller.se> 
10478              Date: Thu, 07 Jun 2001 11:52:16 +0200
10479              Message-ID: <B7451B6F.12B7%artur@contiller.se>
10480      Branch: perl
10481            ! embedvar.h intrpvar.h perlapi.h sv.c
10482 ____________________________________________________________________________
10483 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
10484         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
10485      Branch: perl
10486            ! embed.h embed.pl perl.h proto.h sv.c util.c
10487 ____________________________________________________________________________
10488 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
10489         Log: Subject: Re: pragma/locale.t #107
10490              From: Nicholas Clark <nick@ccl4.org>
10491              Date: Sat, 9 Jun 2001 16:26:10 +0100
10492              Message-ID: <20010609162609.V76396@plum.flirble.org>
10493              
10494              A missing NVification.
10495      Branch: perl
10496            ! sv.c
10497 ____________________________________________________________________________
10498 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
10499         Log: Redo the #10482, there already was a test script for formats.
10500      Branch: perl
10501            - t/io/format.t
10502            ! MANIFEST t/op/write.t
10503 ____________________________________________________________________________
10504 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
10505         Log: Twisted format testing, from Merijn.
10506      Branch: perl
10507            + t/io/format.t
10508            ! MANIFEST
10509 ____________________________________________________________________________
10510 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
10511         Log: More \p{In...} testing, combined with \N{...}.
10512      Branch: perl
10513            ! lib/utf8_heavy.pl t/op/pat.t
10514 ____________________________________________________________________________
10515 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
10516         Log: Metaconfig changes for #10479.
10517      Branch: metaconfig
10518            ! U/Glossary.patch
10519      Branch: metaconfig/U/perl
10520            ! d_modfl.U
10521 ____________________________________________________________________________
10522 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
10523         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
10524      Branch: perl
10525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10526            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
10527            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10528            ! win32/config.bc win32/config.gc win32/config.vc
10529 ____________________________________________________________________________
10530 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
10531         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
10532              From: "Craig A. Berry" <craigberry@mac.com>
10533              Date: Thu, 7 Jun 2001 14:27:20 -0500
10534              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
10535      Branch: perl
10536            ! vms/perlvms.pod
10537 ____________________________________________________________________________
10538 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
10539         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
10540              From: Gisle Aas <gisle@ActiveState.com>
10541              Date: 07 Jun 2001 17:04:29 -0700
10542              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
10543      Branch: perl
10544            ! ext/re/re.xs
10545 ____________________________________________________________________________
10546 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
10547         Log: Update Changes.
10548      Branch: perl
10549            ! Changes patchlevel.h
10550 ____________________________________________________________________________
10551 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
10552         Log: Regen Glossary et alia.
10553      Branch: perl
10554            ! Porting/Glossary Porting/config.sh Porting/config_H
10555 ____________________________________________________________________________
10556 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
10557         Log: Metaconfig unit changes for #10473.
10558      Branch: metaconfig/U/perl
10559            ! d_modfl.U
10560 ____________________________________________________________________________
10561 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
10562         Log: Harumph, also AIX will spill its guts (i.e. dump core)
10563              if an executable contains modfl() but it hasn't been
10564              compiled right (in the case of AIX, with cc -qlongdouble).
10565      Branch: perl
10566            ! Configure
10567 ____________________________________________________________________________
10568 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
10569         Log: integrate change#10471 from mainline
10570              
10571              in change#10451, check that CvOUTSIDE is a CV before looking in
10572              (it can apparently be SVt_NULL during global destruction)
10573      Branch: maint-5.6/perl
10574           !> op.c
10575 ____________________________________________________________________________
10576 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
10577         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
10578              (it can apparently be SVt_NULL during global destruction)
10579      Branch: perl
10580            ! op.c
10581 ____________________________________________________________________________
10582 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
10583         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
10584              From: Robin Barker <rmb1@cise.npl.co.uk>
10585              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
10586              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
10587      Branch: perl
10588            ! lib/diagnostics.pm pod/perldiag.pod
10589 ____________________________________________________________________________
10590 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
10591         Log: Subject: [PATCH perl@10439] long =item
10592              From: Robin Barker <rmb1@cise.npl.co.uk>
10593              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
10594              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
10595      Branch: perl
10596            ! README.amiga lib/Attribute/Handlers.pm
10597            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10598 ____________________________________________________________________________
10599 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
10600         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
10601              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
10602              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
10603              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
10604      Branch: perl
10605            ! pod/perlguts.pod
10606 ____________________________________________________________________________
10607 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
10608         Log: Integrate perlio.
10609      Branch: perl
10610           !> sv.c
10611 ____________________________________________________________________________
10612 [ 10466] By: nick                                  on 2001/06/07  10:25:40
10613         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
10614              whitespace tweaks.
10615              Still coredumps in pragma/overload.t - what a nice hard fail that is...
10616      Branch: perlio
10617            ! sv.c
10618 ____________________________________________________________________________
10619 [ 10465] By: nick                                  on 2001/06/07  08:41:58
10620         Log: Raw integrate of mainline for S_grok_number debug
10621              (sv.c has MULTIPLICITY issues as well as whatever else ...)
10622      Branch: perlio
10623            - plan9/perlplan9.doc plan9/perlplan9.pod
10624           !> (integrate 46 files)
10625 ____________________________________________________________________________
10626 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
10627         Log: The proper prototyping for #10463.
10628      Branch: perl
10629            ! embed.h embed.pl proto.h sv.c
10630 ____________________________________________________________________________
10631 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
10632         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10633              From: Nicholas Clark <nick@ccl4.org>
10634              Date: Thu, 7 Jun 2001 00:29:59 +0100
10635              Message-ID: <20010607002959.Z76396@plum.flirble.org>
10636      Branch: perl
10637            ! sv.c
10638 ____________________________________________________________________________
10639 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
10640         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
10641              From: "Craig A. Berry" <craigberry@mac.com>
10642              Date: Wed, 06 Jun 2001 17:54:30 -0500
10643              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
10644      Branch: perl
10645            ! vms/perlvms.pod
10646 ____________________________________________________________________________
10647 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
10648         Log: Podify the remaining README.platform files;
10649              merge README.plan9 and plan9/perlplan9.pod;
10650              delete plan9/perlplan9.* (the perlplan.doc needs to
10651              be regenerated in Plan 9); make the =head1 and =head2
10652              in the README.platform to be a little more verbose
10653              (skipped README.os2 not to anger Ilya) so that they
10654              look better in the toc; regen toc.
10655      Branch: perl
10656            - plan9/perlplan9.doc plan9/perlplan9.pod
10657            ! MANIFEST README.aix README.amiga README.apollo README.beos
10658            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
10659            ! README.hpux README.hurd README.machten README.macos
10660            ! README.micro README.mint README.mpeix README.os390
10661            ! README.plan9 README.qnx README.solaris README.threads
10662            ! README.tru64 README.vmesa README.vms README.vos README.win32
10663            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10664            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10665 ____________________________________________________________________________
10666 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
10667         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
10668              From: Mike Guy <mjtg@cam.ac.uk>
10669              Reply-To: mjtg@cam.ac.uk
10670              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
10671      Branch: perl
10672            ! pod/perlguts.pod
10673 ____________________________________________________________________________
10674 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
10675         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
10676              From: Mike Guy <mjtg@cam.ac.uk>
10677              Reply-To: mjtg@cam.ac.uk
10678              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
10679      Branch: perl
10680            ! pod/perlsec.pod
10681 ____________________________________________________________________________
10682 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
10683         Log: Disable long doubles from pre-5.0 Tru64s.
10684      Branch: perl
10685            ! README.tru64 hints/dec_osf.sh
10686 ____________________________________________________________________________
10687 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
10688         Log: The #10455 exposed that modfl() is fundamentally busted
10689              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
10690              testing it.
10691      Branch: perl
10692            ! hints/dec_osf.sh
10693 ____________________________________________________________________________
10694 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
10695         Log: Metaconfig unit change for #10455.
10696      Branch: metaconfig/U/perl
10697            ! d_modfl.U
10698 ____________________________________________________________________________
10699 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
10700         Log: Configure check for geborken modfl(), inspired by
10701              
10702              Subject: Re: [20010118.017] op/int.t failure 
10703              From: Hugo <hv@crypt.compulink.co.uk>
10704              Date: Tue, 05 Jun 2001 13:43:27 +0100
10705              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
10706      Branch: perl
10707            ! Configure
10708 ____________________________________________________________________________
10709 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
10710         Log: Integrate changes #10450 and #10451 from maintperl:
10711              
10712              optimize change#10448 slightly (don't repeat search in eval""s lexical
10713              scope, since that has already been searched)
10714              
10715              change#9108 needs subtler treatment for case of closures created
10716              within eval""
10717      Branch: perl
10718           !> op.c t/op/misc.t
10719 ____________________________________________________________________________
10720 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
10721         Log: MakeMaker magic to compile (when no dynamic loading)
10722              List/Util.xsc as (ListUtil.c and) ListUtil.o since
10723              POSIX-BC (BS2000) linker has an evil limitation of
10724              being unable to include in the same executable several
10725              object files with the same name - case-insensitively -
10726              because otherwise we conflict with util.c.
10727              Strictly speaking currently required only in POSIX-BC
10728              but probably will do no harm elsewhere where static
10729              linking is required.
10730      Branch: perl
10731            ! ext/List/Util/Makefile.PL
10732 ____________________________________________________________________________
10733 [ 10452] By: nick                                  on 2001/06/06  08:59:51
10734         Log: Integrate mainline.
10735      Branch: perlio
10736           +> lib/Attribute/Handlers/demo/Demo.pm
10737           +> lib/Attribute/Handlers/demo/Descriptions.pm
10738           +> lib/Attribute/Handlers/demo/MyClass.pm
10739           +> lib/Attribute/Handlers/demo/demo.pl
10740           +> lib/Attribute/Handlers/demo/demo2.pl
10741           +> lib/Attribute/Handlers/demo/demo3.pl
10742           +> lib/Attribute/Handlers/demo/demo4.pl
10743           +> lib/Attribute/Handlers/demo/demo_call.pl
10744           +> lib/Attribute/Handlers/demo/demo_chain.pl
10745           +> lib/Attribute/Handlers/demo/demo_cycle.pl
10746           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
10747           +> lib/Attribute/Handlers/demo/demo_phases.pl
10748           +> lib/Attribute/Handlers/demo/demo_range.pl
10749           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
10750           +> uts/strtol_wrap.c
10751           !> (integrate 91 files)
10752 ____________________________________________________________________________
10753 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
10754         Log: change#9108 needs subtler treatment for case of closures created
10755              within eval""
10756      Branch: maint-5.6/perl
10757            ! op.c t/op/misc.t
10758 ____________________________________________________________________________
10759 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
10760         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
10761              scope, since that has already been searched)
10762      Branch: maint-5.6/perl
10763            ! op.c
10764 ____________________________________________________________________________
10765 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
10766         Log: Integrate change #10448 from maintperl; lexicals
10767              outside an eval"" weren't resolved correctly inside a subroutine
10768              definition inside the eval"" if they were not already referenced
10769              in the toplevel of the eval""-ed code
10770      Branch: perl
10771           !> cop.h op.c pp_ctl.c t/op/misc.t
10772 ____________________________________________________________________________
10773 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
10774         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
10775              outside an eval"" weren't resolved correctly inside a subroutine
10776              definition inside the eval"" if they were not already referenced
10777              in the toplevel of the eval""-ed code
10778      Branch: maint-5.6/perl
10779            ! cop.h op.c pp_ctl.c t/op/misc.t
10780 ____________________________________________________________________________
10781 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
10782         Log: Subject: [PATCH] perl570delta.pod
10783              From: Peter Scott <Peter@PSDT.com> 
10784              Date: Tue, 05 Jun 2001 18:51:02 -0700
10785              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
10786      Branch: perl
10787            ! pod/perl570delta.pod
10788 ____________________________________________________________________________
10789 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
10790         Log: The fudge factor is no more needed.  I hope.
10791      Branch: perl
10792            ! t/lib/posix.t
10793 ____________________________________________________________________________
10794 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
10795         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
10796              From: Hugo <hv@crypt.compulink.co.uk>
10797              Date: Tue, 05 Jun 2001 12:58:19 +0100
10798              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
10799      Branch: perl
10800            ! util.c
10801 ____________________________________________________________________________
10802 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
10803         Log: Make up prototypes only for those who have the functions
10804              but not the prototypes.
10805      Branch: perl
10806            ! perl.h
10807 ____________________________________________________________________________
10808 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
10809         Log: Subject: Re: Not OK: perl@10439 on win32 
10810              From: Prymmer/Kahn <pvhp@best.com> 
10811              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
10812              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
10813      Branch: perl
10814            ! perl.h util.c
10815 ____________________________________________________________________________
10816 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
10817         Log: The metaconfig units changes for #10441.
10818      Branch: metaconfig
10819            ! U/modified/Extract.U U/modified/Extractall.U
10820            ! U/modified/Finish.U
10821 ____________________________________________________________________________
10822 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
10823         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
10824      Branch: perl
10825            ! Configure
10826 ____________________________________________________________________________
10827 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
10828         Log: Unnecessary fuzziness undone, noted by Mike Guy.
10829      Branch: perl
10830            ! t/op/tr.t
10831 ____________________________________________________________________________
10832 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
10833         Log: Update Changes.
10834      Branch: perl
10835            ! Changes patchlevel.h
10836 ____________________________________________________________________________
10837 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
10838         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
10839              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
10840              leakage patch.
10841      Branch: perl
10842            ! t/op/misc.t
10843 ____________________________________________________________________________
10844 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
10845         Log: Test case for #10433/#10424.
10846      Branch: perl
10847            ! t/op/misc.t
10848 ____________________________________________________________________________
10849 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
10850         Log: Subject: One fix for strtoul not setting errno
10851              From: hom00@utsglobal.com (Hal Morris)
10852              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
10853              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
10854      Branch: perl
10855            + uts/strtol_wrap.c
10856            ! MANIFEST hints/uts.sh
10857 ____________________________________________________________________________
10858 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
10859         Log: Metaconfig units changes for #10434.
10860      Branch: metaconfig
10861            ! U/modified/Cppsym.U
10862      Branch: metaconfig/U/perl
10863            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
10864            + d_syscallproto.U d_usleepproto.U
10865            ! longdblfio.U quadfio.U
10866 ____________________________________________________________________________
10867 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
10868         Log: Configure tweaks; add prototype probes, make the cpp symbols
10869              probe to cast, not whine; test for %Ld and %Lf before %lld and
10870              %llf because the L is the ANSI way.
10871      Branch: perl
10872            ! Configure config_h.SH configure.com epoc/config.sh
10873            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
10874            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10875            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
10876 ____________________________________________________________________________
10877 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
10878         Log: Sigh.  This is what #10424 was supposed to check in.
10879      Branch: perl
10880            ! op.c sv.c sv.h
10881 ____________________________________________________________________________
10882 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
10883         Log: More verbose failure.
10884      Branch: perl
10885            ! t/op/ver.t
10886 ____________________________________________________________________________
10887 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
10888         Log: The .pm changes to go with #10428.
10889      Branch: perl
10890            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
10891            ! ext/Sys/Syslog/Syslog.pm
10892 ____________________________________________________________________________
10893 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
10894         Log: On second thoughts show to utf8 skippage message only
10895              on failures, it's too confusing otherwise,
10896      Branch: perl
10897            ! t/pragma/locale.t
10898 ____________________________________________________________________________
10899 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
10900         Log: Do not import anything from Encode.
10901      Branch: perl
10902            ! ext/MIME/Base64/QuotedPrint.pm
10903 ____________________________________________________________________________
10904 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
10905         Log: The #10402 didn't take.  Weird.
10906      Branch: perl
10907            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10908            ! ext/Sys/Syslog/Syslog.xs
10909 ____________________________________________________________________________
10910 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
10911         Log: Eradicate traces of 'asciirange' re subpragma.
10912      Branch: perl
10913            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
10914            ! pod/perldiag.pod
10915 ____________________________________________________________________________
10916 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
10917         Log: use is a compile-time thing.
10918      Branch: perl
10919            ! ext/MIME/Base64/QuotedPrint.pm
10920 ____________________________________________________________________________
10921 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
10922         Log: Subject: [PATCH perl@10419] -Wall casting patch
10923              From: Robin Barker <rmb1@cise.npl.co.uk>
10924              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
10925              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
10926      Branch: perl
10927            ! ext/Devel/DProf/DProf.xs mg.c
10928 ____________________________________________________________________________
10929 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
10930         Log: Subject: [PATCH #2] introducing SVpad_TYPED
10931              From: Abhijit Menon-Sen <ams@wiw.org>
10932              Date: Mon, 4 Jun 2001 12:26:02 +0530
10933              Message-ID: <20010604122602.A5775@lustre.linux.in>
10934      Branch: perl
10935            ! op.c sv.c sv.h
10936 ____________________________________________________________________________
10937 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
10938         Log: testsuite for change#10192 (from Gisle Aas)
10939      Branch: perl
10940            + t/op/override.t
10941            ! MANIFEST
10942 ____________________________________________________________________________
10943 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
10944         Log: integrate changes#10414-10416 from mainline
10945              
10946              Potential buffer overrun if the radix separator is more than
10947              one byte.  Also, under locales, prefer the locale-specific
10948              separator over the old boring ".".
10949              
10950              "10.", that is, decimal numbers can have no decimal part at all.
10951              
10952              The non-locale places need love, too.
10953      Branch: maint-5.6/perl
10954           !> perl.h sv.c
10955 ____________________________________________________________________________
10956 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
10957         Log: Missed from #10420.
10958      Branch: perl
10959            ! epoc/config.sh
10960 ____________________________________________________________________________
10961 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
10962         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
10963              often this prototype goes with HAS_SETRESUID_PROTO.
10964      Branch: perl
10965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10966            ! config_h.SH configure.com perl.h uconfig.h
10967 ____________________________________________________________________________
10968 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
10969         Log: Update Changes.
10970      Branch: perl
10971            ! Changes patchlevel.h
10972 ____________________________________________________________________________
10973 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
10974         Log: -Wall "subscript has type `char'" cleanup.
10975      Branch: perl
10976            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
10977 ____________________________________________________________________________
10978 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
10979         Log: Various "cast to pointer from integer of different size"
10980              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
10981              wide but I32 (int) only 32 bits wide).
10982              
10983              WARNING: the classnum and tagnum changes in Storable.xs
10984              may not be wise, they may be breaking binary compatibility
10985              (in 64-bit platforms), asked Raphael Manfredi about the changes.
10986      Branch: perl
10987            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
10988            ! mg.c proto.h
10989 ____________________________________________________________________________
10990 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
10991         Log: The non-locale places need love, too.
10992      Branch: perl
10993            ! perl.h
10994 ____________________________________________________________________________
10995 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
10996         Log: "10.", that is, decimal numbers can have no decimal part at all.
10997      Branch: perl
10998            ! perl.h
10999 ____________________________________________________________________________
11000 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
11001         Log: Potential buffer overrun if the radix separator is more than
11002              one byte.  Also, under locales, prefer the locale-specific
11003              separator over the old boring ".".
11004      Branch: perl
11005            ! perl.h sv.c
11006 ____________________________________________________________________________
11007 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
11008         Log: Integrate change #10412 from maintperl; locale is now
11009              per-cop, not per-op; plus retweak the locale.t to always
11010              list the skipped utf8 locales.
11011      Branch: perl
11012            ! t/pragma/locale.t
11013           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11014           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
11015 ____________________________________________________________________________
11016 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
11017         Log: rationalize locale handling to fix the bugs uncovered by change#10394
11018              
11019              the major issue was that the runtime was looking at PL_hints rather
11020              than op_private to notice whether locale was enabled
11021              
11022              the secondary issue was that many locale-sensitive numeric ops didn't
11023              have HINT_LOCALE propagated into their op_private
11024              
11025              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
11026              instead of per-op, just like HINT_BYTE and the hints for lexical
11027              warnings (this makes the hint available to every op via PL_curcop)
11028              
11029              pragma/locale.t may need to be reworked with these fixes in mind
11030              (it currently passes its tests)
11031      Branch: maint-5.6/perl
11032            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11033            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
11034 ____________________________________________________________________________
11035 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
11036         Log: More verbose debugging.
11037      Branch: perl
11038            ! t/pragma/locale.t
11039 ____________________________________________________________________________
11040 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
11041         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11042              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11043              Date: Sat, 2 Jun 2001 22:53:33 +0100
11044              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
11045      Branch: perl
11046            ! regcomp.c t/pragma/warn/regcomp
11047 ____________________________________________________________________________
11048 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
11049         Log: Mention that lexicalizing $a or $b is a bad idea if one
11050              wants to use sort().
11051      Branch: perl
11052            ! pod/perlvar.pod
11053 ____________________________________________________________________________
11054 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
11055         Log: Tweak the test to be happy if the accuracy is 'good enough'.
11056      Branch: perl
11057            ! t/lib/posix.t
11058 ____________________________________________________________________________
11059 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
11060         Log: Upgrade to Attribute::Handlers 0.70.
11061              
11062              NOTE: this unearthed the "too late for CHECK block" bug,
11063              that's why the 1_compile.t change.
11064      Branch: perl
11065            + lib/Attribute/Handlers/demo/Demo.pm
11066            + lib/Attribute/Handlers/demo/Descriptions.pm
11067            + lib/Attribute/Handlers/demo/MyClass.pm
11068            + lib/Attribute/Handlers/demo/demo.pl
11069            + lib/Attribute/Handlers/demo/demo2.pl
11070            + lib/Attribute/Handlers/demo/demo3.pl
11071            + lib/Attribute/Handlers/demo/demo4.pl
11072            + lib/Attribute/Handlers/demo/demo_call.pl
11073            + lib/Attribute/Handlers/demo/demo_chain.pl
11074            + lib/Attribute/Handlers/demo/demo_cycle.pl
11075            + lib/Attribute/Handlers/demo/demo_hashdir.pl
11076            + lib/Attribute/Handlers/demo/demo_phases.pl
11077            + lib/Attribute/Handlers/demo/demo_range.pl
11078            + lib/Attribute/Handlers/demo/demo_rawdata.pl
11079            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
11080            ! t/lib/attrhand.t
11081 ____________________________________________________________________________
11082 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
11083         Log: One less -Wall whine.
11084      Branch: perl
11085            ! regcomp.c
11086 ____________________________________________________________________________
11087 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
11088         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
11089      Branch: perl
11090           !> t/op/eval.t
11091 ____________________________________________________________________________
11092 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
11093         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
11094              aren't "normally" visible inside eval""s contained in subs unless
11095              a cloned reference to them already exists)
11096              
11097              strangely enough, t/harness didn't show this up as a failure
11098              (harness needs fixing?)
11099      Branch: maint-5.6/perl
11100            ! t/op/eval.t
11101 ____________________________________________________________________________
11102 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
11103         Log: Update to Text::Balanced 1.85.
11104      Branch: perl
11105            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
11106 ____________________________________________________________________________
11107 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
11108         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
11109              From: Nicholas Clark <nick@ccl4.org>
11110              Date: Sun, 3 Jun 2001 17:54:36 +0100
11111              Message-ID: <20010603175436.E76396@plum.flirble.org> 
11112      Branch: perl
11113            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11114            ! ext/Sys/Syslog/Syslog.xs
11115 ____________________________________________________________________________
11116 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
11117         Log: Unused variables.
11118      Branch: perl
11119            ! util.c
11120 ____________________________________________________________________________
11121 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
11122         Log: Subject: [PATCH] APIfy op_clear 
11123              From: Simon Cozens <simon@netthink.co.uk>
11124              Date: Sun, 3 Jun 2001 13:51:46 +0100
11125              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11126              
11127              (despite the subject line, op_null is APIfied by the patch)
11128      Branch: perl
11129            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11130 ____________________________________________________________________________
11131 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
11132         Log: Subject: [PATCH] t/lib/extutils.t
11133              From: Nicholas Clark <nick@ccl4.org>
11134              Date: Sat, 2 Jun 2001 23:57:05 +0100
11135              Message-ID: <20010602235705.Q12698@plum.flirble.org>
11136      Branch: perl
11137            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11138 ____________________________________________________________________________
11139 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
11140         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
11141              From: Prymmer/Kahn <pvhp@best.com>
11142              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
11143              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
11144      Branch: perl
11145            ! win32/Makefile win32/makefile.mk
11146 ____________________________________________________________________________
11147 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
11148         Log: Subject: Re: 'decimal digits' macro? 
11149              From: Hugo <hv@crypt.compulink.co.uk>
11150              Date: Sun, 03 Jun 2001 04:26:36 +0100
11151              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
11152      Branch: perl
11153            ! handy.h t/lib/posix.t t/op/tr.t
11154 ____________________________________________________________________________
11155 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
11156         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11157              From: Hugo <hv@crypt.compulink.co.uk>
11158              Date: Sun, 03 Jun 2001 14:56:30 +0100
11159              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
11160      Branch: perl
11161            ! util.c
11162 ____________________________________________________________________________
11163 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
11164         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
11165      Branch: perl
11166           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
11167           !> vms/perly_c.vms
11168 ____________________________________________________________________________
11169 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
11170         Log: fix leakage of lexicals at file scope into subroutines that were
11171              declared before them; this appears to be a longstanding bug that
11172              meant that lexicals at file scope were never "deintroduced", meaning
11173              their scope range was never properly closed, and their visibility
11174              extended to all subsequent eval""s or requires
11175              
11176              added a test case
11177              
11178              seems to also fix a case of bogus duplicate warnings
11179      Branch: maint-5.6/perl
11180            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
11181            ! vms/perly_c.vms
11182 ____________________________________________________________________________
11183 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
11184         Log: More VMS tweaks from Craig A. Berry.
11185      Branch: perl
11186            ! configure.com t/lib/extutils.t
11187 ____________________________________________________________________________
11188 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
11189         Log: -Wall cleanup continues.
11190      Branch: perl
11191            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
11192            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11193            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
11194            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
11195            ! run.c toke.c util.c
11196 ____________________________________________________________________________
11197 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
11198         Log: The metaconfig unit change for #10390.
11199      Branch: metaconfig/U/perl
11200            ! gccvers.U
11201 ____________________________________________________________________________
11202 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
11203         Log: Drop the -ansi from the default gcc flags.
11204              
11205              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
11206              that struct cannot be compared with a flat integer, such as STRLEN.
11207              The -ansi will also cause a lot of noise in Solaris because of:
11208              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
11209      Branch: perl
11210            ! Configure
11211 ____________________________________________________________________________
11212 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
11213         Log: Integrate perlio.
11214      Branch: perl
11215           !> pod/perlapi.pod util.c
11216 ____________________________________________________________________________
11217 [ 10388] By: nick                                  on 2001/06/02  08:01:12
11218         Log: Integrate mainline
11219      Branch: perlio
11220           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
11221           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
11222           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
11223           !> t/lib/1_compile.t t/lib/mimeqp.t
11224 ____________________________________________________________________________
11225 [ 10387] By: nick                                  on 2001/06/02  07:39:17
11226         Log: Tweak util.c's atof2 for MULTIPLICITY
11227      Branch: perlio
11228            ! util.c
11229 ____________________________________________________________________________
11230 [ 10386] By: nick                                  on 2001/06/02  07:38:33
11231         Log: Integrate mainline
11232      Branch: perlio
11233           !> (integrate 41 files)
11234 ____________________________________________________________________________
11235 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
11236         Log: Add Attribute::Handlers 0.61 from Damian Conway.
11237      Branch: perl
11238            + lib/Attribute/Handlers.pm t/lib/attrhand.t
11239            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
11240 ____________________________________________________________________________
11241 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
11242         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
11243              From: Peter Prymmer <pvhp@forte.com>
11244              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
11245              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
11246      Branch: perl
11247            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
11248 ____________________________________________________________________________
11249 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
11250         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
11251              From: Jeff Pinyan <jeffp@crusoe.net>
11252              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
11253              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
11254      Branch: perl
11255            ! lib/File/Find.pm
11256 ____________________________________________________________________________
11257 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
11258         Log: Subject: [PATCH perl@10381] configure.com tweaks
11259              From: "Craig A. Berry" <craigberry@mac.com>
11260              Date: Fri, 1 Jun 2001 13:55:43 -0500
11261              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
11262      Branch: perl
11263            ! configure.com
11264 ____________________________________________________________________________
11265 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
11266         Log: Update Changes.
11267      Branch: perl
11268            ! Changes patchlevel.h
11269 ____________________________________________________________________________
11270 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
11271         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
11272              From: Mike Guy <mjtg@cam.ac.uk>
11273              Date: Fri, 01 Jun 2001 18:17:02 +0100
11274              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
11275      Branch: perl
11276            ! lib/perl5db.pl
11277 ____________________________________________________________________________
11278 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
11279         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11280              From: Hugo <hv@crypt.compulink.co.uk>
11281              Date: Thu, 31 May 2001 20:49:48 +0100
11282              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
11283      Branch: perl
11284            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
11285            ! util.c
11286 ____________________________________________________________________________
11287 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
11288         Log: Zero() is not available in x2p (or, rather, some of its
11289              implementations like memzero() might not be available.)
11290      Branch: perl
11291            ! x2p/hash.c
11292 ____________________________________________________________________________
11293 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
11294         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
11295              From: Michael G Schwern <schwern@pobox.com>
11296              Date: Fri, 1 Jun 2001 12:00:29 +0100
11297              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
11298              
11299              (But use Zero() instead of memset.)
11300      Branch: perl
11301            ! x2p/hash.c
11302 ____________________________________________________________________________
11303 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
11304         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11305              From: Jeff Pinyan <jeffp@crusoe.net>
11306              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
11307              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
11308      Branch: perl
11309            ! pod/perldiag.pod regcomp.c t/op/pat.t
11310 ____________________________________________________________________________
11311 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
11312         Log: Retract #10324 and #10333; not needed.
11313      Branch: perl
11314            ! hints/irix_6.sh hints/linux.sh
11315 ____________________________________________________________________________
11316 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
11317         Log: The #10370 wasn't quite right.
11318      Branch: perl
11319            ! ext/XS/Typemap/Typemap.xs
11320 ____________________________________________________________________________
11321 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
11322         Log: The metaconfig units changes for #10372.
11323      Branch: metaconfig/U/perl
11324            + d_realpath.U d_sresgproto.U d_sresuproto.U
11325            ! gccvers.U i_db.U
11326 ____________________________________________________________________________
11327 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
11328         Log: Configure tweaks; record the Berkeley DB version,
11329              probe for realpath(), for setresuid() and setresgid()
11330              prototypes; use realpath() (try to be paranoid enough),
11331              use the setres[ug]id prototypes because glibc has the functions
11332              but not their prototypes; add -Wall -ansi to gcc ccflags;
11333              regen toc.
11334      Branch: perl
11335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11336            ! config_h.SH configure.com epoc/config.sh
11337            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
11338            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
11339            ! vos/config.ga.def win32/config.bc win32/config.gc
11340            ! win32/config.vc
11341 ____________________________________________________________________________
11342 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
11343         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
11344              From: Michael G Schwern <schwern@pobox.com>
11345              Date: Fri, 1 Jun 2001 11:28:14 +0100
11346              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
11347      Branch: perl
11348            ! lib/attributes.pm xsutils.c
11349 ____________________________________________________________________________
11350 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
11351         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
11352              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11353              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
11354              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
11355      Branch: perl
11356            ! ext/XS/Typemap/Typemap.xs
11357 ____________________________________________________________________________
11358 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
11359         Log: Subject: [patch] Cwd.xs optimizations/abstraction
11360              From: Doug MacEachern <dougm@covalent.net>
11361              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
11362              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
11363      Branch: perl
11364            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
11365            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
11366 ____________________________________________________________________________
11367 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
11368         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!])
11369              From: Nicholas Clark <nick@ccl4.org>
11370              Date: Thu, 31 May 2001 23:56:40 +0100
11371              Message-ID: <20010531235640.F12698@plum.flirble.org>
11372              
11373              Make the test work also under only static extensions
11374              (sh Configure -Uusedl fakes this nicely)
11375      Branch: perl
11376            ! t/lib/extutils.t
11377 ____________________________________________________________________________
11378 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
11379         Log: Subject: [PATCH hv.c] Eliminating trigraph
11380              From: Michael G Schwern <schwern@pobox.com>
11381              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
11382              Date: Fri, 1 Jun 2001 11:49:56 +0100
11383      Branch: perl
11384            ! hv.c
11385 ____________________________________________________________________________
11386 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
11387         Log: Subject: Re: [PATCH] Tests for File::Compare 
11388              From: "Philip Newton" <Philip.Newton@gmx.net>
11389              Date: Thu, 31 May 2001 19:44:05 +0200
11390              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
11391              
11392              Unnecessary "quotation marks".
11393      Branch: perl
11394            ! t/lib/filecomp.t
11395 ____________________________________________________________________________
11396 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
11397         Log: Integrate perlio.
11398      Branch: perl
11399           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
11400 ____________________________________________________________________________
11401 [ 10364] By: nick                                  on 2001/06/01  10:13:31
11402         Log: Cleanup dll.base and dll.exp created by GCC builds.
11403      Branch: perlio
11404            ! lib/ExtUtils/MM_Win32.pm
11405 ____________________________________________________________________________
11406 [ 10363] By: nick                                  on 2001/06/01  10:02:17
11407         Log: Make filecomp test work on CRLF platforms by adding binmode.
11408      Branch: perlio
11409            ! t/lib/filecomp.t
11410 ____________________________________________________________________________
11411 [ 10362] By: nick                                  on 2001/06/01  08:37:17
11412         Log: Integrate mainline
11413      Branch: perlio
11414           !> Changes Configure patchlevel.h perlio.c
11415 ____________________________________________________________________________
11416 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
11417         Log: panic:claustrophobia.
11418      Branch: perl
11419            ! perlio.c
11420 ____________________________________________________________________________
11421 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
11422         Log: Update Changes.
11423      Branch: perl
11424            ! Changes patchlevel.h
11425 ____________________________________________________________________________
11426 [ 10359] By: nick                                  on 2001/05/31  12:35:50
11427         Log: Integrate mainline.
11428      Branch: perlio
11429           +> t/lib/filecomp.t
11430           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
11431           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
11432 ____________________________________________________________________________
11433 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
11434         Log: Integrate perlio.
11435      Branch: perl
11436           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
11437           !> win32/config_H.vc
11438 ____________________________________________________________________________
11439 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
11440         Log: Metaconfig unit change for #10356.
11441      Branch: metaconfig
11442            ! U/installdirs/inc_version_list.U
11443 ____________________________________________________________________________
11444 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
11445         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
11446              (idea from Sarathy; implementation from Andy)
11447      Branch: perl
11448            ! Configure
11449 ____________________________________________________________________________
11450 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
11451         Log: More AUTHORS.
11452      Branch: perl
11453            ! AUTHORS
11454 ____________________________________________________________________________
11455 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
11456         Log: Subject: Re: [PATCH] Tests for File::Compare
11457              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
11458              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
11459              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
11460      Branch: perl
11461            + t/lib/filecomp.t
11462            ! MANIFEST t/lib/1_compile.t
11463 ____________________________________________________________________________
11464 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
11465         Log: Subject: [PATCH] DEBUG_* macro cleanups
11466              From: Abhijit Menon-Sen <ams@wiw.org>
11467              Date: Thu, 31 May 2001 12:16:22 +0530
11468              Message-ID: <20010531121622.B4829@lustre.linux.in>
11469              
11470              Subject: Re: [PATCH] DEBUG_* macro cleanups
11471              From: Abhijit Menon-Sen <ams@wiw.org>
11472              Date: Thu, 31 May 2001 13:57:01 +0530
11473              Message-ID: <20010531135701.A21775@lustre.linux.in>
11474              
11475              (The DEBUG_ definitions in perl.h changed to use the
11476              STMT_START and STMT_END.)
11477      Branch: perl
11478            ! perl.h pp_ctl.c sv.c toke.c
11479 ____________________________________________________________________________
11480 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
11481         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
11482              From: Abhijit Menon-Sen <ams@wiw.org>
11483              Date: Thu, 31 May 2001 08:27:55 +0530
11484              Message-ID: <20010531082755.A10018@lustre.linux.in>
11485      Branch: perl
11486            ! ext/Storable/Storable.xs gv.c perl.c
11487 ____________________________________________________________________________
11488 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
11489         Log: Subject: [PATCH] AUTHORS
11490              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11491              Date: Thu, 31 May 2001 01:27:59 -0500
11492              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
11493              
11494              Subject: Re: [PATCH] AUTHORS
11495              From: "Philip Newton" <Philip.Newton@gmx.net>
11496              Date: Thu, 31 May 2001 10:08:06 +0200
11497              (Message-Id missing?)
11498      Branch: perl
11499            ! AUTHORS
11500 ____________________________________________________________________________
11501 [ 10350] By: nick                                  on 2001/05/31  11:40:43
11502         Log: win32 - dmake regen_config_h
11503      Branch: perlio
11504            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11505 ____________________________________________________________________________
11506 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
11507         Log: Subject: Re: [PATCH util.c] More warning cleanups.
11508              From: "Philip Newton" <Philip.Newton@gmx.net>
11509              Date: Thu, 31 May 2001 07:41:36 +0200
11510              Message-Id: <200105310538.IAA25458@taku.hut.fi>
11511              
11512              Undo C++-ism that snekt in.
11513      Branch: perl
11514            ! util.c
11515 ____________________________________________________________________________
11516 [ 10348] By: nick                                  on 2001/05/31  11:36:46
11517         Log: Tolerate Win32 numerics
11518      Branch: perlio
11519            ! t/pragma/warn/toke
11520 ____________________________________________________________________________
11521 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
11522         Log: Integrate perlio.
11523      Branch: perl
11524           !> perlio.c win32/win32.h
11525 ____________________________________________________________________________
11526 [ 10346] By: nick                                  on 2001/05/31  10:54:55
11527         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
11528              perlio.c change 10255.
11529      Branch: perlio
11530            ! perlio.c
11531 ____________________________________________________________________________
11532 [ 10345] By: nick                                  on 2001/05/31  10:01:57
11533         Log: Conditionaly put back some "unused" dTHX which are used
11534              with PERL_IMPLICIT_SYS
11535      Branch: perlio
11536            ! perlio.c
11537 ____________________________________________________________________________
11538 [ 10344] By: nick                                  on 2001/05/31  10:00:59
11539         Log: Fix Win32 for new spelling IN_BYTES 
11540      Branch: perlio
11541            ! win32/win32.h
11542 ____________________________________________________________________________
11543 [ 10343] By: nick                                  on 2001/05/31  08:01:32
11544         Log: perlio.c -Wall cleaner under MULTIPLICITY
11545              - still minor noise with linux stdio
11546      Branch: perlio
11547            ! perlio.c
11548 ____________________________________________________________________________
11549 [ 10342] By: nick                                  on 2001/05/31  07:52:23
11550         Log: Integrate mainline.
11551      Branch: perlio
11552           !> (integrate 42 files)
11553 ____________________________________________________________________________
11554 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
11555         Log: AUTHORS updates.
11556      Branch: perl
11557            ! AUTHORS
11558 ____________________________________________________________________________
11559 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
11560         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
11561              From: Peter Prymmer <pvhp@forte.com>
11562              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
11563              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
11564      Branch: perl
11565            ! t/lib/md5-file.t
11566 ____________________________________________________________________________
11567 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
11568         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
11569              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
11570              to match the pragma name; various robustness cleanups.
11571      Branch: perl
11572            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
11573            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
11574 ____________________________________________________________________________
11575 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
11576         Log: More -Wall sweeping.
11577      Branch: perl
11578            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
11579            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
11580            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
11581            ! regcomp.c sv.c toke.c utf8.c
11582 ____________________________________________________________________________
11583 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
11584         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
11585              From: Nicholas Clark <nick@ccl4.org>
11586              Date: Wed, 30 May 2001 22:34:41 +0100
11587              Message-ID: <20010530223441.Y86445@plum.flirble.org>
11588      Branch: perl
11589            ! t/op/cmp.t
11590 ____________________________________________________________________________
11591 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
11592         Log: It's is not, it isn't ain't, and it's it's, not its,
11593              if you mean it is. If you don't, it's its. Then too,
11594              it's hers. It isn't her's. It isn't our's either.
11595              It's ours, and likewise yours and theirs.
11596              -- Oxford University Press, Edpress News
11597      Branch: perl
11598            ! lib/autouse.pm
11599 ____________________________________________________________________________
11600 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
11601         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
11602      Branch: perl
11603            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
11604            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
11605            ! x2p/str.c x2p/walk.c xsutils.c
11606 ____________________________________________________________________________
11607 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
11608         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11609              From: Michael G Schwern <schwern@pobox.com>
11610              Date: Wed, 30 May 2001 17:10:38 +0100
11611              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
11612              
11613              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11614              From: Abhijit Menon-Sen <ams@wiw.org>
11615              Date: Wed, 30 May 2001 23:16:13 +0530
11616              Message-ID: <20010530231613.A31933@lustre.linux.in>
11617      Branch: perl
11618            ! perl.c t/run/runenv.t
11619 ____________________________________________________________________________
11620 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
11621         Log: (Retracted by #10375.)
11622              
11623              IRIX hints patch from Merijn Broeren.
11624              
11625              TODO: (this and the earlier Linux hints patch) should be solved
11626              at Configure level.  Merijn: -ldb should not be used on any platform
11627              for perl, just when linking DBFile itself. Trying to be helpful here
11628              is counterproductive.
11629      Branch: perl
11630            ! hints/irix_6.sh
11631 ____________________________________________________________________________
11632 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
11633         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
11634              From: Nicholas Clark <nick@ccl4.org>
11635              Date: Wed, 30 May 2001 23:20:58 +0100
11636              Message-ID: <20010530232058.B86445@plum.flirble.org>
11637      Branch: perl
11638            ! doop.c
11639 ____________________________________________________________________________
11640 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
11641         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11642              From: Michael G Schwern <schwern@pobox.com> 
11643              Date: Wed, 30 May 2001 15:24:20 +0100
11644              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
11645      Branch: perl
11646            ! t/pragma/autouse.t
11647 ____________________________________________________________________________
11648 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
11649         Log: The regex trick wasn't a good idea.
11650      Branch: perl
11651            ! pod/perlfaq4.pod
11652 ____________________________________________________________________________
11653 [ 10329] By: nick                                  on 2001/05/30  18:34:35
11654         Log: Integrate mainline
11655      Branch: perlio
11656           !> (integrate 40 files)
11657 ____________________________________________________________________________
11658 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
11659         Log: Update Changes.
11660      Branch: perl
11661            ! Changes patchlevel.h
11662 ____________________________________________________________________________
11663 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
11664         Log: The metaconfig unit change for #10325.
11665      Branch: metaconfig
11666            + U/modified/afs.U
11667 ____________________________________________________________________________
11668 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
11669         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
11670              is now wrong.
11671      Branch: perl
11672            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11673 ____________________________________________________________________________
11674 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
11675         Log: Introduce $Config{afsroot}.
11676      Branch: perl
11677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11678            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
11679            ! win32/config.gc win32/config.vc
11680 ____________________________________________________________________________
11681 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
11682         Log: (Retracted by #10375.)
11683              
11684              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
11685      Branch: perl
11686            ! hints/linux.sh
11687 ____________________________________________________________________________
11688 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
11689         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
11690              (Also Configure tweaks needed; coming up soon.)
11691      Branch: perl
11692            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
11693 ____________________________________________________________________________
11694 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
11695         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
11696              From: Michael G Schwern <schwern@pobox.com>
11697              Date: Sun, 27 May 2001 10:29:43 +0100
11698              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
11699      Branch: perl
11700            ! lib/perl5db.pl
11701 ____________________________________________________________________________
11702 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
11703         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
11704              and Abhijit Menon-Sen.
11705      Branch: perl
11706            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
11707            ! perl.c pp_sys.c regcomp.c
11708 ____________________________________________________________________________
11709 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
11710         Log: Fix the BOOT section to call myU2time properly.
11711      Branch: perl
11712            ! ext/Time/HiRes/HiRes.xs
11713 ____________________________________________________________________________
11714 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
11715         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11716              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11717              Date: Wed, 30 May 2001 09:44:29 -0400
11718              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
11719              
11720              Detypo; plus add one more trick.
11721      Branch: perl
11722            ! pod/perlfaq4.pod
11723 ____________________________________________________________________________
11724 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
11725         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)
11726              From: Michael G Schwern <schwern@pobox.com>
11727              Date: Wed, 30 May 2001 14:39:06 +0100
11728              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
11729      Branch: perl
11730            ! lib/autouse.pm t/pragma/autouse.t
11731 ____________________________________________________________________________
11732 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
11733         Log: Subject: Re: AIX and gcc (moving targets)
11734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11735              Date: Wed, 30 May 2001 15:25:08 +0200
11736              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
11737      Branch: perl
11738            ! ext/Time/HiRes/HiRes.xs
11739 ____________________________________________________________________________
11740 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
11741         Log: Subject: [PATCH t/TEST] sorting tests
11742              From: Michael G Schwern <schwern@pobox.com>
11743              Date: Wed, 30 May 2001 10:24:02 +0100
11744              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
11745      Branch: perl
11746            ! t/TEST
11747 ____________________________________________________________________________
11748 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
11749         Log: Subject: [ID 20010529.002] typos in man page perlre
11750              From: bart@cg681574-a.adubn1.nj.home.com 
11751              Date: Tue, 29 May 2001 13:58:59 -0500
11752              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
11753      Branch: perl
11754            ! pod/perlre.pod
11755 ____________________________________________________________________________
11756 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
11757         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11758              From: "Craig A. Berry" <craigberry@mac.com>
11759              Date: Tue, 29 May 2001 23:23:45 -0500
11760              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
11761      Branch: perl
11762            ! t/lib/extutils.t t/pragma/autouse.t
11763 ____________________________________________________________________________
11764 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
11765         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)
11766              From: David Dyck <dcd@tc.fluke.com>
11767              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
11768              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
11769      Branch: perl
11770            ! t/lib/filefind.t
11771 ____________________________________________________________________________
11772 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
11773         Log: AIX hints update for gcc from Merijn H. Brand.
11774      Branch: perl
11775            ! hints/aix.sh
11776 ____________________________________________________________________________
11777 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
11778         Log: Retract #10295 and #10296: a more generic solution
11779              is needed (there's something funny with gcc on AIX).
11780      Branch: perl
11781            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
11782 ____________________________________________________________________________
11783 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
11784         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11785              From: Hugo <hv@crypt.compulink.co.uk>
11786              Date: Wed, 30 May 2001 11:59:19 +0100
11787              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
11788              
11789              localizing $@ has unfortunate semantics - if you die past
11790              a local $@, the die message is lost.
11791      Branch: perl
11792            ! lib/utf8_heavy.pl
11793 ____________________________________________________________________________
11794 [ 10309] By: nick                                  on 2001/05/30  08:23:02
11795         Log: Integrate mainline (autouse works again.)
11796      Branch: perlio
11797           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
11798           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
11799           !> pod/perlvar.pod t/op/cmp.t
11800 ____________________________________________________________________________
11801 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
11802         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
11803              From: David Dyck <dcd@tc.fluke.com>
11804              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
11805              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
11806      Branch: perl
11807            ! lib/File/Find.pm
11808 ____________________________________________________________________________
11809 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
11810         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
11811              From: Nicholas Clark <nick@ccl4.org>
11812              Date: Tue, 29 May 2001 23:16:09 +0100
11813              Message-ID: <20010529231609.U86445@plum.flirble.org>
11814              
11815              Make the test output slightly clearer by distinguishing
11816              between '' and undef.
11817      Branch: perl
11818            ! t/op/cmp.t
11819 ____________________________________________________________________________
11820 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
11821         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
11822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11823              Date: Tue, 29 May 2001 19:15:19 -0400
11824              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
11825      Branch: perl
11826            ! hints/os2.sh
11827 ____________________________________________________________________________
11828 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
11829         Log: Subject: perlvar.pod addition
11830              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
11831              Date: Fri, 25 May 2001 20:23:12 +0200
11832              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
11833              
11834              Subject: Re: perlvar.pod addition
11835              From: "Abigail" <abigail@foad.org> 
11836              Date: Fri, 25 May 2001 22:00:39 +0200
11837              Message-ID: <20010525200039.28029.qmail@foad.org>
11838              
11839              Mention $a and $b in perlvar.
11840      Branch: perl
11841            ! pod/perlvar.pod
11842 ____________________________________________________________________________
11843 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
11844         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
11845              From: Jeff Pinyan <jeffp@crusoe.net>
11846              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
11847              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
11848      Branch: perl
11849            ! pod/perlvar.pod
11850 ____________________________________________________________________________
11851 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
11852         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
11853              From: Jeff Pinyan <jeffp@crusoe.net>
11854              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
11855              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
11856      Branch: perl
11857            ! pod/perlfaq6.pod
11858 ____________________________________________________________________________
11859 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
11860         Log: Mention Time::localtime and Time::gmtime.
11861      Branch: perl
11862            ! ext/Time/Piece/Piece.pm
11863 ____________________________________________________________________________
11864 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
11865         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11866              From: Michael G Schwern <schwern@pobox.com>
11867              Date: Tue, 29 May 2001 18:51:32 +0100
11868              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
11869      Branch: perl
11870            ! pod/perlfaq4.pod
11871 ____________________________________________________________________________
11872 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
11873         Log: Retract #10243.
11874      Branch: perl
11875            ! lib/autouse.pm
11876 ____________________________________________________________________________
11877 [ 10299] By: nick                                  on 2001/05/29  18:41:19
11878         Log: Post weekend integrate mainline (fails one test pragma/autouse).
11879      Branch: perlio
11880           +> (branch 29 files)
11881           !> (integrate 91 files)
11882 ____________________________________________________________________________
11883 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
11884         Log: Update Changes.
11885      Branch: perl
11886            ! Changes patchlevel.h
11887 ____________________________________________________________________________
11888 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
11889         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
11890              before Perl_load_module/Perl_call_method and restore the value
11891              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
11892      Branch: perl
11893            ! utf8.c
11894 ____________________________________________________________________________
11895 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
11896         Log: Subject: Re: AIX and gcc (moving targets)
11897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11898              Date: Tue, 29 May 2001 17:59:40 +0200
11899              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
11900      Branch: perl
11901            ! ext/Storable/Makefile.PL
11902 ____________________________________________________________________________
11903 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
11904         Log: Subject: Re: AIX and gcc (moving targets)
11905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11906              Date: Tue, 29 May 2001 12:32:57 +0200
11907              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
11908      Branch: perl
11909            ! ext/POSIX/Makefile.PL
11910 ____________________________________________________________________________
11911 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
11912         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
11913              From: Michael G Schwern <schwern@pobox.com>
11914              Date: Tue, 29 May 2001 09:53:29 +0100
11915              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
11916              
11917              (#10280 retracted)
11918      Branch: perl
11919            ! lib/Test/Harness.pm t/lib/test-harness.t
11920 ____________________________________________________________________________
11921 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
11922         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
11923              From: Michael G Schwern <schwern@pobox.com>
11924              Date: Tue, 29 May 2001 09:19:52 +0100
11925              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
11926      Branch: perl
11927            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
11928            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
11929            + t/lib/Test/todo.t
11930            ! MANIFEST lib/Test.pm t/TEST
11931 ____________________________________________________________________________
11932 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
11933         Log: From: Michael G Schwern <schwern@pobox.com>
11934              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
11935              Date: Tue, 29 May 2001 08:26:09 +0100
11936              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
11937      Branch: perl
11938            ! t/TEST
11939 ____________________________________________________________________________
11940 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
11941         Log: Add tests for Time::gmtime and Time::localtime.
11942      Branch: perl
11943            + t/lib/time-gmtime.t t/lib/time-localtime.t
11944            ! MANIFEST t/lib/1_compile.t
11945 ____________________________________________________________________________
11946 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
11947         Log: Add test for File::stat.
11948      Branch: perl
11949            + t/lib/filestat.t
11950            ! MANIFEST t/lib/1_compile.t
11951 ____________________________________________________________________________
11952 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
11953         Log: Add test for Net::servent.
11954      Branch: perl
11955            + t/lib/net-sent.t
11956            ! MANIFEST t/lib/1_compile.t
11957 ____________________________________________________________________________
11958 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
11959         Log: Add test for Net::protoent.
11960      Branch: perl
11961            + t/lib/net-pent.t
11962            ! MANIFEST t/lib/1_compile.t
11963 ____________________________________________________________________________
11964 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
11965         Log: Add test for Net::netent.
11966      Branch: perl
11967            + t/lib/net-nent.t
11968            ! MANIFEST t/lib/1_compile.t
11969 ____________________________________________________________________________
11970 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
11971         Log: Add test for User::grent.  Portability doubtful.
11972      Branch: perl
11973            + t/lib/user-grent.t
11974            ! MANIFEST t/lib/1_compile.t
11975 ____________________________________________________________________________
11976 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
11977         Log: Add test for User::pwent.
11978              Probably will fall down somewhere for portability reasons.
11979      Branch: perl
11980            + t/lib/user-pwent.t
11981            ! MANIFEST t/lib/1_compile.t
11982 ____________________________________________________________________________
11983 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
11984         Log: Metaconfig units changes for #10283.
11985      Branch: metaconfig
11986            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
11987            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
11988            ! U/installdirs/sitescript.U U/modified/Signal.U
11989 ____________________________________________________________________________
11990 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
11991         Log: Subject: [PATCH 5.6.1] signal names in Configure
11992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11993              Date: Tue, 29 May 2001 03:52:25 -0400
11994              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
11995              
11996              Subject: [PATCH 5.6.1] older perl in Configure
11997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11998              Date: Tue, 29 May 2001 03:55:40 -0400
11999              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
12000              
12001              Subject: [PATCH 5.6.1] goofs in Configure
12002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12003              Date: Tue, 29 May 2001 04:13:07 -0400
12004              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
12005              
12006              Configure portability tweaks.
12007      Branch: perl
12008            ! Configure
12009 ____________________________________________________________________________
12010 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
12011         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
12012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12013              Date: Tue, 29 May 2001 04:07:06 -0400
12014              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
12015      Branch: perl
12016            ! os2/os2.c
12017 ____________________________________________________________________________
12018 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
12019         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
12020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12021              Date: Tue, 29 May 2001 04:01:38 -0400
12022              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
12023      Branch: perl
12024            ! hints/os2.sh os2/Makefile.SHs
12025 ____________________________________________________________________________
12026 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
12027         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
12028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12029              Date: Tue, 29 May 2001 03:50:18 -0400
12030              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
12031      Branch: perl
12032            ! lib/Test/Harness.pm
12033 ____________________________________________________________________________
12034 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
12035         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
12036      Branch: perl
12037            ! lib/utf8_heavy.pl
12038 ____________________________________________________________________________
12039 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
12040         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12041              From: Hugo <hv@crypt.compulink.co.uk>
12042              Date: Tue, 29 May 2001 03:03:45 +0100
12043              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
12044              
12045              Explanation why the $@ always gets the UTF8 flag when under use utf8--
12046              because we told it to have the flag when under use utf8.
12047      Branch: perl
12048            ! pp_ctl.c
12049 ____________________________________________________________________________
12050 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
12051         Log: At least a partial fix for 20010528.004.
12052      Branch: perl
12053            ! lib/utf8_heavy.pl
12054 ____________________________________________________________________________
12055 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
12056         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
12057              From: Nicholas Clark <nick@ccl4.org> 
12058              Date: Mon, 28 May 2001 23:39:38 +0100
12059              Message-ID: <20010528233938.M86445@plum.flirble.org>
12060              
12061              More portable non-zero UV.
12062      Branch: perl
12063            ! t/lib/extutils.t
12064 ____________________________________________________________________________
12065 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
12066         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
12067              From: Nicholas Clark <nick@ccl4.org>
12068              Date: Mon, 28 May 2001 22:46:09 +0100
12069              Message-ID: <20010528224608.L86445@plum.flirble.org>
12070              
12071              Test also "make clean".
12072      Branch: perl
12073            ! t/lib/extutils.t
12074 ____________________________________________________________________________
12075 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
12076         Log: Subject: Re: Would -Wno-unused -Wall be better?
12077              From: Michael G Schwern <schwern@pobox.com>
12078              Date: Tue, 29 May 2001 00:55:54 +0100
12079              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
12080      Branch: perl
12081            ! pp.h
12082 ____________________________________________________________________________
12083 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
12084         Log: Add a test for 20010528.007, fixed in #10272.
12085      Branch: perl
12086            ! t/op/misc.t toke.c
12087 ____________________________________________________________________________
12088 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
12089         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
12090              From: Hugo <hv@crypt.compulink.co.uk>
12091              Date: Tue, 29 May 2001 00:23:23 +0100
12092              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
12093      Branch: perl
12094            ! toke.c
12095 ____________________________________________________________________________
12096 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
12097         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12098              From: Michael G Schwern <schwern@pobox.com>
12099              Date: Tue, 29 May 2001 00:42:59 +0100
12100              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
12101      Branch: perl
12102            ! t/pragma/autouse.t
12103 ____________________________________________________________________________
12104 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
12105         Log: Some shells seemingly arrange the signal handlers differently
12106              (bug id 20010521.004).
12107      Branch: perl
12108            ! t/lib/sigaction.t
12109 ____________________________________________________________________________
12110 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
12111         Log: Regen perlmodlib.
12112      Branch: perl
12113            ! pod/perlmodlib.pod
12114 ____________________________________________________________________________
12115 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
12116         Log: Update Changes.
12117      Branch: perl
12118            ! Changes patchlevel.h
12119 ____________________________________________________________________________
12120 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
12121         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
12122              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12123              Date: Mon, 28 May 2001 14:56:35 -0500
12124              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
12125      Branch: perl
12126            ! pod/perlnewmod.pod
12127 ____________________________________________________________________________
12128 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
12129         Log: Regen toc.
12130      Branch: perl
12131            ! pod/perltoc.pod
12132 ____________________________________________________________________________
12133 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
12134         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
12135              From: "Richard Soderberg" <rs@crystalflame.net>
12136              Date: Mon, 28 May 2001 12:31:23 -0700
12137              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
12138      Branch: perl
12139            ! t/op/splice.t
12140 ____________________________________________________________________________
12141 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
12142         Log: The #10260 was too bold: locales and utf8 still do not mix.
12143      Branch: perl
12144            ! t/pragma/locale.t
12145 ____________________________________________________________________________
12146 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
12147         Log: Subject: [PATCH] Pod nitpicks
12148              From: "Richard Soderberg" <rs@crystalflame.net>
12149              Date: Mon, 28 May 2001 10:08:58 -0700
12150              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
12151      Branch: perl
12152            ! pod/perl571delta.pod pod/perlapi.pod sv.h
12153 ____________________________________________________________________________
12154 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
12155         Log: Upgrade to I18N::LangTags 0.22.
12156      Branch: perl
12157            + lib/I18N/LangTags/List.pod
12158            ! MANIFEST lib/I18N/LangTags.pm
12159 ____________________________________________________________________________
12160 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
12161         Log: A slightly more serious bug found by -Mutf8; op/misc and
12162              lib/complex dumped core.
12163      Branch: perl
12164            ! regexec.c
12165 ____________________________________________________________________________
12166 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
12167         Log: Various buglets shaken out by -Mutf8.
12168      Branch: perl
12169            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
12170            ! t/pragma/locale.t
12171 ____________________________________________________________________________
12172 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
12173         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
12174      Branch: perl
12175            ! t/lib/carp.t
12176 ____________________________________________________________________________
12177 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
12178         Log: Subject: [PATCH] todo patch
12179              From: Artur Bergman <artur@contiller.se> 
12180              Date: Mon, 28 May 2001 17:03:51 +0200
12181              Message-ID: <B7383577.F34%artur@contiller.se>
12182      Branch: perl
12183            ! pod/perltodo.pod
12184 ____________________________________________________________________________
12185 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
12186         Log: Subject: typo in perlguts.pod
12187              From: "John P. Linderman" <jpl@research.att.com>
12188              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
12189              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
12190      Branch: perl
12191            ! pod/perlguts.pod
12192 ____________________________________________________________________________
12193 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
12194         Log: Subject: AIX and gcc (moving targets)
12195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12196              Date: Mon, 28 May 2001 12:54:04 +0200
12197              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
12198      Branch: perl
12199            ! hints/aix.sh
12200 ____________________________________________________________________________
12201 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
12202         Log: Subject: Re: perlio + multiple perl_alloc..destruct
12203              From: Doug MacEachern <dougm@covalent.net>
12204              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
12205              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
12206      Branch: perl
12207            ! perlio.c
12208 ____________________________________________________________________________
12209 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
12210         Log: The #10251 wasn't quite up-to-the-code.
12211      Branch: perl
12212            ! t/op/misc.t
12213 ____________________________________________________________________________
12214 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
12215         Log: Test case for bug 20010526.004, fixed in #10252.
12216      Branch: perl
12217            ! t/op/taint.t
12218 ____________________________________________________________________________
12219 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
12220         Log: Subject: Re: [ID 20010526.004] Taint looses value
12221              From: Hugo <hv@crypt.compulink.co.uk>
12222              Date: Sun, 27 May 2001 20:39:32 +0100
12223              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
12224      Branch: perl
12225            ! sv.c
12226 ____________________________________________________________________________
12227 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
12228         Log: Test case for 20010422.005, fixed by #10250.
12229      Branch: perl
12230            ! t/op/misc.t
12231 ____________________________________________________________________________
12232 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
12233         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
12234              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12235              Date: Mon, 28 May 2001 06:39:12 -0400
12236              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
12237      Branch: perl
12238            ! toke.c
12239 ____________________________________________________________________________
12240 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
12241         Log: Linerewrapping.
12242      Branch: perl
12243            ! lib/open.pm
12244 ____________________________________________________________________________
12245 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
12246         Log: Updates on the modules list.
12247      Branch: perl
12248            ! t/lib/1_compile.t
12249 ____________________________________________________________________________
12250 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
12251         Log: Add a test for PerlIO.
12252              
12253              (I probably got the crlf/raw thing wrong for clrfy platforms...)
12254      Branch: perl
12255            + t/lib/perlio.t
12256            ! MANIFEST lib/PerlIO.pm
12257 ____________________________________________________________________________
12258 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
12259         Log: Add a test for carp et alia.
12260      Branch: perl
12261            + t/lib/carp.t
12262            ! MANIFEST
12263 ____________________________________________________________________________
12264 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
12265         Log: Adding the new test would be swell.
12266      Branch: perl
12267            + t/pragma/autouse.t
12268 ____________________________________________________________________________
12269 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
12270         Log: Add a test for the autouse pragma.
12271      Branch: perl
12272            ! MANIFEST
12273 ____________________________________________________________________________
12274 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
12275         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12276              From: dLux <dlux@spam.sch.bme.hu>
12277              Date: Sun, 27 May 2001 16:14:26 +0200
12278              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
12279      Branch: perl
12280            ! lib/autouse.pm
12281 ____________________________________________________________________________
12282 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
12283         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
12284              From: "Richard Soderberg" <rs@crystalflame.net>
12285              Date: Mon, 28 May 2001 03:56:36 -0700
12286              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
12287      Branch: perl
12288            ! utils/dprofpp.PL
12289 ____________________________________________________________________________
12290 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
12291         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
12292              From: "Stephen P. Potter" <spp@spotter.yi.org>
12293              Date: Tue, 22 May 2001 11:40:25 -0400
12294              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
12295              
12296              Subject: Re: [ID 20010522.003] Time::Local module bug
12297              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
12298              Date: Tue, 22 May 2001 11:50:19 -0400
12299              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
12300      Branch: perl
12301            ! lib/Time/Local.pm
12302 ____________________________________________________________________________
12303 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
12304         Log: The PERL_DL_NONLAZY can have whitespace in front.
12305      Branch: perl
12306            ! t/lib/extutils.t
12307 ____________________________________________________________________________
12308 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
12309         Log: Document strftime() and strptime().
12310      Branch: perl
12311            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
12312 ____________________________________________________________________________
12313 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
12314         Log: Make Time::Piece::strptime() to be a function, not a method.
12315      Branch: perl
12316            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12317 ____________________________________________________________________________
12318 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
12319         Log: Tweak the test to be more portable.
12320      Branch: perl
12321            ! t/lib/extutils.t
12322 ____________________________________________________________________________
12323 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
12324         Log: Subject: PATCH: Re: Re: Attributes that tie
12325              From: Leon Brocard <acme@astray.com>
12326              Date: Sun, 27 May 2001 12:37:29 +0100
12327              Message-ID: <20010527123729.A22663@ns0.astray.com>
12328              
12329              Document that variable attributes are not currently usable
12330              for tieing.  (An ugly limitation that should be fixed.)
12331      Branch: perl
12332            ! lib/attributes.pm
12333 ____________________________________________________________________________
12334 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
12335         Log: Microperl tweaks.
12336      Branch: perl
12337            ! Makefile.micro uconfig.h uconfig.sh
12338 ____________________________________________________________________________
12339 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
12340         Log: Add make target for microperl (kind of silly, but convenient).
12341      Branch: perl
12342            ! Makefile.SH
12343 ____________________________________________________________________________
12344 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
12345         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
12346              for microperl.)
12347      Branch: perl
12348            ! doio.c
12349 ____________________________________________________________________________
12350 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
12351         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
12352              From: rspier@pobox.com (Robert Spier)
12353              Date: Sat, 26 May 2001 20:05:23 -0400
12354              Message-ID: <15120.17603.148648.12430@rls.cx>
12355              
12356              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
12357              From: rspier@pobox.com (Robert Spier)
12358              Date: Sun, 27 May 2001 00:23:12 -0400
12359              Message-ID: <15120.33072.511966.767230@rls.cx>
12360      Branch: perl
12361            ! doio.c pod/perlfunc.pod
12362 ____________________________________________________________________________
12363 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
12364         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
12365      Branch: perl
12366            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12367 ____________________________________________________________________________
12368 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
12369         Log: Add README.tru64.
12370      Branch: perl
12371            + README.tru64
12372 ____________________________________________________________________________
12373 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
12374         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
12375      Branch: perl
12376            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12377            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
12378            ! MANIFEST
12379 ____________________________________________________________________________
12380 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
12381         Log: Integrate I18N::LangTags from Sean Burke.
12382              
12383              TODO: the language list from RFC 3066 needs to be integrated
12384              and made available somehow.  The list is included in the
12385              I18N-LangTags 0.21 distribution, but it is undocumented
12386              and unconnected to the module.
12387      Branch: perl
12388            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
12389            ! MANIFEST
12390 ____________________________________________________________________________
12391 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
12392         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
12393              envisioned by Sarathy.
12394      Branch: perl
12395            ! t/op/ver.t toke.c
12396 ____________________________________________________________________________
12397 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
12398         Log: Subject: [ID 20010525.001] Pod typo nits fixed
12399              From: lvirden@cas.org
12400              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
12401              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
12402              
12403              minus the perlsolaris decimation plus the
12404              
12405              Subject: Re: [ID 20010525.001] Pod typo nits fixed
12406              From: "Philip Newton" <Philip.Newton@gmx.net>
12407              Date: Fri, 25 May 2001 18:05:55 +0200
12408              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
12409      Branch: perl
12410            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
12411            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
12412            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
12413            ! pod/perlutil.pod pod/perlxstut.pod
12414 ____________________________________________________________________________
12415 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
12416         Log: return clauses are nice.
12417      Branch: perl
12418            ! sv.c
12419 ____________________________________________________________________________
12420 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
12421         Log: Subject: change 10199 backwards?
12422              From: Doug MacEachern <dougm@covalent.net>
12423              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
12424              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
12425      Branch: perl
12426            ! sv.c
12427 ____________________________________________________________________________
12428 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
12429         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
12430              From: Hugo <hv@crypt.compulink.co.uk>
12431              Date: Sat, 26 May 2001 17:05:12 +0100
12432              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
12433      Branch: perl
12434            + t/op/gmagic.t
12435            ! MANIFEST doop.c embed.h embed.pl global.sym
12436            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
12437            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
12438 ____________________________________________________________________________
12439 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
12440         Log: Regen headers for #10221.
12441      Branch: perl
12442            ! global.sym objXSUB.h perlapi.c
12443 ____________________________________________________________________________
12444 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
12445         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
12446              From: Juha Laiho <juha.laiho@Elma.Net>
12447              Date: Thu, 3 May 2001 09:51:30 +0300
12448              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
12449      Branch: perl
12450            ! embed.pl
12451 ____________________________________________________________________________
12452 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
12453         Log: Subject: Re: [PATCH] Re: stability of sort()?
12454              From: "John P. Linderman" <jpl@research.att.com>
12455              Date: Sat, 26 May 2001 13:27:19 -0400
12456              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
12457      Branch: perl
12458            ! pod/perlfunc.pod
12459 ____________________________________________________________________________
12460 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
12461         Log: Integrate perlio.
12462      Branch: perl
12463           !> pod/perlguts.pod
12464 ____________________________________________________________________________
12465 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
12466         Log: Subject: [PATCH perl@10210] PerlIO for VMS
12467              From: "Craig A. Berry" <craigberry@mac.com>
12468              Date: Sat, 26 May 2001 09:34:11 -0500
12469              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
12470      Branch: perl
12471            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
12472            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
12473            ! vms/vmsish.h
12474 ____________________________________________________________________________
12475 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
12476         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
12477              From: David Dyck <dcd@tc.fluke.com>
12478              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
12479              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
12480      Branch: perl
12481            ! lib/perl5db.pl
12482 ____________________________________________________________________________
12483 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
12484         Log: Subject: utf8 regexp tests
12485              From: Hugo <hv@crypt.compulink.co.uk>
12486              Date: Fri, 25 May 2001 22:35:01 +0100
12487              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
12488      Branch: perl
12489            ! t/op/regexp.t
12490 ____________________________________________________________________________
12491 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
12492         Log: Subject: [PATCH] Re: stability of sort()?
12493              From: Nicholas Clark <nick@ccl4.org>
12494              Date: Fri, 25 May 2001 22:40:19 +0100
12495              Message-ID: <20010525224019.B86445@plum.flirble.org>
12496      Branch: perl
12497            ! pod/perlfunc.pod
12498 ____________________________________________________________________________
12499 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
12500         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
12501              From: John Peacock <jpeacock@rowman.com>
12502              Date: Thu, 24 May 2001 22:14:01 -0400
12503              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
12504      Branch: perl
12505            ! mg.c scope.c sv.c
12506 ____________________________________________________________________________
12507 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
12508         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12509              From: Nicholas Clark <nick@ccl4.org>
12510              Date: Sun, 20 May 2001 19:24:13 +0100
12511              Message-ID: <20010520192413.G83222@plum.flirble.org>
12512      Branch: perl
12513            + lib/ExtUtils/Constant.pm t/lib/extutils.t
12514            ! MANIFEST utils/h2xs.PL
12515 ____________________________________________________________________________
12516 [ 10212] By: nick                                  on 2001/05/26  09:49:28
12517         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
12518              add a few more notes there on use of mortals on the stack.
12519      Branch: perlio
12520            ! pod/perlguts.pod
12521 ____________________________________________________________________________
12522 [ 10211] By: nick                                  on 2001/05/26  09:05:36
12523         Log: Integrate mainline
12524      Branch: perlio
12525           +> t/lib/fcntl.t t/pragma/vars.t
12526           !> (integrate 49 files)
12527 ____________________________________________________________________________
12528 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
12529         Log: Update Changes.
12530      Branch: perl
12531            ! Changes patchlevel.h
12532 ____________________________________________________________________________
12533 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
12534         Log: Based on
12535              
12536              Subject: [PATCH pp.c] Wrapping pack("C",256)
12537              From: Simon Cozens <simon@netthink.co.uk>
12538              Date: Sat, 12 May 2001 17:58:41 +0100
12539              Message-ID: <20010512175841.A6132@netthink.co.uk>
12540      Branch: perl
12541            ! pod/perldiag.pod pp.c t/pragma/warn/pp
12542 ____________________________________________________________________________
12543 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
12544         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
12545              From: "Brendan O'Dea" <bod@compusol.com.au>
12546              Date: Fri, 25 May 2001 11:18:29 +1000
12547              Message-ID: <20010525111829.A28411@compusol.com.au>
12548              
12549              (Slightly modified.)
12550      Branch: perl
12551            ! lib/Term/Cap.pm
12552 ____________________________________________________________________________
12553 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
12554         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
12555              From: Hugo <hv@crypt.compulink.co.uk>
12556              Date: Fri, 25 May 2001 02:13:25 +0100
12557              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
12558      Branch: perl
12559            ! t/op/misc.t
12560 ____________________________________________________________________________
12561 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
12562         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
12563              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
12564              Date: Fri, 25 May 2001 10:25:36 +0900
12565              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
12566      Branch: perl
12567            ! regcomp.c regexec.c
12568 ____________________________________________________________________________
12569 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
12570         Log: Subject: [PATCH #2] stash autovivification and method call error messages
12571              From: Ilmari Karonen <iltzu@sci.fi>
12572              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
12573              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
12574      Branch: perl
12575            ! gv.c pp_hot.c t/op/method.t
12576 ____________________________________________________________________________
12577 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
12578         Log: Add make target and documentation for gprof profiling.
12579      Branch: perl
12580            ! Makefile.SH pod/perlhack.pod
12581 ____________________________________________________________________________
12582 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
12583         Log: Subject: Don't think about UTF8 
12584              From: Mike Guy <mjtg@cam.ac.uk> 
12585              Date: Tue, 22 May 2001 14:35:39 +0100
12586              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
12587      Branch: perl
12588            ! sv.h
12589 ____________________________________________________________________________
12590 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
12591         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
12592              From: Geraint A Edwards <gedge@serf.org> 
12593              Date: Thu, 24 May 2001 22:51:24 +0100
12594              Message-Id: <20010524225124.A34981@cymru.serf.org>
12595      Branch: perl
12596            ! x2p/find2perl.PL
12597 ____________________________________________________________________________
12598 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
12599         Log: DB_File has its own attribute story.
12600      Branch: perl
12601            ! ext/DB_File/DB_File.xs
12602 ____________________________________________________________________________
12603 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
12604         Log: Subject: Re: Making perl with -Wall
12605              From: Andy Dougherty <doughera@lafayette.edu>
12606              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
12607              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
12608      Branch: perl
12609            ! perl.h
12610 ____________________________________________________________________________
12611 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
12612         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
12613              From: "Richard Soderberg" <rs@crystalflame.net>
12614              Date: Thu, 24 May 2001 08:58:16 -0700
12615              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
12616      Branch: perl
12617            ! sv.c
12618 ____________________________________________________________________________
12619 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
12620         Log: IV/UV casting fixes from Nicholas Clark.
12621      Branch: perl
12622            ! perl.h pp_sys.c util.c
12623 ____________________________________________________________________________
12624 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
12625         Log: Subject: Re: Making perl with -Wall
12626              From: Michael G Schwern <schwern@pobox.com>
12627              Date: Thu, 24 May 2001 15:40:28 +0100
12628              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
12629      Branch: perl
12630            ! malloc.c perl.h
12631 ____________________________________________________________________________
12632 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
12633         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
12634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12635              Date: Tue, 22 May 2001 11:49:37 +0200
12636              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
12637      Branch: metaconfig
12638            ! U/modified/Oldsym.U
12639      Branch: metaconfig/U/perl
12640            ! patchlevel.U
12641      Branch: perl
12642            ! Configure config_h.SH myconfig.SH
12643 ____________________________________________________________________________
12644 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
12645         Log: Under versiononly install also the scripts with the version suffix.
12646              (e.g. .../bin/h2xs5.7.1)
12647      Branch: perl
12648            ! installperl
12649 ____________________________________________________________________________
12650 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
12651         Log: Subject: [PATCH] Stop segfault in mg.c:636
12652              From: "Richard Soderberg" <rs@crystalflame.net>
12653              Date: Thu, 24 May 2001 05:51:52 -0700
12654              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
12655      Branch: perl
12656            ! mg.c
12657 ____________________________________________________________________________
12658 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
12659         Log: Iteration continues; hopefully convergently.
12660      Branch: perl
12661            ! t/lib/b-stash.t
12662 ____________________________________________________________________________
12663 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
12664         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
12665              From: Gisle Aas <gisle@ActiveState.com>
12666              Date: 23 May 2001 16:13:10 -0700
12667              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
12668      Branch: perl
12669            ! op.c toke.c
12670 ____________________________________________________________________________
12671 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
12672         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
12673              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12674              Date: Thu, 24 May 2001 05:05:22 -0500
12675              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
12676      Branch: perl
12677            ! lib/dumpvar.pl lib/perl5db.pl
12678 ____________________________________________________________________________
12679 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
12680         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
12681              From: David Dyck <dcd@tc.fluke.com>
12682              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
12683              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
12684      Branch: perl
12685            ! lib/perl5db.pl
12686 ____________________________________________________________________________
12687 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
12688         Log: Tiny pod nits on READMEs, mostly whitespace issues.
12689      Branch: perl
12690            ! README.amiga README.dos README.macos README.mpeix README.vmesa
12691            ! README.win32
12692 ____________________________________________________________________________
12693 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
12694         Log: The DG/UX part of the 20010521.005.
12695      Branch: perl
12696            ! README.dgux
12697 ____________________________________________________________________________
12698 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
12699         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
12700              From: Hugo <hv@crypt.compulink.co.uk>
12701              Date: Mon, 21 May 2001 16:32:02 +0100
12702              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
12703      Branch: perl
12704            ! regcomp.c t/op/misc.t
12705 ____________________________________________________________________________
12706 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
12707         Log: Subject: [PATCH] Extra UNIVERSAL tests
12708              From: Mike Guy <mjtg@cam.ac.uk>
12709              Date: Wed, 23 May 2001 12:29:20 +0100
12710              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
12711      Branch: perl
12712            ! t/op/universal.t
12713 ____________________________________________________________________________
12714 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
12715         Log: Subject: [PATCH] Remove EQ keyword
12716              From: Mike Guy <mjtg@cam.ac.uk>
12717              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
12718              Date: Wed, 23 May 2001 11:17:29 +0100
12719      Branch: perl
12720            ! keywords.h keywords.pl
12721 ____________________________________________________________________________
12722 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
12723         Log: Subject: [PATCH] lib/perl5db.pl
12724              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12725              Date: Wed, 23 May 2001 02:18:03 -0500
12726              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
12727      Branch: perl
12728            ! lib/perl5db.pl
12729 ____________________________________________________________________________
12730 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
12731         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
12732              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12733              Date: Tue, 22 May 2001 23:34:41 -0500
12734              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
12735      Branch: perl
12736            ! lib/Term/Cap.pm
12737 ____________________________________________________________________________
12738 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
12739         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
12740              From: davem@fdgroup.co.uk
12741              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
12742              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
12743      Branch: perl
12744            ! emacs/e2ctags.pl
12745 ____________________________________________________________________________
12746 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
12747         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
12748              From: Michael G Schwern <schwern@pobox.com>
12749              Date: Tue, 22 May 2001 14:15:09 +0100
12750              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
12751      Branch: perl
12752            ! lib/vars.pm
12753 ____________________________________________________________________________
12754 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
12755         Log: Subject: [PATCH lib/vars.pm] Odd code nit
12756              From: Michael G Schwern <schwern@pobox.com>
12757              Date: Tue, 22 May 2001 14:14:28 +0100
12758              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
12759      Branch: perl
12760            ! lib/vars.pm
12761 ____________________________________________________________________________
12762 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
12763         Log: Use the new use vars feature.
12764      Branch: perl
12765            ! t/lib/b-stash.t
12766 ____________________________________________________________________________
12767 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
12768         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
12769              From: Mike Guy <mjtg@cam.ac.uk>
12770              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12771              Date: Tue, 22 May 2001 13:11:39 +0100
12772      Branch: perl
12773            + t/pragma/vars.t
12774            ! MANIFEST lib/vars.pm t/lib/1_compile.t
12775 ____________________________________________________________________________
12776 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
12777         Log: -qlongdouble considered harmful by Merijn.
12778      Branch: perl
12779            ! hints/aix.sh
12780 ____________________________________________________________________________
12781 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
12782         Log: Update Changes.
12783      Branch: perl
12784            ! Changes patchlevel.h
12785 ____________________________________________________________________________
12786 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
12787         Log: Add a test of its very own for Fcntl.  Hopefully portable.
12788      Branch: perl
12789            + t/lib/fcntl.t
12790            ! MANIFEST
12791 ____________________________________________________________________________
12792 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
12793         Log: Must be trickier for 'minitest' not to die.
12794      Branch: perl
12795            ! t/op/taint.t
12796 ____________________________________________________________________________
12797 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
12798         Log: Can't declare other people's variables.
12799      Branch: perl
12800            ! t/lib/b-stash.t
12801 ____________________________________________________________________________
12802 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
12803         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
12804      Branch: perl
12805            ! doio.c t/op/taint.t
12806 ____________________________________________________________________________
12807 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
12808         Log: The OS/2 variable needs to be declared.
12809      Branch: perl
12810            ! t/lib/b-stash.t
12811 ____________________________________________________________________________
12812 [ 10170] By: nick                                  on 2001/05/20  16:48:29
12813         Log: Integrate mainline
12814      Branch: perlio
12815           !> (integrate 41 files)
12816 ____________________________________________________________________________
12817 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
12818         Log: Small perlsec updates: clarify the taintedness of filename
12819              globbing; suggest using Scalar::Util::tainted().
12820      Branch: perl
12821            ! pod/perlsec.pod
12822 ____________________________________________________________________________
12823 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
12824         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
12825              From: Dave Mitchell <davem@fdgroup.co.uk>
12826              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
12827              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
12828      Branch: perl
12829            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
12830            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
12831            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
12832            ! xsutils.c
12833 ____________________________________________________________________________
12834 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
12835         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
12836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12837              Date: Sat, 19 May 2001 04:08:46 -0400
12838              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
12839      Branch: perl
12840            ! lib/ExtUtils/Mksymlists.pm makedef.pl
12841 ____________________________________________________________________________
12842 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
12843         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
12844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12845              Date: Sat, 19 May 2001 04:30:45 -0400
12846              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
12847      Branch: perl
12848            ! os2/os2.c
12849 ____________________________________________________________________________
12850 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
12851         Log: Subject: [PATCH 5.6.1] build bugs OS/2
12852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12853              Date: Sat, 19 May 2001 04:35:28 -0400
12854              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
12855      Branch: perl
12856            ! os2/Makefile.SHs os2/os2.c
12857 ____________________________________________________________________________
12858 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
12859         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
12860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12861              Date: Sat, 19 May 2001 04:04:23 -0400
12862              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
12863              
12864              (In bleadperl patched b-stash.t instead of b.t)
12865      Branch: perl
12866            ! t/lib/b-stash.t t/lib/bigfltpm.t
12867 ____________________________________________________________________________
12868 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
12869         Log: Subject: [PATCH 5.6.1] perl5db
12870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12871              Date: Sat, 19 May 2001 03:49:09 -0400
12872              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
12873      Branch: perl
12874            ! lib/perl5db.pl
12875 ____________________________________________________________________________
12876 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
12877         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
12878              From: Gisle Aas <gisle@ActiveState.com>
12879              Date: 18 May 2001 14:24:51 -0700
12880              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
12881      Branch: perl
12882            ! pp_ctl.c
12883 ____________________________________________________________________________
12884 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
12885         Log: Subject: [PATCH] Chomp should not always stringify
12886              From: Gisle Aas <gisle@ActiveState.com>
12887              Date: 18 May 2001 07:55:25 -0700
12888              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
12889      Branch: perl
12890            ! doop.c t/op/chop.t
12891 ____________________________________________________________________________
12892 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
12893         Log: Integrate perlio.
12894      Branch: perl
12895           !> pod/perlfunc.pod
12896 ____________________________________________________________________________
12897 [ 10159] By: nick                                  on 2001/05/20  09:39:46
12898         Log: Document some more of open's features.
12899      Branch: perlio
12900            ! pod/perlfunc.pod
12901 ____________________________________________________________________________
12902 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
12903         Log: back out change#10153 (it has compatibility issues such as the
12904              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
12905              benefit for 5.6.x doesn't seem worth the risk)
12906      Branch: maint-5.6/perl
12907            ! toke.c
12908 ____________________________________________________________________________
12909 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
12910         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
12911      Branch: perl
12912            ! x2p/s2p.PL
12913 ____________________________________________________________________________
12914 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
12915         Log: Update Changes.
12916      Branch: perl
12917            ! Changes patchlevel.h
12918 ____________________________________________________________________________
12919 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
12920         Log: Integrate change #10144 from maintperl.
12921              
12922              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
12923      Branch: perl
12924           !> win32/config.bc win32/config.gc win32/config.vc
12925           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12926 ____________________________________________________________________________
12927 [ 10154] By: nick                                  on 2001/05/18  07:23:03
12928         Log: Integrate mainline.
12929      Branch: perlio
12930           +> README.dgux t/lib/i18n-collate.t utils.lst
12931           !> (integrate 49 files)
12932 ____________________________________________________________________________
12933 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
12934         Log: Integrate change #7224 from mainline into maintperl.
12935              
12936              Allow @+ and @- to be doublequoted, from Simon Cozens. 
12937              (Approved by Larry, see Tom's comment in 20000830.005.)
12938      Branch: maint-5.6/perl
12939           !> toke.c
12940 ____________________________________________________________________________
12941 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
12942         Log: Subject: [PATCH bleadperl] small lookbehind fix
12943              From: Hugo <hv@crypt.compulink.co.uk>
12944              Date: Fri, 18 May 2001 00:07:19 +0100
12945              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
12946      Branch: perl
12947            ! regexec.c
12948 ____________________________________________________________________________
12949 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
12950         Log: Detypos.
12951      Branch: perl
12952            ! installman utils.lst
12953 ____________________________________________________________________________
12954 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
12955         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
12956              in 20001222.001.
12957      Branch: perl
12958            ! t/lib/glob-basic.t
12959 ____________________________________________________________________________
12960 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
12961         Log: Subject: [PATCH] Test for bug 20010515.004
12962              From: Benjamin Sugars <bsugars@canoe.ca>
12963              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
12964              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
12965      Branch: perl
12966            ! t/op/misc.t
12967 ____________________________________________________________________________
12968 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
12969         Log: Integrate #10145 from maintperl.
12970              
12971              fix for ID 20010515.004 (needs test)
12972      Branch: perl
12973           !> pp_hot.c
12974 ____________________________________________________________________________
12975 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
12976         Log: Thinko noticed by Doug MacEachern.
12977      Branch: perl
12978            ! thread.h
12979 ____________________________________________________________________________
12980 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
12981         Log: Subject: Re: [PATCH] HERE mark in regex
12982              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12983              Date: Thu, 17 May 2001 12:20:33 -0400
12984              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
12985      Branch: perl
12986            ! t/op/re_tests
12987 ____________________________________________________________________________
12988 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
12989         Log: fix for ID 20010515.004 (needs test)
12990      Branch: maint-5.6/perl
12991            ! pp_hot.c
12992 ____________________________________________________________________________
12993 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
12994         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
12995      Branch: maint-5.6/perl
12996            ! win32/config.bc win32/config.gc win32/config.vc
12997            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12998 ____________________________________________________________________________
12999 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
13000         Log: Macrofy the getspecific (and use it also in util.c)
13001      Branch: perl
13002            ! thread.h util.c
13003 ____________________________________________________________________________
13004 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
13005         Log: Use the unchecked thread-specific key fetch also in Tru64.
13006      Branch: perl
13007            ! thread.h
13008 ____________________________________________________________________________
13009 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
13010         Log: Subject: [PATCH 5.6.1]Quick thread speedup
13011              From: Dan Sugalski <dan@sidhe.org> 
13012              Date: Wed, 16 May 2001 18:05:19 -0400
13013              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
13014      Branch: perl
13015            ! thread.h util.c
13016 ____________________________________________________________________________
13017 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
13018         Log: I think this is quite enough testing for a deprecated feature.
13019      Branch: perl
13020            + t/lib/i18n-collate.t
13021            ! MANIFEST t/lib/1_compile.t
13022 ____________________________________________________________________________
13023 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
13024         Log: More HP-UX lore from Jeff Okamoto.
13025      Branch: perl
13026            ! README.hpux
13027 ____________________________________________________________________________
13028 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
13029         Log: Sort utils.lst for easier maintenance.
13030      Branch: perl
13031            ! utils.lst
13032 ____________________________________________________________________________
13033 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
13034         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13035              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13036              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
13037              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
13038              
13039              Add pod2latex to utils.lst.
13040      Branch: perl
13041            ! MANIFEST utils.lst
13042 ____________________________________________________________________________
13043 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
13044         Log: Subject: Re: [PATCH] HERE mark in regex
13045              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13046              Date: Wed, 16 May 2001 13:04:43 -0400
13047              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
13048      Branch: perl
13049            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
13050            ! t/op/regmesg.t t/pragma/warn/regcomp
13051 ____________________________________________________________________________
13052 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
13053         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13054              From: Simon Cozens <simon@netthink.co.uk>
13055              Date: Wed, 16 May 2001 18:02:08 +0100
13056              Message-ID: <20010516180208.A6458@netthink.co.uk>
13057      Branch: perl
13058            ! installman utils.lst
13059 ____________________________________________________________________________
13060 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
13061         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
13062              From: "Philip Newton" <pnewton@gmx.de>
13063              Date: Tue, 15 May 2001 15:09:30 +0200
13064              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
13065              
13066              Test case for #10128.
13067      Branch: perl
13068            ! t/pragma/warn/pp_hot
13069 ____________________________________________________________________________
13070 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
13071         Log: Update Changes.
13072      Branch: perl
13073            ! Changes patchlevel.h
13074 ____________________________________________________________________________
13075 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
13076         Log: Deprecate pseudo-hashes.
13077      Branch: perl
13078            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
13079 ____________________________________________________________________________
13080 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
13081         Log: HP-UX hints update from Merijn.
13082      Branch: perl
13083            ! hints/hpux.sh
13084 ____________________________________________________________________________
13085 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
13086         Log: README.hpux update from Merijn.
13087      Branch: perl
13088            ! README.hpux
13089 ____________________________________________________________________________
13090 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
13091         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13092              From: Simon Cozens <simon@netthink.co.uk>
13093              Date: Wed, 16 May 2001 15:57:55 +0100
13094              Message-ID: <20010516155755.A4728@netthink.co.uk>
13095      Branch: perl
13096            + utils.lst
13097            ! MANIFEST installman installperl
13098 ____________________________________________________________________________
13099 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
13100         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
13101              From: "Philip Newton" <pnewton@gmx.de>
13102              Date: Tue, 15 May 2001 16:31:05 +0200
13103              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
13104              
13105              Fix PERL_Y2KWARN test to check before rather than after appending.
13106      Branch: perl
13107            ! pp_hot.c
13108 ____________________________________________________________________________
13109 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
13110         Log: Regen Porting stuff.
13111      Branch: perl
13112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13113            ! config_h.SH
13114 ____________________________________________________________________________
13115 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
13116         Log: Metaconfig unit change for #10125.
13117      Branch: metaconfig
13118            ! U/modified/Oldconfig.U
13119 ____________________________________________________________________________
13120 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
13121         Log: Use OSVERS.
13122      Branch: perl
13123            ! Configure config_h.SH perl.c
13124 ____________________________________________________________________________
13125 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
13126         Log: Regen toc.
13127      Branch: perl
13128            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13129 ____________________________________________________________________________
13130 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
13131         Log: Adding the README.dgux to the MANIFEST would be a good idea.
13132      Branch: perl
13133            ! MANIFEST
13134 ____________________________________________________________________________
13135 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
13136         Log: Move the stack desire definition to thread.h.
13137      Branch: perl
13138            ! ext/Thread/Thread.xs thread.h
13139 ____________________________________________________________________________
13140 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
13141         Log: DG-UX threading patches, including a README.dgux,
13142              from Takis Psarogiannakopoulos.
13143      Branch: perl
13144            + README.dgux
13145            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
13146 ____________________________________________________________________________
13147 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
13148         Log: Subject: [PATCH B::Deparse] More on /x regexes
13149              From: Robin Houston <robin@kitsite.com>
13150              Date: Tue, 15 May 2001 19:09:35 +0100
13151              Message-ID: <20010515190935.A27268@penderel>
13152      Branch: perl
13153            ! ext/B/B/Deparse.pm
13154 ____________________________________________________________________________
13155 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
13156         Log: Document that the core time() may be rounding rather
13157              than truncating, would have saved at least my confusion.
13158      Branch: perl
13159            ! ext/Time/HiRes/HiRes.pm
13160 ____________________________________________________________________________
13161 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
13162         Log: Subject: perl-current/t/time-hires.t
13163              From: John Peacock <jpeacock@rowman.com>
13164              Date: Fri, 11 May 2001 14:09:41 -0400
13165              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
13166      Branch: perl
13167            ! t/lib/time-hires.t
13168 ____________________________________________________________________________
13169 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
13170         Log: Subject: [PATCH dump.c] Op private flags
13171              From: Simon Cozens <simon@netthink.co.uk>
13172              Date: Sun, 13 May 2001 20:20:36 +0100
13173              Message-ID: <20010513202036.A21896@netthink.co.uk>
13174      Branch: perl
13175            ! dump.c
13176 ____________________________________________________________________________
13177 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
13178         Log: Upgrade to Switch 2.03.
13179      Branch: perl
13180            ! lib/Switch.pm
13181 ____________________________________________________________________________
13182 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
13183         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
13184              to PERL_CONFIG_SH and use it consistently.
13185      Branch: maint-5.6/perl
13186           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13187           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13188           !> myconfig.SH writemain.SH
13189 ____________________________________________________________________________
13190 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
13191         Log: Metaconfig units changes for #10113.
13192      Branch: metaconfig
13193            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
13194 ____________________________________________________________________________
13195 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
13196         Log: The problem described in 20010514.031 still wasn't
13197              fully cured, there were remnants of $CONFIG when
13198              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
13199              to avoid future conflicts.
13200      Branch: perl
13201            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13202            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13203            ! myconfig.SH writemain.SH
13204 ____________________________________________________________________________
13205 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
13206         Log: Half of #10107 got lost.
13207      Branch: perl
13208            ! ext/B/B/Deparse.pm
13209 ____________________________________________________________________________
13210 [ 10111] By: nick                                  on 2001/05/15  08:39:14
13211         Log: Integrate mainline.
13212      Branch: perlio
13213           +> ext/POSIX/hints/uts.pl
13214            - Todo Todo-5.6 t/camel-III/vstring.t
13215           !> (integrate 48 files)
13216 ____________________________________________________________________________
13217 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
13218         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
13219              From: Robin Houston <robin@kitsite.com>
13220              Date: Mon, 14 May 2001 22:27:08 +0100
13221              Message-ID: <20010514222708.A22963@penderel>
13222      Branch: perl
13223            ! t/TestInit.pm
13224 ____________________________________________________________________________
13225 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
13226         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
13227              From: Robin Houston <robin@kitsite.com>
13228              Date: Mon, 14 May 2001 22:16:43 +0100
13229              Message-ID: <20010514221643.A22437@penderel>
13230      Branch: perl
13231            ! ext/B/B/Deparse.pm
13232 ____________________________________________________________________________
13233 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
13234         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
13235              From: Robin Houston <robin@kitsite.com>
13236              Date: Mon, 14 May 2001 22:03:44 +0100
13237              Message-ID: <20010514220344.A20643@penderel>
13238      Branch: perl
13239            ! ext/B/B/Deparse.pm
13240 ____________________________________________________________________________
13241 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
13242         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
13243              From: Robin Houston <robin@kitsite.com>
13244              Date: Mon, 14 May 2001 22:10:07 +0100
13245              Message-ID: <20010514221007.A21118@penderel>
13246      Branch: perl
13247            ! ext/B/B/Deparse.pm
13248 ____________________________________________________________________________
13249 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
13250         Log: Fix for 20010514.037; substr() didn't invalidate the locale
13251              collation magic.
13252      Branch: perl
13253            ! pp.c
13254 ____________________________________________________________________________
13255 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
13256         Log: Update Changes.
13257      Branch: perl
13258            ! Changes patchlevel.h
13259 ____________________________________________________________________________
13260 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
13261         Log: Retract #10094.
13262      Branch: perl
13263            ! lib/Pod/Text.pm
13264 ____________________________________________________________________________
13265 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
13266         Log: Integrate change #10100 from maintperl.
13267              
13268              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13269              bug ID 20010514.027)
13270      Branch: perl
13271           !> mg.c pp_ctl.c
13272 ____________________________________________________________________________
13273 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
13274         Log: Document the deprecatedness of suidperl.
13275      Branch: perl
13276            ! INSTALL pod/perlfaq1.pod
13277 ____________________________________________________________________________
13278 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
13279         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
13280              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13281              Date: Mon, 14 May 2001 09:38:59 -0400
13282              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
13283      Branch: perl
13284            ! lib/ExtUtils/MM_Unix.pm
13285 ____________________________________________________________________________
13286 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
13287         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13288              bug ID 20010514.027)
13289              
13290              TODO: this needs a testsuite addition
13291      Branch: maint-5.6/perl
13292            ! mg.c pp_ctl.c
13293 ____________________________________________________________________________
13294 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
13295         Log: More DWIMminess for Class::Struct: calling the array or hash
13296              accessors only with one argument, an array or a hash reference,
13297              sets the underlying array or hash.  This mirrors nicely also
13298              the usage in the constructor.
13299              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
13300      Branch: perl
13301            ! lib/Class/Struct.pm t/lib/class-struct.t
13302 ____________________________________________________________________________
13303 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
13304         Log: Reference cmp'ing should go through the whole stringification
13305              process shebang, as pointed out by Sarathy in #10091.
13306      Branch: perl
13307            ! pp.c
13308 ____________________________________________________________________________
13309 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
13310         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
13311              From: Simon Cozens <simon@netthink.co.uk>
13312              Date: Sat, 12 May 2001 16:36:27 +0100
13313              Message-ID: <20010512163627.A5522@netthink.co.uk>
13314              
13315              with some additions salvaged from Todo and Todo-5.6 before
13316              retiring them.
13317      Branch: perl
13318            - Todo Todo-5.6
13319            ! MANIFEST pod/perltodo.pod
13320 ____________________________________________________________________________
13321 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
13322         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
13323              From: "Golubev I. N." <gin@mo.msk.ru>
13324              Date: Mon, 07 May 2001 14:33:34 (GMT)
13325              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
13326      Branch: perl
13327            ! perl.h
13328 ____________________________________________________________________________
13329 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
13330         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
13331              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13332              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
13333              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
13334      Branch: perl
13335            ! lib/ExtUtils/MM_Unix.pm
13336 ____________________________________________________________________________
13337 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
13338         Log: (Retracted by #10104.)
13339              
13340              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
13341              From: barries <barries@slaysys.com>
13342              Date: Sat, 12 May 2001 01:28:10 -0400
13343              Message-ID: <20010512012810.B26358@jester.slaysys.com>
13344      Branch: perl
13345            ! lib/Pod/Text.pm
13346 ____________________________________________________________________________
13347 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
13348         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
13349              From: Mike Guy <mjtg@cam.ac.uk>
13350              Date: Sat, 12 May 2001 19:24:33 +0100
13351              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
13352      Branch: perl
13353            ! lib/AutoSplit.pm
13354 ____________________________________________________________________________
13355 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
13356         Log: Yet another HP-UX hints tweak from Merijn.
13357      Branch: perl
13358            ! hints/hpux.sh
13359 ____________________________________________________________________________
13360 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
13361         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
13362              isn't defined (changes#9366,9368,9370 from mainline without the
13363              pp_scmp() change)
13364      Branch: maint-5.6/perl
13365            ! pp.c pp.h pp_hot.c
13366 ____________________________________________________________________________
13367 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
13368         Log: The sorting seems to happen now automatically.
13369      Branch: perl
13370            ! t/lib/glob-basic.t
13371 ____________________________________________________________________________
13372 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
13373         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13374              From: Benjamin Sugars <bsugars@canoe.ca>
13375              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
13376              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
13377      Branch: perl
13378            ! pod/perlfunc.pod
13379 ____________________________________________________________________________
13380 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
13381         Log: Subject: Re: undef(&foo) does not work for XS functions
13382              From: Doug MacEachern <dougm@covalent.net>
13383              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
13384              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
13385      Branch: perl
13386            ! op.c
13387 ____________________________________________________________________________
13388 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
13389         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
13390              From: Peter Prymmer <pvhp@forte.com>
13391              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
13392              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
13393      Branch: perl
13394            ! t/op/append.t
13395 ____________________________________________________________________________
13396 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
13397         Log: Update Changes.
13398      Branch: perl
13399            ! Changes patchlevel.h
13400 ____________________________________________________________________________
13401 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
13402         Log: Remove the 'asciir' re subpragma.  Should instead implement
13403              the 'physical vs logical' range scheme:
13404              
13405              \xAA-\xCC is a native physical range, you want that range of
13406              codepoints in your native encoding.  In EBCDIC the codepoints
13407              in the gaps (between i-j and r-s) should be included.
13408              
13409              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
13410              codepoints in Unicode.
13411              
13412              a-z is a logical range, you want that range of 'logical' codepoints
13413              in your native encoding.  In EBCDIC the codepoints in the gaps
13414              (between i-j and r-s) should not be included.
13415              
13416              Mixed cases (a-\xAA, etc) should either be errors, or maybe
13417              the 'logical' endpoints should be converted to native/Unicode
13418              codepoints, and the range handled as a physical range.
13419              
13420              'Logical endpoints' are to be recognized only in the A-Z, a-z,
13421              and 0-9 ranges.  Probably a warning should be given for mixed
13422              cases like A-z or a-9 (since such expressions are encoding
13423              dependent), with a recommendation to use physical ranges.
13424      Branch: perl
13425            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
13426            ! t/op/regexp.t
13427 ____________________________________________________________________________
13428 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
13429         Log: Make the test to cleanup the test directory tree
13430              both before and after the testing so that we always
13431              have a clean slate to work with.
13432      Branch: perl
13433            ! t/lib/filefind.t
13434 ____________________________________________________________________________
13435 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
13436         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13437              From: Jon Eveland <jweveland@yahoo.com>
13438              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
13439              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
13440      Branch: perl
13441            ! pod/perlfunc.pod
13442 ____________________________________________________________________________
13443 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
13444         Log: Merge the camel-III/vstring.t with op/ver.t.
13445      Branch: perl
13446            - t/camel-III/vstring.t
13447            ! MANIFEST t/TEST t/harness t/op/ver.t
13448 ____________________________________________________________________________
13449 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
13450         Log: Add test.deparse make target.
13451      Branch: perl
13452            ! Makefile.SH
13453 ____________________________________________________________________________
13454 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
13455         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
13456              From: Robin Houston <robin@kitsite.com>
13457              Date: Fri, 11 May 2001 12:02:22 +0100
13458              Message-ID: <20010511120222.A11529@penderel>
13459      Branch: perl
13460            ! ext/B/B/Deparse.pm t/op/method.t
13461 ____________________________________________________________________________
13462 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
13463         Log: A nicely working combination for UTS from Hal Morris.
13464      Branch: perl
13465            + ext/POSIX/hints/uts.pl
13466            ! MANIFEST hints/uts.sh
13467 ____________________________________________________________________________
13468 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
13469         Log: i_ieeefp=undef for UTS.
13470      Branch: perl
13471            ! hints/uts.sh
13472 ____________________________________________________________________________
13473 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
13474         Log: Subject: RE: rand(0) is rand(1)
13475              From: Larry Shatzer <lshatzer@islanddata.com>
13476              Date: Thu, 10 May 2001 11:09:27 -0700
13477              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
13478      Branch: perl
13479            ! pod/perlfunc.pod
13480 ____________________________________________________________________________
13481 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
13482         Log: Subject: [patch] make op_{clear,null} public
13483              From: Doug MacEachern <dougm@covalent.net>
13484              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
13485              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
13486      Branch: perl
13487            ! embed.h embed.pl op.c proto.h
13488 ____________________________________________________________________________
13489 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
13490         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
13491              From: Robin Houston <robin@kitsite.com>
13492              Date: Thu, 10 May 2001 18:54:59 +0100
13493              Message-ID: <20010510185459.A5995@penderel>
13494      Branch: perl
13495            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
13496 ____________________________________________________________________________
13497 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
13498         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
13499              From: Robin Houston <robin@kitsite.com>
13500              Date: Thu, 10 May 2001 12:56:39 +0100
13501              Message-ID: <20010510125639.A2119@penderel>
13502      Branch: perl
13503            ! ext/B/B/Deparse.pm
13504 ____________________________________________________________________________
13505 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
13506         Log: Retract #10070, not ready yet.
13507      Branch: perl
13508            ! ext/B/B/Deparse.pm
13509 ____________________________________________________________________________
13510 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
13511         Log: The metaconfig unit change for #10071.
13512      Branch: metaconfig
13513            ! U/modified/mallocsrc.U
13514 ____________________________________________________________________________
13515 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
13516         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
13517      Branch: perl
13518            ! Configure
13519 ____________________________________________________________________________
13520 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
13521         Log: (Retracted by #10073)
13522              
13523              Subject: Re: [PATCH t/TEST] B::Deparse tester 
13524              From: Hugo <hv@crypt.compulink.co.uk>
13525              Date: Thu, 10 May 2001 05:48:09 +0100
13526              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
13527      Branch: perl
13528            ! ext/B/B/Deparse.pm
13529 ____________________________________________________________________________
13530 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
13531         Log: Add a for(func()) test.
13532      Branch: perl
13533            ! t/cmd/for.t
13534 ____________________________________________________________________________
13535 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
13536         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
13537              From: Robin Houston <robin@kitsite.com>
13538              Date: Thu, 10 May 2001 13:50:08 +0100
13539              Message-ID: <20010510135008.A2454@penderel>
13540      Branch: perl
13541            ! ext/B/B/Deparse.pm
13542 ____________________________________________________________________________
13543 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
13544         Log: A thinko in #10065.
13545      Branch: perl
13546            ! hv.c
13547 ____________________________________________________________________________
13548 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
13549         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
13550              From: Robin Houston <robin@kitsite.com>
13551              Date: Thu, 10 May 2001 02:10:34 +0100
13552              Message-ID: <20010510021034.A19421@penderel>
13553      Branch: perl
13554            ! ext/B/B.xs ext/B/B/Deparse.pm
13555 ____________________________________________________________________________
13556 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
13557         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
13558              From: Doug MacEachern <dougm@covalent.net>
13559              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
13560              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
13561      Branch: perl
13562            ! hv.c
13563 ____________________________________________________________________________
13564 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
13565         Log: One more workaround for the UTS compiler from Hal Morris.
13566      Branch: perl
13567            ! perl.h
13568 ____________________________________________________________________________
13569 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
13570         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
13571              From: Robin Houston <robin@kitsite.com>
13572              Date: Thu, 10 May 2001 01:02:08 +0100
13573              Message-ID: <20010510010208.A18200@penderel>
13574      Branch: perl
13575            ! ext/B/B/Debug.pm
13576 ____________________________________________________________________________
13577 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
13578         Log: Subject: [PATCH] Simplify deb_curcv() a bit
13579              From: Benjamin Sugars <bsugars@canoe.ca>
13580              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
13581              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
13582      Branch: perl
13583            ! run.c
13584 ____________________________________________________________________________
13585 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
13586         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
13587              From: Benjamin Sugars <bsugars@canoe.ca>
13588              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
13589              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
13590      Branch: perl
13591            ! t/lib/io_scalar.t
13592 ____________________________________________________________________________
13593 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
13594         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
13595              From: Peter Prymmer <pvhp@forte.com>
13596              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
13597              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
13598      Branch: perl
13599            ! t/lib/md5-file.t
13600 ____________________________________________________________________________
13601 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
13602         Log: Subject: [PATCH t/TEST] B::Deparse tester
13603              From: Robin Houston <robin@kitsite.com>
13604              Date: Wed, 9 May 2001 19:17:50 +0100
13605              Message-ID: <20010509191750.A16940@penderel>
13606      Branch: perl
13607            ! ext/B/O.pm t/TEST
13608 ____________________________________________________________________________
13609 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
13610         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
13611              From: Jeff Pinyan <jeffp@crusoe.net>
13612              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
13613              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
13614      Branch: perl
13615            ! lib/Pod/Html.pm
13616 ____________________________________________________________________________
13617 [ 10057] By: nick                                  on 2001/05/09  18:37:56
13618         Log: Integrate mainline.
13619      Branch: perlio
13620           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
13621           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
13622 ____________________________________________________________________________
13623 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
13624         Log: Update Changes.
13625      Branch: perl
13626            ! Changes patchlevel.h
13627 ____________________________________________________________________________
13628 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
13629         Log: Integrate perlio.
13630      Branch: perl
13631           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13632 ____________________________________________________________________________
13633 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
13634         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
13635              From: Benjamin Sugars <bsugars@canoe.ca>
13636              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
13637              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
13638      Branch: perl
13639            ! perlio.c
13640 ____________________________________________________________________________
13641 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
13642         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
13643              From: Benjamin Sugars <bsugars@canoe.ca>
13644              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
13645              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
13646      Branch: perl
13647            ! ext/PerlIO/Scalar/Scalar.xs
13648 ____________________________________________________________________________
13649 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
13650         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
13651              From: Jeff Pinyan <jeffp@crusoe.net>
13652              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
13653              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
13654      Branch: perl
13655            ! lib/Pod/Html.pm
13656 ____________________________________________________________________________
13657 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
13658         Log: EPOC tweak from Olaf Flebbe.
13659      Branch: perl
13660            ! epoc/epocish.h
13661 ____________________________________________________________________________
13662 [ 10050] By: nick                                  on 2001/05/09  14:37:57
13663         Log: win32, regen_config_h
13664      Branch: perlio
13665            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13666 ____________________________________________________________________________
13667 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
13668         Log: Integrate perlio.
13669      Branch: perl
13670           !> pp_sys.c
13671 ____________________________________________________________________________
13672 [ 10048] By: nick                                  on 2001/05/09  11:59:50
13673         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
13674              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
13675      Branch: perlio
13676            ! pp_sys.c
13677 ____________________________________________________________________________
13678 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
13679         Log: Integrate perlio.
13680      Branch: perl
13681           !> run.c
13682 ____________________________________________________________________________
13683 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
13684         Log: Subject: Re: Less warnings during configure
13685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13686              Date: Wed, 09 May 2001 13:12:49 +0200
13687              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
13688      Branch: perl
13689            ! hints/hpux.sh
13690 ____________________________________________________________________________
13691 [ 10045] By: nick                                  on 2001/05/09  09:56:59
13692         Log: MULTIPLICITY/DEBUGGING build fix.
13693      Branch: perlio
13694            ! run.c
13695 ____________________________________________________________________________
13696 [ 10044] By: nick                                  on 2001/05/09  09:46:37
13697         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
13698      Branch: perlio
13699           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
13700            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13701           !> (integrate 65 files)
13702 ____________________________________________________________________________
13703 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
13704         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13705              From: Robin Houston <robin@kitsite.com>
13706              Date: Tue, 8 May 2001 19:38:00 +0100
13707              Message-ID: <20010508193800.A4389@penderel>
13708              
13709              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13710              From: Robin Houston <robin@kitsite.com>
13711              Date: Tue, 8 May 2001 20:03:57 +0100
13712              Message-ID: <20010508200357.A4614@penderel>
13713              
13714              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13715              From: Robin Houston <robin@kitsite.com>
13716              Date: Wed, 9 May 2001 00:12:05 +0100
13717              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
13718      Branch: perl
13719            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
13720 ____________________________________________________________________________
13721 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
13722         Log: Retract #10031.
13723      Branch: perl
13724            ! pod/perlfunc.pod
13725 ____________________________________________________________________________
13726 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
13727         Log: The metaconfig unit changes for #10040.
13728      Branch: metaconfig/U/perl
13729            ! Checkcc.U d_dlsymun.U dlsrc.U
13730 ____________________________________________________________________________
13731 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
13732         Log: The Configure half of
13733              
13734              Subject: Less warnings during configure
13735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13736              Date: Tue, 08 May 2001 08:44:02 +0200
13737              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13738      Branch: perl
13739            ! Configure
13740 ____________________________________________________________________________
13741 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
13742         Log: Subject: Less warnings during configure
13743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13744              Date: Tue, 08 May 2001 08:44:02 +0200
13745              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13746      Branch: perl
13747            ! hints/hpux.sh
13748 ____________________________________________________________________________
13749 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
13750         Log: Don't forget to whine about \d__\d.
13751      Branch: perl
13752            ! t/pragma/warn/toke toke.c
13753 ____________________________________________________________________________
13754 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
13755         Log: Allow underscores also in the exponent part.
13756      Branch: perl
13757            ! t/pragma/warn/toke toke.c
13758 ____________________________________________________________________________
13759 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
13760         Log: CodeMagicCD doesn't look like an *I*DE.
13761      Branch: perl
13762            ! pod/perlfaq3.pod
13763 ____________________________________________________________________________
13764 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
13765         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
13766              to be consistently down).
13767      Branch: perl
13768            ! pod/perlfaq3.pod
13769 ____________________________________________________________________________
13770 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
13771         Log: Upgrade to Text::Balanced 1.84.
13772      Branch: perl
13773            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
13774 ____________________________________________________________________________
13775 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
13776         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
13777              From: Benjamin Sugars <bsugars@canoe.ca>
13778              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
13779              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
13780      Branch: perl
13781            ! run.c
13782 ____________________________________________________________________________
13783 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
13784         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
13785              From: Peter Prymmer <pvhp@forte.com>
13786              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
13787              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
13788      Branch: perl
13789            ! t/pod/plainer.t
13790 ____________________________________________________________________________
13791 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
13792         Log: (Retracted by #10042)
13793              
13794              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
13795              From: "Philip Newton" <pnewton@gmx.de>
13796              Date: Tue, 8 May 2001 09:18:10 +0200
13797              Message-ID: <3AF7B9D2.28861.603732@localhost>
13798      Branch: perl
13799            ! pod/perlfunc.pod
13800 ____________________________________________________________________________
13801 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
13802         Log: Subject: [PATCH B::Deparse] Document known bugs
13803              From: Robin Houston <robin@kitsite.com>
13804              Date: Tue, 8 May 2001 01:53:34 +0100
13805              Message-ID: <20010508015334.A32394@penderel>
13806      Branch: perl
13807            ! ext/B/B/Deparse.pm
13808 ____________________________________________________________________________
13809 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
13810         Log: Subject: Re: Perl book, magazine and website updates.
13811              From: "Philip Newton" <pnewton@gmx.de>
13812              Date: Mon, 7 May 2001 17:03:58 +0200
13813              Message-ID: <3AF6D57E.5387.1E29930@localhost>
13814      Branch: perl
13815            ! pod/perlfaq2.pod
13816 ____________________________________________________________________________
13817 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
13818         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
13819              From: Peter Prymmer <pvhp@forte.com>
13820              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
13821              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
13822      Branch: perl
13823            ! t/io/fflush.t
13824 ____________________________________________________________________________
13825 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
13826         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
13827              From: Robin Houston <robin@kitsite.com>
13828              Date: Tue, 8 May 2001 01:14:55 +0100
13829              Message-ID: <20010508011455.A32162@penderel>
13830      Branch: perl
13831            ! ext/B/B/Deparse.pm
13832 ____________________________________________________________________________
13833 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
13834         Log: Typo in #10025.
13835      Branch: perl
13836            ! hints/uts.sh
13837 ____________________________________________________________________________
13838 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
13839         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
13840      Branch: perl
13841            ! hints/uts.sh
13842 ____________________________________________________________________________
13843 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
13844         Log: Subject: Re: [ID 20010506.045] question about hash syntax
13845              From: Peter Scott <Peter@PSDT.com>
13846              Date: Sun, 06 May 2001 13:10:40 -0700
13847              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
13848      Branch: perl
13849            ! pod/perl56delta.pod
13850 ____________________________________________________________________________
13851 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
13852         Log: Configure should figure out the list of dynamic extensions
13853              just fine in UTS-- and in fact it does, as reported by Hal Morris.
13854      Branch: perl
13855            ! hints/uts.sh
13856 ____________________________________________________________________________
13857 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
13858         Log: Update Changes.
13859      Branch: perl
13860            ! Changes patchlevel.h
13861 ____________________________________________________________________________
13862 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
13863         Log: Subject: [PATCH regcomp.c] Insecure regexes
13864              From: Robin Houston <robin@kitsite.com>
13865              Date: Mon, 7 May 2001 21:56:12 +0100
13866              Message-ID: <20010507215612.A31114@penderel>
13867      Branch: perl
13868            ! regcomp.c
13869 ____________________________________________________________________________
13870 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
13871         Log: Drop the foobar.perl.com references for now until Simon
13872              gets them sorted out.
13873      Branch: perl
13874            ! pod/perlfaq2.pod
13875 ____________________________________________________________________________
13876 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
13877         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
13878              From: Prymmer/Kahn <pvhp@best.com>
13879              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
13880              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
13881      Branch: perl
13882            ! lib/Devel/SelfStubber.pm
13883 ____________________________________________________________________________
13884 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
13885         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
13886              From: Prymmer/Kahn <pvhp@best.com>
13887              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
13888              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
13889      Branch: perl
13890            ! win32/Makefile
13891 ____________________________________________________________________________
13892 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
13893         Log: s/WebTechnique's/WebTechniques/
13894      Branch: perl
13895            ! pod/perlfaq2.pod
13896 ____________________________________________________________________________
13897 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
13898         Log: Llama 3 updates from Randal.
13899      Branch: perl
13900            ! pod/perlfaq2.pod
13901 ____________________________________________________________________________
13902 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
13903         Log: Subject: [PATCH] Help -Dt show correct pad variables
13904              From: Benjamin Sugars <ben.sugars@home.com>
13905              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
13906              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
13907      Branch: perl
13908            ! embed.h embed.pl proto.h run.c
13909 ____________________________________________________________________________
13910 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
13911         Log: Subject: [PATCH] Document C<our $foo : shared>
13912              From: Benjamin Sugars <ben.sugars@home.com>
13913              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
13914              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
13915      Branch: perl
13916            ! pod/perlfunc.pod
13917 ____________________________________________________________________________
13918 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
13919         Log: Subject: [PATCH B::Deparse] undefined folded constants
13920              From: Robin Houston <robin@kitsite.com>
13921              Date: Sun, 6 May 2001 17:19:09 +0100
13922              Message-ID: <20010506171909.A7046@penderel>
13923      Branch: perl
13924            ! ext/B/B/Deparse.pm
13925 ____________________________________________________________________________
13926 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
13927         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
13928              From: Robin Houston <robin@kitsite.com>
13929              Message-ID: <20010506164654.A6848@penderel>
13930              Date: Sun, 6 May 2001 16:46:54 +0100
13931      Branch: perl
13932            ! ext/B/B/Deparse.pm
13933 ____________________________________________________________________________
13934 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
13935         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
13936              From: Robin Houston <robin@kitsite.com>
13937              Date: Sun, 6 May 2001 14:47:02 +0100
13938              Message-ID: <20010506144702.A6308@penderel>
13939      Branch: perl
13940            ! t/op/my_stash.t
13941 ____________________________________________________________________________
13942 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
13943         Log: Subject: Perl book, magazine and website updates.
13944              From: Simon Cozens <simon@netthink.co.uk>
13945              Date: Sun, 6 May 2001 16:55:36 +0100
13946              Message-ID: <20010506165536.A1795@netthink.co.uk>
13947      Branch: perl
13948            ! pod/perlbook.pod pod/perlfaq2.pod
13949 ____________________________________________________________________________
13950 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
13951         Log: Tweaks on the Tru64 prof options.
13952      Branch: perl
13953            ! pod/perlhack.pod
13954 ____________________________________________________________________________
13955 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
13956         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
13957              From: Robin Houston <robin@kitsite.com>
13958              Date: Sun, 6 May 2001 14:40:51 +0100
13959              Message-ID: <20010506144051.A6279@penderel>
13960      Branch: perl
13961            ! t/pod/testp2pt.pl
13962 ____________________________________________________________________________
13963 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
13964         Log: Subject: [PATCH B::Deparse] scoping
13965              From: Robin Houston <robin@kitsite.com>
13966              Date: Sun, 6 May 2001 14:36:56 +0100
13967              Message-ID: <20010506143656.A4006@penderel>
13968      Branch: perl
13969            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
13970 ____________________________________________________________________________
13971 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
13972         Log: Document the undefinedness of bitshifting out of range.
13973      Branch: perl
13974            ! pod/perlop.pod
13975 ____________________________________________________________________________
13976 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
13977         Log: Retract #10003 and update the IDE descriptions a bit.
13978      Branch: perl
13979            ! pod/perlfaq3.pod
13980 ____________________________________________________________________________
13981 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
13982         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
13983              From: Prymmer/Kahn <pvhp@best.com>
13984              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
13985              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
13986      Branch: perl
13987            ! win32/Makefile win32/buildext.pl win32/config.bc
13988            ! win32/config.gc win32/config.vc
13989 ____________________________________________________________________________
13990 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
13991         Log: (Retracted by #10005.)
13992      Branch: perl
13993            ! pod/perlfaq3.pod
13994 ____________________________________________________________________________
13995 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
13996         Log: It's "psed", not "sed".
13997      Branch: perl
13998            ! x2p/s2p.PL
13999 ____________________________________________________________________________
14000 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
14001         Log: Update Changes.
14002      Branch: perl
14003            ! Changes patchlevel.h
14004 ____________________________________________________________________________
14005 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
14006         Log: Subject: Re: bleadperl make install fails due to "psed"
14007              From: andreas.koenig@anima.de (Andreas J. Koenig)
14008              Date: 05 May 2001 18:23:28 +0200
14009              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
14010      Branch: perl
14011            ! x2p/Makefile.SH x2p/s2p.PL
14012 ____________________________________________________________________________
14013 [  9999] By: jhi                                   on 2001/05/05  18:28:09
14014         Log: AUTHORS updates.
14015      Branch: perl
14016            ! AUTHORS
14017 ____________________________________________________________________________
14018 [  9998] By: jhi                                   on 2001/05/05  18:16:00
14019         Log: Updates on the pods related to the modules included since 5.6.
14020              
14021              TODO: perltodo really could use major updating.
14022      Branch: perl
14023            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
14024            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
14025            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
14026            ! pod/perlsyn.pod pod/perltodo.pod
14027 ____________________________________________________________________________
14028 [  9997] By: jhi                                   on 2001/05/05  17:35:17
14029         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
14030              from Kurt Skauen.
14031      Branch: perl
14032            + hints/atheos.sh
14033            ! MANIFEST
14034 ____________________________________________________________________________
14035 [  9996] By: jhi                                   on 2001/05/05  17:25:00
14036         Log: Add preemptive #undefs for some of the shorter and more prone
14037              to collision regcomp.h #defines.  (Background: the MASK collided
14038              with a system header #define in Rhapsody.)
14039      Branch: perl
14040            ! regcomp.h
14041 ____________________________________________________________________________
14042 [  9995] By: jhi                                   on 2001/05/05  13:24:21
14043         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
14044              From: Nicholas Clark <nick@ccl4.org>
14045              Date: Sat, 5 May 2001 14:46:39 +0100
14046              Message-ID: <20010505144639.O53513@plum.flirble.org>
14047              
14048              Add a test for the constants (if any) being processed correctly.
14049      Branch: perl
14050            ! utils/h2xs.PL
14051 ____________________________________________________________________________
14052 [  9994] By: jhi                                   on 2001/05/05  02:11:03
14053         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
14054              From: Peter Prymmer <pvhp@forte.com>
14055              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
14056              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
14057      Branch: perl
14058            ! t/lib/b-stash.t
14059 ____________________________________________________________________________
14060 [  9993] By: jhi                                   on 2001/05/05  02:03:49
14061         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
14062              From: Peter Prymmer <pvhp@forte.com>
14063              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
14064              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
14065      Branch: perl
14066            ! perlio.c vms/vmsish.h
14067 ____________________________________________________________________________
14068 [  9992] By: jhi                                   on 2001/05/04  17:21:12
14069         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
14070              From: Robin Barker <rmb1@cise.npl.co.uk>
14071              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
14072              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
14073      Branch: perl
14074            + t/pod/plainer.t
14075            ! MANIFEST
14076 ____________________________________________________________________________
14077 [  9991] By: jhi                                   on 2001/05/04  16:47:45
14078         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
14079              From: Robin Barker <rmb1@cise.npl.co.uk>
14080              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
14081              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
14082      Branch: perl
14083            ! regcomp.c
14084 ____________________________________________________________________________
14085 [  9990] By: jhi                                   on 2001/05/04  14:37:20
14086         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
14087              From: Prymmer/Kahn <pvhp@best.com>
14088              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
14089              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
14090      Branch: perl
14091            ! t/lib/b-stash.t
14092 ____________________________________________________________________________
14093 [  9989] By: jhi                                   on 2001/05/04  14:03:58
14094         Log: Introduce perl572delta, update Todo, add the missing
14095              mention about signal safety since 5.7.1 (though this
14096              requires verification and more details.)
14097      Branch: perl
14098            + pod/perl572delta.pod
14099            ! MANIFEST Todo pod/perl571delta.pod
14100 ____________________________________________________________________________
14101 [  9988] By: jhi                                   on 2001/05/04  12:41:51
14102         Log: Subject: [PATCH perl@9944] long =item
14103              From: Robin Barker <rmb1@cise.npl.co.uk>
14104              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
14105              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
14106      Branch: perl
14107            ! ext/Time/HiRes/HiRes.pm
14108 ____________________________________________________________________________
14109 [  9987] By: jhi                                   on 2001/05/04  12:39:19
14110         Log: The #9901 had removed one line essential for EBCDIC.
14111      Branch: perl
14112            ! regcomp.c
14113 ____________________________________________________________________________
14114 [  9986] By: jhi                                   on 2001/05/04  12:30:23
14115         Log: Subject: cygwin/Makefile.SHs INSTALL patch
14116              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
14117              Date: Mon, 08 Jan 2001 04:59:21 +0200
14118              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
14119      Branch: perl
14120            ! cygwin/Makefile.SHs
14121 ____________________________________________________________________________
14122 [  9985] By: jhi                                   on 2001/05/04  03:51:39
14123         Log: Encode/IO doc tweaks.
14124      Branch: perl
14125            ! ext/Encode/Encode.pm
14126 ____________________________________________________________________________
14127 [  9984] By: jhi                                   on 2001/05/04  03:29:34
14128         Log: Remove GDBM_File from the dynamic extensions for UTS,
14129              GDBM is not a standard feature.
14130      Branch: perl
14131            ! hints/uts.sh
14132 ____________________________________________________________________________
14133 [  9983] By: jhi                                   on 2001/05/04  03:22:59
14134         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
14135      Branch: perl
14136            ! pod/perlretut.pod
14137 ____________________________________________________________________________
14138 [  9982] By: jhi                                   on 2001/05/03  23:21:03
14139         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
14140              From: Benjamin Sugars <bsugars@canoe.ca>
14141              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
14142              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
14143      Branch: perl
14144            ! dump.c
14145 ____________________________________________________________________________
14146 [  9981] By: jhi                                   on 2001/05/03  23:20:05
14147         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
14148              From: Benjamin Sugars <bsugars@canoe.ca>
14149              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
14150              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
14151      Branch: perl
14152            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14153 ____________________________________________________________________________
14154 [  9980] By: jhi                                   on 2001/05/03  23:15:29
14155         Log: Integrate perlio.
14156      Branch: perl
14157           !> ext/Encode/Encode.pm
14158 ____________________________________________________________________________
14159 [  9979] By: jhi                                   on 2001/05/03  16:54:59
14160         Log: Install psed man page.
14161      Branch: perl
14162            ! installman
14163 ____________________________________________________________________________
14164 [  9978] By: jhi                                   on 2001/05/03  16:45:58
14165         Log: Remove unused files; noted by Sarathy.
14166      Branch: perl
14167            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14168            ! MANIFEST
14169 ____________________________________________________________________________
14170 [  9977] By: jhi                                   on 2001/05/03  16:42:30
14171         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
14172              From: Andy Dougherty <doughera@lafayette.edu>
14173              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
14174              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
14175      Branch: perl
14176            ! INSTALL
14177 ____________________________________________________________________________
14178 [  9976] By: nick                                  on 2001/05/03  16:40:42
14179         Log: Allow $answer = encode($object,$text); like it says in docs.
14180      Branch: perlio
14181            ! ext/Encode/Encode.pm
14182 ____________________________________________________________________________
14183 [  9975] By: nick                                  on 2001/05/03  16:22:30
14184         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
14185              to be in scope (fair enough), and also a package variable (our) for eval to see it.
14186      Branch: perlio
14187            ! ext/Encode/Encode.pm
14188 ____________________________________________________________________________
14189 [  9974] By: nick                                  on 2001/05/03  15:48:17
14190         Log: Integrate mainline.
14191      Branch: perlio
14192           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
14193           +> t/lib/filter-simple.t t/lib/next.t
14194           !> (integrate 70 files)
14195 ____________________________________________________________________________
14196 [  9973] By: jhi                                   on 2001/05/03  13:09:09
14197         Log: Update Changes.
14198      Branch: perl
14199            ! Changes patchlevel.h
14200 ____________________________________________________________________________
14201 [  9972] By: jhi                                   on 2001/05/03  12:58:33
14202         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
14203              From: Prymmer/Kahn <pvhp@best.com>
14204              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
14205              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
14206      Branch: perl
14207            ! t/io/fflush.t
14208 ____________________________________________________________________________
14209 [  9971] By: jhi                                   on 2001/05/03  12:57:26
14210         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
14211              From: Prymmer/Kahn <pvhp@best.com>
14212              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
14213              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
14214      Branch: perl
14215            ! win32/FindExt.pm
14216 ____________________________________________________________________________
14217 [  9970] By: jhi                                   on 2001/05/03  02:42:46
14218         Log: Can't croak sans thread context, from Doug MacEachern.
14219      Branch: perl
14220            ! toke.c
14221 ____________________________________________________________________________
14222 [  9969] By: jhi                                   on 2001/05/03  01:23:48
14223         Log: Subject: Random input test and Perl
14224              From: Ilya Zakharevich <ilya@math.berkeley.edu>
14225              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
14226              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
14227      Branch: perl
14228            ! toke.c
14229 ____________________________________________________________________________
14230 [  9968] By: jhi                                   on 2001/05/02  22:17:21
14231         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
14232              From: Peter Prymmer <pvhp@forte.com>
14233              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
14234              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
14235      Branch: perl
14236            ! pod/perlfunc.pod pod/perlport.pod
14237 ____________________________________________________________________________
14238 [  9967] By: jhi                                   on 2001/05/02  20:12:45
14239         Log: Workaround for UTS compiler casting bug from Hal Morris.
14240      Branch: perl
14241            ! perl.h
14242 ____________________________________________________________________________
14243 [  9966] By: jhi                                   on 2001/05/02  18:31:37
14244         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
14245              From: Dan Sugalski <dan@sidhe.org>
14246              Date: Wed, 02 May 2001 15:23:22 -0400
14247              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
14248      Branch: perl
14249            ! perl.c vms/vms.c
14250 ____________________________________________________________________________
14251 [  9965] By: jhi                                   on 2001/05/02  18:21:29
14252         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
14253      Branch: perl
14254            ! pod/perlfunc.pod
14255 ____________________________________________________________________________
14256 [  9964] By: jhi                                   on 2001/05/02  18:15:01
14257         Log: Document large files in INSTALL, document also the %x
14258              limitation if not use64bitint, closes bug 20010326.007.
14259      Branch: perl
14260            ! INSTALL
14261 ____________________________________________________________________________
14262 [  9963] By: jhi                                   on 2001/05/02  17:24:47
14263         Log: perlmodlib tweaks; regen pods.
14264      Branch: perl
14265            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
14266            ! pod/perltoc.pod
14267 ____________________________________________________________________________
14268 [  9962] By: jhi                                   on 2001/05/02  17:14:00
14269         Log: Fix for a segfault, from Marc Lehmann.
14270      Branch: perl
14271            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
14272 ____________________________________________________________________________
14273 [  9961] By: jhi                                   on 2001/05/02  15:55:53
14274         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
14275              From: "Philip Newton" <pnewton@gmx.de>
14276              Date: Wed, 2 May 2001 18:39:03 +0200
14277              Message-ID: <3AF05447.15525.173B588@localhost>
14278      Branch: perl
14279            ! pod/perlop.pod
14280 ____________________________________________________________________________
14281 [  9960] By: jhi                                   on 2001/05/02  15:35:37
14282         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
14283              From: Dan Sugalski <dan@sidhe.org>
14284              Date: Wed, 02 May 2001 11:37:27 -0400
14285              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
14286      Branch: perl
14287            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
14288            ! thread.h vms/vms.c vms/vmsish.h
14289 ____________________________________________________________________________
14290 [  9959] By: jhi                                   on 2001/05/02  15:21:08
14291         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
14292              From: Benjamin Sugars <bsugars@canoe.ca>
14293              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
14294              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
14295      Branch: perl
14296            ! ext/PerlIO/Scalar/Scalar.xs
14297 ____________________________________________________________________________
14298 [  9958] By: jhi                                   on 2001/05/02  15:15:53
14299         Log: Bug in #9915, spotted by Mike Guy.
14300      Branch: perl
14301            ! installperl
14302 ____________________________________________________________________________
14303 [  9957] By: jhi                                   on 2001/05/02  13:26:01
14304         Log: Add a test for not griping about references as array
14305              indices if the reference has magic in it (overloaded
14306              methods).
14307      Branch: perl
14308            ! pod/perldiag.pod t/pragma/warn/pp_hot
14309 ____________________________________________________________________________
14310 [  9956] By: jhi                                   on 2001/05/02  13:07:01
14311         Log: Retracted a bit too much in #9952.
14312      Branch: perl
14313            ! t/pragma/sub_lval.t
14314 ____________________________________________________________________________
14315 [  9955] By: jhi                                   on 2001/05/02  13:05:38
14316         Log: Test for #9952.
14317      Branch: perl
14318            ! t/op/tie.t
14319 ____________________________________________________________________________
14320 [  9954] By: jhi                                   on 2001/05/02  11:48:18
14321         Log: Additional note on the encoding example: one cannot
14322              convert string constants in-place.
14323      Branch: perl
14324            ! ext/Encode/Encode.pm
14325 ____________________________________________________________________________
14326 [  9953] By: jhi                                   on 2001/05/02  11:43:51
14327         Log: Note that if you have recent enough Perl you already
14328              have Filter::Util::Call.
14329      Branch: perl
14330            ! lib/Filter/Simple.pm
14331 ____________________________________________________________________________
14332 [  9952] By: jhi                                   on 2001/05/02  11:31:53
14333         Log: Retract changes #8254 and #8255, causes coredump in
14334              'tie FH, "main"', reported by Abigail, culprit found by
14335              Benjamin Sugars.  Mirrors maintperl change #9950.
14336      Branch: perl
14337            ! op.c t/pragma/sub_lval.t
14338 ____________________________________________________________________________
14339 [  9951] By: jhi                                   on 2001/05/02  11:14:29
14340         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
14341      Branch: perl
14342            + t/lib/MyFilter.pm
14343 ____________________________________________________________________________
14344 [  9950] By: gsar                                  on 2001/05/02  03:17:11
14345         Log: revert integration of changes#8254,8255 in change#8620 (causes
14346              a coredump in C<tie FH, 'foo'>; the idea itself may need better
14347              rationalization)
14348      Branch: maint-5.6/perl
14349            ! op.c t/pragma/sub_lval.t
14350 ____________________________________________________________________________
14351 [  9949] By: gsar                                  on 2001/05/02  02:56:32
14352         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
14353              
14354              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14355              
14356              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14357      Branch: maint-5.6/perl
14358           !> hints/svr5.sh
14359 ____________________________________________________________________________
14360 [  9948] By: gsar                                  on 2001/05/02  02:49:15
14361         Log: pod/find.t breaks on VMS (from Craig Berry)
14362      Branch: maint-5.6/perl
14363            ! t/pod/find.t
14364 ____________________________________________________________________________
14365 [  9947] By: jhi                                   on 2001/05/02  02:43:09
14366         Log: Add an encoding conversion example.
14367      Branch: perl
14368            ! ext/Encode/Encode.pm
14369 ____________________________________________________________________________
14370 [  9946] By: jhi                                   on 2001/05/02  01:34:22
14371         Log: Another coat of paint but still nowhere finished.
14372              Need to decide on the semantics of strptime(): should
14373              strptime() be a function instead of a method?  To do
14374              the week/monthname-strptiming the i18n/l10n bullet needs
14375              to be bitten with gusto.
14376      Branch: perl
14377            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14378 ____________________________________________________________________________
14379 [  9945] By: jhi                                   on 2001/05/01  23:40:52
14380         Log: Update Changes.
14381      Branch: perl
14382            ! Changes patchlevel.h
14383 ____________________________________________________________________________
14384 [  9944] By: jhi                                   on 2001/05/01  23:33:37
14385         Log: Add known-to-be-tested modules to the list-to-be-skipped.
14386      Branch: perl
14387            ! t/lib/1_compile.t
14388 ____________________________________________________________________________
14389 [  9943] By: jhi                                   on 2001/05/01  23:24:40
14390         Log: Subject: BorlandC++ fix
14391              From: "Vadim Konovalov" <watman@inbox.ru>
14392              Date: Mon, 30 Apr 2001 20:12:26 -0700
14393              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
14394      Branch: perl
14395            ! win32/makefile.mk
14396 ____________________________________________________________________________
14397 [  9942] By: jhi                                   on 2001/05/01  23:18:02
14398         Log: Update to Filter::Simple 0.60, create a test for it.
14399      Branch: perl
14400            + t/lib/filter-simple.t
14401            ! MANIFEST lib/Filter/Simple.pm
14402 ____________________________________________________________________________
14403 [  9941] By: jhi                                   on 2001/05/01  19:47:24
14404         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
14405              From: Hugo <hv@crypt.compulink.co.uk>
14406              Date: Tue, 01 May 2001 20:12:20 +0100
14407              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
14408      Branch: perl
14409            ! pp_hot.c t/op/re_tests
14410 ____________________________________________________________________________
14411 [  9940] By: jhi                                   on 2001/05/01  19:42:16
14412         Log: Integrate perlio.
14413      Branch: perl
14414           !> lib/base.pm t/lib/fields.t
14415 ____________________________________________________________________________
14416 [  9939] By: jhi                                   on 2001/05/01  19:39:51
14417         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
14418              From: Benjamin Sugars <bsugars@canoe.ca>
14419              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
14420              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
14421      Branch: perl
14422            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14423 ____________________________________________________________________________
14424 [  9938] By: jhi                                   on 2001/05/01  19:34:09
14425         Log: Add NEXT, a pseudo-class for method redispatching.
14426              <Damian>NEXT.pm probably offers more bang-for-buck
14427              than anything else I've ever written.</Damian>
14428      Branch: perl
14429            + lib/NEXT.pm t/lib/next.t
14430            ! MANIFEST
14431 ____________________________________________________________________________
14432 [  9937] By: jhi                                   on 2001/05/01  19:21:41
14433         Log: Update to Switch 2.02.
14434      Branch: perl
14435            ! lib/Switch.pm t/lib/switch.t
14436 ____________________________________________________________________________
14437 [  9936] By: nick                                  on 2001/05/01  19:09:21
14438         Log: Fix for base.pm clobbering $VERSION
14439      Branch: perlio
14440            ! lib/base.pm
14441 ____________________________________________________________________________
14442 [  9935] By: nick                                  on 2001/05/01  18:54:38
14443         Log: Test for base.pm clobbering $VERSION.
14444      Branch: perlio
14445            ! t/lib/fields.t
14446 ____________________________________________________________________________
14447 [  9934] By: jhi                                   on 2001/05/01  18:39:10
14448         Log: Add information about Scalar::Util::blessed.
14449      Branch: perl
14450            ! pod/perlobj.pod
14451 ____________________________________________________________________________
14452 [  9933] By: jhi                                   on 2001/05/01  18:33:51
14453         Log: Subject: Extra UNIVERSAL documentation
14454              From: Mike Guy <mjtg@cam.ac.uk>
14455              Date: Tue, 01 May 2001 20:12:11 +0100
14456              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
14457      Branch: perl
14458            ! pod/perlobj.pod
14459 ____________________________________________________________________________
14460 [  9932] By: jhi                                   on 2001/05/01  18:26:54
14461         Log: Subject: Autoflush in tests as appropriate
14462              From: Mike Guy <mjtg@cam.ac.uk>
14463              Date: Tue, 01 May 2001 20:05:31 +0100
14464              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
14465      Branch: perl
14466            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
14467            ! t/op/taint.t
14468 ____________________________________________________________________________
14469 [  9931] By: jhi                                   on 2001/05/01  18:02:29
14470         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
14471              From: Benjamin Sugars <bsugars@canoe.ca>
14472              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
14473              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
14474      Branch: perl
14475            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14476 ____________________________________________________________________________
14477 [  9930] By: jhi                                   on 2001/05/01  15:12:26
14478         Log: Subject: Re: Finally got a round tuit
14479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14480              Date: Tue, 01 May 2001 14:14:10 +0200
14481              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
14482              
14483              The -DP part, slightly modified.
14484      Branch: perl
14485            ! perl.c
14486 ____________________________________________________________________________
14487 [  9929] By: jhi                                   on 2001/05/01  14:17:15
14488         Log: Subject: Re: Finally got a round tuit
14489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14490              Date: Tue, 01 May 2001 16:34:06 +0200
14491              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
14492              
14493              cpp and optimization tweaks for HP-UX.
14494      Branch: perl
14495            ! hints/hpux.sh
14496 ____________________________________________________________________________
14497 [  9928] By: jhi                                   on 2001/05/01  13:24:20
14498         Log: Tune the scan_num() comments to reality.
14499      Branch: perl
14500            ! toke.c
14501 ____________________________________________________________________________
14502 [  9927] By: jhi                                   on 2001/05/01  13:14:01
14503         Log: Subject: [PATCH B::Deparse] optimised sort
14504              From: Robin Houston <robin@kitsite.com>
14505              Date: Tue, 1 May 2001 14:07:12 +0100
14506              Message-ID: <20010501140712.A4266@penderel>
14507      Branch: perl
14508            ! ext/B/B/Deparse.pm
14509 ____________________________________________________________________________
14510 [  9926] By: jhi                                   on 2001/05/01  13:10:53
14511         Log: Subject: [PATCH t/lib/b-deparse.t] 
14512              From: Robin Houston <robin@kitsite.com>
14513              Date: Tue, 1 May 2001 13:37:42 +0100
14514              Message-ID: <20010501133742.A4082@penderel>
14515      Branch: perl
14516            ! t/lib/b-deparse.t
14517 ____________________________________________________________________________
14518 [  9925] By: jhi                                   on 2001/05/01  13:10:13
14519         Log: Subject: [PATCH B::Deparse] for(;;), sort
14520              From: Robin Houston <robin@kitsite.com>
14521              Date: Tue, 1 May 2001 13:35:00 +0100
14522              Message-ID: <20010501133500.A4061@penderel>
14523      Branch: perl
14524            ! ext/B/B/Deparse.pm
14525 ____________________________________________________________________________
14526 [  9924] By: jhi                                   on 2001/05/01  13:09:22
14527         Log: Subject: [PATCH B::Deparse] do, warn, use
14528              From: Robin Houston <robin@kitsite.com>
14529              Date: Tue, 1 May 2001 13:31:03 +0100
14530              Message-ID: <20010501133103.A4041@penderel>
14531      Branch: perl
14532            ! ext/B/B/Deparse.pm
14533 ____________________________________________________________________________
14534 [  9923] By: jhi                                   on 2001/05/01  11:45:36
14535         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
14536              From: Benjamin Sugars <ben.sugars@home.com>
14537              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
14538              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
14539      Branch: perl
14540            + t/io/fflush.t
14541            ! MANIFEST
14542 ____________________________________________________________________________
14543 [  9922] By: jhi                                   on 2001/05/01  11:35:42
14544         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
14545              From: Peter Prymmer <pvhp@forte.com>
14546              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
14547              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
14548      Branch: perl
14549            ! t/lib/selfstubber.t
14550 ____________________________________________________________________________
14551 [  9921] By: jhi                                   on 2001/04/30  16:34:33
14552         Log: Subject: [PATCH B::Concise] suppress warning
14553              From: Robin Houston <robin@kitsite.com>
14554              Date: Mon, 30 Apr 2001 16:09:49 +0100
14555              Message-ID: <20010430160949.A25086@penderel>
14556      Branch: perl
14557            ! ext/B/B/Concise.pm
14558 ____________________________________________________________________________
14559 [  9920] By: jhi                                   on 2001/04/30  13:56:04
14560         Log: Strip the *markers* from #9919.
14561      Branch: perl
14562            ! pod/perlfaq.pod pod/perlfaq5.pod
14563 ____________________________________________________________________________
14564 [  9919] By: jhi                                   on 2001/04/30  13:54:04
14565         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
14566              From: Gwyn Judd <b.judd@xtra.co.nz>
14567              Date: Sun, 29 Apr 2001 01:47:49 +1200
14568              Message-ID: <20010429014749.A4418@thislove>
14569      Branch: perl
14570            ! pod/perlfaq.pod pod/perlfaq5.pod
14571 ____________________________________________________________________________
14572 [  9918] By: jhi                                   on 2001/04/30  13:13:54
14573         Log: More_tweakage.
14574      Branch: perl
14575            ! pod/perldata.pod pod/perldiag.pod
14576 ____________________________________________________________________________
14577 [  9917] By: jhi                                   on 2001/04/30  13:01:27
14578         Log: Update Changes.
14579      Branch: perl
14580            ! Changes patchlevel.h
14581 ____________________________________________________________________________
14582 [  9916] By: jhi                                   on 2001/04/30  12:57:03
14583         Log: T_w_e_a_k_a_g_e.
14584      Branch: perl
14585            ! pod/perldata.pod pod/perldiag.pod
14586 ____________________________________________________________________________
14587 [  9915] By: jhi                                   on 2001/04/30  12:39:29
14588         Log: Install s2p also as psed.
14589              
14590              TODO: psed documentation?
14591      Branch: perl
14592            ! installperl
14593 ____________________________________________________________________________
14594 [  9914] By: jhi                                   on 2001/04/30  12:29:21
14595         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
14596              From: Jens Hamisch <jens@Strawberry.COM>
14597              Date: Fri, 27 Apr 2001 17:00:36 +0200
14598              Message-ID: <20010427170036.K1372@Strawberry.COM>
14599              
14600              SOCKS5_VERSION_NAME is the right symbol to detect
14601              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
14602              function called socks5_init() is available, and even that is
14603              not universal, most SOCKS5 installations use SOCKSinit()).
14604      Branch: perl
14605            ! perlio.c
14606 ____________________________________________________________________________
14607 [  9913] By: jhi                                   on 2001/04/30  12:22:15
14608         Log: Allow a zero timeout on IO::Socket accept and connect--
14609              though one really shouldn't do that.  Based on
14610              
14611              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
14612              From: "John Holdsworth" <coldwave@bigfoot.com>
14613              Date: Sun, 4 Feb 2001 12:48:18 +0100
14614              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
14615      Branch: perl
14616            ! ext/IO/lib/IO/Socket.pm
14617 ____________________________________________________________________________
14618 [  9912] By: jhi                                   on 2001/04/30  11:27:27
14619         Log: Save the spot of regprev (see #9911) for binary compatibility;
14620              regen API.
14621      Branch: perl
14622            ! embedvar.h perlapi.h thrdvar.h
14623 ____________________________________________________________________________
14624 [  9911] By: jhi                                   on 2001/04/30  11:22:03
14625         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
14626              From: Hugo <hv@crypt.compulink.co.uk>
14627              Date: Sun, 29 Apr 2001 17:09:30 +0100
14628              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
14629      Branch: perl
14630            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
14631 ____________________________________________________________________________
14632 [  9910] By: jhi                                   on 2001/04/30  11:15:12
14633         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
14634              a dummy for PL_numeric_radix); no pressing reason to break
14635              binary compatibility; regen API.
14636      Branch: perl
14637            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
14638            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
14639 ____________________________________________________________________________
14640 [  9909] By: jhi                                   on 2001/04/30  10:56:08
14641         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
14642              From: Walt Mankowski <waltman@netaxs.com>
14643              Date: Sun, 29 Apr 2001 21:53:48 -0400
14644              Message-ID: <20010429215348.A3971@netaxs.com>
14645      Branch: perl
14646            ! pod/perlfunc.pod
14647 ____________________________________________________________________________
14648 [  9908] By: jhi                                   on 2001/04/30  10:49:40
14649         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
14650      Branch: perl
14651            ! t/lib/selfstubber.t
14652 ____________________________________________________________________________
14653 [  9907] By: nick                                  on 2001/04/30  09:26:50
14654         Log: Integrate mainline.
14655      Branch: perlio
14656           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14657 ____________________________________________________________________________
14658 [  9906] By: jhi                                   on 2001/04/29  23:24:20
14659         Log: Abigail spotted a thinko in #9905.
14660      Branch: perl
14661            ! pod/perldiag.pod
14662 ____________________________________________________________________________
14663 [  9905] By: jhi                                   on 2001/04/29  15:55:39
14664         Log: Changed the underscore/undebar syntax in numeric constants;
14665              now any grouping will do, as long as the underscores are not
14666              consecutive (so "zero-grouping" is out), and they do not begin
14667              or end the integer or fractional parts.
14668      Branch: perl
14669            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14670 ____________________________________________________________________________
14671 [  9904] By: nick                                  on 2001/04/29  15:43:22
14672         Log: Integrate mainline.
14673      Branch: perlio
14674           +> (branch 98 files)
14675            - lib/unicode/Block.pl
14676            - lib/unicode/In/AlphabeticPresentationForms.pl
14677            - lib/unicode/In/Arabic.pl
14678            - lib/unicode/In/ArabicPresentationForms-A.pl
14679            - lib/unicode/In/ArabicPresentationForms-B.pl
14680            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14681            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14682            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14683            - lib/unicode/In/BopomofoExtended.pl
14684            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14685            - lib/unicode/In/CJKCompatibility.pl
14686            - lib/unicode/In/CJKCompatibilityForms.pl
14687            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14688            - lib/unicode/In/CJKRadicalsSupplement.pl
14689            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14690            - lib/unicode/In/CJKUnifiedIdeographs.pl
14691            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14692            - lib/unicode/In/Cherokee.pl
14693            - lib/unicode/In/CombiningDiacriticalMarks.pl
14694            - lib/unicode/In/CombiningHalfMarks.pl
14695            - lib/unicode/In/CombiningMarksforSymbols.pl
14696            - lib/unicode/In/ControlPictures.pl
14697            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14698            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14699            - lib/unicode/In/EnclosedAlphanumerics.pl
14700            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14701            - lib/unicode/In/Ethiopic.pl
14702            - lib/unicode/In/GeneralPunctuation.pl
14703            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14704            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14705            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14706            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14707            - lib/unicode/In/HangulCompatibilityJamo.pl
14708            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14709            - lib/unicode/In/Hebrew.pl
14710            - lib/unicode/In/HighPrivateUseSurrogates.pl
14711            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14712            - lib/unicode/In/IPAExtensions.pl
14713            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14714            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14715            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14716            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14717            - lib/unicode/In/Latin-1Supplement.pl
14718            - lib/unicode/In/LatinExtended-A.pl
14719            - lib/unicode/In/LatinExtended-B.pl
14720            - lib/unicode/In/LatinExtendedAdditional.pl
14721            - lib/unicode/In/LetterlikeSymbols.pl
14722            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14723            - lib/unicode/In/MathematicalOperators.pl
14724            - lib/unicode/In/MiscellaneousSymbols.pl
14725            - lib/unicode/In/MiscellaneousTechnical.pl
14726            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14727            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14728            - lib/unicode/In/OpticalCharacterRecognition.pl
14729            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14730            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14731            - lib/unicode/In/SmallFormVariants.pl
14732            - lib/unicode/In/SpacingModifierLetters.pl
14733            - lib/unicode/In/Specials.pl
14734            - lib/unicode/In/SuperscriptsandSubscripts.pl
14735            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14736            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14737            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14738            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14739            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14740           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
14741           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
14742           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
14743           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
14744           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
14745           !> utf8.c win32/Makefile
14746 ____________________________________________________________________________
14747 [  9903] By: jhi                                   on 2001/04/29  14:30:53
14748         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
14749              From: Prymmer/Kahn <pvhp@best.com>
14750              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
14751              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
14752      Branch: perl
14753            ! win32/Makefile
14754 ____________________________________________________________________________
14755 [  9902] By: jhi                                   on 2001/04/29  02:52:44
14756         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
14757              From: "Abigail" <abigail@foad.org>
14758              Date: Sun, 29 Apr 2001 03:14:25 +0200
14759              Message-ID: <20010429011425.24503.qmail@foad.org>
14760      Branch: perl
14761            ! ext/IO/lib/IO/Seekable.pm
14762 ____________________________________________________________________________
14763 [  9901] By: jhi                                   on 2001/04/29  02:04:46
14764         Log: In character classes one couldn't have 0x80..0xff characters
14765              at the left hand side if there were 0x100.. characters in the
14766              character class.
14767      Branch: perl
14768            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
14769            ! t/op/pat.t utf8.c
14770 ____________________________________________________________________________
14771 [  9900] By: jhi                                   on 2001/04/28  22:55:04
14772         Log: Forgot the latest mktables.PL from #9899.
14773      Branch: perl
14774            ! lib/unicode/mktables.PL
14775 ____________________________________________________________________________
14776 [  9899] By: jhi                                   on 2001/04/28  22:53:28
14777         Log: Explain the \p{} and \P{} error message better and
14778              have prettier prettyprint in In.pl.
14779      Branch: perl
14780            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
14781            ! pod/perldiag.pod
14782 ____________________________________________________________________________
14783 [  9898] By: jhi                                   on 2001/04/28  21:03:34
14784         Log: Add one possible explanation for the "Invalid [] range" error.
14785      Branch: perl
14786            ! pod/perldiag.pod
14787 ____________________________________________________________________________
14788 [  9897] By: jhi                                   on 2001/04/28  17:18:26
14789         Log: Add a level of indirection to the implementation of \p{InFoo}
14790              so that we don't have to have long filenames.  (Nothing changes
14791              in the user interface.)   The indirection is defined in
14792              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
14793              Also rename some the character classes by removing '-' from
14794              the classnames, and finally renamed Block.pl as Blocks.pl.
14795      Branch: perl
14796            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
14797            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
14798            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
14799            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14800            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
14801            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
14802            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
14803            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
14804            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
14805            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
14806            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
14807            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
14808            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
14809            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
14810            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
14811            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
14812            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
14813            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
14814            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
14815            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
14816            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
14817            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
14818            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
14819            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
14820            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
14821            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
14822            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
14823            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
14824            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
14825            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
14826            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
14827            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
14828            + lib/unicode/In/94.pl lib/unicode/In/95.pl
14829            - lib/unicode/Block.pl
14830            - lib/unicode/In/AlphabeticPresentationForms.pl
14831            - lib/unicode/In/Arabic.pl
14832            - lib/unicode/In/ArabicPresentationForms-A.pl
14833            - lib/unicode/In/ArabicPresentationForms-B.pl
14834            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14835            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14836            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14837            - lib/unicode/In/BopomofoExtended.pl
14838            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14839            - lib/unicode/In/CJKCompatibility.pl
14840            - lib/unicode/In/CJKCompatibilityForms.pl
14841            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14842            - lib/unicode/In/CJKRadicalsSupplement.pl
14843            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14844            - lib/unicode/In/CJKUnifiedIdeographs.pl
14845            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14846            - lib/unicode/In/Cherokee.pl
14847            - lib/unicode/In/CombiningDiacriticalMarks.pl
14848            - lib/unicode/In/CombiningHalfMarks.pl
14849            - lib/unicode/In/CombiningMarksforSymbols.pl
14850            - lib/unicode/In/ControlPictures.pl
14851            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14852            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14853            - lib/unicode/In/EnclosedAlphanumerics.pl
14854            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14855            - lib/unicode/In/Ethiopic.pl
14856            - lib/unicode/In/GeneralPunctuation.pl
14857            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14858            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14859            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14860            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14861            - lib/unicode/In/HangulCompatibilityJamo.pl
14862            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14863            - lib/unicode/In/Hebrew.pl
14864            - lib/unicode/In/HighPrivateUseSurrogates.pl
14865            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14866            - lib/unicode/In/IPAExtensions.pl
14867            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14868            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14869            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14870            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14871            - lib/unicode/In/Latin-1Supplement.pl
14872            - lib/unicode/In/LatinExtended-A.pl
14873            - lib/unicode/In/LatinExtended-B.pl
14874            - lib/unicode/In/LatinExtendedAdditional.pl
14875            - lib/unicode/In/LetterlikeSymbols.pl
14876            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14877            - lib/unicode/In/MathematicalOperators.pl
14878            - lib/unicode/In/MiscellaneousSymbols.pl
14879            - lib/unicode/In/MiscellaneousTechnical.pl
14880            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14881            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14882            - lib/unicode/In/OpticalCharacterRecognition.pl
14883            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14884            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14885            - lib/unicode/In/SmallFormVariants.pl
14886            - lib/unicode/In/SpacingModifierLetters.pl
14887            - lib/unicode/In/Specials.pl
14888            - lib/unicode/In/SuperscriptsandSubscripts.pl
14889            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14890            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14891            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14892            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14893            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14894            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
14895            ! pod/perlunicode.pod
14896 ____________________________________________________________________________
14897 [  9896] By: jhi                                   on 2001/04/28  14:33:17
14898         Log: Update the information on shared library path on HP-UX.
14899      Branch: perl
14900            ! INSTALL
14901 ____________________________________________________________________________
14902 [  9895] By: jhi                                   on 2001/04/28  14:32:30
14903         Log: Because #9894 seems to do the trick, this workaround can be removed.
14904      Branch: perl
14905            ! t/lib/selfstubber.t
14906 ____________________________________________________________________________
14907 [  9894] By: jhi                                   on 2001/04/28  14:26:13
14908         Log: For PerlIO flush the children's file handles (on fork/exec/system).
14909      Branch: perl
14910            ! perl.h
14911 ____________________________________________________________________________
14912 [  9893] By: jhi                                   on 2001/04/28  14:23:15
14913         Log: Test tweak for #9891.
14914      Branch: perl
14915            ! t/lib/b-deparse.t
14916 ____________________________________________________________________________
14917 [  9892] By: jhi                                   on 2001/04/28  14:10:13
14918         Log: New HP-UX hints from Merijn.
14919      Branch: perl
14920            ! hints/hpux.sh
14921 ____________________________________________________________________________
14922 [  9891] By: jhi                                   on 2001/04/28  14:07:27
14923         Log: Subject: [PATCH B::Deparse] non-block scopes
14924              From: Robin Houston <robin@kitsite.com>
14925              Date: Fri, 27 Apr 2001 19:15:14 +0100
14926              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
14927      Branch: perl
14928            ! ext/B/B/Deparse.pm
14929 ____________________________________________________________________________
14930 [  9890] By: nick                                  on 2001/04/27  19:41:25
14931         Log: Integrate mainline
14932      Branch: perlio
14933           +> t/lib/selfstubber.t
14934           !> (integrate 50 files)
14935 ____________________________________________________________________________
14936 [  9889] By: jhi                                   on 2001/04/27  18:23:46
14937         Log: Subject: Re: selfstubber test fail on bleadperl
14938              From: Mike Guy <mjtg@cam.ac.uk>
14939              Date: Fri, 27 Apr 2001 19:31:18 +0100
14940              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
14941      Branch: perl
14942            ! t/lib/selfstubber.t
14943 ____________________________________________________________________________
14944 [  9888] By: jhi                                   on 2001/04/27  16:20:54
14945         Log: Test tweak for #9886.
14946      Branch: perl
14947            ! t/lib/b-deparse.t
14948 ____________________________________________________________________________
14949 [  9887] By: jhi                                   on 2001/04/27  16:16:33
14950         Log: Buffering issue at least in Solaris (even with perlio).
14951      Branch: perl
14952            ! t/lib/selfstubber.t
14953 ____________________________________________________________________________
14954 [  9886] By: jhi                                   on 2001/04/27  14:59:23
14955         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
14956              From: Robin Houston <robin@kitsite.com>
14957              Date: Fri, 27 Apr 2001 16:53:20 +0100
14958              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
14959      Branch: perl
14960            ! ext/B/B/Deparse.pm
14961 ____________________________________________________________________________
14962 [  9885] By: jhi                                   on 2001/04/27  14:23:51
14963         Log: Update Changes.
14964      Branch: perl
14965            ! Changes patchlevel.h
14966 ____________________________________________________________________________
14967 [  9884] By: jhi                                   on 2001/04/27  14:14:12
14968         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
14969              From: "Philip Newton" <pnewton@gmx.de>
14970              Date: Fri, 27 Apr 2001 16:40:13 +0200
14971              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
14972      Branch: perl
14973            ! pod/perldata.pod
14974 ____________________________________________________________________________
14975 [  9883] By: jhi                                   on 2001/04/27  13:28:19
14976         Log: Add LOG_PERROR; prettify the "removed".
14977      Branch: perl
14978            ! ext/Sys/Syslog/Syslog.xs
14979 ____________________________________________________________________________
14980 [  9882] By: jhi                                   on 2001/04/27  13:13:18
14981         Log: h2xs tweaks: use NV instead of double, "quote" the removed
14982              prefixes for clarity (especially when nothing is removed),
14983              slight pod reformats.
14984      Branch: perl
14985            ! utils/h2xs.PL
14986 ____________________________________________________________________________
14987 [  9881] By: jhi                                   on 2001/04/27  12:58:48
14988         Log: Don't bother creating existing directories.
14989      Branch: perl
14990            ! utils/h2xs.PL
14991 ____________________________________________________________________________
14992 [  9880] By: jhi                                   on 2001/04/27  12:45:39
14993         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
14994              From: Mike Schilli <m@perlmeister.com>
14995              Date: Wed, 25 Apr 2001 01:29:21 -0700
14996              Message-id: <3AE68AE1.6A981723@perlmeister.com>
14997      Branch: perl
14998            ! utils/h2xs.PL
14999 ____________________________________________________________________________
15000 [  9879] By: jhi                                   on 2001/04/27  12:40:55
15001         Log: break is not yet Perl.  Added the template license also to README.
15002      Branch: perl
15003            ! utils/h2xs.PL
15004 ____________________________________________________________________________
15005 [  9878] By: jhi                                   on 2001/04/27  03:08:20
15006         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
15007              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15008              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
15009              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
15010      Branch: perl
15011            ! t/lib/xs-typemap.t
15012 ____________________________________________________________________________
15013 [  9877] By: jhi                                   on 2001/04/26  23:54:40
15014         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
15015              From: "Abigail" <abigail@foad.org>
15016              Date: Fri, 27 Apr 2001 01:44:28 +0200
15017              Message-ID: <20010426234428.19786.qmail@foad.org>
15018      Branch: perl
15019            ! utils/h2xs.PL
15020 ____________________________________________________________________________
15021 [  9876] By: jhi                                   on 2001/04/26  23:52:06
15022         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
15023              From: Peter Prymmer <pvhp@forte.com>
15024              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
15025              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
15026      Branch: perl
15027            ! t/lib/selfstubber.t
15028 ____________________________________________________________________________
15029 [  9875] By: jhi                                   on 2001/04/26  23:48:10
15030         Log: Deparse nits.
15031      Branch: perl
15032            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
15033 ____________________________________________________________________________
15034 [  9874] By: jhi                                   on 2001/04/26  22:46:05
15035         Log: Document ANYOF_CLASS.
15036      Branch: perl
15037            ! regcomp.h
15038 ____________________________________________________________________________
15039 [  9873] By: jhi                                   on 2001/04/26  22:35:03
15040         Log: Subject: Re: [PATCH @9846] dumping ANYOF
15041              From: Hugo <hv@crypt.compulink.co.uk>
15042              Date: Thu, 26 Apr 2001 23:33:38 +0100
15043              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
15044      Branch: perl
15045            ! regcomp.c regcomp.h
15046 ____________________________________________________________________________
15047 [  9872] By: jhi                                   on 2001/04/26  22:34:31
15048         Log: Subject: [PATCH] more for Devel::SelfStubber
15049              From: Nicholas Clark <nick@ccl4.org>
15050              Date: Fri, 27 Apr 2001 00:13:52 +0100
15051              Message-ID: <20010427001351.K88186@plum.flirble.org>
15052      Branch: perl
15053            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
15054 ____________________________________________________________________________
15055 [  9871] By: jhi                                   on 2001/04/26  21:59:17
15056         Log: Subject: [PATCH B::Deparse] formats must be flush left
15057              From: Robin Houston <robin@kitsite.com>
15058              Date: Thu, 26 Apr 2001 23:54:29 +0100
15059              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
15060      Branch: perl
15061            ! ext/B/B/Deparse.pm
15062 ____________________________________________________________________________
15063 [  9870] By: jhi                                   on 2001/04/26  21:57:37
15064         Log: If some of the constants are prefixes of others,
15065              the prefixes may never get recognized.  (See 20010426.006.)
15066      Branch: perl
15067            ! utils/h2xs.PL
15068 ____________________________________________________________________________
15069 [  9869] By: jhi                                   on 2001/04/26  21:50:42
15070         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
15071              From: Chris Bongaarts <cab@tc.umn.edu>
15072              Date: Thu, 26 Apr 2001 17:10:31 -0500
15073              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
15074      Branch: perl
15075            ! ext/Sys/Syslog/Syslog.xs
15076 ____________________________________________________________________________
15077 [  9868] By: jhi                                   on 2001/04/26  21:35:12
15078         Log: Further cuts and more docs from Graham Barr.
15079      Branch: perl
15080            ! ext/List/Util/lib/List/Util.pm
15081            ! ext/List/Util/lib/Scalar/Util.pm
15082 ____________________________________________________________________________
15083 [  9867] By: jhi                                   on 2001/04/26  21:18:57
15084         Log: Subject: [PATCH 5.7.1] DB_File-1.77
15085              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15086              Date: Thu, 26 Apr 2001 22:37:53 +0100
15087              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
15088      Branch: perl
15089            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15090            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15091 ____________________________________________________________________________
15092 [  9866] By: jhi                                   on 2001/04/26  21:12:31
15093         Log: Subject: [PATCH B::Deparse] fix easy bugs
15094              From: Robin Houston <robin@kitsite.com>
15095              Date: Thu, 26 Apr 2001 23:03:33 +0100
15096              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
15097      Branch: perl
15098            ! ext/B/B/Deparse.pm
15099 ____________________________________________________________________________
15100 [  9865] By: jhi                                   on 2001/04/26  20:26:13
15101         Log: Update Changes.
15102      Branch: perl
15103            ! Changes patchlevel.h
15104 ____________________________________________________________________________
15105 [  9864] By: jhi                                   on 2001/04/26  19:27:48
15106         Log: Dethinko from Robin Houston.
15107      Branch: perl
15108            ! ext/B/B/Deparse.pm
15109 ____________________________________________________________________________
15110 [  9863] By: jhi                                   on 2001/04/26  19:10:35
15111         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
15112              From: Robin Houston <robin@kitsite.com>
15113              Date: Thu, 26 Apr 2001 21:08:32 +0100
15114              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
15115      Branch: perl
15116            ! ext/B/B/Deparse.pm
15117 ____________________________________________________________________________
15118 [  9862] By: jhi                                   on 2001/04/26  19:04:23
15119         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15120              From: Robin Houston <robin@kitsite.com>
15121              Date: Thu, 26 Apr 2001 20:52:50 +0100
15122              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
15123      Branch: perl
15124            ! ext/B/B/Deparse.pm
15125 ____________________________________________________________________________
15126 [  9861] By: jhi                                   on 2001/04/26  18:56:14
15127         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
15128              From: Mike Guy <mjtg@cam.ac.uk>
15129              Date: Thu, 26 Apr 2001 14:22:40 +0100
15130              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
15131      Branch: perl
15132            ! pod/perlobj.pod
15133 ____________________________________________________________________________
15134 [  9860] By: jhi                                   on 2001/04/26  18:46:42
15135         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15136              From: Robin Houston <robin@kitsite.com>
15137              Date: Thu, 26 Apr 2001 20:34:29 +0100
15138              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
15139              
15140              Hashes do not interpolate.
15141      Branch: perl
15142            ! ext/B/B/Deparse.pm
15143 ____________________________________________________________________________
15144 [  9859] By: jhi                                   on 2001/04/26  18:43:51
15145         Log: Subject: The Time::Piece conspiracy unmasked!!!
15146              From: Mike Guy <mjtg@cam.ac.uk>
15147              Date: Thu, 26 Apr 2001 19:02:50 +0100
15148              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
15149              
15150              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
15151              From: Mike Guy <mjtg@cam.ac.uk>
15152              Date: Thu, 26 Apr 2001 19:08:21 +0100
15153              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
15154              
15155              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
15156              From: Graham Barr <gbarr@pobox.com>
15157              Date: Thu, 26 Apr 2001 19:12:03 +0100
15158              Message-ID: <20010426191203.A70835@pobox.com>
15159              
15160              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
15161      Branch: perl
15162            ! ext/List/Util/lib/List/Util.pm
15163            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
15164 ____________________________________________________________________________
15165 [  9858] By: jhi                                   on 2001/04/26  18:17:42
15166         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
15167              From: Robin Houston <robin@kitsite.com>
15168              Date: Thu, 26 Apr 2001 16:09:35 +0100
15169              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
15170      Branch: perl
15171            ! t/comp/proto.t
15172 ____________________________________________________________________________
15173 [  9857] By: jhi                                   on 2001/04/26  18:04:59
15174         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15175              From: barries <barries@slaysys.com>
15176              Date: Thu, 26 Apr 2001 12:01:10 -0400
15177              Message-ID: <20010426120110.E29698@jester.slaysys.com>
15178      Branch: perl
15179            ! pod/perldiag.pod
15180 ____________________________________________________________________________
15181 [  9856] By: jhi                                   on 2001/04/26  18:03:33
15182         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
15183              Date: Thu, 26 Apr 2001 17:13:41 +0100
15184              From: Robin Houston <robin@kitsite.com>
15185              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
15186              
15187              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15188              From: Robin Houston <robin@kitsite.com>
15189              Date: Thu, 26 Apr 2001 18:44:29 +0100
15190              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
15191      Branch: perl
15192            ! ext/B/B/Deparse.pm
15193 ____________________________________________________________________________
15194 [  9855] By: jhi                                   on 2001/04/26  17:56:04
15195         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
15196              From: Robin Houston <robin@kitsite.com>
15197              Date: Thu, 26 Apr 2001 17:04:08 +0100
15198              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
15199      Branch: perl
15200            ! ext/B/B/Deparse.pm
15201 ____________________________________________________________________________
15202 [  9854] By: jhi                                   on 2001/04/26  17:47:26
15203         Log: Subject: Re: Short test case for undef %stash:: crash
15204              From: Benjamin Sugars <bsugars@canoe.ca> 
15205              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
15206              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
15207              Changed and moved the perldiag entry.
15208      Branch: perl
15209            ! gv.c pod/perldiag.pod
15210 ____________________________________________________________________________
15211 [  9853] By: jhi                                   on 2001/04/26  14:35:16
15212         Log: Beginnings of strptime().  Do not touch the wet paint.
15213      Branch: perl
15214            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15215 ____________________________________________________________________________
15216 [  9852] By: jhi                                   on 2001/04/26  13:17:21
15217         Log: Retract #9851, core dumps from pod2man.
15218      Branch: perl
15219            ! regcomp.c
15220 ____________________________________________________________________________
15221 [  9851] By: jhi                                   on 2001/04/26  11:54:41
15222         Log: (Retracted by #9852.)
15223              
15224              Subject: [PATCH @9846] dumping ANYOF
15225              From: Hugo <hv@crypt.compulink.co.uk>
15226              Date: Thu, 26 Apr 2001 05:32:38 +0100
15227              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
15228      Branch: perl
15229            ! regcomp.c
15230 ____________________________________________________________________________
15231 [  9850] By: jhi                                   on 2001/04/26  02:34:44
15232         Log: If ccflags was empty the _previous_ $* containing all the
15233              environment variables and Configure variables was used,
15234              which lead, among other bad things, into $ccflags being your
15235              uname -a output, which lead into test compile with cc failing,
15236              which lead into gcc being selected, which didn't work that well
15237              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
15238              with large files, et cetera.
15239      Branch: perl
15240            ! hints/hpux.sh
15241 ____________________________________________________________________________
15242 [  9849] By: jhi                                   on 2001/04/26  01:44:57
15243         Log: Make selfstubber test more portable.
15244      Branch: perl
15245            ! t/lib/selfstubber.t
15246 ____________________________________________________________________________
15247 [  9848] By: jhi                                   on 2001/04/26  00:50:26
15248         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
15249              From: Benjamin Sugars <ben.sugars@home.com>
15250              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
15251              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
15252      Branch: perl
15253            ! ext/Cwd/Cwd.xs
15254 ____________________________________________________________________________
15255 [  9847] By: jhi                                   on 2001/04/26  00:46:58
15256         Log: Subject: [PATCH: perl@9841] VMS updates
15257              From: Peter Prymmer <pvhp@forte.com>
15258              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
15259              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
15260      Branch: perl
15261            ! README.vms configure.com vms/descrip_mms.template
15262            ! vms/ext/filespec.t
15263 ____________________________________________________________________________
15264 [  9846] By: jhi                                   on 2001/04/26  00:11:56
15265         Log: re 'debug' was broken by #9084.
15266      Branch: perl
15267            ! ext/re/re.xs
15268 ____________________________________________________________________________
15269 [  9845] By: jhi                                   on 2001/04/25  22:33:17
15270         Log: Subject: [PATCH] test for Devel::SelfStubber
15271              From: Nicholas Clark <nick@ccl4.org>
15272              Date: Thu, 26 Apr 2001 00:00:54 +0100
15273              Message-ID: <20010426000054.D89026@plum.flirble.org>
15274      Branch: perl
15275            + t/lib/selfstubber.t
15276            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
15277 ____________________________________________________________________________
15278 [  9844] By: jhi                                   on 2001/04/25  22:29:32
15279         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
15280              From: Paul Johnson <paul@pjcj.net>
15281              Date: Thu, 26 Apr 2001 00:46:08 +0200
15282              Message-ID: <20010426004608.H2338@pjcj.net>
15283      Branch: perl
15284            ! ext/B/B/Concise.pm
15285 ____________________________________________________________________________
15286 [  9843] By: jhi                                   on 2001/04/25  22:28:28
15287         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
15288              From: Peter Prymmer <pvhp@forte.com>
15289              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
15290              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
15291      Branch: perl
15292            ! ext/Cwd/Cwd.xs
15293 ____________________________________________________________________________
15294 [  9842] By: jhi                                   on 2001/04/25  20:58:12
15295         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
15296              From: John Peacock <jpeacock@rowman.com>
15297              Date: Wed, 25 Apr 2001 17:30:26 -0400
15298              Message-ID: <3AE741F2.B3217464@rowman.com>
15299      Branch: perl
15300            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15301 ____________________________________________________________________________
15302 [  9841] By: jhi                                   on 2001/04/25  20:07:05
15303         Log: Update Changes.
15304      Branch: perl
15305            ! Changes patchlevel.h
15306 ____________________________________________________________________________
15307 [  9840] By: jhi                                   on 2001/04/25  19:56:51
15308         Log: Yet another HP-UX hints version from Merijn.
15309      Branch: perl
15310            ! hints/hpux.sh
15311 ____________________________________________________________________________
15312 [  9839] By: jhi                                   on 2001/04/25  19:53:04
15313         Log: abs_path() didn't terminate the filename correctly,
15314              in DIRNAMLENless systems like HP-UX this would fail.
15315      Branch: perl
15316            ! ext/Cwd/Cwd.xs
15317 ____________________________________________________________________________
15318 [  9838] By: jhi                                   on 2001/04/25  16:37:26
15319         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15320              From: Mike Guy <mjtg@cam.ac.uk>
15321              Date: Wed, 25 Apr 2001 18:31:47 +0100
15322              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
15323      Branch: perl
15324            ! op.c
15325 ____________________________________________________________________________
15326 [  9837] By: jhi                                   on 2001/04/25  16:21:53
15327         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
15328              From: Jon Eveland <jweveland@yahoo.com>
15329              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
15330              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
15331      Branch: perl
15332            ! lib/perl5db.pl
15333 ____________________________________________________________________________
15334 [  9836] By: jhi                                   on 2001/04/25  14:17:50
15335         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
15336              From: "Philip Newton" <pnewton@gmx.de>
15337              Date: Wed, 25 Apr 2001 17:05:58 +0200
15338              Message-ID: <3AE703F6.3234.1833C45@localhost>
15339      Branch: perl
15340            ! Porting/patching.pod
15341 ____________________________________________________________________________
15342 [  9835] By: jhi                                   on 2001/04/25  13:58:07
15343         Log: It would seem that both ar and full_ar need to be overridden
15344              for HP-UX to avoid the GNU ar.
15345      Branch: perl
15346            ! hints/hpux.sh
15347 ____________________________________________________________________________
15348 [  9834] By: jhi                                   on 2001/04/25  13:50:40
15349         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15350              From: "Philip Newton" <pnewton@gmx.de>
15351              Date: Wed, 25 Apr 2001 16:09:23 +0200
15352              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
15353              
15354              Detypo.
15355      Branch: perl
15356            ! t/op/misc.t
15357 ____________________________________________________________________________
15358 [  9833] By: jhi                                   on 2001/04/25  12:36:11
15359         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
15360      Branch: perl
15361            ! hints/hpux.sh
15362 ____________________________________________________________________________
15363 [  9832] By: jhi                                   on 2001/04/25  12:33:36
15364         Log: New version of HP-UX hints from Merijn.
15365      Branch: perl
15366            ! hints/hpux.sh
15367 ____________________________________________________________________________
15368 [  9831] By: jhi                                   on 2001/04/25  03:39:45
15369         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
15370      Branch: perl
15371            ! hints/hpux.sh
15372 ____________________________________________________________________________
15373 [  9830] By: jhi                                   on 2001/04/25  02:53:25
15374         Log: The tzname[] bit is not needed by util.c -- and causes
15375              heartburn in VMS (and it missing was probably the cause of
15376              the Mac OS X trouble).  Ouch.
15377      Branch: perl
15378            ! ext/POSIX/POSIX.xs util.c
15379 ____________________________________________________________________________
15380 [  9829] By: jhi                                   on 2001/04/25  00:10:06
15381         Log: Metaconfig unit change for #9828.
15382      Branch: metaconfig
15383            ! U/compline/ccflags.U
15384 ____________________________________________________________________________
15385 [  9828] By: jhi                                   on 2001/04/25  00:04:18
15386         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
15387              (which is actually the reason for the change, we need to pass
15388              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
15389              EP/IX, OS/2, and TitanOS, based on the hints files.
15390      Branch: perl
15391            ! Configure config_h.SH
15392 ____________________________________________________________________________
15393 [  9827] By: jhi                                   on 2001/04/24  23:49:20
15394         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
15395              the $cat must have an absolute path.
15396      Branch: perl
15397            ! makedepend.SH
15398 ____________________________________________________________________________
15399 [  9826] By: jhi                                   on 2001/04/24  23:40:53
15400         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
15401      Branch: perl
15402            ! README.amiga
15403 ____________________________________________________________________________
15404 [  9825] By: jhi                                   on 2001/04/24  23:35:35
15405         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
15406              From: "Philip Newton" <pnewton@gmx.de>
15407              Date: Tue, 24 Apr 2001 18:52:49 +0200
15408              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
15409      Branch: perl
15410            ! x2p/find2perl.PL
15411 ____________________________________________________________________________
15412 [  9824] By: jhi                                   on 2001/04/24  23:33:07
15413         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
15414              Some gcc specifics dropped out due to extensive rewriting;
15415              will be put back later as needed.
15416      Branch: perl
15417            ! hints/hpux.sh
15418 ____________________________________________________________________________
15419 [  9823] By: jhi                                   on 2001/04/24  23:27:57
15420         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
15421      Branch: perl
15422            ! ext/POSIX/POSIX.xs
15423 ____________________________________________________________________________
15424 [  9822] By: jhi                                   on 2001/04/24  23:25:21
15425         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
15426              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15427              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
15428              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
15429      Branch: perl
15430            ! ext/XS/Typemap/Typemap.xs
15431 ____________________________________________________________________________
15432 [  9821] By: jhi                                   on 2001/04/24  23:24:10
15433         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
15434              From: "Abigail" <abigail@foad.org>
15435              Date: Tue, 24 Apr 2001 23:12:03 +0200
15436              Message-ID: <20010424211203.7901.qmail@foad.org>
15437      Branch: perl
15438            ! pod/perlport.pod
15439 ____________________________________________________________________________
15440 [  9820] By: jhi                                   on 2001/04/24  23:23:15
15441         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
15442              From: Matt Sergeant <matt@sergeant.org>
15443              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
15444              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
15445      Branch: perl
15446            ! pod/perlfaq4.pod
15447 ____________________________________________________________________________
15448 [  9819] By: nick                                  on 2001/04/24  18:49:43
15449         Log: Integrate mainline.
15450      Branch: perlio
15451           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15452           !> (integrate 37 files)
15453 ____________________________________________________________________________
15454 [  9818] By: jhi                                   on 2001/04/24  14:35:23
15455         Log: Update Changes.
15456      Branch: perl
15457            ! Changes patchlevel.h
15458 ____________________________________________________________________________
15459 [  9817] By: jhi                                   on 2001/04/24  14:09:17
15460         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
15461              From: "Philip Newton" <pnewton@gmx.de>
15462              Date: Tue, 24 Apr 2001 12:58:12 +0200
15463              Message-ID: <3AE57864.8304.B77A0A@localhost> 
15464              
15465              plus add CPAN to the list of modules that have their own tests.
15466      Branch: perl
15467            ! t/lib/1_compile.t
15468 ____________________________________________________________________________
15469 [  9816] By: jhi                                   on 2001/04/24  14:07:03
15470         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
15471              From: Michael G Schwern <schwern@pobox.com>
15472              Date: Sat, 21 Apr 2001 22:35:00 +0100
15473              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
15474      Branch: perl
15475            ! t/lib/1_compile.t
15476 ____________________________________________________________________________
15477 [  9815] By: jhi                                   on 2001/04/24  13:54:32
15478         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
15479              From: Robin Houston <robin@kitsite.com>
15480              Date: Tue, 24 Apr 2001 15:51:18 +0100
15481              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
15482      Branch: perl
15483            ! ext/B/B/Deparse.pm
15484 ____________________________________________________________________________
15485 [  9814] By: jhi                                   on 2001/04/24  13:17:34
15486         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15487              From: Bill Glicker <billg@burrelles.com>
15488              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
15489              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
15490      Branch: perl
15491            ! hints/svr5.sh
15492 ____________________________________________________________________________
15493 [  9813] By: jhi                                   on 2001/04/24  12:54:23
15494         Log: Prevent path disclosure (probing for existence of filenames)
15495              using suidperl; bug id 20010322.218.
15496      Branch: perl
15497            ! perl.c pod/perldiag.pod
15498 ____________________________________________________________________________
15499 [  9812] By: jhi                                   on 2001/04/24  12:08:36
15500         Log: Retract #9811.
15501      Branch: perl
15502            ! ext/POSIX/POSIX.xs
15503 ____________________________________________________________________________
15504 [  9811] By: jhi                                   on 2001/04/24  11:57:35
15505         Log: (Retracted by #9812.)
15506      Branch: perl
15507            ! ext/POSIX/POSIX.xs
15508 ____________________________________________________________________________
15509 [  9810] By: jhi                                   on 2001/04/24  03:32:35
15510         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
15511      Branch: perl
15512            ! util.c
15513 ____________________________________________________________________________
15514 [  9809] By: jhi                                   on 2001/04/24  03:16:13
15515         Log: The Math::BigFloat::import() was broken.
15516              (Fixes bug id 20010422.002.)
15517      Branch: perl
15518            ! lib/Math/BigFloat.pm
15519 ____________________________________________________________________________
15520 [  9808] By: jhi                                   on 2001/04/24  01:11:40
15521         Log: Additional dependencies; should help for parallel makes
15522              not to fail on missing lib/lib.pm or lib/re.pm.
15523      Branch: perl
15524            ! Makefile.SH
15525 ____________________________________________________________________________
15526 [  9807] By: jhi                                   on 2001/04/24  00:57:01
15527         Log: Update the test failure disclaimer.
15528      Branch: perl
15529            ! t/pragma/warn/pp_hot
15530 ____________________________________________________________________________
15531 [  9806] By: jhi                                   on 2001/04/24  00:54:04
15532         Log: Add make target "install-all" which is alias for "install"
15533              to cater for case-preserving filesystems like HFS+.
15534      Branch: perl
15535            ! INSTALL Makefile.SH
15536 ____________________________________________________________________________
15537 [  9805] By: jhi                                   on 2001/04/24  00:47:28
15538         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
15539              From: Peter Prymmer <pvhp@forte.com>
15540              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
15541              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
15542              
15543              (Ken William's message forwarded from macosx@perl.org)
15544      Branch: perl
15545            ! hints/darwin.sh
15546 ____________________________________________________________________________
15547 [  9804] By: jhi                                   on 2001/04/23  23:57:35
15548         Log: Cut-and-pasto.
15549      Branch: perl
15550            ! perlio.c
15551 ____________________________________________________________________________
15552 [  9803] By: jhi                                   on 2001/04/23  23:52:25
15553         Log: More PerlIO robustness.
15554      Branch: perl
15555            ! perlio.c
15556 ____________________________________________________________________________
15557 [  9802] By: jhi                                   on 2001/04/23  23:43:35
15558         Log: Make the "STD* opened only for ..." errors more consistent.
15559      Branch: perl
15560            ! doio.c
15561 ____________________________________________________________________________
15562 [  9801] By: jhi                                   on 2001/04/23  23:34:26
15563         Log: Test case for #9800.
15564      Branch: perl
15565            ! t/op/misc.t
15566 ____________________________________________________________________________
15567 [  9800] By: jhi                                   on 2001/04/23  23:14:43
15568         Log: Avoid coredump on 'close STDERR; die' by making
15569              the PerlIO calls more robust.  Also use SETERRNO()
15570              instead of errno = to be more VMS-ready.
15571      Branch: perl
15572            ! perlio.c
15573 ____________________________________________________________________________
15574 [  9799] By: jhi                                   on 2001/04/23  21:41:10
15575         Log: Subject: test for ID 20010423.002
15576              From: Robin Houston <robin@kitsite.com>
15577              Date: Mon, 23 Apr 2001 16:52:21 +0100
15578              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
15579      Branch: perl
15580            ! t/op/avhv.t
15581 ____________________________________________________________________________
15582 [  9798] By: jhi                                   on 2001/04/23  21:40:07
15583         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
15584              From: David Dyck <dcd@tc.fluke.com>
15585              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
15586              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
15587      Branch: perl
15588            ! installperl
15589 ____________________________________________________________________________
15590 [  9797] By: jhi                                   on 2001/04/23  21:37:56
15591         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
15592              From: Benjamin Sugars <bsugars@canoe.ca>
15593              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
15594              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
15595      Branch: perl
15596            ! ext/Cwd/Cwd.xs lib/Cwd.pm
15597 ____________________________________________________________________________
15598 [  9796] By: jhi                                   on 2001/04/23  21:29:24
15599         Log: Synchronize h2xs and pod2man some more on the documentation
15600              templates they propose.
15601      Branch: perl
15602            ! pod/pod2man.PL utils/h2xs.PL
15603 ____________________________________________________________________________
15604 [  9795] By: jhi                                   on 2001/04/23  17:30:40
15605         Log: Add one more naughty test for base64; make encoding logic cleaner.
15606      Branch: perl
15607            ! t/lib/mimeb64.t
15608 ____________________________________________________________________________
15609 [  9794] By: jhi                                   on 2001/04/23  13:51:32
15610         Log: Update Changes.
15611      Branch: perl
15612            ! Changes patchlevel.h
15613 ____________________________________________________________________________
15614 [  9793] By: jhi                                   on 2001/04/23  13:44:18
15615         Log: Duplicate lines.
15616      Branch: perl
15617            ! MANIFEST
15618 ____________________________________________________________________________
15619 [  9792] By: jhi                                   on 2001/04/23  13:39:13
15620         Log: Subject: Re: PATCH 5.7.1
15621              From: Mark-Jason Dominus <mjd@plover.com>
15622              Date: Mon, 23 Apr 2001 10:30:21 -0400
15623              Message-ID: <20010423143021.17335.qmail@plover.com>
15624      Branch: perl
15625            ! perl.h sv.c
15626 ____________________________________________________________________________
15627 [  9791] By: jhi                                   on 2001/04/23  13:32:40
15628         Log: Add the CPAN.pm 1.59_54 tests.
15629      Branch: perl
15630            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15631            ! MANIFEST
15632 ____________________________________________________________________________
15633 [  9790] By: jhi                                   on 2001/04/23  13:21:55
15634         Log: Subject: Deparse nit
15635              From: Robin Houston <robin@kitsite.com>
15636              Date: Mon, 23 Apr 2001 12:38:20 +0100
15637              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
15638      Branch: perl
15639            ! ext/B/B/Deparse.pm
15640 ____________________________________________________________________________
15641 [  9789] By: jhi                                   on 2001/04/23  13:19:07
15642         Log: Subject: [PATCH] bug 20010423.002
15643              From: Robin Houston <robin@kitsite.com>
15644              Date: Mon, 23 Apr 2001 13:12:30 +0100
15645              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
15646      Branch: perl
15647            ! pp.c
15648 ____________________________________________________________________________
15649 [  9788] By: jhi                                   on 2001/04/23  13:02:49
15650         Log: Subject: PATCH [5.7.1] hv.c unused #define
15651              From: Mark-Jason Dominus <mjd@plover.com>
15652              Date: Sun, 22 Apr 2001 14:17:49 -0400
15653              Message-ID: <20010422181749.26976.qmail@plover.com>
15654      Branch: perl
15655            ! hv.c
15656 ____________________________________________________________________________
15657 [  9787] By: jhi                                   on 2001/04/23  13:02:02
15658         Log: Subject: PATCH 5.7.1
15659              From: Mark-Jason Dominus <mjd@plover.com>
15660              Date: Sun, 22 Apr 2001 15:12:57 -0400
15661              Message-ID: <20010422191258.6539.qmail@plover.com>
15662              
15663              plus Sarathy's STMT_START + STMT_END suggestion.
15664      Branch: perl
15665            ! perl.h
15666 ____________________________________________________________________________
15667 [  9786] By: jhi                                   on 2001/04/23  12:53:25
15668         Log: Fix for
15669              
15670              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
15671              From: dLux <dlux@spam.sch.bme.hu>
15672              Date: Mon, 23 Apr 2001 01:25:26 +0200
15673              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
15674              
15675              (SvGROW really does return a char *.)
15676      Branch: perl
15677            ! pod/perlapi.pod sv.h
15678 ____________________________________________________________________________
15679 [  9785] By: jhi                                   on 2001/04/23  04:34:04
15680         Log: Time::Piece work continues.  $t->day removed since
15681              I think it's too confusing.  Now has normal and
15682              abbreviated length weekday names and month names,
15683              the names change with _names(), not _list().
15684              Now has strftime() in Perl, _strftime() is
15685              the libc version (to which strftime() falls back
15686              if it doesn't know the format.  To do: the reverse
15687              of strftime, strptime(), and the localisation of both.
15688      Branch: perl
15689            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
15690            ! t/lib/time-piece.t
15691 ____________________________________________________________________________
15692 [  9784] By: jhi                                   on 2001/04/23  02:41:46
15693         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
15694              From: andreas.koenig@anima.de (Andreas J. Koenig)
15695              Date: 23 Apr 2001 05:20:55 +0200
15696              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
15697      Branch: perl
15698            ! t/pragma/overload.t
15699 ____________________________________________________________________________
15700 [  9783] By: jhi                                   on 2001/04/22  23:32:42
15701         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
15702              From: Robin Houston <robin@kitsite.com>
15703              Date: Mon, 23 Apr 2001 00:38:18 +0100
15704              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
15705      Branch: perl
15706            ! ext/B/B/Deparse.pm
15707 ____________________________________________________________________________
15708 [  9782] By: jhi                                   on 2001/04/22  20:55:43
15709         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
15710              From: Simon Cozens <simon@netthink.co.uk>
15711              Date: Sun, 22 Apr 2001 18:47:25 +0100
15712              Message-ID: <20010422184725.A14411@netthink.co.uk>
15713      Branch: perl
15714            ! sv.c t/pragma/overload.t
15715 ____________________________________________________________________________
15716 [  9781] By: jhi                                   on 2001/04/22  20:52:13
15717         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
15718              From: Robin Houston <robin@kitsite.com>
15719              Date: Sun, 22 Apr 2001 22:14:50 +0100
15720              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
15721      Branch: perl
15722            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15723 ____________________________________________________________________________
15724 [  9780] By: nick                                  on 2001/04/22  20:40:31
15725         Log: Integrate mainline.
15726      Branch: perlio
15727           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15728           +> t/lib/b-stash.t
15729           !> (integrate 38 files)
15730 ____________________________________________________________________________
15731 [  9779] By: jhi                                   on 2001/04/22  15:16:03
15732         Log: Subject: IO::Socket::INET patch
15733              From: andrew deryabin <djsf@technarchy.ru>
15734              Date: Sat, 21 Apr 2001 17:46:52 +0400
15735              Message-ID: <20010421174652.B1426@technarchy>
15736      Branch: perl
15737            ! ext/IO/lib/IO/Socket/INET.pm
15738 ____________________________________________________________________________
15739 [  9778] By: jhi                                   on 2001/04/22  15:14:33
15740         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
15741              From: Mark-Jason Dominus <mjd@plover.com>
15742              Date: Sat, 21 Apr 2001 21:27:49 -0400
15743              Message-ID: <20010422012749.27024.qmail@plover.com>
15744      Branch: perl
15745            ! regcomp.c
15746 ____________________________________________________________________________
15747 [  9777] By: jhi                                   on 2001/04/22  15:10:51
15748         Log: Subject: Re: Regex debugger patch 
15749              From: Mark-Jason Dominus <mjd@plover.com>
15750              Date: Sat, 21 Apr 2001 21:48:51 -0400
15751              Message-ID: <20010422014851.27165.qmail@plover.com>
15752      Branch: perl
15753            ! pod/perldebguts.pod
15754 ____________________________________________________________________________
15755 [  9776] By: jhi                                   on 2001/04/22  15:09:48
15756         Log: Subject: Re: Regex debugger patch
15757              From: Mark-Jason Dominus <mjd@plover.com>
15758              Date: Sat, 21 Apr 2001 14:24:39 -0400
15759              Message-ID: <20010421182439.16508.qmail@plover.com>
15760              
15761              Regex debugger backend.
15762      Branch: perl
15763            ! regcomp.c regexp.h
15764 ____________________________________________________________________________
15765 [  9775] By: jhi                                   on 2001/04/21  16:45:40
15766         Log: Subject: [PATCH] Typo in utf8.h
15767              From: Jesús Quiroga <jquiroga@pobox.com>
15768              Date: Sat, 21 Apr 2001 19:25:33 +0200
15769              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
15770      Branch: perl
15771            ! utf8.h
15772 ____________________________________________________________________________
15773 [  9774] By: jhi                                   on 2001/04/21  16:43:52
15774         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15775              From: Joe Orton <jorton@redhat.com>
15776              Date: Tue, 17 Apr 2001 15:50:43 +0100
15777              Message-Id: <20010417155043.D19132@eu.c2.net>
15778      Branch: perl
15779            ! hints/svr5.sh
15780 ____________________________________________________________________________
15781 [  9773] By: jhi                                   on 2001/04/21  15:30:15
15782         Log: Subject: Patch utils/h2xs.PL
15783              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15784              Date: Sat, 21 Apr 2001 10:32:16 -0500
15785              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
15786              
15787              Add MAILING list and LICENSE templates.
15788      Branch: perl
15789            ! utils/h2xs.PL
15790 ____________________________________________________________________________
15791 [  9772] By: jhi                                   on 2001/04/21  15:28:36
15792         Log: Subject: perlfaq2.patch for 5.7.1
15793              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15794              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
15795              Date: Fri, 20 Apr 2001 16:42:19 -0500
15796              
15797              rm an extra tab, a blurb about the xx.cpan to clarify
15798              which countries actually have that and dejanews is history
15799              as well as most of that nonsensical entry.
15800      Branch: perl
15801            ! pod/perlfaq2.pod
15802 ____________________________________________________________________________
15803 [  9771] By: jhi                                   on 2001/04/21  15:27:17
15804         Log: Subject: perlfaq1.patch for 5.7.1
15805              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15806              Date: Fri, 20 Apr 2001 16:57:36 -0500
15807              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
15808              
15809              Evil URLs must die. Especially when they are broken.
15810      Branch: perl
15811            ! pod/perlfaq1.pod
15812 ____________________________________________________________________________
15813 [  9770] By: jhi                                   on 2001/04/21  15:23:38
15814         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
15815              From: Michael G Schwern <schwern@pobox.com>
15816              Date: Sat, 21 Apr 2001 16:11:12 +0100
15817              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
15818      Branch: perl
15819            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15820            + t/lib/b-stash.t
15821            ! MANIFEST ext/B/B.pm t/lib/b.t
15822 ____________________________________________________________________________
15823 [  9769] By: jhi                                   on 2001/04/21  15:03:32
15824         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
15825              From: Michael G Schwern <schwern@pobox.com>
15826              Date: Sat, 21 Apr 2001 09:48:00 +0100
15827              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
15828      Branch: perl
15829            ! utils/h2ph.PL
15830 ____________________________________________________________________________
15831 [  9768] By: jhi                                   on 2001/04/21  14:33:49
15832         Log: PerlIO and Encode doc cleanup and tweaks.
15833      Branch: perl
15834            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
15835            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
15836 ____________________________________________________________________________
15837 [  9767] By: jhi                                   on 2001/04/21  12:40:16
15838         Log: Integrate perlio.
15839      Branch: perl
15840           !> doio.c
15841 ____________________________________________________________________________
15842 [  9766] By: nick                                  on 2001/04/20  18:28:35
15843         Log: Avoid core dump on
15844              open(STDOUT,">",\$foo);
15845      Branch: perlio
15846            ! doio.c
15847 ____________________________________________________________________________
15848 [  9765] By: jhi                                   on 2001/04/20  13:23:43
15849         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15850              From: Robin Houston <robin@kitsite.com>
15851              Date: Fri, 20 Apr 2001 14:29:22 +0100
15852              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
15853      Branch: perl
15854            ! ext/B/B.pm ext/B/B/Deparse.pm
15855 ____________________________________________________________________________
15856 [  9764] By: jhi                                   on 2001/04/20  13:19:33
15857         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
15858              From: Peter Prymmer <pvhp@forte.com>
15859              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
15860              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
15861      Branch: perl
15862            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15863            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15864            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15865            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15866 ____________________________________________________________________________
15867 [  9763] By: jhi                                   on 2001/04/20  12:36:39
15868         Log: Subject: Re: A new PerlIO coredump
15869              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15870              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
15871              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
15872      Branch: perl
15873            ! doio.c
15874 ____________________________________________________________________________
15875 [  9762] By: jhi                                   on 2001/04/19  23:02:30
15876         Log: Update Changes.
15877      Branch: perl
15878            ! Changes patchlevel.h
15879 ____________________________________________________________________________
15880 [  9761] By: jhi                                   on 2001/04/19  22:59:19
15881         Log: More cleanup cleanup.
15882      Branch: perl
15883            ! Makefile.SH win32/Makefile win32/makefile.mk
15884 ____________________________________________________________________________
15885 [  9760] By: jhi                                   on 2001/04/19  22:50:31
15886         Log: lib/Time is non-empty, let's not rmdir it.
15887      Branch: perl
15888            ! Makefile.SH
15889 ____________________________________________________________________________
15890 [  9759] By: jhi                                   on 2001/04/19  22:36:51
15891         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15892              From: Robin Houston <robin@kitsite.com>
15893              Date: Fri, 20 Apr 2001 00:18:53 +0100
15894              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
15895      Branch: perl
15896            ! ext/B/B/Deparse.pm
15897 ____________________________________________________________________________
15898 [  9758] By: jhi                                   on 2001/04/19  22:36:00
15899         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
15900              From: Peter Prymmer <pvhp@forte.com>
15901              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
15902              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
15903      Branch: perl
15904            ! ext/Cwd/Cwd.xs
15905 ____________________________________________________________________________
15906 [  9757] By: nick                                  on 2001/04/19  18:53:54
15907         Log: Blind (untested) integrate of mainline.
15908      Branch: perlio
15909           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15910           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
15911           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15912           !> (integrate 53 files)
15913 ____________________________________________________________________________
15914 [  9756] By: jhi                                   on 2001/04/19  16:59:23
15915         Log: Document and test Time::Piece.
15916      Branch: perl
15917            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
15918            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
15919 ____________________________________________________________________________
15920 [  9755] By: jhi                                   on 2001/04/19  12:13:29
15921         Log: A better fix for the \x{12345678} trouble from NI-S.
15922      Branch: perl
15923            ! utf8.c
15924 ____________________________________________________________________________
15925 [  9754] By: jhi                                   on 2001/04/19  11:56:07
15926         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
15927              From: Robin Houston <robin@kitsite.com>
15928              Date: Wed, 18 Apr 2001 17:58:33 +0100
15929              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
15930      Branch: perl
15931            ! ext/B/B/Deparse.pm op.c
15932 ____________________________________________________________________________
15933 [  9753] By: jhi                                   on 2001/04/19  04:21:52
15934         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
15935              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
15936              Date: Thu, 19 Apr 2001 01:11:41 -0400
15937              Message-ID: <20010419011141.A5798@cpan.org>
15938      Branch: perl
15939            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15940 ____________________________________________________________________________
15941 [  9752] By: jhi                                   on 2001/04/19  02:41:10
15942         Log: The new time utils need to be thread-aware, too.
15943      Branch: perl
15944            ! util.c
15945 ____________________________________________________________________________
15946 [  9751] By: jhi                                   on 2001/04/19  02:26:47
15947         Log: Compilation nit noticed by AIX compiler.
15948      Branch: perl
15949            ! perlio.c
15950 ____________________________________________________________________________
15951 [  9750] By: jhi                                   on 2001/04/19  02:20:06
15952         Log: The new time utils need to be public.
15953      Branch: perl
15954            ! embed.pl
15955 ____________________________________________________________________________
15956 [  9749] By: jhi                                   on 2001/04/19  01:42:39
15957         Log: Regen toc.
15958      Branch: perl
15959            ! pod/perltoc.pod
15960 ____________________________________________________________________________
15961 [  9748] By: jhi                                   on 2001/04/19  01:41:10
15962         Log: Add Time::Piece, a slight rewrite of Time::Object,
15963              from Matt Sergeant.
15964      Branch: perl
15965            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15966            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
15967            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15968            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
15969            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
15970            ! win32/makefile.mk
15971 ____________________________________________________________________________
15972 [  9747] By: jhi                                   on 2001/04/19  00:55:35
15973         Log: The new metaconfig unit from strftime.
15974      Branch: metaconfig/U/perl
15975            + d_strftime.U
15976 ____________________________________________________________________________
15977 [  9746] By: jhi                                   on 2001/04/19  00:54:54
15978         Log: Move the strftime() wrapper from POSIX.xs to util.c
15979              as my_strftime(), requires HAS_STRFTIME.
15980      Branch: perl
15981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15982            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
15983            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
15984            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15985            ! vos/config.ga.h win32/config.bc win32/config.gc
15986            ! win32/config.vc
15987 ____________________________________________________________________________
15988 [  9745] By: jhi                                   on 2001/04/18  23:11:03
15989         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
15990              in preparation of Time::Piece.
15991      Branch: perl
15992            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
15993 ____________________________________________________________________________
15994 [  9744] By: jhi                                   on 2001/04/18  22:33:12
15995         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
15996              From: Peter Prymmer <pvhp@forte.com>
15997              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
15998              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
15999      Branch: perl
16000            ! t/lib/exporter.t
16001 ____________________________________________________________________________
16002 [  9743] By: jhi                                   on 2001/04/18  22:32:23
16003         Log: Subject: Fwd: pod2html leaves cache files lying around?
16004              From: Rajesh Vaidheeswarran <rv@gnu.org>
16005              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
16006              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
16007      Branch: perl
16008            ! lib/Pod/Html.pm
16009 ____________________________________________________________________________
16010 [  9742] By: jhi                                   on 2001/04/18  20:31:49
16011         Log: Update Changes.
16012      Branch: perl
16013            ! Changes patchlevel.h
16014 ____________________________________________________________________________
16015 [  9741] By: jhi                                   on 2001/04/18  20:23:02
16016         Log: Declare hints only if needed.
16017      Branch: perl
16018            ! ext/B/B/Deparse.pm
16019 ____________________________________________________________________________
16020 [  9740] By: jhi                                   on 2001/04/18  19:06:05
16021         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
16022              bug noticed by Robin Houston; basically the code of detecting
16023              value wraparound was acting differently under different compilers
16024              and platforms.  The workaround is to remove the overflow check
16025              for now, a real fix would be to do the overflow (portably) right.
16026      Branch: perl
16027            ! t/op/pat.t utf8.c
16028 ____________________________________________________________________________
16029 [  9739] By: jhi                                   on 2001/04/18  19:01:23
16030         Log: Subject: [PATCH B::Deparse] some pragma support
16031              From: Robin Houston <robin@kitsite.com>
16032              Date: Wed, 18 Apr 2001 19:32:12 +0100
16033              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
16034      Branch: perl
16035            ! ext/B/B/Deparse.pm
16036 ____________________________________________________________________________
16037 [  9738] By: jhi                                   on 2001/04/18  15:16:37
16038         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
16039              From: Benjamin Sugars <bsugars@canoe.ca>
16040              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
16041              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
16042      Branch: perl
16043            ! t/op/glob.t
16044 ____________________________________________________________________________
16045 [  9737] By: jhi                                   on 2001/04/18  13:24:50
16046         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
16047              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16048              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
16049              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
16050      Branch: perl
16051            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16052            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
16053 ____________________________________________________________________________
16054 [  9736] By: jhi                                   on 2001/04/18  04:15:14
16055         Log: The #9735 also changes the subtest 12.
16056      Branch: perl
16057            ! t/lib/b.t
16058 ____________________________________________________________________________
16059 [  9735] By: jhi                                   on 2001/04/18  03:55:17
16060         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
16061              From: David Dyck <dcd@tc.fluke.com>
16062              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
16063              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
16064      Branch: perl
16065            ! ext/B/B/Deparse.pm
16066 ____________________________________________________________________________
16067 [  9734] By: jhi                                   on 2001/04/18  03:54:11
16068         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16069              From: Gisle Aas <gisle@ActiveState.com>
16070              Date: 17 Apr 2001 19:06:45 -0700
16071              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
16072      Branch: perl
16073            ! pp_hot.c t/op/misc.t
16074 ____________________________________________________________________________
16075 [  9733] By: jhi                                   on 2001/04/17  22:25:22
16076         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
16077              From: "Abigail" <abigail@foad.org>
16078              Date: Wed, 18 Apr 2001 01:17:46 +0200
16079              Message-ID: <20010417231746.21657.qmail@foad.org>
16080      Branch: perl
16081            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
16082 ____________________________________________________________________________
16083 [  9732] By: jhi                                   on 2001/04/17  20:47:56
16084         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
16085              From: Robin Houston <robin@kitsite.com>
16086              Date: Tue, 17 Apr 2001 22:37:42 +0100
16087              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
16088      Branch: perl
16089            ! ext/B/B/Deparse.pm
16090 ____________________________________________________________________________
16091 [  9731] By: nick                                  on 2001/04/17  20:46:35
16092         Log: Re-sync for t/lib/b.t fix
16093      Branch: perlio
16094           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
16095 ____________________________________________________________________________
16096 [  9730] By: jhi                                   on 2001/04/17  20:45:29
16097         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
16098              From: Robin Houston <robin@kitsite.com>
16099              Date: Tue, 17 Apr 2001 22:29:36 +0100
16100              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
16101      Branch: perl
16102            ! ext/B/B.xs ext/B/B/Deparse.pm
16103 ____________________________________________________________________________
16104 [  9729] By: jhi                                   on 2001/04/17  20:43:11
16105         Log: Subject: Deparse - parenthesise args to undeclared subs
16106              From: Robin Houston <robin@kitsite.com>
16107              Date: Tue, 17 Apr 2001 21:31:05 +0100
16108              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
16109      Branch: perl
16110            ! ext/B/B/Deparse.pm
16111 ____________________________________________________________________________
16112 [  9728] By: jhi                                   on 2001/04/17  18:57:30
16113         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
16114              From: Benjamin Sugars <ben.sugars@home.com>
16115              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
16116              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
16117      Branch: perl
16118            ! t/lib/cwd.t
16119 ____________________________________________________________________________
16120 [  9727] By: jhi                                   on 2001/04/17  18:20:20
16121         Log: Subject: [PATCH B::Deparse] ambient pragmas
16122              From: Robin Houston <robin@kitsite.com>
16123              Date: Tue, 17 Apr 2001 20:01:59 +0100
16124              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
16125      Branch: perl
16126            ! ext/B/B/Deparse.pm t/lib/b.t
16127 ____________________________________________________________________________
16128 [  9726] By: nick                                  on 2001/04/17  16:33:51
16129         Log: Integrate mainline (t/lib/b.t fails test 2...)
16130      Branch: perlio
16131           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16132           +> ext/List/Util/README ext/List/Util/Util.xs
16133           +> ext/List/Util/lib/List/Util.pm
16134           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
16135           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16136           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16137           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16138           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16139           !> (integrate 31 files)
16140 ____________________________________________________________________________
16141 [  9725] By: jhi                                   on 2001/04/17  12:14:24
16142         Log: Subject: multiple B::* changes
16143              From: Robin Houston <robin@kitsite.com>
16144              Date: Thu, 12 Apr 2001 20:12:27 +0100
16145              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
16146      Branch: perl
16147            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16148 ____________________________________________________________________________
16149 [  9724] By: jhi                                   on 2001/04/17  11:59:05
16150         Log: Thread-awareness from Doug MacEachern.
16151      Branch: perl
16152            ! ext/List/Util/Util.xs
16153 ____________________________________________________________________________
16154 [  9723] By: jhi                                   on 2001/04/17  11:57:41
16155         Log: Make the test more portable.
16156      Branch: perl
16157            ! t/lib/cwd.t
16158 ____________________________________________________________________________
16159 [  9722] By: jhi                                   on 2001/04/17  11:53:50
16160         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
16161              From: Benjamin Sugars <ben.sugars@home.com>
16162              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
16163              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
16164      Branch: perl
16165            ! t/lib/cwd.t
16166 ____________________________________________________________________________
16167 [  9721] By: jhi                                   on 2001/04/17  11:52:17
16168         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
16169              From: Benjamin Sugars <bsugars@canoe.ca>
16170              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
16171              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
16172      Branch: perl
16173            ! op.c
16174 ____________________________________________________________________________
16175 [  9720] By: jhi                                   on 2001/04/17  11:35:42
16176         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
16177              From: Chris Nandor <pudge@pobox.com>
16178              Date: Tue, 17 Apr 2001 00:30:49 -0400
16179              Message-Id: <p05100207b701768712de@[10.0.1.177]>
16180      Branch: perl
16181            ! ext/File/Glob/bsd_glob.c gv.c
16182 ____________________________________________________________________________
16183 [  9719] By: jhi                                   on 2001/04/17  11:32:13
16184         Log: Subject: [PATCH] Tweten->West
16185              From: Casey West <casey@geeknest.com>
16186              Date: Mon, 16 Apr 2001 12:11:22 -0400
16187              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
16188      Branch: perl
16189            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
16190            ! pod/perltie.pod
16191 ____________________________________________________________________________
16192 [  9718] By: jhi                                   on 2001/04/16  03:22:52
16193         Log: Update Changes.
16194      Branch: perl
16195            ! Changes patchlevel.h
16196 ____________________________________________________________________________
16197 [  9717] By: jhi                                   on 2001/04/16  03:06:28
16198         Log: Regen toc.
16199      Branch: perl
16200            ! pod/perltoc.pod
16201 ____________________________________________________________________________
16202 [  9716] By: jhi                                   on 2001/04/16  02:58:42
16203         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
16204              From: Prymmer/Kahn <pvhp@best.com>
16205              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
16206              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
16207      Branch: perl
16208            ! utf8.c
16209 ____________________________________________________________________________
16210 [  9715] By: jhi                                   on 2001/04/15  23:40:35
16211         Log: Subject: Re: Net::Ping patch, adds stream protocol
16212              From: bronson@rinspin.com (Scott Bronson)
16213              Date: Tue, 10 Apr 2001 23:58:33 -0700
16214              Message-ID: <20010410235833.N29719@rinspin.com>
16215      Branch: perl
16216            ! lib/Net/Ping.pm
16217 ____________________________________________________________________________
16218 [  9714] By: jhi                                   on 2001/04/15  23:31:46
16219         Log: Printing out the ok messages helps successful testing.
16220      Branch: perl
16221            ! t/lib/time-hires.t
16222 ____________________________________________________________________________
16223 [  9713] By: jhi                                   on 2001/04/15  21:43:24
16224         Log: Update Douglas Wegscheid's email.
16225      Branch: perl
16226            ! AUTHORS
16227 ____________________________________________________________________________
16228 [  9712] By: jhi                                   on 2001/04/15  21:40:41
16229         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
16230              From: Michael G Schwern <schwern@pobox.com>
16231              Date: Sat, 14 Apr 2001 22:40:50 +0100
16232              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
16233      Branch: perl
16234            + t/lib/exporter.t
16235            ! MANIFEST lib/Exporter/Heavy.pm
16236 ____________________________________________________________________________
16237 [  9711] By: jhi                                   on 2001/04/15  21:39:21
16238         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
16239              From: Michael G Schwern <schwern@pobox.com>
16240              Date: Sat, 14 Apr 2001 22:13:59 +0100
16241              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
16242      Branch: perl
16243            ! t/op/loopctl.t
16244 ____________________________________________________________________________
16245 [  9710] By: jhi                                   on 2001/04/15  21:30:19
16246         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
16247              From: Michael G Schwern <schwern@pobox.com>
16248              Date: Sat, 14 Apr 2001 22:05:32 +0100
16249              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
16250      Branch: perl
16251            ! t/pragma/warnings.t
16252 ____________________________________________________________________________
16253 [  9709] By: jhi                                   on 2001/04/15  19:34:09
16254         Log: Integrate changes #9706,9707 from maintperl into mainline.
16255              
16256              change#7210 broke .packlist generation
16257              
16258              ExtUtils::Installed doesn't quote regex metacharacters in paths
16259              before using them in match; also make it work for dosish platforms
16260      Branch: perl
16261           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16262 ____________________________________________________________________________
16263 [  9708] By: jhi                                   on 2001/04/15  19:31:01
16264         Log: Test also the scalar aspect of getitimer().
16265      Branch: perl
16266            ! t/lib/time-hires.t
16267 ____________________________________________________________________________
16268 [  9707] By: gsar                                  on 2001/04/15  17:24:20
16269         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
16270              before using them in match; also make it work for dosish platforms
16271      Branch: maint-5.6/perl
16272            ! lib/ExtUtils/Installed.pm
16273 ____________________________________________________________________________
16274 [  9706] By: gsar                                  on 2001/04/15  17:21:59
16275         Log: change#7210 broke .packlist generation (listed only filename
16276              rather than fully qualified path name)
16277      Branch: maint-5.6/perl
16278            ! lib/ExtUtils/Install.pm
16279 ____________________________________________________________________________
16280 [  9705] By: jhi                                   on 2001/04/15  12:36:33
16281         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
16282      Branch: perl
16283            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
16284            ! t/lib/time-hires.t
16285 ____________________________________________________________________________
16286 [  9704] By: jhi                                   on 2001/04/15  10:49:08
16287         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
16288              From: Prymmer/Kahn <pvhp@best.com>
16289              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
16290              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
16291      Branch: perl
16292            ! lib/utf8.pm pod/perlebcdic.pod
16293 ____________________________________________________________________________
16294 [  9703] By: jhi                                   on 2001/04/15  02:26:26
16295         Log: I keep forgetting to sort MANIFEST.
16296      Branch: perl
16297            ! MANIFEST
16298 ____________________________________________________________________________
16299 [  9702] By: jhi                                   on 2001/04/15  02:07:47
16300         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
16301              Now we have blessed, reftype, tainted, first, reduce, ...
16302      Branch: perl
16303            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16304            + ext/List/Util/README ext/List/Util/Util.xs
16305            + ext/List/Util/lib/List/Util.pm
16306            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
16307            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
16308            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16309            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16310            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16311            ! MANIFEST
16312 ____________________________________________________________________________
16313 [  9701] By: jhi                                   on 2001/04/14  15:05:25
16314         Log: Subject: RE: dprofpp.pl updates 
16315              From: Carl Eklof <CEklof@endeca.com>
16316              Date: Thu, 12 Apr 2001 18:45:46 -0400
16317              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
16318      Branch: perl
16319            ! utils/dprofpp.PL
16320 ____________________________________________________________________________
16321 [  9700] By: jhi                                   on 2001/04/14  14:44:55
16322         Log: Do not just blindly add CR.
16323      Branch: perl
16324            ! Porting/makerel
16325 ____________________________________________________________________________
16326 [  9699] By: jhi                                   on 2001/04/13  13:17:01
16327         Log: Update Changes.
16328      Branch: perl
16329            ! Changes patchlevel.h
16330 ____________________________________________________________________________
16331 [  9698] By: jhi                                   on 2001/04/13  12:44:48
16332         Log: Integrate perlio.
16333      Branch: perl
16334           !> ext/PerlIO/Scalar/Scalar.xs
16335 ____________________________________________________________________________
16336 [  9697] By: jhi                                   on 2001/04/13  12:29:15
16337         Log: Add more debug output to the test.
16338      Branch: perl
16339            ! t/lib/cwd.t
16340 ____________________________________________________________________________
16341 [  9696] By: nick                                  on 2001/04/13  10:14:29
16342         Log: Fix core dump on binmode($fh,'Scalar')
16343      Branch: perlio
16344            ! ext/PerlIO/Scalar/Scalar.xs
16345 ____________________________________________________________________________
16346 [  9695] By: nick                                  on 2001/04/13  09:05:42
16347         Log: Integrate mainline
16348      Branch: perlio
16349           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16350           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16351           +> t/lib/time-hires.t
16352           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
16353           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
16354           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
16355           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
16356           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
16357           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
16358           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
16359 ____________________________________________________________________________
16360 [  9694] By: jhi                                   on 2001/04/12  22:23:35
16361         Log: Integrate change #9693 from maintperl into mainline.
16362              
16363              $VERSION and Version() on the same line provokes a warning from
16364              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16365      Branch: perl
16366           !> lib/Devel/SelfStubber.pm
16367 ____________________________________________________________________________
16368 [  9693] By: gsar                                  on 2001/04/12  21:55:56
16369         Log: $VERSION and Version() on the same line provokes a warning from
16370              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16371      Branch: maint-5.6/perl
16372            ! lib/Devel/SelfStubber.pm
16373 ____________________________________________________________________________
16374 [  9692] By: jhi                                   on 2001/04/12  13:54:00
16375         Log: This is at least 5.005.
16376      Branch: perl
16377            ! ext/Time/HiRes/HiRes.xs
16378 ____________________________________________________________________________
16379 [  9691] By: jhi                                   on 2001/04/12  13:37:20
16380         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
16381      Branch: perl
16382            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
16383            ! win32/Makefile win32/makefile.mk
16384 ____________________________________________________________________________
16385 [  9690] By: jhi                                   on 2001/04/12  01:34:46
16386         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
16387      Branch: perl
16388            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16389            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16390            + t/lib/time-hires.t
16391            ! MANIFEST
16392 ____________________________________________________________________________
16393 [  9689] By: jhi                                   on 2001/04/12  00:28:39
16394         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
16395              From: Gisle Aas <gisle@ActiveState.com>
16396              Date: 11 Apr 2001 16:36:11 -0700
16397              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
16398      Branch: perl
16399            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16400 ____________________________________________________________________________
16401 [  9688] By: jhi                                   on 2001/04/12  00:27:39
16402         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16403              From: Gisle Aas <gisle@ActiveState.com>
16404              Date: 11 Apr 2001 11:13:24 -0700
16405              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
16406      Branch: perl
16407            ! ext/MIME/Base64/Base64.xs
16408 ____________________________________________________________________________
16409 [  9687] By: jhi                                   on 2001/04/11  19:51:47
16410         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
16411      Branch: perl
16412            ! Todo-5.6
16413 ____________________________________________________________________________
16414 [  9686] By: jhi                                   on 2001/04/11  16:54:25
16415         Log: Subject: [PATCH opcode.pl] Documentation of table format
16416              From: Simon Cozens <simon@netthink.co.uk>
16417              Date: Wed, 11 Apr 2001 12:59:31 +0100
16418              Message-ID: <20010411125931.A25681@netthink.co.uk>
16419      Branch: perl
16420            ! opcode.pl
16421 ____________________________________________________________________________
16422 [  9685] By: jhi                                   on 2001/04/11  16:53:15
16423         Log: Subject: [PATCH] prototype("CORE::recv")
16424              From: Simon Cozens <simon@netthink.co.uk>
16425              Date: Wed, 11 Apr 2001 13:24:35 +0100
16426              Message-ID: <20010411132435.A26169@netthink.co.uk>
16427      Branch: perl
16428            ! pp.c t/comp/proto.t
16429 ____________________________________________________________________________
16430 [  9684] By: jhi                                   on 2001/04/11  16:47:13
16431         Log: FAQ (and AUTHORS) update from Dan Carson: the information
16432              was several years obsolete, Term::Readkey has been updated
16433              to have the functionality.
16434      Branch: perl
16435            ! AUTHORS pod/perlfaq5.pod
16436 ____________________________________________________________________________
16437 [  9683] By: jhi                                   on 2001/04/11  12:15:46
16438         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16439              From: Calle Dybedahl <calle@lysator.liu.se>
16440              Date: 10 Apr 2001 16:44:16 +0200
16441              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
16442      Branch: perl
16443            ! ext/MIME/Base64/Base64.xs
16444 ____________________________________________________________________________
16445 [  9682] By: jhi                                   on 2001/04/11  12:12:26
16446         Log: A more minimal fix for 20010410.006 from Hugo.
16447      Branch: perl
16448            ! regexec.c
16449 ____________________________________________________________________________
16450 [  9681] By: jhi                                   on 2001/04/11  11:34:23
16451         Log: Integrate changes #9678,9679 from maintline into mainperl.
16452              
16453              addendum to change#9676
16454              
16455              up $File::Glob::VERSION; add a note pointing out the version of
16456              the OpenBSD glob bsd_glob.c resembles
16457      Branch: perl
16458           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16459           !> ext/File/Glob/bsd_glob.h
16460 ____________________________________________________________________________
16461 [  9680] By: jhi                                   on 2001/04/11  11:30:38
16462         Log: Bad test numbering in integrate in #9677.
16463              Fixes ID 20010411.001.
16464      Branch: perl
16465            ! t/op/pat.t
16466 ____________________________________________________________________________
16467 [  9679] By: gsar                                  on 2001/04/11  03:38:40
16468         Log: up $File::Glob::VERSION; add a note pointing out the version of
16469              the OpenBSD glob bsd_glob.c resembles
16470      Branch: maint-5.6/perl
16471            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16472            ! ext/File/Glob/bsd_glob.h
16473 ____________________________________________________________________________
16474 [  9678] By: gsar                                  on 2001/04/11  03:09:48
16475         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
16476              revision 1.8.10.1 found here:
16477              
16478              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
16479      Branch: maint-5.6/perl
16480            ! ext/File/Glob/bsd_glob.c
16481 ____________________________________________________________________________
16482 [  9677] By: jhi                                   on 2001/04/11  02:54:39
16483         Log: Integrate changes #9675,9676 from maintperl into mainline.
16484              
16485              fix for bug 20010410.006, undo change#7115
16486              
16487              port the OpenBSD glob() security patch
16488      Branch: perl
16489           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16490           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
16491           !> t/op/pat.t
16492 ____________________________________________________________________________
16493 [  9676] By: gsar                                  on 2001/04/11  02:19:02
16494         Log: port the glob() security patch found at:
16495              
16496              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
16497              
16498              CERT advisory for the issue is here:
16499              
16500              http://www.cert.org/advisories/CA-2001-07.html
16501              
16502              Note that the security scare is only relevant for those who are
16503              foolish enough to build suidperl (which is now officially discouraged)
16504      Branch: maint-5.6/perl
16505            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16506            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
16507 ____________________________________________________________________________
16508 [  9675] By: gsar                                  on 2001/04/10  23:52:11
16509         Log: fix for bug 20010410.006
16510              
16511              undo change#7115 (came into maint-5.6 as change#8156)
16512              
16513              add tests to keep it from coming back
16514      Branch: maint-5.6/perl
16515            ! regexec.c t/op/pat.t
16516 ____________________________________________________________________________
16517 [  9674] By: nick                                  on 2001/04/10  20:39:31
16518         Log: Integrate mainline
16519      Branch: perlio
16520           +> Porting/testall.atom
16521           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
16522           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
16523           !> t/lib/lc-uk.t t/pod/find.t
16524 ____________________________________________________________________________
16525 [  9673] By: nick                                  on 2001/04/10  18:46:14
16526         Log: Integrate against change 9670 aka perl-5.7.1
16527      Branch: perlio
16528           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16529           !> (integrate 53 files)
16530 ____________________________________________________________________________
16531 [  9672] By: jhi                                   on 2001/04/10  13:45:01
16532         Log: Add a script for doing cumulative profile of the test suite.
16533              (Requires ATOM, that is, Tru64.)
16534      Branch: perl
16535            + Porting/testall.atom
16536            ! MANIFEST
16537 ____________________________________________________________________________
16538 [  9671] By: jhi                                   on 2001/04/10  12:38:53
16539         Log: Missing std block.
16540      Branch: perl
16541            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
16542            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
16543            ! t/pod/find.t
16544 ____________________________________________________________________________
16545 [  9670] By: jhi                                   on 2001/04/10  01:25:58
16546         Log: This is 5.7.1.
16547      Branch: perl
16548            ! patchlevel.h
16549 ____________________________________________________________________________
16550 [  9669] By: jhi                                   on 2001/04/10  01:09:14
16551         Log: Update Changes.
16552      Branch: perl
16553            ! Changes patchlevel.h
16554 ____________________________________________________________________________
16555 [  9668] By: jhi                                   on 2001/04/10  01:00:38
16556         Log: Regen toc.
16557      Branch: perl
16558            ! pod/perltoc.pod
16559 ____________________________________________________________________________
16560 [  9667] By: jhi                                   on 2001/04/10  00:52:16
16561         Log: Update perlhist.
16562      Branch: perl
16563            ! pod/perlhist.pod
16564 ____________________________________________________________________________
16565 [  9666] By: jhi                                   on 2001/04/09  23:38:59
16566         Log: Slight wording tweaks from Damian to #9658.
16567      Branch: perl
16568            ! pod/perlobj.pod
16569 ____________________________________________________________________________
16570 [  9665] By: jhi                                   on 2001/04/09  19:56:06
16571         Log: Subject: [PATCH perlutil.pod] Nit
16572              From: Simon Cozens <simon@netthink.co.uk>
16573              Date: Mon, 9 Apr 2001 20:29:44 +0100
16574              Message-ID: <20010409202944.A14796@the.earth.li>
16575      Branch: perl
16576            ! pod/perlutil.pod
16577 ____________________________________________________________________________
16578 [  9664] By: jhi                                   on 2001/04/09  19:54:42
16579         Log: Subject: Re: perl571delta.pod@9631
16580              From: Mike Guy <mjtg@cam.ac.uk>
16581              Date: Mon, 09 Apr 2001 18:09:14 +0100
16582              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
16583      Branch: perl
16584            ! pod/perl571delta.pod
16585 ____________________________________________________________________________
16586 [  9663] By: jhi                                   on 2001/04/09  13:43:35
16587         Log: Update Changes.
16588      Branch: perl
16589            ! Changes patchlevel.h
16590 ____________________________________________________________________________
16591 [  9662] By: jhi                                   on 2001/04/09  13:24:46
16592         Log: tweak tweak.
16593      Branch: perl
16594            ! AUTHORS pod/perl571delta.pod
16595 ____________________________________________________________________________
16596 [  9661] By: jhi                                   on 2001/04/09  13:15:13
16597         Log: Thinko in manual patch applying.
16598      Branch: perl
16599            ! sv.c
16600 ____________________________________________________________________________
16601 [  9660] By: jhi                                   on 2001/04/09  13:07:53
16602         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
16603              From: Robin Barker <rmb1@cise.npl.co.uk> 
16604              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
16605              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
16606              
16607              (This corrects the case where the "isn't numeric" string contains \0s
16608              and is longer than the temporary buffer, and contains \0 at the point
16609              the string would be truncated by "...".) 
16610      Branch: perl
16611            ! sv.c
16612 ____________________________________________________________________________
16613 [  9659] By: jhi                                   on 2001/04/09  12:57:41
16614         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
16615      Branch: perl
16616            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
16617            ! t/lib/cgi-function.t t/lib/cgi-html.t
16618 ____________________________________________________________________________
16619 [  9658] By: jhi                                   on 2001/04/09  12:48:47
16620         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
16621              From: Ilmari Karonen <iltzu@sci.fi>
16622              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
16623              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
16624              
16625              Rearrange and rewrite the Method Invocation section
16626              to explain the concepts in nicer order.
16627      Branch: perl
16628            ! pod/perlobj.pod
16629 ____________________________________________________________________________
16630 [  9657] By: jhi                                   on 2001/04/09  12:35:58
16631         Log: Upgrade to podlators 1.09, from Russ Allbery.
16632      Branch: perl
16633            ! lib/Pod/Man.pm lib/Pod/Text.pm
16634 ____________________________________________________________________________
16635 [  9656] By: jhi                                   on 2001/04/09  12:31:53
16636         Log: perl571delta.
16637      Branch: perl
16638            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
16639 ____________________________________________________________________________
16640 [  9655] By: jhi                                   on 2001/04/09  12:20:09
16641         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
16642              From: Prymmer/Kahn <pvhp@best.com>
16643              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
16644              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
16645      Branch: perl
16646            ! lib/utf8.pm pod/perlunicode.pod
16647 ____________________________________________________________________________
16648 [  9654] By: gsar                                  on 2001/04/09  03:38:33
16649         Log: here lies 5.6.1
16650      Branch: maint-5.6/perl
16651            ! Changes
16652 ____________________________________________________________________________
16653 [  9653] By: jhi                                   on 2001/04/09  03:25:24
16654         Log: Update perlhist.
16655      Branch: perl
16656            ! pod/perlhist.pod
16657 ____________________________________________________________________________
16658 [  9652] By: jhi                                   on 2001/04/09  03:18:49
16659         Log: perl571delta tweaking continues.
16660      Branch: perl
16661            ! pod/perl571delta.pod
16662 ____________________________________________________________________________
16663 [  9651] By: gsar                                  on 2001/04/09  03:11:19
16664         Log: update Changes, patchlevel.h &c.
16665      Branch: maint-5.6/perl
16666            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16667            ! pod/perltoc.pod
16668 ____________________________________________________________________________
16669 [  9650] By: jhi                                   on 2001/04/09  02:40:24
16670         Log: Integrate the perlfork half of #9513 from maintperl into mainline
16671              (the perlunicode half is obsolete)
16672      Branch: perl
16673            ! pod/perlfork.pod
16674 ____________________________________________________________________________
16675 [  9649] By: gsar                                  on 2001/04/09  02:35:43
16676         Log: tweak perldelta as suggested by Jarkko
16677      Branch: maint-5.6/perl
16678            ! pod/perldelta.pod
16679 ____________________________________________________________________________
16680 [  9648] By: jhi                                   on 2001/04/09  02:13:04
16681         Log: Integrate change #9646 from maintperl into mainline.
16682              
16683              add note about ithreads and Thread.pm
16684      Branch: perl
16685           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
16686 ____________________________________________________________________________
16687 [  9647] By: jhi                                   on 2001/04/09  02:10:18
16688         Log: Bad assumption that shortsize == 2.
16689      Branch: perl
16690            ! t/lib/xs-typemap.t
16691 ____________________________________________________________________________
16692 [  9646] By: gsar                                  on 2001/04/09  00:48:04
16693         Log: add note about ithreads and Thread.pm (too many people are
16694              confused by the fact that Thread.pm is built and installed
16695              under non-5005threads but doesn't work)
16696      Branch: maint-5.6/perl
16697            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
16698 ____________________________________________________________________________
16699 [  9645] By: gsar                                  on 2001/04/09  00:19:03
16700         Log: update perldelta.pod for changes in 5.6.1
16701      Branch: maint-5.6/perl
16702            ! Changes pod/perldelta.pod
16703 ____________________________________________________________________________
16704 [  9644] By: jhi                                   on 2001/04/08  20:37:00
16705         Log: Integrate change #9639 from maintperl into mainline:
16706              on windows, many of the README.* pods were being copied to
16707              the wrong location
16708      Branch: perl
16709           !> win32/Makefile win32/makefile.mk
16710 ____________________________________________________________________________
16711 [  9643] By: jhi                                   on 2001/04/08  20:07:11
16712         Log: Integrate change #9624 from maintperl into mainline:
16713              the pod tests were not okay.  (t/pod/find.t changes ignored)
16714      Branch: perl
16715           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16716           !> t/pod/include.t t/pod/included.t t/pod/lref.t
16717           !> t/pod/multiline_items.t t/pod/nested_items.t
16718           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16719           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16720 ____________________________________________________________________________
16721 [  9642] By: jhi                                   on 2001/04/08  19:57:17
16722         Log: Integrate change #9638 from maintperl into mainline:
16723              update to latest JPL from the anoncvs repository
16724      Branch: perl
16725           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16726           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16727           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16728 ____________________________________________________________________________
16729 [  9641] By: jhi                                   on 2001/04/08  19:53:30
16730         Log: perl571delta updates.
16731      Branch: perl
16732            ! lib/Filter/Simple.pm pod/perl571delta.pod
16733 ____________________________________________________________________________
16734 [  9640] By: gsar                                  on 2001/04/08  19:20:46
16735         Log: integrate change#9634 from mainline
16736              
16737              Fix the perlmodlib generation (didn't understand separate .pod
16738              files; didn't understand -- as the name-thing separator).
16739              Update the CPAN mirrors list.
16740      Branch: maint-5.6/perl
16741            ! pod/perlmodlib.pod
16742           !> pod/perlmodlib.PL
16743 ____________________________________________________________________________
16744 [  9639] By: gsar                                  on 2001/04/08  18:57:31
16745         Log: on windows, many of the README.* pods were being copied to the wrong
16746              location
16747      Branch: maint-5.6/perl
16748            ! win32/Makefile win32/makefile.mk
16749 ____________________________________________________________________________
16750 [  9638] By: gsar                                  on 2001/04/08  18:38:25
16751         Log: update to latest JPL from the anoncvs repository
16752      Branch: maint-5.6/perl
16753            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16754            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16755            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16756 ____________________________________________________________________________
16757 [  9637] By: jhi                                   on 2001/04/08  17:53:53
16758         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
16759      Branch: perl
16760            ! pod/perl571delta.pod
16761 ____________________________________________________________________________
16762 [  9636] By: jhi                                   on 2001/04/08  17:18:32
16763         Log: Regen toc.
16764      Branch: perl
16765            ! pod/perltoc.pod
16766 ____________________________________________________________________________
16767 [  9635] By: jhi                                   on 2001/04/08  17:16:33
16768         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
16769              From: "Craig A. Berry" <craigberry@mac.com>
16770              Date: Sun, 08 Apr 2001 12:30:16 -0500
16771              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
16772      Branch: perl
16773            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
16774 ____________________________________________________________________________
16775 [  9634] By: jhi                                   on 2001/04/08  17:09:19
16776         Log: Fix the perlmodlib generation (didn't understand separate .pod
16777              files; didn't understand -- as the name-thing separator).
16778              
16779              Update the CPAN mirrors list.
16780      Branch: perl
16781            ! pod/perlmodlib.PL pod/perlmodlib.pod
16782 ____________________________________________________________________________
16783 [  9633] By: jhi                                   on 2001/04/08  16:49:17
16784         Log: Sort MANIFEST.
16785      Branch: perl
16786            ! MANIFEST
16787 ____________________________________________________________________________
16788 [  9632] By: gsar                                  on 2001/04/08  16:36:06
16789         Log: add $Tie::RefHash::VERSION
16790      Branch: maint-5.6/perl
16791            ! lib/Tie/RefHash.pm
16792 ____________________________________________________________________________
16793 [  9631] By: jhi                                   on 2001/04/08  16:10:15
16794         Log: perl571delta updates based on p5p feedback; still needs
16795              lots of examples.
16796      Branch: perl
16797            ! pod/perl571delta.pod
16798 ____________________________________________________________________________
16799 [  9630] By: jhi                                   on 2001/04/08  15:59:13
16800         Log: Update the list of supported platforms to talk about 5.7.1
16801              (and 5.6.1)
16802      Branch: perl
16803            ! pod/perlport.pod
16804 ____________________________________________________________________________
16805 [  9629] By: jhi                                   on 2001/04/08  15:55:41
16806         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
16807              from maintperl into mainline: perlport updates.
16808      Branch: perl
16809            ! pod/perlport.pod
16810 ____________________________________________________________________________
16811 [  9628] By: jhi                                   on 2001/04/08  15:53:17
16812         Log: perlsolaris.pod copied to wrong directory.
16813      Branch: perl
16814            ! win32/makefile.mk
16815 ____________________________________________________________________________
16816 [  9627] By: jhi                                   on 2001/04/08  14:48:18
16817         Log: Subject: Typos in perl571delta.pod
16818              From: "Stephen P. Potter" <spp@spotter.yi.org>
16819              Date: Sat, 07 Apr 2001 20:37:05 -0400
16820              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
16821      Branch: perl
16822            ! pod/perl571delta.pod
16823 ____________________________________________________________________________
16824 [  9626] By: jhi                                   on 2001/04/08  14:39:04
16825         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
16826      Branch: perl
16827            ! gv.c
16828 ____________________________________________________________________________
16829 [  9625] By: nick                                  on 2001/04/08  10:14:23
16830         Log: Integrate mainline
16831      Branch: perlio
16832           +> pod/perl570delta.pod pod/perl571delta.pod
16833           !> (integrate 27 files)
16834 ____________________________________________________________________________
16835 [  9624] By: gsar                                  on 2001/04/08  06:08:17
16836         Log: test in t/pod/* were busted
16837              
16838              these tests are still not enabled in t/{harness,TEST}
16839      Branch: maint-5.6/perl
16840            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
16841            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
16842            ! t/pod/multiline_items.t t/pod/nested_items.t
16843            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16844            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16845 ____________________________________________________________________________
16846 [  9623] By: gsar                                  on 2001/04/08  03:37:01
16847         Log: integrate change#9470 from mainline
16848              
16849              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16850      Branch: maint-5.6/perl
16851           !> ext/Socket/Socket.xs
16852 ____________________________________________________________________________
16853 [  9622] By: jhi                                   on 2001/04/07  22:40:47
16854         Log: Update Changes.
16855      Branch: perl
16856            ! Changes patchlevel.h
16857 ____________________________________________________________________________
16858 [  9621] By: jhi                                   on 2001/04/07  22:34:16
16859         Log: Update AUTHORS.
16860      Branch: perl
16861            ! AUTHORS
16862 ____________________________________________________________________________
16863 [  9620] By: jhi                                   on 2001/04/07  22:12:47
16864         Log: Forgot to bump the number of tests in #9164.
16865      Branch: perl
16866            ! t/op/array.t
16867 ____________________________________________________________________________
16868 [  9619] By: jhi                                   on 2001/04/07  22:09:50
16869         Log: Bump patchlevel to 5.7.1.
16870      Branch: perl
16871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16872            ! config_h.SH patchlevel.h
16873 ____________________________________________________________________________
16874 [  9618] By: jhi                                   on 2001/04/07  22:02:41
16875         Log: Populate perl571delta.
16876      Branch: perl
16877            ! pod/perl571delta.pod
16878 ____________________________________________________________________________
16879 [  9617] By: jhi                                   on 2001/04/07  22:01:23
16880         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
16881              to forget it later; do not change patchlevel.h yet or regenerate
16882              Configure yet.
16883      Branch: perl
16884            ! epoc/config.sh win32/Makefile win32/config_H.bc
16885            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16886 ____________________________________________________________________________
16887 [  9616] By: jhi                                   on 2001/04/07  17:46:33
16888         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
16889      Branch: perl
16890            ! pod/perl571delta.pod
16891 ____________________________________________________________________________
16892 [  9615] By: jhi                                   on 2001/04/07  17:33:21
16893         Log: Change the toc configuration.
16894      Branch: perl
16895            ! pod/buildtoc.PL pod/perl.pod
16896 ____________________________________________________________________________
16897 [  9614] By: jhi                                   on 2001/04/07  17:29:47
16898         Log: Subject: PATCH: $[
16899              From: Robin Houston <robin@kitsite.com>
16900              Date: Fri, 6 Apr 2001 18:10:14 +0100
16901              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
16902      Branch: perl
16903            ! op.c t/op/array.t
16904 ____________________________________________________________________________
16905 [  9613] By: jhi                                   on 2001/04/07  17:28:26
16906         Log: Subject: [PATCH perl@9424] isn't numeric warning
16907              From: Robin Barker <rmb1@cise.npl.co.uk>
16908              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
16909              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
16910      Branch: perl
16911            ! sv.c t/pragma/warn/sv
16912 ____________________________________________________________________________
16913 [  9612] By: jhi                                   on 2001/04/07  17:26:45
16914         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
16915              From: Mike Guy <mjtg@cam.ac.uk>
16916              Date: Fri, 06 Apr 2001 12:47:06 +0100
16917              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
16918      Branch: perl
16919            ! dump.c t/lib/peek.t
16920 ____________________________________________________________________________
16921 [  9611] By: jhi                                   on 2001/04/07  17:21:35
16922         Log: Create perl571delta and seed it off with the perldelta changes
16923              since 5.7.0; remove those changes from perldelta and rename it
16924              as perl570delta; recreate perldelta but leave it almost empty.
16925      Branch: perl
16926            + pod/perl570delta.pod pod/perl571delta.pod
16927            ! MANIFEST pod/perldelta.pod
16928 ____________________________________________________________________________
16929 [  9610] By: jhi                                   on 2001/04/07  16:56:32
16930         Log: Denit.
16931      Branch: perl
16932            ! pod/perldelta.pod
16933 ____________________________________________________________________________
16934 [  9609] By: jhi                                   on 2001/04/07  16:38:32
16935         Log: Retract #9523: needs more thought.
16936      Branch: perl
16937            ! Makefile.SH
16938 ____________________________________________________________________________
16939 [  9608] By: jhi                                   on 2001/04/07  14:59:20
16940         Log: atmark() code cleanaup.
16941      Branch: perl
16942            ! ext/IO/IO.xs
16943 ____________________________________________________________________________
16944 [  9607] By: jhi                                   on 2001/04/07  14:48:14
16945         Log: Integrate change #9605 from maintperl into mainline.
16946              
16947              can't optimize away scope entry if tr/// is present
16948      Branch: perl
16949           !> op.c t/op/tr.t
16950 ____________________________________________________________________________
16951 [  9606] By: jhi                                   on 2001/04/07  14:43:59
16952         Log: Integrate perlio.
16953      Branch: perl
16954           +> win32/FindExt.pm
16955           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
16956           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
16957 ____________________________________________________________________________
16958 [  9605] By: gsar                                  on 2001/04/07  11:52:40
16959         Log: can't optimize away scope entry if tr/// is present
16960      Branch: maint-5.6/perl
16961            ! op.c t/op/tr.t
16962 ____________________________________________________________________________
16963 [  9604] By: nick                                  on 2001/04/07  11:39:45
16964         Log: Split out extension finding code from buildext.pl into FindExt.pm
16965              Use it to get Config.pm's idea of available extensions in line
16966              with what is built.
16967      Branch: perlio
16968            + win32/FindExt.pm
16969            ! MANIFEST win32/buildext.pl win32/config_sh.PL
16970            ! win32/makefile.mk
16971 ____________________________________________________________________________
16972 [  9603] By: nick                                  on 2001/04/07  09:11:38
16973         Log: Cleanup correction for failed :Via() layer, also set an error code.
16974      Branch: perlio
16975            ! ext/PerlIO/Via/Via.xs
16976 ____________________________________________________________________________
16977 [  9602] By: nick                                  on 2001/04/07  08:38:04
16978         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
16979              style. So don't use binmode() on the handles so that Win32 etc. see
16980              same sequence and produce same digests.
16981      Branch: perlio
16982            ! t/lib/md5-file.t
16983 ____________________________________________________________________________
16984 [  9601] By: nick                                  on 2001/04/07  08:36:26
16985         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
16986              Else it complains and so crlf layer (say) does not get pushed.
16987      Branch: perlio
16988            ! perlio.c
16989 ____________________________________________________________________________
16990 [  9600] By: jhi                                   on 2001/04/06  23:00:09
16991         Log: Integrate change #9599 from perlio into mainline.
16992      Branch: perl
16993           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16994           !> win32/config_H.vc
16995 ____________________________________________________________________________
16996 [  9599] By: nick                                  on 2001/04/06  21:42:43
16997         Log: Quote $VERSION in Encode.pm.
16998              regen_config_h as requested.
16999      Branch: perlio
17000            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
17001            ! win32/config_H.vc
17002 ____________________________________________________________________________
17003 [  9598] By: nick                                  on 2001/04/06  20:34:59
17004         Log: Integrate mainline
17005      Branch: perlio
17006           +> README.macos
17007           !> (integrate 39 files)
17008 ____________________________________________________________________________
17009 [  9597] By: gsar                                  on 2001/04/06  18:06:35
17010         Log: integrate change#9464 from mainline (addendum to change#8313)
17011              
17012              Subject: [PATCH @9452] Better peep()ing for foreach() loops
17013      Branch: maint-5.6/perl
17014           !> op.c
17015 ____________________________________________________________________________
17016 [  9596] By: jhi                                   on 2001/04/06  17:26:03
17017         Log: The d_casti32=undef is good for you even when not use64bitall.
17018      Branch: perl
17019            ! hints/hpux.sh
17020 ____________________________________________________________________________
17021 [  9595] By: gsar                                  on 2001/04/06  14:57:17
17022         Log: add a low-impact fix to accomodate darwin-ism
17023      Branch: maint-5.6/perl
17024            ! ext/Errno/Errno_pm.PL
17025 ____________________________________________________________________________
17026 [  9594] By: jhi                                   on 2001/04/06  14:55:14
17027         Log: Integrate changes #9528,9593 from mainline into maintperl;
17028              tweaking the editor/IDE/shell list.
17029      Branch: maint-5.6/perl
17030           !> pod/perlfaq3.pod
17031 ____________________________________________________________________________
17032 [  9593] By: jhi                                   on 2001/04/06  14:51:39
17033         Log: Make the editor/IDE/shell list a little bit airier.
17034      Branch: perl
17035            ! pod/perlfaq3.pod
17036 ____________________________________________________________________________
17037 [  9592] By: gsar                                  on 2001/04/06  14:45:18
17038         Log: integrate change#9477 from mainline (base.pm doc tweak)
17039              
17040              missing doc entry for fmod()
17041      Branch: maint-5.6/perl
17042            ! lib/Math/BigFloat.pm
17043           !> lib/base.pm
17044 ____________________________________________________________________________
17045 [  9591] By: jhi                                   on 2001/04/06  13:55:48
17046         Log: Regen toc.
17047      Branch: perl
17048            ! pod/perltoc.pod
17049 ____________________________________________________________________________
17050 [  9590] By: jhi                                   on 2001/04/06  13:54:52
17051         Log: Math::BigFloat patches from John Peacock.  The equivalent
17052              of #9586 from maintperl but reworked by John to work with
17053              the bleadperl.
17054      Branch: perl
17055            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17056 ____________________________________________________________________________
17057 [  9589] By: jhi                                   on 2001/04/06  13:42:23
17058         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
17059      Branch: perl
17060            ! ext/Digest/MD5/Makefile.PL
17061 ____________________________________________________________________________
17062 [  9588] By: jhi                                   on 2001/04/06  13:31:45
17063         Log: Integrate changes #9584,9587 from maintperl into mainline.
17064              
17065              keep eval"" CVs alive until the end of the statement in which
17066              they're called
17067              
17068              add README.macos (from Chris Nandor)
17069              
17070              tyop in change#9555
17071      Branch: perl
17072           +> README.macos
17073           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
17074           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
17075           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
17076           !> win32/makefile.mk
17077 ____________________________________________________________________________
17078 [  9587] By: gsar                                  on 2001/04/06  07:31:30
17079         Log: add README.macos (from Chris Nandor)
17080              
17081              tyop in change#9555
17082      Branch: maint-5.6/perl
17083            + README.macos
17084            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
17085            ! win32/Makefile win32/makefile.mk
17086 ____________________________________________________________________________
17087 [  9586] By: gsar                                  on 2001/04/06  07:08:54
17088         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
17089      Branch: maint-5.6/perl
17090            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17091 ____________________________________________________________________________
17092 [  9585] By: gsar                                  on 2001/04/06  06:58:44
17093         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
17094              from mainline
17095              
17096              Subject: [PATCH] Base64 update to perlfaq9.pod
17097              
17098              Subject: [PATCH AUTHORS] Housekeeping
17099              
17100              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17101              Mac OS X (Darwin) has extra pwent fields.
17102              
17103              Subject: [PATCH B::*] print control-character vars readably
17104              Needs EBCDICification.
17105              
17106              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17107              
17108              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17109              
17110              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17111              
17112              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17113              
17114              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17115              
17116              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17117              
17118              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17119              
17120              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17121              
17122              FreeBSD hints tweak from Anton Berezin.
17123              
17124              Subject: [PATCH foolperl & bleadperl] README.vms update
17125              
17126              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17127      Branch: maint-5.6/perl
17128           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
17129           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17130           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
17131 ____________________________________________________________________________
17132 [  9584] By: gsar                                  on 2001/04/06  04:09:00
17133         Log: keep eval"" CVs alive until the end of the statement in which
17134              they're called; this avoids a coredump ensuing from search for
17135              lexicals in code such as:
17136              
17137              sub bug {
17138              my $s = @_;
17139              eval q[sub { eval 'sub { &$s }' }];
17140              }
17141              bug("x")->()->();
17142              
17143              this code still doesn't work as intended (as it has remained
17144              since time immemorial), but it doesn't provoke a coredump anymore
17145      Branch: maint-5.6/perl
17146            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17147            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
17148 ____________________________________________________________________________
17149 [  9583] By: jhi                                   on 2001/04/05  23:52:51
17150         Log: Update Changes.
17151      Branch: perl
17152            ! Changes patchlevel.h
17153 ____________________________________________________________________________
17154 [  9582] By: jhi                                   on 2001/04/05  23:11:23
17155         Log: Slight doc tweak.
17156      Branch: perl
17157            ! pod/perlunicode.pod
17158 ____________________________________________________________________________
17159 [  9581] By: jhi                                   on 2001/04/05  23:04:11
17160         Log: Integrate perlio.
17161      Branch: perl
17162           !> pod/perlunicode.pod
17163 ____________________________________________________________________________
17164 [  9580] By: jhi                                   on 2001/04/05  23:03:29
17165         Log: Test for #9579.
17166      Branch: perl
17167            ! t/op/do.t
17168 ____________________________________________________________________________
17169 [  9579] By: jhi                                   on 2001/04/05  22:54:17
17170         Log: Subject: [PATCH] Propagate calling context for do '...'
17171              From: Gisle Aas <gisle@ActiveState.com>
17172              Date: 04 Apr 2001 20:17:29 -0700
17173              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
17174      Branch: perl
17175            ! pod/perlfunc.pod pp_ctl.c
17176 ____________________________________________________________________________
17177 [  9578] By: jhi                                   on 2001/04/05  22:52:51
17178         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17179              From: Peter Prymmer <pvhp@forte.com>
17180              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
17181              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
17182      Branch: perl
17183            ! README.vms
17184 ____________________________________________________________________________
17185 [  9577] By: jhi                                   on 2001/04/05  22:48:22
17186         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
17187              From: "Craig A. Berry" <craigberry@mac.com>
17188              Date: Thu, 5 Apr 2001 13:43:28 -0500
17189              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
17190      Branch: perl
17191            ! README.vms
17192 ____________________________________________________________________________
17193 [  9576] By: jhi                                   on 2001/04/05  22:31:38
17194         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
17195              From: Michael G Schwern <schwern@pobox.com>
17196              Date: Thu, 5 Apr 2001 21:53:21 +0100
17197              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
17198      Branch: perl
17199            ! lib/base.pm t/lib/fields.t
17200 ____________________________________________________________________________
17201 [  9575] By: jhi                                   on 2001/04/05  22:26:10
17202         Log: FreeBSD hints tweak from Anton Berezin.
17203      Branch: perl
17204            ! hints/freebsd.sh
17205 ____________________________________________________________________________
17206 [  9574] By: jhi                                   on 2001/04/05  22:24:03
17207         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17208              From: David Dyck <dcd@tc.fluke.com>
17209              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
17210              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
17211      Branch: perl
17212            ! t/op/oct.t
17213 ____________________________________________________________________________
17214 [  9573] By: jhi                                   on 2001/04/05  22:23:06
17215         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17216              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
17217              From: David Dyck <dcd@tc.fluke.com>
17218              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
17219      Branch: perl
17220            ! pp.c
17221 ____________________________________________________________________________
17222 [  9572] By: jhi                                   on 2001/04/05  22:14:47
17223         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17224              From: Robin Houston <robin@kitsite.com>
17225              Date: Thu, 5 Apr 2001 20:56:48 +0100
17226              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
17227      Branch: perl
17228            ! ext/B/B/Deparse.pm
17229 ____________________________________________________________________________
17230 [  9571] By: jhi                                   on 2001/04/05  22:12:53
17231         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17232              From: Robin Houston <robin@kitsite.com>
17233              Date: Thu, 5 Apr 2001 19:55:51 +0100
17234              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
17235      Branch: perl
17236            ! ext/B/B/Deparse.pm
17237 ____________________________________________________________________________
17238 [  9570] By: jhi                                   on 2001/04/05  22:11:06
17239         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17240              From: Robin Houston <robin@kitsite.com>
17241              Date: Thu, 5 Apr 2001 20:16:29 +0100
17242              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
17243      Branch: perl
17244            ! ext/B/B/Deparse.pm
17245 ____________________________________________________________________________
17246 [  9569] By: nick                                  on 2001/04/05  21:32:26
17247         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
17248      Branch: perlio
17249            ! pod/perlunicode.pod
17250 ____________________________________________________________________________
17251 [  9568] By: nick                                  on 2001/04/05  19:38:09
17252         Log: Integrate mainline
17253      Branch: perlio
17254           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
17255           !> (integrate 35 files)
17256 ____________________________________________________________________________
17257 [  9567] By: jhi                                   on 2001/04/05  18:31:45
17258         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17259              From: Robin Houston <robin@kitsite.com>
17260              Date: Thu, 5 Apr 2001 18:03:23 +0100
17261              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
17262      Branch: perl
17263            ! ext/B/B/Deparse.pm
17264 ____________________________________________________________________________
17265 [  9566] By: jhi                                   on 2001/04/05  18:29:35
17266         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17267              From: Robin Houston <robin@kitsite.com>
17268              Date: Thu, 5 Apr 2001 16:45:18 +0100
17269              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
17270      Branch: perl
17271            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17272 ____________________________________________________________________________
17273 [  9565] By: jhi                                   on 2001/04/05  18:24:23
17274         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17275              From: Robin Houston <robin@kitsite.com>
17276              Date: Thu, 5 Apr 2001 14:50:09 +0100
17277              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
17278      Branch: perl
17279            ! ext/B/B/Deparse.pm
17280 ____________________________________________________________________________
17281 [  9564] By: jhi                                   on 2001/04/05  18:23:03
17282         Log: Subject: [PATCH B::*] print control-character vars readably
17283              From: Robin Houston <robin@kitsite.com>
17284              Date: Thu, 5 Apr 2001 14:27:38 +0100
17285              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
17286              
17287              Needs EBCDICification.
17288      Branch: perl
17289            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
17290            ! ext/B/B/Terse.pm
17291 ____________________________________________________________________________
17292 [  9563] By: jhi                                   on 2001/04/05  18:20:32
17293         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17294              Date: Thu, 5 Apr 2001 13:21:42 -0400
17295              From: Paul Schinder <schinder@pobox.com>
17296              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
17297              
17298              Mac OS X (Darwin) has extra pwent fields.
17299      Branch: perl
17300            ! t/op/pwent.t
17301 ____________________________________________________________________________
17302 [  9562] By: jhi                                   on 2001/04/05  17:57:51
17303         Log: Regen toc.
17304      Branch: perl
17305            ! pod/perltoc.pod
17306 ____________________________________________________________________________
17307 [  9561] By: jhi                                   on 2001/04/05  17:47:33
17308         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
17309      Branch: metaconfig
17310            ! U/Glossary.patch
17311      Branch: metaconfig/U/perl
17312            + d_u32align.U
17313            ! d_cmsghdr_s.U d_msghdr_s.U
17314 ____________________________________________________________________________
17315 [  9560] By: jhi                                   on 2001/04/05  17:47:01
17316         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
17317              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
17318              Introduce probes for struct msghdr, struct cmsghdr,
17319              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
17320              ualarm, usleep, for possible later extension work.
17321      Branch: perl
17322            + t/lib/md5-align.t
17323            ! Configure MANIFEST Porting/Glossary Porting/config.sh
17324            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17325            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
17326            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17327            ! vos/config.ga.h win32/config.bc win32/config.gc
17328            ! win32/config.vc
17329 ____________________________________________________________________________
17330 [  9559] By: jhi                                   on 2001/04/05  13:03:04
17331         Log: Be traditional in your cpp (for the Errno extension).
17332      Branch: perl
17333            ! hints/darwin.sh
17334 ____________________________________________________________________________
17335 [  9558] By: jhi                                   on 2001/04/05  13:00:05
17336         Log: Add $Config{cppflags} to the gcc incantation.
17337      Branch: perl
17338            ! ext/Errno/Errno_pm.PL
17339 ____________________________________________________________________________
17340 [  9557] By: jhi                                   on 2001/04/05  04:22:39
17341         Log: Introduce Sean Burke's Class::ISA 0.32.
17342      Branch: perl
17343            + lib/Class/ISA.pm t/lib/class-isa.t
17344            ! MANIFEST
17345 ____________________________________________________________________________
17346 [  9556] By: jhi                                   on 2001/04/05  04:09:50
17347         Log: Subject: [PATCH AUTHORS] Housekeeping
17348              From: Paul Johnson <paul@pjcj.net> 
17349              Date: Wed, 4 Apr 2001 22:45:47 +0200
17350              Message-ID: <20010404224547.D9548@pjcj.net>
17351      Branch: perl
17352            ! AUTHORS
17353 ____________________________________________________________________________
17354 [  9555] By: jhi                                   on 2001/04/05  04:06:33
17355         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
17356              From: Gisle Aas <gisle@ActiveState.com>
17357              Date: 04 Apr 2001 14:23:04 -0700
17358              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
17359      Branch: perl
17360            ! pod/perlfaq9.pod
17361 ____________________________________________________________________________
17362 [  9554] By: jhi                                   on 2001/04/05  04:05:49
17363         Log: Downgrade also the "Wide character" diagnostic.
17364      Branch: perl
17365            ! pod/perldiag.pod
17366 ____________________________________________________________________________
17367 [  9553] By: jhi                                   on 2001/04/05  04:00:33
17368         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
17369              maintperl into mainline.
17370              
17371              "double" should be "NV"; standard typemap is missing entry
17372              for NV
17373              
17374              s/djSP/dSP/
17375              
17376              Downgrade "Wide character in print" to a warning.
17377              
17378              B::Deparse fix for ${^FOO} and documentation for PVX() method
17379              (from Robin Houston)
17380              
17381              tr/// doesn't null-terminate the result in some situations
17382              (from Gisle Aas)
17383      Branch: perl
17384           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17385           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
17386           !> t/io/utf8.t t/op/tr.t
17387 ____________________________________________________________________________
17388 [  9552] By: jhi                                   on 2001/04/05  03:52:50
17389         Log: Retract changes #9542 and #9538 (from maintperl, integrated
17390              at #9540), shouldn't be needed because of the perlio changes.
17391      Branch: perl
17392            ! util.c
17393 ____________________________________________________________________________
17394 [  9551] By: gsar                                  on 2001/04/05  00:18:34
17395         Log: tr/// doesn't null-terminate the result in some situations
17396              (from Gisle Aas)
17397      Branch: maint-5.6/perl
17398            ! doop.c t/op/tr.t
17399 ____________________________________________________________________________
17400 [  9550] By: gsar                                  on 2001/04/04  20:04:17
17401         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
17402              (from Robin Houston)
17403      Branch: maint-5.6/perl
17404            ! ext/B/B.pm ext/B/B/Deparse.pm
17405 ____________________________________________________________________________
17406 [  9549] By: nick                                  on 2001/04/04  18:56:15
17407         Log: Downgrade "Wide character in print" to a warning.
17408      Branch: perlio
17409            ! doio.c t/io/utf8.t
17410 ____________________________________________________________________________
17411 [  9548] By: gsar                                  on 2001/04/04  18:51:49
17412         Log: integrate changes#9460,9462,9482,9521,9522
17413              
17414              Subject: PATCH: B::Debug should show LOOP-specific fields
17415              
17416              Subject: B::Deparse precedence bug. (Patch included.)
17417              
17418              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17419              
17420              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17421              
17422              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17423      Branch: maint-5.6/perl
17424           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
17425           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
17426 ____________________________________________________________________________
17427 [  9547] By: gsar                                  on 2001/04/04  18:49:16
17428         Log: s/djSP/dSP/
17429      Branch: maint-5.6/perl
17430            ! ext/Thread/Thread.xs
17431 ____________________________________________________________________________
17432 [  9546] By: nick                                  on 2001/04/04  18:44:00
17433         Log: Integrate mainline.
17434      Branch: perlio
17435           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
17436           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
17437 ____________________________________________________________________________
17438 [  9545] By: gsar                                  on 2001/04/04  18:38:52
17439         Log: integrate change#8837 from mainline
17440              
17441              Subject: [patch] -Wall cleanup round 2
17442      Branch: maint-5.6/perl
17443           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17444           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17445           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17446           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17447           !> ext/SDBM_File/SDBM_File.xs
17448 ____________________________________________________________________________
17449 [  9544] By: gsar                                  on 2001/04/04  17:49:57
17450         Log: "double" should be "NV"; standard typemap is missing entry
17451              for NV
17452      Branch: maint-5.6/perl
17453            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
17454 ____________________________________________________________________________
17455 [  9543] By: jhi                                   on 2001/04/04  14:13:18
17456         Log: Thou shalt not (just) match for English error messages.
17457      Branch: perl
17458            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
17459            ! os2/OS2/Process/Process.pm
17460 ____________________________________________________________________________
17461 [  9542] By: jhi                                   on 2001/04/04  13:20:39
17462         Log: Make the stdio tricks of fflush_all() to exist only if
17463              stdio is being used.
17464      Branch: perl
17465            ! util.c
17466 ____________________________________________________________________________
17467 [  9541] By: jhi                                   on 2001/04/04  04:20:24
17468         Log: Subject: Re: [PATCH] Lighten up glob
17469              From: Benjamin Sugars <bsugars@canoe.ca>
17470              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
17471              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
17472      Branch: perl
17473            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
17474            ! util.c
17475 ____________________________________________________________________________
17476 [  9540] By: jhi                                   on 2001/04/04  04:03:57
17477         Log: Integrate changes #9538,9539 from maintperl into mainline.
17478              
17479              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17480              for use with _fwalk() (fix for change#7705)
17481              
17482              another tweak needed for SunOS 4.1.x build (from Mike Guy)
17483              (cp -f is not portable)
17484      Branch: perl
17485           !> Makefile.SH util.c
17486 ____________________________________________________________________________
17487 [  9539] By: gsar                                  on 2001/04/04  03:01:14
17488         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
17489      Branch: maint-5.6/perl
17490            ! Makefile.SH
17491 ____________________________________________________________________________
17492 [  9538] By: gsar                                  on 2001/04/04  01:00:38
17493         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17494              for use with _fwalk() (fix for change#7705)
17495      Branch: maint-5.6/perl
17496            ! util.c
17497 ____________________________________________________________________________
17498 [  9537] By: nick                                  on 2001/04/03  19:24:55
17499         Log: Integrate mainline
17500      Branch: perlio
17501           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
17502           +> lib/unicode/PropList.html
17503            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
17504           !> (integrate 69 files)
17505 ____________________________________________________________________________
17506 [  9536] By: jhi                                   on 2001/04/03  18:02:31
17507         Log: Integrate change #9533 from maintperl into mainline.
17508              
17509              better fix for change#9517 to accomodate UNC paths like
17510              \\server\share\foo, and paths with trailing backslash
17511              like c:\this\
17512      Branch: perl
17513           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17514 ____________________________________________________________________________
17515 [  9535] By: jhi                                   on 2001/04/03  17:58:07
17516         Log: Change the push/unshift warning to be of class syntax, not misc.
17517      Branch: perl
17518            ! op.c pod/perldiag.pod t/pragma/warn/op
17519 ____________________________________________________________________________
17520 [  9534] By: jhi                                   on 2001/04/03  15:03:46
17521         Log: Change the push/unshift warning (#9532) to talk about "no values"
17522              instead of "no arguments".
17523      Branch: perl
17524            ! op.c pod/perldiag.pod t/pragma/warn/op
17525 ____________________________________________________________________________
17526 [  9533] By: gsar                                  on 2001/04/03  14:30:07
17527         Log: better fix for change#9517 to accomodate UNC paths like
17528              \\server\share\foo, and paths with trailing backslash
17529              like c:\this\
17530      Branch: maint-5.6/perl
17531            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17532 ____________________________________________________________________________
17533 [  9532] By: jhi                                   on 2001/04/03  13:11:46
17534         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
17535              From: Robin Houston <robin@kitsite.com>
17536              Date: Mon, 2 Apr 2001 15:03:29 +0100
17537              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
17538      Branch: perl
17539            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
17540 ____________________________________________________________________________
17541 [  9531] By: jhi                                   on 2001/04/03  13:06:34
17542         Log: Integrate change #9530 from maintperl into mainline.
17543              
17544              accomodate VMS "mailbox overflow" quirk in testsuite (from
17545              Craig Berry)
17546      Branch: perl
17547           !> t/lib/socket.t
17548 ____________________________________________________________________________
17549 [  9530] By: gsar                                  on 2001/04/03  04:56:41
17550         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
17551              Craig Berry)
17552      Branch: maint-5.6/perl
17553            ! t/lib/socket.t
17554 ____________________________________________________________________________
17555 [  9529] By: jhi                                   on 2001/04/03  02:34:34
17556         Log: Update Changes.
17557      Branch: perl
17558            ! Changes patchlevel.h
17559 ____________________________________________________________________________
17560 [  9528] By: jhi                                   on 2001/04/03  01:27:57
17561         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
17562              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
17563              To: perl5-porters@perl.org
17564              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
17565      Branch: perl
17566            ! pod/perlfaq3.pod
17567 ____________________________________________________________________________
17568 [  9527] By: jhi                                   on 2001/04/03  01:22:09
17569         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
17570              From: Peter Prymmer <pvhp@forte.com>
17571              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
17572              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
17573      Branch: perl
17574            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
17575 ____________________________________________________________________________
17576 [  9526] By: jhi                                   on 2001/04/03  01:18:25
17577         Log: The metaconfig unit changes for #9525.
17578      Branch: metaconfig
17579            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
17580      Branch: metaconfig/U/perl
17581            ! use64bits.U
17582 ____________________________________________________________________________
17583 [  9525] By: jhi                                   on 2001/04/03  01:17:30
17584         Log: Configure sanity checks:
17585              * if use64bitall is attempted but pointers are only 32-bit,
17586              'downgrade' to use64bitint
17587              * if use64bitint is attempted but there's no quad type,
17588              forget about use64bitint (well, the default for it is 'n',
17589              the user can still override this)
17590              * if pointers are 64 bits, do not try to use Perl's malloc
17591      Branch: perl
17592            ! Configure
17593 ____________________________________________________________________________
17594 [  9524] By: gsar                                  on 2001/04/03  01:09:12
17595         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
17596      Branch: maint-5.6/perl
17597            ! pp_sys.c
17598 ____________________________________________________________________________
17599 [  9523] By: jhi                                   on 2001/04/03  00:02:31
17600         Log: (Retracted by #9609)
17601              
17602              Make it harder for parallel makes to enter 'test' before
17603              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
17604              should be unhappy enough, but sometimes parallel makes seem
17605              to sneak past both in Tru64 and AIX.)
17606      Branch: perl
17607            ! Makefile.SH
17608 ____________________________________________________________________________
17609 [  9522] By: jhi                                   on 2001/04/02  22:35:31
17610         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17611              Date: Mon, 2 Apr 2001 22:54:10 +0100
17612              From: Robin Houston <robin@kitsite.com>
17613              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
17614      Branch: perl
17615            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
17616 ____________________________________________________________________________
17617 [  9521] By: jhi                                   on 2001/04/02  22:32:23
17618         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17619              From: Robin Houston <robin@kitsite.com>
17620              Date: Mon, 2 Apr 2001 20:24:03 +0100
17621              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
17622      Branch: perl
17623            ! ext/B/B/Concise.pm
17624 ____________________________________________________________________________
17625 [  9520] By: jhi                                   on 2001/04/02  22:30:43
17626         Log: Subject: [PATCH] REALLY pedantic hv.h nit
17627              From: Simon Cozens <simon@netthink.co.uk>
17628              Date: Mon, 2 Apr 2001 15:43:06 +0100
17629              Message-ID: <20010402154306.A21711@netthink.co.uk>
17630      Branch: perl
17631            ! hv.h
17632 ____________________________________________________________________________
17633 [  9519] By: jhi                                   on 2001/04/02  22:28:04
17634         Log: Based on
17635              
17636              Subject: [foolperl] EPOC fix
17637              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17638              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
17639              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
17640      Branch: perl
17641            ! pp_sys.c
17642 ____________________________________________________________________________
17643 [  9518] By: jhi                                   on 2001/04/02  22:22:34
17644         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
17645              
17646              README.win32 tweaks; add a note about alternative location for
17647              getting a gcc-2.95.2 that will build perl properly on windows
17648              
17649              add some notes about gutsy threading matters
17650              
17651              many of the utilities interpolate literal paths within doublequotes
17652              (fails on dosish platforms where path contains backslashes)
17653      Branch: perl
17654           !> README.win32 pod/perlguts.pod utils/perldoc.PL
17655           !> x2p/find2perl.PL x2p/s2p.PL
17656 ____________________________________________________________________________
17657 [  9517] By: gsar                                  on 2001/04/02  19:52:21
17658         Log: many of the utilities interpolate literal paths within doublequotes
17659              (fails on dosish platforms where path contains backslashes)
17660      Branch: maint-5.6/perl
17661            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17662 ____________________________________________________________________________
17663 [  9516] By: gsar                                  on 2001/04/02  05:49:37
17664         Log: a foolish release
17665      Branch: maint-5.6/perl
17666            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17667            ! pod/perltoc.pod
17668 ____________________________________________________________________________
17669 [  9515] By: gsar                                  on 2001/04/02  05:04:29
17670         Log: add missing changelog summaries
17671      Branch: maint-5.6/perl
17672            ! Changes
17673 ____________________________________________________________________________
17674 [  9514] By: gsar                                  on 2001/04/02  04:07:13
17675         Log: add some notes about gutsy threading matters
17676      Branch: maint-5.6/perl
17677            ! pod/perlguts.pod
17678 ____________________________________________________________________________
17679 [  9513] By: gsar                                  on 2001/04/02  03:25:21
17680         Log: add more prominent caveat notices about experimental features
17681      Branch: maint-5.6/perl
17682            ! pod/perlfork.pod pod/perlunicode.pod
17683 ____________________________________________________________________________
17684 [  9512] By: gsar                                  on 2001/04/02  02:54:33
17685         Log: integrate changes#9479,9509 from mainline
17686              
17687              [PATCH] File::Glob stuff for Mac OS
17688              
17689              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17690      Branch: maint-5.6/perl
17691           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17692           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17693           !> t/lib/glob-taint.t
17694 ____________________________________________________________________________
17695 [  9511] By: gsar                                  on 2001/04/02  02:38:24
17696         Log: README.win32 tweaks; add a note about alternative location for
17697              getting a gcc-2.95.2 that will build perl properly on windows
17698      Branch: maint-5.6/perl
17699            ! README.win32
17700 ____________________________________________________________________________
17701 [  9510] By: jhi                                   on 2001/04/01  20:45:10
17702         Log: An ambiguosity warning.
17703      Branch: perl
17704            ! t/lib/trig.t
17705 ____________________________________________________________________________
17706 [  9509] By: jhi                                   on 2001/04/01  19:53:47
17707         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17708              From: Jonathan Stowe <gellyfish@gellyfish.com>
17709              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
17710              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
17711      Branch: perl
17712            ! ext/File/Glob/bsd_glob.c
17713 ____________________________________________________________________________
17714 [  9508] By: jhi                                   on 2001/04/01  19:35:03
17715         Log: Update Changes.
17716      Branch: perl
17717            ! Changes patchlevel.h
17718 ____________________________________________________________________________
17719 [  9507] By: jhi                                   on 2001/04/01  19:24:01
17720         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
17721              from mainline to maintperl: pod tweaks.
17722      Branch: maint-5.6/perl
17723           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
17724           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
17725           !> pod/perlvar.pod
17726 ____________________________________________________________________________
17727 [  9506] By: jhi                                   on 2001/04/01  19:11:53
17728         Log: Commit Sarathy to April release of 5.6.1 :-)
17729      Branch: perl
17730            ! pod/perlfaq1.pod
17731 ____________________________________________________________________________
17732 [  9505] By: jhi                                   on 2001/04/01  19:03:15
17733         Log: Subject: PATCH 5.6.0 (perldebug.pod)
17734              From: Mark-Jason Dominus <mjd@plover.com>
17735              Date: Sun, 01 Apr 2001 14:25:11 -0400
17736              Message-ID: <20010401182511.9247.qmail@plover.com>
17737      Branch: perl
17738            ! pod/perldebug.pod
17739 ____________________________________________________________________________
17740 [  9504] By: jhi                                   on 2001/04/01  18:43:09
17741         Log: Add great_circle_direction().
17742      Branch: perl
17743            ! lib/Math/Trig.pm t/lib/trig.t
17744 ____________________________________________________________________________
17745 [  9503] By: jhi                                   on 2001/04/01  17:29:12
17746         Log: Unicode ReadMe update for Unicode 3.1.
17747      Branch: perl
17748            ! lib/unicode/ReadMe.txt
17749 ____________________________________________________________________________
17750 [  9502] By: jhi                                   on 2001/04/01  17:18:40
17751         Log: Integrate change #9501 from maintperl into mainline.
17752              
17753              fix the perlembed notes on multiple interpreters
17754              
17755              fix ExtUtils::Embed to work passably on Windows
17756      Branch: perl
17757           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
17758 ____________________________________________________________________________
17759 [  9501] By: gsar                                  on 2001/04/01  07:21:57
17760         Log: fix the perlembed notes on multiple interpreters
17761              
17762              fix ExtUtils::Embed to work passably on Windows
17763      Branch: maint-5.6/perl
17764            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
17765 ____________________________________________________________________________
17766 [  9500] By: jhi                                   on 2001/04/01  05:58:23
17767         Log: Test for #9499.
17768      Branch: perl
17769            ! t/op/tr.t
17770 ____________________________________________________________________________
17771 [  9499] By: jhi                                   on 2001/04/01  05:55:46
17772         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
17773      Branch: perl
17774            ! embed.h embed.pl op.c proto.h
17775 ____________________________________________________________________________
17776 [  9498] By: jhi                                   on 2001/04/01  05:44:34
17777         Log: Protect the workaround hunk more.
17778      Branch: perl
17779            ! toke.c
17780 ____________________________________________________________________________
17781 [  9497] By: jhi                                   on 2001/04/01  00:24:25
17782         Log: Integrate changes #9493,9494,9495,9496 from maintperl
17783              into mainline.
17784              
17785              fix a broken workaround for Borland compiler in change#4739
17786              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17787              
17788              nits spotted by Borland compiler
17789              
17790              avoid redefinition warnings under Borland 5.02
17791              
17792              various nits identified by the Borland 5.5 compiler; remove suppression
17793              of a few warnings
17794      Branch: perl
17795           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
17796           !> win32/win32.h
17797 ____________________________________________________________________________
17798 [  9496] By: gsar                                  on 2001/03/31  23:22:28
17799         Log: various nits identified by the Borland 5.5 compiler; remove suppression
17800              of a few warnings
17801      Branch: maint-5.6/perl
17802            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
17803 ____________________________________________________________________________
17804 [  9495] By: gsar                                  on 2001/03/31  21:03:08
17805         Log: avoid redefinition warnings under Borland 5.02
17806      Branch: maint-5.6/perl
17807            ! win32/makefile.mk
17808 ____________________________________________________________________________
17809 [  9494] By: gsar                                  on 2001/03/31  20:18:59
17810         Log: nits spotted by Borland compiler
17811      Branch: maint-5.6/perl
17812            ! utf8.h win32/win32.h
17813 ____________________________________________________________________________
17814 [  9493] By: gsar                                  on 2001/03/31  20:18:05
17815         Log: fix a broken workaround for Borland compiler in change#4739
17816              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17817      Branch: maint-5.6/perl
17818            ! toke.c
17819 ____________________________________________________________________________
17820 [  9492] By: jhi                                   on 2001/03/31  18:36:24
17821         Log: Integrate change #9491 from maintperl into mainline.
17822              
17823              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17824              directory is relative (need to fetch the full path name *before*
17825              the chdir!)
17826      Branch: perl
17827           !> lib/Cwd.pm
17828 ____________________________________________________________________________
17829 [  9491] By: gsar                                  on 2001/03/31  17:01:56
17830         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17831              directory is relative (need to fetch the full path name *before*
17832              the chdir!)
17833              
17834              this is a followup patch for change#6749
17835      Branch: maint-5.6/perl
17836            ! lib/Cwd.pm
17837 ____________________________________________________________________________
17838 [  9490] By: jhi                                   on 2001/03/31  15:50:18
17839         Log: Subject: Re: [PATCH] av.h cosmetics
17840              From: Simon Cozens <simon@netthink.co.uk>
17841              Date: Sat, 31 Mar 2001 13:09:59 +0100
17842              Message-ID: <20010331130959.A22000@netthink.co.uk>
17843              
17844              Document AvALLOC.
17845      Branch: perl
17846            ! pod/perlguts.pod
17847 ____________________________________________________________________________
17848 [  9489] By: jhi                                   on 2001/03/31  15:48:44
17849         Log: Subject: [PATCH] Re: Math::Big* v1.21
17850              From: Tels <perl_dummy@bloodgate.com>
17851              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
17852              Message-Id: <200103311125.GAA377738@www08.hway.net>
17853      Branch: perl
17854            ! pod/perlop.pod
17855 ____________________________________________________________________________
17856 [  9488] By: jhi                                   on 2001/03/31  03:39:51
17857         Log: Debug output tweak.
17858      Branch: perl
17859            ! t/lib/cwd.t
17860 ____________________________________________________________________________
17861 [  9487] By: jhi                                   on 2001/03/31  03:33:02
17862         Log: OverVMSification.
17863      Branch: perl
17864            ! t/lib/cwd.t
17865 ____________________________________________________________________________
17866 [  9486] By: jhi                                   on 2001/03/31  03:01:40
17867         Log: Missed MANIFESTations in #9483.
17868      Branch: perl
17869            ! MANIFEST
17870 ____________________________________________________________________________
17871 [  9485] By: jhi                                   on 2001/03/31  02:58:17
17872         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
17873              From: Peter Prymmer <pvhp@forte.com>
17874              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
17875              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
17876      Branch: perl
17877            ! regexec.c t/lib/cwd.t
17878 ____________________________________________________________________________
17879 [  9484] By: jhi                                   on 2001/03/31  01:04:41
17880         Log: Obsolete file (see #3938)
17881      Branch: perl
17882            - lib/unicode/README.Ethiopic
17883            ! MANIFEST
17884 ____________________________________________________________________________
17885 [  9483] By: jhi                                   on 2001/03/31  00:52:42
17886         Log: Update to Unicode 3.1.
17887              (Rename Names.txt to NamesList.txt.)
17888      Branch: perl
17889            + lib/unicode/NamesList.txt lib/unicode/PropList.html
17890            - lib/unicode/Names.txt
17891            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17892            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
17893            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
17894            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
17895            ! lib/unicode/UCD.html lib/unicode/Unicode.html
17896            ! lib/unicode/rename lib/unicode/version
17897 ____________________________________________________________________________
17898 [  9482] By: jhi                                   on 2001/03/30  23:33:44
17899         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17900              From: Robin Houston <robin@kitsite.com>
17901              Date: Fri, 30 Mar 2001 20:07:22 +0100
17902              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
17903      Branch: perl
17904            ! ext/B/B/Deparse.pm
17905 ____________________________________________________________________________
17906 [  9481] By: jhi                                   on 2001/03/30  23:20:25
17907         Log: Subject: Re: [PATCH] CwdXS, Take 2
17908              From: Benjamin Sugars <bsugars@canoe.ca>
17909              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
17910              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
17911      Branch: perl
17912            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
17913            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
17914 ____________________________________________________________________________
17915 [  9480] By: jhi                                   on 2001/03/30  22:52:38
17916         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
17917              From: David Dyck <dcd@tc.fluke.com>
17918              Date: Fri, 30 Mar 2001 14:44:13 -0800
17919              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
17920              
17921              The t/rantests flags file creation was accidentally
17922              removed by #9217.
17923      Branch: perl
17924            ! Makefile.SH
17925 ____________________________________________________________________________
17926 [  9479] By: jhi                                   on 2001/03/30  22:45:45
17927         Log: Subject: [PATCH] File::Glob stuff for Mac OS
17928              From: Chris Nandor <pudge@pobox.com>
17929              Date: Fri, 30 Mar 2001 16:51:00 -0500
17930              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
17931      Branch: perl
17932            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17933            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17934            ! t/lib/glob-taint.t
17935 ____________________________________________________________________________
17936 [  9478] By: jhi                                   on 2001/03/30  22:43:12
17937         Log: Subject: fix for win32/buildext.pl
17938              From: "Vadim Konovalov" <watman@inbox.ru>
17939              Date: Sat, 31 Mar 2001 00:50:36 +0400
17940              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
17941      Branch: perl
17942            ! win32/buildext.pl
17943 ____________________________________________________________________________
17944 [  9477] By: jhi                                   on 2001/03/30  22:41:16
17945         Log: Subject: small base.pm doc patch
17946              From: Leon Brocard <acme@astray.com>
17947              Date: Fri, 30 Mar 2001 21:49:57 +0100
17948              Message-ID: <20010330214957.B8733@ns0.astray.com>
17949      Branch: perl
17950            ! lib/base.pm
17951 ____________________________________________________________________________
17952 [  9476] By: jhi                                   on 2001/03/30  18:16:57
17953         Log: Subject: [PATCH] av.h cosmetics
17954              From: Simon Cozens <simon@netthink.co.uk>
17955              Date: Fri, 30 Mar 2001 18:12:28 +0100
17956              Message-ID: <20010330181228.A9319@netthink.co.uk>
17957      Branch: perl
17958            ! av.h
17959 ____________________________________________________________________________
17960 [  9475] By: jhi                                   on 2001/03/30  18:15:50
17961         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
17962              From: "Philip Newton" <pnewton@gmx.de>
17963              Date: Fri, 30 Mar 2001 19:06:57 +0200
17964              Message-ID: <3AC4D951.14815.1AC7068@localhost>
17965      Branch: perl
17966            ! pod/perlhack.pod
17967 ____________________________________________________________________________
17968 [  9474] By: jhi                                   on 2001/03/30  18:14:02
17969         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
17970              From: Benjamin Sugars <bsugars@canoe.ca>
17971              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
17972              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
17973      Branch: perl
17974            ! t/lib/glob-basic.t
17975 ____________________________________________________________________________
17976 [  9473] By: jhi                                   on 2001/03/30  16:09:24
17977         Log: Update Changes.
17978      Branch: perl
17979            ! Changes patchlevel.h
17980 ____________________________________________________________________________
17981 [  9472] By: jhi                                   on 2001/03/30  15:16:08
17982         Log: Integrate perlio.
17983      Branch: perl
17984           !> t/lib/cwd.t t/lib/glob-basic.t
17985 ____________________________________________________________________________
17986 [  9471] By: nick                                  on 2001/03/30  14:47:10
17987         Log: Should be (^O eq 'MSWin32') not 'Win32'
17988              Fail #12 seems real - chdir is in wrong dir.
17989      Branch: perlio
17990            ! t/lib/cwd.t
17991 ____________________________________________________________________________
17992 [  9470] By: jhi                                   on 2001/03/30  14:41:11
17993         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17994              From: Radu Greab <radu@netsoft.ro>
17995              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
17996              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
17997              
17998              Replace #9352.
17999      Branch: perl
18000            ! ext/Socket/Socket.xs pp_sys.c
18001 ____________________________________________________________________________
18002 [  9469] By: jhi                                   on 2001/03/30  14:37:51
18003         Log: Subject: PATCH pod/perldiag.pod
18004              From: Robin Houston <robin@kitsite.com>
18005              Date: Fri, 30 Mar 2001 14:10:36 +0100
18006              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
18007      Branch: perl
18008            ! pod/perldiag.pod t/lib/glob-basic.t
18009 ____________________________________________________________________________
18010 [  9468] By: jhi                                   on 2001/03/30  14:36:36
18011         Log: Subject: Better diagnostic in io/fs.t
18012              From: andreas.koenig@anima.de (Andreas J. Koenig)
18013              Date: 30 Mar 2001 10:11:43 +0200
18014              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
18015      Branch: perl
18016            ! t/io/fs.t
18017 ____________________________________________________________________________
18018 [  9467] By: nick                                  on 2001/03/30  14:25:43
18019         Log: Skip order test of glob if case-ignoring system cannot 
18020              create a.test and A.test
18021      Branch: perlio
18022            ! t/lib/glob-basic.t
18023 ____________________________________________________________________________
18024 [  9466] By: nick                                  on 2001/03/30  13:03:12
18025         Log: Integrate mainline.
18026      Branch: perlio
18027            - ext/re/hints/aix.pl
18028           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
18029           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
18030           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
18031           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
18032 ____________________________________________________________________________
18033 [  9465] By: jhi                                   on 2001/03/30  03:53:37
18034         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
18035              the tests sometimes hang, sometimes not.)
18036      Branch: perl
18037            ! t/lib/io_multihomed.t t/lib/io_sock.t
18038 ____________________________________________________________________________
18039 [  9464] By: jhi                                   on 2001/03/30  02:56:04
18040         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
18041              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18042              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
18043              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
18044      Branch: perl
18045            ! op.c
18046 ____________________________________________________________________________
18047 [  9463] By: jhi                                   on 2001/03/30  02:34:48
18048         Log: Test for #9462.
18049      Branch: perl
18050            ! t/lib/b.t
18051 ____________________________________________________________________________
18052 [  9462] By: jhi                                   on 2001/03/30  02:29:37
18053         Log: Subject: B::Deparse precedence bug. (Patch included.)
18054              From: Jeremy Madea <jmadea@inktomi.com>
18055              Date: Thu, 29 Mar 2001 12:05:02 -0800
18056              Message-ID: <20010329120502.A24881@dr.inktomi.com>
18057      Branch: perl
18058            ! ext/B/B/Deparse.pm
18059 ____________________________________________________________________________
18060 [  9461] By: jhi                                   on 2001/03/30  02:18:41
18061         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18062              From: Peter Prymmer <pvhp@forte.com>
18063              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
18064              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
18065      Branch: perl
18066            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
18067            ! t/lib/md5-file.t
18068 ____________________________________________________________________________
18069 [  9460] By: jhi                                   on 2001/03/30  02:17:07
18070         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
18071              From: Robin Houston <robin@kitsite.com>
18072              Date: Thu, 29 Mar 2001 20:47:56 +0100
18073              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
18074      Branch: perl
18075            ! ext/B/B/Debug.pm
18076 ____________________________________________________________________________
18077 [  9459] By: jhi                                   on 2001/03/30  02:16:05
18078         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
18079              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18080              Date: Wed, 28 Mar 2001 18:02:20 -0600
18081              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
18082      Branch: perl
18083            ! lib/ExtUtils/MM_VMS.pm
18084 ____________________________________________________________________________
18085 [  9458] By: jhi                                   on 2001/03/30  02:07:58
18086         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
18087              From: "Joshua E. Rodd" <jrodd@pbs.org>
18088              Date: Wed, 28 Mar 2001 17:29:12 -0500
18089              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
18090      Branch: perl
18091            ! pod/perlop.pod
18092 ____________________________________________________________________________
18093 [  9457] By: jhi                                   on 2001/03/30  02:04:33
18094         Log: Subject: ext/re/aix.pl can go
18095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18096              Date: Thu, 29 Mar 2001 12:03:28 +0200
18097              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
18098      Branch: perl
18099            - ext/re/hints/aix.pl
18100            ! MANIFEST
18101 ____________________________________________________________________________
18102 [  9456] By: jhi                                   on 2001/03/30  02:03:32
18103         Log: Integrate perlio.
18104      Branch: perl
18105           !> ext/Encode/Encode.xs installperl
18106 ____________________________________________________________________________
18107 [  9455] By: nick                                  on 2001/03/29  21:11:46
18108         Log: DLL name has changed so installperl needs to know
18109              (Why isn't it working it out or passed it?)
18110      Branch: perlio
18111            ! installperl
18112 ____________________________________________________________________________
18113 [  9454] By: nick                                  on 2001/03/29  20:56:12
18114         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
18115              and we don't get undef warnings.
18116      Branch: perlio
18117            ! ext/Encode/Encode.xs
18118 ____________________________________________________________________________
18119 [  9453] By: nick                                  on 2001/03/29  17:58:48
18120         Log: Integrate mainline
18121      Branch: perlio
18122           !> Changes patchlevel.h
18123 ____________________________________________________________________________
18124 [  9452] By: jhi                                   on 2001/03/29  16:44:55
18125         Log: Update Changes.
18126      Branch: perl
18127            ! Changes patchlevel.h
18128 ____________________________________________________________________________
18129 [  9451] By: nick                                  on 2001/03/29  16:31:38
18130         Log: Integrate mainline
18131      Branch: perlio
18132           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
18133           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
18134           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
18135           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
18136           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
18137 ____________________________________________________________________________
18138 [  9450] By: jhi                                   on 2001/03/29  16:29:17
18139         Log: Integrate perlio.
18140      Branch: perl
18141           !> win32/buildext.pl
18142 ____________________________________________________________________________
18143 [  9449] By: jhi                                   on 2001/03/29  15:50:01
18144         Log: Update Changes.
18145      Branch: perl
18146            ! Changes patchlevel.h
18147 ____________________________________________________________________________
18148 [  9448] By: nick                                  on 2001/03/29  15:47:15
18149         Log: Make sure buildext.pl finds Errno.pm
18150      Branch: perlio
18151            ! win32/buildext.pl
18152 ____________________________________________________________________________
18153 [  9447] By: jhi                                   on 2001/03/29  15:39:34
18154         Log: Integrate perlio.
18155      Branch: perl
18156           !> win32/makefile.mk
18157 ____________________________________________________________________________
18158 [  9446] By: nick                                  on 2001/03/29  15:30:03
18159         Log: Integrate win32/makefile.mk with mainline.
18160      Branch: perlio
18161           !> win32/makefile.mk
18162 ____________________________________________________________________________
18163 [  9445] By: nick                                  on 2001/03/29  15:27:32
18164         Log: Fix breakage ... 
18165      Branch: perlio
18166            ! win32/makefile.mk
18167 ____________________________________________________________________________
18168 [  9444] By: jhi                                   on 2001/03/29  15:03:08
18169         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18170              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18171              Date: Thu, 29 Mar 2001 10:32:59 +0400
18172              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
18173      Branch: perl
18174            ! win32/makefile.mk
18175 ____________________________________________________________________________
18176 [  9443] By: jhi                                   on 2001/03/29  15:02:12
18177         Log: Integrate perlio.
18178      Branch: perl
18179           +> win32/buildext.pl
18180           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
18181           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
18182 ____________________________________________________________________________
18183 [  9442] By: nick                                  on 2001/03/29  14:59:11
18184         Log: Work in progress - determine win32 extensions to build via script.
18185      Branch: perlio
18186            + win32/buildext.pl
18187            ! MANIFEST win32/makefile.mk
18188 ____________________________________________________________________________
18189 [  9441] By: jhi                                   on 2001/03/29  14:51:47
18190         Log: Reintroduce the use of external pwd.
18191      Branch: perl
18192            ! t/lib/cwd.t
18193 ____________________________________________________________________________
18194 [  9440] By: jhi                                   on 2001/03/29  14:42:58
18195         Log: use warnings instead of -w.
18196      Branch: perl
18197            ! utils/h2xs.PL
18198 ____________________________________________________________________________
18199 [  9439] By: jhi                                   on 2001/03/29  14:41:52
18200         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
18201              From: Jonathan Stowe <gellyfish@gellyfish.com>
18202              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
18203              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
18204      Branch: perl
18205            ! utils/h2xs.PL
18206 ____________________________________________________________________________
18207 [  9438] By: jhi                                   on 2001/03/29  14:39:38
18208         Log: Subject: [PATCH perl@9424] minor pod nits
18209              From: Robin Barker <rmb1@cise.npl.co.uk>
18210              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
18211              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
18212      Branch: perl
18213            ! pod/perlhack.pod pod/perliol.pod
18214 ____________________________________________________________________________
18215 [  9437] By: jhi                                   on 2001/03/29  14:29:16
18216         Log: Subject: [PATCH perl@9424] typemap cast warning
18217              From: Robin Barker <rmb1@cise.npl.co.uk>
18218              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
18219              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
18220      Branch: perl
18221            ! lib/ExtUtils/typemap
18222 ____________________________________________________________________________
18223 [  9436] By: jhi                                   on 2001/03/29  14:26:03
18224         Log: Subject: [PATCH perl@9424] printf warning
18225              From: Robin Barker <rmb1@cise.npl.co.uk>
18226              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
18227              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
18228      Branch: perl
18229            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
18230            ! ext/Storable/Storable.xs toke.c
18231 ____________________________________________________________________________
18232 [  9435] By: nick                                  on 2001/03/29  14:23:31
18233         Log: Win32 has name conflict with ERROR
18234      Branch: perlio
18235            ! ext/PerlIO/Via/Via.xs
18236 ____________________________________________________________________________
18237 [  9434] By: jhi                                   on 2001/03/29  14:17:48
18238         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18239              From: Peter Prymmer <pvhp@forte.com>
18240              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
18241              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
18242      Branch: perl
18243            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
18244 ____________________________________________________________________________
18245 [  9433] By: jhi                                   on 2001/03/29  13:52:44
18246         Log: test-prep target was missing.
18247      Branch: perl
18248            ! Makefile.SH
18249 ____________________________________________________________________________
18250 [  9432] By: nick                                  on 2001/03/29  12:40:03
18251         Log: Make as-shipped compiler default to MSVC6 
18252      Branch: perlio
18253            ! win32/makefile.mk
18254 ____________________________________________________________________________
18255 [  9431] By: nick                                  on 2001/03/29  12:12:16
18256         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
18257              akin to PerlIO::Scalar.
18258      Branch: perlio
18259            ! perlio.c perlio.h
18260 ____________________________________________________________________________
18261 [  9430] By: nick                                  on 2001/03/29  10:56:35
18262         Log: Integrate mainline.
18263      Branch: perlio
18264           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18265           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18266           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18267           !> win32/makefile.mk win32/win32sck.c
18268 ____________________________________________________________________________
18269 [  9429] By: nick                                  on 2001/03/29  09:03:43
18270         Log: Noticed that two tests were skipped as perlio:: package
18271              isn't there any more. Changed the skip condition.
18272              Avoid core-dump if sv_utf8_upgrade() called on something
18273              that does not become SvPOK after SvPV() (e.g. a ref).
18274      Branch: perlio
18275            ! sv.c t/io/utf8.t t/lib/io_scalar.t
18276 ____________________________________________________________________________
18277 [  9428] By: jhi                                   on 2001/03/29  01:31:47
18278         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
18279              From: Benjamin Sugars <bsugars@canoe.ca> 
18280              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
18281              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
18282      Branch: perl
18283            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18284            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18285            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18286 ____________________________________________________________________________
18287 [  9427] By: jhi                                   on 2001/03/29  00:49:30
18288         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18289              From: "Vadim Konovalov" <watman@inbox.ru>
18290              Date: Thu, 29 Mar 2001 01:50:12 +0400
18291              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
18292      Branch: perl
18293            ! win32/makefile.mk win32/win32sck.c
18294 ____________________________________________________________________________
18295 [  9426] By: gsar                                  on 2001/03/29  00:28:04
18296         Log: dmake can only handle == and != in comparisons; support building
18297              with Borland's VCL libraries (from Vadim Konovalov)
18298      Branch: maint-5.6/perl
18299            ! win32/makefile.mk
18300 ____________________________________________________________________________
18301 [  9425] By: nick                                  on 2001/03/28  19:29:56
18302         Log: Integrate (@snapshot)
18303      Branch: perlio
18304           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
18305 ____________________________________________________________________________
18306 [  9424] By: jhi                                   on 2001/03/28  19:03:16
18307         Log: Update Changes.
18308      Branch: perl
18309            ! Changes patchlevel.h
18310 ____________________________________________________________________________
18311 [  9423] By: jhi                                   on 2001/03/28  18:52:09
18312         Log: Rmdir lib/XS on cleanup.
18313      Branch: perl
18314            ! Makefile.SH
18315 ____________________________________________________________________________
18316 [  9422] By: jhi                                   on 2001/03/28  18:49:34
18317         Log: Integrate perlio.
18318      Branch: perl
18319           !> t/op/utf8decode.t
18320 ____________________________________________________________________________
18321 [  9421] By: nick                                  on 2001/03/28  18:46:44
18322         Log: Loose duplicate chunk.
18323      Branch: perlio
18324            ! t/op/utf8decode.t
18325 ____________________________________________________________________________
18326 [  9420] By: nick                                  on 2001/03/28  18:44:11
18327         Log: Integrate mainline.
18328      Branch: perlio
18329           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
18330           !> vms/vmsish.h
18331 ____________________________________________________________________________
18332 [  9419] By: jhi                                   on 2001/03/28  18:42:05
18333         Log: Can't trust external pwds
18334              (either shell builtins or external programs)
18335      Branch: perl
18336            ! t/lib/cwd.t
18337 ____________________________________________________________________________
18338 [  9418] By: jhi                                   on 2001/03/28  18:34:05
18339         Log: Integrate perlio.
18340      Branch: perl
18341            - lib/perlio.pm
18342           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18343           !> t/op/utf8decode.t
18344 ____________________________________________________________________________
18345 [  9417] By: nick                                  on 2001/03/28  18:24:02
18346         Log: PerlIO.pm / perlio.pm conflict.
18347              Update some pods.
18348              Make t/op/utf8decode.t a text file.
18349      Branch: perlio
18350            - lib/perlio.pm
18351            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18352            ! t/op/utf8decode.t
18353 ____________________________________________________________________________
18354 [  9416] By: jhi                                   on 2001/03/28  18:06:07
18355         Log: Integrate change #9409 from mainline to maintperl.
18356              
18357              Yet another tweak on AIX dynaloading.
18358      Branch: maint-5.6/perl
18359           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18360 ____________________________________________________________________________
18361 [  9415] By: gsar                                  on 2001/03/28  17:13:01
18362         Log: integrate changes#9377,9385,9401 from mainline
18363              
18364              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18365              
18366              If directory entries compare equal case-insensitively,
18367              retry case-sensitively.
18368              
18369              Subject: [PATCH] B::Terse and warnings
18370      Branch: maint-5.6/perl
18371           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
18372           !> t/pragma/warn/perl
18373 ____________________________________________________________________________
18374 [  9414] By: jhi                                   on 2001/03/28  17:11:12
18375         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
18376              From: "Craig A. Berry" <craigberry@mac.com>
18377              Date: Wed, 28 Mar 2001 10:55:20 -0600
18378              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
18379      Branch: perl
18380            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
18381 ____________________________________________________________________________
18382 [  9413] By: jhi                                   on 2001/03/28  17:03:12
18383         Log: Dup hunk.
18384      Branch: perl
18385            ! t/op/utf8decode.t
18386 ____________________________________________________________________________
18387 [  9412] By: jhi                                   on 2001/03/28  17:02:36
18388         Log: Forced integrate from perlio.
18389      Branch: perl
18390           !> t/op/utf8decode.t
18391 ____________________________________________________________________________
18392 [  9411] By: nick                                  on 2001/03/28  16:50:03
18393         Log: Integrate mainline.
18394      Branch: perlio
18395           +> t/lib/cwd.t
18396           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18397           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
18398           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
18399           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
18400           !> t/pragma/warn/perl
18401 ____________________________________________________________________________
18402 [  9410] By: jhi                                   on 2001/03/28  16:44:23
18403         Log: Subject: Re: [PATCH] 9403 cannot be tested
18404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18405              Date: Wed, 28 Mar 2001 18:33:56 +0200
18406              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
18407      Branch: perl
18408            ! makedef.pl
18409 ____________________________________________________________________________
18410 [  9409] By: jhi                                   on 2001/03/28  16:12:45
18411         Log: Yet another tweak on AIX dynaloading.
18412      Branch: perl
18413            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18414 ____________________________________________________________________________
18415 [  9408] By: jhi                                   on 2001/03/28  15:52:55
18416         Log: Subject: [PATCH] 9403 cannot be tested
18417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18418              Date: Wed, 28 Mar 2001 17:23:00 +0200
18419              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
18420              
18421              A missing symbol.
18422      Branch: perl
18423            ! makedef.pl
18424 ____________________________________________________________________________
18425 [  9407] By: jhi                                   on 2001/03/28  15:47:43
18426         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
18427      Branch: perl
18428            ! t/op/utf8decode.t
18429           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18430           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
18431 ____________________________________________________________________________
18432 [  9406] By: jhi                                   on 2001/03/28  15:37:08
18433         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
18434              From: Benjamin Sugars <bsugars@canoe.ca> 
18435              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
18436              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
18437      Branch: perl
18438            + t/lib/cwd.t
18439            ! MANIFEST
18440 ____________________________________________________________________________
18441 [  9405] By: jhi                                   on 2001/03/28  15:13:18
18442         Log: pp_ne() needs a CORRECT boolean.
18443      Branch: perl
18444            ! pp.c
18445 ____________________________________________________________________________
18446 [  9404] By: jhi                                   on 2001/03/28  15:09:23
18447         Log: pp_ne() needs a boolean, not an integer.
18448      Branch: perl
18449            ! pp.c
18450 ____________________________________________________________________________
18451 [  9403] By: jhi                                   on 2001/03/28  14:47:43
18452         Log: (Retracted by #9404.)
18453      Branch: perl
18454            ! pp.c
18455 ____________________________________________________________________________
18456 [  9402] By: jhi                                   on 2001/03/28  14:43:59
18457         Log: Subject: Re: [PATCH] Typemap testing
18458              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
18459              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
18460              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
18461      Branch: perl
18462            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18463            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
18464 ____________________________________________________________________________
18465 [  9401] By: jhi                                   on 2001/03/28  14:42:14
18466         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18467              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18468              Date: Sun, 25 Mar 2001 21:59:15 +0100
18469              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
18470              
18471              A variable will be checked for the "use once" warnings if:
18472              
18473              1. It is in the scope of a use warnings 'once'
18474              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
18475              
18476              Otherwise it won't be checked at all.
18477              
18478              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
18479              
18480              The enclosed patch partially fixes this issue. What I didn't
18481              get to work was the case where the "used once" warning is enabled
18482              in any file other than the main file.
18483      Branch: perl
18484            ! gv.c t/pragma/warn/perl
18485 ____________________________________________________________________________
18486 [  9400] By: nick                                  on 2001/03/28  14:38:24
18487         Log: More EBCDIC tweaks:
18488              - one more swash issue &~(0xA0-1) did not do the right thing,
18489              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
18490              - add "use re 'asciirange'" to make [!-~] etc. work
18491              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
18492              - Choose a key for t/op/each.t test which gets encoded.
18493              - Skip utf8decode if this is UTF-EBCDIC.
18494      Branch: perlio
18495            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18496            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
18497 ____________________________________________________________________________
18498 [  9399] By: jhi                                   on 2001/03/28  14:21:00
18499         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
18500              Andreas Schwab.
18501      Branch: perl
18502            ! pp.c
18503 ____________________________________________________________________________
18504 [  9398] By: jhi                                   on 2001/03/28  00:55:56
18505         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
18506              From: David Dyck <dcd@tc.fluke.com>
18507              Date: Tue, 27 Mar 2001 15:16:24 -0800
18508              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
18509      Branch: perl
18510            ! ext/IO/lib/IO/Socket.pm
18511 ____________________________________________________________________________
18512 [  9397] By: jhi                                   on 2001/03/27  21:52:49
18513         Log: Integrate perlio.
18514      Branch: perl
18515           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18516           +> ext/PerlIO/Via/Via.xs
18517           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18518 ____________________________________________________________________________
18519 [  9396] By: nick                                  on 2001/03/27  21:45:13
18520         Log: Integrate mainline.
18521      Branch: perlio
18522           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
18523           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
18524 ____________________________________________________________________________
18525 [  9395] By: nick                                  on 2001/03/27  21:18:58
18526         Log: Outline docs for PerlIO and PerlIO::Scalar
18527      Branch: perlio
18528            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18529 ____________________________________________________________________________
18530 [  9394] By: nick                                  on 2001/03/27  20:50:13
18531         Log: PerlIO::Via layer (alpha-ish).
18532      Branch: perlio
18533            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18534            + ext/PerlIO/Via/Via.xs
18535            ! MANIFEST
18536 ____________________________________________________________________________
18537 [  9393] By: jhi                                   on 2001/03/27  20:49:55
18538         Log: Retract #9329 now that 9390 should take care of the matter.
18539      Branch: perl
18540            ! utils/h2xs.PL
18541 ____________________________________________________________________________
18542 [  9390] By: jhi                                   on 2001/03/27  20:47:50
18543         Log: Subject: Autoloading Errno.pm when %! is encountered
18544              From: Robin Houston <robin@kitsite.com>
18545              Date: Tue, 27 Mar 2001 20:57:11 +0100
18546              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
18547      Branch: perl
18548            ! embed.h embed.pl gv.c proto.h t/op/magic.t
18549 ____________________________________________________________________________
18550 [  9389] By: jhi                                   on 2001/03/27  20:24:31
18551         Log: Integrate perlio.
18552      Branch: perl
18553           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18554           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
18555           !> utf8.c
18556 ____________________________________________________________________________
18557 [  9388] By: jhi                                   on 2001/03/27  20:21:38
18558         Log: Better have a three-element array if one is going to assign
18559              to the third element of that array. (from Tim Jenness)
18560      Branch: perl
18561            ! ext/XS/Typemap/Typemap.xs
18562 ____________________________________________________________________________
18563 [  9387] By: nick                                  on 2001/03/27  20:15:43
18564         Log: Integrate mainline.
18565      Branch: perlio
18566           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18567           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18568           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18569           +> t/lib/xs-typemap.t
18570           !> (integrate 34 files)
18571 ____________________________________________________________________________
18572 [  9386] By: jhi                                   on 2001/03/27  20:04:18
18573         Log: Subject: Re: perl@9359 breaks HTML::Parser
18574              From: Gisle Aas <gisle@ActiveState.com>
18575              Date: 27 Mar 2001 11:30:24 -0800
18576              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
18577              
18578              Clarify the UTF-8 issues of the API docs.
18579              (Slightly reworded and expanded.)
18580      Branch: perl
18581            ! pod/perlapi.pod sv.c sv.h
18582 ____________________________________________________________________________
18583 [  9385] By: jhi                                   on 2001/03/27  19:44:25
18584         Log: If directory entries compare equal case-insensitively,
18585              retry case-sensitively.
18586      Branch: perl
18587            ! ext/File/Glob/bsd_glob.c
18588 ____________________________________________________________________________
18589 [  9384] By: nick                                  on 2001/03/27  19:38:50
18590         Log: Various EBCDIC fixes:
18591              - major revelation that swash code is encoding aware,
18592              (or thought it was) - now it is ;-)
18593              - With that out of the way fix a slab of tr/// cases.
18594              - Fix Encode 'Unicode' to be true Unicode so tests pass.
18595              - As anticipated Base64.xs needed tweaks.
18596              - Until tr/// works right avoid old_encode64 in MIME tests.
18597      Branch: perlio
18598            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18599            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
18600 ____________________________________________________________________________
18601 [  9383] By: jhi                                   on 2001/03/27  18:34:41
18602         Log: Add the std test suite BEGIN block.
18603      Branch: perl
18604            ! t/lib/xs-typemap.t
18605 ____________________________________________________________________________
18606 [  9382] By: jhi                                   on 2001/03/27  15:16:07
18607         Log: Add debugging output to the test.
18608      Branch: perl
18609            ! t/lib/glob-basic.t
18610 ____________________________________________________________________________
18611 [  9381] By: jhi                                   on 2001/03/27  15:08:10
18612         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
18613      Branch: perl
18614            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18615            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18616            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18617            + t/lib/xs-typemap.t
18618            ! MANIFEST
18619 ____________________________________________________________________________
18620 [  9380] By: jhi                                   on 2001/03/27  14:48:34
18621         Log: Subject: [PATCH] Typemap testing
18622              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
18623              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
18624              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
18625              
18626              (The first part of the patch.)
18627      Branch: perl
18628            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
18629 ____________________________________________________________________________
18630 [  9379] By: jhi                                   on 2001/03/27  14:44:56
18631         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
18632              From: Benjamin Sugars <bsugars@canoe.ca> 
18633              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
18634              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
18635      Branch: perl
18636            ! t/lib/glob-basic.t
18637 ____________________________________________________________________________
18638 [  9378] By: jhi                                   on 2001/03/27  14:42:30
18639         Log: Subject: [PATCH] perlvar nit
18640              From: Simon Cozens <simon@netthink.co.uk>
18641              Date: Tue, 27 Mar 2001 01:12:01 +0100
18642              Message-ID: <20010327011201.A19179@netthink.co.uk>
18643      Branch: perl
18644            ! pod/perlvar.pod
18645 ____________________________________________________________________________
18646 [  9377] By: jhi                                   on 2001/03/27  14:36:26
18647         Log: Subject: [PATCH] B::Terse and warnings
18648              From: Benjamin Sugars <ben.sugars@home.com>
18649              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
18650              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
18651      Branch: perl
18652            ! ext/B/B.pm ext/B/B/Terse.pm
18653 ____________________________________________________________________________
18654 [  9376] By: jhi                                   on 2001/03/27  14:31:31
18655         Log: Document sockatmark() some.
18656      Branch: perl
18657            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
18658            ! pod/perltoc.pod
18659 ____________________________________________________________________________
18660 [  9375] By: jhi                                   on 2001/03/27  14:00:24
18661         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
18662              noted by Gisle and fixed by NI-S.
18663      Branch: perl
18664            ! sv.c
18665 ____________________________________________________________________________
18666 [  9374] By: jhi                                   on 2001/03/27  05:50:01
18667         Log: Regen toc.
18668      Branch: perl
18669            ! pod/perltoc.pod
18670 ____________________________________________________________________________
18671 [  9373] By: jhi                                   on 2001/03/27  05:43:51
18672         Log: Pixie documenting.
18673      Branch: perl
18674            ! Makefile.SH pod/perlhack.pod
18675 ____________________________________________________________________________
18676 [  9372] By: jhi                                   on 2001/03/27  05:29:34
18677         Log: Metaconfig unit changes for #9371.
18678      Branch: metaconfig
18679            ! U/modified/myhostname.U
18680      Branch: metaconfig/U/perl
18681            + d_sockatmark.U
18682            ! gccvers.U
18683 ____________________________________________________________________________
18684 [  9371] By: jhi                                   on 2001/03/27  05:29:07
18685         Log: Add sockatmark() probing.
18686      Branch: perl
18687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18688            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18689            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18690            ! vos/config.ga.h win32/config.bc win32/config.gc
18691            ! win32/config.vc
18692 ____________________________________________________________________________
18693 [  9370] By: jhi                                   on 2001/03/26  22:01:18
18694         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
18695              Really need to benchmark this.
18696      Branch: perl
18697            ! pp.c
18698 ____________________________________________________________________________
18699 [  9369] By: nick                                  on 2001/03/26  21:59:30
18700         Log: Integrate mainline.
18701      Branch: perlio
18702            ! ext/MIME/Base64/QuotedPrint.pm
18703           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18704           !> patchlevel.h pod/perlhack.pod pp_sys.c
18705 ____________________________________________________________________________
18706 [  9368] By: jhi                                   on 2001/03/26  21:47:03
18707         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
18708              
18709              TODO1: perlbench.
18710              TODO2: le, lt, ge, gt?  Yech.
18711      Branch: perl
18712            ! pp.c
18713 ____________________________________________________________________________
18714 [  9367] By: jhi                                   on 2001/03/26  21:34:57
18715         Log: Too much cut-and-paste in #9363.
18716      Branch: perl
18717            ! pp_sys.c
18718 ____________________________________________________________________________
18719 [  9366] By: jhi                                   on 2001/03/26  21:20:53
18720         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
18721              From: Andreas Schwab <schwab@suse.de>
18722              Date: 26 Mar 2001 17:29:04 +0200
18723              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
18724              
18725              (The patch for 5.6.0 or so, this is a guess for bleadperl)
18726      Branch: perl
18727            ! pp_hot.c
18728 ____________________________________________________________________________
18729 [  9365] By: jhi                                   on 2001/03/26  21:07:54
18730         Log: Integrate perlio.
18731      Branch: perl
18732           !> perlio.c
18733 ____________________________________________________________________________
18734 [  9364] By: nick                                  on 2001/03/26  20:30:48
18735         Log: REFCNT botch in layer name cache hash.
18736      Branch: perlio
18737            ! perlio.c
18738 ____________________________________________________________________________
18739 [  9363] By: jhi                                   on 2001/03/26  18:44:32
18740         Log: Subject: [PATCH] socket() leaks file descriptors
18741              From: Benjamin Sugars <bsugars@canoe.ca>
18742              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
18743              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
18744              
18745              Also sockpair() fixed similarly.
18746      Branch: perl
18747            ! pp_sys.c
18748 ____________________________________________________________________________
18749 [  9362] By: jhi                                   on 2001/03/26  18:37:52
18750         Log: Integrate perlio.
18751      Branch: perl
18752           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
18753 ____________________________________________________________________________
18754 [  9361] By: nick                                  on 2001/03/26  17:32:06
18755         Log: Implement flush of linebuffered streams on read of a tty.
18756      Branch: perlio
18757            ! perlio.c perliol.h
18758 ____________________________________________________________________________
18759 [  9360] By: nick                                  on 2001/03/26  17:12:32
18760         Log: Memory tweaks and notes for OEMVS.
18761      Branch: perlio
18762            ! README.os390 miniperlmain.c t/op/pat.t
18763 ____________________________________________________________________________
18764 [  9359] By: jhi                                   on 2001/03/26  02:12:54
18765         Log: Update Changes.
18766      Branch: perl
18767            ! Changes patchlevel.h
18768 ____________________________________________________________________________
18769 [  9358] By: jhi                                   on 2001/03/26  02:05:32
18770         Log: Document the most common pixie options.
18771      Branch: perl
18772            ! pod/perlhack.pod
18773 ____________________________________________________________________________
18774 [  9357] By: jhi                                   on 2001/03/26  01:25:28
18775         Log: For perl.pixie check *before* compiling that optimize is -g,
18776              as for perl.third.
18777      Branch: perl
18778            ! Makefile.SH
18779 ____________________________________________________________________________
18780 [  9356] By: jhi                                   on 2001/03/26  01:13:41
18781         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
18782      Branch: perl
18783            ! Makefile.SH
18784 ____________________________________________________________________________
18785 [  9355] By: jhi                                   on 2001/03/26  01:11:19
18786         Log: Remove t/perl.third.
18787      Branch: perl
18788            ! Makefile.SH
18789 ____________________________________________________________________________
18790 [  9354] By: jhi                                   on 2001/03/26  00:23:38
18791         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
18792              IO::Sockatmark().
18793      Branch: perl
18794            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18795 ____________________________________________________________________________
18796 [  9353] By: jhi                                   on 2001/03/25  22:25:04
18797         Log: Integrate perlio.
18798      Branch: perl
18799           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18800           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
18801           !> pp_hot.c win32/makefile.mk
18802 ____________________________________________________________________________
18803 [  9352] By: jhi                                   on 2001/03/25  22:21:41
18804         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
18805              From: Radu Greab <radu@netsoft.ro>
18806              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
18807              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
18808      Branch: perl
18809            ! pp_sys.c
18810 ____________________________________________________________________________
18811 [  9351] By: nick                                  on 2001/03/25  22:15:02
18812         Log: Fix readline in list mode to tell rest of world that it has
18813              things on the stack. Otherwise if perl code gets invoked
18814              underneath it it scribbles over results-so-far.
18815              (Why TIEHANDLE has not tripped on this is a mystery.)
18816      Branch: perlio
18817            ! pp_hot.c
18818 ____________________________________________________________________________
18819 [  9350] By: nick                                  on 2001/03/25  22:10:13
18820         Log: win32/makefile.mk typos
18821      Branch: perlio
18822            ! win32/makefile.mk
18823 ____________________________________________________________________________
18824 [  9349] By: nick                                  on 2001/03/25  21:31:14
18825         Log: Integrate now-non-binary file.
18826      Branch: perlio
18827           !> t/lib/mimeqp.t
18828 ____________________________________________________________________________
18829 [  9348] By: nick                                  on 2001/03/25  21:27:24
18830         Log: Make it text
18831      Branch: perlio
18832            ! t/lib/mimeqp.t
18833 ____________________________________________________________________________
18834 [  9347] By: nick                                  on 2001/03/25  21:25:37
18835         Log: Integrate mainline.
18836      Branch: perlio
18837           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18838           !> lib/Term/ReadLine.pm t/lib/md5-file.t
18839 ____________________________________________________________________________
18840 [  9346] By: nick                                  on 2001/03/25  20:58:15
18841         Log: Add destruct time hook to PerlIO (for work-in-process implementing
18842              layers in perl code. In such cases layers need to be popped before
18843              we loose the ability to run perl code.)
18844              Also back-out "PerlIO::object" hook - it isn't going to work like that...
18845      Branch: perlio
18846            ! perl.c perlio.c perlio.h perliol.h
18847 ____________________________________________________________________________
18848 [  9345] By: nick                                  on 2001/03/25  20:49:11
18849         Log: Avoid at leasy one of undefined warnings in Encode.
18850      Branch: perlio
18851            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18852 ____________________________________________________________________________
18853 [  9344] By: jhi                                   on 2001/03/25  20:37:43
18854         Log: A workaround for using Term::ReadLine in emacs minibuffer
18855              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
18856              additional tweaks from Ilya Zakharevich.
18857      Branch: perl
18858            ! lib/Term/ReadLine.pm
18859 ____________________________________________________________________________
18860 [  9343] By: nick                                  on 2001/03/25  20:21:14
18861         Log: Missing return value.
18862      Branch: perlio
18863            ! ext/PerlIO/Scalar/Scalar.xs
18864 ____________________________________________________________________________
18865 [  9342] By: jhi                                   on 2001/03/25  16:21:00
18866         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
18867              to equal the CPAN versions since no code changes have been made.
18868      Branch: perl
18869            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18870            ! t/lib/md5-file.t
18871 ____________________________________________________________________________
18872 [  9341] By: jhi                                   on 2001/03/25  16:01:48
18873         Log: Escape 8-bit characters.
18874      Branch: perl
18875            ! t/lib/mimeqp.t
18876 ____________________________________________________________________________
18877 [  9340] By: gsar                                  on 2001/03/25  15:50:53
18878         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
18879              chars)
18880      Branch: perl
18881            + t/lib/mimeqp.t
18882 ____________________________________________________________________________
18883 [  9339] By: gsar                                  on 2001/03/25  15:48:50
18884         Log: delete mimeqp.t for later with text mode set
18885      Branch: perl
18886            - t/lib/mimeqp.t
18887 ____________________________________________________________________________
18888 [  9338] By: nick                                  on 2001/03/25  09:01:57
18889         Log: Integrate mainline.
18890      Branch: perlio
18891           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18892           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18893           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18894           +> t/lib/mimeb64u.t t/lib/mimeqp.t
18895           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
18896           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
18897           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
18898 ____________________________________________________________________________
18899 [  9337] By: jhi                                   on 2001/03/25  04:23:24
18900         Log: Add MIME::Base64 here and there.  Again, a lot of
18901              optimism is in the air.
18902      Branch: perl
18903            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18904            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
18905 ____________________________________________________________________________
18906 [  9336] By: jhi                                   on 2001/03/25  04:12:43
18907         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
18908              this by ear as I do not do Win32 programming.)
18909      Branch: perl
18910            ! win32/Makefile win32/makefile.mk
18911 ____________________________________________________________________________
18912 [  9335] By: jhi                                   on 2001/03/25  04:03:50
18913         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
18914      Branch: perl
18915            ! t/lib/md5-file.t
18916 ____________________________________________________________________________
18917 [  9334] By: jhi                                   on 2001/03/25  03:58:53
18918         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
18919      Branch: perl
18920            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18921            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18922            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18923            + t/lib/mimeb64u.t t/lib/mimeqp.t
18924            ! MANIFEST
18925 ____________________________________________________________________________
18926 [  9333] By: jhi                                   on 2001/03/24  20:14:37
18927         Log: Integrate perlio.
18928      Branch: perl
18929           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
18930 ____________________________________________________________________________
18931 [  9332] By: nick                                  on 2001/03/24  19:40:34
18932         Log: Fix un-init variable leading to spurious "Out of Memory!"
18933      Branch: perlio
18934            ! doio.c
18935 ____________________________________________________________________________
18936 [  9331] By: nick                                  on 2001/03/24  19:09:59
18937         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
18938              and update layers internals doc.
18939      Branch: perlio
18940            ! pod/perlfunc.pod pod/perliol.pod
18941 ____________________________________________________________________________
18942 [  9330] By: jhi                                   on 2001/03/24  18:42:11
18943         Log: The length might be uninitialized garbage if the *svp is the undef.
18944      Branch: perl
18945            ! doio.c
18946 ____________________________________________________________________________
18947 [  9329] By: jhi                                   on 2001/03/24  18:26:57
18948         Log: (Retracted by #9393)
18949
18950              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
18951              From: Simon Cozens <simon@netthink.co.uk>
18952              Date: Sat, 24 Mar 2001 17:13:17 +0000
18953              Message-ID: <20010324171317.A13406@netthink.co.uk>
18954      Branch: perl
18955            ! utils/h2xs.PL
18956 ____________________________________________________________________________
18957 [  9328] By: nick                                  on 2001/03/24  17:22:02
18958         Log: Integrate mainline.
18959      Branch: perlio
18960           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
18961           !> lib/unicode/version
18962 ____________________________________________________________________________
18963 [  9327] By: nick                                  on 2001/03/24  17:16:02
18964         Log: Integrate mainline.
18965      Branch: perlio
18966           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18967           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18968           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18969           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18970           +> t/lib/md5-file.t
18971           !> MANIFEST Makefile.SH configure.com djgpp/config.over
18972           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
18973           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
18974           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
18975           !> win32/makefile.mk
18976 ____________________________________________________________________________
18977 [  9326] By: jhi                                   on 2001/03/24  17:00:42
18978         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
18979      Branch: perl
18980            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
18981            ! lib/unicode/version
18982 ____________________________________________________________________________
18983 [  9325] By: jhi                                   on 2001/03/24  16:22:33
18984         Log: Subject: Re: B::Deparse bug (5.6.0)
18985              From: Robin Houston <robin@kitsite.com>
18986              Date: Sat, 24 Mar 2001 14:33:09 +0000
18987              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
18988      Branch: perl
18989            ! op.c pp.c t/lib/b.t t/op/repeat.t
18990 ____________________________________________________________________________
18991 [  9324] By: jhi                                   on 2001/03/24  16:21:56
18992         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
18993              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
18994              these additions may be too optimistic.
18995      Branch: perl
18996            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18997            ! hints/uwin.sh hints/vmesa.sh
18998 ____________________________________________________________________________
18999 [  9323] By: jhi                                   on 2001/03/24  16:06:01
19000         Log: Integrate perlio.
19001      Branch: perl
19002           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19003           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19004            ! Makefile.SH
19005           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
19006           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
19007           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
19008           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19009           !> win32/makefile.mk win32/perlhost.h win32/win32.c
19010           !> win32/win32iop.h
19011 ____________________________________________________________________________
19012 [  9322] By: nick                                  on 2001/03/24  14:39:12
19013         Log: Routine Win32 regen_config_h - no real changes.
19014      Branch: perlio
19015            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19016 ____________________________________________________________________________
19017 [  9321] By: nick                                  on 2001/03/24  14:31:49
19018         Log: PerlIO fixups for Win32:
19019              - provide win33_popenlist() - non-functional as yet.
19020              - avoid need for aTHX in PerlIO_debug calls - even if not 
19021              enabled args are still evaluated so Win32 has trouble during fork().
19022              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
19023              - Fixup makedef.pl for latest set of symbols.
19024      Branch: perlio
19025            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
19026            ! win32/perlhost.h win32/win32.c win32/win32iop.h
19027 ____________________________________________________________________________
19028 [  9320] By: nick                                  on 2001/03/24  14:26:58
19029         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
19030              was gibberish - broke it on WIn32 at least.
19031      Branch: perlio
19032            ! ext/POSIX/POSIX.xs
19033 ____________________________________________________________________________
19034 [  9319] By: nick                                  on 2001/03/24  11:29:41
19035         Log: Generated files.
19036      Branch: perlio
19037            ! embed.h global.sym objXSUB.h perlapi.c proto.h
19038 ____________________________________________________________________________
19039 [  9318] By: nick                                  on 2001/03/24  10:29:37
19040         Log: Implement:
19041              1.  open($fh,"+<",undef);  # add test to t/io/open.t
19042              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
19043      Branch: perlio
19044            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19045            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19046            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
19047            ! t/io/open.t t/io/utf8.t
19048 ____________________________________________________________________________
19049 [  9317] By: jhi                                   on 2001/03/23  23:41:25
19050         Log: AIX does seems to have optimization problems with its C compilers.
19051      Branch: perl
19052            ! hints/aix.sh
19053 ____________________________________________________________________________
19054 [  9316] By: jhi                                   on 2001/03/23  23:40:46
19055         Log: Integrate perlio.
19056      Branch: perl
19057           +> lib/PerlIO.pm
19058           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
19059           !> perliol.h
19060 ____________________________________________________________________________
19061 [  9315] By: jhi                                   on 2001/03/23  22:16:30
19062         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
19063      Branch: perl
19064            ! t/lib/md5-file.t
19065 ____________________________________________________________________________
19066 [  9314] By: nick                                  on 2001/03/23  20:49:02
19067         Log: Perlio internals re-organized.
19068              - open process creates AV of layer/arg pairs
19069              (appends layers from open() or open.pm to default list).
19070              - push arg is now an SV.
19071              - layer ->Open get passed the AV
19072              - open is no longer mandatory method.
19073              - topmost layer that has ->Open method does the open
19074              - any layers above are pushed once that returns.
19075              - vtable re-ordered so dummy layers need only provide push/pop methods.
19076      Branch: perlio
19077            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19078 ____________________________________________________________________________
19079 [  9313] By: nick                                  on 2001/03/23  16:27:41
19080         Log: Check in a stable (working) version before next round of tweaks.
19081              Changes include:
19082              - Move default layers code out of doio.c and into perlio.c
19083              - Single routine for parsing layer specification strings.
19084              - Skeleton support for demand loading of layers
19085              - Core-dump avoidance if PERLIO environment specifies loadable layer
19086              (does not _work_ as need IO to load and need load to do IO ...)
19087      Branch: perlio
19088            + lib/PerlIO.pm
19089            ! MANIFEST doio.c perlio.c
19090 ____________________________________________________________________________
19091 [  9312] By: gsar                                  on 2001/03/23  16:25:25
19092         Log: add execute bit to files with shebang lines in the repository;
19093              avoid clobbering execute bit in Porting/makerel 
19094      Branch: maint-5.6/perl
19095            ! (edit 144 files)
19096 ____________________________________________________________________________
19097 [  9311] By: jhi                                   on 2001/03/23  14:25:35
19098         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
19099      Branch: perl
19100            ! MANIFEST
19101 ____________________________________________________________________________
19102 [  9310] By: jhi                                   on 2001/03/23  13:45:04
19103         Log: Subject: [PATCH] Net::Ping
19104              From: Colin McMillen <mcmi0037@tc.umn.edu>
19105              Date: Thu, 22 Mar 2001 19:30:31 -0600
19106              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
19107      Branch: perl
19108            ! lib/Net/Ping.pm
19109 ____________________________________________________________________________
19110 [  9309] By: jhi                                   on 2001/03/23  13:39:13
19111         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
19112      Branch: perl
19113            ! t/lib/md5-aaa.t t/lib/md5-file.t
19114 ____________________________________________________________________________
19115 [  9308] By: jhi                                   on 2001/03/23  13:20:34
19116         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
19117              - bump the version to 2.14
19118              - drop the base64 tests since they require MIME::Base64
19119              - drop the rfc1321.txt
19120              - drop the hints/dec_osf.pl since it's only needed for
19121              pre-5.005_03 Perls
19122              Todo:
19123              - the U32 alignment testing is now removed; it needs to
19124              be reintroduced as as a Config variable (meaning also
19125              as a Configure test)
19126              - get the new EBCDIC md5sum for MD5.pm
19127              - test in Win32 to see how badly I botched the makefiles
19128      Branch: perl
19129            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19130            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19131            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19132            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19133            + t/lib/md5-file.t
19134            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19135            ! win32/Makefile win32/makefile.mk
19136 ____________________________________________________________________________
19137 [  9307] By: jhi                                   on 2001/03/23  12:56:14
19138         Log: Integrate change #9306 from maintperl into mainline,
19139              AIX dynaloader for AIXes without <load.h>.
19140      Branch: perl
19141           !> ext/DynaLoader/hints/aix.pl
19142 ____________________________________________________________________________
19143 [  9306] By: jhi                                   on 2001/03/23  12:51:36
19144         Log: There are AIXes without /usr/include/load.h,
19145              patch from H.Merijn Brand.
19146      Branch: maint-5.6/perl
19147            ! ext/DynaLoader/hints/aix.pl
19148 ____________________________________________________________________________
19149 [  9305] By: nick                                  on 2001/03/23  11:00:42
19150         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
19151      Branch: perlio
19152            ! ext/Encode/Encode.xs perlio.c perlio.h
19153 ____________________________________________________________________________
19154 [  9304] By: nick                                  on 2001/03/23  10:20:46
19155         Log: Render -Duseperlio functional again.
19156              - this is "quick fix" which calls PerlIO_apply_layers after opening,
19157              which is what old scheme did. New scheme needs to change that
19158              to make open(...,\$scalar) etc. work but this will do for now.
19159      Branch: perlio
19160            ! perlio.c
19161 ____________________________________________________________________________
19162 [  9303] By: nick                                  on 2001/03/23  09:53:20
19163         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
19164              -Uuseperlio now works again.
19165              -Duseperlio is still poorly. Don't merge yet...
19166      Branch: perlio
19167            ! doio.c perlio.h
19168 ____________________________________________________________________________
19169 [  9302] By: nick                                  on 2001/03/22  22:26:51
19170         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
19171              type code.
19172              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
19173              is its main caller. In particular now has access to "extra" args, and
19174              can tell when an open handle is "reopened" (or duped?).
19175              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
19176              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
19177              PerlIO_open() et. al. (i.e. other way round).
19178              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
19179              with args close to PerlIO_openn().
19180      Branch: perlio
19181            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19182 ____________________________________________________________________________
19183 [  9301] By: jhi                                   on 2001/03/22  20:58:04
19184         Log: Integrate perlio.
19185      Branch: perl
19186           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
19187           !> t/io/open.t util.c
19188 ____________________________________________________________________________
19189 [  9300] By: nick                                  on 2001/03/22  17:36:32
19190         Log: Don't include $@ in not ok message.
19191      Branch: perlio
19192            ! t/io/open.t
19193 ____________________________________________________________________________
19194 [  9299] By: gsar                                  on 2001/03/22  16:53:45
19195         Log: back out changes#7532,7521 for now (appears to have problems
19196              on IRIX)
19197      Branch: maint-5.6/perl
19198            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19199            ! ext/POSIX/typemap pod/perlvar.pod
19200 ____________________________________________________________________________
19201 [  9298] By: nick                                  on 2001/03/22  14:35:46
19202         Log: Give a meaning to '&' in n-arg open case:
19203              open($fh,"<&",$scalar);
19204              $scalar can be:
19205              - an integer which does "fdopen"
19206              open($fh,"<&",2); # like open($fh,"<&2")
19207              - something that will yield a file handle via sv_2io()
19208              useful for dup'ing anonymous handles.
19209              e.g.:
19210              open(my $fh,"<&",\*STDIN);
19211              open(my $dup,"<&",$fh);
19212      Branch: perlio
19213            ! doio.c t/io/open.t
19214 ____________________________________________________________________________
19215 [  9297] By: nick                                  on 2001/03/22  13:34:35
19216         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
19217      Branch: perlio
19218            ! util.c
19219 ____________________________________________________________________________
19220 [  9296] By: nick                                  on 2001/03/22  12:51:20
19221         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
19222      Branch: perlio
19223            ! perl.c
19224 ____________________________________________________________________________
19225 [  9295] By: nick                                  on 2001/03/22  11:59:44
19226         Log: If stdin, stdout or stderr get opened in unexpected read/write state
19227              then warn at time of open not at time of use.
19228      Branch: perlio
19229            ! doio.c pp_hot.c pp_sys.c
19230 ____________________________________________________________________________
19231 [  9294] By: nick                                  on 2001/03/22  10:54:35
19232         Log: Die on n-arg open(...,"",xxx,yyy,...)
19233              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
19234              - die on read/write cases so we can decide what it means later.
19235      Branch: perlio
19236            ! doio.c embed.pl iperlsys.h util.c
19237 ____________________________________________________________________________
19238 [  9293] By: nick                                  on 2001/03/22  09:02:45
19239         Log: perlio tweaks (reported by Nick Clark)
19240              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
19241              error check in Pendinf_read().
19242      Branch: perlio
19243            ! perlio.c
19244 ____________________________________________________________________________
19245 [  9292] By: gsar                                  on 2001/03/22  07:12:00
19246         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
19247              fixes)
19248      Branch: maint-5.6/perl
19249           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
19250 ____________________________________________________________________________
19251 [  9291] By: jhi                                   on 2001/03/22  06:06:44
19252         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
19253      Branch: perl
19254            ! t/op/re_tests
19255 ____________________________________________________________________________
19256 [  9290] By: jhi                                   on 2001/03/22  05:57:01
19257         Log: Move MacOS Classic higher in the list of supported platforms.
19258      Branch: maint-5.6/perl
19259            ! pod/perlport.pod
19260 ____________________________________________________________________________
19261 [  9289] By: gsar                                  on 2001/03/22  05:35:04
19262         Log: revert part of change#6438 for compatibility (av_reify()
19263              appears to be needed to implement av_splice()ish things
19264              in XS)
19265      Branch: maint-5.6/perl
19266            ! embed.pl global.sym objXSUB.h perlapi.c
19267 ____________________________________________________________________________
19268 [  9288] By: gsar                                  on 2001/03/22  03:09:19
19269         Log: update copyright year
19270      Branch: maint-5.6/perl
19271            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
19272            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
19273            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
19274            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
19275            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
19276            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
19277            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19278            ! x2p/walk.c
19279 ____________________________________________________________________________
19280 [  9287] By: jhi                                   on 2001/03/21  20:30:54
19281         Log: Integrate perlio.
19282      Branch: perl
19283           !> ext/Data/Dumper/Dumper.xs
19284 ____________________________________________________________________________
19285 [  9286] By: gsar                                  on 2001/03/21  19:49:54
19286         Log: makefile.mk tweak
19287      Branch: maint-5.6/perl
19288            ! win32/Makefile win32/makefile.mk
19289 ____________________________________________________________________________
19290 [  9285] By: nick                                  on 2001/03/21  19:07:13
19291         Log: Multiplicity fix for Dumper.
19292      Branch: perlio
19293            ! ext/Data/Dumper/Dumper.xs
19294 ____________________________________________________________________________
19295 [  9284] By: nick                                  on 2001/03/21  19:01:07
19296         Log: Integrate mainline - (does not build xTHX issue in Dumper).
19297      Branch: perlio
19298           !> (integrate 27 files)
19299 ____________________________________________________________________________
19300 [  9283] By: jhi                                   on 2001/03/21  17:17:35
19301         Log: Integrate change #9282 from mainline into maintperl,
19302              4-arg UTF-8 substr().
19303      Branch: maint-5.6/perl
19304           !> pp.c
19305 ____________________________________________________________________________
19306 [  9282] By: jhi                                   on 2001/03/21  17:15:43
19307         Log: The #9270 would have leaked a scalar if pp_substr()
19308              returned early.
19309      Branch: perl
19310            ! pp.c
19311 ____________________________________________________________________________
19312 [  9281] By: gsar                                  on 2001/03/21  17:03:14
19313         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
19314      Branch: maint-5.6/perl
19315            ! win32/makefile.mk
19316 ____________________________________________________________________________
19317 [  9280] By: gsar                                  on 2001/03/21  17:01:20
19318         Log: some tweaks to change#9278 (fork() emulation should be enabled
19319              by setting BUILD_FLAVOR instead of changing the defaults)
19320      Branch: maint-5.6/perl
19321            ! win32/makefile.mk
19322 ____________________________________________________________________________
19323 [  9279] By: gsar                                  on 2001/03/21  16:47:19
19324         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
19325      Branch: maint-5.6/perl
19326            ! ext/File/Glob/Glob.pm
19327           !> lib/Cwd.pm
19328 ____________________________________________________________________________
19329 [  9278] By: jhi                                   on 2001/03/21  14:35:10
19330         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
19331              From: "Vadim Konovalov" <watman@inbox.ru>
19332              Date: Wed, 21 Mar 2001 01:53:51 +0300
19333              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
19334      Branch: maint-5.6/perl
19335            ! win32/makefile.mk win32/win32sck.c
19336 ____________________________________________________________________________
19337 [  9277] By: jhi                                   on 2001/03/21  13:58:28
19338         Log: Integrate change #9270 from mainline to maintperl:
19339              continued 4-arg UTF-8 substr() fixing.
19340      Branch: maint-5.6/perl
19341           !> pp.c t/op/substr.t
19342 ____________________________________________________________________________
19343 [  9276] By: jhi                                   on 2001/03/21  13:33:00
19344         Log: More pixie cleaning.
19345      Branch: perl
19346            ! Makefile.SH
19347 ____________________________________________________________________________
19348 [  9275] By: jhi                                   on 2001/03/21  03:54:17
19349         Log: Update Changes.
19350      Branch: perl
19351            ! Changes patchlevel.h
19352 ____________________________________________________________________________
19353 [  9274] By: jhi                                   on 2001/03/21  03:48:24
19354         Log: First stab at making Data::Dumper to grok Unicode.
19355              
19356              TODO: tests, EBCDICify.
19357      Branch: perl
19358            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
19359 ____________________________________________________________________________
19360 [  9273] By: jhi                                   on 2001/03/21  02:23:00
19361         Log: Fix for
19362              
19363              Subject: Memory leak in unquoted print   
19364              From: Benjamin Sugars <bsugars@canoe.ca> 
19365              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
19366              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
19367      Branch: perl
19368            ! perlio.c
19369 ____________________________________________________________________________
19370 [  9272] By: jhi                                   on 2001/03/21  01:33:17
19371         Log: Subject: Re: [PATCH] POSIX::getcwd()
19372              From: Benjamin Sugars <bsugars@canoe.ca> 
19373              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
19374              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
19375      Branch: perl
19376            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19377 ____________________________________________________________________________
19378 [  9271] By: jhi                                   on 2001/03/21  01:22:52
19379         Log: Subject: [PATCH] Cwd.pm docs
19380              From: Benjamin Sugars <bsugars@canoe.ca>
19381              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
19382              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
19383      Branch: perl
19384            ! lib/Cwd.pm
19385 ____________________________________________________________________________
19386 [  9270] By: jhi                                   on 2001/03/21  01:16:29
19387         Log: Continue 4-arg substr() UTF-8 fixage.
19388      Branch: perl
19389            ! pp.c t/op/substr.t
19390 ____________________________________________________________________________
19391 [  9269] By: jhi                                   on 2001/03/21  00:46:14
19392         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
19393              
19394              revert the leak fix in change#9142 (problem needs a more experimental
19395              fix unsuitable for 5.6.1)
19396              
19397              do alphabetical sorting by default (for csh compatibility)
19398              
19399              cut-n-paste goof in change#9264
19400              
19401              VMS piping fixes (from Charles Lane)
19402      Branch: perl
19403           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
19404           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19405           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
19406 ____________________________________________________________________________
19407 [  9268] By: jhi                                   on 2001/03/21  00:37:04
19408         Log: Integrate perlio.
19409      Branch: perl
19410           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19411           !> utf8.c utf8.h utfebcdic.h
19412 ____________________________________________________________________________
19413 [  9267] By: nick                                  on 2001/03/20  20:04:39
19414         Log: More EBCDIC stuff:
19415              - Loose the extra level of function on ASCII.
19416              - spotted a chr(0) issue in sv.c
19417              - re-work of UTF-X tr/// ranges to work in Unicode
19418              space. Still issues with the "0xff is illegal UTF-8" hack.
19419              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
19420              (why do it once when you can do it all over the place :-(
19421              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
19422              need utf8.pm for swashes.
19423              - Simplified and commented scan_const() in toke.c
19424              Still something wrong regexp and tr (swashes?).
19425      Branch: perlio
19426            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19427            ! utf8.c utf8.h utfebcdic.h
19428 ____________________________________________________________________________
19429 [  9266] By: gsar                                  on 2001/03/20  19:16:43
19430         Log: VMS piping fixes (from Charles Lane)
19431      Branch: maint-5.6/perl
19432            ! vms/vms.c vms/vmspipe.com
19433 ____________________________________________________________________________
19434 [  9265] By: gsar                                  on 2001/03/20  17:53:52
19435         Log: cut-n-paste goof in change#9264
19436      Branch: maint-5.6/perl
19437            ! ext/File/Glob/Glob.xs
19438 ____________________________________________________________________________
19439 [  9264] By: gsar                                  on 2001/03/20  17:43:47
19440         Log: do alphabetical sorting by default (for csh compatibility);
19441              bsd_glob() does ASCII sort by default as usual, unless
19442              GLOB_ALPHASORT was specified
19443      Branch: maint-5.6/perl
19444            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
19445            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19446            ! ext/File/Glob/bsd_glob.h
19447 ____________________________________________________________________________
19448 [  9263] By: gsar                                  on 2001/03/20  16:40:08
19449         Log: integrate change#9255 from mainline (unicode fix)
19450              
19451              substr($bytestr, i, n, $charstr)
19452      Branch: maint-5.6/perl
19453           !> Todo-5.6 pp.c t/op/substr.t
19454 ____________________________________________________________________________
19455 [  9262] By: gsar                                  on 2001/03/20  15:57:41
19456         Log: revert the leak fix in change#9142 (problem needs a more experimental
19457              fix unsuitable for 5.6.1)
19458      Branch: maint-5.6/perl
19459            ! scope.c
19460 ____________________________________________________________________________
19461 [  9261] By: jhi                                   on 2001/03/20  14:26:25
19462         Log: Integrate changes #9259,9260 from maintperl into mainline.
19463              
19464              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19465              
19466              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19467      Branch: perl
19468           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
19469 ____________________________________________________________________________
19470 [  9260] By: jhi                                   on 2001/03/20  14:05:46
19471         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19472              From: Robin Barker <rmb1@cise.npl.co.uk>
19473              Date: Tue, 20 Mar 2001 10:12:04 GMT
19474              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
19475      Branch: maint-5.6/perl
19476            ! run.c
19477 ____________________________________________________________________________
19478 [  9259] By: jhi                                   on 2001/03/20  14:04:39
19479         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19480              From: Chris Nandor <pudge@pobox.com>
19481              Date: Tue, 20 Mar 2001 00:40:56 -0500
19482              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
19483      Branch: maint-5.6/perl
19484            ! ext/POSIX/POSIX.xs lib/File/Path.pm
19485 ____________________________________________________________________________
19486 [  9258] By: jhi                                   on 2001/03/20  05:09:34
19487         Log: Update Changes.
19488      Branch: perl
19489            ! Changes patchlevel.h
19490 ____________________________________________________________________________
19491 [  9257] By: jhi                                   on 2001/03/20  05:04:25
19492         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
19493      Branch: perl
19494            ! t/op/tr.t
19495 ____________________________________________________________________________
19496 [  9256] By: jhi                                   on 2001/03/20  04:43:12
19497         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
19498              From: Peter Prymmer <pvhp@forte.com>
19499              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
19500              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
19501      Branch: maint-5.6/perl
19502            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
19503 ____________________________________________________________________________
19504 [  9255] By: jhi                                   on 2001/03/19  23:17:17
19505         Log: substr($bytestr, i, n, $charstr)
19506
19507              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
19508      Branch: perl
19509            ! Todo-5.6 pp.c t/op/substr.t
19510 ____________________________________________________________________________
19511 [  9254] By: jhi                                   on 2001/03/19  22:25:09
19512         Log: Rearrange the make test target prerequisites so that
19513              in a parallel make 'all' is finished before 'test'.
19514      Branch: perl
19515            ! Makefile.SH
19516 ____________________________________________________________________________
19517 [  9253] By: jhi                                   on 2001/03/19  21:48:07
19518         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
19519              From: Robin Houston <robin@kitsite.com>
19520              Date: Mon, 19 Mar 2001 15:48:41 +0000
19521              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
19522      Branch: perl
19523            ! pp_ctl.c
19524 ____________________________________________________________________________
19525 [  9252] By: jhi                                   on 2001/03/19  21:42:27
19526         Log: Integrate perlio.
19527      Branch: perl
19528           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
19529           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
19530           !> utfebcdic.h vms/perly_c.vms
19531 ____________________________________________________________________________
19532 [  9251] By: jhi                                   on 2001/03/19  21:31:28
19533         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
19534              
19535              Dynaloading in 64-bit AIX with vac.
19536      Branch: perl
19537           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19538           !> hints/aix.sh
19539 ____________________________________________________________________________
19540 [  9250] By: jhi                                   on 2001/03/19  21:18:00
19541         Log: A more robust solution for the 64bitall AIX dynaloading
19542              problem, from Jens-Uwe Mager.
19543      Branch: maint-5.6/perl
19544            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19545 ____________________________________________________________________________
19546 [  9249] By: nick                                  on 2001/03/19  20:59:37
19547         Log: Integrate mainline.
19548      Branch: perlio
19549           !> (integrate 42 files)
19550 ____________________________________________________________________________
19551 [  9248] By: nick                                  on 2001/03/19  20:22:07
19552         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
19553              (Building on OS390 uses native YACC and YYDEBUG has other
19554              side effects.)
19555      Branch: perlio
19556            ! perly.c perly.y vms/perly_c.vms
19557 ____________________________________________________________________________
19558 [  9247] By: jhi                                   on 2001/03/19  19:59:53
19559         Log: 64-bit AIX dynaloading problem (see #9244) idea
19560              from Jens-Uwe Mager.
19561      Branch: maint-5.6/perl
19562            ! ext/DynaLoader/dl_aix.xs
19563 ____________________________________________________________________________
19564 [  9246] By: nick                                  on 2001/03/19  19:27:57
19565         Log: More EBCDIC fixes.
19566      Branch: perlio
19567            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
19568            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
19569 ____________________________________________________________________________
19570 [  9245] By: jhi                                   on 2001/03/19  19:05:19
19571         Log: Integrate change #9243 from mainline into maintperl.
19572              
19573              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19574      Branch: maint-5.6/perl
19575           !> README.vmesa
19576 ____________________________________________________________________________
19577 [  9244] By: jhi                                   on 2001/03/19  19:03:15
19578         Log: Get 64bitall AIX building, but still does not test okay:
19579              dynaloading anything fails, for example for op/defins:
19580              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
19581              (update: fixed by #9247,9250)
19582      Branch: maint-5.6/perl
19583            ! hints/aix.sh
19584 ____________________________________________________________________________
19585 [  9243] By: jhi                                   on 2001/03/19  19:00:16
19586         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19587              From: Robin Barker <rmb1@cise.npl.co.uk>
19588              Date: Mon, 19 Mar 2001 18:01:57 GMT
19589              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
19590      Branch: perl
19591            ! README.vmesa
19592 ____________________________________________________________________________
19593 [  9242] By: jhi                                   on 2001/03/19  18:58:43
19594         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
19595              
19596              TODO: tests.
19597      Branch: perl
19598            ! doop.c op.c
19599 ____________________________________________________________________________
19600 [  9241] By: gsar                                  on 2001/03/19  17:34:46
19601         Log: VMSify tests (from Charles Lane)
19602      Branch: maint-5.6/perl
19603            ! t/lib/filehand.t t/lib/texttabs.t
19604 ____________________________________________________________________________
19605 [  9240] By: jhi                                   on 2001/03/19  14:24:26
19606         Log: Integrate change #9233 from maintperl into mainline.
19607              
19608              some refcounts were incorrect in perl_clone()
19609      Branch: perl
19610           !> sv.c
19611 ____________________________________________________________________________
19612 [  9239] By: gsar                                  on 2001/03/19  09:23:17
19613         Log: this is 5.6.1-trial3
19614      Branch: maint-5.6/perl
19615            ! Changes
19616 ____________________________________________________________________________
19617 [  9238] By: gsar                                  on 2001/03/19  08:47:04
19618         Log: some new symbols are only available under ithreads
19619      Branch: maint-5.6/perl
19620            ! makedef.pl
19621 ____________________________________________________________________________
19622 [  9237] By: gsar                                  on 2001/03/19  08:42:28
19623         Log: update patchlevel.h, Changes, &c.
19624      Branch: maint-5.6/perl
19625            ! Changes patchlevel.h pod/perlhist.pod
19626           !> AUTHORS
19627 ____________________________________________________________________________
19628 [  9236] By: gsar                                  on 2001/03/19  08:17:49
19629         Log: integrate changes#8068,8717 from mainline
19630              
19631              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
19632              
19633              [PATCH CPAN 1.59_51] warning message (not!)
19634      Branch: maint-5.6/perl
19635           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
19636           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
19637           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
19638           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
19639           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
19640 ____________________________________________________________________________
19641 [  9235] By: gsar                                  on 2001/03/19  08:07:09
19642         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
19643              
19644              [PATCH] Add missing CV flags to dump.c
19645              
19646              Re: [patch] Re: PL_ptr_table
19647              
19648              Fixup non-ithread build after 8713
19649              
19650              Generated files form 8713 etc.
19651              
19652              Correct the correction :-(
19653              
19654              Documenting coderef @INC (Re: CPAN "make this script work" feature)
19655              
19656              Subject: Re: sync sync sync: have I missed any patches?
19657              Replace djSP with dSP.
19658      Branch: maint-5.6/perl
19659           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
19660           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
19661           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
19662           !> sv.c sv.h win32/perlhost.h
19663 ____________________________________________________________________________
19664 [  9234] By: gsar                                  on 2001/03/19  07:22:05
19665         Log: revert the change#9090 integrate for now (change looks somewhat
19666              incomplete in that [ha]v_exists() need something similar; lacks
19667              tests; &c.)
19668      Branch: maint-5.6/perl
19669            ! hv.c
19670 ____________________________________________________________________________
19671 [  9233] By: gsar                                  on 2001/03/19  07:10:01
19672         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
19673              destruction when there are unreferenced scalars (SvREFCNT==0)
19674      Branch: maint-5.6/perl
19675            ! sv.c
19676 ____________________________________________________________________________
19677 [  9232] By: jhi                                   on 2001/03/19  05:11:02
19678         Log: Regen api and toc.
19679      Branch: maint-5.6/perl
19680            ! pod/perlapi.pod pod/perltoc.pod
19681 ____________________________________________________________________________
19682 [  9231] By: jhi                                   on 2001/03/19  04:06:03
19683         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
19684              add a lost line in pp.c:pp_chop(), update to new op/chop.
19685              
19686              Clarify the description differentiating for and while; inspired by
19687              
19688              Subject: [ID 20010306.004] || != named unary operator
19689              
19690              The $Is_MacOS needs to be declared.
19691      Branch: maint-5.6/perl
19692            ! pp.c t/op/chop.t
19693           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
19694 ____________________________________________________________________________
19695 [  9230] By: jhi                                   on 2001/03/19  03:48:16
19696         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
19697              9079,9083,9089,9090,9091 from mainline to maintperl.
19698              
19699              Quieten some noise in Win32 builds
19700              
19701              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
19702              
19703              The perlretut was still talking about the old \p and \P
19704              definitions.
19705              
19706              More tweakage on the Unicode character class descriptions.
19707              
19708              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19709              
19710              Subject: 'no *POSIX' Patch speeding up make on BS2000 
19711              
19712              Subject: [PATCH] perldata.pod here-doc docs
19713              
19714              Add /sbin and /usr/sbin to the list of directories scanned
19715              for setuid programs.  Takes care of bug id 20010309.003.
19716              
19717              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
19718              
19719              In op/stat #35 better to scan all the potential directories
19720              for setuids, not just the first one.
19721      Branch: maint-5.6/perl
19722            ! Makefile.SH
19723           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
19724           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
19725           !> t/op/stat.t toke.c win32/win32.h
19726 ____________________________________________________________________________
19727 [  9229] By: jhi                                   on 2001/03/19  02:31:50
19728         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
19729              From: Chris Nandor <pudge@pobox.com>
19730              Date: Sat, 10 Mar 2001 14:22:19 -0500
19731              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
19732      Branch: maint-5.6/perl
19733            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19734            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
19735            ! t/lib/b.t t/lib/errno.t
19736 ____________________________________________________________________________
19737 [  9228] By: jhi                                   on 2001/03/19  02:29:59
19738         Log: Integrate changes #9113,9122 from mainline into maintperl.
19739              
19740              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?)
19741      Branch: maint-5.6/perl
19742           !> Configure README.os390 hints/os390.sh
19743 ____________________________________________________________________________
19744 [  9227] By: jhi                                   on 2001/03/19  02:22:35
19745         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
19746              into maintperl.
19747              
19748              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19749              
19750              Forgot to check-in the larger part of #9120, duh.
19751              
19752              Subject: Another patch for integer.pm POD 
19753              
19754              h2ph strictness and cleanliness from Kurt Starsinic.
19755              
19756              Borland filename case problem.
19757              
19758              h2ph strictness and cleanliness from Kurt Starsinic.
19759              
19760              Subject: [PATCH] the uncontroversial doc patches
19761      Branch: maint-5.6/perl
19762           +> win32/sncfnmcs.pl
19763           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
19764           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
19765           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
19766           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
19767           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
19768           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
19769           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
19770 ____________________________________________________________________________
19771 [  9226] By: jhi                                   on 2001/03/19  02:10:21
19772         Log: Integrate changes #9207,9214 from mainline into maintperl.
19773              
19774              podchecker relaxations: =over has an *optional* number after it,
19775              and whitespace in L<> is okay.
19776      Branch: maint-5.6/perl
19777           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19778           !> t/pod/poderrs.xr
19779 ____________________________________________________________________________
19780 [  9225] By: jhi                                   on 2001/03/19  02:07:38
19781         Log: Integrate change #9219 from maintperl into mainline.
19782              
19783              remove duplicated tests
19784      Branch: perl
19785           !> t/op/re_tests
19786 ____________________________________________________________________________
19787 [  9224] By: jhi                                   on 2001/03/19  02:06:11
19788         Log: Integrate change #9223 from mainline to maintperl.
19789              
19790              Document -Dmksymlinks.
19791      Branch: maint-5.6/perl
19792           !> INSTALL
19793 ____________________________________________________________________________
19794 [  9223] By: jhi                                   on 2001/03/19  02:01:25
19795         Log: Document -Dmksymlinks.
19796      Branch: perl
19797            ! INSTALL
19798 ____________________________________________________________________________
19799 [  9222] By: jhi                                   on 2001/03/19  01:15:35
19800         Log: The -Dmksymlinks wasn't working for maintperl.
19801      Branch: maint-5.6/perl
19802            ! Configure
19803 ____________________________________________________________________________
19804 [  9221] By: jhi                                   on 2001/03/19  00:49:43
19805         Log: Cleanup pixie residue.
19806      Branch: perl
19807            ! Makefile.SH
19808 ____________________________________________________________________________
19809 [  9220] By: jhi                                   on 2001/03/19  00:44:47
19810         Log: Document the use of pixie/prof; create make targets for it.
19811              
19812              TODO: make t/TEST pixie-aware.
19813      Branch: perl
19814            ! Makefile.SH pod/perlhack.pod
19815 ____________________________________________________________________________
19816 [  9219] By: gsar                                  on 2001/03/19  00:16:55
19817         Log: remove duplicated tests
19818      Branch: maint-5.6/perl
19819            ! t/op/re_tests
19820 ____________________________________________________________________________
19821 [  9218] By: jhi                                   on 2001/03/18  23:59:31
19822         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
19823      Branch: perl
19824            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
19825 ____________________________________________________________________________
19826 [  9217] By: jhi                                   on 2001/03/18  23:25:20
19827         Log: Rewrite the tests section of Makefile to be less redundant
19828              and to allow for more flexible test targets, many recursive
19829              make calls introduced.
19830      Branch: perl
19831            ! Makefile.SH
19832 ____________________________________________________________________________
19833 [  9216] By: jhi                                   on 2001/03/18  22:30:04
19834         Log: Document the use of Third Degree (sparsely).
19835      Branch: perl
19836            ! pod/perlhack.pod t/TEST
19837 ____________________________________________________________________________
19838 [  9215] By: jhi                                   on 2001/03/18  22:10:30
19839         Log: Make targets for testing with Third Degree.
19840      Branch: perl
19841            ! Makefile.SH
19842 ____________________________________________________________________________
19843 [  9214] By: jhi                                   on 2001/03/18  21:08:53
19844         Log: The podchecker relaxations need to mirrored also at the tests.
19845      Branch: perl
19846            ! t/pod/poderrs.xr
19847 ____________________________________________________________________________
19848 [  9213] By: jhi                                   on 2001/03/18  20:56:21
19849         Log: Update Changes.
19850      Branch: perl
19851            ! Changes patchlevel.h
19852 ____________________________________________________________________________
19853 [  9212] By: jhi                                   on 2001/03/18  20:36:59
19854         Log: Looking for config.sh in parent directories isn't
19855              very useful for the toplevel Makefile.
19856      Branch: perl
19857            ! Makefile.SH
19858 ____________________________________________________________________________
19859 [  9211] By: jhi                                   on 2001/03/18  20:33:37
19860         Log: On "make clean" take care of Third Degree droppings.
19861      Branch: perl
19862            ! Makefile.SH
19863 ____________________________________________________________________________
19864 [  9210] By: jhi                                   on 2001/03/18  20:21:34
19865         Log: Add a hook for running the tests under the Third Degree
19866              debugging tool (set $ENV{PERL_3LOG} to non-zero)
19867              
19868              TODO: Document the use of Third Degree.
19869      Branch: perl
19870            ! t/TEST
19871 ____________________________________________________________________________
19872 [  9209] By: jhi                                   on 2001/03/18  20:19:07
19873         Log: Regen toc and api pods.
19874      Branch: perl
19875            ! pod/perlapi.pod pod/perltoc.pod
19876 ____________________________________________________________________________
19877 [  9208] By: jhi                                   on 2001/03/18  20:12:12
19878         Log: Integrate changes #8128,9132 from mainline into maintperl,
19879              Tie::SubstrHash fixes.
19880      Branch: maint-5.6/perl
19881           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19882 ____________________________________________________________________________
19883 [  9207] By: jhi                                   on 2001/03/18  20:07:43
19884         Log: podchecker relaxations from Michael Stevens.
19885      Branch: perl
19886            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19887 ____________________________________________________________________________
19888 [  9206] By: jhi                                   on 2001/03/18  20:04:24
19889         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
19890      Branch: perl
19891            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19892            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
19893            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
19894 ____________________________________________________________________________
19895 [  9205] By: jhi                                   on 2001/03/18  19:54:45
19896         Log: Integrate changes #9161,9162 from maintperl to mainline.
19897              
19898              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19899              results
19900      Branch: perl
19901           !> t/op/magic.t
19902 ____________________________________________________________________________
19903 [  9204] By: jhi                                   on 2001/03/18  19:37:46
19904         Log: Make perl.third checks more understandable to the builder.
19905      Branch: perl
19906            ! Makefile.SH
19907 ____________________________________________________________________________
19908 [  9203] By: jhi                                   on 2001/03/18  19:20:54
19909         Log: Re-integrate #9138 from maintperl to mainline,
19910              the squelching of the unneeded "Scalars leaked" messages.
19911      Branch: perl
19912           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19913           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19914           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19915 ____________________________________________________________________________
19916 [  9202] By: jhi                                   on 2001/03/18  18:48:36
19917         Log: More robust and more paranoid perl.third target.
19918      Branch: perl
19919            ! Makefile.SH
19920 ____________________________________________________________________________
19921 [  9201] By: jhi                                   on 2001/03/18  18:39:21
19922         Log: Integrate change #9197 from maintperl to mainline.
19923              
19924              more thorough cleaning of arenas.
19925      Branch: perl
19926           !> embed.pl perl.c proto.h sv.c t/op/sort.t
19927 ____________________________________________________________________________
19928 [  9200] By: jhi                                   on 2001/03/18  18:25:17
19929         Log: Integrate perlio.
19930      Branch: perl
19931           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
19932           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
19933           !> t/lib/encode.t toke.c universal.c utf8.c
19934 ____________________________________________________________________________
19935 [  9199] By: nick                                  on 2001/03/18  15:23:51
19936         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
19937              is the sense of the test being done. Avoid some magical 127 and 128 values
19938              by using macros.
19939      Branch: perlio
19940            ! doop.c pp_ctl.c sv.c toke.c
19941 ____________________________________________________________________________
19942 [  9198] By: nick                                  on 2001/03/18  14:18:12
19943         Log: UTF-X encoding invariance for Encode:
19944              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
19945              - move the XS code for those to universal.c (so in miniperl)
19946              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
19947              - change ext/Encode/compile to use above.
19948              - Fix t/lib/encode.t for above
19949              - Teach t/lib/b.t to expect -uutf8
19950              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
19951              utf8.pm is needed.
19952      Branch: perlio
19953            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19954            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
19955 ____________________________________________________________________________
19956 [  9197] By: gsar                                  on 2001/03/18  12:15:57
19957         Log: more thorough cleaning of arenas--keep going until no more
19958              SvREFCNT_dec()s occur (this fixes the problem that causes the
19959              pesky "Scalars leaked" warnings)
19960      Branch: maint-5.6/perl
19961            ! embed.pl perl.c proto.h sv.c t/op/sort.t
19962 ____________________________________________________________________________
19963 [  9196] By: nick                                  on 2001/03/18  10:57:29
19964         Log: Fix pragma/utf8.t # 15
19965              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
19966              are SvUTF8 as well.
19967      Branch: perlio
19968            ! toke.c
19969 ____________________________________________________________________________
19970 [  9195] By: nick                                  on 2001/03/18  09:27:06
19971         Log: Integrate mainline
19972      Branch: perlio
19973           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
19974           !> t/op/pat.t
19975 ____________________________________________________________________________
19976 [  9194] By: jhi                                   on 2001/03/18  05:29:59
19977         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
19978              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
19979      Branch: perl
19980            ! op.c op.h t/op/misc.t t/op/pat.t
19981 ____________________________________________________________________________
19982 [  9193] By: jhi                                   on 2001/03/18  05:15:06
19983         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
19984      Branch: perl
19985            ! mg.c t/op/pat.t
19986 ____________________________________________________________________________
19987 [  9192] By: jhi                                   on 2001/03/18  04:22:43
19988         Log: tr/// UTF-8 patches from Inaba Hiroto.
19989      Branch: perl
19990            ! doop.c op.c
19991 ____________________________________________________________________________
19992 [  9191] By: jhi                                   on 2001/03/18  04:21:17
19993         Log: Integrate perlio.
19994      Branch: perl
19995           !> utf8.c utfebcdic.h
19996 ____________________________________________________________________________
19997 [  9190] By: nick                                  on 2001/03/17  20:32:01
19998         Log: Correct #if EBCDIC side typos.
19999              Builds and passes many tests on OS390.
20000      Branch: perlio
20001            ! utf8.c utfebcdic.h
20002 ____________________________________________________________________________
20003 [  9189] By: jhi                                   on 2001/03/17  18:55:49
20004         Log: Add prerequisites for the perl.third target.
20005      Branch: perl
20006            ! Makefile.SH
20007 ____________________________________________________________________________
20008 [  9188] By: jhi                                   on 2001/03/17  18:46:00
20009         Log: Integrate perlio.
20010      Branch: perl
20011           +> utfebcdic.h
20012           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
20013 ____________________________________________________________________________
20014 [  9187] By: jhi                                   on 2001/03/17  18:38:47
20015         Log: Add a make rule for perl.third (the Third Degree memory debugging
20016              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
20017      Branch: perl
20018            ! Makefile.SH
20019 ____________________________________________________________________________
20020 [  9186] By: nick                                  on 2001/03/17  18:34:48
20021         Log: MANIFEST addition :-(
20022      Branch: perlio
20023            ! MANIFEST
20024 ____________________________________________________________________________
20025 [  9185] By: nick                                  on 2001/03/17  18:29:50
20026         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
20027              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
20028              a superset of ASCII are invariant under the encoding. This is EBCDIC
20029              friendly as an encoded string can be looked at as being EBCDIC by lexer
20030              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
20031              ASCII on ASCII machines.
20032              
20033              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
20034              seperate.
20035              - Add some more macros to comprehend different shift amounts and
20036              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
20037              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
20038              and conditionaly #include it.
20039              
20040              EBCDIC build as yet untested.  ASCII still fails the one test.
20041      Branch: perlio
20042            + utfebcdic.h
20043            ! utf8.c utf8.h
20044 ____________________________________________________________________________
20045 [  9184] By: nick                                  on 2001/03/17  17:44:16
20046         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
20047      Branch: perlio
20048            ! doop.c perl.h pp.c utf8.h
20049 ____________________________________________________________________________
20050 [  9183] By: jhi                                   on 2001/03/17  15:55:42
20051         Log: Integrate perlio.
20052      Branch: perl
20053            ! MANIFEST
20054           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
20055 ____________________________________________________________________________
20056 [  9182] By: nick                                  on 2001/03/17  09:16:06
20057         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
20058      Branch: perlio
20059            ! t/op/pat.t
20060 ____________________________________________________________________________
20061 [  9181] By: nick                                  on 2001/03/17  09:15:11
20062         Log: Integrate mainline.
20063      Branch: perlio
20064           +> lib/Locale/Constants.pm lib/Locale/Country.pm
20065           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20066           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20067           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
20068           !> (integrate 83 files)
20069 ____________________________________________________________________________
20070 [  9180] By: nick                                  on 2001/03/16  17:23:21
20071         Log: EBCDIC Fixes.
20072      Branch: perlio
20073            ! perl.h sv.c toke.c utf8.c utf8.h
20074 ____________________________________________________________________________
20075 [  9179] By: jhi                                   on 2001/03/16  14:10:12
20076         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
20077              a change needed to work around an AIX compiler bug.
20078      Branch: perl
20079            ! ext/Storable/Storable.xs
20080 ____________________________________________________________________________
20081 [  9178] By: jhi                                   on 2001/03/16  03:19:59
20082         Log: With Damian's approval synchronize damian's modules'
20083              licensing with Perl's standard module licensing.
20084      Branch: perl
20085            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
20086 ____________________________________________________________________________
20087 [  9177] By: jhi                                   on 2001/03/16  03:15:34
20088         Log: Make the Filter::Util:Call files have their own copies
20089              of the Perl standard module licensing, from Paul Marquess.
20090      Branch: perl
20091            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20092 ____________________________________________________________________________
20093 [  9176] By: jhi                                   on 2001/03/16  02:56:04
20094         Log: Subject: [PATCH] more pod patches
20095              From: Michael Stevens <michael@etla.org>
20096              Date: Thu, 15 Mar 2001 21:25:18 +0000
20097              Message-ID: <20010315212518.A18870@firedrake.org>
20098      Branch: perl
20099            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
20100            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
20101            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
20102            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
20103            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
20104            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
20105            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
20106            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
20107            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
20108            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
20109            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
20110            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
20111            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
20112            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
20113            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
20114            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
20115            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
20116            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
20117            ! lib/Locale/Country.pm lib/Locale/Language.pm
20118            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
20119            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20120            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
20121            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
20122            ! os2/OS2/Process/Process.pm
20123 ____________________________________________________________________________
20124 [  9175] By: jhi                                   on 2001/03/16  02:53:32
20125         Log: Subject: [PATCH] the uncontroversial doc patches
20126              From: Michael Stevens <michael@etla.org>
20127              Date: Thu, 15 Mar 2001 20:01:12 +0000
20128              Message-ID: <20010315200112.A7636@firedrake.org>
20129      Branch: perl
20130            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
20131            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
20132            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
20133            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
20134            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
20135 ____________________________________________________________________________
20136 [  9174] By: jhi                                   on 2001/03/16  02:50:49
20137         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
20138              From: Paul Lindner <lindner@inuus.com>
20139              Date: Fri, 16 Mar 2001 11:28:03 -0800
20140              Message-ID: <20010316112803.A7577@inuus.com>
20141      Branch: perl
20142            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20143 ____________________________________________________________________________
20144 [  9173] By: nick                                  on 2001/03/15  20:21:03
20145         Log: 1st day's EBCDIC fixes:
20146              - toke.c's parsing of strings needed attention
20147              needed to conditionally e2a if string was already UTF-8
20148              - e2a/a2e tables where wrong way round.
20149              - new macros in utf8.h
20150      Branch: perlio
20151            ! perl.h toke.c utf8.h
20152 ____________________________________________________________________________
20153 [  9172] By: jhi                                   on 2001/03/15  15:17:17
20154         Log: Update Changes.
20155      Branch: perl
20156            ! Changes patchlevel.h
20157 ____________________________________________________________________________
20158 [  9171] By: jhi                                   on 2001/03/15  15:09:32
20159         Log: Subject: Re: Another Borland C++ problem.
20160              From: "Vadim Konovalov" <watman@inbox.ru>
20161              Date: Sat, 10 Mar 2001 19:26:07 +0300
20162              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
20163              
20164              Borland filename case problem.
20165      Branch: perl
20166            + win32/sncfnmcs.pl
20167            ! MANIFEST README.win32
20168 ____________________________________________________________________________
20169 [  9170] By: jhi                                   on 2001/03/15  14:54:23
20170         Log: Add Locale::Codes 1.06, from Neil Bowers.
20171      Branch: perl
20172            + lib/Locale/Constants.pm lib/Locale/Country.pm
20173            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20174            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20175            + t/lib/lc-language.t t/lib/lc-uk.t
20176            ! MANIFEST
20177 ____________________________________________________________________________
20178 [  9169] By: jhi                                   on 2001/03/15  14:19:01
20179         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
20180      Branch: perl
20181            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20182            ! ext/Storable/Storable.xs
20183 ____________________________________________________________________________
20184 [  9168] By: jhi                                   on 2001/03/15  14:13:22
20185         Log: Integrate changes #9120,9167 from mainline to maintperl.
20186              
20187              Subject: [PATCH 5.6.1] OS/2 docs
20188              
20189              Subject: [PATCH 5.6.1] perldoc
20190      Branch: maint-5.6/perl
20191           !> os2/Changes utils/perldoc.PL
20192 ____________________________________________________________________________
20193 [  9167] By: jhi                                   on 2001/03/15  14:07:42
20194         Log: Subject: [PATCH 5.6.1] perldoc
20195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20196              Date: Wed, 14 Mar 2001 23:46:52 -0500
20197              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
20198      Branch: perl
20199            ! utils/perldoc.PL
20200 ____________________________________________________________________________
20201 [  9166] By: jhi                                   on 2001/03/15  13:53:15
20202         Log: sigaction test condition tweakage.
20203      Branch: perl
20204            ! t/lib/sigaction.t
20205 ____________________________________________________________________________
20206 [  9165] By: alanbur                               on 2001/03/15  03:49:17
20207         Log: Resynchronised with parent
20208      Branch: maint-5.6/pureperl
20209           +> os2/os2add.sym t/op/anonsub.t
20210           !> (integrate 72 files)
20211 ____________________________________________________________________________
20212 [  9164] By: jhi                                   on 2001/03/15  01:05:01
20213         Log: Avoid stomping off the beginning of an array in tr///.
20214      Branch: perl
20215            ! op.c
20216 ____________________________________________________________________________
20217 [  9163] By: jhi                                   on 2001/03/15  00:58:57
20218         Log: h2ph strictness and cleanliness from Kurt Starsinic.
20219      Branch: perl
20220            ! utils/h2ph.PL
20221 ____________________________________________________________________________
20222 [  9162] By: gsar                                  on 2001/03/15  00:56:53
20223         Log: avoid warnings
20224      Branch: maint-5.6/perl
20225            ! t/op/magic.t
20226 ____________________________________________________________________________
20227 [  9161] By: gsar                                  on 2001/03/15  00:52:09
20228         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20229              results
20230      Branch: maint-5.6/perl
20231            ! t/op/magic.t
20232 ____________________________________________________________________________
20233 [  9160] By: jhi                                   on 2001/03/14  22:02:10
20234         Log: Do not use the Perl malloc in IRIX, suggested by
20235              Helmus Jarausch.
20236      Branch: perl
20237            ! hints/irix_6.sh
20238 ____________________________________________________________________________
20239 [  9159] By: nick                                  on 2001/03/14  21:45:59
20240         Log: Integrate mainline
20241      Branch: perlio
20242           +> t/op/loopctl.t
20243           !> (integrate 41 files)
20244 ____________________________________________________________________________
20245 [  9158] By: jhi                                   on 2001/03/14  21:10:09
20246         Log: The Day of the Retractions continues: the #9138
20247              (integrated in #9144) doesn't work well in mainline.
20248      Branch: perl
20249            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20250            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20251            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20252 ____________________________________________________________________________
20253 [  9157] By: jhi                                   on 2001/03/14  20:58:12
20254         Log: The #9145 CANNOT be enabled: the clear_pmop code still
20255              dumps core all over in Tru64.
20256      Branch: perl
20257            ! op.c op.h t/op/pat.t
20258 ____________________________________________________________________________
20259 [  9156] By: jhi                                   on 2001/03/14  20:48:06
20260         Log: Integrate change #9154 from maintperl to mainline.
20261              
20262              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20263              (caused Storable 1.0.10 to break on windows)
20264      Branch: perl
20265           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20266           !> perlapi.c proto.h
20267 ____________________________________________________________________________
20268 [  9155] By: jhi                                   on 2001/03/14  20:23:53
20269         Log: Retract #9136: breaks threading (and binary compatibility).
20270      Branch: perl
20271            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20272 ____________________________________________________________________________
20273 [  9154] By: gsar                                  on 2001/03/14  17:48:18
20274         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20275              (caused Storable 1.0.10 to break on windows)
20276      Branch: maint-5.6/perl
20277            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20278            ! perlapi.c proto.h
20279 ____________________________________________________________________________
20280 [  9153] By: jhi                                   on 2001/03/14  13:35:21
20281         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
20282      Branch: perl
20283            ! t/lib/sigaction.t
20284 ____________________________________________________________________________
20285 [  9152] By: gsar                                  on 2001/03/14  07:29:40
20286         Log: back out changes#9012,9010,9009 and parts of change#9016
20287              (causes ABRs under purify, and some prerequisites don't
20288              seem to be there in 5.6.x)
20289      Branch: maint-5.6/perl
20290            ! doop.c op.c t/op/tr.t toke.c
20291 ____________________________________________________________________________
20292 [  9151] By: gsar                                  on 2001/03/14  07:01:29
20293         Log: reenable change#9145 (the test was busted due to a missing
20294              C<print "ok 27\n">)
20295      Branch: perl
20296            ! op.c op.h t/op/pat.t
20297 ____________________________________________________________________________
20298 [  9150] By: jhi                                   on 2001/03/14  06:38:36
20299         Log: Retract #9145.
20300      Branch: perl
20301            ! op.c op.h t/op/pat.t
20302 ____________________________________________________________________________
20303 [  9149] By: jhi                                   on 2001/03/14  06:14:56
20304         Log: Retract #9143.
20305      Branch: perl
20306            ! op.c
20307 ____________________________________________________________________________
20308 [  9148] By: gsar                                  on 2001/03/14  06:13:02
20309         Log: Uninitialized Memory Read in regexec.c
20310      Branch: perl
20311            ! regexec.c
20312 ____________________________________________________________________________
20313 [  9147] By: jhi                                   on 2001/03/14  04:59:54
20314         Log: Subject: PATCH: make goto work in nested eval ""
20315              From: Robin Houston <robin@kitsite.com>
20316              Date: Wed, 14 Mar 2001 04:16:10 +0000
20317              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
20318      Branch: perl
20319            ! pp_ctl.c t/op/goto.t
20320 ____________________________________________________________________________
20321 [  9146] By: jhi                                   on 2001/03/14  04:42:54
20322         Log: Preserve the #ifdef PERL_CORE in perly.h.
20323      Branch: perl
20324            ! perly.fixer
20325 ____________________________________________________________________________
20326 [  9145] By: jhi                                   on 2001/03/14  03:57:41
20327         Log: (Retracted by #9150.)
20328      Branch: perl
20329            ! op.c op.h t/op/pat.t
20330 ____________________________________________________________________________
20331 [  9144] By: jhi                                   on 2001/03/14  03:50:38
20332         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
20333              
20334              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20335              
20336              remove squelch controls for "Scalars leaked" messages in most places
20337              (these are now cured)
20338              
20339              fix another memory leak reported by purify (tie callbacks that
20340              croak can leak when wiping out magic)
20341      Branch: perl
20342           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
20343           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
20344           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
20345           !> t/pragma/warnings.t
20346 ____________________________________________________________________________
20347 [  9143] By: jhi                                   on 2001/03/14  03:37:53
20348         Log: (Retracted by #9149.)
20349      Branch: perl
20350            ! op.c
20351 ____________________________________________________________________________
20352 [  9142] By: gsar                                  on 2001/03/14  03:20:48
20353         Log: fix another memory leak reported by purify (tie callbacks that
20354              croak can leak when wiping out magic)
20355      Branch: maint-5.6/perl
20356            ! scope.c
20357 ____________________________________________________________________________
20358 [  9141] By: jhi                                   on 2001/03/14  02:55:00
20359         Log: Subject: PATCH for [ID 20010305.003]
20360              From: Robin Houston <robin@kitsite.com>
20361              Date: Wed, 14 Mar 2001 02:45:51 +0000
20362              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
20363      Branch: perl
20364            ! pp_ctl.c t/op/eval.t
20365 ____________________________________________________________________________
20366 [  9140] By: jhi                                   on 2001/03/14  02:41:54
20367         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20368              Date: Wed, 14 Mar 2001 01:52:51 +0000
20369              From: Robin Houston <robin@kitsite.com>
20370              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
20371              
20372              Fix for 2000313.004.
20373      Branch: perl
20374            ! pp_ctl.c t/op/goto.t
20375 ____________________________________________________________________________
20376 [  9139] By: jhi                                   on 2001/03/14  02:40:50
20377         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20378              From: Robin Houston <robin@kitsite.com>
20379              Date: Wed, 14 Mar 2001 00:43:45 +0000
20380              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
20381      Branch: perl
20382            + t/op/loopctl.t
20383            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
20384            ! vms/perly_c.vms
20385 ____________________________________________________________________________
20386 [  9138] By: gsar                                  on 2001/03/14  01:18:00
20387         Log: remove squelch controls for "Scalars leaked" messages in most places
20388              (these are now cured)
20389      Branch: maint-5.6/perl
20390            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20391            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20392            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20393 ____________________________________________________________________________
20394 [  9137] By: gsar                                  on 2001/03/14  00:57:04
20395         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20396      Branch: maint-5.6/perl
20397            ! regcomp.c
20398 ____________________________________________________________________________
20399 [  9136] By: jhi                                   on 2001/03/13  23:12:24
20400         Log: (Retracted by #9155)
20401              
20402              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
20403              From: Jens-Uwe Mager <jum@helios.de>
20404              Date: Wed, 21 Feb 2001 21:32:04 +0100
20405              Message-ID: <20010221213203.A18340@ans.helios.de>
20406      Branch: perl
20407            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20408 ____________________________________________________________________________
20409 [  9135] By: jhi                                   on 2001/03/13  22:50:05
20410         Log: Integrate perlio.
20411      Branch: perl
20412           !> pp.c
20413 ____________________________________________________________________________
20414 [  9134] By: jhi                                   on 2001/03/13  22:49:05
20415         Log: Integrate change #9131 from maintperl into mainline.
20416              
20417              make the error text look more consistent in hints/hpux.sh
20418      Branch: perl
20419           !> hints/hpux.sh
20420 ____________________________________________________________________________
20421 [  9133] By: gsar                                  on 2001/03/13  22:46:20
20422         Log: integrate change#9067 from mainline
20423              
20424              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20425      Branch: maint-5.6/perl
20426           !> lib/ExtUtils/MM_Unix.pm
20427 ____________________________________________________________________________
20428 [  9132] By: jhi                                   on 2001/03/13  22:41:21
20429         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20430              From: "John P. Linderman" <jpl@research.att.com>
20431              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
20432              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
20433              
20434              A more correct prime finder.
20435      Branch: perl
20436            ! lib/Tie/SubstrHash.pm
20437 ____________________________________________________________________________
20438 [  9131] By: gsar                                  on 2001/03/13  22:30:42
20439         Log: make the error text look more consistent in hints/hpux.sh
20440      Branch: maint-5.6/perl
20441            ! hints/hpux.sh
20442 ____________________________________________________________________________
20443 [  9130] By: jhi                                   on 2001/03/13  22:23:44
20444         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
20445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20446              Date: Tue, 13 Mar 2001 18:41:26 +0100
20447              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
20448              
20449              If the test is run non-interactively the default handler
20450              is different.
20451      Branch: perl
20452            ! t/lib/sigaction.t
20453 ____________________________________________________________________________
20454 [  9129] By: jhi                                   on 2001/03/13  22:20:21
20455         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
20456              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20457              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
20458              Date:     Tue, 13 Mar 2001 16:44:32 EST
20459      Branch: perl
20460            ! t/lib/1_compile.t
20461 ____________________________________________________________________________
20462 [  9128] By: jhi                                   on 2001/03/13  22:18:34
20463         Log: Subject: Another patch for integer.pm POD 
20464              From: "John L. Allen" <allen@grumman.com>
20465              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
20466              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
20467      Branch: perl
20468            ! lib/integer.pm
20469 ____________________________________________________________________________
20470 [  9127] By: nick                                  on 2001/03/13  21:26:30
20471         Log: Integrate mainline.
20472      Branch: perlio
20473           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
20474           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
20475           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
20476           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
20477           !> Changes Configure MANIFEST README.os2 README.os390
20478           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
20479           !> os2/Changes patchlevel.h win32/perlhost.h
20480 ____________________________________________________________________________
20481 [  9126] By: nick                                  on 2001/03/13  20:39:51
20482         Log: #ifdef'ed out code to make packed side of pack/unpack
20483              octets. (i.e. pack('U') => encode_utf8).
20484      Branch: perlio
20485            ! pp.c
20486 ____________________________________________________________________________
20487 [  9125] By: jhi                                   on 2001/03/13  15:07:16
20488         Log: Update Changes.
20489      Branch: perl
20490            ! Changes patchlevel.h
20491 ____________________________________________________________________________
20492 [  9124] By: jhi                                   on 2001/03/13  14:22:45
20493         Log: Workaround for the buggy ("internal compiler error")
20494              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
20495              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
20496              of Andreas König.
20497      Branch: perl
20498            ! ext/re/Makefile.PL hints/aix.sh
20499 ____________________________________________________________________________
20500 [  9123] By: jhi                                   on 2001/03/13  03:24:34
20501         Log: Typo in #9114.
20502      Branch: metaconfig
20503            ! U/modified/myhostname.U
20504 ____________________________________________________________________________
20505 [  9122] By: jhi                                   on 2001/03/13  03:24:06
20506         Log: Typo in #9113.
20507      Branch: perl
20508            ! Configure
20509 ____________________________________________________________________________
20510 [  9121] By: jhi                                   on 2001/03/13  01:53:05
20511         Log: Forgot to check-in the larger part of #9120, duh.
20512      Branch: perl
20513            ! README.os2
20514 ____________________________________________________________________________
20515 [  9120] By: jhi                                   on 2001/03/13  01:51:31
20516         Log: Subject: [PATCH 5.6.1] OS/2 docs
20517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20518              Date: Mon, 12 Mar 2001 03:27:32 -0500
20519              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
20520      Branch: perl
20521            ! os2/Changes
20522 ____________________________________________________________________________
20523 [  9119] By: jhi                                   on 2001/03/13  01:49:41
20524         Log: Integrate change #9116 from maintperl into mainline.
20525              
20526              Win32::GetCwd() returns C: instead of C:\ in the root directory
20527              under ithreads
20528      Branch: perl
20529           !> win32/perlhost.h
20530 ____________________________________________________________________________
20531 [  9118] By: jhi                                   on 2001/03/13  01:13:39
20532         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
20533      Branch: perl
20534            + lib/Switch.pm t/lib/switch.t
20535            ! MANIFEST
20536 ____________________________________________________________________________
20537 [  9117] By: jhi                                   on 2001/03/13  01:03:17
20538         Log: Add Text::Balanced 1.83.
20539      Branch: perl
20540            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
20541            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
20542            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
20543            + t/lib/tb-xvari.t
20544            ! MANIFEST
20545 ____________________________________________________________________________
20546 [  9116] By: gsar                                  on 2001/03/13  00:55:53
20547         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
20548              under ithreads
20549      Branch: maint-5.6/perl
20550            ! win32/perlhost.h
20551 ____________________________________________________________________________
20552 [  9115] By: jhi                                   on 2001/03/13  00:54:09
20553         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20554              From: "John L. Allen" <allen@grumman.com>
20555              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
20556              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
20557              
20558              use integer document clarification.
20559      Branch: perl
20560            ! lib/integer.pm
20561 ____________________________________________________________________________
20562 [  9114] By: jhi                                   on 2001/03/13  00:38:54
20563         Log: Metaconfig unit change for #9113.
20564      Branch: metaconfig
20565            ! U/modified/myhostname.U
20566 ____________________________________________________________________________
20567 [  9113] By: jhi                                   on 2001/03/13  00:38:35
20568         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?)
20569              From: Peter Prymmer <pvhp@forte.com>
20570              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
20571              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
20572      Branch: perl
20573            ! Configure README.os390 hints/os390.sh
20574 ____________________________________________________________________________
20575 [  9112] By: jhi                                   on 2001/03/13  00:29:00
20576         Log: Integrate perlio.
20577      Branch: perl
20578           !> sv.c utf8.h
20579 ____________________________________________________________________________
20580 [  9111] By: nick                                  on 2001/03/12  21:16:33
20581         Log: Integrate mainline.
20582      Branch: perlio
20583           +> t/op/anonsub.t
20584           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20585           !> proto.h sv.c
20586 ____________________________________________________________________________
20587 [  9110] By: nick                                  on 2001/03/12  21:00:13
20588         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
20589      Branch: perlio
20590            ! sv.c utf8.h
20591 ____________________________________________________________________________
20592 [  9109] By: jhi                                   on 2001/03/12  16:04:47
20593         Log: Integrate change #9108 from maintperl to mainline.
20594              
20595              fix memory leak in C<sub X { sub {} }> arising from a refcount
20596              loop between the outer sub and the inner prototype anonsub
20597              
20598              this also enables closures returned by subroutines that
20599              subsequently get redefined to work without generating coredumps :)
20600              
20601              completely removed the free_closures() hack--it shouldn't be
20602              needed anymore
20603      Branch: perl
20604           +> t/op/anonsub.t
20605           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20606           !> proto.h sv.c
20607 ____________________________________________________________________________
20608 [  9108] By: gsar                                  on 2001/03/12  10:21:31
20609         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
20610              loop between the outer sub and the inner prototype anonsub
20611              
20612              this also enables closures returned by subroutines that
20613              subsequently get redefined to work without generating coredumps :)
20614              
20615              completely removed the free_closures() hack--it shouldn't be
20616              needed anymore
20617      Branch: maint-5.6/perl
20618            + t/op/anonsub.t
20619            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20620            ! proto.h sv.c
20621 ____________________________________________________________________________
20622 [  9107] By: jhi                                   on 2001/03/12  05:15:31
20623         Log: Integrate perlio.
20624      Branch: perl
20625           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
20626 ____________________________________________________________________________
20627 [  9106] By: nick                                  on 2001/03/11  20:10:12
20628         Log: regcomp.c is working in native space, not Unicode space (if different)
20629              as it is doing compare against 'W' in \W etc.
20630      Branch: perlio
20631            ! regcomp.c
20632 ____________________________________________________________________________
20633 [  9105] By: nick                                  on 2001/03/11  19:39:34
20634         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
20635              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
20636      Branch: perlio
20637            ! regcomp.c toke.c utf8.c
20638 ____________________________________________________________________________
20639 [  9104] By: nick                                  on 2001/03/11  18:15:44
20640         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
20641      Branch: perlio
20642            ! sv.c
20643 ____________________________________________________________________________
20644 [  9103] By: nick                                  on 2001/03/11  18:03:28
20645         Log: Integrate mainline (for regexp stuff).
20646      Branch: perlio
20647           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20648           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
20649           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
20650           !> t/lib/errno.t t/op/pat.t
20651 ____________________________________________________________________________
20652 [  9102] By: nick                                  on 2001/03/11  17:44:20
20653         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
20654              - exclude layer syms in makedef.pl for sfio
20655              - also inhibit Encode from trying to build ":encode()" layer.
20656      Branch: perlio
20657            ! ext/Encode/Encode.xs makedef.pl
20658 ____________________________________________________________________________
20659 [  9101] By: jhi                                   on 2001/03/10  22:38:13
20660         Log: The $Is_MacOS needs to be declared.
20661      Branch: perl
20662            ! lib/ExtUtils/Manifest.pm
20663 ____________________________________________________________________________
20664 [  9100] By: jhi                                   on 2001/03/10  22:14:29
20665         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
20666              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
20667              pollute the symbolspace if using sfio.
20668      Branch: perl
20669            ! ext/Encode/Encode.xs
20670 ____________________________________________________________________________
20671 [  9099] By: jhi                                   on 2001/03/10  21:58:48
20672         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
20673              Date: Sat, 10 Mar 2001 14:23:55 -0500
20674              From: Chris Nandor <pudge@pobox.com>
20675              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
20676      Branch: perl
20677            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20678            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
20679            ! t/lib/errno.t
20680 ____________________________________________________________________________
20681 [  9098] By: jhi                                   on 2001/03/10  21:38:30
20682         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
20683      Branch: perl
20684            ! regcomp.c regexec.c t/op/pat.t
20685 ____________________________________________________________________________
20686 [  9097] By: jhi                                   on 2001/03/10  14:38:07
20687         Log: Integrate perlio.
20688      Branch: perl
20689           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20690           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20691           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20692 ____________________________________________________________________________
20693 [  9096] By: nick                                  on 2001/03/10  11:55:43
20694         Log: EBCDIC sanity - phase I
20695              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
20696              - use utf8n_xxxx (c.f. pvn) for forms which take length.
20697              - back out vN.N and $^V exceptions to e2a/a2e
20698              - make "locale" isxxx macros be uvchr (may be redundant?)
20699              
20700              Not clear yet that toUPPER_uni et. al. return being handled correctly.
20701              The tr// and rexexp stuff still needs an audit, assumption is they are working
20702              in Unicode space.
20703              
20704              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
20705      Branch: perlio
20706            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20707            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20708            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20709 ____________________________________________________________________________
20710 [  9095] By: jhi                                   on 2001/03/09  22:10:01
20711         Log: Integrate perlio.
20712      Branch: perl
20713           !> dump.c
20714 ____________________________________________________________________________
20715 [  9094] By: nick                                  on 2001/03/09  17:36:38
20716         Log: Builds an passes all tests after integrate and this tweak.
20717      Branch: perlio
20718            ! dump.c
20719 ____________________________________________________________________________
20720 [  9093] By: nick                                  on 2001/03/09  17:16:03
20721         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
20722      Branch: perlio
20723           +> lib/unicode/Scripts.txt t/lib/sigaction.t
20724           !> (integrate 79 files)
20725 ____________________________________________________________________________
20726 [  9092] By: jhi                                   on 2001/03/09  15:28:26
20727         Log: Update Changes.
20728      Branch: perl
20729            ! Changes patchlevel.h
20730 ____________________________________________________________________________
20731 [  9091] By: jhi                                   on 2001/03/09  15:25:05
20732         Log: In op/stat #35 better to scan all the potential directories
20733              for setuids, not just the first one.
20734      Branch: perl
20735            ! t/op/stat.t
20736 ____________________________________________________________________________
20737 [  9090] By: jhi                                   on 2001/03/09  15:01:27
20738         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
20739              From: rspier@pobox.com (Robert Spier)
20740              Date: Fri, 9 Mar 2001 03:30:20 -0500
20741              Message-ID: <15016.38044.381174.160189@rls.cx>
20742              
20743              EXISTS() returning undef mistakenly triggered a FETCH().
20744      Branch: perl
20745            ! hv.c
20746 ____________________________________________________________________________
20747 [  9089] By: jhi                                   on 2001/03/09  14:59:02
20748         Log: Add /sbin and /usr/sbin to the list of directories scanned
20749              for setuid programs.  Takes care of bug id 20010309.003.
20750      Branch: perl
20751            ! t/op/stat.t
20752 ____________________________________________________________________________
20753 [  9088] By: jhi                                   on 2001/03/09  14:48:32
20754         Log: Regen perlapi, perltoc.
20755      Branch: perl
20756            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
20757 ____________________________________________________________________________
20758 [  9087] By: jhi                                   on 2001/03/09  14:38:56
20759         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20760              From: David Mitchell <davem@fdgroup.co.uk>
20761              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
20762              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
20763      Branch: perl
20764            ! dump.c perl.c perl.h pod/perlrun.pod
20765 ____________________________________________________________________________
20766 [  9086] By: jhi                                   on 2001/03/09  01:47:16
20767         Log: A modified version of
20768              
20769              Subject: [ID 20010307.005] POSIX::sigaction has various problems
20770              From: anders@broadcom.com
20771              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
20772              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
20773              
20774              Currently the sigaction.t test #6 fails (and is fudged to look
20775              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
20776              This may well be a genuine bug in Linux sigaction() (since at
20777              least Tru64, Solaris, and HP-UX disagree with Linux).
20778              Anyone with POSIX / SUSv2 tome handy?  The problem is that
20779              the flags of the oldaction don't match with the flags in
20780              the previously installed disposition.
20781      Branch: perl
20782            + t/lib/sigaction.t
20783            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20784 ____________________________________________________________________________
20785 [  9085] By: jhi                                   on 2001/03/09  01:30:13
20786         Log: Subject: Re: mission impossible for the day
20787              From: Alex Gough <alex@rcon.org>
20788              Date: Thu, 08 Mar 2001 17:18:19 +0000
20789              Message-ID: <3AA7BEDB.8070409@rcon.org>
20790              
20791              If references (are overloaded) and can be directly stringified,
20792              show that instead of "stringified".
20793              
20794              (The problem, infinite mutual recursion caused by overloaded bool
20795              in Switch.pm, tracked by David Mitchell)
20796      Branch: perl
20797            ! lib/Carp/Heavy.pm
20798 ____________________________________________________________________________
20799 [  9084] By: jhi                                   on 2001/03/09  01:20:39
20800         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20801              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
20802              From: David Mitchell <davem@fdgroup.co.uk>
20803              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
20804      Branch: perl
20805            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
20806            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
20807 ____________________________________________________________________________
20808 [  9083] By: jhi                                   on 2001/03/09  01:16:51
20809         Log: Subject: [PATCH] perldata.pod here-doc docs
20810              From: Jeff Pinyan <jeffp@crusoe.net>
20811              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
20812              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
20813      Branch: perl
20814            ! pod/perldata.pod
20815 ____________________________________________________________________________
20816 [  9082] By: jhi                                   on 2001/03/09  01:01:27
20817         Log: Subject: Re: Unicode/EBCDIC
20818              From: Peter Prymmer <pvhp@forte.com>
20819              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
20820              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
20821      Branch: perl
20822            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
20823 ____________________________________________________________________________
20824 [  9081] By: jhi                                   on 2001/03/08  13:41:30
20825         Log: Subject: Ooops, wrong 'no *POSIX' Patch
20826              From: Dorner Thomas <Thomas.Dorner@start.de>
20827              Date: Thu, 8 Mar 2001 08:43:28 +0100
20828              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
20829      Branch: perl
20830            ! hints/posix-bc.sh
20831 ____________________________________________________________________________
20832 [  9080] By: jhi                                   on 2001/03/08  13:11:42
20833         Log: It's Scripts.txt, not Script.txt.
20834      Branch: perl
20835            ! MANIFEST
20836 ____________________________________________________________________________
20837 [  9079] By: jhi                                   on 2001/03/08  12:59:05
20838         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20839              From: Dorner Thomas <Thomas.Dorner@start.de>
20840              Date: Wed, 7 Mar 2001 14:13:31 +0100
20841              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20842      Branch: perl
20843            ! makedepend.SH
20844 ____________________________________________________________________________
20845 [  9078] By: jhi                                   on 2001/03/08  12:57:43
20846         Log: Retract #9069, wrong patch.
20847      Branch: perl
20848            ! Makefile.SH
20849 ____________________________________________________________________________
20850 [  9077] By: jhi                                   on 2001/03/08  01:06:13
20851         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
20852      Branch: perl
20853            + lib/unicode/Scripts.txt
20854            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
20855            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
20856            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
20857            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20858            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20859            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20860            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20861            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20862            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20863            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20864            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20865            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20866            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20867            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20868            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20869            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20870            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
20871            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
20872            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
20873            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
20874            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
20875            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
20876            ! lib/unicode/version
20877 ____________________________________________________________________________
20878 [  9076] By: jhi                                   on 2001/03/07  22:59:39
20879         Log: Integrate change #7784 from mainline into maintperl.
20880              
20881              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
20882      Branch: maint-5.6/perl
20883           !> pp_ctl.c t/op/pat.t
20884 ____________________________________________________________________________
20885 [  9075] By: jhi                                   on 2001/03/07  22:05:11
20886         Log: More UTF-8 test tweaks.
20887      Branch: perl
20888            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
20889 ____________________________________________________________________________
20890 [  9074] By: nick                                  on 2001/03/07  21:39:29
20891         Log: Integrate mainline.
20892      Branch: perlio
20893           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
20894           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
20895           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
20896           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
20897           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
20898 ____________________________________________________________________________
20899 [  9073] By: jhi                                   on 2001/03/07  16:37:09
20900         Log: Update Changes.
20901      Branch: perl
20902            ! Changes patchlevel.h
20903 ____________________________________________________________________________
20904 [  9072] By: jhi                                   on 2001/03/07  16:32:30
20905         Log: Subject: [ID 20010306.004] || != named unary operator
20906              From: abela@geneanet.org
20907              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
20908              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
20909      Branch: perl
20910            ! pod/perlop.pod
20911 ____________________________________________________________________________
20912 [  9071] By: jhi                                   on 2001/03/07  15:14:11
20913         Log: Subject: downgrading to bytes for common functions
20914              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
20915              Date: Wed, 7 Mar 2001 02:36:55 -0500
20916              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
20917      Branch: perl
20918            ! pp_sys.c
20919 ____________________________________________________________________________
20920 [  9070] By: jhi                                   on 2001/03/07  15:04:58
20921         Log: Clarify the description differentiating for and while; inspired by
20922              
20923              Subject: [ID 20010306.002] for/while difference in for definition
20924              From: abela@geneanet.org
20925              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
20926              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
20927      Branch: perl
20928            ! pod/perlsyn.pod
20929 ____________________________________________________________________________
20930 [  9069] By: jhi                                   on 2001/03/07  14:55:30
20931         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20932              From: Dorner Thomas <Thomas.Dorner@start.de>
20933              Date: Wed, 7 Mar 2001 14:13:31 +0100
20934              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20935      Branch: perl
20936            ! Makefile.SH
20937 ____________________________________________________________________________
20938 [  9068] By: jhi                                   on 2001/03/07  14:51:17
20939         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20940              From: Radu Greab <radu@netsoft.ro>
20941              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
20942              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
20943      Branch: perl
20944            ! pp.c t/op/chop.t
20945 ____________________________________________________________________________
20946 [  9067] By: jhi                                   on 2001/03/07  14:48:57
20947         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20948              From: Simon Cozens <simon@netthink.co.uk>
20949              Date: Wed, 7 Mar 2001 13:59:28 +0000
20950              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
20951              
20952              In order to allow MakeMaker to build correct Makefiles,
20953              you need to change the order of the arguments in MM_Unix.pm
20954              as well. (Unless you have C89_CCMODE set, but we're trying
20955              to be POSIXly correct)
20956              
20957              Thanks to Merijn Broeren for tracking this down.
20958      Branch: perl
20959            ! lib/ExtUtils/MM_Unix.pm
20960 ____________________________________________________________________________
20961 [  9066] By: jhi                                   on 2001/03/07  14:30:02
20962         Log: Floating point too messy.
20963      Branch: perl
20964            ! t/camel-III/vstring.t
20965 ____________________________________________________________________________
20966 [  9065] By: jhi                                   on 2001/03/07  14:17:44
20967         Log: Integrate change #9064 from maintperl into mainline.
20968              
20969              fix memory leak in pack("Bb",...)
20970      Branch: perl
20971           !> perl.c
20972 ____________________________________________________________________________
20973 [  9064] By: gsar                                  on 2001/03/07  06:29:24
20974         Log: fix memory leak in pack("Bb",...)
20975      Branch: maint-5.6/perl
20976            ! perl.c
20977 ____________________________________________________________________________
20978 [  9063] By: jhi                                   on 2001/03/07  00:55:04
20979         Log: Major utf8 test reorganisation and rewrite.
20980              Hopefully no tests were lost in the shuffle.
20981              (The beginning of pragma/utf8 was lost intentionally,
20982              the tests were rather bogus and incomplete.)
20983      Branch: perl
20984            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
20985            ! t/pragma/utf8.t
20986 ____________________________________________________________________________
20987 [  9062] By: jhi                                   on 2001/03/07  00:41:16
20988         Log: More tweakage on the Unicode character class descriptions.
20989      Branch: perl
20990            ! lib/unicode/mktables.PL pod/perlretut.pod
20991 ____________________________________________________________________________
20992 [  9061] By: jhi                                   on 2001/03/06  23:12:38
20993         Log: The perlretut was still talking about the old \p and \P
20994              definitions.
20995      Branch: perl
20996            ! pod/perlretut.pod
20997 ____________________________________________________________________________
20998 [  9060] By: nick                                  on 2001/03/06  20:52:37
20999         Log: Integrate mainline (make test works again now).
21000      Branch: perlio
21001           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
21002 ____________________________________________________________________________
21003 [  9059] By: jhi                                   on 2001/03/06  15:36:14
21004         Log: 0.999... does equal 1.0, doesn't it?
21005      Branch: perl
21006            ! t/camel-III/vstring.t
21007 ____________________________________________________________________________
21008 [  9058] By: jhi                                   on 2001/03/06  15:34:00
21009         Log: Make /x{abcd}/ to work without use utf8.
21010      Branch: perl
21011            ! regcomp.c
21012 ____________________________________________________________________________
21013 [  9057] By: jhi                                   on 2001/03/06  03:02:36
21014         Log: Easier to outcomment all the three reset() tests for now.
21015      Branch: perl
21016            ! t/op/pat.t
21017 ____________________________________________________________________________
21018 [  9056] By: jhi                                   on 2001/03/06  02:30:02
21019         Log: Comment out the deadly reset; until the 20010301.005
21020              is finally fixed.
21021      Branch: perl
21022            ! t/op/pat.t
21023 ____________________________________________________________________________
21024 [  9055] By: jhi                                   on 2001/03/06  02:21:26
21025         Log: Integrate the change #9054 from mainline:
21026              retract the PMOP cleanup patch pending further investigation.
21027      Branch: maint-5.6/perl
21028           !> op.c op.h
21029 ____________________________________________________________________________
21030 [  9054] By: jhi                                   on 2001/03/06  02:19:57
21031         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
21032              with oddly familiar stack traces.
21033      Branch: perl
21034            ! op.c op.h
21035 ____________________________________________________________________________
21036 [  9053] By: jhi                                   on 2001/03/05  23:20:28
21037         Log: Integrate perlio.
21038      Branch: perl
21039           +> ext/Encode/Encode/koi8-r.ucm
21040           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21041           !> makedef.pl
21042 ____________________________________________________________________________
21043 [  9052] By: nick                                  on 2001/03/05  23:08:17
21044         Log: skipping USE_PERLIO symbols correction.
21045      Branch: perlio
21046            ! makedef.pl
21047 ____________________________________________________________________________
21048 [  9051] By: nick                                  on 2001/03/05  22:35:07
21049         Log: More Encode alias tidying.
21050      Branch: perlio
21051            + ext/Encode/Encode/koi8-r.ucm
21052            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21053 ____________________________________________________________________________
21054 [  9050] By: jhi                                   on 2001/03/05  21:44:29
21055         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
21056              Sarathy's fix for ID 20010301.005.
21057      Branch: maint-5.6/perl
21058           !> op.c op.h
21059 ____________________________________________________________________________
21060 [  9049] By: nick                                  on 2001/03/05  19:54:04
21061         Log: Integrate Jarkko's Encode.pm tweak.
21062      Branch: perlio
21063           !> ext/Encode/Encode.pm
21064 ____________________________________________________________________________
21065 [  9048] By: nick                                  on 2001/03/05  19:47:57
21066         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
21067      Branch: perlio
21068           +> os2/os2add.sym
21069           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
21070           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
21071           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
21072           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
21073           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
21074 ____________________________________________________________________________
21075 [  9047] By: jhi                                   on 2001/03/05  19:25:26
21076         Log: Regen perlapi.
21077      Branch: perl
21078            ! pod/perlapi.pod
21079 ____________________________________________________________________________
21080 [  9046] By: jhi                                   on 2001/03/05  19:12:14
21081         Log: Integrate perlio.
21082      Branch: perl
21083           +> t/camel-III/vstring.t
21084           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
21085 ____________________________________________________________________________
21086 [  9045] By: jhi                                   on 2001/03/05  19:10:36
21087         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
21088      Branch: perl
21089            ! ext/Encode/Encode.pm
21090 ____________________________________________________________________________
21091 [  9044] By: jhi                                   on 2001/03/05  18:49:12
21092         Log: Forgot the other half of the PMOP patch (#9033).
21093      Branch: perl
21094            ! op.h
21095 ____________________________________________________________________________
21096 [  9043] By: nick                                  on 2001/03/05  18:14:47
21097         Log: Update MANIFEST for new test.
21098      Branch: perlio
21099            ! MANIFEST
21100 ____________________________________________________________________________
21101 [  9042] By: nick                                  on 2001/03/05  18:12:41
21102         Log: Some tests for Camel 3rd edition features.
21103              Make gethostbyaddr() test in above work.
21104      Branch: perlio
21105            + t/camel-III/vstring.t
21106            ! pp.h pp_sys.c t/TEST t/harness
21107 ____________________________________________________________________________
21108 [  9041] By: jhi                                   on 2001/03/05  17:41:48
21109         Log: Add more ISO 8859 encoding aliases.
21110      Branch: perl
21111            ! ext/Encode/Encode.pm
21112 ____________________________________________________________________________
21113 [  9040] By: jhi                                   on 2001/03/05  17:30:43
21114         Log: Integrate perlio.
21115      Branch: perl
21116           !> MANIFEST sv.c
21117 ____________________________________________________________________________
21118 [  9039] By: nick                                  on 2001/03/05  17:11:36
21119         Log: Missed added file.
21120      Branch: perlio
21121            ! MANIFEST
21122 ____________________________________________________________________________
21123 [  9038] By: jhi                                   on 2001/03/05  15:58:01
21124         Log: Add tr tests for EBCDIC, from Karsten Sperling.
21125      Branch: perl
21126            ! t/op/tr.t
21127 ____________________________________________________________________________
21128 [  9037] By: nick                                  on 2001/03/05  15:56:35
21129         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
21130              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
21131              
21132              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
21133              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
21134              - uses SvPV() rather than sv_2pv() in case it isn't a string.
21135      Branch: perlio
21136            ! sv.c
21137 ____________________________________________________________________________
21138 [  9036] By: jhi                                   on 2001/03/05  15:49:15
21139         Log: Add matching tests currently failing in EBCDIC,
21140              suggested by Karsten Sperling.
21141      Branch: perl
21142            ! t/op/pat.t
21143 ____________________________________________________________________________
21144 [  9035] By: jhi                                   on 2001/03/05  15:36:55
21145         Log: The #9034 needs a MANIFESTation.
21146      Branch: perl
21147            ! MANIFEST
21148 ____________________________________________________________________________
21149 [  9034] By: jhi                                   on 2001/03/05  15:35:14
21150         Log: Integrate perlio.
21151      Branch: perl
21152           +> ext/Encode/Encode/Tcl.pm
21153           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21154           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21155           !> ext/Encode/Encode/iso8859-1.ucm
21156           !> ext/Encode/Encode/iso8859-10.ucm
21157           !> ext/Encode/Encode/iso8859-13.ucm
21158           !> ext/Encode/Encode/iso8859-14.ucm
21159           !> ext/Encode/Encode/iso8859-15.ucm
21160           !> ext/Encode/Encode/iso8859-16.ucm
21161           !> ext/Encode/Encode/iso8859-2.ucm
21162           !> ext/Encode/Encode/iso8859-3.ucm
21163           !> ext/Encode/Encode/iso8859-4.ucm
21164           !> ext/Encode/Encode/iso8859-5.ucm
21165           !> ext/Encode/Encode/iso8859-6.ucm
21166           !> ext/Encode/Encode/iso8859-7.ucm
21167           !> ext/Encode/Encode/iso8859-8.ucm
21168           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21169           !> t/lib/encode.t
21170 ____________________________________________________________________________
21171 [  9033] By: jhi                                   on 2001/03/05  15:33:18
21172         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
21173              From: Gurusamy Sarathy <gsar@ActiveState.com>
21174              Date: Sun, 04 Mar 2001 22:33:15 -0800
21175              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
21176              
21177              PMOPs need to remember their own stash so that they can
21178              gracefully remove themselves from their linked list.
21179      Branch: perl
21180            ! op.c
21181 ____________________________________________________________________________
21182 [  9032] By: nick                                  on 2001/03/05  14:51:50
21183         Log: Encode implementation "completion"
21184              Implement and document define_encoding()
21185              Implement and document encoding aliases including define_alias()
21186              Make Encode::XS use define_encoding() rather than back-door.
21187              Move run-time *.enc to separate Encode::Tcl module.
21188              Make 'compile' honour <codeset_name>
21189              Change canonical names of to iso-8859-* and US-ascii.
21190      Branch: perlio
21191            + ext/Encode/Encode/Tcl.pm
21192            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21193            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21194            ! ext/Encode/Encode/iso8859-1.ucm
21195            ! ext/Encode/Encode/iso8859-10.ucm
21196            ! ext/Encode/Encode/iso8859-13.ucm
21197            ! ext/Encode/Encode/iso8859-14.ucm
21198            ! ext/Encode/Encode/iso8859-15.ucm
21199            ! ext/Encode/Encode/iso8859-16.ucm
21200            ! ext/Encode/Encode/iso8859-2.ucm
21201            ! ext/Encode/Encode/iso8859-3.ucm
21202            ! ext/Encode/Encode/iso8859-4.ucm
21203            ! ext/Encode/Encode/iso8859-5.ucm
21204            ! ext/Encode/Encode/iso8859-6.ucm
21205            ! ext/Encode/Encode/iso8859-7.ucm
21206            ! ext/Encode/Encode/iso8859-8.ucm
21207            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21208            ! t/lib/encode.t
21209 ____________________________________________________________________________
21210 [  9031] By: jhi                                   on 2001/03/05  13:51:17
21211         Log: Integrate change #9030 from maintperl into mainline.
21212              
21213              Subject: [PATCH 5.6.1] OS/2 cleanup
21214      Branch: perl
21215           +> os2/os2add.sym
21216           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21217           !> makedef.pl os2/Changes os2/Makefile.SHs
21218           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21219           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21220           !> os2/os2.sym os2/os2ish.h
21221 ____________________________________________________________________________
21222 [  9030] By: jhi                                   on 2001/03/05  13:46:49
21223         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
21224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21225              Date: Mon, 5 Mar 2001 02:29:44 -0500
21226              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
21227      Branch: maint-5.6/perl
21228            + os2/os2add.sym
21229            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21230            ! makedef.pl os2/Changes os2/Makefile.SHs
21231            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21232            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21233            ! os2/os2.sym os2/os2ish.h
21234 ____________________________________________________________________________
21235 [  9029] By: jhi                                   on 2001/03/05  13:40:35
21236         Log: Integrate change #9028 from maintperl into mainline.
21237              
21238              various nits in MM_Unix.pm found by disabling SelfLoader
21239      Branch: perl
21240           !> lib/ExtUtils/MM_Unix.pm
21241 ____________________________________________________________________________
21242 [  9028] By: gsar                                  on 2001/03/05  09:58:38
21243         Log: various nits in MM_Unix.pm found by disabling SelfLoader
21244      Branch: maint-5.6/perl
21245            ! lib/ExtUtils/MM_Unix.pm
21246 ____________________________________________________________________________
21247 [  9027] By: nick                                  on 2001/03/05  08:35:22
21248         Log: Integrate mainline
21249      Branch: perlio
21250           !> (integrate 28 files)
21251 ____________________________________________________________________________
21252 [  9026] By: jhi                                   on 2001/03/05  02:14:59
21253         Log: Integrate change #9025 from mainline to maintperl,
21254              retract \N{U+HHHH}.
21255      Branch: maint-5.6/perl
21256           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21257           !> t/lib/charnames.t toke.c
21258 ____________________________________________________________________________
21259 [  9025] By: jhi                                   on 2001/03/05  02:13:09
21260         Log: Retracting \N{U+HHHH}.
21261      Branch: perl
21262            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21263            ! t/lib/charnames.t toke.c
21264 ____________________________________________________________________________
21265 [  9024] By: jhi                                   on 2001/03/04  20:51:07
21266         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
21267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21268              Date: Fri, 02 Mar 2001 18:25:26 +0100
21269              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
21270              
21271              Casting problem.
21272      Branch: perl
21273            ! ext/Storable/Storable.xs
21274 ____________________________________________________________________________
21275 [  9023] By: jhi                                   on 2001/03/04  19:46:45
21276         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
21277              From: nick@talking.bollo.cx
21278              Date: Sat, 03 Mar 2001 21:41:33 +0000
21279              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
21280              
21281              Revert the workaround.
21282      Branch: perl
21283            ! perlio.c
21284 ____________________________________________________________________________
21285 [  9022] By: jhi                                   on 2001/03/04  19:36:28
21286         Log: Update Changes.
21287      Branch: perl
21288            ! Changes patchlevel.h
21289 ____________________________________________________________________________
21290 [  9021] By: jhi                                   on 2001/03/04  18:41:00
21291         Log: makedef.pl updates suggested by Chris Nandor; double-checking
21292              the changes in AIX, OS/2 Win32 would be nice.
21293      Branch: perl
21294            ! makedef.pl
21295 ____________________________________________________________________________
21296 [  9020] By: jhi                                   on 2001/03/04  18:23:58
21297         Log: Integrate change #9012 from maintperl into mainline,
21298              quench a compiler warning.
21299      Branch: perl
21300           !> toke.c
21301 ____________________________________________________________________________
21302 [  9019] By: jhi                                   on 2001/03/04  18:18:43
21303         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
21304              
21305              \N{U+HHHH} fix.
21306              
21307              pattern in G_ARRAY context
21308      Branch: maint-5.6/perl
21309           !> pp_hot.c t/op/pat.t toke.c
21310 ____________________________________________________________________________
21311 [  9018] By: jhi                                   on 2001/03/04  18:07:48
21312         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
21313              From: Jeff Pinyan <jeffp@crusoe.net>
21314              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
21315              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
21316      Branch: perl
21317            ! pp_hot.c t/op/pat.t
21318 ____________________________________________________________________________
21319 [  9017] By: jhi                                   on 2001/03/04  18:06:21
21320         Log: I thought I tested the #9014.
21321      Branch: perl
21322            ! toke.c
21323 ____________________________________________________________________________
21324 [  9016] By: jhi                                   on 2001/03/04  17:41:22
21325         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
21326              
21327              Tweak the get*ent() OS/2 prototypes.
21328              
21329              Add the \N{U+HHHH} syntax.
21330              
21331              More tr/// UTF-8 fixes from Inaba Hiroto.
21332      Branch: maint-5.6/perl
21333           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
21334           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
21335 ____________________________________________________________________________
21336 [  9015] By: jhi                                   on 2001/03/04  17:36:04
21337         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
21338      Branch: perl
21339            ! doop.c t/op/tr.t
21340 ____________________________________________________________________________
21341 [  9014] By: jhi                                   on 2001/03/04  17:24:49
21342         Log: Add the \N{U+HHHH} syntax.
21343      Branch: perl
21344            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21345            ! t/lib/charnames.t toke.c
21346 ____________________________________________________________________________
21347 [  9013] By: jhi                                   on 2001/03/04  17:20:45
21348         Log: Tweak the get*ent() OS/2 prototypes.
21349      Branch: perl
21350            ! os2/os2.c
21351 ____________________________________________________________________________
21352 [  9012] By: gsar                                  on 2001/03/04  06:26:14
21353         Log: avoid warning (nit in change#9009)
21354      Branch: maint-5.6/perl
21355            ! toke.c
21356 ____________________________________________________________________________
21357 [  9011] By: gsar                                  on 2001/03/04  06:15:24
21358         Log: lib/charnames.t fails in 5.6.x because of older Unicode
21359              data
21360              
21361              TODO: need to revisit this after updating lib/unicode/...
21362      Branch: maint-5.6/perl
21363            ! t/lib/charnames.t
21364 ____________________________________________________________________________
21365 [  9010] By: gsar                                  on 2001/03/04  06:08:36
21366         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
21367      Branch: maint-5.6/perl
21368            ! toke.c
21369 ____________________________________________________________________________
21370 [  9009] By: jhi                                   on 2001/03/03  19:27:20
21371         Log: Integrate change #9008 from mainline to maintperl,
21372              UTF-8 tr/// fixes from Inaba Hiroto.
21373      Branch: maint-5.6/perl
21374           !> doop.c op.c t/op/tr.t toke.c
21375 ____________________________________________________________________________
21376 [  9008] By: jhi                                   on 2001/03/03  19:19:42
21377         Log: UTF8 tr/// fixes from Inaba Hiroto.
21378      Branch: perl
21379            ! doop.c op.c t/op/tr.t toke.c
21380 ____________________________________________________________________________
21381 [  9007] By: jhi                                   on 2001/03/03  19:00:30
21382         Log: Integrate change #9006 from maintperl to mainline,
21383              more robust quest for the infinite.
21384      Branch: perl
21385           !> lib/Math/Complex.pm
21386 ____________________________________________________________________________
21387 [  9006] By: jhi                                   on 2001/03/03  18:58:06
21388         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
21389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21390              Date: Sat, 3 Mar 2001 12:51:50 -0500
21391              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
21392              
21393              Be more robust in our quest for the infinite.
21394      Branch: maint-5.6/perl
21395            ! lib/Math/Complex.pm
21396 ____________________________________________________________________________
21397 [  9005] By: jhi                                   on 2001/03/03  17:55:50
21398         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
21399      Branch: maint-5.6/perl
21400            ! doio.c
21401 ____________________________________________________________________________
21402 [  9004] By: jhi                                   on 2001/03/03  17:40:14
21403         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
21404              so that picky compilers like IRIX won't get huffy about
21405              "statements without effect" (like 1;).
21406      Branch: perl
21407            ! toke.c
21408 ____________________________________________________________________________
21409 [  9003] By: jhi                                   on 2001/03/03  17:15:52
21410         Log: Integrate change #9002 from mainline to maintperl.
21411              
21412              Subject: [perl-5.6.x, perl-current] accept for EPOC
21413      Branch: maint-5.6/perl
21414           !> pp_sys.c
21415 ____________________________________________________________________________
21416 [  9002] By: jhi                                   on 2001/03/03  17:14:30
21417         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
21418              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21419              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
21420              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
21421      Branch: perl
21422            ! pp_sys.c
21423 ____________________________________________________________________________
21424 [  9001] By: jhi                                   on 2001/03/03  17:13:13
21425         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
21426              From: "Craig A. Berry" <craigberry@mac.com>
21427              Date: Fri, 02 Mar 2001 17:44:40 -0600
21428              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
21429      Branch: perl
21430            ! t/pod/find.t
21431 ____________________________________________________________________________
21432 [  9000] By: jhi                                   on 2001/03/03  17:11:55
21433         Log: Integrate changes #8997,8999 from maintperl.
21434              
21435              Subject: [PATCH 5.6.1] compiling on OS/2
21436              (Better error message from hints/os2.sh)
21437              
21438              Subject: [PATCH 5.6.1] syslog.t
21439      Branch: perl
21440           !> hints/os2.sh t/lib/syslog.t
21441 ____________________________________________________________________________
21442 [  8999] By: jhi                                   on 2001/03/03  17:09:28
21443         Log: Subject: [PATCH 5.6.1] syslog.t
21444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21445              Date: Sat, 3 Mar 2001 02:11:17 -0500
21446              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
21447      Branch: maint-5.6/perl
21448            ! t/lib/syslog.t
21449 ____________________________________________________________________________
21450 [  8998] By: jhi                                   on 2001/03/03  17:07:50
21451         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
21452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21453              Date: Sat, 3 Mar 2001 01:53:52 -0500
21454              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
21455      Branch: maint-5.6/perl
21456            ! opcode.pl os2/os2.c
21457 ____________________________________________________________________________
21458 [  8997] By: jhi                                   on 2001/03/03  17:03:30
21459         Log: Subject: [PATCH 5.6.1] compiling on OS/2
21460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21461              Date: Sat, 3 Mar 2001 01:59:59 -0500
21462              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
21463      Branch: maint-5.6/perl
21464            ! hints/os2.sh
21465 ____________________________________________________________________________
21466 [  8996] By: jhi                                   on 2001/03/03  00:55:58
21467         Log: Regen files for mainline.
21468      Branch: perl
21469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21470            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
21471 ____________________________________________________________________________
21472 [  8995] By: jhi                                   on 2001/03/03  00:35:22
21473         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
21474              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
21475              to maintperl.
21476              
21477              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
21478              
21479              Add Configure option -Dmksymlinks which will create a symlink
21480              forest if the current/build differs from the source directory.
21481              (8218,8220,8221,8317,8318,8971)
21482              
21483              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21484              (Document APPLLIB_EXP in INSTALL.)
21485              
21486              If running byacc write-enable also perly.h.
21487              
21488              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
21489              
21490              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
21491              
21492              Sanity check for conflicting thread flavours.
21493              
21494              Fix the sys/fcntl.h problem reported by Peter Prymmer.
21495              
21496              Add few CPUs/architectures to the Cppsym scan,
21497              add -perlio to archname if so selected (modified 8890)
21498              
21499              Be more helpful for devel builders, suggested by John L. Allen.
21500              (admittedly pointless change for maintperl, but the usedevel
21501              code is there already)
21502      Branch: maint-5.6/perl
21503           !> Configure INSTALL Makefile.SH Porting/Glossary
21504           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
21505           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
21506           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
21507           !> win32/config.bc win32/config.gc win32/config.vc
21508 ____________________________________________________________________________
21509 [  8994] By: jhi                                   on 2001/03/02  23:31:41
21510         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
21511      Branch: metaconfig/U/perl
21512            ! gccvers.U
21513 ____________________________________________________________________________
21514 [  8993] By: jhi                                   on 2001/03/02  23:22:12
21515         Log: Regenerate various files for maint.
21516      Branch: maint-5.6/perl
21517            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
21518            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
21519 ____________________________________________________________________________
21520 [  8992] By: alanbur                               on 2001/03/02  22:48:34
21521         Log: Resync wuth parent
21522      Branch: maint-5.6/pureperl
21523           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21524           !> (integrate 60 files)
21525 ____________________________________________________________________________
21526 [  8991] By: jhi                                   on 2001/03/02  21:00:08
21527         Log: Retract the #8742 part of #8986, backward compat.
21528      Branch: maint-5.6/perl
21529            ! embed.pl
21530 ____________________________________________________________________________
21531 [  8990] By: jhi                                   on 2001/03/02  20:40:07
21532         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
21533      Branch: maint-5.6/perl
21534            ! hv.c
21535 ____________________________________________________________________________
21536 [  8989] By: jhi                                   on 2001/03/02  19:59:56
21537         Log: Update Changes.
21538      Branch: perl
21539            ! Changes patchlevel.h
21540 ____________________________________________________________________________
21541 [  8988] By: jhi                                   on 2001/03/02  19:57:08
21542         Log: Integrate perlio.
21543      Branch: perl
21544           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21545           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21546           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21547           !> ext/Encode/Encode/iso8859-10.ucm
21548           !> ext/Encode/Encode/iso8859-13.ucm
21549           !> ext/Encode/Encode/iso8859-14.ucm
21550           !> ext/Encode/Encode/iso8859-15.ucm
21551           !> ext/Encode/Encode/iso8859-16.ucm
21552           !> ext/Encode/Encode/iso8859-2.ucm
21553           !> ext/Encode/Encode/iso8859-3.ucm
21554           !> ext/Encode/Encode/iso8859-4.ucm
21555           !> ext/Encode/Encode/iso8859-5.ucm
21556           !> ext/Encode/Encode/iso8859-6.ucm
21557           !> ext/Encode/Encode/iso8859-7.ucm
21558           !> ext/Encode/Encode/iso8859-8.ucm
21559           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21560           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
21561 ____________________________________________________________________________
21562 [  8987] By: jhi                                   on 2001/03/02  19:43:40
21563         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
21564              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
21565              8950,8952,8955 from mainline to maintperl.
21566              
21567              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21568              
21569              Put to rest the 20010205.001, the email address checking (not) regex.
21570              
21571              fork() not everywhere, cleanup temp files.
21572              
21573              The #8843 wasn't quite right: %Config needs to imported.
21574              
21575              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
21576              (#8849: the glob-basic hunk needed massaging as it depended
21577              on Schwern's large-scale (unintegrated) patches)
21578              
21579              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
21580              
21581              Upgrade to CGI.pm 2.752, from Lincoln Stein.
21582              (Note: there were some conflicts due to EBCDIC and EPOC
21583              patches, in general I preferred the repository code.)
21584              (When 2.753 comes out, we need to synchronize.)
21585              
21586              Subject: [PATCH] fix for charnames above FFFF
21587              
21588              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
21589              
21590              If no sfio, no -lsfio.
21591              
21592              Run run/*.t also in minitest.
21593              
21594              Subject:  [PATCH perl 5.7.0] malloc message address offset
21595              
21596              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21597              
21598              Subject: fix for parameter -Dm (for perl@8867)
21599              
21600              Subject: [PATCH: perl@8892] was Re: hashing order difference?
21601              (make the test more portable)
21602              
21603              Subject: Re: [PATCH] fix for charnames above FFFF
21604              
21605              Subject: Re: I'm losing the war...
21606              (hv_store() not working correctly in ENV_IS_CASELESS case.)
21607              
21608              Subject: Modified README.bs2000 
21609              
21610              Subject: [PATCH: perl@8935] -Dt padsv($var)
21611              
21612              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21613              
21614              Subject: PATCH: extra tests to check on negative float to unsigned cast
21615              
21616              Subject: [PATCH] XPUSH[insp] was Re: progress
21617              
21618              Subject: Re: Compile with perlcc..
21619      Branch: maint-5.6/perl
21620           !> (integrate 36 files)
21621 ____________________________________________________________________________
21622 [  8986] By: jhi                                   on 2001/03/02  18:51:25
21623         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
21624              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
21625              to maintperl.
21626              
21627              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
21628              
21629              Subject: [DOC PATCH] overload.pm nits
21630              
21631              Add header for LIB$ prototypes (C. Berry)
21632              
21633              Convert fwrite()s to sockets to write()s, since some socket stacks
21634              don't take kindly to stdio.
21635              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21636              (for often optional LNMs)
21637              Correct a few typos
21638              (C. Bailey)
21639              
21640              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21641              
21642              De-cut-and-pasto.
21643              
21644              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21645              
21646              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21647              
21648              Upgrade to CPAN 1.59_54, from Andreas König.
21649              
21650              Bogus shebang.
21651              
21652              Subject: [PATCH] Document makepatch in Porting/patching
21653              
21654              UTF-8 documentation.
21655              
21656              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21657              
21658              Sort the MANIFEST.
21659              
21660              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21661              
21662              Subject: [PATCH @8807] toke.c cleanup: scan_str()
21663              
21664              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21665              
21666              Add run/*.t to testables.
21667              
21668              TODO: integrate #8784.
21669      Branch: maint-5.6/perl
21670           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21671           !> (integrate 28 files)
21672 ____________________________________________________________________________
21673 [  8985] By: nick                                  on 2001/03/02  18:15:45
21674         Log: Integrate mainline
21675      Branch: perlio
21676           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
21677           !> vms/vms.c
21678 ____________________________________________________________________________
21679 [  8984] By: jhi                                   on 2001/03/02  16:00:17
21680         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
21681              
21682              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
21683              5.004_05, and mention the suidperl August 2000 security problem.
21684              (#8978,#8981)
21685              
21686              Subject: [ID 20010301.004] Technically speaking in perldata
21687              
21688              Subject: [PATCH] File::Copy for bleadperl, maintperl
21689              
21690              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21691              
21692              (The #8982, fix for 20010221.005 and 20010221.008,
21693              would be nice too but it didn't integrate cleanly.)
21694      Branch: maint-5.6/perl
21695           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
21696 ____________________________________________________________________________
21697 [  8983] By: jhi                                   on 2001/03/02  15:51:16
21698         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21699              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21700              Date:     Thu, 1 Mar 2001 15:54:09 EST
21701              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
21702      Branch: perl
21703            ! vms/vms.c
21704 ____________________________________________________________________________
21705 [  8982] By: jhi                                   on 2001/03/02  15:43:31
21706         Log: Subject: Re: sync sync sync: have I missed any patches?
21707              From: Radu Greab <radu@netsoft.ro> 
21708              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
21709              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
21710              
21711              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
21712              was checking argv[0] regardless of whether a different pathname
21713              will actually be executed."  Test case not supplied because 
21714              drafting that, ironically enough, revealed another bug
21715              (or a feature).
21716      Branch: perl
21717            ! doio.c
21718 ____________________________________________________________________________
21719 [  8981] By: jhi                                   on 2001/03/02  15:28:03
21720         Log: Misdate in #8978.
21721      Branch: perl
21722            ! pod/perlfaq1.pod
21723 ____________________________________________________________________________
21724 [  8980] By: jhi                                   on 2001/03/02  15:24:20
21725         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
21726              From: Chris Nandor <pudge@pobox.com>
21727              Date: Wed, 28 Feb 2001 22:10:15 -0500
21728              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
21729      Branch: perl
21730            ! lib/File/Copy.pm
21731 ____________________________________________________________________________
21732 [  8979] By: jhi                                   on 2001/03/02  15:17:16
21733         Log: Subject: [ID 20010301.004] Technically speaking in perldata
21734              From: abela@geneanet.org
21735              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
21736              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
21737      Branch: perl
21738            ! pod/perldata.pod
21739 ____________________________________________________________________________
21740 [  8978] By: jhi                                   on 2001/03/02  15:15:27
21741         Log: Subject: [ID 20010301.003] ref to 5.004
21742              From: abela@geneanet.org
21743              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
21744              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
21745              
21746              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
21747              and mention the suidperl August 2000 security problem.
21748      Branch: perl
21749            ! pod/perlfaq1.pod
21750 ____________________________________________________________________________
21751 [  8977] By: alanbur                               on 2001/03/02  14:17:45
21752         Log: Resynchronised with parent
21753      Branch: maint-5.6/pureperl
21754           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
21755           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
21756           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
21757           !> vms/descrip_mms.template win32/win32.c win32/win32.h
21758           !> win32/win32iop.h
21759 ____________________________________________________________________________
21760 [  8976] By: nick                                  on 2001/03/01  23:25:30
21761         Log: Integrate mainline.
21762      Branch: perlio
21763            - t/op/qu.t
21764           !> (integrate 55 files)
21765 ____________________________________________________________________________
21766 [  8975] By: jhi                                   on 2001/03/01  16:51:34
21767         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
21768      Branch: perl
21769           !> toke.c
21770 ____________________________________________________________________________
21771 [  8974] By: gsar                                  on 2001/03/01  16:28:21
21772         Log: fix for bugid 20010226.008
21773              
21774              the problem was that some of the pointers (PL_last_lop and
21775              PL_last_uni specifically) into the lex buffers weren't correctly
21776              being invalidated when the buffer changed; this would leave the
21777              pointers pointing at an arbitrary location in the buffer if
21778              the buffer didn't need to be reallocated, or point into freed
21779              memory if the buffer had to be realloced
21780              
21781              TODO item for bugdb maintainers: check other seemingly random
21782              parser-related bugs--they might be cured by this
21783      Branch: maint-5.6/perl
21784            ! toke.c
21785 ____________________________________________________________________________
21786 [  8973] By: jhi                                   on 2001/03/01  02:23:25
21787         Log: Retract #8970 because of a completely mysterious core dump:
21788              adding the tests 241..244 causes op/pat dump core at test #25.
21789              The test needs a lot of whittling down before the bug can be solved.
21790      Branch: perl
21791            ! t/op/pat.t
21792 ____________________________________________________________________________
21793 [  8972] By: jhi                                   on 2001/03/01  01:58:38
21794         Log: Regen perlapi.
21795      Branch: perl
21796            ! pod/perlapi.pod
21797 ____________________________________________________________________________
21798 [  8971] By: jhi                                   on 2001/03/01  01:34:09
21799         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))
21800              From: Nicholas Clark <nick@ccl4.org>
21801              Date: Wed, 28 Feb 2001 23:28:49 +0000
21802              Message-ID: <20010228232849.A55187@plum.flirble.org>
21803              
21804              Allow a completely write protected source code tree
21805              when using the Configure -Dmksymlinks.
21806      Branch: perl
21807            ! embed.pl warnings.pl
21808 ____________________________________________________________________________
21809 [  8970] By: jhi                                   on 2001/03/01  01:32:04
21810         Log: Add back the EBCDIC character range tests (for matching).
21811      Branch: perl
21812            ! t/op/pat.t
21813 ____________________________________________________________________________
21814 [  8969] By: nick                                  on 2001/02/28  18:18:01
21815         Log: Add charname comments to .ucm files writen by 'compile',
21816              also order charmaps in those files by source encoding.
21817              regenerate distrubuted .ucm files
21818      Branch: perlio
21819            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21820            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21821            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21822            ! ext/Encode/Encode/iso8859-10.ucm
21823            ! ext/Encode/Encode/iso8859-13.ucm
21824            ! ext/Encode/Encode/iso8859-14.ucm
21825            ! ext/Encode/Encode/iso8859-15.ucm
21826            ! ext/Encode/Encode/iso8859-16.ucm
21827            ! ext/Encode/Encode/iso8859-2.ucm
21828            ! ext/Encode/Encode/iso8859-3.ucm
21829            ! ext/Encode/Encode/iso8859-4.ucm
21830            ! ext/Encode/Encode/iso8859-5.ucm
21831            ! ext/Encode/Encode/iso8859-6.ucm
21832            ! ext/Encode/Encode/iso8859-7.ucm
21833            ! ext/Encode/Encode/iso8859-8.ucm
21834            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21835            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
21836 ____________________________________________________________________________
21837 [  8968] By: jhi                                   on 2001/02/28  16:26:37
21838         Log: Expand usemorebits early if d_casti32 needs to be undefined.
21839      Branch: perl
21840            ! hints/hpux.sh hints/irix_6.sh
21841 ____________________________________________________________________________
21842 [  8967] By: jhi                                   on 2001/02/28  16:22:26
21843         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
21844              retract toke.c/qu parts of #8583, retract #8485, retract
21845              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
21846              op/length.t, and MANIFEST, and delete t/op/qu.t.
21847      Branch: perl
21848            - t/op/qu.t
21849            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
21850            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
21851            ! t/op/length.t toke.c
21852 ____________________________________________________________________________
21853 [  8966] By: jhi                                   on 2001/02/28  15:00:27
21854         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
21855              by not changing from pre-Unicode days into being Unicode-aware.
21856              Sniff.
21857      Branch: perl
21858            ! pp.c t/op/pack.t t/op/qu.t
21859 ____________________________________________________________________________
21860 [  8965] By: jhi                                   on 2001/02/28  14:37:55
21861         Log: Subject: Re: Errors in core PODs
21862              From: Michael Stevens <michael@etla.org> 
21863              Date: Fri, 23 Feb 2001 15:47:56 +0000
21864              Message-ID: <20010223154756.A7723@firedrake.org> 
21865      Branch: perl
21866            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
21867            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
21868            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
21869            ! x2p/a2p.pod
21870 ____________________________________________________________________________
21871 [  8964] By: jhi                                   on 2001/02/28  14:35:35
21872         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
21873              (The #8961 was too bold.)
21874      Branch: perl
21875            ! hints/hpux.sh hints/irix_6.sh
21876 ____________________________________________________________________________
21877 [  8963] By: jhi                                   on 2001/02/28  14:33:39
21878         Log: Subject: Re: sync sync sync: have I missed any patches?
21879              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21880              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
21881              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
21882              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
21883              
21884              Replace djSP with dSP.
21885      Branch: perl
21886            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
21887            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
21888            ! win32/perlhost.h
21889 ____________________________________________________________________________
21890 [  8962] By: jhi                                   on 2001/02/27  23:21:14
21891         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
21892      Branch: perl
21893            ! lib/Filter/Simple.pm
21894 ____________________________________________________________________________
21895 [  8961] By: jhi                                   on 2001/02/27  22:55:26
21896         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
21897              and this would be it.
21898      Branch: perl
21899            ! hints/hpux.sh hints/irix_6.sh
21900 ____________________________________________________________________________
21901 [  8960] By: jhi                                   on 2001/02/27  22:51:33
21902         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21903              From: "Craig A. Berry" <craigberry@mac.com>
21904              Date: Tue, 27 Feb 2001 16:11:44 -0600
21905              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21906      Branch: maint-5.6/perl
21907            ! configure.com vms/descrip_mms.template
21908 ____________________________________________________________________________
21909 [  8959] By: jhi                                   on 2001/02/27  22:47:23
21910         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21911              From: "Craig A. Berry" <craigberry@mac.com>
21912              Date: Tue, 27 Feb 2001 16:11:44 -0600
21913              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21914      Branch: perl
21915            ! configure.com vms/descrip_mms.template
21916 ____________________________________________________________________________
21917 [  8958] By: jhi                                   on 2001/02/27  15:16:42
21918         Log: Update Changes.
21919      Branch: perl
21920            ! Changes patchlevel.h
21921 ____________________________________________________________________________
21922 [  8957] By: jhi                                   on 2001/02/27  06:15:07
21923         Log: Subject: [5.6.x] EPOC additions
21924              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21925              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
21926              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
21927      Branch: maint-5.6/perl
21928            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
21929 ____________________________________________________________________________
21930 [  8956] By: jhi                                   on 2001/02/27  06:12:11
21931         Log: Subject: [perl-current] EPOC 
21932              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21933              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
21934              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
21935      Branch: perl
21936            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
21937            ! epoc/epocish.c epoc/epocish.h pp_sys.c
21938 ____________________________________________________________________________
21939 [  8955] By: jhi                                   on 2001/02/27  05:59:50
21940         Log: Subject: Re: Compile with perlcc..
21941              From: Edward Peschko <edwardp@excitehome.net>
21942              Date: Mon, 26 Feb 2001 18:51:58 -0800
21943              Message-ID: <20010226185158.A9871@excitehome.net>
21944              
21945              plus add a simple usage message if no arguments given.
21946      Branch: perl
21947            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
21948            ! utils/Makefile utils/perlcc.PL win32/pod.mak
21949 ____________________________________________________________________________
21950 [  8954] By: nick                                  on 2001/02/26  21:02:59
21951         Log: Integrate mainline
21952      Branch: perlio
21953           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
21954           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
21955           !> t/op/sprintf.t
21956 ____________________________________________________________________________
21957 [  8953] By: jhi                                   on 2001/02/26  14:43:54
21958         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
21959              From: Nicholas Clark <nick@ccl4.org>
21960              Date: Mon, 26 Feb 2001 00:42:07 +0000
21961              Message-ID: <20010226004207.F23333@plum.flirble.org>
21962      Branch: perl
21963            ! pp_ctl.c
21964 ____________________________________________________________________________
21965 [  8952] By: jhi                                   on 2001/02/26  14:42:13
21966         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
21967              From: Simon Cozens <simon@netthink.co.uk>
21968              Date: Mon, 26 Feb 2001 12:23:48 +0000
21969              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
21970      Branch: perl
21971            ! pod/perlguts.pod
21972 ____________________________________________________________________________
21973 [  8951] By: jhi                                   on 2001/02/26  14:39:15
21974         Log: Subject: [PATCH] perlio - unknown layer
21975              From: Nicholas Clark <nick@ccl4.org>
21976              Date: Mon, 26 Feb 2001 00:27:19 +0000
21977              Message-ID: <20010226002719.E23333@plum.flirble.org>
21978      Branch: perl
21979            ! perlio.c
21980 ____________________________________________________________________________
21981 [  8950] By: jhi                                   on 2001/02/26  14:38:04
21982         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
21983              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
21984              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
21985              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
21986      Branch: perl
21987            ! t/op/bop.t
21988 ____________________________________________________________________________
21989 [  8949] By: jhi                                   on 2001/02/26  14:37:07
21990         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
21991              From: Peter Prymmer <pvhp@forte.com>
21992              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
21993              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
21994      Branch: perl
21995            ! lib/Test.pm
21996 ____________________________________________________________________________
21997 [  8948] By: jhi                                   on 2001/02/26  14:35:53
21998         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21999              From: Radu Greab <radu@netsoft.ro>
22000              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
22001              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
22002      Branch: perl
22003            ! pod/perlop.pod
22004 ____________________________________________________________________________
22005 [  8947] By: jhi                                   on 2001/02/26  14:34:46
22006         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
22007              From: David Mitchell <davem@fdgroup.co.uk>
22008              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
22009              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
22010      Branch: perl
22011            ! run.c
22012 ____________________________________________________________________________
22013 [  8946] By: jhi                                   on 2001/02/26  14:32:37
22014         Log: Subject: Modified README.bs2000 
22015              From: Dorner Thomas <Thomas.Dorner@start.de>
22016              Date: Mon, 26 Feb 2001 09:22:17 +0100
22017              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
22018      Branch: perl
22019            ! README.bs2000
22020 ____________________________________________________________________________
22021 [  8945] By: jhi                                   on 2001/02/26  14:19:53
22022         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
22023              to maintperl, listing the known failures on the tests 129 and 130.
22024      Branch: maint-5.6/perl
22025           !> t/op/sprintf.t
22026 ____________________________________________________________________________
22027 [  8944] By: jhi                                   on 2001/02/26  14:14:15
22028         Log: Add more known sprintf failures.
22029      Branch: perl
22030            ! t/op/sprintf.t
22031 ____________________________________________________________________________
22032 [  8943] By: jhi                                   on 2001/02/26  13:56:22
22033         Log: perlglob.exe needs to be found in Win32, patch from
22034              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
22035              which needs external glob at mini-perl time."
22036      Branch: perl
22037            ! ext/Encode/compile
22038 ____________________________________________________________________________
22039 [  8942] By: jhi                                   on 2001/02/26  13:52:19
22040         Log: A missing dTHX from Vadim Konovalov.
22041      Branch: perl
22042            ! perlio.c
22043 ____________________________________________________________________________
22044 [  8941] By: jhi                                   on 2001/02/26  13:37:05
22045         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
22046      Branch: perl
22047            ! op.c
22048 ____________________________________________________________________________
22049 [  8940] By: jhi                                   on 2001/02/26  13:35:40
22050         Log: Integrate perlio.
22051      Branch: perl
22052           !> ext/Encode/Encode.pm
22053 ____________________________________________________________________________
22054 [  8939] By: nick                                  on 2001/02/25  23:47:09
22055         Log: Integrate mainline.
22056      Branch: perlio
22057           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
22058           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
22059 ____________________________________________________________________________
22060 [  8938] By: nick                                  on 2001/02/25  19:36:28
22061         Log: Encode implementations docs.
22062      Branch: perlio
22063            ! ext/Encode/Encode.pm
22064 ____________________________________________________________________________
22065 [  8937] By: jhi                                   on 2001/02/25  19:26:16
22066         Log: Script wasn't aligned with reality.
22067      Branch: perl
22068            ! t/pod/find.t
22069 ____________________________________________________________________________
22070 [  8936] By: jhi                                   on 2001/02/25  18:54:55
22071         Log: Update Changes.
22072      Branch: perl
22073            ! Changes patchlevel.h
22074 ____________________________________________________________________________
22075 [  8935] By: jhi                                   on 2001/02/25  18:46:36
22076         Log: Retract #8929,8930,8932,8933 for now.
22077      Branch: perl
22078            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
22079 ____________________________________________________________________________
22080 [  8934] By: jhi                                   on 2001/02/25  17:34:35
22081         Log: Integrate perlio.
22082      Branch: perl
22083           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22084           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
22085           !> t/lib/encode.t
22086 ____________________________________________________________________________
22087 [  8933] By: jhi                                   on 2001/02/25  17:33:12
22088         Log: (Retracted by #8395.)
22089              
22090              Slight tweaks in scan_const(), not fixes yet, it seems like
22091              lots of work remains to be done...
22092      Branch: perl
22093            ! toke.c
22094 ____________________________________________________________________________
22095 [  8932] By: jhi                                   on 2001/02/25  17:27:11
22096         Log: (Retracted by #8395.)
22097              
22098              Missing from #8930.
22099      Branch: perl
22100            ! perl.h
22101 ____________________________________________________________________________
22102 [  8931] By: jhi                                   on 2001/02/25  17:26:19
22103         Log: A comment tweak.
22104      Branch: perl
22105            ! utf8.c
22106 ____________________________________________________________________________
22107 [  8930] By: jhi                                   on 2001/02/25  17:25:47
22108         Log: (Retracted by #8395.)
22109              
22110              Attempt to fix the EBCDIC character range problwm with //.
22111      Branch: perl
22112            ! regcomp.c
22113 ____________________________________________________________________________
22114 [  8929] By: jhi                                   on 2001/02/25  17:23:45
22115         Log: (Retracted by #8395.)
22116              
22117              Expand the EBCDIC character range tests, and add few nasty
22118              tr tests from Karsten Sperling.
22119      Branch: perl
22120            ! t/op/pat.t t/op/tr.t
22121 ____________________________________________________________________________
22122 [  8928] By: jhi                                   on 2001/02/25  17:18:49
22123         Log: Missing check-in.
22124      Branch: perl
22125            ! lib/Pod/Find.pm
22126 ____________________________________________________________________________
22127 [  8927] By: nick                                  on 2001/02/25  11:30:22
22128         Log: Change method names in Encode implementation classes to something
22129              less confusing (preparing to "go public").
22130      Branch: perlio
22131            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22132 ____________________________________________________________________________
22133 [  8926] By: nick                                  on 2001/02/25  10:53:24
22134         Log: GCC __atribute__ / printf fix
22135      Branch: perlio
22136            ! perl.h
22137 ____________________________________________________________________________
22138 [  8925] By: nick                                  on 2001/02/25  10:52:25
22139         Log: Checked in the wrong one ...
22140      Branch: perlio
22141            ! ext/Encode/Encode.pm
22142 ____________________________________________________________________________
22143 [  8924] By: nick                                  on 2001/02/24  18:46:51
22144         Log: Integrate mainline - to see what Jarkko has in ...
22145      Branch: perlio
22146           +> t/pod/testpods/lib/Pod/Stuff.pm
22147           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
22148 ____________________________________________________________________________
22149 [  8923] By: nick                                  on 2001/02/24  17:05:23
22150         Log: Encode API documentation nd tidy up.
22151              Minor additions to test.
22152              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
22153              Adds STRLEN to standard typemap.
22154      Branch: perlio
22155            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22156            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
22157 ____________________________________________________________________________
22158 [  8922] By: jhi                                   on 2001/02/24  16:38:12
22159         Log: Add a test for the "character range should match in EBCDIC
22160              if specified using explicit numerics" bug found by Karsten
22161              Sperling.
22162      Branch: perl
22163            ! t/op/pat.t
22164 ____________________________________________________________________________
22165 [  8921] By: jhi                                   on 2001/02/24  16:30:16
22166         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
22167              From: schwern@pobox.com
22168              Date: Fri, 23 Feb 2001 03:21:37 -0500
22169              Message-ID: <20010223032137.A26022@magnonel.guild.net>
22170              
22171              plus Charles Lane's fixes, plus tweaks.
22172      Branch: perl
22173            + t/pod/testpods/lib/Pod/Stuff.pm
22174            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
22175 ____________________________________________________________________________
22176 [  8920] By: nick                                  on 2001/02/24  10:30:11
22177         Log: Integrate mainline
22178      Branch: perlio
22179           !> (integrate 33 files)
22180 ____________________________________________________________________________
22181 [  8919] By: jhi                                   on 2001/02/24  00:23:35
22182         Log: Subject: Re: I'm losing the war...
22183              From: "Vadim Konovalov" <watman@inbox.ru>
22184              Date: Sat, 24 Feb 2001 00:10:14 +0300
22185              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
22186              
22187              hv_store() not working correctly in ENV_IS_CASELESS case.
22188      Branch: perl
22189            ! hv.c
22190 ____________________________________________________________________________
22191 [  8918] By: jhi                                   on 2001/02/24  00:20:09
22192         Log: Subject: Re: [PATCH] fix for charnames above FFFF
22193              From: andreas.koenig@anima.de (Andreas J. Koenig)
22194              Date: 23 Feb 2001 02:39:03 +0100
22195              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
22196              
22197              A further efficiency tweak.
22198      Branch: perl
22199            ! lib/charnames.pm
22200 ____________________________________________________________________________
22201 [  8917] By: jhi                                   on 2001/02/23  20:27:51
22202         Log: Integrate change #8916 from mainline,
22203              do away with USE_WIN32_RTL_ENV.
22204      Branch: maint-5.6/perl
22205           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22206 ____________________________________________________________________________
22207 [  8916] By: jhi                                   on 2001/02/23  20:02:25
22208         Log: Abolish USE_WIN32_RTL_ENV.
22209      Branch: perl
22210            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22211 ____________________________________________________________________________
22212 [  8915] By: jhi                                   on 2001/02/23  19:36:00
22213         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
22214              later protected by some #define.
22215      Branch: perl
22216            ! gv.c
22217 ____________________________________________________________________________
22218 [  8914] By: jhi                                   on 2001/02/23  19:31:38
22219         Log: Retract #8902 for now, requested by Charles Lane, the correct
22220              fix will be something else.
22221      Branch: perl
22222            ! op.c
22223 ____________________________________________________________________________
22224 [  8913] By: jhi                                   on 2001/02/23  19:11:36
22225         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
22226              From: Peter Prymmer <pvhp@forte.com>
22227              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
22228              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
22229      Branch: perl
22230            ! t/op/lex_assign.t
22231 ____________________________________________________________________________
22232 [  8912] By: jhi                                   on 2001/02/23  18:38:20
22233         Log: Subject: [patch] perlio + useithreads
22234              From: Doug MacEachern <dougm@covalent.net>
22235              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
22236              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
22237              
22238              Gets things running but not complete.
22239      Branch: perl
22240            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
22241 ____________________________________________________________________________
22242 [  8911] By: jhi                                   on 2001/02/23  04:20:02
22243         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
22244              
22245              Duplicated environment freeing, File::Temp 0.12,
22246              op/append portability (EBCDIC) tweak.
22247      Branch: maint-5.6/perl
22248           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22249           !> t/op/append.t
22250 ____________________________________________________________________________
22251 [  8910] By: jhi                                   on 2001/02/23  02:07:33
22252         Log: Integrate change #8909 from mainline, a better Borland
22253              putenv() workaround.
22254      Branch: maint-5.6/perl
22255           !> perl.c
22256 ____________________________________________________________________________
22257 [  8909] By: jhi                                   on 2001/02/23  02:05:46
22258         Log: A better workaround for Borland putenv() brokenness from Sarathy.
22259      Branch: perl
22260            ! perl.c
22261 ____________________________________________________________________________
22262 [  8908] By: jhi                                   on 2001/02/23  02:04:14
22263         Log: Subject: fix for parameter -Dm (for perl@8867)
22264              From: "Vadim Konovalov" <watman@inbox.ru>
22265              Date: Thu, 22 Feb 2001 17:30:12 +0300
22266              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
22267      Branch: perl
22268            ! perl.h
22269 ____________________________________________________________________________
22270 [  8907] By: jhi                                   on 2001/02/23  01:58:20
22271         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
22272              From: Peter Prymmer <pvhp@forte.com>
22273              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
22274              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
22275      Branch: perl
22276            ! t/op/append.t
22277 ____________________________________________________________________________
22278 [  8906] By: jhi                                   on 2001/02/23  01:48:34
22279         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
22280      Branch: perl
22281            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22282 ____________________________________________________________________________
22283 [  8905] By: jhi                                   on 2001/02/23  01:43:30
22284         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
22285              From: Peter Prymmer <pvhp@forte.com>
22286              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
22287              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
22288      Branch: perl
22289            ! t/lib/st-06compat.t
22290 ____________________________________________________________________________
22291 [  8904] By: jhi                                   on 2001/02/23  01:42:39
22292         Log: Metaconfig unit change for #8903.
22293      Branch: metaconfig/U/perl
22294            ! Devel.U
22295 ____________________________________________________________________________
22296 [  8903] By: jhi                                   on 2001/02/23  01:42:12
22297         Log: Be more helpful for devel builders, suggested by John L. Allen.
22298      Branch: perl
22299            ! Configure
22300 ____________________________________________________________________________
22301 [  8902] By: jhi                                   on 2001/02/23  01:37:41
22302         Log: (Retracted by #8914)
22303              (Wrongly, reinstated by #8941)             
22304
22305              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22307              Date:     Thu, 22 Feb 2001 09:43:57 EST
22308              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
22309      Branch: perl
22310            ! op.c
22311 ____________________________________________________________________________
22312 [  8901] By: jhi                                   on 2001/02/23  01:20:32
22313         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
22314              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22315              Date:     Thu, 22 Feb 2001 08:01:35 EST
22316              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
22317      Branch: perl
22318            ! malloc.c
22319 ____________________________________________________________________________
22320 [  8900] By: jhi                                   on 2001/02/23  01:18:02
22321         Log: Integrate changes #8898,8899 from mainline, environ handling.
22322      Branch: maint-5.6/perl
22323           !> perl.c
22324 ____________________________________________________________________________
22325 [  8899] By: jhi                                   on 2001/02/23  01:16:25
22326         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
22327              putenv() is not to be relied on, they are either broken or leaky
22328              or both.)
22329      Branch: perl
22330            ! perl.c
22331 ____________________________________________________________________________
22332 [  8898] By: jhi                                   on 2001/02/22  23:36:59
22333         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
22334              and safesysfree() must be used.
22335      Branch: perl
22336            ! perl.c
22337 ____________________________________________________________________________
22338 [  8897] By: jhi                                   on 2001/02/22  23:25:45
22339         Log: With environ one must use safesysmalloc()/safesysfree().
22340      Branch: perl
22341            ! perl.c
22342 ____________________________________________________________________________
22343 [  8896] By: jhi                                   on 2001/02/22  22:13:18
22344         Log: If we have a duplicated environment free it
22345              if PERL_DESTRUCT_LEVEL.
22346      Branch: perl
22347            ! perl.c
22348 ____________________________________________________________________________
22349 [  8895] By: alanbur                               on 2001/02/22  19:31:57
22350         Log: Synchronised with parent
22351      Branch: maint-5.6/pureperl
22352           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
22353 ____________________________________________________________________________
22354 [  8894] By: gsar                                  on 2001/02/22  19:06:18
22355         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
22356              
22357              fix memory leak in method call optimization (change#3768);
22358              made C<eval "$x->foo()"> leak
22359              
22360              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
22361      Branch: maint-5.6/perl
22362           !> op.c
22363 ____________________________________________________________________________
22364 [  8893] By: jhi                                   on 2001/02/22  18:35:27
22365         Log: (Retracted by #8915.)
22366              
22367              Third Degree finding:
22368              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
22369      Branch: perl
22370            ! gv.c
22371 ____________________________________________________________________________
22372 [  8892] By: jhi                                   on 2001/02/22  14:28:32
22373         Log: Update Changes.
22374      Branch: perl
22375            ! Changes patchlevel.h
22376 ____________________________________________________________________________
22377 [  8891] By: jhi                                   on 2001/02/22  13:22:45
22378         Log: Metaconfig unit changes for #8890.
22379      Branch: metaconfig
22380            ! U/modified/Cppsym.U U/threads/archname.U
22381 ____________________________________________________________________________
22382 [  8890] By: jhi                                   on 2001/02/22  13:22:12
22383         Log: Add -stdio to the archname if no perlio selected,
22384              no -perlio added since that is now the default.
22385              
22386              Add few CPUs/architectures to the Cppsym scan.
22387      Branch: perl
22388            ! Configure config_h.SH
22389 ____________________________________________________________________________
22390 [  8889] By: jhi                                   on 2001/02/22  13:05:59
22391         Log: Metaconfig unit change for #8888.
22392      Branch: metaconfig/U/perl
22393            ! useperlio.U
22394 ____________________________________________________________________________
22395 [  8888] By: jhi                                   on 2001/02/22  13:05:28
22396         Log: *drum roll*  Make perlio the default.
22397      Branch: perl
22398            ! Configure config_h.SH
22399 ____________________________________________________________________________
22400 [  8887] By: jhi                                   on 2001/02/22  12:50:52
22401         Log: Integrate change #8665 from maintperl to mainline,
22402              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
22403      Branch: perl
22404           !> ext/POSIX/POSIX.xs
22405 ____________________________________________________________________________
22406 [  8886] By: jhi                                   on 2001/02/22  12:49:24
22407         Log: Integrate changes #8883,8884 from mainline to maintperl.
22408              
22409              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22410              Subject: Re: File::Temp::_gettemp warning
22411      Branch: maint-5.6/perl
22412           !> embed.h embed.pl lib/File/Temp.pm
22413 ____________________________________________________________________________
22414 [  8885] By: jhi                                   on 2001/02/22  12:43:59
22415         Log: Based on
22416              
22417              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
22418              From: schwab@suse.de
22419              Date: Thu, 22 Feb 2001 13:08:09 +0100
22420              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
22421              
22422              but the fix done slightly differently because the other
22423              half was already done in #8664.
22424      Branch: maint-5.6/perl
22425            ! ext/POSIX/POSIX.xs
22426 ____________________________________________________________________________
22427 [  8884] By: jhi                                   on 2001/02/22  12:37:15
22428         Log: Subject: Re: File::Temp::_gettemp warning
22429              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22430              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
22431              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
22432              
22433              This patch to File::Temp does two things:
22434              
22435              1. Fixes the problem with CGI::Carp when determining
22436              the Fcntl constants
22437              
22438              2. Removes most of the carps and consolidates them so that all the
22439              reasons are included in a single die that is caught by the test. This
22440              means that the correct skipping behaviour is displayed by the test.
22441      Branch: perl
22442            ! lib/File/Temp.pm
22443 ____________________________________________________________________________
22444 [  8883] By: jhi                                   on 2001/02/22  12:29:19
22445         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22446              From: Peter Prymmer <pvhp@forte.com>
22447              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
22448              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
22449      Branch: perl
22450            ! embed.h embed.pl
22451 ____________________________________________________________________________
22452 [  8882] By: jhi                                   on 2001/02/21  19:41:33
22453         Log: Integrate change #8881 from mainlin to maintperl.
22454              
22455              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22456      Branch: maint-5.6/perl
22457           !> op.c
22458 ____________________________________________________________________________
22459 [  8881] By: jhi                                   on 2001/02/21  19:38:57
22460         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22462              Date:     Wed, 21 Feb 2001 13:08:03 EST
22463              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
22464      Branch: perl
22465            ! op.c
22466 ____________________________________________________________________________
22467 [  8880] By: jhi                                   on 2001/02/21  19:34:34
22468         Log: Retract #8875, cannot let go of the old semantics of unpack U
22469              without rethinking utf8decode.t.
22470      Branch: perl
22471            ! pp.c t/op/pack.t
22472 ____________________________________________________________________________
22473 [  8879] By: jhi                                   on 2001/02/21  19:08:02
22474         Log: Run run/*.t also in minitest.
22475      Branch: perl
22476            ! Makefile.SH
22477 ____________________________________________________________________________
22478 [  8878] By: nick                                  on 2001/02/21  18:55:37
22479         Log: Integrate mainline
22480      Branch: perlio
22481           !> (integrate 76 files)
22482 ____________________________________________________________________________
22483 [  8877] By: jhi                                   on 2001/02/21  15:09:33
22484         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
22485      Branch: metaconfig
22486            ! U/compline/nblock_io.U
22487      Branch: perl
22488            ! Configure config_h.SH
22489 ____________________________________________________________________________
22490 [  8876] By: jhi                                   on 2001/02/21  14:54:45
22491         Log: If no sfio, no -lsfio.
22492      Branch: metaconfig/U/perl
22493            ! d_sfio.U
22494      Branch: perl
22495            ! Configure config_h.SH
22496 ____________________________________________________________________________
22497 [  8875] By: jhi                                   on 2001/02/21  14:54:00
22498         Log: Make unpack C and unpack C truly equivalent.
22499      Branch: perl
22500            ! pp.c t/op/pack.t
22501 ____________________________________________________________________________
22502 [  8874] By: jhi                                   on 2001/02/21  14:26:02
22503         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22504              From: Peter Prymmer <pvhp@forte.com>
22505              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
22506              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
22507      Branch: perl
22508            ! pod/perlport.pod
22509 ____________________________________________________________________________
22510 [  8873] By: jhi                                   on 2001/02/21  14:24:31
22511         Log: Subject: [PATCH] fix for charnames above FFFF
22512              From: andreas.koenig@anima.de (Andreas J. Koenig)
22513              Date: 21 Feb 2001 07:05:45 +0100
22514              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
22515      Branch: perl
22516            ! lib/charnames.pm t/lib/charnames.t
22517 ____________________________________________________________________________
22518 [  8872] By: jhi                                   on 2001/02/21  14:15:25
22519         Log: Integrate change #8868 from pureperl to mainline.
22520              
22521              Fixed reference count loop caused by sv_magic.
22522      Branch: perl
22523           !> sv.c
22524 ____________________________________________________________________________
22525 [  8871] By: jhi                                   on 2001/02/21  14:07:29
22526         Log: Integrate change #8868 from pureperl to maintperl.
22527              
22528              Fixed reference count loop caused by sv_magic.
22529      Branch: maint-5.6/perl
22530           !> sv.c
22531 ____________________________________________________________________________
22532 [  8870] By: jhi                                   on 2001/02/21  14:04:41
22533         Log: Put back the #8840, it was innocent.
22534      Branch: perl
22535            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22536            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22537 ____________________________________________________________________________
22538 [  8869] By: jhi                                   on 2001/02/21  14:00:03
22539         Log: unpack("C", ...) was left slightly unfinished by #8865.
22540      Branch: perl
22541            ! pp.c t/op/pack.t
22542 ____________________________________________________________________________
22543 [  8868] By: alanbur                               on 2001/02/21  01:33:45
22544         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
22545              from gv_fetchpv to create single-character magic variables (e.g. $!),
22546              and it is passed a sv and the gv that contains the sv as the mg_obj
22547              value.  When sv_magic stores the mg_obj pointer it increments the gv
22548              refcount, thus causing a sv-gv pair that can't be freed.  There is
22549              already a check for sv == obj which is used to prevent such reference
22550              loops.  This change extends the check to cover the case described above.
22551      Branch: maint-5.6/pureperl
22552            ! sv.c
22553 ____________________________________________________________________________
22554 [  8867] By: jhi                                   on 2001/02/21  00:52:39
22555         Log: Update Changes.
22556      Branch: perl
22557            ! Changes patchlevel.h
22558 ____________________________________________________________________________
22559 [  8866] By: jhi                                   on 2001/02/21  00:34:20
22560         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
22561              (Note: there were some conflicts due to EBCDIC and EPOC
22562              patches, in general I preferred the repository code.)
22563              (When 2.753 comes out, we need to synchronize.)
22564      Branch: perl
22565            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
22566            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
22567            ! t/lib/cgi-html.t
22568 ____________________________________________________________________________
22569 [  8865] By: jhi                                   on 2001/02/21  00:24:22
22570         Log: Make pack("C", 0x100) to create Unicode, unless under the
22571              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
22572              will understand Unicode, unless you under know what.
22573      Branch: perl
22574            ! pp.c t/op/pack.t t/op/qu.t
22575 ____________________________________________________________________________
22576 [  8864] By: alanbur                               on 2001/02/20  22:35:34
22577         Log: Resynchronised with parent
22578      Branch: maint-5.6/pureperl
22579           !> README.win32 ext/GDBM_File/GDBM_File.pm
22580           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
22581           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
22582           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22583           !> t/lib/sdbm.t util.c
22584 ____________________________________________________________________________
22585 [  8863] By: jhi                                   on 2001/02/20  20:55:11
22586         Log: Integrate change #8860,8861 from mainline into maintperl.
22587              
22588              "pseudo-literal j"
22589              
22590              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22591      Branch: maint-5.6/perl
22592           !> lib/Test.pm pod/perlop.pod
22593 ____________________________________________________________________________
22594 [  8862] By: jhi                                   on 2001/02/20  20:30:07
22595         Log: Don't do casting between pointers pointing to differently sized
22596              integers.
22597      Branch: perl
22598            ! hv.c sv.c
22599 ____________________________________________________________________________
22600 [  8861] By: jhi                                   on 2001/02/20  19:53:44
22601         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22602              From: Peter Prymmer <pvhp@forte.com>
22603              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
22604              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
22605      Branch: perl
22606            ! lib/Test.pm
22607 ____________________________________________________________________________
22608 [  8860] By: jhi                                   on 2001/02/20  19:48:02
22609         Log: "pseudo-literal j", a documentation glitch reported to Debian.
22610              The text recovered from Perl 5.005_03, and pseudo-literal replaced
22611              by "backtick string".
22612      Branch: perl
22613            ! pod/perlop.pod
22614 ____________________________________________________________________________
22615 [  8859] By: jhi                                   on 2001/02/20  19:15:46
22616         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
22617              from Chris Nandor.
22618      Branch: perl
22619            ! makedef.pl
22620 ____________________________________________________________________________
22621 [  8858] By: jhi                                   on 2001/02/20  17:36:53
22622         Log: Integrate pureperl changes #8844,8845,8850 to mainline
22623              (via maintperl #8855).
22624              
22625              Fixed %^H scoping bug
22626              
22627              Removed GV <-> CV refcount loop
22628              
22629              Removed %ENV refcount loop
22630      Branch: perl
22631           !> gv.c op.c perl.c pp.c scope.c
22632 ____________________________________________________________________________
22633 [  8857] By: jhi                                   on 2001/02/20  17:34:32
22634         Log: Integrate changes #8853,8854 from maintperl to mainline.
22635              
22636              EBDIC fixes, README.win32 Borland update.
22637      Branch: perl
22638           !> README.win32 handy.h util.c
22639 ____________________________________________________________________________
22640 [  8856] By: jhi                                   on 2001/02/20  17:33:16
22641         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
22642      Branch: maint-5.6/perl
22643           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22644           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22645           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22646 ____________________________________________________________________________
22647 [  8855] By: jhi                                   on 2001/02/20  17:32:13
22648         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
22649              
22650              Fixed %^H scoping bug
22651              
22652              Removed GV <-> CV refcount loop
22653              
22654              Removed %ENV refcount loop
22655      Branch: maint-5.6/perl
22656           !> gv.c op.c perl.c pp.c scope.c
22657 ____________________________________________________________________________
22658 [  8854] By: jhi                                   on 2001/02/20  17:25:06
22659         Log: Subject: Addition to readme.win32 for Borland C++ compilers
22660              Date: Tue, 20 Feb 2001 02:15:25 +0300
22661              From: "Vadim Konovalov" <watman@inbox.ru>
22662              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
22663              
22664              Document Borland compiler misbehaviour.
22665      Branch: maint-5.6/perl
22666            ! README.win32
22667 ____________________________________________________________________________
22668 [  8853] By: jhi                                   on 2001/02/20  17:22:25
22669         Log: The assimilation of ebcdic.c didn't quite work at the first try,
22670              patches from Thomas Dorner.
22671      Branch: maint-5.6/perl
22672            ! handy.h util.c
22673 ____________________________________________________________________________
22674 [  8852] By: jhi                                   on 2001/02/20  17:20:15
22675         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
22676              From: Chris Nandor <pudge@pobox.com>
22677              Date: Tue, 20 Feb 2001 08:32:45 -0500
22678              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
22679      Branch: maint-5.6/perl
22680            ! makedef.pl mg.c
22681 ____________________________________________________________________________
22682 [  8851] By: jhi                                   on 2001/02/20  17:15:52
22683         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
22684      Branch: perl
22685            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
22686            ! t/lib/filter-util.t
22687 ____________________________________________________________________________
22688 [  8850] By: alanbur                               on 2001/02/20  17:12:40
22689         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
22690              and the magic pointer points back to the GV that contains the
22691              %ENV hash.  This creates a refcount loop that prevents members
22692              of %ENV from being freed correctly.  This change removes the
22693              refcount loop - the magic pointer was never used anyway, the
22694              only use of the magic was to check the type ('E') so that the
22695              appropriate environment manipulation code is called when %ENV
22696              is modified.
22697      Branch: maint-5.6/pureperl
22698            ! perl.c
22699 ____________________________________________________________________________
22700 [  8849] By: jhi                                   on 2001/02/20  17:12:20
22701         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22702              From: "Craig A. Berry" <craigberry@mac.com>
22703              Date: Mon, 19 Feb 2001 23:36:12 -0600
22704              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
22705              
22706              Case-forgiving systems match TestInit.pm with TES*.
22707      Branch: perl
22708            ! t/lib/glob-basic.t
22709 ____________________________________________________________________________
22710 [  8848] By: jhi                                   on 2001/02/20  17:10:02
22711         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
22712      Branch: perl
22713            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22714            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22715            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22716 ____________________________________________________________________________
22717 [  8847] By: jhi                                   on 2001/02/20  15:34:41
22718         Log: The #8843 wasn't quite right: %Config needs to imported.
22719      Branch: perl
22720            ! t/run/runenv.t
22721 ____________________________________________________________________________
22722 [  8846] By: jhi                                   on 2001/02/20  15:31:50
22723         Log: Retract the #8838 and #8840 for now because of
22724              the DB_File tie problem.
22725      Branch: perl
22726            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
22727            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
22728            ! proto.h sv.c
22729 ____________________________________________________________________________
22730 [  8845] By: alanbur                               on 2001/02/20  14:25:41
22731         Log: Removed GV <-> CV refcount loop
22732              CvGV(mycv) points to the parent GV of the CV, and was previously
22733              refcounted.  The pointer remains, but the refcounting has been removed
22734              as it causes a refcount loop between the CV and GV that means the CV
22735              can't ever be deleted.
22736      Branch: maint-5.6/pureperl
22737            ! gv.c op.c pp.c
22738 ____________________________________________________________________________
22739 [  8844] By: alanbur                               on 2001/02/20  14:23:13
22740         Log: Fixed %^H scoping bug
22741      Branch: maint-5.6/pureperl
22742            ! scope.c
22743 ____________________________________________________________________________
22744 [  8843] By: jhi                                   on 2001/02/19  13:38:08
22745         Log: fork() not everywhere, cleanup temp files.
22746      Branch: perl
22747            ! t/run/runenv.t
22748 ____________________________________________________________________________
22749 [  8842] By: alanbur                               on 2001/02/19  12:42:07
22750         Log: Resynchronised with parent
22751      Branch: maint-5.6/pureperl
22752           !> pod/perlfaq4.pod sv.c utf8.c
22753 ____________________________________________________________________________
22754 [  8841] By: jhi                                   on 2001/02/19  03:35:51
22755         Log: Update Changes.
22756      Branch: perl
22757            ! Changes patchlevel.h
22758 ____________________________________________________________________________
22759 [  8840] By: jhi                                   on 2001/02/19  00:23:41
22760         Log: Subject: [patch] add sv_setref_uv
22761              From: Doug MacEachern <dougm@covalent.net>
22762              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
22763              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
22764      Branch: perl
22765            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22766            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22767 ____________________________________________________________________________
22768 [  8839] By: jhi                                   on 2001/02/19  00:01:38
22769         Log: Put to rest the 20010205.001, the email address checking (not) regex.
22770      Branch: perl
22771            ! pod/perlfaq9.pod
22772 ____________________________________________________________________________
22773 [  8838] By: jhi                                   on 2001/02/18  22:17:54
22774         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
22775              From: Doug MacEachern <dougm@covalent.net>
22776              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
22777              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
22778      Branch: perl
22779            ! lib/ExtUtils/xsubpp
22780 ____________________________________________________________________________
22781 [  8837] By: jhi                                   on 2001/02/18  22:16:50
22782         Log: Subject: [patch] -Wall cleanup round 2
22783              From: Doug MacEachern <dougm@covalent.net>
22784              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
22785              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
22786      Branch: perl
22787            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22788            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22789            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
22790            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
22791            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22792            ! ext/SDBM_File/SDBM_File.xs
22793 ____________________________________________________________________________
22794 [  8836] By: jhi                                   on 2001/02/18  22:11:20
22795         Log: Misapplied regex optimizations when \C is present.
22796              Fixes 20001230.002.
22797              
22798              What still remains broken is that the submatches that
22799              have \C in them get their UTF8 flag on because their
22800              parent SV has it on.  This will result in malformed
22801              UTF8 if a \C happened to match a non-ASCII byte.
22802      Branch: perl
22803            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
22804            ! t/pragma/utf8.t
22805 ____________________________________________________________________________
22806 [  8835] By: jhi                                   on 2001/02/18  20:12:02
22807         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
22808              
22809              The hash key got wrongly UTF8fied.
22810      Branch: perl
22811            ! pod/perlapi.pod toke.c utf8.c
22812 ____________________________________________________________________________
22813 [  8834] By: jhi                                   on 2001/02/18  19:44:25
22814         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
22815              don't warn on magical or overloaded things.
22816      Branch: perl
22817            ! pp_hot.c
22818 ____________________________________________________________________________
22819 [  8833] By: nick                                  on 2001/02/18  19:31:22
22820         Log: Integrate mainline
22821      Branch: perlio
22822           +> t/TestInit.pm t/run/runenv.t
22823            - t/UTEST
22824           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
22825           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
22826           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
22827           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
22828           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22829           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
22830           !> utf8.c
22831 ____________________________________________________________________________
22832 [  8832] By: jhi                                   on 2001/02/18  19:21:18
22833         Log: Integrate perlio.
22834      Branch: perl
22835           !> perlio.c pod/perldiag.pod
22836 ____________________________________________________________________________
22837 [  8831] By: jhi                                   on 2001/02/18  19:14:20
22838         Log: Integrate change #8827 from mainline.
22839              
22840              UTF8 tweaks.
22841      Branch: maint-5.6/perl
22842           !> sv.c utf8.c
22843 ____________________________________________________________________________
22844 [  8830] By: nick                                  on 2001/02/18  19:10:34
22845         Log: Apply the spirit of patch from Nick Clark:
22846              Subject: [PATCH] Re: extensions that provide layers
22847              From: Nicholas Clark <nick@ccl4.org>
22848              Date: Mon, 12 Feb 2001 16:43:51 +0000
22849              Message-Id: <20010212164350.Q3652@plum.flirble.org>
22850      Branch: perlio
22851            ! perlio.c pod/perldiag.pod
22852 ____________________________________________________________________________
22853 [  8829] By: jhi                                   on 2001/02/18  19:03:25
22854         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
22855              From: schwern@pobox.com 
22856              Date: Sun, 18 Feb 2001 13:44:35 -0500
22857              Message-ID: <20010218134435.A17544@magnonel.guild.net>
22858              
22859              Applied, but as t/TestInit.pm.
22860      Branch: perl
22861            + t/TestInit.pm
22862            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
22863            ! t/op/subst_wamp.t
22864 ____________________________________________________________________________
22865 [  8828] By: jhi                                   on 2001/02/18  18:43:52
22866         Log: Integrate perlio.
22867      Branch: perl
22868           !> perlio.c
22869 ____________________________________________________________________________
22870 [  8827] By: jhi                                   on 2001/02/18  18:41:33
22871         Log: UTF-8 tweaks.
22872      Branch: perl
22873            ! sv.c utf8.c
22874 ____________________________________________________________________________
22875 [  8826] By: nick                                  on 2001/02/18  17:40:59
22876         Log: Fix [ID 20010217.002]
22877              open FOO, "<:raw:perlio", ...
22878              :raw now inserts default base layer below itself.
22879              Also
22880              open FOO, "<:unix", ...
22881              works as well - but leaves buffer layer on stack under the unix layer.
22882      Branch: perlio
22883            ! perlio.c
22884 ____________________________________________________________________________
22885 [  8825] By: jhi                                   on 2001/02/18  17:15:39
22886         Log: Integrate perlio.
22887      Branch: perl
22888           !> perlio.c perliol.h
22889 ____________________________________________________________________________
22890 [  8824] By: jhi                                   on 2001/02/18  17:10:53
22891         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
22892              From: schwern@pobox.com
22893              Date: Sun, 18 Feb 2001 01:48:50 -0500
22894              Message-ID: <20010218014850.C19957@magnonel.guild.net>
22895      Branch: perl
22896            ! lib/Test/Harness.pm t/TEST t/op/chop.t
22897 ____________________________________________________________________________
22898 [  8823] By: jhi                                   on 2001/02/18  17:01:06
22899         Log: Add run/*.t to testables.
22900      Branch: perl
22901            ! t/TEST
22902 ____________________________________________________________________________
22903 [  8822] By: jhi                                   on 2001/02/18  16:58:58
22904         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22905              From: schwern@pobox.com
22906              Date: Sun, 18 Feb 2001 01:11:35 -0500
22907              Message-ID: <20010218011135.A19957@magnonel.guild.net>
22908              
22909              Revive mjd's and Simon's PERL5OPT fix.
22910      Branch: perl
22911            + t/run/runenv.t
22912            ! MANIFEST perl.c
22913 ____________________________________________________________________________
22914 [  8821] By: jhi                                   on 2001/02/18  16:53:46
22915         Log: Subject: Re: Why t/TEST and not Test::Harness?
22916              From: schwern@pobox.com
22917              Date: Sat, 17 Feb 2001 22:44:44 -0500
22918              Message-ID: <20010217224444.A6679@magnonel.guild.net>
22919              
22920              Replace UTEST with TEST -utf8.
22921      Branch: perl
22922            - t/UTEST
22923            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
22924            ! t/lib/glob-basic.t
22925 ____________________________________________________________________________
22926 [  8820] By: nick                                  on 2001/02/18  13:06:16
22927         Log: Clean up a few core dumps when layers are used in unexpected ways.
22928              (Still not "right"...)
22929      Branch: perlio
22930            ! perlio.c perliol.h
22931 ____________________________________________________________________________
22932 [  8819] By: jhi                                   on 2001/02/18  02:25:55
22933         Log: Integrate change #8818 from maintperl, a FAQ nit.
22934      Branch: perl
22935           !> pod/perlfaq4.pod
22936 ____________________________________________________________________________
22937 [  8818] By: jhi                                   on 2001/02/18  02:24:50
22938         Log: FAQ nit from Chris Fedde.
22939      Branch: maint-5.6/perl
22940            ! pod/perlfaq4.pod
22941 ____________________________________________________________________________
22942 [  8817] By: nick                                  on 2001/02/17  18:20:14
22943         Log: Integrate mainline
22944      Branch: perlio
22945           +> lib/unicode/UCD.html lib/unicode/Unicode.html
22946           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22947           +> pod/perlclib.pod
22948            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22949            - lib/unicode/Unicode.301
22950           !> (integrate 324 files)
22951 ____________________________________________________________________________
22952 [  8816] By: jhi                                   on 2001/02/17  16:56:58
22953         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
22954      Branch: perl
22955            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22956            ! ext/Storable/Storable.xs t/lib/st-06compat.t
22957            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22958 ____________________________________________________________________________
22959 [  8815] By: jhi                                   on 2001/02/17  16:40:07
22960         Log: Subject: [patch] -Wall
22961              From: Doug MacEachern <dougm@covalent.net>
22962              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
22963              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
22964      Branch: perl
22965            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
22966            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
22967 ____________________________________________________________________________
22968 [  8814] By: jhi                                   on 2001/02/16  19:27:18
22969         Log: Document qu better.
22970      Branch: perl
22971            ! pod/perlop.pod
22972 ____________________________________________________________________________
22973 [  8813] By: jhi                                   on 2001/02/15  13:54:37
22974         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
22975              From: Hugo <hv@crypt.compulink.co.uk>
22976              Date: Thu, 15 Feb 2001 13:39:49 +0000
22977              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
22978      Branch: perl
22979            ! toke.c
22980 ____________________________________________________________________________
22981 [  8812] By: alanbur                               on 2001/02/15  13:52:16
22982         Log: Resynchronised with parent
22983      Branch: maint-5.6/pureperl
22984            - ebcdic.c
22985           !> (integrate 36 files)
22986 ____________________________________________________________________________
22987 [  8811] By: jhi                                   on 2001/02/15  13:51:16
22988         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
22989              
22990              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22991              From: Jan Dubois <JanD@ActiveState.com>
22992              Date: Wed, 31 Jan 2001 21:17:03 -0800
22993              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22994              
22995              tweak change#8659 to keep it simple
22996              
22997              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22998              From: Russ Allbery <rra@stanford.edu>
22999              Date: 14 Feb 2001 10:15:41 -0800
23000              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23001              
23002              (8809 empty)
23003
23004              Upgrade to podlators 1.08, from Russ Allbery.
23005      Branch: perl
23006           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
23007           !> utils/perldoc.PL
23008 ____________________________________________________________________________
23009 [  8810] By: jhi                                   on 2001/02/15  13:35:08
23010         Log: Upgrade to podlators 1.08, from Russ Allbery.
23011      Branch: maint-5.6/perl
23012            ! lib/Pod/Man.pm lib/Pod/Text.pm
23013 ____________________________________________________________________________
23014 [  8809] By: jhi                                   on 2001/02/15  13:26:38
23015         Log: (accidentally empty check-in)
23016      Branch: maint-5.6/perl
23017            ! lib/Test/Harness.pm
23018 ____________________________________________________________________________
23019 [  8808] By: jhi                                   on 2001/02/15  13:23:47
23020         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
23021              From: Russ Allbery <rra@stanford.edu>
23022              Date: 14 Feb 2001 10:15:41 -0800
23023              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23024              
23025              perldoc was hardcoding $Config{installscript}, which breaks
23026              when install* isn't where Perl ends up (such as with AFS).
23027              
23028              Use $Config{scriptdir} instead.
23029      Branch: maint-5.6/perl
23030            ! utils/perldoc.PL
23031 ____________________________________________________________________________
23032 [  8807] By: jhi                                   on 2001/02/14  14:37:27
23033         Log: Update Changes.
23034      Branch: perl
23035            ! Changes patchlevel.h
23036 ____________________________________________________________________________
23037 [  8806] By: jhi                                   on 2001/02/14  14:25:31
23038         Log: Integrate changes #8803,8804,8805 from mainline.
23039              
23040              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23041              
23042              Don't skip too much of the locale error message if no environ array,
23043              from Chris Nandor.
23044              
23045              More MacOS Classic fixes from Chris Nandor.
23046      Branch: maint-5.6/perl
23047           !> doop.c lib/Cwd.pm perl.c perl.h util.c
23048 ____________________________________________________________________________
23049 [  8805] By: jhi                                   on 2001/02/14  03:29:01
23050         Log: More MacOS Classic fixes from Chris Nandor.
23051      Branch: perl
23052            ! doop.c lib/Cwd.pm
23053 ____________________________________________________________________________
23054 [  8804] By: jhi                                   on 2001/02/14  03:18:35
23055         Log: Don't skip too much of the locale error message if no environ array,
23056              from Chris Nandor.
23057      Branch: perl
23058            ! util.c
23059 ____________________________________________________________________________
23060 [  8803] By: jhi                                   on 2001/02/14  03:14:14
23061         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23062      Branch: perl
23063            ! perl.c perl.h
23064 ____________________________________________________________________________
23065 [  8802] By: jhi                                   on 2001/02/13  18:31:33
23066         Log: AUTHORS update.
23067      Branch: perl
23068            ! AUTHORS
23069 ____________________________________________________________________________
23070 [  8801] By: jhi                                   on 2001/02/13  17:55:19
23071         Log: Integrate change #8792 from mainline.
23072              
23073              Subject: buncha MacPerl patches for bleadperl
23074              From: Chris Nandor <pudge@pobox.com>
23075              Date: Tue, 13 Feb 2001 00:02:43 -0500
23076              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23077      Branch: maint-5.6/perl
23078           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23079           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23080           !> t/lib/basename.t toke.c util.h
23081 ____________________________________________________________________________
23082 [  8800] By: jhi                                   on 2001/02/13  17:46:43
23083         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
23084              to be forced to Off_t.
23085              
23086              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
23087              From: nick@ccl4.org
23088              Date: Thu, 1 Feb 2001 12:01:04 +0000
23089              Message-Id: <20010201120103.E11401@plum.flirble.org>
23090      Branch: maint-5.6/perl
23091            ! iperlsys.h perlio.c
23092 ____________________________________________________________________________
23093 [  8799] By: jhi                                   on 2001/02/13  16:52:51
23094         Log: Duplex duplex hunk hunk.
23095      Branch: maint-5.6/perl
23096            ! Makefile.SH
23097 ____________________________________________________________________________
23098 [  8797] By: jhi                                   on 2001/02/13  14:52:04
23099         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
23100              From: "Craig A. Berry" <craigberry@mac.com>
23101              Date: Mon, 12 Feb 2001 11:05:25 -0600
23102              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
23103      Branch: perl
23104            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
23105 ____________________________________________________________________________
23106 [  8796] By: jhi                                   on 2001/02/13  14:36:47
23107         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
23108              From: simon.cozens@pembroke.oxford.ac.uk 
23109              Date: Sat, 10 Feb 2001 17:57:02 +0000
23110              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
23111              
23112              Now it does include.
23113      Branch: perl
23114            ! pod/perldiag.pod
23115 ____________________________________________________________________________
23116 [  8795] By: jhi                                   on 2001/02/13  14:30:11
23117         Log: Sort the MANIFEST.
23118      Branch: perl
23119            ! MANIFEST
23120 ____________________________________________________________________________
23121 [  8794] By: jhi                                   on 2001/02/13  14:26:51
23122         Log: Integrate change #8793 from mainline, FAQ updates.
23123      Branch: maint-5.6/perl
23124           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23125 ____________________________________________________________________________
23126 [  8793] By: jhi                                   on 2001/02/13  14:25:13
23127         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
23128      Branch: perl
23129            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23130 ____________________________________________________________________________
23131 [  8792] By: jhi                                   on 2001/02/13  14:22:50
23132         Log: Subject: buncha MacPerl patches for bleadperl
23133              From: Chris Nandor <pudge@pobox.com>
23134              Date: Tue, 13 Feb 2001 00:02:43 -0500
23135              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23136      Branch: perl
23137            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23138            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23139            ! t/lib/basename.t toke.c util.h
23140 ____________________________________________________________________________
23141 [  8791] By: jhi                                   on 2001/02/13  14:10:39
23142         Log: Integrate change #8790 from mainline.
23143              
23144              environ array wrongly assumed in Perl_init_i18nl10n(),
23145      Branch: maint-5.6/perl
23146           !> util.c
23147 ____________________________________________________________________________
23148 [  8790] By: jhi                                   on 2001/02/13  14:06:15
23149         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
23150              noticed by Chris Nandor in MacOS Classic.
23151      Branch: perl
23152            ! util.c
23153 ____________________________________________________________________________
23154 [  8789] By: jhi                                   on 2001/02/13  13:58:07
23155         Log: Integrate changes #8373,8487,8544,8783 from mainline.
23156              
23157              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
23158              hints files, the dynaloading, assimilate ebcdic into util.c.
23159      Branch: maint-5.6/perl
23160            - ebcdic.c
23161            ! MANIFEST hints/posix-bc.sh
23162           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
23163           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
23164           !> perlapi.c proto.h util.c
23165 ____________________________________________________________________________
23166 [  8788] By: alanbur                               on 2001/02/13  10:33:13
23167         Log: Integrated changes from maint-5.6
23168      Branch: maint-5.6/pureperl
23169           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
23170           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
23171           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23172           !> vos/config.ga.h vos/configure_perl.cm
23173 ____________________________________________________________________________
23174 [  8787] By: jhi                                   on 2001/02/13  05:56:36
23175         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
23176      Branch: perl
23177           !> Makefile.SH
23178 ____________________________________________________________________________
23179 [  8786] By: jhi                                   on 2001/02/13  05:54:34
23180         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
23181              From: Dorner Thomas <Thomas.Dorner@start.de>
23182              Date: Mon, 12 Feb 2001 15:06:26 +0100
23183              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
23184      Branch: maint-5.6/perl
23185            ! Makefile.SH
23186 ____________________________________________________________________________
23187 [  8785] By: jhi                                   on 2001/02/13  05:29:04
23188         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
23189      Branch: perl
23190           !> hints/openbsd.sh
23191 ____________________________________________________________________________
23192 [  8784] By: jhi                                   on 2001/02/13  02:25:24
23193         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
23194              From: Peter Prymmer <pvhp@forte.com>
23195              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
23196              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
23197      Branch: perl
23198            ! pod/perlclib.pod
23199 ____________________________________________________________________________
23200 [  8783] By: jhi                                   on 2001/02/13  02:22:36
23201         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
23202      Branch: perl
23203            - ebcdic.c
23204            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
23205            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
23206            ! util.c
23207 ____________________________________________________________________________
23208 [  8782] By: jhi                                   on 2001/02/13  02:00:07
23209         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
23210      Branch: maint-5.6/perl
23211            ! pod/perlport.pod
23212 ____________________________________________________________________________
23213 [  8781] By: jhi                                   on 2001/02/13  01:58:44
23214         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
23215      Branch: maint-5.6/perl
23216            ! hints/openbsd.sh
23217 ____________________________________________________________________________
23218 [  8780] By: jhi                                   on 2001/02/13  01:57:33
23219         Log: Synchronize the regexp tests between maintperl and mainline.
23220      Branch: maint-5.6/perl
23221           !> t/op/re_tests
23222 ____________________________________________________________________________
23223 [  8779] By: jhi                                   on 2001/02/13  01:49:35
23224         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23225              From: Hugo <hv@crypt.compulink.co.uk>
23226              Date: Tue, 13 Feb 2001 00:11:11 +0000
23227              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23228      Branch: perl
23229            ! regcomp.c t/op/re_tests
23230 ____________________________________________________________________________
23231 [  8778] By: jhi                                   on 2001/02/13  00:23:10
23232         Log: Comments do not nest.
23233      Branch: perl
23234            ! perl.h
23235 ____________________________________________________________________________
23236 [  8777] By: jhi                                   on 2001/02/13  00:17:54
23237         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23238              From: Hugo <hv@crypt.compulink.co.uk>
23239              Date: Tue, 13 Feb 2001 00:11:11 +0000
23240              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23241      Branch: maint-5.6/perl
23242            ! regcomp.c t/op/re_tests
23243 ____________________________________________________________________________
23244 [  8776] By: jhi                                   on 2001/02/12  23:25:52
23245         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
23246      Branch: maint-5.6/perl
23247            ! pod/perlport.pod
23248 ____________________________________________________________________________
23249 [  8775] By: jhi                                   on 2001/02/12  23:04:28
23250         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
23251      Branch: maint-5.6/perl
23252            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
23253            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23254            ! vos/configure_perl.cm
23255 ____________________________________________________________________________
23256 [  8774] By: jhi                                   on 2001/02/12  22:59:11
23257         Log: Subject: Re: [patch] context for 'U' magic functions
23258              From: Doug MacEachern <dougm@covalent.net>
23259              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
23260              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
23261              
23262              plus the suggestion by Nick Ing-Simmons to name the macro
23263              as PERL_MG_UFUNC to avoid namespace pollution, plus add
23264              the advice by Doug for XS writers to perl.h
23265      Branch: perl
23266            ! mg.c perl.h
23267 ____________________________________________________________________________
23268 [  8773] By: jhi                                   on 2001/02/11  20:14:12
23269         Log: Update Changes.
23270      Branch: perl
23271            ! Changes patchlevel.h
23272 ____________________________________________________________________________
23273 [  8772] By: jhi                                   on 2001/02/11  18:47:52
23274         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
23275              From: Simon Cozens <simon@cozens.net>
23276              Date: Wed, 31 Jan 2001 16:31:43 +0000
23277              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
23278      Branch: perl
23279            + pod/perlclib.pod
23280            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
23281            ! pod/perltoc.pod
23282 ____________________________________________________________________________
23283 [  8771] By: jhi                                   on 2001/02/11  18:36:48
23284         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
23285              
23286              Blocks-4d3.beta.txt
23287              CaseFolding-3d4.beta.txt
23288              CompositionExclusions-3d6.beta.txt
23289              EastAsianWidth-4d4.beta.txt
23290              LineBreak-6d3.beta.txt
23291              NamesList-3.1.0d1.beta.txt
23292              PropList-3.1.0d4.beta.txt
23293              SpecialCasing-4d1.beta.txt
23294              UnicodeData-3.1.0d6.beta.txt
23295      Branch: perl
23296            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23297           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23298            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23299            - lib/unicode/Unicode.301
23300            ! (edit 257 files)
23301 ____________________________________________________________________________
23302 [  8770] By: jhi                                   on 2001/02/11  17:26:22
23303         Log: UTF-8 documentation.
23304      Branch: perl
23305            ! utf8.h
23306 ____________________________________________________________________________
23307 [  8769] By: jhi                                   on 2001/02/11  17:12:49
23308         Log: Retract #8762.
23309      Branch: perl
23310            ! regexec.c
23311 ____________________________________________________________________________
23312 [  8768] By: jhi                                   on 2001/02/11  16:54:45
23313         Log: Subject: [PATCH] Test::Harness
23314              From: andreas.koenig@anima.de (Andreas J. Koenig)
23315              Date: 11 Feb 2001 14:37:00 +0100
23316              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
23317      Branch: perl
23318            ! lib/Test/Harness.pm
23319 ____________________________________________________________________________
23320 [  8767] By: jhi                                   on 2001/02/11  16:53:52
23321         Log: Subject: [PATCH] Document makepatch in Porting/patching
23322              From: andreas.koenig@anima.de (Andreas J. Koenig)
23323              Date: 11 Feb 2001 16:46:28 +0100
23324              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
23325      Branch: perl
23326            ! Porting/patching.pod
23327 ____________________________________________________________________________
23328 [  8766] By: jhi                                   on 2001/02/11  06:30:23
23329         Log: Subject: Re: [patch] GvSHARED
23330              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
23331              From: Doug MacEachern <dougm@covalent.net>
23332              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
23333              
23334              Subject: Re: [patch] GvSHARED
23335              From: Doug MacEachern <dougm@covalent.net>
23336              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
23337              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
23338              
23339              Subject: [patch] attributes.pm support for `shared'
23340              From: Doug MacEachern <dougm@covalent.net>
23341              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
23342              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
23343              
23344              our() attributes were ignored, our :shared pieces missing,
23345              allow attributes.pm to turn on shared.
23346      Branch: perl
23347            ! op.c t/op/attrs.t toke.c xsutils.c
23348 ____________________________________________________________________________
23349 [  8765] By: alanbur                               on 2001/02/10  23:11:19
23350         Log: Resync with parent (hopefully sucessfully this time)
23351      Branch: maint-5.6/pureperl
23352           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
23353           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23354           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23355           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23356           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23357           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23358           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23359 ____________________________________________________________________________
23360 [  8764] By: jhi                                   on 2001/02/10  22:54:38
23361         Log: Make TEST and UTEST more verbose in case something goes
23362              wrong in running/compiling a script, suggested by Doug
23363              MacEachern.
23364      Branch: perl
23365            ! t/TEST t/UTEST
23366 ____________________________________________________________________________
23367 [  8763] By: jhi                                   on 2001/02/10  22:11:34
23368         Log: Bogus shebang.
23369      Branch: perl
23370            ! t/lib/texttabs.t
23371 ____________________________________________________________________________
23372 [  8762] By: jhi                                   on 2001/02/10  21:56:02
23373         Log: (Retracted by #8769)
23374      Branch: perl
23375            ! regexec.c
23376 ____________________________________________________________________________
23377 [  8761] By: jhi                                   on 2001/02/10  21:26:15
23378         Log: Subject: Re: [patch] GvSHARED 
23379              From: Doug MacEachern <dougm@covalent.net>
23380              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
23381              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
23382              
23383              our @EXPORT : shared = (...);
23384      Branch: perl
23385            ! toke.c
23386 ____________________________________________________________________________
23387 [  8760] By: jhi                                   on 2001/02/10  21:25:07
23388         Log: Subject: [patch] GvSHARED
23389              From: Doug MacEachern <dougm@covalent.net>
23390              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
23391              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
23392      Branch: perl
23393            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
23394 ____________________________________________________________________________
23395 [  8759] By: alanbur                               on 2001/02/10  21:24:27
23396         Log: Backed out mismerge.
23397      Branch: maint-5.6/pureperl
23398            ! MANIFEST README.hpux README.vmesa gv.c installhtml
23399            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
23400            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23401            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23402            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23403            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23404            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
23405 ____________________________________________________________________________
23406 [  8758] By: jhi                                   on 2001/02/10  18:01:17
23407         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
23408              
23409              Fixed UMRs and leak in Perl_pmtrans()
23410              
23411              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23412              associated UTFied tr/// code.  Also fixed scoping leak of
23413              PL_reg_start_tmp.
23414              
23415              newATTRSUB leaks when an attempt to redefine the active sort sub is
23416              made.
23417      Branch: maint-5.6/perl
23418           !> op.c regcomp.c
23419 ____________________________________________________________________________
23420 [  8757] By: alanbur                               on 2001/02/10  17:56:46
23421         Log: Resynchronised with parent
23422      Branch: maint-5.6/pureperl
23423           +> README.bs2000
23424            - README.posix-bc
23425            ! gv.c perl.c sv.c
23426           !> MANIFEST README.hpux README.vmesa installhtml
23427           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23428           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23429           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23430           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23431           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23432           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23433 ____________________________________________________________________________
23434 [  8756] By: alanbur                               on 2001/02/10  17:51:15
23435         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
23436              made.
23437      Branch: maint-5.6/pureperl
23438            ! op.c
23439 ____________________________________________________________________________
23440 [  8755] By: jhi                                   on 2001/02/09  22:41:35
23441         Log: Upgrade to CPAN 1.59_54, from Andreas König.
23442      Branch: perl
23443            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23444 ____________________________________________________________________________
23445 [  8754] By: jhi                                   on 2001/02/09  22:29:20
23446         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
23447              
23448              Didn't upgrade the fill.t since it has a dependency to File::Slurp
23449              purely for debugging purposes, the actual test hasn't changed.
23450      Branch: perl
23451            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
23452            ! t/lib/textwrap.t
23453 ____________________________________________________________________________
23454 [  8753] By: jhi                                   on 2001/02/09  20:17:50
23455         Log: Integrate change #8682 from maintperl.
23456              
23457              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23458              to work correctly.
23459      Branch: perl
23460           !> hints/irix_6.sh
23461 ____________________________________________________________________________
23462 [  8752] By: jhi                                   on 2001/02/09  20:00:46
23463         Log: Update Changes.
23464      Branch: perl
23465            ! Changes patchlevel.h
23466 ____________________________________________________________________________
23467 [  8751] By: nick                                  on 2001/02/09  19:48:37
23468         Log: Integrate mainline
23469      Branch: perlio
23470           +> README.bs2000 t/lib/cgi-esc.t
23471            - README.posix-bc
23472           !> (integrate 53 files)
23473 ____________________________________________________________________________
23474 [  8750] By: nick                                  on 2001/02/09  19:25:16
23475         Log: Subject: RE: Biannual Competition to Improve Hashing Function
23476              From: Fisher Mark <fisherm@tce.com>
23477              Date: Thu, 8 Feb 2001 10:44:00 -0500
23478              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
23479              Date: Thu, 8 Feb 2001 15:02:47 -0500
23480              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
23481      Branch: perl
23482            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
23483 ____________________________________________________________________________
23484 [  8749] By: jhi                                   on 2001/02/09  19:02:35
23485         Log: Forgotten fragment.
23486      Branch: perl
23487            ! pod/perlapi.pod
23488 ____________________________________________________________________________
23489 [  8748] By: jhi                                   on 2001/02/09  18:31:34
23490         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
23491              plus manual tweakage.
23492              
23493              Sync the perlfaq2 between mainline and maintperl.
23494      Branch: maint-5.6/perl
23495            ! pod/perlfaq2.pod
23496      Branch: perl
23497           !> pod/perlfaq2.pod
23498 ____________________________________________________________________________
23499 [  8747] By: jhi                                   on 2001/02/09  18:12:04
23500         Log: Subject: versiononly and installperl
23501              From: abigail@foad.org
23502              Date: Wed, 7 Feb 2001 22:43:12 +0100
23503              Message-ID: <20010207214312.7045.qmail@foad.org>    
23504              
23505              Add +v flag to force a normal install of the perl binary
23506              and the utilities.
23507              
23508              Subject: [PATCH] installperl
23509              From: Nicholas Clark <nick@ccl4.org>
23510              Date: Fri, 9 Feb 2001 16:28:57 +0000
23511              Message-ID: <20010209162857.B10931@plum.flirble.org>
23512              
23513              Add -A flag which also hardlinks the binary with
23514              the full architecture name.
23515      Branch: perl
23516            ! installperl
23517 ____________________________________________________________________________
23518 [  8746] By: jhi                                   on 2001/02/09  18:03:43
23519         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
23520              
23521              Subject: perlfaq2, re: perlmongers
23522              
23523              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23524              
23525              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23526              
23527              Subject: [ID 20010205.001] typo in perlfaq9
23528              
23529              Subject: [ID 20010208.002] unordered explanation in perlcall
23530      Branch: maint-5.6/perl
23531           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23532           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
23533           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
23534 ____________________________________________________________________________
23535 [  8745] By: jhi                                   on 2001/02/09  17:59:09
23536         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
23537              From: abela@geneanet.org
23538              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
23539              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
23540      Branch: perl
23541            ! pod/perlcall.pod
23542 ____________________________________________________________________________
23543 [  8744] By: jhi                                   on 2001/02/09  17:48:16
23544         Log: Subject: [ID 20010205.001] typo in perlfaq9
23545              From: eserte@vran.herceg.de
23546              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
23547              Message-Id: <200102042244.XAA21926@vran.herceg.de>
23548      Branch: perl
23549            ! pod/perlfaq9.pod
23550 ____________________________________________________________________________
23551 [  8743] By: jhi                                   on 2001/02/09  17:25:12
23552         Log: Integrate change #8695 from maintperl.
23553              
23554              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23555      Branch: perl
23556           !> thread.h
23557 ____________________________________________________________________________
23558 [  8742] By: jhi                                   on 2001/02/09  17:21:22
23559         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
23560              From: Andy Dougherty <doughera@lafayette.edu>
23561              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
23562              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
23563      Branch: perl
23564            ! embed.pl
23565 ____________________________________________________________________________
23566 [  8741] By: jhi                                   on 2001/02/09  17:05:19
23567         Log: Integrate changes #8738,8739,8740 from maintperl.
23568              
23569              Html files will be installed in a more logical and easier to
23570              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23571              
23572              Html files will be generated with a header to make them look
23573              a little less bare.
23574              
23575              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23576      Branch: perl
23577           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
23578 ____________________________________________________________________________
23579 [  8740] By: jhi                                   on 2001/02/09  17:03:46
23580         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23581              From: "Brendan O'Dea" <bod@compusol.com.au>
23582              Date: Sun, 4 Feb 2001 11:17:56 +1100
23583              Message-ID: <20010204111756.A16301@compusol.com.au>
23584      Branch: maint-5.6/perl
23585            ! pod/perlfaq3.pod
23586 ____________________________________________________________________________
23587 [  8739] By: jhi                                   on 2001/02/09  17:01:59
23588         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
23589              From: "Indy Singh" <indy@nusphere.com>
23590              Date: Fri, 2 Feb 2001 15:09:59 -0500
23591              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
23592              
23593              Html files will be generated with a header to make them look
23594              a little less bare.
23595      Branch: maint-5.6/perl
23596            ! installhtml
23597 ____________________________________________________________________________
23598 [  8738] By: jhi                                   on 2001/02/09  16:58:48
23599         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
23600              From: "Indy Singh" <indy@nusphere.com>
23601              Date: Fri, 2 Feb 2001 15:08:23 -0500
23602              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
23603              
23604              Html files will be installed in a more logical and easier to
23605              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23606      Branch: maint-5.6/perl
23607            ! win32/Makefile win32/makefile.mk
23608 ____________________________________________________________________________
23609 [  8737] By: jhi                                   on 2001/02/09  16:46:54
23610         Log: Integrate changes #8687,8736 from maintperl.
23611              
23612              HP-UX thread patches from Merijn H. Brand.
23613              
23614              Latin nit from Philip Newton.
23615      Branch: perl
23616           !> README.hpux hints/hpux.sh
23617 ____________________________________________________________________________
23618 [  8736] By: jhi                                   on 2001/02/09  16:42:31
23619         Log: Latin nit from Philip Newton.
23620      Branch: maint-5.6/perl
23621            ! README.hpux
23622 ____________________________________________________________________________
23623 [  8735] By: jhi                                   on 2001/02/09  16:24:03
23624         Log: Integrate changes #8704,8710 from pureperl.
23625              
23626              Fixed UMRs and leak in Perl_pmtrans()
23627              
23628              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23629              associated UTFied tr/// code.  Also fixed scoping leak of
23630              PL_reg_start_tmp.
23631      Branch: perl
23632           !> op.c regcomp.c
23633 ____________________________________________________________________________
23634 [  8734] By: jhi                                   on 2001/02/09  15:40:21
23635         Log: Integrate change #8733 from maintperl.
23636              
23637              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23638      Branch: perl
23639           !> pod/perlre.pod
23640 ____________________________________________________________________________
23641 [  8733] By: jhi                                   on 2001/02/09  15:35:47
23642         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23643              From: Prymmer/Kahn <pvhp@best.com>
23644              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
23645              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
23646      Branch: maint-5.6/perl
23647            ! pod/perlre.pod
23648 ____________________________________________________________________________
23649 [  8732] By: jhi                                   on 2001/02/09  15:26:17
23650         Log: Rename README.posix-bc to README.bs2000 (to avoid the
23651              confusion of a "perlposix-bc.pod"), add a few missing
23652              arch pods, regen toc.
23653      Branch: maint-5.6/perl
23654           +> README.bs2000
23655            - README.posix-bc
23656            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23657            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23658 ____________________________________________________________________________
23659 [  8731] By: jhi                                   on 2001/02/09  15:23:39
23660         Log: De-cut-and-pasto.
23661      Branch: perl
23662            ! pod/perl.pod
23663 ____________________________________________________________________________
23664 [  8730] By: jhi                                   on 2001/02/09  15:11:13
23665         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
23666              when people think that perlposix-bc.pod tells anything about
23667              Perl and POSIX.  Regen toc.
23668      Branch: perl
23669           +> README.bs2000
23670            - README.posix-bc
23671            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23672            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23673 ____________________________________________________________________________
23674 [  8729] By: jhi                                   on 2001/02/09  14:52:28
23675         Log: The README.vmesa part of #8712 from maintperl.
23676      Branch: perl
23677            ! README.vmesa
23678 ____________________________________________________________________________
23679 [  8728] By: jhi                                   on 2001/02/09  14:46:06
23680         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
23681              From: Peter Prymmer <pvhp@forte.com>
23682              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
23683              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
23684      Branch: maint-5.6/perl
23685            ! README.vmesa win32/Makefile win32/makefile.mk
23686 ____________________________________________________________________________
23687 [  8727] By: jhi                                   on 2001/02/09  14:33:25
23688         Log: Integrate change #8712 from mainline.
23689              
23690              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
23691      Branch: maint-5.6/perl
23692           !> lib/Pod/Find.pm
23693 ____________________________________________________________________________
23694 [  8726] By: jhi                                   on 2001/02/09  14:30:28
23695         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
23696              From: Peter Prymmer <pvhp@forte.com>
23697              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
23698              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
23699      Branch: perl
23700            + t/lib/cgi-esc.t
23701            ! MANIFEST lib/CGI/Util.pm
23702 ____________________________________________________________________________
23703 [  8725] By: jhi                                   on 2001/02/09  04:56:47
23704         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
23705      Branch: maint-5.6/perl
23706            ! pod/perlport.pod
23707 ____________________________________________________________________________
23708 [  8724] By: jhi                                   on 2001/02/09  04:40:59
23709         Log: Integrate changes 7819,7820 from vmsperl into mainline.
23710              
23711              Add header for LIB$ prototypes (C. Berry)
23712              
23713              Convert fwrite()s to sockets to write()s, since some socket stacks
23714              don't take kindly to stdio.
23715              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23716              (for often optional LNMs)
23717              Correct a few typos
23718              (C. Bailey)
23719      Branch: perl
23720           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
23721 ____________________________________________________________________________
23722 [  8723] By: jhi                                   on 2001/02/09  03:29:29
23723         Log: Integrate change #8722 from mainline.
23724              
23725              The Im() function wasn't returning zero for non-Math::Complex
23726              arguments.  The bug reported by John Gamble.
23727      Branch: maint-5.6/perl
23728           !> lib/Math/Complex.pm
23729 ____________________________________________________________________________
23730 [  8722] By: jhi                                   on 2001/02/09  03:28:33
23731         Log: The Im() function wasn't returning zero for non-Math::Complex
23732              arguments.  The bug reported by John Gamble.
23733      Branch: perl
23734            ! lib/Math/Complex.pm
23735 ____________________________________________________________________________
23736 [  8721] By: nick                                  on 2001/02/08  22:11:35
23737         Log: Correct the correction :-(
23738      Branch: perl
23739            ! perl.c
23740 ____________________________________________________________________________
23741 [  8720] By: bailey                                on 2001/02/08  20:59:22
23742         Log: Convert frwite()s to sockets to write()s, since some socket stacks
23743              don't take kindly to stdio.
23744              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23745              (for often optional LNMs)
23746              Correct a few typos
23747              (C. Bailey)
23748      Branch: vmsperl
23749            ! vms/vms.c vms/vmsish.h
23750 ____________________________________________________________________________
23751 [  8719] By: bailey                                on 2001/02/08  20:51:02
23752         Log: Add header for LIB$ prototypes (C. Berry)
23753      Branch: vmsperl
23754            ! ext/Devel/DProf/DProf.xs
23755 ____________________________________________________________________________
23756 [  8718] By: bailey                                on 2001/02/08  20:49:00
23757         Log: SYN SYN
23758      Branch: vmsperl
23759           +> pod/perliol.pod t/lib/sample-tests/bailout
23760           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
23761           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
23762           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
23763           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
23764           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
23765           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
23766            - lib/unicode/Is/DCinital.pl
23767           !> (integrate 101 files)
23768 ____________________________________________________________________________
23769 [  8717] By: nick                                  on 2001/02/08  19:38:48
23770         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
23771              From: Robin Barker <rmb1@cise.npl.co.uk>
23772              Date: Thu, 8 Feb 2001 14:38:07 GMT
23773              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
23774      Branch: perl
23775            ! lib/CPAN.pm
23776 ____________________________________________________________________________
23777 [  8716] By: nick                                  on 2001/02/08  19:29:07
23778         Log: Generated files form 8713 etc.
23779      Branch: perl
23780            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23781 ____________________________________________________________________________
23782 [  8715] By: nick                                  on 2001/02/08  19:26:08
23783         Log: Fixup non-ithread build after 8713
23784      Branch: perl
23785            ! perl.c
23786 ____________________________________________________________________________
23787 [  8714] By: nick                                  on 2001/02/08  19:17:45
23788         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
23789              From: nick@ccl4.org
23790              Date: Wed, 7 Feb 2001 00:27:47 +0000
23791              Message-Id: <20010207002747.B63724@plum.flirble.org>
23792      Branch: perl
23793            ! sv.c toke.c
23794 ____________________________________________________________________________
23795 [  8713] By: nick                                  on 2001/02/08  19:15:58
23796         Log: Subject: Re: [patch] Re: PL_ptr_table
23797              From: Doug Maceachern <dougm@covalent.net>
23798              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
23799              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
23800      Branch: perl
23801            ! embed.pl perl.c sv.c sv.h
23802 ____________________________________________________________________________
23803 [  8712] By: nick                                  on 2001/02/08  19:12:47
23804         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
23805              From: Peter Prymmer <pvhp@forte.com>
23806              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
23807              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
23808      Branch: perl
23809            ! lib/Pod/Find.pm
23810 ____________________________________________________________________________
23811 [  8711] By: nick                                  on 2001/02/07  21:06:11
23812         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
23813              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
23814              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23815              Date: Tue, 06 Feb 2001 23:37:01 +0000
23816              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
23817      Branch: perl
23818            ! regcomp.c
23819 ____________________________________________________________________________
23820 [  8710] By: alanbur                               on 2001/02/07  00:22:04
23821         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23822              associated UTFied tr/// code.  Also fixed scoping leak of
23823              PL_reg_start_tmp.
23824      Branch: maint-5.6/pureperl
23825            ! op.c regcomp.c
23826 ____________________________________________________________________________
23827 [  8709] By: nick                                  on 2001/02/06  21:16:49
23828         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23829              From: Michael G Schwern <schwern@pobox.com>
23830              Date: Sun, 4 Feb 2001 19:47:14 -0500
23831              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
23832      Branch: perl
23833            ! pod/perlapi.pod pod/perlmodlib.PL
23834 ____________________________________________________________________________
23835 [  8708] By: nick                                  on 2001/02/06  20:41:20
23836         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23837              From: Michael G Schwern <schwern@pobox.com>
23838              Date: Sun, 4 Feb 2001 21:17:49 -0500
23839              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
23840      Branch: perl
23841            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
23842            ! pod/perltootc.pod
23843 ____________________________________________________________________________
23844 [  8707] By: nick                                  on 2001/02/06  20:29:11
23845         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
23846              From: Michael G Schwern <schwern@pobox.com>
23847              Date: Tue, 6 Feb 2001 05:54:30 -0500
23848              Message-Id: <20010206055430.A951@blackrider.aocn.com>
23849      Branch: perl
23850            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
23851 ____________________________________________________________________________
23852 [  8706] By: nick                                  on 2001/02/06  20:21:40
23853         Log: Subject: RE: some win32 fixes
23854              Date: Tue, 6 Feb 2001 09:23:20 +0300
23855              From: Vadim Konovalov <vkonovalov@lucent.com>
23856              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
23857      Branch: perl
23858            ! toke.c win32/Makefile win32/config.bc win32/config.gc
23859            ! win32/config.vc win32/config_H.bc win32/makefile.mk
23860 ____________________________________________________________________________
23861 [  8705] By: alanbur                               on 2001/02/06  15:00:03
23862         Log: Synchronised with parent
23863      Branch: maint-5.6/pureperl
23864            ! regexec.c
23865           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23866           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
23867 ____________________________________________________________________________
23868 [  8704] By: alanbur                               on 2001/02/06  14:55:24
23869         Log: Fixed UMRs and leak in Perl_pmtrans()
23870      Branch: maint-5.6/pureperl
23871            ! op.c
23872 ____________________________________________________________________________
23873 [  8703] By: gsar                                  on 2001/02/06  02:29:37
23874         Log: $(MAKE) distclean doesn't clean up properly on windows
23875      Branch: maint-5.6/perl
23876            ! win32/Makefile win32/makefile.mk
23877 ____________________________________________________________________________
23878 [  8702] By: gsar                                  on 2001/02/06  01:00:46
23879         Log: tweak change#8659 to keep it simple
23880      Branch: maint-5.6/perl
23881            ! utils/perldoc.PL
23882 ____________________________________________________________________________
23883 [  8701] By: gsar                                  on 2001/02/05  22:45:41
23884         Log: change#8693 was missing testsuite changes
23885      Branch: maint-5.6/perl
23886           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23887 ____________________________________________________________________________
23888 [  8700] By: nick                                  on 2001/02/05  20:32:52
23889         Log: Integrate mainline
23890      Branch: perlio
23891           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
23892           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23893           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23894           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23895           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23896           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23897           +> t/lib/test-harness.t
23898           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
23899           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
23900           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
23901           !> pod/perlutil.pod t/TEST utils/h2xs.PL
23902 ____________________________________________________________________________
23903 [  8699] By: nick                                  on 2001/02/05  19:41:07
23904         Log: Subject: perlfaq2, re: perlmongers
23905              From: David H. Adler <dha@panix.com>
23906              Date: Sun, 4 Feb 2001 23:48:23 -0500
23907              Message-Id: <20010204234823.A13429@panix.com>
23908      Branch: perl
23909            ! pod/perlfaq2.pod
23910 ____________________________________________________________________________
23911 [  8698] By: nick                                  on 2001/02/05  19:39:31
23912         Log: Missed file f#rom the testharness mess.
23913      Branch: perl
23914            + t/lib/test-harness.t
23915 ____________________________________________________________________________
23916 [  8697] By: nick                                  on 2001/02/05  19:37:21
23917         Log: Subject: [DOC PATCH] overload.pm nits
23918              From: John Tobey <jtobey@john-edwin-tobey.org>
23919              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
23920              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
23921      Branch: perl
23922            ! lib/overload.pm
23923 ____________________________________________________________________________
23924 [  8696] By: alanbur                               on 2001/02/05  11:56:00
23925         Log: Sync with parent
23926      Branch: maint-5.6/pureperl
23927           !> thread.h
23928 ____________________________________________________________________________
23929 [  8695] By: gsar                                  on 2001/02/05  03:27:34
23930         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23931      Branch: maint-5.6/perl
23932            ! thread.h
23933 ____________________________________________________________________________
23934 [  8694] By: alanbur                               on 2001/02/05  00:07:47
23935         Log: Initial branch creation from //depot/maint-5.6/perl
23936      Branch: maint-5.6/pureperl
23937           +> (branch 1719 files)
23938 ____________________________________________________________________________
23939 [  8693] By: gsar                                  on 2001/02/04  22:38:49
23940         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
23941              changes)
23942      Branch: maint-5.6/perl
23943           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23944           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
23945           !> ext/DB_File/version.c
23946 ____________________________________________________________________________
23947 [  8692] By: nick                                  on 2001/02/04  18:15:57
23948         Log: The missed t/TEST part of the grand testharness upgrade.
23949      Branch: perl
23950            ! t/TEST
23951 ____________________________________________________________________________
23952 [  8691] By: nick                                  on 2001/02/04  18:05:17
23953         Log: New improved test harness
23954              Subject: Re: [PATCH Test::Harness] Third time's a charm?
23955              From: Michael G Schwern <schwern@pobox.com>
23956              Date: Sun, 4 Feb 2001 08:01:20 -0500
23957              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
23958      Branch: perl
23959            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
23960            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23961            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23962            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23963            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23964            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23965            ! MANIFEST lib/Test/Harness.pm
23966 ____________________________________________________________________________
23967 [  8690] By: nick                                  on 2001/02/04  17:57:51
23968         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
23969              From: Jonathan Stowe <gellyfish@gellyfish.com>
23970              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
23971              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
23972      Branch: perl
23973            ! utils/h2xs.PL
23974 ____________________________________________________________________________
23975 [  8689] By: nick                                  on 2001/02/04  17:55:24
23976         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
23977              From: Michael G Schwern <schwern@pobox.com>
23978              Date: Sat, 3 Feb 2001 22:46:38 -0500
23979              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
23980      Branch: perl
23981            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
23982            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
23983 ____________________________________________________________________________
23984 [  8688] By: nick                                  on 2001/02/04  17:43:55
23985         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
23986              length byfailing to spot lack of closing )
23987              From: nick@talking.bollo.cx
23988              Date: Sat, 03 Feb 2001 23:53:16 +0000
23989              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
23990      Branch: perl
23991            ! perlio.c pod/perldiag.pod
23992 ____________________________________________________________________________
23993 [  8687] By: jhi                                   on 2001/02/03  17:11:42
23994         Log: HP-UX thread patches from Merijn H. Brand.
23995      Branch: maint-5.6/perl
23996            ! README.hpux hints/hpux.sh
23997 ____________________________________________________________________________
23998 [  8686] By: jhi                                   on 2001/02/03  16:40:12
23999         Log: Metaconfig changes for #8685.
24000      Branch: metaconfig
24001            ! U/installdirs/instubperl.U
24002      Branch: metaconfig/U/perl
24003            ! Devel.U versiononly.U
24004 ____________________________________________________________________________
24005 [  8685] By: jhi                                   on 2001/02/03  16:39:49
24006         Log: For -Dusedevel builds turn off installusrbinperl and turn on
24007              versiononly, a combined idea of Richard Soderberg and Merijn
24008              H. Brand.  You can still override both of these from the command
24009              line if you need to, -Dinstallusrbinperl and -Uversiononly.
24010      Branch: perl
24011            ! Configure
24012 ____________________________________________________________________________
24013 [  8684] By: jhi                                   on 2001/02/03  16:16:34
24014         Log: Metaconfig unit fix for #8683.
24015      Branch: metaconfig
24016            ! U/compline/nblock_io.U
24017 ____________________________________________________________________________
24018 [  8683] By: jhi                                   on 2001/02/03  16:16:12
24019         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
24020              reported by Peter Prymmer for 5.6-TRIAL1.
24021      Branch: perl
24022            ! Configure
24023 ____________________________________________________________________________
24024 [  8682] By: jhi                                   on 2001/02/03  05:52:11
24025         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24026              to work correctly.
24027      Branch: maint-5.6/perl
24028            ! hints/irix_6.sh
24029 ____________________________________________________________________________
24030 [  8681] By: jhi                                   on 2001/02/03  05:47:33
24031         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
24032      Branch: maint-5.6/perl
24033            ! pod/perlport.pod
24034 ____________________________________________________________________________
24035 [  8680] By: jhi                                   on 2001/02/02  21:39:49
24036         Log: perlport update from Peter Prymmer.
24037      Branch: maint-5.6/perl
24038            ! pod/perlport.pod
24039 ____________________________________________________________________________
24040 [  8679] By: nick                                  on 2001/02/02  20:50:48
24041         Log: Integrate mainline
24042      Branch: perlio
24043           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24044           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
24045           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24046 ____________________________________________________________________________
24047 [  8678] By: gsar                                  on 2001/02/02  16:02:12
24048         Log: note about bincompat, slightly modified (from Lupe Christoph)
24049      Branch: maint-5.6/perl
24050            ! README.solaris
24051 ____________________________________________________________________________
24052 [  8677] By: jhi                                   on 2001/02/02  15:46:20
24053         Log: Supported platforms updates.
24054      Branch: maint-5.6/perl
24055            ! pod/perlport.pod
24056 ____________________________________________________________________________
24057 [  8676] By: jhi                                   on 2001/02/02  03:41:26
24058         Log: A couple more perlfaq2 tweaks.
24059      Branch: maint-5.6/perl
24060            ! pod/perlfaq2.pod
24061 ____________________________________________________________________________
24062 [  8675] By: jhi                                   on 2001/02/02  03:17:44
24063         Log: Misedit in #8661.
24064      Branch: maint-5.6/perl
24065            ! Configure
24066 ____________________________________________________________________________
24067 [  8674] By: jhi                                   on 2001/02/02  03:14:38
24068         Log: Damien again.
24069      Branch: maint-5.6/perl
24070            ! pod/perlfaq2.pod
24071 ____________________________________________________________________________
24072 [  8673] By: jhi                                   on 2001/02/02  03:12:40
24073         Log: perlfaq update from Elaine Ashton.
24074      Branch: maint-5.6/perl
24075            ! pod/perlfaq2.pod
24076 ____________________________________________________________________________
24077 [  8672] By: jhi                                   on 2001/02/02  03:07:08
24078         Log: UTF-8 s/// patch from Inaba Hiroto.
24079      Branch: maint-5.6/perl
24080            ! pp_ctl.c pp_hot.c
24081 ____________________________________________________________________________
24082 [  8671] By: jhi                                   on 2001/02/01  22:34:31
24083         Log: Update Changes.
24084      Branch: perl
24085            ! Changes patchlevel.h
24086 ____________________________________________________________________________
24087 [  8670] By: jhi                                   on 2001/02/01  22:15:29
24088         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
24089              from maintperl.
24090              
24091              Upgrade to Getopt::Long 2.25, from Johan Vromans.
24092              
24093              more files need to be writable in the source distribution
24094              
24095              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24096              
24097              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24098              
24099              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24100              
24101              Allow the float to be fuzzier.
24102              
24103              need to use INT2PTR instead of a straight cast or ia64 fails
24104              
24105              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24106              
24107              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24108      Branch: perl
24109           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24110           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
24111           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24112 ____________________________________________________________________________
24113 [  8669] By: jhi                                   on 2001/02/01  21:57:02
24114         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24115              From: Robin Barker <rmb1@cise.npl.co.uk>
24116              Date: Thu, 1 Feb 2001 16:59:05 GMT
24117              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
24118      Branch: maint-5.6/perl
24119            ! pod/perlmodlib.PL
24120 ____________________________________________________________________________
24121 [  8668] By: nick                                  on 2001/02/01  19:41:40
24122         Log: Integrate mainline
24123      Branch: perlio
24124           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
24125           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
24126           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
24127 ____________________________________________________________________________
24128 [  8667] By: gsar                                  on 2001/02/01  16:59:11
24129         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24130      Branch: maint-5.6/perl
24131            ! embed.pl embedvar.h
24132 ____________________________________________________________________________
24133 [  8666] By: gsar                                  on 2001/02/01  16:34:51
24134         Log: add missing entries to win32/config.?c
24135      Branch: maint-5.6/perl
24136            ! win32/config.bc win32/config.gc win32/config.vc
24137            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24138 ____________________________________________________________________________
24139 [  8665] By: jhi                                   on 2001/02/01  14:58:51
24140         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24141              From: "Stephen P. Potter" <spp@spotter.yi.org>
24142              Date: Thu, 01 Feb 2001 10:45:46 -0500
24143              Message-Id: <200102011545.KAA31479@spotter.yi.org>
24144      Branch: maint-5.6/perl
24145            ! pod/perlfunc.pod
24146 ____________________________________________________________________________
24147 [  8664] By: gsar                                  on 2001/02/01  14:52:37
24148         Log: need to use INT2PTR instead of a straight cast or ia64 fails
24149              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
24150      Branch: maint-5.6/perl
24151            ! ext/POSIX/POSIX.xs
24152 ____________________________________________________________________________
24153 [  8663] By: jhi                                   on 2001/02/01  14:09:13
24154         Log: Allow the float to be fuzzier.
24155      Branch: maint-5.6/perl
24156            ! t/lib/peek.t
24157 ____________________________________________________________________________
24158 [  8662] By: jhi                                   on 2001/02/01  13:59:00
24159         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24160              From: Robin Barker <rmb1@cise.npl.co.uk>
24161              Date: Thu, 1 Feb 2001 13:05:39 GMT
24162              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
24163      Branch: maint-5.6/perl
24164            ! pod/perlmodlib.pod
24165 ____________________________________________________________________________
24166 [  8661] By: jhi                                   on 2001/02/01  13:57:38
24167         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
24168              Date: Thu, 01 Feb 2001 14:15:41 +0100
24169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24170              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
24171              
24172              Have the $ccflags in the gcc version test (strange, this change
24173              is claimed to be have been integrated already)
24174      Branch: maint-5.6/perl
24175            ! Configure
24176 ____________________________________________________________________________
24177 [  8660] By: jhi                                   on 2001/02/01  13:44:10
24178         Log: Integrate changes #7950,7964,7962 from mainline.
24179              
24180              Find the stdchar signedness using cpp, should fix some of
24181              the Solaris compiler warnings reported by Alan Burlison.
24182      Branch: maint-5.6/perl
24183           !> Configure config_h.SH
24184 ____________________________________________________________________________
24185 [  8659] By: jhi                                   on 2001/02/01  05:35:32
24186         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24187              From: Jan Dubois <JanD@ActiveState.com>
24188              Date: Wed, 31 Jan 2001 21:17:03 -0800
24189              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24190      Branch: maint-5.6/perl
24191            ! utils/perldoc.PL
24192 ____________________________________________________________________________
24193 [  8658] By: jhi                                   on 2001/02/01  04:33:17
24194         Log: Integrate the README.os390 and README.posix-bc parts of mainline
24195              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
24196              installperl parts were taken care of by #8657.)
24197      Branch: maint-5.6/perl
24198           !> README.os390 README.posix-bc
24199 ____________________________________________________________________________
24200 [  8657] By: jhi                                   on 2001/02/01  04:29:21
24201         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24202              From: Peter Prymmer <pvhp@forte.com>
24203              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
24204              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
24205      Branch: maint-5.6/perl
24206            + ext/DynaLoader/dl_dllload.xs
24207            ! MANIFEST Makefile.SH hints/os390.sh installperl
24208 ____________________________________________________________________________
24209 [  8656] By: jhi                                   on 2001/02/01  04:25:45
24210         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
24211              From: Peter Prymmer <pvhp@forte.com>
24212              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
24213              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
24214      Branch: maint-5.6/perl
24215            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
24216 ____________________________________________________________________________
24217 [  8655] By: jhi                                   on 2001/02/01  04:14:47
24218         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
24219              From: troc@netrus.net
24220              Date: Wed, 31 Jan 2001 22:31:26 -0500
24221              Message-Id: <200102010331.WAA117.85@rocco.homenet>
24222      Branch: maint-5.6/perl
24223            ! os2/os2.c
24224 ____________________________________________________________________________
24225 [  8654] By: jhi                                   on 2001/02/01  04:12:52
24226         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24227              as reported by Alan Burlison.
24228      Branch: maint-5.6/perl
24229            ! pp.h
24230 ____________________________________________________________________________
24231 [  8653] By: jhi                                   on 2001/02/01  04:05:12
24232         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
24233              From: dsugalski@northernlight.com
24234              Date: Wed, 31 Jan 2001 18:54:11 -0500
24235              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
24236      Branch: maint-5.6/perl
24237            ! configure.com
24238 ____________________________________________________________________________
24239 [  8652] By: jhi                                   on 2001/02/01  04:03:11
24240         Log: Misplaced #endif.
24241              
24242              Subject: [perl-5-6-1-trial2] patches for EPOC
24243              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24244              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24245              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24246      Branch: maint-5.6/perl
24247            ! epoc/epocish.c
24248 ____________________________________________________________________________
24249 [  8651] By: jhi                                   on 2001/02/01  04:00:25
24250         Log: Integrate changes #8647,8648,8650 from mainline.
24251              
24252              Macrofy a magic UTF-8 test.
24253              
24254              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
24255              
24256              Watch out for cross compiling for EPOC (usually done on linux).
24257      Branch: maint-5.6/perl
24258           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
24259 ____________________________________________________________________________
24260 [  8650] By: jhi                                   on 2001/02/01  03:56:20
24261         Log: Watch out for cross compiling for EPOC (usually done on linux)
24262              
24263              Subject: [perl-5-6-1-trial2] patches for EPOC
24264              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24265              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24266              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24267      Branch: perl
24268            ! ext/Errno/Errno_pm.PL
24269 ____________________________________________________________________________
24270 [  8649] By: gsar                                  on 2001/02/01  00:46:00
24271         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24272      Branch: maint-5.6/perl
24273            ! sv.c
24274 ____________________________________________________________________________
24275 [  8648] By: jhi                                   on 2001/01/31  23:35:36
24276         Log: All the uses of PL_numeric_radix must be protected by
24277              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
24278              
24279              Subject: [perl-5-6-1-trial2] patches for EPOC
24280              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24281              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24282              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24283      Branch: perl
24284            ! sv.c
24285 ____________________________________________________________________________
24286 [  8647] By: jhi                                   on 2001/01/31  22:56:16
24287         Log: Macrofy a magic UTF-8 test.
24288      Branch: perl
24289            ! utf8.c utf8.h
24290 ____________________________________________________________________________
24291 [  8646] By: gsar                                  on 2001/01/31  15:55:12
24292         Log: update Changes
24293      Branch: maint-5.6/perl
24294            ! Changes
24295 ____________________________________________________________________________
24296 [  8645] By: gsar                                  on 2001/01/31  15:10:14
24297         Log: Configure tweak suggested by Peter Prymmer
24298      Branch: maint-5.6/perl
24299            ! Configure
24300 ____________________________________________________________________________
24301 [  8644] By: gsar                                  on 2001/01/31  15:06:32
24302         Log: more files need to be writable in the source distribution
24303      Branch: maint-5.6/perl
24304            ! Porting/makerel
24305 ____________________________________________________________________________
24306 [  8643] By: jhi                                   on 2001/01/31  14:59:46
24307         Log: Integrate changes #8258,8278,8279 from mainline.
24308              
24309              Make the large file tests more robust/talkative.
24310      Branch: maint-5.6/perl
24311           !> t/lib/syslfs.t t/op/lfs.t
24312 ____________________________________________________________________________
24313 [  8642] By: gsar                                  on 2001/01/31  14:53:48
24314         Log: integrate changes#8311,8334 from mainline
24315              
24316              Add a new MakeMaker variable PM_FILTER that defines a Unix
24317              filter to be run on each .pm during the pm_to_blib() phase,
24318              a fixed version of
24319              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
24320              
24321              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
24322              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
24323              accurate reading of the "atime".  
24324      Branch: maint-5.6/perl
24325           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
24326           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24327           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
24328 ____________________________________________________________________________
24329 [  8641] By: jhi                                   on 2001/01/31  14:46:37
24330         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
24331      Branch: maint-5.6/perl
24332            ! lib/Getopt/Long.pm
24333 ____________________________________________________________________________
24334 [  8640] By: gsar                                  on 2001/01/31  14:40:24
24335         Log: make regen_all
24336      Branch: maint-5.6/perl
24337            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
24338 ____________________________________________________________________________
24339 [  8639] By: gsar                                  on 2001/01/31  14:37:25
24340         Log: refresh windows config files
24341      Branch: maint-5.6/perl
24342            ! win32/Makefile win32/config_H.bc win32/config_H.gc
24343            ! win32/config_H.vc win32/makefile.mk
24344 ____________________________________________________________________________
24345 [  8638] By: gsar                                  on 2001/01/31  14:28:10
24346         Log: makefile tweaks for windows: introduce a bulk-switch to enable
24347              same options as ActivePerl; sync changes with makefile.mk
24348      Branch: maint-5.6/perl
24349            ! win32/Makefile win32/makefile.mk
24350 ____________________________________________________________________________
24351 [  8637] By: jhi                                   on 2001/01/31  04:41:30
24352         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
24353              From: Nicholas Clark <nick@ccl4.org>
24354              Date: Tue, 30 Jan 2001 19:51:05 +0000
24355              Message-ID: <20010130195105.R76607@plum.flirble.org> 
24356              
24357              op/inc cure.
24358      Branch: perl
24359            ! pp.c pp.h pp_hot.c t/op/arith.t
24360 ____________________________________________________________________________
24361 [  8636] By: jhi                                   on 2001/01/31  02:38:32
24362         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
24363              no perlio],8257,8380,8479,8515 from mainline.
24364              
24365              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
24366              
24367              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
24368              Subject: [PATCH perl@8133] fix-up for VMS extensions
24369              
24370              In VMS embedded perls couldn't access the statically built Socket.
24371              
24372              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
24373              
24374              Further VMS piping fixes from Charles Lane.
24375              
24376              Subject:  [PATCH] make t/op/misc.t work on VMS
24377              
24378              Add tracing for debugging extensions builds in VMS.
24379              
24380              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24381      Branch: maint-5.6/perl
24382           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
24383           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
24384           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
24385 ____________________________________________________________________________
24386 [  8635] By: jhi                                   on 2001/01/31  01:46:41
24387         Log: Integrate change #7732 from mainline.
24388              
24389              Sparc 64-bit pack() fix from Jens Hamisch.
24390      Branch: maint-5.6/perl
24391           !> pp.c
24392 ____________________________________________________________________________
24393 [  8634] By: jhi                                   on 2001/01/31  01:41:16
24394         Log: One spot missing from #8626.
24395      Branch: maint-5.6/perl
24396            ! sv.c
24397 ____________________________________________________________________________
24398 [  8633] By: jhi                                   on 2001/01/31  00:49:17
24399         Log: Integrate change #7495 from mainline.
24400              
24401              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24402      Branch: maint-5.6/perl
24403           !> MANIFEST ext/re/Makefile.PL
24404 ____________________________________________________________________________
24405 [  8632] By: jhi                                   on 2001/01/30  23:38:49
24406         Log: Integrate change #8396 from mainline.
24407              
24408              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
24409              better multicast support (resend)
24410      Branch: maint-5.6/perl
24411           !> ext/Socket/Socket.pm
24412 ____________________________________________________________________________
24413 [  8631] By: jhi                                   on 2001/01/30  23:28:03
24414         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
24415              
24416              More AIX lore. (7514, ext/re/hints/aix.pl)
24417              
24418              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
24419              
24420              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)
24421              
24422              Subject: [ID 20001214.002] Net::Ping patch
24423              
24424              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
24425              
24426              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24427              
24428              Add ReuseAddr as a (preferred) alias for Reuse as we now
24429              also have ReusePort.
24430              
24431              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24432      Branch: maint-5.6/perl
24433           +> ext/re/hints/aix.pl
24434           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24435           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
24436 ____________________________________________________________________________
24437 [  8630] By: jhi                                   on 2001/01/30  23:03:59
24438         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
24439              
24440              read() documentation tweak for 20001121.004.
24441              
24442              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
24443      Branch: maint-5.6/perl
24444           !> pod/perlfunc.pod pod/perlre.pod
24445 ____________________________________________________________________________
24446 [  8629] By: jhi                                   on 2001/01/30  22:41:57
24447         Log: Integrate change #8098 from mainline.
24448              
24449              fastgetcwd is defined using a glob alias on a $^O dependent basis
24450              and there was no default assignment or perl subroutine.
24451      Branch: maint-5.6/perl
24452           !> lib/Cwd.pm
24453 ____________________________________________________________________________
24454 [  8628] By: jhi                                   on 2001/01/30  21:58:52
24455         Log: Integrate change #7866 from mainline.
24456              
24457              File::Temp 0.11.
24458      Branch: maint-5.6/perl
24459           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
24460 ____________________________________________________________________________
24461 [  8627] By: jhi                                   on 2001/01/30  21:39:44
24462         Log: Integrate changes #8075,8086,8228 from mainline.  
24463              
24464              Darwin is not Windows. (8075,8086)
24465              
24466              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
24467      Branch: maint-5.6/perl
24468           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
24469           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24470           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
24471           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
24472 ____________________________________________________________________________
24473 [  8626] By: jhi                                   on 2001/01/30  21:22:11
24474         Log: Integrate with tweakery the change #8625 from mainline,
24475              the multibyte decimal separator fix ("fa_IR locale failure").
24476      Branch: maint-5.6/perl
24477            ! embedvar.h perlapi.h
24478           !> intrpvar.h perl.c perl.h sv.c util.c
24479 ____________________________________________________________________________
24480 [  8625] By: jhi                                   on 2001/01/30  20:26:33
24481         Log: Fix for the fa_IR locale failure.  The reason for the failure
24482              was that Perl was assuming the decimal separator aka the radix
24483              separator is one character.  The Farsi-Iranian locale crushed
24484              that bad assumption since there the separator is 'Momayyez',
24485              glyphwise looking somewhat like a slash, and in Unicode UTF-8
24486              encoded in two bytes, 0xd9 0xab.
24487      Branch: perl
24488            ! intrpvar.h perl.c perl.h sv.c util.c
24489 ____________________________________________________________________________
24490 [  8624] By: gsar                                  on 2001/01/30  20:17:03
24491         Log: regen_headers
24492      Branch: maint-5.6/perl
24493            ! Makefile.SH pod/perlintern.pod
24494 ____________________________________________________________________________
24495 [  8623] By: gsar                                  on 2001/01/30  19:42:34
24496         Log: backout change#7431 and its dependents (causes spurious rebuilds
24497              of autogenerated files)
24498              
24499              fix benign b.t failure
24500      Branch: maint-5.6/perl
24501            ! Makefile.SH t/lib/b.t
24502 ____________________________________________________________________________
24503 [  8622] By: jhi                                   on 2001/01/30  19:41:41
24504         Log: Microperl sync.
24505      Branch: perl
24506            ! mg.c perl.h
24507 ____________________________________________________________________________
24508 [  8621] By: gsar                                  on 2001/01/30  19:24:47
24509         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
24510              from mainline
24511              
24512              Subject: podlators 1.06 released
24513              
24514              Subject: [PATCH @8436] Eliminate op_children
24515              
24516              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
24517              
24518              (Replaced by #8448)  More op_children traces (cleanup of #8442).
24519              
24520              Subject: [PATCH #3 @8436] Re: Eliminate op_children
24521              Replace #8444 and #8445.
24522              
24523              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24524              at the setting of the ofs_sv in new_struct_thread() as the
24525              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
24526              uninitialized fields are, uh, initialized with),
24527              SvREFCNT_inc()ing that invited a core dump.
24528              
24529              podlators 1.07, from Russ Allbery.
24530              
24531              Subject: [PATCH] regcomp.c old feature removal
24532              From: mjd@plover.com
24533              Date: 16 Jan 2001 14:43:18 -0000 
24534              Message-ID: <20010116144318.7140.qmail@plover.com> 
24535      Branch: maint-5.6/perl
24536           +> lib/Pod/Text/Overstrike.pm
24537           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
24538           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
24539           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
24540           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
24541           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
24542           !> util.c
24543 ____________________________________________________________________________
24544 [  8620] By: gsar                                  on 2001/01/30  18:48:32
24545         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
24546              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
24547              now fails one test)
24548              
24549              Subject: [PATCH] lvalue AUTOLOAD. No, really.
24550              
24551              Subject: [PATCH] Interesting syntax idea
24552              Make opens + bareword assigns do typeglob assigns.
24553              
24554              Tests for #8254.
24555              
24556              Subject: [PATCH @8269] Continue blocks and B::Deparse
24557              Make the peephole optimizer to bypass more null ops and
24558              and rewrite the deparse handling of continue blocks.
24559              
24560              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
24561              Doc tweak on #8313.
24562              
24563              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
24564              
24565              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24566              
24567              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
24568              
24569              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24570              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24571              according to the platform.
24572              
24573              Subject: [PATCH @8404] Consolidated lvalue sub changes
24574              
24575              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24576              
24577              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24578              
24579              Subject: B::Concise -- an improved replacement for B::Terse 
24580              
24581              The B::Terse drop-in replacement wasn't quite drop-in.
24582              
24583              The LVRET macro needed an aTHX.
24584              
24585              Use the /^Perl_/-less form of is_lvalue_sub().
24586              
24587              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24588      Branch: maint-5.6/perl
24589           +> ext/B/B/Concise.pm
24590           !> (integrate 27 files)
24591 ____________________________________________________________________________
24592 [  8619] By: nick                                  on 2001/01/30  18:40:28
24593         Log: Integrate mainline
24594      Branch: perlio
24595           !> (integrate 40 files)
24596 ____________________________________________________________________________
24597 [  8618] By: jhi                                   on 2001/01/30  18:37:18
24598         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
24599              Date: Mon, 29 Jan 2001 22:51:29 -0600
24600              From: "Craig A. Berry" <craigberry@mac.com>
24601              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
24602      Branch: perl
24603            ! vms/test.com
24604 ____________________________________________________________________________
24605 [  8617] By: jhi                                   on 2001/01/30  18:34:53
24606         Log: Subject: [PATCH] Add missing CV flags to dump.c
24607              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24608              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
24609              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
24610      Branch: perl
24611            ! dump.c
24612 ____________________________________________________________________________
24613 [  8616] By: jhi                                   on 2001/01/30  18:20:58
24614         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
24615              part isn't applicable to maintperl.
24616              
24617              UTF-8 nit from Inaba Hiroto.
24618      Branch: maint-5.6/perl
24619           !> pod/perlapi.pod utf8.c
24620 ____________________________________________________________________________
24621 [  8615] By: jhi                                   on 2001/01/30  18:18:51
24622         Log: UTF-8 nit from Inaba Hiroto.
24623      Branch: perl
24624            ! pod/perlapi.pod t/op/each.t utf8.c
24625 ____________________________________________________________________________
24626 [  8614] By: jhi                                   on 2001/01/30  18:13:38
24627         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
24628              
24629              perl's internal variables are not for public consumption,
24630              move their docs from perlapi.pod to perlintern.pod
24631              
24632              support for -Dusethreads build under HP-UX 10.20 and DCE threads
24633              library (11.0 and later have pthreads but 10.x don't)
24634              
24635              avoid uninitialized value warnings
24636              
24637              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24638              gets weird results)
24639              
24640              perldoc nit on windows
24641              
24642              make it possible to run the tests outside the source tree
24643              (there's still a dependency on ../lib being the library
24644              location)
24645      Branch: perl
24646           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
24647           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
24648           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
24649           !> win32/bin/search.pl win32/vdir.h
24650 ____________________________________________________________________________
24651 [  8613] By: gsar                                  on 2001/01/30  16:39:59
24652         Log: make it possible to run the tests outside the source tree
24653              (there's still a dependency on ../lib being the library
24654              location)
24655      Branch: maint-5.6/perl
24656            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
24657 ____________________________________________________________________________
24658 [  8612] By: gsar                                  on 2001/01/30  16:31:12
24659         Log: perldoc nit on windows
24660      Branch: maint-5.6/perl
24661            ! utils/perldoc.PL
24662 ____________________________________________________________________________
24663 [  8611] By: gsar                                  on 2001/01/30  16:22:54
24664         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24665              gets weird results)
24666      Branch: maint-5.6/perl
24667            ! win32/vdir.h
24668 ____________________________________________________________________________
24669 [  8610] By: gsar                                  on 2001/01/30  16:12:45
24670         Log: avoid uninitialized value warnings
24671      Branch: maint-5.6/perl
24672            ! win32/bin/search.pl
24673 ____________________________________________________________________________
24674 [  8609] By: gsar                                  on 2001/01/30  16:08:01
24675         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
24676              library (11.0 and later have pthreads but 10.x don't)
24677      Branch: maint-5.6/perl
24678            ! hints/hpux.sh thread.h
24679 ____________________________________________________________________________
24680 [  8608] By: gsar                                  on 2001/01/30  15:48:55
24681         Log: perl's internal variables are not for public consumption,
24682              move their docs from perlapi.pod to perlintern.pod
24683      Branch: maint-5.6/perl
24684            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
24685            ! thrdvar.h
24686 ____________________________________________________________________________
24687 [  8607] By: gsar                                  on 2001/01/30  15:44:27
24688         Log: mistakenly branched perl56delta.pod, revert
24689      Branch: maint-5.6/perl
24690            - pod/perl56delta.pod
24691           !> pod/perldelta.pod
24692 ____________________________________________________________________________
24693 [  8606] By: gsar                                  on 2001/01/30  14:20:24
24694         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
24695              dTHR which has been a noop for a while now, except for the
24696              compatibility definition in thread.h)
24697      Branch: maint-5.6/perl
24698           !> (integrate 45 files)
24699 ____________________________________________________________________________
24700 [  8605] By: jhi                                   on 2001/01/30  05:43:58
24701         Log: Mark the UTF-8 APIs as experimental.
24702      Branch: maint-5.6/perl
24703            ! embed.pl pod/perlapi.pod
24704 ____________________________________________________________________________
24705 [  8604] By: jhi                                   on 2001/01/30  05:38:40
24706         Log: Nits from earlier integrates.
24707      Branch: maint-5.6/perl
24708            ! lib/Carp/Heavy.pm
24709           !> sv.c
24710 ____________________________________________________________________________
24711 [  8603] By: jhi                                   on 2001/01/30  05:27:26
24712         Log: Regenerate Porting files.
24713      Branch: maint-5.6/perl
24714            ! Porting/Glossary Porting/config.sh Porting/config_H
24715 ____________________________________________________________________________
24716 [  8602] By: jhi                                   on 2001/01/30  05:14:59
24717         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
24718              8310,8339,8447,8492,8493,8505,8525: documentation changes.
24719              
24720              Subject: Re: perlfaq style changes
24721              
24722              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24723              
24724              Subject: [PATCH] docs on NaN
24725              
24726              Subject: [patch] perlfaq7
24727              
24728              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24729              
24730              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24731              
24732              Subject: [PATCH] open() example in perlfunc.pod
24733              
24734              Podify README.mpeix (a new version from the web)
24735              
24736              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24737              
24738              Subject: [PATCH] format and rewording in perlfaq.pod
24739              
24740              Subject: [PATCH] API Variable documentation   
24741              
24742              Memory management calls documentation.
24743              
24744              Subject: [PATCH: perl@8482] README.vms URL updates
24745              
24746              Subject: Minor typos in perlfaq2.pod
24747              
24748              Subject: [PATCH] pod/perlvar.pod
24749      Branch: maint-5.6/perl
24750           +> pod/perl56delta.pod
24751            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24752           !> README.amiga README.epoc README.mpeix README.vms
24753           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
24754           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
24755           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
24756           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
24757           !> pod/perlvar.pod thrdvar.h
24758 ____________________________________________________________________________
24759 [  8601] By: jhi                                   on 2001/01/30  04:38:35
24760         Log: Integrate changes #8036,8096,8253 from mainline:
24761              hints changes.
24762              
24763              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24764              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
24765              
24766              Output the (apparent) version of gcc in Tru64.
24767      Branch: maint-5.6/perl
24768           +> ext/POSIX/hints/svr4.pl
24769           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
24770           !> hints/svr4.sh t/lib/bigfltpm.t
24771 ____________________________________________________________________________
24772 [  8600] By: jhi                                   on 2001/01/30  04:04:01
24773         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
24774              locale fixes.
24775              
24776              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
24777              
24778              Debian allows /usr/bin/locale to exist without any locales. (7868)
24779              
24780              Allow the locale test needing POSIX and the taint test
24781              needing IPC::SysV to run under 'minitest' (basically,
24782              bail out if loading the extension fails). (8384)
24783              
24784              Cleanup the locale.t output  (8480)
24785      Branch: maint-5.6/perl
24786           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
24787           !> t/pragma/locale.t
24788 ____________________________________________________________________________
24789 [  8599] By: jhi                                   on 2001/01/30  03:51:04
24790         Log: Missing generated files from #8598.
24791      Branch: maint-5.6/perl
24792            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24793 ____________________________________________________________________________
24794 [  8598] By: jhi                                   on 2001/01/30  03:41:54
24795         Log: Integrate change #8555 from mainline, manually integrate parts
24796              of changes 8452 and 8583.
24797              
24798              Subject: [PATCH] utf8.c documentation (8452)
24799              
24800              No point in checking the length if the pointer is bogus. (8555)
24801              
24802              Introduce bytes_from_utf8() and implement sv_eq() using it,
24803              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
24804              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
24805              was malformed. (8583)
24806      Branch: maint-5.6/perl
24807            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
24808           !> pod/perlapi.pod sv.c utf8.c
24809 ____________________________________________________________________________
24810 [  8597] By: gsar                                  on 2001/01/30  02:37:26
24811         Log: get PERL_OBJECT build going again on windows
24812      Branch: maint-5.6/perl
24813            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24814            ! pod/perlapi.pod proto.h sv.c
24815 ____________________________________________________________________________
24816 [  8596] By: jhi                                   on 2001/01/30  02:16:17
24817         Log: Signedness nit.
24818      Branch: perl
24819            ! sv.c
24820 ____________________________________________________________________________
24821 [  8595] By: jhi                                   on 2001/01/30  02:11:07
24822         Log: EBCDIC patch for Storable, from Peter Prymmer.
24823      Branch: perl
24824            ! t/lib/st-06compat.t
24825 ____________________________________________________________________________
24826 [  8594] By: jhi                                   on 2001/01/30  01:04:48
24827         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
24828              From: Peter Prymmer <pvhp@forte.com>
24829              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
24830              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
24831      Branch: perl
24832            ! t/lib/b.t
24833 ____________________________________________________________________________
24834 [  8593] By: jhi                                   on 2001/01/30  00:56:47
24835         Log: Subject: [PATCH: perl@8585] pod problems in io
24836              From: Peter Prymmer <pvhp@forte.com>
24837              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
24838              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
24839      Branch: perl
24840            ! pod/perlapio.pod pod/perliol.pod
24841 ____________________________________________________________________________
24842 [  8592] By: jhi                                   on 2001/01/30  00:48:20
24843         Log: Integrate perlio.
24844      Branch: perl
24845           !> pod/perlapio.pod pod/perliol.pod
24846 ____________________________________________________________________________
24847 [  8591] By: nick                                  on 2001/01/29  22:02:28
24848         Log: GNU 'merge' Simon's copy of perliol.pod with version
24849              patched by Craig's patch.
24850      Branch: perlio
24851            ! pod/perliol.pod
24852 ____________________________________________________________________________
24853 [  8590] By: nick                                  on 2001/01/29  21:55:10
24854         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
24855      Branch: perlio
24856            ! pod/perlapio.pod pod/perliol.pod
24857 ____________________________________________________________________________
24858 [  8589] By: jhi                                   on 2001/01/29  15:35:33
24859         Log: Integrate change #8586 from maint-5.6/perl.
24860              
24861              make the BOM detection code not call tell() until it has to
24862              (meant to fix esoteric compatibility issues where PL_rsfp
24863              is overridden)
24864      Branch: perl
24865           !> toke.c
24866 ____________________________________________________________________________
24867 [  8588] By: jhi                                   on 2001/01/29  15:29:11
24868         Log: Subject: MAking Solaris malloc() the default
24869              From: Lupe Christoph <lupe@lupe-christoph.de>
24870              Date: Mon, 29 Jan 2001 12:59:36 +0100
24871              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
24872              
24873              The README.solaris part slightly tweaked.
24874      Branch: perl
24875            ! README.solaris hints/solaris_2.sh
24876 ____________________________________________________________________________
24877 [  8587] By: jhi                                   on 2001/01/29  15:17:34
24878         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
24879              From: root@ak-75.mind.de
24880              Date: Sun, 28 Jan 2001 20:32:29 +0100
24881              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
24882      Branch: perl
24883            ! pod/perlre.pod
24884 ____________________________________________________________________________
24885 [  8586] By: gsar                                  on 2001/01/29  13:43:44
24886         Log: make the BOM detection code not call tell() until it has to
24887              (meant to fix esoteric compatibility issues where PL_rsfp
24888              is overridden)
24889      Branch: maint-5.6/perl
24890            ! toke.c
24891 ____________________________________________________________________________
24892 [  8585] By: jhi                                   on 2001/01/28  20:05:45
24893         Log: Update Changes.
24894      Branch: perl
24895            ! Changes patchlevel.h
24896 ____________________________________________________________________________
24897 [  8584] By: jhi                                   on 2001/01/28  19:30:02
24898         Log: Integrate perlio.
24899      Branch: perl
24900           +> pod/perliol.pod
24901           !> MANIFEST pod/perlapio.pod
24902 ____________________________________________________________________________
24903 [  8583] By: jhi                                   on 2001/01/28  19:28:40
24904         Log: Patch from Inaba Hiroto:
24905              - canonical UTF-8 hash keys: if a key string for a hash is
24906              UTF8-on, try downgrade the string and use it if
24907              unicode::distinct is not in effect.
24908              For the task, I added a function bytes_from_utf8() to utf8.c.
24909              It might resemble utf8_to_bytes() but it is not convenient
24910              to the task.
24911              Made a test for it and added to t/op/each.t
24912              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
24913              the mortal copy of the argument SV.
24914              And changed t/io/utf8.t test 18 which expects print() to
24915              upgrade its argument.
24916              - re-implement sv_eq with bytes_from_utf8()
24917              - some bug fixes
24918              - tr/// does not handle UTF8 range (\x{}-\x{})
24919              - \ before raw UTF8 character produced
24920              "Malformed UTF-8 character" warning.
24921              - "\x{100}\N{CENT SIGN}" is Malformed.
24922              Added tests for these 3.
24923              - and one silly bug (by me) with qu operator.
24924      Branch: perl
24925            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
24926            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
24927            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
24928 ____________________________________________________________________________
24929 [  8582] By: nick                                  on 2001/01/28  19:25:04
24930         Log: Add pod/perliol.pod to MANIFEST :-(
24931      Branch: perlio
24932            ! MANIFEST
24933 ____________________________________________________________________________
24934 [  8581] By: nick                                  on 2001/01/28  19:22:40
24935         Log: PerlIO documentation. Proofing and sub-editing requested.
24936      Branch: perlio
24937            + pod/perliol.pod
24938            ! pod/perlapio.pod
24939 ____________________________________________________________________________
24940 [  8580] By: jhi                                   on 2001/01/28  05:16:25
24941         Log: Revert the change to sv_2pv() done by #8054: Someone who
24942              did SvNV_set() on a scalar that also happened to be POK,
24943              followed by sv_2pv() won't get the right coercion anymore.
24944              [Sarathy]
24945      Branch: maint-5.6/perl
24946            ! sv.c
24947 ____________________________________________________________________________
24948 [  8579] By: jhi                                   on 2001/01/28  05:15:04
24949         Log: Remove the #8084 effect: do not allow -Q to be interpreted
24950              as -&Q(), this is too much wiggle room.
24951      Branch: maint-5.6/perl
24952            ! toke.c
24953 ____________________________________________________________________________
24954 [  8578] By: jhi                                   on 2001/01/28  05:12:45
24955         Log: Needed bits of #8439 (should have been in #8576),
24956              mainly for lval substr().
24957      Branch: maint-5.6/perl
24958            ! mg.c pp.c pp_hot.c
24959 ____________________________________________________________________________
24960 [  8577] By: jhi                                   on 2001/01/28  05:02:46
24961         Log: A missing check-in.
24962      Branch: maint-5.6/perl
24963            ! utf8.c
24964 ____________________________________________________________________________
24965 [  8576] By: jhi                                   on 2001/01/28  04:26:18
24966         Log: Integrate changes #8425,8436,8439,8517 from mainline.
24967              The 8439 was not truly integrated because it had too many
24968              dependencies on the development branch and because it introduced
24969              concepts too bold for a maintenance branch (such as the qu operator).
24970              
24971              Subject: [PATCH perl@8342] -Wformat
24972              
24973              Tighten some of the UTF-8 tests a bit.
24974              
24975              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
24976              - The substr lval was still not okay.
24977              - Now pp_stringify and sv_setsv copies source's UTF8 flag
24978              even if IN_BYTE.  pp_stringify is called from fold_constants
24979              at optimization phase and "\x{100}" was made SvUTF8_off under
24980              use bytes (the bytes pragma is for "byte semantics" and not
24981              for "do not produce UTF8 data")
24982      Branch: maint-5.6/perl
24983            ! t/lib/charnames.t t/op/substr.t toke.c
24984           !> sv.c t/pragma/utf8.t
24985 ____________________________________________________________________________
24986 [  8575] By: jhi                                   on 2001/01/28  04:01:51
24987         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
24988              
24989              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
24990              
24991              Subject: [ID 20001230.003] UTF-8 tr still hurts
24992              
24993              Test cases for #8385 (from Simon's "torture.pl")
24994              
24995              Start fixing UTF-8 lval substr() (8405)
24996      Branch: maint-5.6/perl
24997           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
24998           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
24999 ____________________________________________________________________________
25000 [  8574] By: jhi                                   on 2001/01/28  03:09:06
25001         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
25002              from mainline.
25003              
25004              UTF-8 cleanup.
25005              
25006              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25007              
25008              "\x{FF}\xFF" was broken.
25009              
25010              Tests for #8329 and #8330.
25011              
25012              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25013              
25014              IRIX compiler noticed that the bof initialization might be
25015              bypassed by control flow.
25016              
25017              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
25018      Branch: maint-5.6/perl
25019           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25020           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
25021 ____________________________________________________________________________
25022 [  8573] By: jhi                                   on 2001/01/28  02:06:12
25023         Log: Retract #8552.
25024      Branch: perl
25025            ! lib/Text/Wrap.pm t/lib/textwrap.t
25026 ____________________________________________________________________________
25027 [  8572] By: jhi                                   on 2001/01/28  02:04:49
25028         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
25029              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
25030              not really integrated but instead salvaged by hand
25031              (they had too many dependencies on the development release
25032              to be cleanly integratable).
25033              
25034              Subject: more UTF8 test suites and an UTF8 patch
25035              
25036              Tweak for MULTIPLICITY/USE_PERLIO
25037              
25038              Signedness nit.
25039              
25040              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25041              
25042              Use the UTF8_XXX macros in is_utf8_char().
25043              
25044              Rewrite pp_concat() in terms of sv_catsv().  The . operator
25045              should now be UTF-8-proof.
25046              
25047              Subject: [PATCH perl@8269] scanning two hex-constants
25048              fails on EBCDIC environment (script length.t)
25049              
25050              Add some Unicode chop() tests.
25051      Branch: maint-5.6/perl
25052            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
25053           !> sv.c t/op/chop.t utf8.h
25054 ____________________________________________________________________________
25055 [  8571] By: jhi                                   on 2001/01/28  00:35:59
25056         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
25057              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
25058              
25059              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
25060              
25061              The maxiters upper limit sanity check (guarding against
25062              non-progress) assumed bytes instead of characters in s///
25063              and split().
25064              
25065              Signedness nit.
25066              
25067              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
25068              join() should now be UTF-8-proof.
25069              
25070              More split // UTF-8 tests. (8250)
25071      Branch: maint-5.6/perl
25072           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
25073           !> util.c
25074 ____________________________________________________________________________
25075 [  8570] By: jhi                                   on 2001/01/27  22:15:46
25076         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
25077              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
25078              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
25079              8084,8204,8244,8333 from mainline.
25080              
25081              For -Q where Q might be a one-letter sub name one does no more
25082              get a warning about an unknown filetest (7941,7943,7944,8084).
25083              
25084              Subject: Re: [ID 20001130.011] expression parsing bug ?
25085              
25086              Make uv_to_utf8() to zero-terminate its output buffer.
25087              
25088              Split off t/op/length.t (7995)
25089              
25090              Split off t/op/utf8decode.t (7996)
25091              
25092              Remove an unnecessary 'use utf8' from the utf8.t (7998)
25093              
25094              Split off t/op/concat.t (8004)
25095              
25096              Split off t/op/ver.t (8005)
25097              
25098              Document utf8_length(), utf8_distance(), and utf8_hop().
25099              
25100              Document utf8_to_uv() better.
25101              
25102              Introduce macros for UTF8 decoding (8028,8033).
25103              
25104              Add test for reverse() (8030,8031).
25105              
25106              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
25107              
25108              Do not return the Unicode replacement character    on UTF-8
25109              decoding failure.
25110              
25111              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
25112              not this_utf8 i.e. the output string has one, but don't mess
25113              with source assumption. (8052,8053)
25114              
25115              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
25116              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
25117              was not expecting to be called with something that was already
25118              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
25119              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
25120              (8054)
25121              
25122              Recode the naughty binary bytes in utf8decode.t using the \xHH.
25123              
25124              Make some panic messages a bit more logical.
25125      Branch: maint-5.6/perl
25126           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
25127           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
25128           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
25129           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
25130           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
25131           !> utf8.c utf8.h
25132 ____________________________________________________________________________
25133 [  8569] By: jhi                                   on 2001/01/27  19:16:43
25134         Log: Integrate changes #7750 from perlio and #8566 from mainline.
25135      Branch: maint-5.6/perl
25136           !> regexec.c sv.c
25137 ____________________________________________________________________________
25138 [  8568] By: jhi                                   on 2001/01/27  18:06:51
25139         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
25140              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
25141              7935[-perlio.c],7936,7959,7965 from mainline.
25142              
25143              Change the "big byte" error message to "Wide character".
25144              (7355, the croak-if-wide-chars-in-print part ignored)
25145              
25146              Use UINT64_C().
25147              
25148              Introduce Perl_utf8_length().
25149              
25150              diff -se shows these as different (7753, forgotten check-ins)
25151              
25152              Subject: [PATCH] doop.c - UTF8 tr///
25153              
25154              If we use (aTHX_ ...) then put Perl_ on the front.
25155              
25156              Make utf8_length() and utf8_distance() to be less forgiving
25157              about bad UTF-8.
25158              
25159              Test line numbers are different with utf8.
25160              
25161              No need to scan till infinity, 13 is enough. (7872,7911)
25162              
25163              Subject: [PATCH] Tokeniser debugging
25164              
25165              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
25166              
25167              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
25168              
25169              Be more careful in Perl_sv_utf8_downgrade().
25170              
25171              Use DO_UTF8().
25172              
25173              Raw zero bytes in text files confuse at least GNU patch 2.1.
25174      Branch: maint-5.6/perl
25175           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25176           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
25177           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
25178           !> t/pragma/utf8.t toke.c utf8.c utf8.h
25179 ____________________________________________________________________________
25180 [  8567] By: nick                                  on 2001/01/27  11:10:38
25181         Log: Integrate mainline
25182      Branch: perlio
25183           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
25184           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
25185           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
25186           !> toke.c
25187 ____________________________________________________________________________
25188 [  8566] By: jhi                                   on 2001/01/27  06:22:48
25189         Log: More documentation for the regexp context stack.
25190      Branch: perl
25191            ! regexec.c
25192 ____________________________________________________________________________
25193 [  8565] By: jhi                                   on 2001/01/27  05:21:57
25194         Log: Update Changes.
25195      Branch: perl
25196            ! Changes patchlevel.h
25197 ____________________________________________________________________________
25198 [  8564] By: jhi                                   on 2001/01/27  04:44:04
25199         Log: Threadedness patch for #8562 from Doug MacEachern.
25200      Branch: perl
25201            ! toke.c
25202 ____________________________________________________________________________
25203 [  8563] By: jhi                                   on 2001/01/27  04:26:24
25204         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25205              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25206              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
25207              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
25208      Branch: perl
25209            ! op.c
25210 ____________________________________________________________________________
25211 [  8562] By: jhi                                   on 2001/01/27  04:20:30
25212         Log: Subject: Re: Announce : Tokener reporting patch
25213              From: Simon Cozens <simon@cozens.net>
25214              Date: Mon, 22 Jan 2001 02:17:22 +0000
25215              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
25216      Branch: perl
25217            ! embed.h embed.pl proto.h toke.c
25218 ____________________________________________________________________________
25219 [  8561] By: jhi                                   on 2001/01/27  04:17:24
25220         Log: Forgot from #8545.  Oops.
25221      Branch: perl
25222            ! pp.c t/pragma/overload.t
25223 ____________________________________________________________________________
25224 [  8560] By: jhi                                   on 2001/01/27  03:01:47
25225         Log: A better module compilation test, use MANIFEST as suggested
25226              by Spider.
25227      Branch: perl
25228            ! t/lib/1_compile.t
25229 ____________________________________________________________________________
25230 [  8559] By: jhi                                   on 2001/01/27  02:50:48
25231         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
25232              From: Peter Prymmer <pvhp@forte.com>
25233              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
25234              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
25235      Branch: perl
25236            ! t/lib/b.t
25237 ____________________________________________________________________________
25238 [  8558] By: jhi                                   on 2001/01/27  02:27:05
25239         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
25240              From: Peter Prymmer <pvhp@forte.com>
25241              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
25242              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
25243      Branch: perl
25244            ! t/pragma/sub_lval.t
25245 ____________________________________________________________________________
25246 [  8557] By: jhi                                   on 2001/01/27  02:26:03
25247         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
25248              From: Peter Prymmer <pvhp@forte.com>
25249              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
25250              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
25251      Branch: perl
25252            ! t/lib/st-06compat.t
25253 ____________________________________________________________________________
25254 [  8556] By: jhi                                   on 2001/01/27  02:24:33
25255         Log: Subject: [PATCH: perl@8531] minor update to README.os390
25256              From: Peter Prymmer <pvhp@forte.com>
25257              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
25258              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
25259      Branch: perl
25260            ! README.os390
25261 ____________________________________________________________________________
25262 [  8555] By: jhi                                   on 2001/01/27  00:35:47
25263         Log: No point in checking the length before we know whether the pointer
25264              is bogus or not, fixes Abigail's odbm failures in Linux.
25265      Branch: perl
25266            ! sv.c
25267 ____________________________________________________________________________
25268 [  8554] By: nick                                  on 2001/01/26  19:01:31
25269         Log: Integrate mainline
25270      Branch: perlio
25271           !> lib/Text/Wrap.pm t/lib/textwrap.t
25272 ____________________________________________________________________________
25273 [  8553] By: jhi                                   on 2001/01/26  15:19:39
25274         Log: Integrate change #7792 from perlio (multiplicity fix),
25275              fix the AV leak in regex DEBUGGING (tiny part of the
25276              polymorphic regexp patch #8143).
25277      Branch: maint-5.6/perl
25278            ! regcomp.c
25279           !> scope.h
25280 ____________________________________________________________________________
25281 [  8552] By: jhi                                   on 2001/01/26  15:03:23
25282         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
25283              From: Michael G Schwern <schwern@pobox.com>
25284              Date: Fri, 26 Jan 2001 09:28:31 -0500
25285              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
25286      Branch: perl
25287            ! lib/Text/Wrap.pm t/lib/textwrap.t
25288 ____________________________________________________________________________
25289 [  8551] By: jhi                                   on 2001/01/26  02:33:19
25290         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
25291              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
25292              
25293              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
25294              
25295              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
25296              
25297              Message nit.
25298              
25299              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25300              
25301              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25302              
25303              (the cleanup of unused submatches in regtry() and regcppop())
25304              
25305              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25306              stored and restored, and thusly was trounced by the utf8 swash
25307              routines.
25308              
25309              use utf8 not required to use \x{}.
25310              
25311              Removed two more tests that make no sense in UTF-8 since the test
25312              data is not in UTF-8.
25313              
25314              Get the three different space character classes right under utf8.
25315              
25316              Implement ANYOFUTF8 regprop() dumping.
25317              
25318              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25319              
25320              Document the regex context pushing/popping a bit better.
25321      Branch: maint-5.6/perl
25322           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25323           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25324           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
25325           !> t/op/regmesg.t utf8.c
25326 ____________________________________________________________________________
25327 [  8550] By: nick                                  on 2001/01/25  19:42:30
25328         Log: Integrate mainline
25329      Branch: perlio
25330           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
25331           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
25332           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
25333           !> t/lib/bigint.t t/lib/bigintpm.t
25334 ____________________________________________________________________________
25335 [  8549] By: jhi                                   on 2001/01/25  15:22:28
25336         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
25337      Branch: maint-5.6/perl
25338            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25339 ____________________________________________________________________________
25340 [  8548] By: jhi                                   on 2001/01/25  15:02:55
25341         Log: Integrate changes #7997,8063,8492,8547 from mainline.
25342              
25343              Subject: Re: STRLEN - what?
25344              
25345              Subject: [PATCH] perlguts.pod
25346              
25347              Memory management calls documentation.
25348              
25349              Layout using tabulator is not a good idea in a pod.
25350      Branch: maint-5.6/perl
25351           !> pod/perlguts.pod
25352 ____________________________________________________________________________
25353 [  8547] By: jhi                                   on 2001/01/25  14:49:05
25354         Log: Layout using tabulator is not a good idea in a pod.
25355      Branch: perl
25356            ! pod/perlguts.pod
25357 ____________________________________________________________________________
25358 [  8546] By: jhi                                   on 2001/01/25  14:31:12
25359         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
25360              from mainline.
25361              
25362              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
25363              
25364              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
25365              
25366              More Win32 editor/IDE/shell hints.
25367              
25368              More Win32 Perling.
25369              
25370              Yet another editor edit.
25371              
25372              Edit edit edit.
25373              
25374              IDE/editor section tweaking.
25375              
25376              Few more IDE/editor nits from p5p.
25377      Branch: maint-5.6/perl
25378           !> pod/perlfaq3.pod
25379 ____________________________________________________________________________
25380 [  8545] By: jhi                                   on 2001/01/25  04:16:32
25381         Log: Subject: [PATCH 5.7.0] overload int()
25382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25383              Date: Wed, 24 Jan 2001 19:06:57 -0500
25384              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
25385      Branch: perl
25386            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
25387            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
25388            ! t/lib/bigintpm.t
25389 ____________________________________________________________________________
25390 [  8544] By: jhi                                   on 2001/01/25  04:15:11
25391         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
25392              From: Peter Prymmer <pvhp@forte.com>
25393              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
25394              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
25395      Branch: perl
25396            ! Makefile.SH README.os390 hints/os390.sh installperl
25397 ____________________________________________________________________________
25398 [  8543] By: jhi                                   on 2001/01/25  03:52:08
25399         Log: Integrate change #8462,8469 from mainline.
25400              
25401              In VMS Perl subversion (perl -V) is undef.
25402      Branch: maint-5.6/perl
25403           !> configure.com
25404 ____________________________________________________________________________
25405 [  8542] By: jhi                                   on 2001/01/25  03:44:55
25406         Log: Integrate changes #7835,7850,8315,8316 from mainline.
25407              
25408              Solaris hints.
25409      Branch: maint-5.6/perl
25410           !> hints/solaris_2.sh
25411 ____________________________________________________________________________
25412 [  8541] By: jhi                                   on 2001/01/25  03:39:28
25413         Log: Integrate #8336 from mainline.
25414      Branch: maint-5.6/perl
25415           !> hv.c
25416 ____________________________________________________________________________
25417 [  8540] By: jhi                                   on 2001/01/25  03:23:50
25418         Log: Retract #8539.
25419      Branch: maint-5.6/perl
25420            ! pod/perlfaq3.pod
25421 ____________________________________________________________________________
25422 [  8539] By: jhi                                   on 2001/01/25  03:21:55
25423         Log: (Retracted by #5940.)
25424      Branch: maint-5.6/perl
25425            ! pod/perlfaq3.pod
25426 ____________________________________________________________________________
25427 [  8538] By: jhi                                   on 2001/01/25  03:14:07
25428         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
25429              From: Peter Prymmer <pvhp@forte.com>
25430              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
25431              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
25432              
25433              The VMS bits.
25434      Branch: maint-5.6/perl
25435            ! configure.com vms/descrip_mms.template
25436 ____________________________________________________________________________
25437 [  8537] By: jhi                                   on 2001/01/25  03:06:09
25438         Log: Integrate #7710,7824,7973 from mainline.
25439      Branch: maint-5.6/perl
25440           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25441           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
25442           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
25443           !> vos/config.ga.def vos/config.ga.h win32/config.bc
25444           !> win32/config.gc win32/config.vc
25445 ____________________________________________________________________________
25446 [  8536] By: jhi                                   on 2001/01/24  13:50:20
25447         Log: Revert the edits made by me so far to the 5.6 branch since
25448              the TRIAL1 since I did edits when I should have been using
25449              integrates.  Bad programmer.   (Will integrate them properly later.)
25450              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
25451              The #8353 will not be reapplied at least for now since
25452              the UTF-8 hash keys need more thinking.
25453              (The patches #8347, #8354, #8454, #8473 were okay since they
25454              were original edits made specifically for the 5.6.1-TRIAL1.)
25455      Branch: maint-5.6/perl
25456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25457            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
25458            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
25459            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
25460            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
25461            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25462            ! win32/config.bc win32/config.gc win32/config.vc
25463 ____________________________________________________________________________
25464 [  8535] By: bailey                                on 2001/01/24  06:37:02
25465         Log: SYN SYN
25466      Branch: vmsperl
25467           +> (branch 26 files)
25468           !> (integrate 130 files)
25469 ____________________________________________________________________________
25470 [  8534] By: nick                                  on 2001/01/23  19:30:57
25471         Log: Integrate mainline.
25472      Branch: perlio
25473           !> Changes Configure Porting/Glossary Porting/config.sh
25474           !> Porting/config_H embed.h embed.pl ext/Encode/compile
25475           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
25476           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
25477           !> pod/perlvar.pod proto.h t/lib/1_compile.t
25478 ____________________________________________________________________________
25479 [  8533] By: jhi                                   on 2001/01/23  16:15:46
25480         Log: Forgotten from #8501.
25481      Branch: perl
25482            ! Porting/Glossary Porting/config.sh Porting/config_H
25483 ____________________________________________________________________________
25484 [  8532] By: jhi                                   on 2001/01/23  16:13:27
25485         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
25486              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25487              Date: Mon, 22 Jan 2001 17:51:58 +0100
25488              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
25489      Branch: perl
25490            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
25491 ____________________________________________________________________________
25492 [  8531] By: jhi                                   on 2001/01/23  15:46:01
25493         Log: Update Changes.
25494      Branch: perl
25495            ! Changes patchlevel.h
25496 ____________________________________________________________________________
25497 [  8530] By: jhi                                   on 2001/01/23  15:38:39
25498         Log: De-cut-and-pasto.
25499      Branch: perl
25500            ! t/lib/1_compile.t
25501 ____________________________________________________________________________
25502 [  8529] By: jhi                                   on 2001/01/23  15:11:04
25503         Log: Document the mkdir trailing slashes case.
25504      Branch: perl
25505            ! pod/perlfunc.pod
25506 ____________________________________________________________________________
25507 [  8528] By: jhi                                   on 2001/01/23  15:08:28
25508         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
25509              get installed:
25510              
25511              Subject: lib/lib.pm
25512              From: <abigail@foad.org>
25513              Date: Mon, 28 Aug 2000 20:35:08 -0400
25514              Message-ID: <20000829003508.21281.qmail@foad.org>
25515      Branch: perl
25516            ! installperl
25517 ____________________________________________________________________________
25518 [  8527] By: jhi                                   on 2001/01/23  14:44:04
25519         Log: Metaconfig unit change for #8526.
25520      Branch: metaconfig
25521            ! U/threads/archname.U
25522 ____________________________________________________________________________
25523 [  8526] By: jhi                                   on 2001/01/23  14:43:19
25524         Log: Attach -perlio to the archname if so selected.
25525      Branch: perl
25526            ! Configure
25527 ____________________________________________________________________________
25528 [  8525] By: jhi                                   on 2001/01/23  14:24:01
25529         Log: Subject: [PATCH] pod/perlvar.pod
25530              From: abigail@foad.org
25531              Date: Tue, 23 Jan 2001 01:41:10 +0100
25532              Message-ID: <20010123004110.22259.qmail@foad.org>
25533      Branch: perl
25534            ! pod/perlvar.pod
25535 ____________________________________________________________________________
25536 [  8524] By: jhi                                   on 2001/01/23  14:22:32
25537         Log: A bug introduced in #8217 (the undefined variable in the
25538              lib/safe1_t #3) fixed, by Charles Lane:
25539              
25540              The earlier patch made it so that stuff running in Safe
25541              compartments could do a "caller" and see "main".  That
25542              little change in name is done right before the code in
25543              the compartment is run, and apparantly the parser
25544              was picking up the stash name before it got changed.
25545              
25546              (why it was threaded vs. unthreaded Perl that was sensitive to this
25547              I still don't know...and it probably doesn't matter).
25548              
25549              I tryed removing the stash name-change and saw that threaded Perl
25550              did indeed pass the lib/safe1.t tests.
25551              
25552              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
25553              do the name change (and to connect _ in the compartment to the global
25554              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
25555              to call _safe_pkg_prep when creating a new compartment.
25556              
25557              Passes all tests with threaded perl on linux; passes all tests
25558              with unthreaded perl on VMS.
25559              
25560              At some point I'll probably want to revisit Safe and Opcode to
25561              provide more sensible handling of global variables...and to get
25562              formats working in Safe compartments, which they don't do currently.
25563      Branch: perl
25564            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
25565 ____________________________________________________________________________
25566 [  8523] By: jhi                                   on 2001/01/23  14:11:58
25567         Log: Also the lib/Thread.pm itself needs to be ignored if
25568              the Thread extension hasn't been built.
25569      Branch: perl
25570            ! t/lib/1_compile.t
25571 ____________________________________________________________________________
25572 [  8522] By: jhi                                   on 2001/01/23  13:51:28
25573         Log: print() instead of warn() so that stderr doesn't get
25574              unncessarily polluted.
25575      Branch: perl
25576            ! ext/Encode/compile
25577 ____________________________________________________________________________
25578 [  8521] By: jhi                                   on 2001/01/23  13:49:48
25579         Log: Integrate perlio.
25580      Branch: perl
25581           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
25582           !> ext/Encode/encode.h
25583 ____________________________________________________________________________
25584 [  8520] By: nick                                  on 2001/01/22  21:44:00
25585         Log: More messing with Encode:
25586              Extra fields in header to allow multiple names and to record
25587              other things "compile" knows.
25588              Re-organise compile to factor out common output routines.
25589      Branch: perlio
25590            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
25591 ____________________________________________________________________________
25592 [  8519] By: nick                                  on 2001/01/22  20:33:50
25593         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
25594      Branch: perlio
25595            ! ext/Encode/Makefile.PL ext/Encode/compile
25596 ____________________________________________________________________________
25597 [  8518] By: nick                                  on 2001/01/22  20:28:13
25598         Log: Integrate mainline
25599      Branch: perlio
25600           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
25601           !> vos/config.alpha.def vos/config.alpha.h
25602 ____________________________________________________________________________
25603 [  8517] By: jhi                                   on 2001/01/22  15:37:17
25604         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
25605              by Inaba Hiroto.
25606      Branch: perl
25607            ! sv.c
25608 ____________________________________________________________________________
25609 [  8516] By: jhi                                   on 2001/01/22  14:55:15
25610         Log: More SIG_SIZE fixes.
25611      Branch: perl
25612            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
25613 ____________________________________________________________________________
25614 [  8515] By: jhi                                   on 2001/01/22  14:50:27
25615         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25616              From: "Craig A. Berry" <craigberry@mac.com>
25617              Date: Mon, 22 Jan 2001 00:42:24 -0600
25618              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
25619      Branch: perl
25620            ! configure.com
25621 ____________________________________________________________________________
25622 [  8514] By: jhi                                   on 2001/01/22  14:31:17
25623         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
25624              From: "Craig A. Berry" <craigberry@mac.com>
25625              Date: Sun, 21 Jan 2001 23:03:25 -0600
25626              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
25627      Branch: perl
25628            ! configure.com
25629 ____________________________________________________________________________
25630 [  8513] By: jhi                                   on 2001/01/22  14:14:00
25631         Log: Add the .ucm encoding tables to the MANIFEST.
25632      Branch: perl
25633            ! MANIFEST
25634 ____________________________________________________________________________
25635 [  8512] By: jhi                                   on 2001/01/22  13:43:33
25636         Log: Integrate perlio.
25637      Branch: perl
25638           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25639           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25640           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25641           +> ext/Encode/Encode/iso8859-10.ucm
25642           +> ext/Encode/Encode/iso8859-13.ucm
25643           +> ext/Encode/Encode/iso8859-14.ucm
25644           +> ext/Encode/Encode/iso8859-15.ucm
25645           +> ext/Encode/Encode/iso8859-16.ucm
25646           +> ext/Encode/Encode/iso8859-2.ucm
25647           +> ext/Encode/Encode/iso8859-3.ucm
25648           +> ext/Encode/Encode/iso8859-4.ucm
25649           +> ext/Encode/Encode/iso8859-5.ucm
25650           +> ext/Encode/Encode/iso8859-6.ucm
25651           +> ext/Encode/Encode/iso8859-7.ucm
25652           +> ext/Encode/Encode/iso8859-8.ucm
25653           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25654           +> ext/Encode/Encode/symbol.ucm
25655           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
25656           !> perliol.h
25657 ____________________________________________________________________________
25658 [  8511] By: nick                                  on 2001/01/21  23:44:47
25659         Log: Make "real" layers of ":utf8" and ":raw".
25660              So now PERLIO=utf8 perl ...
25661              does what Andreas wanted.
25662              Fix arg passing in open.pm (still have a Carp issue).
25663      Branch: perlio
25664            ! lib/open.pm perlio.c perliol.h
25665 ____________________________________________________________________________
25666 [  8510] By: jhi                                   on 2001/01/21  22:56:53
25667         Log: Document the regex context pushing/popping a bit better.
25668      Branch: perl
25669            ! regexec.c
25670 ____________________________________________________________________________
25671 [  8509] By: jhi                                   on 2001/01/21  22:55:44
25672         Log: Tweak the mkdir trailing slash code some more.
25673              
25674              TO DO: the same handling should probably be done for
25675              all the other filesystem functions that can have directories
25676              as their arguments.
25677      Branch: perl
25678            ! pp_sys.c
25679 ____________________________________________________________________________
25680 [  8508] By: nick                                  on 2001/01/21  21:37:43
25681         Log: Switch "compiled in" encodings to .ucm format.
25682              (Leave others as .enc till we can run-time load .ucm,
25683              or find some other way to load them.)
25684      Branch: perlio
25685            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25686            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25687            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25688            + ext/Encode/Encode/iso8859-10.ucm
25689            + ext/Encode/Encode/iso8859-13.ucm
25690            + ext/Encode/Encode/iso8859-14.ucm
25691            + ext/Encode/Encode/iso8859-15.ucm
25692            + ext/Encode/Encode/iso8859-16.ucm
25693            + ext/Encode/Encode/iso8859-2.ucm
25694            + ext/Encode/Encode/iso8859-3.ucm
25695            + ext/Encode/Encode/iso8859-4.ucm
25696            + ext/Encode/Encode/iso8859-5.ucm
25697            + ext/Encode/Encode/iso8859-6.ucm
25698            + ext/Encode/Encode/iso8859-7.ucm
25699            + ext/Encode/Encode/iso8859-8.ucm
25700            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25701            + ext/Encode/Encode/symbol.ucm
25702            ! ext/Encode/Makefile.PL ext/Encode/compile
25703 ____________________________________________________________________________
25704 [  8507] By: nick                                  on 2001/01/21  21:02:03
25705         Log: Integrate (partial) mainline.
25706      Branch: perlio
25707           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
25708           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
25709           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25710 ____________________________________________________________________________
25711 [  8506] By: jhi                                   on 2001/01/21  20:09:30
25712         Log: Update Changes.
25713      Branch: perl
25714            ! Changes patchlevel.h
25715 ____________________________________________________________________________
25716 [  8505] By: jhi                                   on 2001/01/21  19:39:59
25717         Log: Subject: Minor typos in perlfaq2.pod
25718              From: "Stephen P. Potter" <spp@spotter.yi.org>
25719              Message-Id: <200101192101.QAA11911@spotter.yi.org>
25720              Date: Fri, 19 Jan 2001 16:01:13 -0500
25721              
25722              with a nit from Philip Netwon.
25723      Branch: perl
25724            ! pod/perlfaq2.pod
25725 ____________________________________________________________________________
25726 [  8504] By: jhi                                   on 2001/01/21  19:33:05
25727         Log: Metaconfig change for #8503.
25728      Branch: metaconfig
25729            ! U/threads/usethreads.U
25730 ____________________________________________________________________________
25731 [  8503] By: jhi                                   on 2001/01/21  19:32:21
25732         Log: Sanity check for conflicting thread flavours.
25733      Branch: perl
25734            ! Configure config_h.SH
25735 ____________________________________________________________________________
25736 [  8502] By: jhi                                   on 2001/01/21  19:23:00
25737         Log: Metaconfig change for #8501.
25738      Branch: metaconfig
25739            ! U/modified/sig_name.U
25740 ____________________________________________________________________________
25741 [  8501] By: jhi                                   on 2001/01/21  19:22:26
25742         Log: The SIG_SIZE is the number of the elements *excluding*
25743              the terminating NULL.
25744      Branch: perl
25745            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
25746            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
25747            ! win32/config_H.vc
25748 ____________________________________________________________________________
25749 [  8500] By: jhi                                   on 2001/01/21  18:31:31
25750         Log: Integrate perlio.
25751      Branch: perl
25752           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
25753           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
25754           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
25755           !> pp_sys.c proto.h sv.c
25756 ____________________________________________________________________________
25757 [  8499] By: jhi                                   on 2001/01/21  17:43:57
25758         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
25759              From: Hugo <hv@crypt.compulink.co.uk>
25760              Date: Sun, 21 Jan 2001 13:34:05 +0000
25761              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
25762              
25763              In sprintf UTF8ize only if necessary.
25764      Branch: perl
25765            ! sv.c
25766 ____________________________________________________________________________
25767 [  8498] By: nick                                  on 2001/01/21  16:25:32
25768         Log: Encode cleanup.
25769              Add command line control over "compile" so that Makefile.PL
25770              needs can be combined with other uses.
25771              Use command line options in Makefile.PL.
25772              Fix multi-byte parsing in .ucm files.
25773      Branch: perlio
25774            ! ext/Encode/Makefile.PL ext/Encode/compile
25775 ____________________________________________________________________________
25776 [  8497] By: nick                                  on 2001/01/21  12:56:27
25777         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
25778      Branch: perlio
25779            ! ext/Encode/Encode.xs
25780 ____________________________________________________________________________
25781 [  8496] By: nick                                  on 2001/01/21  12:18:45
25782         Log: Fixup after integrate:
25783              missed the .sym files that are changed by regen_headers
25784              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
25785      Branch: perlio
25786            ! global.sym pp.sym sv.c
25787 ____________________________________________________________________________
25788 [  8495] By: nick                                  on 2001/01/21  11:51:07
25789         Log: Integrate mainline.
25790      Branch: perlio
25791           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
25792           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
25793           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
25794           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
25795           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
25796           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
25797           !> win32/Makefile win32/makefile.mk
25798 ____________________________________________________________________________
25799 [  8494] By: jhi                                   on 2001/01/20  23:12:11
25800         Log: Forgot the expect_number() prototype.
25801      Branch: perl
25802            ! embed.h embed.pl proto.h
25803 ____________________________________________________________________________
25804 [  8493] By: jhi                                   on 2001/01/20  22:56:39
25805         Log: Subject: [PATCH: perl@8482] README.vms URL updates
25806              From: Peter Prymmer <pvhp@forte.com>
25807              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
25808              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
25809              
25810              Plus Craig A. Berry's suggestion to use compaq.com instead
25811              of digital.com.
25812      Branch: perl
25813            ! README.vms
25814 ____________________________________________________________________________
25815 [  8492] By: jhi                                   on 2001/01/20  22:50:05
25816         Log: Memory management calls documentation.
25817      Branch: perl
25818            ! pod/perlguts.pod
25819 ____________________________________________________________________________
25820 [  8491] By: jhi                                   on 2001/01/20  22:38:33
25821         Log: Signedness nit plus few memcpy/Copy nits.
25822      Branch: perl
25823            ! sv.c
25824 ____________________________________________________________________________
25825 [  8490] By: jhi                                   on 2001/01/20  22:25:53
25826         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25827              From: Peter Prymmer <pvhp@forte.com>
25828              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
25829              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
25830      Branch: perl
25831            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25832 ____________________________________________________________________________
25833 [  8489] By: jhi                                   on 2001/01/20  22:24:41
25834         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
25835              From: Peter Prymmer <pvhp@forte.com>
25836              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
25837              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
25838      Branch: perl
25839            ! win32/Makefile win32/makefile.mk
25840 ____________________________________________________________________________
25841 [  8488] By: jhi                                   on 2001/01/20  22:22:27
25842         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
25843              From: Peter Prymmer <pvhp@forte.com>
25844              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
25845              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
25846      Branch: perl
25847            ! Makefile.SH
25848 ____________________________________________________________________________
25849 [  8487] By: jhi                                   on 2001/01/20  22:21:18
25850         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
25851              From: Peter Prymmer <pvhp@forte.com>
25852              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
25853              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
25854      Branch: perl
25855            + ext/DynaLoader/dl_dllload.xs
25856            ! MANIFEST Makefile.SH hints/os390.sh
25857 ____________________________________________________________________________
25858 [  8486] By: jhi                                   on 2001/01/20  22:17:53
25859         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
25860              From: Peter Prymmer <pvhp@forte.com>
25861              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
25862              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
25863      Branch: perl
25864            ! README.os390 README.posix-bc
25865 ____________________________________________________________________________
25866 [  8485] By: jhi                                   on 2001/01/20  20:15:30
25867         Log: Document and test the new qu operator.
25868      Branch: perl
25869            + t/op/qu.t
25870            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25871            ! pod/perlretut.pod pod/perlunicode.pod
25872 ____________________________________________________________________________
25873 [  8484] By: nick                                  on 2001/01/20  19:42:30
25874         Log: Infrastructure to allow:
25875              open($fh,"|-",@array);
25876              to be implemented
25877              i.e. mark pp_open as needing a stack mark, and make pp_open
25878              process its args in that style (and pass them _all_ to tied handles OPEN).
25879              Invent do_openn() which takes SV ** at allow it to see multiple args.
25880              Note this does not _do_ anything yet.
25881      Branch: perlio
25882            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
25883            ! perlapi.c pp_proto.h pp_sys.c proto.h
25884 ____________________________________________________________________________
25885 [  8483] By: nick                                  on 2001/01/20  17:23:14
25886         Log: Integrate mainline.
25887      Branch: perlio
25888           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
25889           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
25890 ____________________________________________________________________________
25891 [  8482] By: jhi                                   on 2001/01/19  15:37:49
25892         Log: Update Changes.
25893      Branch: perl
25894            ! Changes patchlevel.h
25895 ____________________________________________________________________________
25896 [  8481] By: jhi                                   on 2001/01/19  14:41:24
25897         Log: Subject: Re: new feature: s?printf parameter reordering 
25898              From: Hugo <hv@crypt.compulink.co.uk>
25899              Date: Thu, 11 Jan 2001 17:09:03 +0000
25900              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
25901              
25902              - support reordering for all parameters: %, *v, *, .*
25903              - lay down that the reordering specification must immediately
25904              follow that parameter: %3$, *v3$, *3$, .*3$
25905              - fix vectorisation of a zero-length string
25906              - factor out the code choosing the argument to format
25907              
25908              Possibly unwanted side-effects:
25909              - the special format specifiers ' +-0' must now precede any
25910              vectorisation specifier. Tests in op/sprintf and op/ver
25911              have been changed to reflect this.
25912              - sprintf.t test #214 changed its expectations because in many
25913              cases, the next parameter has already been consumed when an
25914              invalid type letter is detected.
25915              
25916              Probably wanted side-effects:
25917              - attempts to format a non-existent parameter will warn as if C<undef>
25918              - attempt to write to non-existent parameter with '%n' will complain
25919              of "attempt to modify read-only value" instead of being silent
25920      Branch: perl
25921            ! sv.c t/op/sprintf.t t/op/ver.t
25922 ____________________________________________________________________________
25923 [  8480] By: jhi                                   on 2001/01/19  14:08:37
25924         Log: Subject: PATCH pragma/locale.t
25925              From: andreas.koenig@anima.de (Andreas J. Koenig)
25926              Date: 18 Jan 2001 09:45:37 +0100
25927              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
25928      Branch: perl
25929            ! t/pragma/locale.t
25930 ____________________________________________________________________________
25931 [  8479] By: jhi                                   on 2001/01/19  13:19:58
25932         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
25933      Branch: perl
25934            ! configure.com
25935 ____________________________________________________________________________
25936 [  8478] By: jhi                                   on 2001/01/19  02:12:35
25937         Log: Automate 1_compile.t.
25938      Branch: perl
25939            ! t/lib/1_compile.t
25940 ____________________________________________________________________________
25941 [  8477] By: jhi                                   on 2001/01/19  01:49:56
25942         Log: Integrate perlio.
25943      Branch: perl
25944           !> sv.c win32/config.bc win32/config.gc win32/config.vc
25945           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25946 ____________________________________________________________________________
25947 [  8476] By: nick                                  on 2001/01/18  21:51:52
25948         Log: Integrate mainline
25949      Branch: perlio
25950           +> t/lib/1_compile.t t/lib/compmod.pl
25951           !> MANIFEST configure.com lib/unicode/distinct.pm
25952 ____________________________________________________________________________
25953 [  8475] By: nick                                  on 2001/01/18  21:48:02
25954         Log: Win32 "safe signals" co-existance fix.
25955              Fix SIG_SIZE value.
25956              Clear PL_sig_pending when cloning (fork).
25957      Branch: perlio
25958            ! sv.c win32/config.bc win32/config.gc win32/config.vc
25959            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25960 ____________________________________________________________________________
25961 [  8474] By: jhi                                   on 2001/01/18  14:40:57
25962         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
25963      Branch: perl
25964            ! t/lib/1_compile.t
25965 ____________________________________________________________________________
25966 [  8473] By: gsar                                  on 2001/01/18  11:42:31
25967         Log: unsubmitted trial1 change
25968      Branch: maint-5.6/perl
25969            ! Changes
25970 ____________________________________________________________________________
25971 [  8472] By: jhi                                   on 2001/01/18  04:30:24
25972         Log: The first bug found by 1_compile.t.
25973      Branch: perl
25974            ! lib/unicode/distinct.pm
25975 ____________________________________________________________________________
25976 [  8471] By: jhi                                   on 2001/01/18  04:29:42
25977         Log: Add Schwern's 1_compile test.  The compile_module script renamed
25978              to be a bit shorter for the 8.3 people.
25979      Branch: perl
25980            + t/lib/1_compile.t t/lib/compmod.pl
25981            ! MANIFEST
25982 ____________________________________________________________________________
25983 [  8470] By: jhi                                   on 2001/01/18  04:16:00
25984         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)
25985              From: Peter Prymmer <pvhp@forte.com>
25986              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25987              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25988              Replace #8463.
25989      Branch: maint-5.6/perl
25990            ! configure.com
25991 ____________________________________________________________________________
25992 [  8469] By: jhi                                   on 2001/01/18  04:13:02
25993         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)
25994              From: Peter Prymmer <pvhp@forte.com>
25995              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25996              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25997              Replace #8462.
25998      Branch: perl
25999            ! configure.com
26000 ____________________________________________________________________________
26001 [  8468] By: jhi                                   on 2001/01/18  03:42:08
26002         Log: Integrate perlio.
26003      Branch: perl
26004           !> gv.c mg.c perlio.c util.c
26005 ____________________________________________________________________________
26006 [  8467] By: nick                                  on 2001/01/17  22:41:10
26007         Log: "Safe" signals - trial implementation.
26008              gv.c tweaked to zero PL_sig_pend array
26009              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
26010              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
26011              Odd thing is that it "works" with PERLIO=stdio as well (linux).
26012      Branch: perlio
26013            ! gv.c mg.c perlio.c util.c
26014 ____________________________________________________________________________
26015 [  8466] By: nick                                  on 2001/01/17  20:40:20
26016         Log: Integrate mainline.
26017      Branch: perlio
26018           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26019           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26020           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
26021           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26022           !> vos/config.ga.h win32/config.bc win32/config.gc
26023           !> win32/config.vc
26024 ____________________________________________________________________________
26025 [  8465] By: jhi                                   on 2001/01/17  18:37:13
26026         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26027              From: Nicholas Clark <nick@ccl4.org>
26028              Date: Wed, 17 Jan 2001 17:31:33 +0000
26029              Message-ID: <20010117173133.I2633@plum.flirble.org>
26030      Branch: perl
26031            ! t/op/int.t
26032 ____________________________________________________________________________
26033 [  8464] By: jhi                                   on 2001/01/17  14:43:17
26034         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26035              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26036              Date: Wed, 17 Jan 2001 15:16:43 +0100
26037              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
26038              
26039              pp_int() was dropping an NV to the floor,
26040              int(279964589018079/59) either returned not an integer
26041              4745162525730.15, or one got "Attempt to free unreferenced scalar."
26042      Branch: perl
26043            ! pp.c
26044 ____________________________________________________________________________
26045 [  8463] By: jhi                                   on 2001/01/17  06:12:42
26046         Log: (Replaced by #8470)
26047              
26048              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)
26049              From: "Craig A. Berry" <craigberry@mac.com>
26050              Date: Tue, 16 Jan 2001 23:38:46 -0600
26051              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26052      Branch: maint-5.6/perl
26053            ! configure.com
26054 ____________________________________________________________________________
26055 [  8462] By: jhi                                   on 2001/01/17  06:11:31
26056         Log: (Replaced by #8469)
26057              
26058              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)
26059              From: "Craig A. Berry" <craigberry@mac.com>
26060              Date: Tue, 16 Jan 2001 23:38:46 -0600
26061              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26062      Branch: perl
26063            ! configure.com
26064 ____________________________________________________________________________
26065 [  8461] By: jhi                                   on 2001/01/17  05:56:12
26066         Log: Allow for one trailing slash in the directory of mkdir().
26067      Branch: perl
26068            ! pp_sys.c
26069 ____________________________________________________________________________
26070 [  8460] By: jhi                                   on 2001/01/17  03:26:01
26071         Log: Metaconfig unit changes for #8459.
26072      Branch: metaconfig
26073            ! U/modified/Loc.U U/modified/sig_name.U
26074 ____________________________________________________________________________
26075 [  8459] By: jhi                                   on 2001/01/17  03:24:48
26076         Log: Define SIG_SIZE, the number of elements in the sig_name and
26077              sig_num arrays, including the final NULL entry.
26078      Branch: perl
26079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26080            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26081            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
26082            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26083            ! win32/config.bc win32/config.gc win32/config.vc
26084 ____________________________________________________________________________
26085 [  8458] By: jhi                                   on 2001/01/17  01:41:33
26086         Log: Integrate perlio.
26087      Branch: perl
26088           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26089           !> perlapi.h proto.h sv.c
26090 ____________________________________________________________________________
26091 [  8457] By: nick                                  on 2001/01/16  22:07:26
26092         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
26093              Provides all the "cost" but no benefit yet - it is to allow cost
26094              to be measured, and implementation experiments (just in mg.c?).
26095      Branch: perlio
26096            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26097            ! perlapi.h proto.h sv.c
26098 ____________________________________________________________________________
26099 [  8456] By: nick                                  on 2001/01/16  21:07:07
26100         Log: Integrate mainline.
26101      Branch: perlio
26102           !> (integrate 51 files)
26103 ____________________________________________________________________________
26104 [  8455] By: jhi                                   on 2001/01/16  18:13:43
26105         Log: Subject: [PATCH] regcomp.c old feature removal
26106              From: mjd@plover.com
26107              Date: 16 Jan 2001 14:43:18 -0000 
26108              Message-ID: <20010116144318.7140.qmail@plover.com> 
26109      Branch: perl
26110            ! regcomp.c
26111 ____________________________________________________________________________
26112 [  8454] By: jhi                                   on 2001/01/16  16:12:39
26113         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
26114              From: "Indy Singh" <indy@nusphere.com>
26115              Date: Wed, 10 Jan 2001 20:17:49 -0500
26116              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
26117      Branch: maint-5.6/perl
26118            ! win32/Makefile
26119 ____________________________________________________________________________
26120 [  8453] By: jhi                                   on 2001/01/16  16:09:33
26121         Log: Update Changes.
26122      Branch: perl
26123            ! Changes patchlevel.h
26124 ____________________________________________________________________________
26125 [  8452] By: jhi                                   on 2001/01/16  15:42:04
26126         Log: Subject: Re: API Cleanup
26127              To: perl5-porters@perl.org
26128              Date: Tue, 16 Jan 2001 13:42:30 +0000
26129              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
26130              
26131              Subject: [PATCH] utf8.c documentation
26132              From: Simon Cozens <simon@cozens.net>
26133              Date: Tue, 16 Jan 2001 13:52:48 +0000
26134              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
26135              
26136              Subject: Re: API Cleanup
26137              From: Simon Cozens <simon@cozens.net>
26138              Date: Tue, 16 Jan 2001 14:58:55 +0000
26139              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
26140              
26141              UTF-8 doc patches.
26142      Branch: perl
26143            ! embed.pl pod/perlapi.pod utf8.c
26144 ____________________________________________________________________________
26145 [  8451] By: jhi                                   on 2001/01/16  14:41:39
26146         Log: podlators 1.07, from Russ Allbery.
26147      Branch: perl
26148            ! lib/Pod/Man.pm
26149 ____________________________________________________________________________
26150 [  8450] By: jhi                                   on 2001/01/16  14:24:19
26151         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
26152              From: "Indy Singh" <indy@nusphere.com>
26153              Date: Mon, 15 Jan 2001 20:59:40 -0500
26154              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
26155      Branch: perl
26156            ! win32/Makefile
26157 ____________________________________________________________________________
26158 [  8449] By: jhi                                   on 2001/01/16  03:42:55
26159         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
26160              at the setting of the ofs_sv in new_struct_thread() as the
26161              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
26162              that invited a core dump.
26163      Branch: perl
26164            ! util.c
26165 ____________________________________________________________________________
26166 [  8448] By: jhi                                   on 2001/01/16  01:49:07
26167         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
26168              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26169              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
26170              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
26171              
26172              Replace #8444 and #8445.
26173      Branch: perl
26174            ! ext/B/B.xs ext/B/B/Debug.pm
26175 ____________________________________________________________________________
26176 [  8447] By: jhi                                   on 2001/01/15  21:05:35
26177         Log: Subject: [PATCH] API Variable documentation   
26178              From: Simon Cozens <simon@cozens.net>
26179              Date: Mon, 15 Jan 2001 19:35:54 +0000
26180              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
26181      Branch: perl
26182            ! pod/perlapi.pod thrdvar.h
26183 ____________________________________________________________________________
26184 [  8446] By: jhi                                   on 2001/01/15  20:49:20
26185         Log: Signedness nit.
26186      Branch: perl
26187            ! pp_ctl.c
26188 ____________________________________________________________________________
26189 [  8445] By: jhi                                   on 2001/01/15  20:28:48
26190         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
26191      Branch: perl
26192            ! ext/B/B/Debug.pm
26193 ____________________________________________________________________________
26194 [  8444] By: jhi                                   on 2001/01/15  13:09:10
26195         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
26196      Branch: perl
26197            ! ext/B/B.xs
26198 ____________________________________________________________________________
26199 [  8443] By: jhi                                   on 2001/01/15  13:06:26
26200         Log: Missing from #8439.
26201      Branch: perl
26202            ! keywords.h mg.c
26203 ____________________________________________________________________________
26204 [  8442] By: jhi                                   on 2001/01/15  13:02:38
26205         Log: Subject: [PATCH @8436] Eliminate op_children
26206              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26207              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
26208              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
26209              
26210              Subject: [PATCH @8436] Re: Eliminate op_children
26211              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26212              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
26213              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
26214      Branch: perl
26215            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
26216            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
26217            ! op.c op.h
26218 ____________________________________________________________________________
26219 [  8441] By: jhi                                   on 2001/01/15  12:57:08
26220         Log: Use the /^Perl_/-less form of is_lvalue_sub().
26221      Branch: perl
26222            ! pp.h
26223 ____________________________________________________________________________
26224 [  8440] By: jhi                                   on 2001/01/15  05:13:09
26225         Log: Revert #8437 and #8438, the Linux large files story is more complex.
26226      Branch: metaconfig/U/perl
26227            ! d_fpos64_t.U d_off64_t.U
26228      Branch: perl
26229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26230            ! config_h.SH configure.com epoc/config.sh perl.h
26231            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26232            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26233            ! win32/config.bc win32/config.gc win32/config.vc
26234 ____________________________________________________________________________
26235 [  8439] By: jhi                                   on 2001/01/15  05:02:24
26236         Log: More UTF-8 patches from Inaba Hiroto.
26237              - The substr lval was still not okay.
26238              - Now pp_stringify and sv_setsv copies source's UTF8 flag
26239              even if IN_BYTE.  pp_stringify is called from fold_constants
26240              at optimization phase and "\x{100}" was made SvUTF8_off under
26241              use bytes (the bytes pragma is for "byte semantics" and not
26242              for "do not produce UTF8 data")
26243              - New `qu' operator to generate UTF8 string explicitly.
26244              Though I agree with the policy "0x00-0xff always produce bytes",
26245              sometimes want to such a string to be coded in UTF8.
26246              I can use pack"U0a*" but it requires more typing and has
26247              runtime overhead.
26248              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
26249              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
26250              string is not UTF8_on and has char 0x80-0xff.
26251              
26252              TODO: document and test qu.
26253      Branch: perl
26254            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
26255            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
26256            ! toke.c
26257 ____________________________________________________________________________
26258 [  8438] By: jhi                                   on 2001/01/14  05:10:23
26259         Log: Metaconfig unit changes for #8437.
26260      Branch: metaconfig/U/perl
26261            ! d_fpos64_t.U d_off64_t.U
26262 ____________________________________________________________________________
26263 [  8437] By: jhi                                   on 2001/01/14  04:55:34
26264         Log: Add <features.h> probing, seems to be needed for (some?)
26265              Linux largefileness.
26266      Branch: perl
26267            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26268            ! config_h.SH configure.com epoc/config.sh perl.h
26269            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26270            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26271            ! win32/config.bc win32/config.gc win32/config.vc
26272 ____________________________________________________________________________
26273 [  8436] By: jhi                                   on 2001/01/13  17:47:21
26274         Log: Tighten some of the tests a bit.
26275      Branch: perl
26276            ! t/pragma/utf8.t
26277 ____________________________________________________________________________
26278 [  8435] By: jhi                                   on 2001/01/13  17:31:54
26279         Log: Integrate perlio.
26280      Branch: perl
26281           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
26282           !> win32/config_H.gc win32/config_H.vc
26283 ____________________________________________________________________________
26284 [  8434] By: nick                                  on 2001/01/13  11:36:53
26285         Log: Run dmake regen_config_h for Win32
26286      Branch: perlio
26287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26288 ____________________________________________________________________________
26289 [  8433] By: nick                                  on 2001/01/13  11:31:55
26290         Log: VMS friendly patch to Encode compile process
26291      Branch: perlio
26292            ! ext/Encode/Makefile.PL ext/Encode/compile
26293 ____________________________________________________________________________
26294 [  8432] By: nick                                  on 2001/01/13  11:06:44
26295         Log: Integrate mainline
26296      Branch: perlio
26297           +> ext/B/B/Concise.pm
26298           !> (integrate 52 files)
26299 ____________________________________________________________________________
26300 [  8431] By: jhi                                   on 2001/01/13  05:55:55
26301         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
26302              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26303              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
26304              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
26305      Branch: perl
26306            ! ext/B/B/Concise.pm
26307 ____________________________________________________________________________
26308 [  8430] By: jhi                                   on 2001/01/13  04:24:18
26309         Log: The LVRET macro needed an aTHX.
26310      Branch: perl
26311            ! pp.h
26312 ____________________________________________________________________________
26313 [  8429] By: jhi                                   on 2001/01/13  02:12:42
26314         Log: Update Changes.
26315      Branch: perl
26316            ! Changes patchlevel.h
26317 ____________________________________________________________________________
26318 [  8428] By: jhi                                   on 2001/01/13  02:08:50
26319         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
26320              From: Peter Prymmer <pvhp@forte.com>
26321              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
26322              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
26323              
26324              Add a BEGIN guard for sloppy floating point division.
26325      Branch: perl
26326            ! lib/Math/BigInt.pm lib/bigint.pl
26327 ____________________________________________________________________________
26328 [  8427] By: jhi                                   on 2001/01/13  01:47:16
26329         Log: The B::Terse drop-in replacement wasn't quite drop-in.
26330      Branch: perl
26331            ! ext/B/B/Terse.pm
26332 ____________________________________________________________________________
26333 [  8426] By: jhi                                   on 2001/01/12  21:20:43
26334         Log: Use UVXf.
26335      Branch: perl
26336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26337            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
26338            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26339            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26340            ! win32/config.gc win32/config.vc
26341 ____________________________________________________________________________
26342 [  8425] By: jhi                                   on 2001/01/12  20:20:14
26343         Log: Subject: [PATCH perl@8342] -Wformat
26344              From: Robin Barker <rmb1@cise.npl.co.uk>
26345              Date: Fri, 12 Jan 2001 20:03:14 GMT
26346              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
26347      Branch: perl
26348            ! ext/Encode/Encode.xs mg.c sv.c toke.c
26349 ____________________________________________________________________________
26350 [  8424] By: jhi                                   on 2001/01/12  20:01:48
26351         Log: Subject: B::Concise -- an improved replacement for B::Terse 
26352              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26353              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
26354              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
26355      Branch: perl
26356            + ext/B/B/Concise.pm
26357            ! MANIFEST ext/B/B/Terse.pm
26358 ____________________________________________________________________________
26359 [  8423] By: jhi                                   on 2001/01/12  19:24:02
26360         Log: The new metaconfig unit from the #8421.
26361      Branch: metaconfig/U/perl
26362            + d_sigprocmask.U
26363 ____________________________________________________________________________
26364 [  8422] By: jhi                                   on 2001/01/12  19:23:43
26365         Log: Forgot the microperl config from the #8421.
26366      Branch: perl
26367            ! uconfig.h uconfig.sh
26368 ____________________________________________________________________________
26369 [  8421] By: jhi                                   on 2001/01/12  19:05:27
26370         Log: Add sigprocmask() probe, regen Configure, regen toc.
26371      Branch: perl
26372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26373            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
26374            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26375            ! vos/config.ga.h win32/config.bc win32/config.gc
26376            ! win32/config.vc
26377 ____________________________________________________________________________
26378 [  8420] By: jhi                                   on 2001/01/12  18:34:31
26379         Log: Add sockatmark() to the todo list.
26380      Branch: perl
26381            ! Todo-5.6
26382 ____________________________________________________________________________
26383 [  8419] By: jhi                                   on 2001/01/12  18:09:46
26384         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
26385      Branch: perl
26386            ! op.c
26387 ____________________________________________________________________________
26388 [  8418] By: jhi                                   on 2001/01/12  18:05:30
26389         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26390              From: Radu Greab <radu@netsoft.ro>
26391              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
26392              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
26393      Branch: perl
26394            ! op.c t/pragma/sub_lval.t
26395 ____________________________________________________________________________
26396 [  8417] By: jhi                                   on 2001/01/12  16:09:09
26397         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
26398              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
26399              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
26400              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
26401      Branch: perl
26402            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
26403            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
26404            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
26405            ! t/pragma/sub_lval.t toke.c
26406 ____________________________________________________________________________
26407 [  8416] By: jhi                                   on 2001/01/12  15:42:06
26408         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26409              From: "Richard Soderberg" <rs@crystalflame.net>
26410              Date: Fri, 12 Jan 2001 04:49:35 -0800
26411              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
26412              
26413              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26414              according to the platform.
26415      Branch: perl
26416            ! op.c
26417 ____________________________________________________________________________
26418 [  8415] By: jhi                                   on 2001/01/12  15:33:41
26419         Log: One more UTF-8 fix from Inaba Hiroto.
26420      Branch: perl
26421            ! pp.c regexec.c t/pragma/utf8.t
26422 ____________________________________________________________________________
26423 [  8414] By: jhi                                   on 2001/01/12  15:30:18
26424         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
26425      Branch: perl
26426            ! regexec.c
26427 ____________________________________________________________________________
26428 [  8413] By: jhi                                   on 2001/01/12  15:22:10
26429         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
26430              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26431              Date: Thu, 11 Jan 2001 12:53:36 +0100
26432              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
26433      Branch: perl
26434            ! toke.c
26435 ____________________________________________________________________________
26436 [  8412] By: jhi                                   on 2001/01/12  15:20:25
26437         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
26438              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26439              Date: Fri, 12 Jan 2001 14:37:55 +0100
26440              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
26441      Branch: perl
26442            ! hints/posix-bc.sh
26443 ____________________________________________________________________________
26444 [  8411] By: jhi                                   on 2001/01/12  15:14:14
26445         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
26446              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26447              Date: Fri, 12 Jan 2001 10:42:21 +0100
26448              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
26449      Branch: perl
26450            ! t/op/regmesg.t
26451 ____________________________________________________________________________
26452 [  8410] By: jhi                                   on 2001/01/12  05:48:55
26453         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
26454              From: Nicholas Clark <nick@ccl4.org> 
26455              Date: Sun, 7 Jan 2001 19:47:14 +0000
26456              Message-ID: <20010107194714.B1048@plum.flirble.org>
26457      Branch: perl
26458            ! t/op/numconvert.t
26459 ____________________________________________________________________________
26460 [  8409] By: jhi                                   on 2001/01/12  05:41:28
26461         Log: Integrate perlio.
26462      Branch: perl
26463           !> mg.c scope.h
26464 ____________________________________________________________________________
26465 [  8408] By: nick                                  on 2001/01/11  22:43:28
26466         Log: Remove variables that were used in experiments.
26467      Branch: perlio
26468            ! mg.c
26469 ____________________________________________________________________________
26470 [  8407] By: nick                                  on 2001/01/11  20:57:44
26471         Log: Catch die in %SIG handler and unblock the signal before re-dying.
26472              This make Linux work _without_ sigsetjmp().
26473              Turn off sigsetjmp() to see what else it does.
26474              May need Configure probe for sigprocmask() if anything has sigaction()
26475              but not sigprocmask().
26476      Branch: perlio
26477            ! mg.c scope.h
26478 ____________________________________________________________________________
26479 [  8406] By: nick                                  on 2001/01/11  19:32:07
26480         Log: Integrate mainline
26481      Branch: perlio
26482           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
26483           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
26484           !> t/op/substr.t
26485 ____________________________________________________________________________
26486 [  8405] By: jhi                                   on 2001/01/11  17:11:01
26487         Log: Fix UTF-8 lval substr().
26488      Branch: perl
26489            ! mg.c t/op/substr.t
26490 ____________________________________________________________________________
26491 [  8404] By: jhi                                   on 2001/01/11  05:13:58
26492         Log: Update Changes.
26493      Branch: perl
26494            ! Changes patchlevel.h
26495 ____________________________________________________________________________
26496 [  8403] By: jhi                                   on 2001/01/11  04:38:24
26497         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26498              From: Hugo <hv@crypt.compulink.co.uk>
26499              Date: Mon, 30 Oct 2000 01:33:26 +0000
26500              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
26501      Branch: perl
26502            ! regexec.c t/op/re_tests
26503 ____________________________________________________________________________
26504 [  8402] By: jhi                                   on 2001/01/11  04:26:12
26505         Log: Integrate perlio.
26506      Branch: perl
26507           !> scope.h util.c
26508 ____________________________________________________________________________
26509 [  8401] By: nick                                  on 2001/01/10  22:52:55
26510         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
26511              (So Alan and Ilya can try setting via hints.)
26512              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
26513              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
26514              doing the save everywhere seems to restart read() correctly, but just
26515              doing it once "round" the handler does not.
26516      Branch: perlio
26517            ! scope.h
26518 ____________________________________________________________________________
26519 [  8400] By: jhi                                   on 2001/01/10  21:57:54
26520         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
26521              of IRIX, HP-UX is unaffected.
26522      Branch: perl
26523            ! perl.h
26524 ____________________________________________________________________________
26525 [  8399] By: nick                                  on 2001/01/10  21:29:19
26526         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
26527      Branch: perlio
26528            ! util.c
26529 ____________________________________________________________________________
26530 [  8398] By: jhi                                   on 2001/01/10  20:55:31
26531         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
26532              also have ReusePort.
26533      Branch: perl
26534            ! ext/IO/lib/IO/Socket/INET.pm
26535 ____________________________________________________________________________
26536 [  8397] By: jhi                                   on 2001/01/10  20:50:57
26537         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26538              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26539              Date: Wed, 10 Jan 2001 01:38:13 -0800
26540              Message-ID: <20010110013813.B41744@yahoo-inc.com>
26541      Branch: perl
26542            ! ext/IO/lib/IO/Socket/INET.pm
26543 ____________________________________________________________________________
26544 [  8396] By: jhi                                   on 2001/01/10  20:49:30
26545         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
26546              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26547              Date: Wed, 10 Jan 2001 01:37:32 -0800
26548              Message-ID: <20010110013732.A41744@yahoo-inc.com>
26549      Branch: perl
26550            ! ext/Socket/Socket.pm
26551 ____________________________________________________________________________
26552 [  8395] By: jhi                                   on 2001/01/10  20:41:37
26553         Log: Test for bug id 20010105.016 (fixed by #8378).
26554      Branch: perl
26555            ! t/op/split.t
26556 ____________________________________________________________________________
26557 [  8394] By: jhi                                   on 2001/01/10  20:26:32
26558         Log: Integrate perlio.
26559      Branch: perl
26560            ! util.c
26561 ____________________________________________________________________________
26562 [  8393] By: nick                                  on 2001/01/10  19:34:30
26563         Log: Back out Simon's pid hackery for now.
26564      Branch: perlio
26565            ! util.c
26566 ____________________________________________________________________________
26567 [  8392] By: nick                                  on 2001/01/10  19:23:13
26568         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
26569      Branch: perlio
26570           !> (integrate 29 files)
26571 ____________________________________________________________________________
26572 [  8391] By: jhi                                   on 2001/01/10  18:43:15
26573         Log: Subject: [PATCH] Fix my_pclose segfault
26574              From: Simon Cozens <simon@cozens.net>
26575              Date: Wed, 10 Jan 2001 18:39:35 +0000
26576              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
26577      Branch: perl
26578            ! util.c
26579 ____________________________________________________________________________
26580 [  8390] By: jhi                                   on 2001/01/10  18:42:08
26581         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
26582              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26583              Date:     Wed, 10 Jan 2001 13:23:02 EST
26584              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
26585      Branch: perl
26586            ! ext/Opcode/Opcode.xs
26587 ____________________________________________________________________________
26588 [  8389] By: jhi                                   on 2001/01/10  15:16:07
26589         Log: Turn off the integer preservation for now.
26590      Branch: perl
26591            ! perl.h
26592 ____________________________________________________________________________
26593 [  8388] By: jhi                                   on 2001/01/10  15:01:25
26594         Log: Few more IDE/editor nits from p5p.
26595      Branch: perl
26596            ! pod/perlfaq3.pod
26597 ____________________________________________________________________________
26598 [  8387] By: jhi                                   on 2001/01/10  06:53:16
26599         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
26600              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
26601              Date: Tue, 9 Jan 2001 23:16:02 +0000
26602              Message-ID: <20010109231602.A81101@plum.flirble.org>
26603      Branch: perl
26604            ! sv.c
26605 ____________________________________________________________________________
26606 [  8386] By: jhi                                   on 2001/01/10  03:17:54
26607         Log: Test cases for #8385 (from Simon's "torture.pl")
26608      Branch: perl
26609            ! t/op/tr.t
26610 ____________________________________________________________________________
26611 [  8385] By: jhi                                   on 2001/01/10  03:17:11
26612         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
26613              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
26614              Date: Wed, 10 Jan 2001 11:39:39 +0900
26615              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
26616              
26617              Some more UTF-8 tr cases fixed.
26618      Branch: perl
26619            ! doop.c
26620 ____________________________________________________________________________
26621 [  8384] By: jhi                                   on 2001/01/09  22:45:40
26622         Log: Allow the locale test needing POSIX and the taint test
26623              needing IPC::SysV to run under 'minitest' (basically,
26624              bail out if loading the extension fails)
26625      Branch: perl
26626            ! t/op/misc.t t/op/taint.t
26627 ____________________________________________________________________________
26628 [  8383] By: jhi                                   on 2001/01/09  21:36:04
26629         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
26630              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26631              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
26632              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
26633      Branch: perl
26634            ! t/io/openpid.t
26635 ____________________________________________________________________________
26636 [  8382] By: jhi                                   on 2001/01/09  21:06:08
26637         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
26638              Should finish up the bug id 20001205.022.
26639      Branch: perl
26640            ! pp.c pp_hot.c scope.c
26641 ____________________________________________________________________________
26642 [  8381] By: jhi                                   on 2001/01/09  18:27:43
26643         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
26644              From: Andy Dougherty <doughera@lafayette.edu>
26645              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
26646              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
26647              
26648              More robust yacc/bison error detection.
26649      Branch: perl
26650            ! t/comp/proto.t
26651 ____________________________________________________________________________
26652 [  8380] By: jhi                                   on 2001/01/09  15:21:38
26653         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
26654              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26655              Date:     Tue, 9 Jan 2001 07:53:55 EST
26656              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
26657      Branch: perl
26658            ! t/op/misc.t vms/test.com
26659 ____________________________________________________________________________
26660 [  8379] By: jhi                                   on 2001/01/09  15:20:38
26661         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
26662              From: jhi@cc.hut.fi
26663              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
26664              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
26665              
26666              The #8378 fixed this.
26667      Branch: perl
26668            ! t/op/tr.t
26669 ____________________________________________________________________________
26670 [  8378] By: jhi                                   on 2001/01/09  15:05:32
26671         Log: Subject: One more patch for UTF8 
26672              From: Inaba Hiroto <inaba@st.rim.or.jp>
26673              Date: Tue, 09 Jan 2001 01:04:32 +0900
26674              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
26675              
26676              UTF-8 fixes for 'x' and tr///.
26677      Branch: perl
26678            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
26679            ! regcomp.c regexec.c toke.c utf8.c
26680 ____________________________________________________________________________
26681 [  8377] By: jhi                                   on 2001/01/09  14:32:17
26682         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26683      Branch: perl
26684            ! t/op/length.t
26685 ____________________________________________________________________________
26686 [  8376] By: jhi                                   on 2001/01/09  04:32:32
26687         Log: integrate changes #7775, #8316, #8316 from mainline
26688      Branch: maint-5.6/perl
26689            ! hints/solaris_2.sh
26690 ____________________________________________________________________________
26691 [  8375] By: jhi                                   on 2001/01/09  04:26:43
26692         Log: Update Changes.
26693      Branch: perl
26694            ! Changes patchlevel.h
26695 ____________________________________________________________________________
26696 [  8374] By: jhi                                   on 2001/01/09  04:14:32
26697         Log: IDE/editor section tweaking.
26698      Branch: perl
26699            ! pod/perlfaq3.pod
26700 ____________________________________________________________________________
26701 [  8373] By: jhi                                   on 2001/01/09  02:38:26
26702         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
26703              From: Peter Prymmer <pvhp@forte.com>
26704              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
26705              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
26706              
26707              In preparation os OS/390 dynamic loading.
26708      Branch: perl
26709            ! README.os390 hints/os390.sh
26710 ____________________________________________________________________________
26711 [  8372] By: jhi                                   on 2001/01/09  00:24:30
26712         Log: Integrate with perlio.
26713      Branch: perl
26714           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26715 ____________________________________________________________________________
26716 [  8371] By: nick                                  on 2001/01/08  23:54:33
26717         Log: Fix "scalars leaked" bugs caused by overload magic
26718              (Highlighted by Ilya's DESTROY optimization.)
26719      Branch: perlio
26720            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26721 ____________________________________________________________________________
26722 [  8370] By: nick                                  on 2001/01/08  20:19:41
26723         Log: Integrate mainline
26724      Branch: perlio
26725           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
26726           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
26727           !> t/op/64bitint.t
26728 ____________________________________________________________________________
26729 [  8369] By: jhi                                   on 2001/01/08  17:30:52
26730         Log: save_delete() Safefree() doesn't (anymore?) work with shared
26731              strings, one test failure in op/misc and almost all of lib/b.
26732              (Outcomments #8369.)
26733      Branch: perl
26734            ! scope.c
26735 ____________________________________________________________________________
26736 [  8368] By: jhi                                   on 2001/01/08  14:47:10
26737         Log: (Outcommented by #8369.)
26738              
26739              Subject: Re: Perl BugID 20001205.022 ---- save_delete
26740              From: Simon Cozens <simon@cozens.net>
26741              Date: Sat, 6 Jan 2001 11:48:40 +0000
26742              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
26743              
26744              The save_delete() does need the Safefree.
26745      Branch: perl
26746            ! scope.c
26747 ____________________________________________________________________________
26748 [  8367] By: bailey                                on 2001/01/08  08:53:52
26749         Log: Once again syncing after too long an absence
26750      Branch: vmsperl
26751           +> (branch 55 files)
26752            - MAINTAIN fix_pl vos/config.def vos/config.h
26753            - vos/config_h.SH_orig
26754           !> (integrate 498 files)
26755 ____________________________________________________________________________
26756 [  8366] By: jhi                                   on 2001/01/08  02:42:59
26757         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
26758              From: nick@ccl4.org
26759              Date: Sun, 7 Jan 2001 21:07:18 +0000
26760              Message-Id: <20010107210717.D1048@plum.flirble.org>
26761      Branch: perl
26762            ! sv.c t/op/64bitint.t
26763 ____________________________________________________________________________
26764 [  8365] By: jhi                                   on 2001/01/08  02:35:16
26765         Log: Subject: [PATCH] environ nit
26766              From: Simon Cozens <simon@cozens.net>
26767              Date: Sun, 7 Jan 2001 17:57:07 +0000
26768              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
26769              
26770              Use environ only if we have it.
26771      Branch: perl
26772            ! mg.c
26773 ____________________________________________________________________________
26774 [  8364] By: jhi                                   on 2001/01/08  02:24:51
26775         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
26776      Branch: perl
26777            ! ext/GDBM_File/GDBM_File.xs
26778 ____________________________________________________________________________
26779 [  8363] By: jhi                                   on 2001/01/08  02:19:24
26780         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26781              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26782              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
26783              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
26784      Branch: perl
26785            ! dump.c op.c
26786 ____________________________________________________________________________
26787 [  8362] By: jhi                                   on 2001/01/08  02:17:43
26788         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
26789              From: Doug MacEachern <dougm@covalent.net>
26790              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
26791              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
26792              
26793              Allow AUTOLOAD to be an xsub and allow such xsubs
26794              to avoid use of $AUTOLOAD.
26795      Branch: perl
26796            ! gv.c
26797 ____________________________________________________________________________
26798 [  8361] By: jhi                                   on 2001/01/08  02:16:07
26799         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26800              From: Radu Greab <radu@netsoft.ro>
26801              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
26802              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
26803              
26804              No need for the potentially unportable $SIG{CHLD}.
26805      Branch: perl
26806            ! t/io/pipe.t
26807 ____________________________________________________________________________
26808 [  8360] By: jhi                                   on 2001/01/08  01:58:23
26809         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
26810      Branch: perl
26811            ! lib/Getopt/Long.pm
26812 ____________________________________________________________________________
26813 [  8359] By: jhi                                   on 2001/01/08  01:55:44
26814         Log: Integrate perlio.
26815      Branch: perl
26816           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
26817           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
26818           !> utf8.c win32/Makefile
26819 ____________________________________________________________________________
26820 [  8358] By: jhi                                   on 2001/01/07  21:16:50
26821         Log: Update the EPOC cross SDK URL.
26822      Branch: perl
26823            ! README.epoc
26824 ____________________________________________________________________________
26825 [  8357] By: jhi                                   on 2001/01/07  21:16:09
26826         Log: Update the EPOC cross SDK URL.
26827      Branch: maint-5.6/perl
26828            ! README.epoc
26829 ____________________________________________________________________________
26830 [  8356] By: nick                                  on 2001/01/06  21:47:52
26831         Log: FILE * in XS code for PerlIO world:
26832              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
26833              - Add FILE * T_STDIO typemap.
26834              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
26835      Branch: perlio
26836            ! lib/ExtUtils/typemap perlio.c perlio.h
26837 ____________________________________________________________________________
26838 [  8355] By: jhi                                   on 2001/01/06  20:27:15
26839         Log: integrate change #8336 from mainline
26840              
26841              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
26842      Branch: maint-5.6/perl
26843            ! hv.c
26844 ____________________________________________________________________________
26845 [  8354] By: jhi                                   on 2001/01/06  20:24:29
26846         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26847              From: Robin Barker <rmb1@cise.npl.co.uk>
26848              Date: Fri, 22 Dec 2000 12:17:38 GMT
26849              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26850              
26851              The patch reformats some long =item lines so they give
26852              correct output via pod2man | nroff -man
26853              
26854              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26855              From: Robin Barker <rmb1@cise.npl.co.uk>
26856              Date: Tue, 2 Jan 2001 15:35:03 GMT
26857              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26858              
26859              Here is a _further_ patch which corrects a few more errors:
26860              * an empty C<=item> in CPAN.pm
26861              * patching the wrong file (pod/perlamiga.pod not README.amiga)
26862              * leaving empty C<=item>s which formatted incorrectly
26863              * over long C<=item>s revealed by latest patch to Pod::Man
26864      Branch: maint-5.6/perl
26865            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26866            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26867            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
26868            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
26869            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
26870            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
26871 ____________________________________________________________________________
26872 [  8353] By: jhi                                   on 2001/01/06  20:21:10
26873         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
26874              
26875              UTF-8 hash keys.
26876      Branch: maint-5.6/perl
26877            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
26878 ____________________________________________________________________________
26879 [  8352] By: jhi                                   on 2001/01/06  20:18:44
26880         Log: Forgotten from #8438.
26881      Branch: maint-5.6/perl
26882            ! epoc/epocish.h
26883 ____________________________________________________________________________
26884 [  8351] By: jhi                                   on 2001/01/06  20:18:12
26885         Log: Forgotten from #8347.
26886      Branch: maint-5.6/perl
26887            ! config_h.SH
26888 ____________________________________________________________________________
26889 [  8350] By: jhi                                   on 2001/01/06  20:00:19
26890         Log: Thinko in #8347.
26891      Branch: maint-5.6/perl
26892            ! regcomp.c
26893 ____________________________________________________________________________
26894 [  8349] By: jhi                                   on 2001/01/06  18:05:30
26895         Log: Copy the FAQ3 IDE section from the development branch,
26896              changes originally by Peter Prymmer.
26897      Branch: maint-5.6/perl
26898            ! pod/perlfaq3.pod
26899 ____________________________________________________________________________
26900 [  8348] By: jhi                                   on 2001/01/06  18:03:02
26901         Log: EPOC updates for TRIAL1.
26902              
26903              Subject: [5.6.1 trial1] EPOC update
26904              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26905              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
26906              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
26907              
26908              Subject: epoc patch2 for perl-5.6.1-trial1
26909              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26910              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
26911              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
26912      Branch: maint-5.6/perl
26913            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
26914            ! epoc/epocish.c
26915 ____________________________________________________________________________
26916 [  8347] By: jhi                                   on 2001/01/06  17:29:10
26917         Log: integrate changes #7710,7824,7973 from mainline,
26918              plus VMS nits from Peter Prymmer and Dan Sugalski.
26919              
26920              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
26921              library (getprotobyname and getprotobynumber are outversioned by
26922              the same calls in libc, at least for xlc version 3.
26923              
26924              Add HAS_SBRK_PROTO.
26925              
26926              Fixes for signedness warnings noticed by VMSperlers.
26927      Branch: maint-5.6/perl
26928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26929            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
26930            ! sv.c vms/descrip_mms.template vos/config.alpha.def
26931            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26932            ! win32/config.bc win32/config.gc win32/config.vc
26933 ____________________________________________________________________________
26934 [  8346] By: nick                                  on 2001/01/06  14:36:01
26935         Log: Fixup accumulated integrate muddles (perlio == devperl again)
26936      Branch: perlio
26937            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
26938 ____________________________________________________________________________
26939 [  8345] By: nick                                  on 2001/01/06  14:24:58
26940         Log: Integrate mainline
26941      Branch: perlio
26942           !> (integrate 55 files)
26943 ____________________________________________________________________________
26944 [  8344] By: jhi                                   on 2001/01/06  02:24:02
26945         Log: Subject: [patch] PerlIO_cleanup() prototype
26946              From: Doug MacEachern <dougm@covalent.net>
26947              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
26948              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
26949      Branch: perl
26950            ! perlio.h
26951 ____________________________________________________________________________
26952 [  8343] By: jhi                                   on 2001/01/06  01:04:09
26953         Log: IRIX compiler noticed that the bof initialization might be
26954              bypassed by control flow.
26955      Branch: perl
26956            ! toke.c
26957 ____________________________________________________________________________
26958 [  8342] By: jhi                                   on 2001/01/06  00:10:48
26959         Log: Update Changes.
26960      Branch: perl
26961            ! Changes patchlevel.h
26962 ____________________________________________________________________________
26963 [  8341] By: jhi                                   on 2001/01/05  23:52:33
26964         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26965      Branch: perl
26966            ! toke.c
26967 ____________________________________________________________________________
26968 [  8340] By: jhi                                   on 2001/01/05  22:44:08
26969         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26970              From: Radu Greab <radu@netsoft.ro>
26971              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
26972              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
26973      Branch: perl
26974            ! t/io/pipe.t util.c
26975 ____________________________________________________________________________
26976 [  8339] By: jhi                                   on 2001/01/05  22:35:17
26977         Log: Subject: [PATCH] format and rewording in perlfaq.pod
26978              From: Robin Barker <rmb1@cise.npl.co.uk>
26979              Date: Fri, 5 Jan 2001 18:51:20 GMT
26980              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
26981      Branch: perl
26982            ! pod/perlfaq.pod
26983 ____________________________________________________________________________
26984 [  8338] By: jhi                                   on 2001/01/05  22:31:17
26985         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
26986              From: Peter Prymmer <pvhp@forte.com>
26987              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
26988              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
26989      Branch: perl
26990            ! utils/perlbug.PL
26991 ____________________________________________________________________________
26992 [  8337] By: jhi                                   on 2001/01/05  18:15:11
26993         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26994              From: Robin Barker <rmb1@cise.npl.co.uk>
26995              Date: Tue, 2 Jan 2001 15:24:07 GMT
26996              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
26997              
26998              If you call configure as C<./Configure> or C<sh ./Configure>,
26999              $src is set to the absolute path name, not '.'.
27000              
27001              This, in turn, means -Dmksymlink tries to do its stuff because
27002              it does not think it is in the src directory.
27003              
27004              (plus a metaconfig nitfix)
27005      Branch: metaconfig
27006            ! U/compline/ccflags.U U/modified/src.U
27007      Branch: perl
27008            ! Configure config_h.SH
27009 ____________________________________________________________________________
27010 [  8336] By: jhi                                   on 2001/01/05  17:48:32
27011         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
27012              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27013              Message-ID: <3A5606C4.473D2226@uk.sun.com>
27014              Date: Fri, 05 Jan 2001 17:39:16 +0000
27015      Branch: perl
27016            ! hv.c
27017 ____________________________________________________________________________
27018 [  8335] By: jhi                                   on 2001/01/05  16:05:44
27019         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
27020      Branch: perl
27021            ! lib/Getopt/Long.pm
27022 ____________________________________________________________________________
27023 [  8334] By: jhi                                   on 2001/01/05  16:00:51
27024         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27025              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27026              Date: Fri, 05 Jan 2001 13:46:51 +0100
27027              Message-ID: <13693.978698811@nice.ram.loc>
27028              
27029              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27030              accurate reading of the "atime".  
27031      Branch: perl
27032            ! t/io/fs.t
27033 ____________________________________________________________________________
27034 [  8333] By: jhi                                   on 2001/01/05  15:57:37
27035         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
27036              From: Simon Cozens <simon@cozens.net>
27037              Date: Fri, 8 Dec 2000 13:33:31 +0000
27038              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
27039              
27040              A lost patch fragment.
27041      Branch: perl
27042            ! doop.c
27043 ____________________________________________________________________________
27044 [  8332] By: jhi                                   on 2001/01/05  15:40:42
27045         Log: Do away with strncpy() and a fixed length buffer.
27046      Branch: perl
27047            ! utf8.c
27048 ____________________________________________________________________________
27049 [  8331] By: jhi                                   on 2001/01/05  15:03:07
27050         Log: Tests for #8329 and #8330.
27051      Branch: perl
27052            ! t/op/bop.t
27053 ____________________________________________________________________________
27054 [  8330] By: jhi                                   on 2001/01/05  15:02:38
27055         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
27056              raw 8-bit form to the UTF-8 string.
27057      Branch: perl
27058            ! toke.c
27059 ____________________________________________________________________________
27060 [  8329] By: jhi                                   on 2001/01/05  14:55:13
27061         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27062              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27063              Date: Fri, 5 Jan 2001 12:28:52 +0100
27064              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
27065              
27066              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
27067              no effect.  (changed the strncpy() to Copy())
27068      Branch: perl
27069            ! toke.c
27070 ____________________________________________________________________________
27071 [  8328] By: jhi                                   on 2001/01/05  06:44:27
27072         Log: UTF-8 cleanup.
27073      Branch: perl
27074            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27075            ! regexec.c sv.c toke.c
27076 ____________________________________________________________________________
27077 [  8327] By: jhi                                   on 2001/01/05  01:11:29
27078         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')
27079              From: Radu Greab <radu@netsoft.ro>
27080              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
27081              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
27082              
27083              Cleans up Harness to not use FileHandle, which uses IO.
27084      Branch: perl
27085            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27086 ____________________________________________________________________________
27087 [  8326] By: jhi                                   on 2001/01/05  00:56:37
27088         Log: Update Changes.
27089      Branch: perl
27090            ! Changes patchlevel.h
27091 ____________________________________________________________________________
27092 [  8325] By: jhi                                   on 2001/01/05  00:53:18
27093         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
27094              From: Peter Prymmer <pvhp@forte.com>
27095              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
27096              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
27097              
27098              plus a couple more tailing whitespace removals.
27099      Branch: perl
27100            ! win32/Makefile
27101 ____________________________________________________________________________
27102 [  8324] By: jhi                                   on 2001/01/05  00:47:39
27103         Log: Add some Unicode chop() tests.
27104      Branch: perl
27105            ! t/op/chop.t
27106 ____________________________________________________________________________
27107 [  8323] By: jhi                                   on 2001/01/05  00:47:23
27108         Log: Unify UTF-8 malformedness handling.
27109      Branch: perl
27110            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
27111 ____________________________________________________________________________
27112 [  8322] By: jhi                                   on 2001/01/04  22:21:54
27113         Log: The new $issymlink was unknown to Mksymlinks.
27114      Branch: metaconfig/U/perl
27115            ! Mksymlinks.U issymlink.U
27116      Branch: perl
27117            ! Configure config_h.SH
27118 ____________________________________________________________________________
27119 [  8321] By: jhi                                   on 2001/01/04  21:51:05
27120         Log: The test didn't work under the core test framework.
27121      Branch: perl
27122            ! t/lib/st-lock.t
27123 ____________________________________________________________________________
27124 [  8320] By: jhi                                   on 2001/01/04  21:14:22
27125         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
27126      Branch: perl
27127            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
27128 ____________________________________________________________________________
27129 [  8319] By: jhi                                   on 2001/01/04  20:46:17
27130         Log: Typo in #8312 when manually appying a problematic patch fragment.
27131      Branch: perl
27132            ! ext/Storable/Storable.xs
27133 ____________________________________________________________________________
27134 [  8318] By: jhi                                   on 2001/01/04  20:43:01
27135         Log: The $sh_c didn't fly.
27136      Branch: metaconfig
27137            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27138            ! U/modified/Loc.U U/modified/myhostname.U
27139            ! U/modified/spitshell.U
27140      Branch: metaconfig/U/perl
27141            ! issymlink.U
27142      Branch: perl
27143            ! Configure config_h.SH
27144 ____________________________________________________________________________
27145 [  8317] By: jhi                                   on 2001/01/04  19:58:01
27146         Log: AIX builtin test -h is broken, changes based on
27147              
27148              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
27149              Date: Tue, 02 Jan 2001 11:24:39 +0100
27150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27151              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
27152      Branch: metaconfig
27153            + U/modified/spitshell.U
27154            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27155            ! U/modified/Loc.U U/modified/myhostname.U
27156      Branch: metaconfig/U/perl
27157            ! Mksymlinks.U issymlink.U
27158      Branch: perl
27159            ! Configure
27160 ____________________________________________________________________________
27161 [  8316] By: jhi                                   on 2001/01/04  19:02:22
27162         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
27163              From: Andy Dougherty <doughera@lafayette.edu>
27164              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
27165              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
27166              
27167              Beware of GNU ld.
27168      Branch: perl
27169            ! hints/solaris_2.sh
27170 ____________________________________________________________________________
27171 [  8315] By: jhi                                   on 2001/01/04  18:56:48
27172         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
27173              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
27174              Date: Wed, 3 Jan 2001 07:58:51 +0100
27175              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
27176      Branch: perl
27177            ! hints/solaris_2.sh
27178 ____________________________________________________________________________
27179 [  8314] By: jhi                                   on 2001/01/04  18:54:07
27180         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27181              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27182              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
27183              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
27184              
27185              Doc tweak on #8313.
27186      Branch: perl
27187            ! ext/B/B/Deparse.pm
27188 ____________________________________________________________________________
27189 [  8313] By: jhi                                   on 2001/01/04  18:52:27
27190         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
27191              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
27192              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27193              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
27194              
27195              Make the peephole optimizer to bypass more null ops and
27196              and rewrite the deparse handling of continue blocks.
27197      Branch: perl
27198            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
27199 ____________________________________________________________________________
27200 [  8312] By: jhi                                   on 2001/01/04  18:47:39
27201         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
27202      Branch: perl
27203            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
27204            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27205            ! t/lib/st-lock.t
27206 ____________________________________________________________________________
27207 [  8311] By: jhi                                   on 2001/01/04  18:36:08
27208         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
27209              filter to be run on each .pm during the pm_to_blib() phase,
27210              a fixed version of
27211              
27212              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27213              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27214              Date: Wed, 03 Jan 2001 22:01:30 +0100
27215              Message-ID: <5296.978555690@nice.ram.loc>
27216      Branch: perl
27217            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27218            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27219            ! lib/ExtUtils/MakeMaker.pm
27220 ____________________________________________________________________________
27221 [  8310] By: jhi                                   on 2001/01/04  18:32:54
27222         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27223              From: Robin Barker <rmb1@cise.npl.co.uk>
27224              Date: Tue, 2 Jan 2001 15:35:03 GMT
27225              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27226      Branch: perl
27227            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
27228            ! pod/perlrequick.pod
27229 ____________________________________________________________________________
27230 [  8309] By: jhi                                   on 2001/01/04  18:29:07
27231         Log: Subject: Re: [patch] static-ize XS()
27232              From: Doug MacEachern <dougm@covalent.net>
27233              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
27234              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
27235              
27236              Provide prototypes for the XS functions.
27237      Branch: perl
27238            ! lib/ExtUtils/xsubpp
27239 ____________________________________________________________________________
27240 [  8308] By: jhi                                   on 2001/01/04  18:27:44
27241         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
27242              From: Doug MacEachern <dougm@covalent.net>
27243              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
27244              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
27245      Branch: perl
27246            ! lib/ExtUtils/typemap
27247 ____________________________________________________________________________
27248 [  8307] By: jhi                                   on 2001/01/04  18:25:25
27249         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
27250              From: Doug MacEachern <dougm@covalent.net>
27251              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
27252              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
27253              
27254              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
27255      Branch: perl
27256            ! lib/ExtUtils/MM_Unix.pm
27257 ____________________________________________________________________________
27258 [  8306] By: jhi                                   on 2001/01/04  18:23:00
27259         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
27260              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27261              Date: Thu, 4 Jan 2001 12:47:10 +0100 
27262              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
27263              
27264              The toke.c part only, patching embed.h and proto.h is futile.
27265      Branch: perl
27266            ! toke.c
27267 ____________________________________________________________________________
27268 [  8305] By: jhi                                   on 2001/01/04  18:05:51
27269         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
27270              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27271              Date: Thu, 4 Jan 2001 17:50:12 +0100 
27272              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
27273      Branch: perl
27274            ! toke.c
27275 ____________________________________________________________________________
27276 [  8304] By: jhi                                   on 2001/01/04  18:03:26
27277         Log: Subject: [PATCH perl@8269]
27278              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27279              Date: Thu, 4 Jan 2001 12:53:39 +0100 
27280              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
27281              
27282              If running byacc write-enable also perly.h.
27283      Branch: perl
27284            ! Makefile.SH
27285 ____________________________________________________________________________
27286 [  8303] By: jhi                                   on 2001/01/04  15:40:49
27287         Log: Rewrite pp_concat() in terms of sv_catsv().
27288      Branch: perl
27289            ! pp_hot.c
27290 ____________________________________________________________________________
27291 [  8302] By: nick                                  on 2001/01/03  22:43:22
27292         Log: Integrate mainline.
27293      Branch: perlio
27294           !> ext/Encode/Encode.xs sv.c utf8.c
27295 ____________________________________________________________________________
27296 [  8301] By: jhi                                   on 2001/01/02  23:40:26
27297         Log: Variable naming tweak.
27298      Branch: perl
27299            ! sv.c
27300 ____________________________________________________________________________
27301 [  8300] By: jhi                                   on 2001/01/02  23:40:02
27302         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
27303              in is_utf8_string().
27304      Branch: perl
27305            ! utf8.c
27306 ____________________________________________________________________________
27307 [  8299] By: jhi                                   on 2001/01/02  22:14:40
27308         Log: Integrate perlio.
27309      Branch: perl
27310           !> pp.c pp_hot.c win32/Makefile
27311 ____________________________________________________________________________
27312 [  8298] By: nick                                  on 2001/01/02  22:03:06
27313         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27314      Branch: perlio
27315            ! pp.c pp_hot.c
27316 ____________________________________________________________________________
27317 [  8297] By: jhi                                   on 2001/01/02  04:26:28
27318         Log: Signedness nit.
27319      Branch: perl
27320            ! ext/Encode/Encode.xs
27321 ____________________________________________________________________________
27322 [  8296] By: nick                                  on 2001/01/01  23:49:36
27323         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
27324      Branch: perlio
27325            ! win32/Makefile
27326 ____________________________________________________________________________
27327 [  8295] By: jhi                                   on 2001/01/01  23:05:48
27328         Log: Integrate perlio.
27329      Branch: perl
27330           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27331           !> t/lib/encode.t
27332 ____________________________________________________________________________
27333 [  8294] By: nick                                  on 2001/01/01  22:48:34
27334         Log: Integrate mainline
27335      Branch: perlio
27336            ! pp_hot.c t/lib/encode.t
27337           !> (integrate 65 files)
27338 ____________________________________________________________________________
27339 [  8293] By: nick                                  on 2001/01/01  21:58:50
27340         Log: More rigor in UTF-8-ness of Encode's toUnicode
27341              XS export some of the utf8 internal functions.
27342              Test some of the functions.
27343              Fix pp_concat() bug shown by said tests.
27344      Branch: perlio
27345            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27346            ! t/lib/encode.t
27347 ____________________________________________________________________________
27348 [  8292] By: jhi                                   on 2001/01/01  18:11:44
27349         Log: Integrate perlio.
27350      Branch: perl
27351           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27352           !> ext/Encode/encengine.c ext/Encode/encode.h
27353 ____________________________________________________________________________
27354 [  8291] By: jhi                                   on 2001/01/01  18:10:58
27355         Log: Podify README.mpeix (a new version from the web),
27356              add a dummy NAME to Carp::Heavy, regen toc.
27357      Branch: perl
27358            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
27359            ! pod/perltoc.pod
27360 ____________________________________________________________________________
27361 [  8290] By: nick                                  on 2001/01/01  17:43:47
27362         Log: Loose the "Loading..." warning.
27363              Another bug in fallback support
27364      Branch: perlio
27365            ! ext/Encode/Encode.pm ext/Encode/encengine.c
27366 ____________________________________________________________________________
27367 [  8289] By: jhi                                   on 2001/01/01  00:01:57
27368         Log: Bump up Larry's copyright.
27369      Branch: perl
27370            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
27371            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
27372            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
27373            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
27374            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
27375            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
27376            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
27377            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
27378 ____________________________________________________________________________
27379 [  8288] By: nick                                  on 2000/12/31  21:27:53
27380         Log: Fix .ucm reading - forgot a chr()
27381              Start of .ucm write (for .enc to .ucm)
27382      Branch: perlio
27383            ! ext/Encode/compile
27384 ____________________________________________________________________________
27385 [  8287] By: jhi                                   on 2000/12/31  18:15:56
27386         Log: Comment away a diagnostic message as noted by Craig A. Berry
27387              (the unexpected message was confusing testing)
27388      Branch: perl
27389            ! ext/Encode/Encode.pm
27390 ____________________________________________________________________________
27391 [  8286] By: jhi                                   on 2000/12/31  18:14:51
27392         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
27393              Date: Sun, 31 Dec 2000 11:17:37 -0600
27394              From: "Craig A. Berry" <craigberry@mac.com>
27395              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
27396      Branch: perl
27397            ! ext/Encode/Makefile.PL
27398 ____________________________________________________________________________
27399 [  8285] By: nick                                  on 2000/12/31  18:11:54
27400         Log: Start of support of ICU-style .ucm files:
27401              - teach compile how to read a .ucm file
27402              - first guess at how to represent fallbacks in "tries".
27403              - use fallbacks if check == 0
27404              - new return code to indicate we used one.
27405      Branch: perlio
27406            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27407            ! ext/Encode/encengine.c ext/Encode/encode.h
27408 ____________________________________________________________________________
27409 [  8284] By: jhi                                   on 2000/12/31  18:04:41
27410         Log: Pacify picky VMS compiler.
27411              
27412              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
27413              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27414              Date: Sat, 30 Dec 2000 18:10:02 -0600
27415              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
27416      Branch: perl
27417            ! sv.c
27418 ____________________________________________________________________________
27419 [  8283] By: jhi                                   on 2000/12/31  16:11:47
27420         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
27421      Branch: perl
27422            ! t/lib/glob-basic.t
27423 ____________________________________________________________________________
27424 [  8282] By: jhi                                   on 2000/12/31  15:26:11
27425         Log: Integrate perlio.
27426      Branch: perl
27427           !> makedef.pl opcode.pl os2/os2.c perlio.c
27428 ____________________________________________________________________________
27429 [  8281] By: nick                                  on 2000/12/31  10:06:15
27430         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
27431              is available to be exported
27432      Branch: perlio
27433            ! makedef.pl perlio.c
27434 ____________________________________________________________________________
27435 [  8280] By: nick                                  on 2000/12/31  09:41:26
27436         Log: Ilya's OS2 patch (testing for damage on Win32)
27437      Branch: perlio
27438            ! makedef.pl opcode.pl os2/os2.c
27439 ____________________________________________________________________________
27440 [  8279] By: jhi                                   on 2000/12/30  21:52:07
27441         Log: Test nits.
27442      Branch: perl
27443            ! t/lib/syslfs.t t/op/lfs.t
27444 ____________________________________________________________________________
27445 [  8278] By: jhi                                   on 2000/12/30  21:47:49
27446         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27447              From: andreas.koenig@anima.de (Andreas J. Koenig)
27448              Date: 30 Dec 2000 22:35:37 +0100
27449              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
27450              
27451              The 32-bit wraparound test wasn't quite right.
27452      Branch: perl
27453            ! t/lib/syslfs.t t/op/lfs.t
27454 ____________________________________________________________________________
27455 [  8277] By: jhi                                   on 2000/12/30  21:33:44
27456         Log: Subject: [PATCH] open() example in perlfunc.pod 
27457              From: Karsten Sperling <s_sperli@ira.uka.de>
27458              Date: Sat, 30 Dec 2000 22:27:09 +0100
27459              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
27460      Branch: perl
27461            ! pod/perlfunc.pod
27462 ____________________________________________________________________________
27463 [  8276] By: jhi                                   on 2000/12/30  20:32:40
27464         Log: Not quite that many tests yet.
27465      Branch: perl
27466            ! t/op/pat.t
27467 ____________________________________________________________________________
27468 [  8275] By: jhi                                   on 2000/12/30  20:26:58
27469         Log: Integrate perlio.
27470      Branch: perl
27471           !> toke.c
27472 ____________________________________________________________________________
27473 [  8274] By: jhi                                   on 2000/12/30  20:24:56
27474         Log: Signedness nit.
27475      Branch: perl
27476            ! utf8.c
27477 ____________________________________________________________________________
27478 [  8273] By: jhi                                   on 2000/12/30  20:15:46
27479         Log: Add a test case for 20000731.001 which was fixed by the #8267.
27480      Branch: perl
27481            ! t/op/pat.t
27482 ____________________________________________________________________________
27483 [  8272] By: nick                                  on 2000/12/30  19:47:51
27484         Log: Tweak for MULTIPLICITY/USE_PERLIO
27485      Branch: perlio
27486            ! toke.c
27487 ____________________________________________________________________________
27488 [  8271] By: nick                                  on 2000/12/30  19:46:45
27489         Log: Integrate mainline
27490      Branch: perlio
27491           +> lib/unicode/distinct.pm
27492           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
27493           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
27494           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
27495 ____________________________________________________________________________
27496 [  8270] By: jhi                                   on 2000/12/30  19:39:50
27497         Log: Subject: RE: perl@8269
27498              From: "Richard Soderberg" <rs@crystalflame.net>
27499              Date: Sat, 30 Dec 2000 11:36:27 -0800
27500              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
27501              
27502              A missing aTHX_.
27503      Branch: perl
27504            ! toke.c
27505 ____________________________________________________________________________
27506 [  8269] By: jhi                                   on 2000/12/30  18:55:48
27507         Log: Update Changes.
27508      Branch: perl
27509            ! Changes patchlevel.h
27510 ____________________________________________________________________________
27511 [  8268] By: jhi                                   on 2000/12/30  17:18:40
27512         Log: Add a test for Unicode split //.  The #8267 was the cure.
27513      Branch: perl
27514            ! t/op/split.t
27515 ____________________________________________________________________________
27516 [  8267] By: jhi                                   on 2000/12/30  17:14:19
27517         Log: Subject: more UTF8 test suites and an UTF8 patch
27518              From: Inaba Hiroto <inaba@st.rim.or.jp>
27519              Date: Sat, 30 Dec 2000 14:27:10 +0900
27520              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
27521              
27522              Just the patch part for now, and the pragma renamed
27523              as unicode::distinct.
27524      Branch: perl
27525            + lib/unicode/distinct.pm
27526            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
27527            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27528            ! regcomp.h regexec.c sv.c toke.c utf8.c
27529 ____________________________________________________________________________
27530 [  8266] By: nick                                  on 2000/12/30  16:40:49
27531         Log: Integrate mainline
27532      Branch: perlio
27533           +> lib/Pod/Text/Overstrike.pm
27534           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
27535           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
27536           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
27537           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
27538           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
27539 ____________________________________________________________________________
27540 [  8265] By: jhi                                   on 2000/12/30  07:28:55
27541         Log: The sv_catsv() fix, take two.
27542      Branch: perl
27543            ! sv.c t/op/join.t
27544 ____________________________________________________________________________
27545 [  8264] By: jhi                                   on 2000/12/30  06:19:18
27546         Log: Undo all the join-related changes since #8248: relevant
27547              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
27548              The new sv_catsv() doesn't fly so it must go back to
27549              the drawing board.
27550      Branch: perl
27551            ! sv.c t/op/join.t t/pragma/utf8.t
27552 ____________________________________________________________________________
27553 [  8263] By: jhi                                   on 2000/12/30  01:08:32
27554         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
27555      Branch: perl
27556            ! sv.c
27557 ____________________________________________________________________________
27558 [  8262] By: jhi                                   on 2000/12/30  00:45:14
27559         Log: Retract #8261.
27560      Branch: perl
27561            ! hv.c util.c
27562 ____________________________________________________________________________
27563 [  8261] By: jhi                                   on 2000/12/30  00:38:32
27564         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
27565      Branch: perl
27566            ! hv.c util.c
27567 ____________________________________________________________________________
27568 [  8260] By: jhi                                   on 2000/12/29  22:51:33
27569         Log: (Retracted by #8264)  More fixing for #8251.
27570      Branch: perl
27571            ! sv.c
27572 ____________________________________________________________________________
27573 [  8259] By: jhi                                   on 2000/12/29  18:27:30
27574         Log: Subject: podlators 1.06 released
27575              From: Russ Allbery <rra@stanford.edu>
27576              Date: 25 Dec 2000 05:09:30 -0800
27577              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
27578      Branch: perl
27579            + lib/Pod/Text/Overstrike.pm
27580            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
27581            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
27582 ____________________________________________________________________________
27583 [  8258] By: jhi                                   on 2000/12/29  18:20:45
27584         Log: Make the large file tests more robust/talkative as suggested by
27585              
27586              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27587              From: andreas.koenig@anima.de (Andreas J. Koenig)
27588              Date: 29 Dec 2000 14:23:01 +0100
27589              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
27590      Branch: perl
27591            ! t/lib/syslfs.t t/op/lfs.t
27592 ____________________________________________________________________________
27593 [  8257] By: jhi                                   on 2000/12/29  17:48:04
27594         Log: Further VMS piping fixes from Charles Lane:
27595              
27596              In summary, error messages produced when a subprocess terminated
27597              abnormally were being sent not just to the parent process, but to
27598              grandparents, because of default values for error output that were
27599              not completely overridden when the subprocess was started.
27600              
27601              This patch fixes this behavior by defining user-mode (i.e., temporary
27602              for the duration of the program) logical names for SYS$OUTPUT and
27603              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
27604              changes to make it so that the user-mode logicals are the ones that
27605              control where Perl's error messages go if it terminates abnormally.
27606              
27607              I also added some gratuitous fixes to the indentation of braces in
27608              the piping code.  It just looked ugly, before.
27609      Branch: perl
27610            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
27611 ____________________________________________________________________________
27612 [  8256] By: jhi                                   on 2000/12/29  17:45:12
27613         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
27614              From: "Casey R. Tweten" <crt@kiski.net>
27615              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
27616              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
27617              
27618              Tests for for #8240.
27619      Branch: perl
27620            ! t/pragma/constant.t
27621 ____________________________________________________________________________
27622 [  8255] By: jhi                                   on 2000/12/29  17:43:07
27623         Log: Subject: Re: [PATCH] Interesting syntax idea
27624              From: Simon Cozens <simon@cozens.net>
27625              Date: Fri, 29 Dec 2000 14:34:04 +0000
27626              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
27627              
27628              Tests for #8254.
27629      Branch: perl
27630            ! t/pragma/sub_lval.t
27631 ____________________________________________________________________________
27632 [  8254] By: jhi                                   on 2000/12/29  17:42:11
27633         Log: Subject: [PATCH] Interesting syntax idea
27634              From: Simon Cozens <simon@cozens.net>
27635              Date: Wed, 27 Dec 2000 05:08:57 +0000
27636              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
27637              
27638              Make opens + bareword assigns do typeglob assigns.
27639      Branch: perl
27640            ! op.c
27641 ____________________________________________________________________________
27642 [  8253] By: jhi                                   on 2000/12/29  17:36:45
27643         Log: Output the (apparent) version of gcc, as suggested by
27644              
27645              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
27646              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
27647              Date: 26 Dec 2000 04:29:17 -0500
27648              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
27649              
27650              (The patch as such didn't any more apply as the misparsing had
27651              already been addressed in #6474.)  Also change the wording about
27652              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
27653      Branch: perl
27654            ! hints/dec_osf.sh
27655 ____________________________________________________________________________
27656 [  8252] By: nick                                  on 2000/12/29  12:14:31
27657         Log: Integrate mainline
27658      Branch: perlio
27659           !> (integrate 27 files)
27660 ____________________________________________________________________________
27661 [  8251] By: jhi                                   on 2000/12/29  08:45:46
27662         Log: (Retracted by #8264)
27663              
27664              (Fixed by #8260.)
27665              
27666              sv_catsv() needs one more byte space than seems reasonable.
27667              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
27668              Curiouser and curiouser.
27669      Branch: perl
27670            ! sv.c
27671 ____________________________________________________________________________
27672 [  8250] By: jhi                                   on 2000/12/29  07:57:52
27673         Log: More split // UTF-8 tests.
27674      Branch: perl
27675            ! t/pragma/utf8.t
27676 ____________________________________________________________________________
27677 [  8249] By: jhi                                   on 2000/12/29  07:54:51
27678         Log: (Retracted by #8264)  More join() testing which was good because
27679              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
27680      Branch: perl
27681            ! pp.c t/op/join.t utf8.c utf8.h
27682 ____________________________________________________________________________
27683 [  8248] By: jhi                                   on 2000/12/29  07:08:32
27684         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
27685              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
27686              that the only cases to care about are byte+byte and byte+character.
27687              
27688              TODO: See how well pp_concat() could be implemented in terms
27689              of sv_catsv().
27690      Branch: perl
27691            ! doop.c sv.c t/op/join.t utf8.h
27692 ____________________________________________________________________________
27693 [  8247] By: jhi                                   on 2000/12/29  06:35:23
27694         Log: Signedness nit.
27695      Branch: perl
27696            ! pp_hot.c
27697 ____________________________________________________________________________
27698 [  8246] By: jhi                                   on 2000/12/29  01:23:31
27699         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
27700              From: Lupe Christoph <lupe@lupe-christoph.de>
27701              Date: Thu, 28 Dec 2000 23:00:00 +0100
27702              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
27703              
27704              Suggest rsync --delete --dry-run.
27705      Branch: perl
27706            ! pod/perlhack.pod
27707 ____________________________________________________________________________
27708 [  8245] By: jhi                                   on 2000/12/28  23:57:05
27709         Log: The maxiters upper limit sanity check (guarding against
27710              non-progress) assumed bytes instead of characters in s///
27711              and split().
27712      Branch: perl
27713            ! pp.c pp_hot.c
27714 ____________________________________________________________________________
27715 [  8244] By: jhi                                   on 2000/12/28  23:34:08
27716         Log: Make some panic messages a bit more logical.
27717      Branch: perl
27718            ! doop.c pod/perldiag.pod pp.c pp_hot.c
27719 ____________________________________________________________________________
27720 [  8243] By: jhi                                   on 2000/12/28  22:59:16
27721         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
27722              From: Simon Cozens <simon@cozens.net>
27723              Date: Wed, 27 Dec 2000 02:30:03 +0000
27724              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
27725      Branch: perl
27726            ! pp.c t/pragma/sub_lval.t
27727 ____________________________________________________________________________
27728 [  8242] By: jhi                                   on 2000/12/28  22:56:53
27729         Log: Subject: [PATCH blead] Fix B::Terse indentation
27730              From: Daniel Chetlin <daniel@chetlin.com>
27731              Date: Wed, 27 Dec 2000 06:43:30 -0800
27732              Message-ID: <20001227064329.B9573@darkstar>
27733      Branch: perl
27734            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
27735 ____________________________________________________________________________
27736 [  8241] By: jhi                                   on 2000/12/28  22:48:59
27737         Log: The latter patch from the
27738              
27739              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
27740              From: Peter Prymmer <pvhp@forte.com> 
27741              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
27742              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
27743              
27744              (the former patch from the above should have been
27745              taken care of by Nick I-S)
27746      Branch: perl
27747            ! win32/Makefile
27748 ____________________________________________________________________________
27749 [  8240] By: jhi                                   on 2000/12/28  22:45:22
27750         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
27751              From: "Casey R. Tweten" <crt@kiski.net>
27752              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
27753              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
27754      Branch: perl
27755            ! lib/constant.pm
27756 ____________________________________________________________________________
27757 [  8239] By: jhi                                   on 2000/12/28  22:37:45
27758         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
27759              From: Simon Cozens <simon@cozens.net>
27760              Date: Wed, 27 Dec 2000 14:12:44 +0000
27761              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
27762      Branch: perl
27763            ! t/op/method.t t/op/sort.t toke.c
27764 ____________________________________________________________________________
27765 [  8238] By: jhi                                   on 2000/12/28  22:30:32
27766         Log: Subject: [PATCH perl@8229] Call.pm
27767              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27768              Date: Mon, 25 Dec 2000 10:47:15 -0000
27769              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
27770      Branch: perl
27771            ! ext/Filter/Util/Call/Call.pm
27772 ____________________________________________________________________________
27773 [  8237] By: jhi                                   on 2000/12/28  22:19:21
27774         Log: Subject: [PATCH blead] Fix problem with `&' prototype
27775              From: Daniel Chetlin <daniel@chetlin.com>
27776              Date: Wed, 27 Dec 2000 15:55:32 -0800
27777              Message-ID: <20001227155532.D9573@darkstar>
27778      Branch: perl
27779            ! op.c t/comp/proto.t
27780 ____________________________________________________________________________
27781 [  8236] By: jhi                                   on 2000/12/28  22:09:25
27782         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
27783              From: Daniel Chetlin <daniel@chetlin.com>
27784              Date: Sun, 24 Dec 2000 04:09:49 -0800
27785              Message-ID: <20001224040949.B3090@darkstar>
27786      Branch: perl
27787            ! gv.c mg.c t/op/attrs.t
27788 ____________________________________________________________________________
27789 [  8235] By: jhi                                   on 2000/12/28  22:07:11
27790         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
27791              From: Jan Dubois <jand@ActiveState.com>
27792              Date: Tue, 26 Dec 2000 20:57:31 -0800
27793              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
27794      Branch: perl
27795            ! win32/win32.c
27796 ____________________________________________________________________________
27797 [  8234] By: jhi                                   on 2000/12/28  21:52:42
27798         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
27799              From: Simon Cozens <simon@cozens.net>
27800              Date: Thu, 28 Dec 2000 20:33:13 +0000
27801              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
27802      Branch: perl
27803            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
27804 ____________________________________________________________________________
27805 [  8233] By: jhi                                   on 2000/12/28  19:40:49
27806         Log: Integrate perlio.
27807      Branch: perl
27808           !> ext/Encode/Makefile.PL ext/Encode/compile
27809 ____________________________________________________________________________
27810 [  8232] By: nick                                  on 2000/12/23  16:06:00
27811         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
27812              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
27813      Branch: perlio
27814            ! ext/Encode/Makefile.PL
27815 ____________________________________________________________________________
27816 [  8231] By: nick                                  on 2000/12/23  14:30:34
27817         Log: "Compiled" encode build cleanup
27818              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
27819              - .c files do not export sub-tables
27820      Branch: perlio
27821            ! ext/Encode/Makefile.PL ext/Encode/compile
27822 ____________________________________________________________________________
27823 [  8230] By: nick                                  on 2000/12/23  12:50:37
27824         Log: Integrate mainline
27825      Branch: perlio
27826           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27827           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27828           !> pod/perl5004delta.pod pod/perl5005delta.pod
27829           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27830           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27831           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27832           !> pod/perlsub.pod
27833 ____________________________________________________________________________
27834 [  8229] By: jhi                                   on 2000/12/22  15:32:12
27835         Log: Integrate perlio.
27836      Branch: perl
27837           +> win32/distclean.bat
27838           !> MANIFEST t/io/utf8.t
27839 ____________________________________________________________________________
27840 [  8228] By: jhi                                   on 2000/12/22  15:29:40
27841         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27842              From: Robin Barker <rmb1@cise.npl.co.uk>
27843              Date: Fri, 22 Dec 2000 12:17:38 GMT
27844              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27845      Branch: perl
27846            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27847            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27848            ! pod/perl5004delta.pod pod/perl5005delta.pod
27849            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27850            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27851            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27852            ! pod/perlsub.pod
27853 ____________________________________________________________________________
27854 [  8227] By: jhi                                   on 2000/12/22  15:24:28
27855         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27856              From: "John L. Allen" <allen@grumman.com>
27857              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
27858              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
27859              
27860              Document APPLLIB_EXP.
27861      Branch: perl
27862            ! INSTALL
27863 ____________________________________________________________________________
27864 [  8226] By: nick                                  on 2000/12/21  22:11:50
27865         Log: Handy script for when one forgets to "dmake clean" 
27866      Branch: perlio
27867            + win32/distclean.bat
27868            ! MANIFEST
27869 ____________________________________________________________________________
27870 [  8225] By: nick                                  on 2000/12/21  21:54:04
27871         Log: CRLF platform issue with io/utf8 fix.
27872      Branch: perlio
27873            ! t/io/utf8.t
27874 ____________________________________________________________________________
27875 [  8224] By: nick                                  on 2000/12/21  21:02:20
27876         Log: Integrate mainline
27877      Branch: perlio
27878           !> Changes Configure Makefile.SH Porting/Glossary
27879           !> Porting/config.sh Porting/config_H configure.com
27880           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
27881           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
27882           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
27883           !> win32/config.bc win32/config.gc win32/config.vc
27884 ____________________________________________________________________________
27885 [  8223] By: jhi                                   on 2000/12/21  17:09:16
27886         Log: Update Changes.
27887      Branch: perl
27888            ! Changes patchlevel.h
27889 ____________________________________________________________________________
27890 [  8222] By: jhi                                   on 2000/12/21  16:24:01
27891         Log: Metaconfig unit changes for #8221.
27892      Branch: metaconfig/U/perl
27893           +> issymlink.U
27894            - testsyml.U
27895            ! Mksymlinks.U
27896 ____________________________________________________________________________
27897 [  8221] By: jhi                                   on 2000/12/21  16:23:48
27898         Log: Rename testsyml to issymlink.
27899      Branch: perl
27900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27901            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
27902            ! win32/config.vc
27903 ____________________________________________________________________________
27904 [  8220] By: jhi                                   on 2000/12/21  15:47:26
27905         Log: Robustness support for #8218 (symlink forest) since the GNU
27906              tools seem to be overly picky about symlinkage depths.
27907      Branch: perl
27908            ! Makefile.SH t/io/fs.t
27909 ____________________________________________________________________________
27910 [  8219] By: jhi                                   on 2000/12/21  15:38:27
27911         Log: Metaconfig changes for #8218.
27912      Branch: metaconfig
27913            ! U/modified/Oldconfig.U
27914      Branch: metaconfig/U/perl
27915            + Mksymlinks.U
27916            ! testsyml.U
27917 ____________________________________________________________________________
27918 [  8218] By: jhi                                   on 2000/12/21  15:37:57
27919         Log: Add Configure option -Dmksymlinks which will create a symlink
27920              forest if the current/build differs from the source directory.
27921              TODO: mkdir -p is not portable.
27922      Branch: perl
27923            ! Configure
27924 ____________________________________________________________________________
27925 [  8217] By: jhi                                   on 2000/12/21  14:39:12
27926         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
27927              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
27928              Date: Thu, 21 Dec 2000 09:38:18 GMT
27929              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
27930              
27931              The ofs became an SV.
27932      Branch: perl
27933            ! ext/Thread/Thread.xs
27934 ____________________________________________________________________________
27935 [  8216] By: jhi                                   on 2000/12/21  05:40:21
27936         Log: The polymorphism seems to have fixed 20000517.001.
27937      Branch: perl
27938            ! t/pragma/utf8.t
27939 ____________________________________________________________________________
27940 [  8215] By: jhi                                   on 2000/12/21  04:44:52
27941         Log: read() documentation tweak for 20001121.004.
27942      Branch: perl
27943            ! pod/perlfunc.pod
27944 ____________________________________________________________________________
27945 [  8214] By: jhi                                   on 2000/12/21  03:54:11
27946         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
27947      Branch: perl
27948            ! pp_sys.c t/op/misc.t
27949 ____________________________________________________________________________
27950 [  8213] By: jhi                                   on 2000/12/21  00:28:10
27951         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
27952              From: Peter Prymmer <pvhp@forte.com>
27953              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
27954              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
27955      Branch: perl
27956            ! configure.com
27957 ____________________________________________________________________________
27958 [  8212] By: jhi                                   on 2000/12/21  00:26:21
27959         Log: Edit edit edit.
27960      Branch: perl
27961            ! pod/perlfaq3.pod
27962 ____________________________________________________________________________
27963 [  8211] By: jhi                                   on 2000/12/20  18:52:46
27964         Log: Update Changes.
27965      Branch: perl
27966            ! Changes patchlevel.h
27967 ____________________________________________________________________________
27968 [  8210] By: jhi                                   on 2000/12/20  18:34:47
27969         Log: Yet another editor edit.
27970      Branch: perl
27971            ! pod/perlfaq3.pod
27972 ____________________________________________________________________________
27973 [  8209] By: jhi                                   on 2000/12/20  15:33:28
27974         Log: More Win32 Perling.
27975      Branch: perl
27976            ! pod/perlfaq3.pod
27977 ____________________________________________________________________________
27978 [  8208] By: jhi                                   on 2000/12/20  15:07:46
27979         Log: More Win32 editor/IDE/shell hints.
27980      Branch: perl
27981            ! pod/perlfaq3.pod
27982 ____________________________________________________________________________
27983 [  8207] By: jhi                                   on 2000/12/20  03:54:08
27984         Log: Subject: [PATCH] obscure timing knowledge
27985              From: Nicholas Clark <nick@ccl4.org>
27986              Date: Tue, 19 Dec 2000 19:22:31 +0000
27987              Message-ID: <20001219192231.F2827@plum.flirble.org>
27988      Branch: perl
27989            ! sv.c
27990 ____________________________________________________________________________
27991 [  8206] By: jhi                                   on 2000/12/20  03:45:57
27992         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
27993              From: Spider Boardman <spider@leggy.zk3.dec.com>
27994              Date: Tue, 19 Dec 2000 21:30:16 -0500
27995              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
27996      Branch: perl
27997            ! sv.c
27998 ____________________________________________________________________________
27999 [  8205] By: jhi                                   on 2000/12/19  23:02:01
28000         Log: Update Changes.
28001      Branch: perl
28002            ! Changes patchlevel.h
28003 ____________________________________________________________________________
28004 [  8204] By: jhi                                   on 2000/12/19  22:58:18
28005         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
28006              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
28007              on editors and diffing/patching.
28008      Branch: perl
28009            ! t/op/utf8decode.t
28010 ____________________________________________________________________________
28011 [  8203] By: nick                                  on 2000/12/19  21:36:16
28012         Log: Integrate mainline (forgot my own change...)
28013      Branch: perlio
28014           !> ext/Encode/compile
28015 ____________________________________________________________________________
28016 [  8202] By: nick                                  on 2000/12/19  21:34:42
28017         Log: Integrate mainline.
28018      Branch: perlio
28019           !> (integrate 61 files)
28020 ____________________________________________________________________________
28021 [  8201] By: nick                                  on 2000/12/19  21:34:06
28022         Log: Avoid looking for File::Glob when we don't need it.
28023      Branch: perl
28024            ! ext/Encode/compile
28025 ____________________________________________________________________________
28026 [  8200] By: jhi                                   on 2000/12/19  18:35:49
28027         Log: Update Changes.
28028      Branch: perl
28029            ! Changes patchlevel.h
28030 ____________________________________________________________________________
28031 [  8199] By: jhi                                   on 2000/12/19  18:35:07
28032         Log: Microperl tweaks.
28033      Branch: perl
28034            ! sv.c uconfig.h uconfig.sh
28035 ____________________________________________________________________________
28036 [  8198] By: jhi                                   on 2000/12/19  18:29:59
28037         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
28038      Branch: perl
28039            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28040            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
28041 ____________________________________________________________________________
28042 [  8197] By: jhi                                   on 2000/12/19  17:55:29
28043         Log: In VMS embedded perls couldn't access the statically built Socket,
28044              from Charles Lane.
28045      Branch: perl
28046            ! configure.com
28047 ____________________________________________________________________________
28048 [  8196] By: jhi                                   on 2000/12/19  17:49:50
28049         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
28050              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
28051              Date: Sun, 17 Dec 2000 19:11:44 -0000
28052              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
28053      Branch: perl
28054            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28055            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
28056 ____________________________________________________________________________
28057 [  8195] By: jhi                                   on 2000/12/19  17:47:53
28058         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
28059              From: Jonathan Stowe <gellyfish@gellyfish.com>
28060              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
28061              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
28062      Branch: perl
28063            ! utils/h2xs.PL
28064 ____________________________________________________________________________
28065 [  8194] By: jhi                                   on 2000/12/19  17:46:28
28066         Log: Subject: Re: useless use of void context work-around
28067              From: andreas.koenig@anima.de (Andreas J. Koenig)
28068              Date: 16 Dec 2000 15:13:36 +0100
28069              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
28070              
28071              Document (comment) the q(di ds ig) trick in the code.
28072      Branch: perl
28073            ! op.c
28074 ____________________________________________________________________________
28075 [  8193] By: jhi                                   on 2000/12/19  17:10:57
28076         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
28077              From: "Mark J. Reed" <mreed@strange.turner.com>
28078              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
28079              Message-Id: <200012160222.VAA13986@strange.turner.com>
28080      Branch: perl
28081            ! ext/Sys/Syslog/Syslog.pm
28082 ____________________________________________________________________________
28083 [  8192] By: jhi                                   on 2000/12/19  17:07:45
28084         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
28085              From: Nicholas Clark <nick@ccl4.org>
28086              Date: Sat, 16 Dec 2000 19:03:13 +0000
28087              Message-ID: <20001216190313.D68304@plum.flirble.org>
28088      Branch: perl
28089            ! t/op/64bitint.t
28090 ____________________________________________________________________________
28091 [  8191] By: jhi                                   on 2000/12/19  17:06:13
28092         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
28093              From: Dominic Dunlop <domo@computer.org>
28094              Date: Mon, 18 Dec 2000 12:00:15 +0100
28095              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
28096              
28097              This patchlet is needed in order that perl can be statically linked.  
28098      Branch: perl
28099            ! regexec.c
28100 ____________________________________________________________________________
28101 [  8190] By: jhi                                   on 2000/12/19  17:03:08
28102         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
28103              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28104              Date: Sun, 17 Dec 2000 00:18:35 -0600
28105              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
28106      Branch: perl
28107            ! perlio.h vms/gen_shrfls.pl
28108 ____________________________________________________________________________
28109 [  8189] By: jhi                                   on 2000/12/19  16:20:28
28110         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28111              From: Prymmer/Kahn <pvhp@best.com>
28112              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
28113              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
28114              
28115              A better version of #8188.
28116      Branch: perl
28117            ! pod/perlfaq3.pod
28118 ____________________________________________________________________________
28119 [  8188] By: jhi                                   on 2000/12/19  15:57:06
28120         Log: (Replaced by #8189)
28121              
28122              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28123              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
28124              From: Prymmer/Kahn <pvhp@best.com>
28125              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
28126              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28127              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
28128              Date: Mon, 18 Dec 2000 11:10:45 -0500
28129              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
28130      Branch: perl
28131            ! pod/perlfaq3.pod
28132 ____________________________________________________________________________
28133 [  8187] By: jhi                                   on 2000/12/19  15:54:19
28134         Log: Email address fix for Anton Berezin.
28135      Branch: perl
28136            ! AUTHORS
28137 ____________________________________________________________________________
28138 [  8186] By: jhi                                   on 2000/12/19  15:38:54
28139         Log: Subject: [PATCH perl@8102] cygwin port
28140              From: "Eric Fifer" <efifer@dircon.co.uk> 
28141              Date: Thu, 14 Dec 2000 13:41:29 -0000
28142              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
28143              
28144              When compiling modules the data item that is being imported
28145              from libperl.dll needs to be tagged as imported/shared data:
28146              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
28147      Branch: perl
28148            ! perliol.h
28149 ____________________________________________________________________________
28150 [  8185] By: jhi                                   on 2000/12/19  14:53:24
28151         Log: Regen uconfig.h and uconfig.sh.
28152      Branch: perl
28153            ! uconfig.h uconfig.sh
28154 ____________________________________________________________________________
28155 [  8184] By: jhi                                   on 2000/12/18  20:43:49
28156         Log: Comments work so much better when they are closed.
28157      Branch: perl
28158            ! regcomp.c
28159 ____________________________________________________________________________
28160 [  8183] By: jhi                                   on 2000/12/18  18:04:02
28161         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
28162              Fixes the bug 20001218.016.
28163      Branch: perl
28164            ! regcomp.c
28165 ____________________________________________________________________________
28166 [  8182] By: gsar                                  on 2000/12/18  09:53:47
28167         Log: delete spurious files
28168      Branch: maint-5.6/perl
28169            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
28170            - vos/config.h vos/config_h.SH_orig
28171 ____________________________________________________________________________
28172 [  8181] By: gsar                                  on 2000/12/18  09:46:08
28173         Log: regen perltoc
28174      Branch: maint-5.6/perl
28175            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
28176 ____________________________________________________________________________
28177 [  8180] By: gsar                                  on 2000/12/18  09:20:27
28178         Log: integrate changes#7924..7926,7946,7952 from mainline
28179      Branch: maint-5.6/perl
28180           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
28181           !> lib/File/stat.pm t/lib/class-struct.t
28182 ____________________________________________________________________________
28183 [  8179] By: gsar                                  on 2000/12/18  08:55:54
28184         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
28185              7918,7919,7988,8907 from mainline (various)
28186      Branch: maint-5.6/perl
28187           +> t/lib/class-struct.t
28188           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
28189           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
28190           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
28191 ____________________________________________________________________________
28192 [  8178] By: gsar                                  on 2000/12/18  08:16:30
28193         Log: avoid redefinition warnings on windows due to sys/socket.h getting
28194              #included before win32.h
28195      Branch: maint-5.6/perl
28196            ! win32/include/sys/socket.h
28197 ____________________________________________________________________________
28198 [  8177] By: gsar                                  on 2000/12/18  05:24:04
28199         Log: make regen_headers; fix POSIX.xs problems; remove outdated
28200              code from sys/socket.h that makes build fail now
28201      Branch: maint-5.6/perl
28202            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
28203            ! pod/perlapi.pod
28204           !> win32/include/sys/socket.h
28205 ____________________________________________________________________________
28206 [  8176] By: gsar                                  on 2000/12/18  05:20:17
28207         Log: update Changes
28208      Branch: maint-5.6/perl
28209            ! Changes patchlevel.h
28210 ____________________________________________________________________________
28211 [  8175] By: gsar                                  on 2000/12/18  04:57:48
28212         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
28213              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
28214              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
28215              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
28216              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
28217              7823,7825,7838
28218      Branch: maint-5.6/perl
28219           +> lib/File/Spec/Epoc.pm
28220           !> (integrate 88 files)
28221 ____________________________________________________________________________
28222 [  8174] By: gsar                                  on 2000/12/18  03:53:09
28223         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
28224              7625..7629,7631..7634,7637,7639,7642 from mainline
28225      Branch: maint-5.6/perl
28226           +> README.solaris
28227           !> (integrate 26 files)
28228 ____________________________________________________________________________
28229 [  8173] By: gsar                                  on 2000/12/18  03:37:02
28230         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
28231              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
28232              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
28233              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
28234      Branch: maint-5.6/perl
28235           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
28236            - MAINTAIN
28237           !> (integrate 111 files)
28238 ____________________________________________________________________________
28239 [  8172] By: jhi                                   on 2000/12/18  02:49:27
28240         Log: Regen pods.
28241      Branch: perl
28242            ! pod/perlmodlib.pod pod/perltoc.pod
28243 ____________________________________________________________________________
28244 [  8171] By: gsar                                  on 2000/12/18  02:49:24
28245         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
28246              7465..7471 from mainline
28247              
28248              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
28249              in platforms that strictly require all the symbols being present
28250              at link time.
28251              
28252              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
28253              
28254              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
28255              
28256              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
28257              
28258              Subject: [PATCH] todo
28259              
28260              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28261              
28262              Use $sort, $uniq (and $tr) consistently as wondered
28263              by Nicholas Clark.
28264              
28265              Too enthusiastic editing in #7460.
28266              
28267              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28268              
28269              Upgrade to CPAN 1.58_55.
28270              Subject: CPAN.pm status
28271              
28272              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28273              
28274              Make target reordering to avoid pointless re-makes.
28275              Subject: Re: Total re-make of 'make okfile' after 7451 ?
28276              
28277              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
28278              
28279              Subject: DOC PATCH 5.6.0
28280              
28281              Add the repository doc by Malcolm, Sarathy, and by Simon,
28282              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
28283      Branch: maint-5.6/perl
28284           +> Porting/repository.pod
28285           !> Configure MANIFEST Makefile.SH README.dos README.os2
28286           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
28287           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
28288           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
28289 ____________________________________________________________________________
28290 [  8169] By: gsar                                  on 2000/12/18  02:33:34
28291         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
28292              7435..7441,7445 from mainline
28293              
28294              Make the UTF-8 decoding stricter and more verbose when
28295              malformation happens.  This involved adding an argument
28296              to utf8_to_uv_chk(), which involved changing its prototype,
28297              and prefer STRLEN over I32 for the UTF-8 length, which as
28298              a domino effect necessitated changing the prototypes of
28299              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
28300              The stricter UTF-8 decoding checking uses Markus Kuhn's
28301              UTF-8 Decode Stress Tester from
28302              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
28303              
28304              Run vms/vms_yfix.pl, should have done that after changing
28305              perly.c in #7382.
28306              
28307              Subject: [PATCH 5.7.0] static linking with uninstalled perl
28308              
28309              (Replaced by #7440.)
28310              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28311              
28312              Fix the bug ID 20001024.005, the bug introduced by #7416.
28313              
28314              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
28315              
28316              Fix the bug reported in
28317              From: andreas.koenig@anima.de (Andreas J. Koenig)
28318              Also make is_utf8_char() stricter.
28319              
28320              Missed the header file changes from #7425.
28321              
28322              Check if stdio supports tweaking lval and cnt simultaneously.
28323              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28324              
28325              Stratus VOS updates from Paul Green.
28326              
28327              Podify README.epoc and README.vos.
28328              
28329              Add targets to Makefile.SH, most importantly
28330              'regen_all' which also remembers to update vms/perly*.
28331              
28332              Subject: Minor update to find2perl, for portability
28333              
28334              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28335              
28336              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28337              
28338              Rename UTF8LEN() to be UNISKIP(), too confusing to have
28339              UTF8LEN() and UTF8SKIP(). 
28340              
28341              Allow poking holes at the UTF-8 decoding strictness.
28342              
28343              Continue the internal UTF-8 API tweaking.
28344              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28345              used much more than the simpler API, now called utf8_to_uv_simple().
28346              Still not quite happy with API, too much partial duplication
28347              of functionality.
28348              
28349              A new version of making the syslog test more robust.
28350              (Replaces #7421.)
28351              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28352              
28353              buildtoc target tweaks.
28354              
28355              Integrate with vmsperl #7430 by Charles Bailey:
28356              
28357              Cleanup from prior patch (Charles Lane?):
28358              - improve handling of MFDs in Basename and Path
28359              - default to no xsubpp line # munging when building debug images
28360      Branch: maint-5.6/perl
28361           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28362           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
28363           !> (integrate 67 files)
28364 ____________________________________________________________________________
28365 [  8168] By: gsar                                  on 2000/12/18  02:05:49
28366         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
28367              
28368              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
28369              From: Martin Husemann <martin@duskware.de>
28370              
28371              Subject: [PATCH 5.7.0] restore match data on backtracing
28372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28373      Branch: maint-5.6/perl
28374           !> regcomp.c regexec.c t/op/re_tests
28375 ____________________________________________________________________________
28376 [  8167] By: gsar                                  on 2000/12/18  01:55:22
28377         Log: integrate changes#7858,7986 from mainline
28378              
28379              C<foreach my $x ...> in pseudo-fork()ed process may diddle
28380              parent's memory; fix it by keeping track of the actual pad
28381              offset rather than a raw pointer (this change is probably also
28382              relevant to non-ithreads case to avoid fallout from reallocs of
28383              the pad array, but is currently only enabled for the ithreads
28384              case in the interests of minimal disruption to existing "well
28385              tested" code)
28386              
28387              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28388              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28389              tickles)
28390      Branch: maint-5.6/perl
28391           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
28392           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
28393           !> win32/win32.c win32/win32.h win32/win32sck.c
28394 ____________________________________________________________________________
28395 [  8166] By: gsar                                  on 2000/12/18  01:52:59
28396         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
28397              from mainline (xsubpp and ExtUtils::LibList fixups, various
28398              other small items)
28399      Branch: maint-5.6/perl
28400           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
28401           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
28402           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
28403           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
28404           !> win32/bin/search.pl
28405 ____________________________________________________________________________
28406 [  8165] By: gsar                                  on 2000/12/18  01:28:45
28407         Log: integrate changes#7533,7563,7611,7623 from mainline (various
28408              malloc.c embellishments)
28409      Branch: maint-5.6/perl
28410           !> malloc.c pod/perldiag.pod
28411 ____________________________________________________________________________
28412 [  8164] By: gsar                                  on 2000/12/18  01:23:33
28413         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
28414              fixups)
28415      Branch: maint-5.6/perl
28416           !> utils/h2xs.PL
28417 ____________________________________________________________________________
28418 [  8163] By: gsar                                  on 2000/12/18  01:17:50
28419         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
28420              fixups)
28421      Branch: maint-5.6/perl
28422           !> Makefile.SH utils/perlbug.PL
28423 ____________________________________________________________________________
28424 [  8162] By: gsar                                  on 2000/12/18  00:25:43
28425         Log: always export Perl_deb() (it is required by re.xs whether
28426              Perl is built with or without -DDEBUGGING)
28427      Branch: maint-5.6/perl
28428            ! makedef.pl
28429 ____________________________________________________________________________
28430 [  8161] By: gsar                                  on 2000/12/18  00:23:38
28431         Log: integrate change#7414 from mainline
28432              
28433              Undo the basename() part of #7412 since the lib/basename
28434              tests would need upgrading too.
28435              
28436              squelch two tests in tr.t that rely on tr/// paranoia change
28437              that's not in 5.6.x
28438      Branch: maint-5.6/perl
28439            ! t/op/tr.t
28440           !> lib/File/Basename.pm
28441 ____________________________________________________________________________
28442 [  8160] By: gsar                                  on 2000/12/18  00:05:30
28443         Log: missing change in previous integrate
28444      Branch: maint-5.6/perl
28445           !> README.aix
28446 ____________________________________________________________________________
28447 [  8159] By: gsar                                  on 2000/12/18  00:03:38
28448         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
28449              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
28450              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
28451              7410..7413 from mainline
28452      Branch: maint-5.6/perl
28453           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
28454           +> t/lib/tie-splice.t
28455            - lib/unicode/Is/DCinital.pl
28456           !> (integrate 112 files)
28457 ____________________________________________________________________________
28458 [  8158] By: jhi                                   on 2000/12/17  23:04:24
28459         Log: Subject: [PATCHES] RE: perl@8150 
28460              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28461              Date: Sun, 17 Dec 2000 21:46:39 +0100
28462              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
28463              
28464              Neither cygwin has a getpwuid() one can trust on.
28465      Branch: perl
28466            ! t/lib/glob-basic.t
28467 ____________________________________________________________________________
28468 [  8157] By: jhi                                   on 2000/12/17  23:01:54
28469         Log: More MAN.PODS => {} fixes.
28470      Branch: perl
28471            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
28472            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
28473            ! os2/OS2/REXX/Makefile.PL
28474 ____________________________________________________________________________
28475 [  8156] By: gsar                                  on 2000/12/17  22:49:13
28476         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
28477              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
28478              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
28479              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
28480              7201,7204 from mainline
28481      Branch: maint-5.6/perl
28482           !> (integrate 121 files)
28483 ____________________________________________________________________________
28484 [  8155] By: jhi                                   on 2000/12/17  22:30:58
28485         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
28486              From: "Craig A. Berry" <craigberry@mac.com>
28487              Date: Sun, 17 Dec 2000 13:09:28 -0600
28488              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
28489              
28490              MAN.PODS => ' ' is naughty.
28491      Branch: perl
28492            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
28493 ____________________________________________________________________________
28494 [  8154] By: nick                                  on 2000/12/17  22:07:13
28495         Log: MULTIPLICITY nit.
28496      Branch: perl
28497            ! mg.c
28498 ____________________________________________________________________________
28499 [  8153] By: gsar                                  on 2000/12/17  21:23:05
28500         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
28501              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
28502              from mainline
28503              
28504              Document the SvIOK_.*UV().
28505              
28506              Update Unicode todo list.
28507              
28508              Guard against bad string->int conversion for quads.
28509              
28510              Subject: small apidoc fix
28511              
28512              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28513              
28514              Subject: [PATCH] Tied filehandle documentation
28515              
28516              Subject: [PATCH] Modernize Opcode.pm documentation
28517              
28518              Make Data::Dumper (non-XS) to work with changed semantics of ref().
28519              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28520              [applied even though said semantics didn't change in 5.6.x]
28521              
28522              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28523              
28524              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28525              
28526              Fix the URL, but the server is still missing in action.
28527              Subject: [ID 20000905.002] perlfaq1.pod URL error
28528              
28529              Subject: [ID 20000903.001] \w in utf8-strings
28530              
28531              Fix the ccversion detection for 5.1 and beyond.
28532              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28533              
28534              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28535              
28536              Subject: [ID 20000904.008] Tiny fix for perldiag
28537              
28538              Subject: Re: [ID 20000906.004] segfault with bad perl statement
28539              
28540              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28541              
28542              Subject: [ID 20000908.002] perlipc documentation bug.
28543              
28544              Subject: [PATCH lib/Benchmark.pm]
28545              
28546              Re-allow vec() for characters > 255.
28547              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28548              
28549              Do away with memory models cruft.  Sorry, PDP users.
28550              
28551              Continue #7041.
28552              
28553              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28554              
28555              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28556              
28557              Upgrade to CPAN 1.57_65, from Andreas König.
28558              
28559              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28560              by Russ Allbery.
28561              
28562              Silence t/pod/*.t about alternate quote-mappings now implemented
28563              by Pod::Text, from Brad Appleton.
28564              
28565              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28566              Subject: borland C++ win32.c tweak
28567              
28568              C<@a = @b = split(...)> optimization coredumps under ithreads
28569              (missed a spot when fixing up op_pmreplroot hack for ithreads)
28570              
28571              Document the SvUTF8*().
28572              
28573              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28574              
28575              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28576              
28577              Do in VMS as the #7054 does.
28578              
28579              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28580              
28581              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28582              
28583              Subject: [patch: perl@7045] vms updates
28584              
28585              Test for the #7049.
28586              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28587              
28588              Break up the myconfig lines a bit.
28589              Subject: perlbug/perl -V output format
28590              
28591              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28592              
28593              The #7054 truncated Configure badly.
28594              
28595              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28596              initialization in all the threads on Windows
28597              
28598              Allow for whitespace between "#" and "line" in cpp output.
28599              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28600              
28601              Remove vestiges of tr//CU.
28602              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28603              
28604              The return value of setlocale must be copied away.
28605              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28606              
28607              Allow chop() and chomp() to be overridden.
28608              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28609              
28610              Hints optimization.
28611              Subject: Minor nit
28612              
28613              Subject: [PATCH] de-wall t/README
28614              
28615              Subject: Re: Two advertising clauses need to be removed
28616      Branch: maint-5.6/perl
28617           !> (integrate 75 files)
28618 ____________________________________________________________________________
28619 [  8152] By: gsar                                  on 2000/12/17  20:30:11
28620         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
28621              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
28622              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
28623              
28624              Don't attach -ld to the archname if pointless.
28625              
28626              Document UNTIE in a very minimalistic way.
28627              
28628              POSIX doesn't report long double values under -Duselongdouble
28629              when the long doubles are "real" (bigger than doubles).
28630              
28631              More author updates.
28632              
28633              Try to deduce NV_MAX.  Really should be Configure fodder.
28634              
28635              :: not allowed in pathnames, change to .
28636              Subject: [PATCH perl@6938] cygwin port
28637              
28638              Forget about NV_MAX (#6951).  Various floating point tweaks,
28639              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
28640              
28641              Move the Solaris 7 scan to use64bitall, make the
28642              failure to find 64-bot sparc libc to mention the
28643              possibility of being in an intel, from Lupe and Alan.
28644              
28645              Regen perltoc.
28646              
28647              AUTHORS tweaks, from Peter Prymmer.
28648              
28649              More address tweaking.
28650              
28651              Small tweaks all over.
28652              
28653              File::Temp patches from Andreas König,
28654              
28655              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28656              
28657              Subject: CPAN.pm beta 1.57_57 for the core
28658              
28659              Part of the solution.
28660              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28661              
28662              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28663              
28664              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28665              
28666              Add the overload warnings to perldiag.
28667              
28668              Drop unused argument.
28669              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
28670              
28671              Subject: Nit in Configure (bleadperl@6961)
28672              
28673              Update to PodParser 1.18, from Brad Appleton.
28674              
28675              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
28676              
28677              Subject: [PATCH: 6948] add SCNfldbl to configure.com
28678              
28679              Document UNTIE. Also tweak implementation to suppress the 'inner references'
28680              warning when UNTIE exists and instead pass the cound of extra references to
28681              the UNTIE method.
28682              
28683              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28684              so that case-ignoring systems like DCL can tell them from
28685              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
28686              
28687              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28688              
28689              Feature ordering tweak.
28690              
28691              Regen perltoc.
28692              
28693              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
28694              
28695              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28696              
28697              Subject: http:// in L<>
28698              
28699              Detypo.
28700              
28701              change#6791 accidentally clobbered change#6710, put it back
28702              
28703              Only the first line, thank you very much.
28704              
28705              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28706              plus rework the http: spots as suggested by Tom Christiansen,
28707              plus regen perltoc.
28708              
28709              Undo part of change 6489 which looks like a bulk edit which
28710              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28711              The supressing of main:: on return from select() is undesirable.
28712              
28713              Apparently avoiding the swapping is too costly.
28714              
28715              Various Configure nits by Philip Newton,
28716              plus the ebcdic one by me.
28717              
28718              Make certain cc is set before trying to run it.
28719              
28720              If overloaded %{} etc. return the object do not loop.
28721              Thus  sub deref { $_[0] } functions if object is wanted type.
28722              
28723              Update perlhist.
28724              
28725              More %{} and other deref special casing - do not pass to 'nomethod'.
28726      Branch: maint-5.6/perl
28727           !> (integrate 59 files)
28728 ____________________________________________________________________________
28729 [  8151] By: gsar                                  on 2000/12/17  19:14:38
28730         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
28731              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
28732              
28733              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28734              
28735              Make the epsilon to be relative, not absolute.
28736              
28737              Put back the flags dump as reasoned in
28738              Subject: Re: [PATCH] Glob dumping
28739              
28740              Introduce ccname to keep track of what compiler kind of we have.
28741              
28742              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
28743              
28744              Put back the slice accidentally removed by #6907.
28745              
28746              Reset archname and archname64 always, forcing them be
28747              recomputed at each Configure run, make Configure and
28748              the hints files agree on the naming of largefiles variables.
28749              
28750              Don't say "Perl 5.0 source kit".
28751              
28752              Subject: [PATCH] fix misc cast warnings
28753              
28754              Subject: typos in pods
28755              
28756              NVs not necessarily doubles, as pointed out by Yitzchak.
28757              
28758              Subject: [PATCH 6889] add a few ldbl formats to configure.com
28759              
28760              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28761              
28762              Better options for rsync.
28763              
28764              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28765              
28766              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28767              
28768              Subject: [PATCH] Re: UNTIE method 
28769              
28770              A better fix for the Socket building problem from Craig Berry.
28771              
28772              Retract the dummy test, skip the security tests (instead of failing),
28773              explain what the warnings mean.
28774              
28775              Heap decorruption.
28776              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28777              
28778              Update to Unicode 3.0.1.
28779              
28780              Missed one Unicode file.
28781              
28782              Subject: Re: typos in pods
28783              
28784              The #6929 was too skimpy.
28785              
28786              sscanf() may be the only way to read long doubles from strings.
28787              
28788              Reveal Borland's isnan.
28789              Subject: build with BC++ tweak
28790              
28791              Issue useful diagnostic on unknown pod commands.
28792              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28793              
28794              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28795              
28796              Clarify the third case of ftmp-security warnings.
28797              
28798              Make -Dusemorebits find long doubles in Solaris.
28799              
28800              Wrap the test in eval.
28801      Branch: maint-5.6/perl
28802           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28803           +> lib/unicode/PropList.txt lib/unicode/README.perl
28804           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28805           +> lib/unicode/Unicode.301 vms/vmspipe.com
28806            - lib/unicode/Props.txt lib/unicode/UCD300.html
28807            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28808           !> (integrate 305 files)
28809 ____________________________________________________________________________
28810 [  8150] By: jhi                                   on 2000/12/17  18:47:57
28811         Log: Uncheckedin generated files.
28812      Branch: perl
28813            ! global.sym perlapi.c pod/perlapi.pod
28814 ____________________________________________________________________________
28815 [  8149] By: jhi                                   on 2000/12/17  18:41:22
28816         Log: Update Changes.
28817      Branch: perl
28818            ! Changes patchlevel.h
28819 ____________________________________________________________________________
28820 [  8148] By: jhi                                   on 2000/12/17  18:39:16
28821         Log: Subject: [PATCH] Fcntl constants speedup
28822              From: Nicholas Clark <nick@ccl4.org>
28823              Date: Sun, 17 Dec 2000 16:29:24 +0000
28824              Message-ID: <20001217162924.E97668@plum.flirble.org>
28825              
28826              Use IVs for the Fcntl constants instead of NVs.
28827      Branch: perl
28828            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
28829 ____________________________________________________________________________
28830 [  8147] By: jhi                                   on 2000/12/17  18:33:41
28831         Log: Add test for #8145 (binmode() warning), add warning for
28832              ioctl() and sockpair(), document them. (fileno() cannot
28833              be tripwired with the same kind of warning because
28834              'defined fileno($foo)' seems to be an idiom.)
28835      Branch: perl
28836            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
28837 ____________________________________________________________________________
28838 [  8146] By: gsar                                  on 2000/12/17  18:09:08
28839         Log: update Changes
28840      Branch: maint-5.6/perl
28841            ! Changes
28842 ____________________________________________________________________________
28843 [  8145] By: jhi                                   on 2000/12/17  17:39:35
28844         Log: Subject: [PATCH] Re: The long awaited feature ...
28845              From: Simon Cozens <simon@cozens.net>
28846              Date: Sun, 17 Dec 2000 12:31:56 +0000
28847              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
28848              
28849              Add a warning to binmode() about using bad filehandles
28850              (can happen e.g. if someone forgets the filehandle argument)
28851      Branch: perl
28852            ! pp_sys.c
28853 ____________________________________________________________________________
28854 [  8144] By: jhi                                   on 2000/12/17  17:33:48
28855         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28856              From: Jonathan Stowe <gellyfish@gellyfish.com>
28857              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
28858              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
28859      Branch: perl
28860            ! lib/Net/Ping.pm
28861 ____________________________________________________________________________
28862 [  8143] By: jhi                                   on 2000/12/17  05:31:37
28863         Log: Polymorphic regexps.
28864              
28865              Fixes at least the bugs 20001028.003 (both of them...) and
28866              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
28867              also to be fixed by now, probably already before this patch.
28868      Branch: perl
28869            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
28870            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
28871            ! t/op/utf8decode.t t/pragma/utf8.t
28872 ____________________________________________________________________________
28873 [  8142] By: jhi                                   on 2000/12/16  17:16:05
28874         Log: Subject: [patch perl@8102] dos/djgpp update
28875              From: Laszlo Molnar <ml1050@freemail.hu>
28876              Date: Sat, 16 Dec 2000 01:40:52 +0100
28877              Message-ID: <20001216014052.A335@freemail.hu>
28878      Branch: perl
28879            ! djgpp/config.over t/base/commonsense.t
28880 ____________________________________________________________________________
28881 [  8141] By: jhi                                   on 2000/12/16  17:09:27
28882         Log: Few uncheckedin files.
28883      Branch: perl
28884            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
28885 ____________________________________________________________________________
28886 [  8140] By: nick                                  on 2000/12/15  22:14:31
28887         Log: Integrate mainline
28888      Branch: perlio
28889           !> (integrate 53 files)
28890 ____________________________________________________________________________
28891 [  8139] By: jhi                                   on 2000/12/15  19:49:49
28892         Log: One more IVUV tweak from Nicholas Clark.
28893      Branch: perl
28894            ! sv.c
28895 ____________________________________________________________________________
28896 [  8138] By: jhi                                   on 2000/12/15  19:17:06
28897         Log: Return of the IVUV-preservation, now seems to be happy even
28898              in Digital UNIX (the broken strtoul brokenness detection
28899              seems to have been the fly in the ointment).
28900      Branch: perl
28901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28902            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
28903            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
28904            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
28905            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28906            ! vos/config.ga.h win32/config.bc win32/config.gc
28907            ! win32/config.vc
28908 ____________________________________________________________________________
28909 [  8137] By: jhi                                   on 2000/12/15  18:12:14
28910         Log: Metaconfig unit change for #8136.
28911      Branch: metaconfig
28912            ! U/modified/d_strtoul.U
28913      Branch: metaconfig/U/perl
28914            ! d_strtoull.U d_strtouq.U
28915 ____________________________________________________________________________
28916 [  8136] By: jhi                                   on 2000/12/15  18:11:35
28917         Log: I don't think it's sensible or portable to test the strtou*
28918              on /^-/ strings.
28919      Branch: perl
28920            ! Configure
28921 ____________________________________________________________________________
28922 [  8135] By: jhi                                   on 2000/12/15  17:18:49
28923         Log: Metaconfig unit change for #8134.
28924      Branch: metaconfig
28925            ! U/modified/d_strtoul.U
28926 ____________________________________________________________________________
28927 [  8134] By: jhi                                   on 2000/12/15  17:14:13
28928         Log: If longsize is 8 we don't need a LL suffix for integer constants.
28929      Branch: perl
28930            ! Configure config_h.SH
28931 ____________________________________________________________________________
28932 [  8133] By: jhi                                   on 2000/12/15  16:00:23
28933         Log: Update Changes.
28934      Branch: perl
28935            ! Changes patchlevel.h
28936 ____________________________________________________________________________
28937 [  8132] By: jhi                                   on 2000/12/15  15:44:16
28938         Log: Some compilers get huffy if you do not cast a const pointer
28939              to a non-const when assigning.
28940      Branch: perl
28941            ! gv.c
28942 ____________________________________________________________________________
28943 [  8131] By: jhi                                   on 2000/12/15  15:38:30
28944         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
28945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28946              Date: Fri, 15 Dec 2000 05:26:57 -0500
28947              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
28948      Branch: perl
28949            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
28950            ! t/pragma/overload.t
28951 ____________________________________________________________________________
28952 [  8130] By: jhi                                   on 2000/12/15  15:36:08
28953         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
28954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28955              Date: Thu, 14 Dec 2000 22:02:43 -0500
28956              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
28957      Branch: perl
28958            ! gv.c perl.h
28959 ____________________________________________________________________________
28960 [  8129] By: jhi                                   on 2000/12/15  15:34:16
28961         Log: Subject: PATCH: h2xs nit
28962              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28963              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
28964              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
28965              
28966              Add a template README.
28967      Branch: perl
28968            ! utils/h2xs.PL
28969 ____________________________________________________________________________
28970 [  8128] By: jhi                                   on 2000/12/15  15:32:22
28971         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
28972      Branch: perl
28973            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28974 ____________________________________________________________________________
28975 [  8127] By: jhi                                   on 2000/12/15  15:19:34
28976         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
28977              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28978              Date:     Thu, 14 Dec 2000 20:04:42 EST
28979              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
28980      Branch: perl
28981            ! ext/Opcode/Opcode.xs
28982 ____________________________________________________________________________
28983 [  8126] By: jhi                                   on 2000/12/15  15:17:49
28984         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
28985              From: Peter Prymmer <pvhp@forte.com>
28986              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
28987              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
28988      Branch: perl
28989            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
28990            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
28991            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
28992 ____________________________________________________________________________
28993 [  8125] By: jhi                                   on 2000/12/15  15:11:05
28994         Log: This seems to be a stage sane and stable enough to checkin.
28995              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
28996      Branch: perl
28997            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
28998            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
28999            ! t/op/cmp.t t/op/numconvert.t
29000 ____________________________________________________________________________
29001 [  8124] By: jhi                                   on 2000/12/15  04:20:26
29002         Log: Something is really wonky.
29003      Branch: perl
29004            ! sv.c
29005 ____________________________________________________________________________
29006 [  8123] By: jhi                                   on 2000/12/15  04:00:50
29007         Log: Fixes for the IV UV patches to compile in Digital UNIX.
29008      Branch: perl
29009            ! sv.c
29010 ____________________________________________________________________________
29011 [  8122] By: jhi                                   on 2000/12/15  02:53:40
29012         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29013              From: "Craig A. Berry" <craigberry@mac.com>
29014              Date: Thu, 14 Dec 2000 19:10:49 -0600
29015              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
29016      Branch: perl
29017            ! vms/vms.c
29018 ____________________________________________________________________________
29019 [  8121] By: jhi                                   on 2000/12/15  02:50:00
29020         Log: Metaconfig changes for #8120.
29021      Branch: metaconfig
29022            + U/modified/d_strtoul.U
29023      Branch: metaconfig/U/perl
29024            ! d_strtoull.U d_strtouq.U
29025 ____________________________________________________________________________
29026 [  8120] By: jhi                                   on 2000/12/15  02:49:42
29027         Log: From: Nicholas Clark <nick@ccl4.org> 
29028              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
29029              Date: Thu, 14 Dec 2000 18:38:57 +0000
29030              Message-ID: <20001214183857.B97909@plum.flirble.org>
29031      Branch: perl
29032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29033            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
29034            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29035            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29036            ! win32/config.gc win32/config.vc
29037 ____________________________________________________________________________
29038 [  8119] By: jhi                                   on 2000/12/14  23:40:58
29039         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
29040              From: Nicholas Clark <nick@ccl4.org>
29041              Date: Wed, 13 Dec 2000 20:08:50 +0000
29042              Message-ID: <20001213200849.B71166@plum.flirble.org>
29043      Branch: perl
29044            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
29045            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
29046 ____________________________________________________________________________
29047 [  8118] By: jhi                                   on 2000/12/14  22:46:26
29048         Log: Integrate perlio.
29049      Branch: perl
29050           !> MANIFEST ext/Encode/compile makedef.pl
29051 ____________________________________________________________________________
29052 [  8117] By: nick                                  on 2000/12/14  22:38:53
29053         Log: Win32 tweaks to get Encode to build
29054              - temp hack to makedef.pl till PerlIO is properly "exported".
29055              - MSVC dislikes  
29056              static encpage_t foo[];
29057              so make 'em extern for now.
29058      Branch: perlio
29059            ! ext/Encode/compile makedef.pl
29060 ____________________________________________________________________________
29061 [  8116] By: nick                                  on 2000/12/14  22:00:53
29062         Log: Document the new files
29063      Branch: perlio
29064            ! MANIFEST
29065 ____________________________________________________________________________
29066 [  8115] By: jhi                                   on 2000/12/14  21:58:01
29067         Log: MANIFEST new files of #8114.
29068      Branch: perl
29069            ! MANIFEST
29070 ____________________________________________________________________________
29071 [  8114] By: jhi                                   on 2000/12/14  21:50:49
29072         Log: Integrate perlio.
29073      Branch: perl
29074           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29075           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29076           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29077           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29078           !> ext/Encode/Makefile.PL
29079 ____________________________________________________________________________
29080 [  8113] By: jhi                                   on 2000/12/14  21:48:49
29081         Log: The documentation part of the
29082              
29083              Subject: [ID 20001214.002] Net::Ping patch
29084              From: Jonathan Stowe <gellyfish@gellyfish.com>
29085              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
29086              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
29087              since the #7529 had already addressed the same problem.
29088      Branch: perl
29089            ! lib/Net/Ping.pm
29090 ____________________________________________________________________________
29091 [  8112] By: jhi                                   on 2000/12/14  21:42:57
29092         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29093              From: Dominic Dunlop <domo@computer.org>
29094              Date: Tue, 12 Dec 2000 10:47:10 +0100
29095              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
29096              
29097              Document how elusive subroutines can be.
29098      Branch: perl
29099            ! pod/perlfunc.pod
29100 ____________________________________________________________________________
29101 [  8111] By: jhi                                   on 2000/12/14  21:38:05
29102         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29103              From: Dominic Dunlop <domo@computer.org>
29104              Date: Thu, 14 Dec 2000 10:13:51 +0100
29105              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
29106      Branch: perl
29107            ! ext/POSIX/POSIX.pod
29108 ____________________________________________________________________________
29109 [  8110] By: jhi                                   on 2000/12/14  21:36:32
29110         Log: Subject: [patch] perlfaq7
29111              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29112              Date: Thu, 14 Dec 2000 15:31:07 +0100
29113              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
29114      Branch: perl
29115            ! pod/perlfaq7.pod
29116 ____________________________________________________________________________
29117 [  8109] By: jhi                                   on 2000/12/14  21:29:20
29118         Log: Subject: [8104] Encode
29119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29120              Date: Thu, 14 Dec 2000 14:49:34 +0100
29121              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
29122              
29123              Type casting for nervous compilers.
29124      Branch: perl
29125            ! ext/Encode/Encode.xs
29126 ____________________________________________________________________________
29127 [  8108] By: jhi                                   on 2000/12/14  21:26:17
29128         Log: Subject: [8104] DB_File
29129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29130              Date: Thu, 14 Dec 2000 14:49:35 +0100
29131              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
29132              
29133              Type definition incorrect for DB 2.7.7.  Not known when it
29134              changed, so only changed it for a known revision.
29135      Branch: perl
29136            ! ext/DB_File/DB_File.xs
29137 ____________________________________________________________________________
29138 [  8107] By: jhi                                   on 2000/12/14  21:23:41
29139         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
29140              From: Peter Prymmer <pvhp@forte.com>
29141              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
29142              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
29143              
29144              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
29145      Branch: perl
29146            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
29147            ! ext/Encode/Encode/posix-bc.enc
29148 ____________________________________________________________________________
29149 [  8106] By: nick                                  on 2000/12/14  20:36:13
29150         Log: "Cold" build correction to Encode's Makefile.PL
29151      Branch: perlio
29152            ! ext/Encode/Makefile.PL
29153 ____________________________________________________________________________
29154 [  8105] By: nick                                  on 2000/12/14  20:09:37
29155         Log: "Compiled" encodings.
29156              Correct replacement character in EBCDIC .enc files
29157              Add 0x7F to ASCII repertoire.
29158      Branch: perlio
29159            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29160            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29161            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29162            ! ext/Encode/Makefile.PL ext/Encode/compile
29163            ! ext/Encode/encengine.c ext/Encode/encode.h
29164 ____________________________________________________________________________
29165 [  8104] By: nick                                  on 2000/12/14  00:38:20
29166         Log: Integrate mainline
29167      Branch: perlio
29168           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
29169           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
29170           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
29171           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
29172           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
29173           !> t/lib/db-hash.t t/lib/db-recno.t
29174 ____________________________________________________________________________
29175 [  8103] By: nick                                  on 2000/12/13  23:16:13
29176         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
29177              so far and so it does not get lost.
29178      Branch: perlio
29179            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29180 ____________________________________________________________________________
29181 [  8102] By: jhi                                   on 2000/12/13  17:14:22
29182         Log: Update Changes.
29183      Branch: perl
29184            ! Changes patchlevel.h
29185 ____________________________________________________________________________
29186 [  8101] By: jhi                                   on 2000/12/13  16:53:41
29187         Log: Move the proto of start_glob() to a better place; regen api files.
29188      Branch: perl
29189            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
29190 ____________________________________________________________________________
29191 [  8100] By: jhi                                   on 2000/12/13  16:47:11
29192         Log: Metaconfig change for #8099.
29193      Branch: metaconfig
29194            ! U/modified/Head.U
29195 ____________________________________________________________________________
29196 [  8099] By: jhi                                   on 2000/12/13  16:46:48
29197         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29198              From: Andy Dougherty <doughera@lafayette.edu>
29199              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
29200              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
29201      Branch: perl
29202            ! Configure
29203 ____________________________________________________________________________
29204 [  8098] By: jhi                                   on 2000/12/13  16:39:02
29205         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
29206              From: rspier@pobox.com (Robert Spier)
29207              Date: Tue, 12 Dec 2000 21:12:39 -0500
29208              Message-ID: <14902.56087.678086.725773@rls.cx>
29209              
29210              fastgetcwd is defined using a glob alias on a $^O dependent basis -
29211              and there was no default assignment or perl subroutine.
29212      Branch: perl
29213            ! lib/Cwd.pm
29214 ____________________________________________________________________________
29215 [  8097] By: jhi                                   on 2000/12/13  16:16:01
29216         Log: Subject: [PATCH] move startglob out of pp_hot.c
29217              From: Nicholas Clark <nick@ccl4.org>
29218              Date: Mon, 11 Dec 2000 23:16:39 +0000
29219              Message-ID: <20001211231638.A55550@plum.flirble.org>
29220      Branch: perl
29221            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
29222 ____________________________________________________________________________
29223 [  8096] By: jhi                                   on 2000/12/13  15:26:23
29224         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
29225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29226              Date: Wed, 13 Dec 2000 14:01:37 +0100
29227              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
29228              
29229              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
29230              in turn requires libpthread in libswanted.
29231      Branch: perl
29232            ! hints/hpux.sh
29233 ____________________________________________________________________________
29234 [  8095] By: jhi                                   on 2000/12/12  19:51:05
29235         Log: The integration wars continue.
29236      Branch: perl
29237           !> sv.c
29238 ____________________________________________________________________________
29239 [  8094] By: jhi                                   on 2000/12/12  19:48:26
29240         Log: Subject: [PATCH perl@8070] DB_File-1.74  
29241              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
29242              Date: Mon, 11 Dec 2000 23:07:17 -0000
29243              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
29244      Branch: perl
29245            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29246            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29247            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
29248            ! t/lib/db-recno.t
29249 ____________________________________________________________________________
29250 [  8093] By: nick                                  on 2000/12/12  19:42:13
29251         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
29252      Branch: perlio
29253            ! sv.c
29254           !> lib/File/DosGlob.pm
29255 ____________________________________________________________________________
29256 [  8092] By: jhi                                   on 2000/12/12  19:28:11
29257         Log: Integrate perlio.
29258      Branch: perl
29259           !> sv.c
29260 ____________________________________________________________________________
29261 [  8091] By: nick                                  on 2000/12/12  18:49:45
29262         Log: Fix for Tk, and upgrading shared SVs.
29263      Branch: perlio
29264            ! sv.c
29265 ____________________________________________________________________________
29266 [  8090] By: jhi                                   on 2000/12/12  16:48:59
29267         Log: Subject: [PATCH] Re: Breadperl & Tk
29268              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29269              Date: Tue, 12 Dec 2000 14:48:27 GMT
29270              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
29271      Branch: perl
29272            ! sv.c
29273 ____________________________________________________________________________
29274 [  8089] By: jhi                                   on 2000/12/12  03:37:19
29275         Log: Subject: DosGlob.pm diff for bash style brace expansion.
29276              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
29277              Date: Fri, 8 Dec 2000 10:45:30 -0600
29278              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
29279      Branch: perl
29280            ! lib/File/DosGlob.pm
29281 ____________________________________________________________________________
29282 [  8088] By: nick                                  on 2000/12/11  23:59:59
29283         Log: Integrate mainline
29284      Branch: perlio
29285           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
29286           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29287           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
29288           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
29289           !> t/op/local.t t/pragma/warn/toke toke.c
29290 ____________________________________________________________________________
29291 [  8087] By: jhi                                   on 2000/12/11  23:20:23
29292         Log: Integrate perlio.
29293      Branch: perl
29294           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29295 ____________________________________________________________________________
29296 [  8086] By: jhi                                   on 2000/12/11  22:50:59
29297         Log: Tune further the OS detection of CGI.
29298      Branch: perl
29299            ! lib/CGI.pm
29300 ____________________________________________________________________________
29301 [  8085] By: nick                                  on 2000/12/11  22:50:46
29302         Log: Finish 1st pass of "encoding" layer e.g. :
29303              open($fh,"<encoding(iso8859-7)",$greek) || die;
29304      Branch: perlio
29305            ! ext/Encode/Encode.xs perlio.c perliol.h
29306 ____________________________________________________________________________
29307 [  8084] By: jhi                                   on 2000/12/11  22:32:06
29308         Log: Revert the -f ambiguousity patch, seems to cause
29309              too much hassle (the interpret -Q as a function
29310              where Q is not a known filetest part is left in).
29311      Branch: perl
29312            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
29313            ! toke.c
29314 ____________________________________________________________________________
29315 [  8083] By: jhi                                   on 2000/12/11  22:27:23
29316         Log: (accidentally empty check-in)
29317      Branch: perl
29318            ! lib/File/DosGlob.pm
29319 ____________________________________________________________________________
29320 [  8082] By: nick                                  on 2000/12/11  19:09:51
29321         Log: Restore mmap function (broken by tweaks to shared buffer
29322              layer for encode(xxxx)).
29323      Branch: perlio
29324            ! perlio.c
29325 ____________________________________________________________________________
29326 [  8081] By: jhi                                   on 2000/12/11  18:29:13
29327         Log: Subject: Re: The long awaited feature ...
29328              From: Simon Cozens <simon@cozens.net>
29329              Date: Mon, 11 Dec 2000 15:54:24 +0000
29330              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
29331              
29332              More io/utf8 tests.
29333      Branch: perl
29334            ! t/io/utf8.t
29335 ____________________________________________________________________________
29336 [  8080] By: jhi                                   on 2000/12/11  18:19:36
29337         Log: Subject: PATCH MakeMaker manpage clarification
29338              From: andreas.koenig@anima.de (Andreas J. Koenig)
29339              Date: 10 Dec 2000 20:46:13 +0100
29340              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
29341      Branch: perl
29342            ! lib/ExtUtils/MakeMaker.pm
29343 ____________________________________________________________________________
29344 [  8079] By: jhi                                   on 2000/12/11  15:35:07
29345         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
29346              From: Simon Cozens <simon@cozens.net>
29347              Date: Sun, 10 Dec 2000 19:06:19 +0000
29348              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
29349      Branch: perl
29350            ! ext/B/B/Deparse.pm t/lib/b.t
29351 ____________________________________________________________________________
29352 [  8078] By: jhi                                   on 2000/12/11  15:09:11
29353         Log: Subject: [PATCH] docs on NaN
29354              From: Nicholas Clark <nick@ccl4.org>
29355              Date: Mon, 11 Dec 2000 01:48:38 +0000
29356              Message-ID: <20001211014838.B99205@plum.flirble.org>
29357      Branch: perl
29358            ! pod/perlop.pod
29359 ____________________________________________________________________________
29360 [  8077] By: jhi                                   on 2000/12/11  15:02:21
29361         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
29362              From: Simon Cozens <simon@cozens.net>
29363              Date: Mon, 11 Dec 2000 01:21:45 +0000
29364              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
29365      Branch: perl
29366            ! pp.c pp_hot.c scope.c t/op/local.t
29367 ____________________________________________________________________________
29368 [  8076] By: nick                                  on 2000/12/10  20:43:32
29369         Log: Not merge worthy...
29370              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
29371              syntax is modelled on attributes.
29372              Untested fix for io/utf8 on Win32 etc.
29373              Very clumsy start to the encode layer.
29374      Branch: perlio
29375            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29376 ____________________________________________________________________________
29377 [  8075] By: jhi                                   on 2000/12/10  18:39:33
29378         Log: Darwin is not Windows.
29379      Branch: perl
29380            ! lib/CGI.pm
29381 ____________________________________________________________________________
29382 [  8074] By: jhi                                   on 2000/12/10  18:31:27
29383         Log: Subject: Ambiguous -%c() resolved as a file test
29384              From: "Paul Marquess" <Paul.Marquess@openwave.com>
29385              Date: Sun, 10 Dec 2000 15:35:07 -0000
29386              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
29387      Branch: perl
29388            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29389 ____________________________________________________________________________
29390 [  8073] By: jhi                                   on 2000/12/10  18:16:29
29391         Log: Subject: PATCH installperl misinformed 
29392              From: andreas.koenig@anima.de (Andreas J. Koenig)
29393              Date: 10 Dec 2000 13:01:32 +0100 
29394              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
29395      Branch: perl
29396            ! installperl
29397 ____________________________________________________________________________
29398 [  8072] By: jhi                                   on 2000/12/10  18:07:55
29399         Log: The walkoptree confusion rages; walkoptree() seems to be coming
29400              from B.xs, while walkoptree_slow() comes from B.pm.
29401      Branch: perl
29402            ! ext/B/B.pm
29403 ____________________________________________________________________________
29404 [  8071] By: nick                                  on 2000/12/10  11:45:47
29405         Log: Integrate mainline
29406      Branch: perlio
29407           +> t/base/commonsense.t
29408           !> (integrate 37 files)
29409 ____________________________________________________________________________
29410 [  8070] By: jhi                                   on 2000/12/10  04:46:21
29411         Log: Update Changes.
29412      Branch: perl
29413            ! Changes patchlevel.h
29414 ____________________________________________________________________________
29415 [  8069] By: jhi                                   on 2000/12/10  04:39:19
29416         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
29417              From: andreas.koenig@anima.de (Andreas J. Koenig)
29418              Date: 09 Dec 2000 17:14:25 +0100
29419              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
29420      Branch: perl
29421            + t/base/commonsense.t
29422            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
29423 ____________________________________________________________________________
29424 [  8068] By: jhi                                   on 2000/12/10  04:17:36
29425         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
29426              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29427              Date: Sat, 9 Dec 2000 16:47:22 -0000
29428              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
29429      Branch: perl
29430            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
29431            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
29432            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
29433            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
29434            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
29435            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29436            ! t/lib/sdbm.t
29437 ____________________________________________________________________________
29438 [  8067] By: jhi                                   on 2000/12/10  03:52:02
29439         Log: Test case for #8066.
29440      Branch: perl
29441            ! t/op/misc.t
29442 ____________________________________________________________________________
29443 [  8066] By: jhi                                   on 2000/12/10  03:50:30
29444         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
29445              From: Simon Cozens <simon@cozens.net>
29446              Date: Sun, 10 Dec 2000 00:55:37 +0000
29447              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
29448      Branch: perl
29449            ! pp_sys.c
29450 ____________________________________________________________________________
29451 [  8065] By: jhi                                   on 2000/12/10  03:44:52
29452         Log: Test case for #8064.
29453      Branch: perl
29454            ! t/comp/proto.t
29455 ____________________________________________________________________________
29456 [  8064] By: jhi                                   on 2000/12/10  03:42:32
29457         Log: Subject: Re: prototype of substr
29458              From: Simon Cozens <simon@cozens.net>
29459              Date: Sun, 10 Dec 2000 00:13:33 +0000
29460              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
29461              
29462              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
29463      Branch: perl
29464            ! pp.c
29465 ____________________________________________________________________________
29466 [  8063] By: jhi                                   on 2000/12/10  03:39:42
29467         Log: Subject: [PATCH] perlguts.pod
29468              From: Simon Cozens <simon@cozens.net>
29469              Date: Sun, 10 Dec 2000 00:06:47 +0000
29470              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
29471              
29472              Documentation of the different types of ops,
29473              plus the functions in dump.c
29474      Branch: perl
29475            ! pod/perlguts.pod
29476 ____________________________________________________________________________
29477 [  8062] By: jhi                                   on 2000/12/10  03:30:04
29478         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
29479              From: Nicholas Clark <nick@talking.bollo.cx>
29480              Date: Sat, 09 Dec 2000 18:57:25 +0000
29481              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
29482              
29483              Be more robust in weird hostname setups.
29484      Branch: perl
29485            ! t/lib/net-hostent.t
29486 ____________________________________________________________________________
29487 [  8061] By: jhi                                   on 2000/12/10  03:28:21
29488         Log: Pacify fussy compiler. 
29489      Branch: perl
29490            ! pp_sys.c
29491 ____________________________________________________________________________
29492 [  8060] By: jhi                                   on 2000/12/10  02:52:46
29493         Log: Integrate perlio.
29494      Branch: perl
29495           !> pp_sys.c t/io/utf8.t
29496 ____________________________________________________________________________
29497 [  8059] By: nick                                  on 2000/12/09  23:40:14
29498         Log: read/sysread/recv should now be utf8 aware.
29499              Basic test for utf8 read.
29500      Branch: perlio
29501            ! pp_sys.c t/io/utf8.t
29502 ____________________________________________________________________________
29503 [  8058] By: jhi                                   on 2000/12/09  21:56:02
29504         Log: Integrate perlio.
29505      Branch: perl
29506           +> t/io/utf8.t
29507           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
29508 ____________________________________________________________________________
29509 [  8057] By: jhi                                   on 2000/12/09  21:53:35
29510         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
29511              From: Inaba Hiroto <inaba@st.rim.or.jp>
29512              Date: Sun, 10 Dec 2000 05:53:21 +0900
29513              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
29514              
29515              Tests for #8056.
29516      Branch: perl
29517            ! t/op/each.t
29518 ____________________________________________________________________________
29519 [  8056] By: jhi                                   on 2000/12/09  21:51:16
29520         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
29521              From: Inaba Hiroto <inaba@st.rim.or.jp>
29522              Date: Sat, 09 Dec 2000 18:02:00 +0900
29523              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
29524              
29525              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
29526      Branch: perl
29527            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
29528 ____________________________________________________________________________
29529 [  8055] By: nick                                  on 2000/12/09  20:11:48
29530         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
29531              than raw PerlIO_write() - does not seem to break any tests.
29532      Branch: perlio
29533            ! pp_sys.c
29534 ____________________________________________________________________________
29535 [  8054] By: nick                                  on 2000/12/09  19:47:30
29536         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
29537              (sysread, recv and write i.e. formats still to do...)
29538              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
29539              open($fh,">:utf8","name")
29540              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
29541              so no extra overhead is involved.
29542              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
29543              to a non-utf8 stream.
29544              Add initial io/utf8.t
29545              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
29546              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
29547              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29548      Branch: perlio
29549            + t/io/utf8.t
29550            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
29551 ____________________________________________________________________________
29552 [  8053] By: nick                                  on 2000/12/09  19:26:37
29553         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
29554              was only testing this_utf8.
29555      Branch: perlio
29556            ! toke.c
29557 ____________________________________________________________________________
29558 [  8052] By: nick                                  on 2000/12/09  19:09:41
29559         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
29560              i.e. the output string has one, but don't mess with source assumption.
29561      Branch: perlio
29562            ! toke.c
29563 ____________________________________________________________________________
29564 [  8051] By: jhi                                   on 2000/12/09  16:55:17
29565         Log: Integrate perlio.
29566      Branch: perl
29567           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
29568           !> sv.c thrdvar.h util.c
29569 ____________________________________________________________________________
29570 [  8050] By: jhi                                   on 2000/12/09  16:48:07
29571         Log: Nits noticed by Peter Prymmer.
29572      Branch: perl
29573            ! lib/ExtUtils/MM_VMS.pm
29574 ____________________________________________________________________________
29575 [  8049] By: nick                                  on 2000/12/09  13:49:40
29576         Log: UTF8 output prework.
29577              - Store $\ and $, as SVs so they can have SvUTF8 flag
29578              - use do_print() rather than raw PerlIO_write() to print them.
29579      Branch: perlio
29580            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
29581            ! thrdvar.h util.c
29582 ____________________________________________________________________________
29583 [  8048] By: nick                                  on 2000/12/09  12:30:43
29584         Log: Integrate mainline.
29585      Branch: perlio
29586           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
29587           +> t/op/reverse.t
29588           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
29589           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29590           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
29591           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
29592           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
29593           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29594 ____________________________________________________________________________
29595 [  8047] By: jhi                                   on 2000/12/09  00:23:27
29596         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
29597              From: Michael G Schwern <schwern@pobox.com>
29598              Date: Fri, 8 Dec 2000 14:43:04 -0600
29599      Branch: perl
29600            ! lib/ExtUtils/MM_VMS.pm
29601 ____________________________________________________________________________
29602 [  8046] By: jhi                                   on 2000/12/08  23:10:27
29603         Log: A missed check-in.
29604      Branch: perl
29605            ! lib/ExtUtils/Manifest.pm
29606 ____________________________________________________________________________
29607 [  8045] By: jhi                                   on 2000/12/08  21:57:12
29608         Log: (null check-in)
29609      Branch: perl
29610            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
29611 ____________________________________________________________________________
29612 [  8044] By: jhi                                   on 2000/12/08  21:11:06
29613         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
29614              at the final draft stage.
29615      Branch: perl
29616            + ext/Encode/Encode/iso8859-16.enc
29617            ! MANIFEST
29618 ____________________________________________________________________________
29619 [  8043] By: jhi                                   on 2000/12/08  16:39:04
29620         Log: Update Changes.
29621      Branch: perl
29622            ! Changes patchlevel.h
29623 ____________________________________________________________________________
29624 [  8042] By: jhi                                   on 2000/12/08  16:33:39
29625         Log: Do not return the Unicode replacement character if UTF-8
29626              decoding goes awry, it should be up to the caller to decide.
29627      Branch: perl
29628            ! pod/perlapi.pod utf8.c
29629 ____________________________________________________________________________
29630 [  8041] By: jhi                                   on 2000/12/08  16:22:28
29631         Log: metaconfig maintenance.
29632      Branch: metaconfig
29633            ! U/modified/stdchar.U
29634      Branch: metaconfig/U/perl
29635            + testsyml.U
29636 ____________________________________________________________________________
29637 [  8040] By: jhi                                   on 2000/12/08  16:03:08
29638         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
29639              From: sthoenna@efn.org
29640              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
29641              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
29642      Branch: perl
29643            ! Changes lib/ExtUtils/MM_OS2.pm
29644 ____________________________________________________________________________
29645 [  8039] By: jhi                                   on 2000/12/08  15:57:11
29646         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
29647              From: Simon Cozens <simon@cozens.net>
29648              Date: Fri, 8 Dec 2000 13:33:31 +0000
29649              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
29650              
29651              (The pp_hot part needed a rewrite.)
29652      Branch: perl
29653            ! doop.c pp_hot.c utf8.c
29654 ____________________________________________________________________________
29655 [  8038] By: jhi                                   on 2000/12/08  15:25:08
29656         Log: Subject: djSP
29657              From: Michael Stevens <michael@etla.org>
29658              Date: Wed, 6 Dec 2000 23:24:01 +0000
29659              Message-ID: <20001206232400.A21381@firedrake.org>
29660              
29661              Plus a note from Nick Ing-Simmons.
29662      Branch: perl
29663            ! pp.h
29664 ____________________________________________________________________________
29665 [  8037] By: jhi                                   on 2000/12/08  15:18:35
29666         Log: Filetype is text.
29667      Branch: perl
29668            ! t/op/utf8decode.t
29669 ____________________________________________________________________________
29670 [  8036] By: jhi                                   on 2000/12/08  03:31:27
29671         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29672              From: Andy Dougherty <doughera@lafayette.edu>
29673              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
29674              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
29675              
29676              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29677              From: Andy Dougherty <doughera@lafayette.edu>
29678              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
29679              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
29680      Branch: perl
29681            + ext/POSIX/hints/svr4.pl
29682            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
29683 ____________________________________________________________________________
29684 [  8035] By: jhi                                   on 2000/12/08  03:26:01
29685         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
29686              From: Andy Dougherty <doughera@lafayette.edu>
29687              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
29688              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
29689      Branch: perl
29690            ! t/README t/base/term.t
29691 ____________________________________________________________________________
29692 [  8034] By: jhi                                   on 2000/12/08  03:21:59
29693         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29694              From: mjd@plover.com  
29695              Date: 7 Dec 2000 21:04:20 -0000
29696              Message-ID: <20001207210420.22282.qmail@plover.com>
29697              
29698              Plus -z doc.
29699      Branch: perl
29700            ! pod/perlfunc.pod
29701 ____________________________________________________________________________
29702 [  8033] By: jhi                                   on 2000/12/08  03:19:03
29703         Log: Use the UTF8 macros a bit.  They can't be used with abandon
29704              everywhere because we do generate illegal UTF-8 in some situations.
29705              This is of course naughty.
29706      Branch: perl
29707            ! pod/perlapi.pod utf8.c utf8.h
29708 ____________________________________________________________________________
29709 [  8032] By: jhi                                   on 2000/12/08  03:00:09
29710         Log: Out of sync?
29711      Branch: perl
29712            ! t/pragma/warn/utf8
29713 ____________________________________________________________________________
29714 [  8031] By: jhi                                   on 2000/12/08  02:22:39
29715         Log: Cnt spl.
29716      Branch: perl
29717            ! MANIFEST
29718 ____________________________________________________________________________
29719 [  8030] By: jhi                                   on 2000/12/08  01:23:54
29720         Log: Add test for reverse().
29721      Branch: perl
29722            + t/op/reverse.t
29723            ! MANIFEST
29724 ____________________________________________________________________________
29725 [  8029] By: jhi                                   on 2000/12/08  01:21:47
29726         Log: Integrate perlio.
29727      Branch: perl
29728           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
29729           !> perlio.c perlio.h perlsdio.h warnings.pl
29730 ____________________________________________________________________________
29731 [  8028] By: jhi                                   on 2000/12/08  01:19:08
29732         Log: Introduce macros for UTF8 decoding.
29733      Branch: perl
29734            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29735 ____________________________________________________________________________
29736 [  8027] By: nick                                  on 2000/12/07  22:18:19
29737         Log: Integrate mainline
29738      Branch: perlio
29739           !> embed.pl pod/perlapi.pod utf8.c
29740 ____________________________________________________________________________
29741 [  8026] By: nick                                  on 2000/12/07  21:45:08
29742         Log: Various oddities p4 diff -se showed up
29743              Remove 'our' from warnings.pl
29744      Branch: perlio
29745            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
29746 ____________________________________________________________________________
29747 [  8025] By: nick                                  on 2000/12/07  21:43:32
29748         Log: Change PerlIO_(get|set)pos to take SV *
29749              Should fix, OS/2, VMS, (sfio??)
29750      Branch: perlio
29751            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
29752 ____________________________________________________________________________
29753 [  8024] By: jhi                                   on 2000/12/07  19:05:32
29754         Log: Document utf8_to_uv() better.
29755      Branch: perl
29756            ! pod/perlapi.pod utf8.c
29757 ____________________________________________________________________________
29758 [  8023] By: jhi                                   on 2000/12/07  18:23:47
29759         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
29760      Branch: perl
29761            ! embed.pl pod/perlapi.pod utf8.c
29762 ____________________________________________________________________________
29763 [  8022] By: jhi                                   on 2000/12/07  04:13:51
29764         Log: Integrate perlio.
29765      Branch: perl
29766           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
29767           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
29768           !> win32/makefile.mk
29769 ____________________________________________________________________________
29770 [  8021] By: nick                                  on 2000/12/07  00:28:14
29771         Log: Various attempts at MSVC debug - not sure what has
29772              changed but works now. 
29773              Seems atexit() _may_ work for DLLs built with MSVC so don't
29774              call cleanup that way.
29775      Branch: perlio
29776            ! perlio.c win32/makefile.mk
29777 ____________________________________________________________________________
29778 [  8020] By: nick                                  on 2000/12/06  19:57:20
29779         Log: Integrate mainline
29780      Branch: perlio
29781           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
29782           !> (integrate 75 files)
29783 ____________________________________________________________________________
29784 [  8019] By: nick                                  on 2000/12/06  19:28:21
29785         Log: Add useperlio to config.vc
29786              Turn off binmode in config_H.PL
29787              Regen all the config_H.xx
29788              Attempt to get debugging build with MSVC.
29789      Branch: perlio
29790            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29791            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
29792 ____________________________________________________________________________
29793 [  8018] By: nick                                  on 2000/12/06  19:21:57
29794         Log: Test various dup/external program options on all platforms.
29795      Branch: perlio
29796            ! t/io/dup.t
29797 ____________________________________________________________________________
29798 [  8017] By: nick                                  on 2000/12/06  19:20:47
29799         Log: Fix harness to be less picky
29800      Branch: perlio
29801            ! lib/Test/Harness.pm
29802 ____________________________________________________________________________
29803 [  8016] By: jhi                                   on 2000/12/06  16:45:12
29804         Log: Update Changes.
29805      Branch: perl
29806            ! Changes patchlevel.h
29807 ____________________________________________________________________________
29808 [  8015] By: jhi                                   on 2000/12/06  16:41:03
29809         Log: Test \x{...} with ord().
29810      Branch: perl
29811            ! t/op/ord.t
29812 ____________________________________________________________________________
29813 [  8014] By: jhi                                   on 2000/12/06  16:20:33
29814         Log: Test tweak because of #8013.
29815      Branch: perl
29816            ! t/lib/b.t
29817 ____________________________________________________________________________
29818 [  8013] By: jhi                                   on 2000/12/06  16:09:09
29819         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
29820              From: Michael G Schwern <schwern@pobox.com>
29821              Date: Tue, 5 Dec 2000 21:23:28 -0500
29822              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
29823              
29824              Carp::Heavy parts not very applicable because of recent changes.
29825      Branch: perl
29826            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
29827            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
29828            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
29829            ! lib/Exporter.pm lib/Exporter/Heavy.pm
29830            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
29831            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29832            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
29833            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
29834            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
29835            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
29836            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
29837            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
29838            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
29839            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
29840            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
29841            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
29842            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
29843            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
29844            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
29845            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
29846            ! warnings.pl
29847 ____________________________________________________________________________
29848 [  8012] By: jhi                                   on 2000/12/06  15:22:38
29849         Log: Subject: [PATCH] Re: New harness is failing things
29850              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29851              Date: Wed, 6 Dec 2000 13:00:30 GMT
29852              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
29853      Branch: perl
29854            ! lib/Test/Harness.pm
29855 ____________________________________________________________________________
29856 [  8011] By: jhi                                   on 2000/12/06  15:12:08
29857         Log: Subject: installhtml changes
29858              From: Michael Stevens <michael@etla.org>
29859              Date: Wed, 6 Dec 2000 13:15:53 +0000
29860              Message-ID: <20001206131553.A27317@firedrake.org>
29861      Branch: perl
29862            ! installhtml
29863 ____________________________________________________________________________
29864 [  8010] By: jhi                                   on 2000/12/06  15:06:05
29865         Log: Subject: the dTHR hits
29866              From: Michael Stevens <michael@etla.org>
29867              Date: Wed, 6 Dec 2000 12:06:03 +0000
29868              Message-ID: <20001206120603.A24581@firedrake.org>
29869              
29870              More, errrm, less dTHRs.
29871      Branch: perl
29872            ! bytecode.pl ext/B/B/C.pm
29873 ____________________________________________________________________________
29874 [  8009] By: jhi                                   on 2000/12/06  15:04:25
29875         Log: Subject: MakeMaker mailing list gone?
29876              From: Michael G Schwern <schwern@pobox.com>
29877              Date: Tue, 5 Dec 2000 19:29:59 -0500
29878              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
29879              
29880              The MakeMaker mailing list is dead, perlbug is the right
29881              address to report bugs.
29882      Branch: perl
29883            ! lib/ExtUtils/MakeMaker.pm
29884 ____________________________________________________________________________
29885 [  8008] By: jhi                                   on 2000/12/06  15:00:32
29886         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
29887              From: Michael G Schwern <schwern@pobox.com>
29888              Date: Tue, 5 Dec 2000 19:21:21 -0500
29889              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
29890              
29891              Add a default MANIFEST skip that ignores things like
29892              version control files, editor temporary files, and the Makefile.
29893      Branch: perl
29894            + lib/ExtUtils/MANIFEST.SKIP
29895            ! MANIFEST lib/ExtUtils/Manifest.pm
29896 ____________________________________________________________________________
29897 [  8007] By: jhi                                   on 2000/12/06  14:57:20
29898         Log: In Amiga more manual hackery of the scripts seems to be needed,
29899              from Jan-Erik Karlsson.  Why Configure does not get this right
29900              is unknown, may be shell-induced.
29901      Branch: perl
29902            ! README.amiga
29903 ____________________________________________________________________________
29904 [  8006] By: jhi                                   on 2000/12/05  23:53:12
29905         Log: Add TOPm1s to peek at the second topmost stack item.
29906      Branch: perl
29907            ! pp.h
29908 ____________________________________________________________________________
29909 [  8005] By: jhi                                   on 2000/12/05  23:13:55
29910         Log: Avaunt, you foul UTF-8 tests.
29911      Branch: perl
29912            ! t/op/ver.t t/pragma/utf8.t
29913 ____________________________________________________________________________
29914 [  8004] By: jhi                                   on 2000/12/05  23:09:54
29915         Log: Continue utf8 dispersal. 
29916      Branch: perl
29917            + t/op/concat.t
29918            ! MANIFEST t/pragma/utf8.t
29919 ____________________________________________________________________________
29920 [  8003] By: nick                                  on 2000/12/05  23:02:39
29921         Log: Integrate mainline.
29922      Branch: perlio
29923           +> t/op/length.t t/op/utf8decode.t
29924           !> (integrate 69 files)
29925 ____________________________________________________________________________
29926 [  8002] By: jhi                                   on 2000/12/05  22:59:28
29927         Log: Integrate perlio.
29928      Branch: perl
29929           !> iperlsys.h perl.c perlio.c win32/perllib.c
29930 ____________________________________________________________________________
29931 [  8001] By: nick                                  on 2000/12/05  22:07:52
29932         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
29933              - calloc/free suffer from damage on TerminateThread()
29934              - use PerlMemShared (as originally planned) now fixed
29935              - avoid doing anything important on DLL "detach".
29936      Branch: perlio
29937            ! perl.c perlio.c win32/perllib.c
29938 ____________________________________________________________________________
29939 [  8000] By: nick                                  on 2000/12/05  21:05:09
29940         Log: Fix gross PerlMemShared issue.
29941      Branch: perlio
29942            ! iperlsys.h
29943 ____________________________________________________________________________
29944 [  7999] By: jhi                                   on 2000/12/05  20:46:58
29945         Log: Test for Unicode (UTF-8) hash keys.
29946      Branch: perl
29947            ! t/op/each.t
29948 ____________________________________________________________________________
29949 [  7998] By: jhi                                   on 2000/12/05  20:30:35
29950         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
29951              is now always UTF-8), empty line cosmetics.
29952      Branch: perl
29953            ! t/pragma/utf8.t
29954 ____________________________________________________________________________
29955 [  7997] By: jhi                                   on 2000/12/05  20:15:40
29956         Log: Subject: Re: STRLEN - what?
29957              From: Andy Dougherty <doughera@lafayette.edu>
29958              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
29959              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
29960              
29961              Explain STRLEN.
29962      Branch: perl
29963            ! pod/perlguts.pod
29964 ____________________________________________________________________________
29965 [  7996] By: jhi                                   on 2000/12/05  20:13:34
29966         Log: Split off the UTF-8 decoder tests, make them to check also
29967              the error message.
29968      Branch: perl
29969            + t/op/utf8decode.t
29970            ! MANIFEST t/pragma/utf8.t utf8.c
29971 ____________________________________________________________________________
29972 [  7995] By: jhi                                   on 2000/12/05  16:39:47
29973         Log: Start migrating bits of pragma/utf8 to elsewhere
29974              (since the long term plan is to obsolete 'use utf8').
29975      Branch: perl
29976            + t/op/length.t
29977            ! MANIFEST t/pragma/utf8.t
29978 ____________________________________________________________________________
29979 [  7994] By: jhi                                   on 2000/12/05  16:30:21
29980         Log: Fix a manual edit typo from #7993, fix the message formatting
29981              for Unicode, add few our declarations.
29982      Branch: perl
29983            ! lib/Carp/Heavy.pm
29984 ____________________________________________________________________________
29985 [  7993] By: jhi                                   on 2000/12/05  16:09:15
29986         Log: Subject: Need help with warnings :-(
29987              From: "Ben Tilly" <ben_tilly@hotmail.com>
29988              Date: Tue, 05 Dec 2000 01:35:54 -0500
29989              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
29990              
29991              Subject: UPDATE: Carp/Heavy now passes all tests
29992              From: "Ben Tilly" <ben_tilly@hotmail.com>
29993              Date: Tue, 05 Dec 2000 07:59:41 -0500
29994              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
29995              
29996              The Brave New Carp.
29997      Branch: perl
29998            ! lib/Carp.pm lib/Carp/Heavy.pm
29999 ____________________________________________________________________________
30000 [  7992] By: jhi                                   on 2000/12/05  15:55:08
30001         Log: Subject: [PATCH perl@7979] cygwin port
30002              From: "Eric Fifer" <efifer@dircon.co.uk>
30003              Date: Tue, 5 Dec 2000 14:04:09 -0000
30004              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
30005      Branch: perl
30006            ! t/lib/net-hostent.t
30007 ____________________________________________________________________________
30008 [  7991] By: jhi                                   on 2000/12/05  15:52:34
30009         Log: Subject: Re: [PATCH] The largest hoax of all times?
30010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30011              Date: Tue, 5 Dec 2000 00:40:25 -0500
30012              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
30013              
30014              Subject: Re: [PATCH] The largest hoax of all times?
30015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30016              Date: Mon, 4 Dec 2000 23:55:53 -0500
30017              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
30018              
30019              Subject: Re: [PATCH] The largest hoax of all times?
30020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30021              Date: Tue, 5 Dec 2000 01:28:45 -0500
30022              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
30023              
30024              Fix the unpredictable order of DESTROYs.
30025      Branch: perl
30026            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
30027            ! sv.c sv.h t/op/ref.t
30028 ____________________________________________________________________________
30029 [  7990] By: jhi                                   on 2000/12/05  14:38:53
30030         Log: Subject: [PATCH] shrink pp_hot fractionally
30031              From: Nicholas Clark <nick@ccl4.org>
30032              Date: Tue, 5 Dec 2000 12:44:31 +0000
30033              Message-ID: <20001205124431.E74518@plum.flirble.org>
30034              
30035              Use report_evil_fh().
30036      Branch: perl
30037            ! opcode.pl opnames.h pp_hot.c util.c
30038 ____________________________________________________________________________
30039 [  7989] By: jhi                                   on 2000/12/05  14:21:27
30040         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30042              Date: Mon, 04 Dec 2000 22:21:59 -0800
30043              Message-ID: <HmIL6gzkgepS092yn@efn.org>
30044              
30045              Harness shouldn't ignore responses like "ok 3\r\r\n".
30046      Branch: perl
30047            ! lib/Test/Harness.pm
30048 ____________________________________________________________________________
30049 [  7988] By: jhi                                   on 2000/12/05  13:51:28
30050         Log: Integrate the "skip" messages to explain().
30051      Branch: perl
30052            ! t/lib/syslfs.t t/op/lfs.t
30053 ____________________________________________________________________________
30054 [  7987] By: jhi                                   on 2000/12/05  12:34:54
30055         Log: The one that got away in #7984.
30056              
30057              Subject: Re: dTHR - what and why?
30058              From: Michael Stevens <michael@etla.org> 
30059              Date: Tue, 5 Dec 2000 11:15:52 +0000
30060              Message-ID: <20001205111552.A4647@firedrake.org>
30061      Branch: perl
30062            ! sv.h
30063 ____________________________________________________________________________
30064 [  7986] By: gsar                                  on 2000/12/05  09:14:44
30065         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
30066              due to the notorious GetFileType() bug in Windows 9x, which fstat()
30067              tickles)
30068      Branch: perl
30069            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
30070 ____________________________________________________________________________
30071 [  7985] By: jhi                                   on 2000/12/05  05:49:03
30072         Log: Integrate perlio.
30073      Branch: perl
30074           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30075           !> win32/perlhost.h win32/perllib.c
30076 ____________________________________________________________________________
30077 [  7984] By: jhi                                   on 2000/12/05  05:48:16
30078         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
30079      Branch: perl
30080            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
30081            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
30082            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
30083            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
30084            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
30085            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30086            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
30087            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
30088            ! win32/win32.c
30089 ____________________________________________________________________________
30090 [  7983] By: nick                                  on 2000/12/04  23:27:43
30091         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
30092      Branch: perlio
30093            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30094            ! win32/perlhost.h win32/perllib.c
30095 ____________________________________________________________________________
30096 [  7982] By: jhi                                   on 2000/12/04  19:44:09
30097         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
30098              uncovered by #7980.
30099      Branch: perl
30100            ! op.c
30101 ____________________________________________________________________________
30102 [  7981] By: jhi                                   on 2000/12/04  19:42:07
30103         Log: Subject: [PATCH] Trivial dump.c feature
30104              From: Simon Cozens <simon@cozens.net>
30105              Date: Mon, 4 Dec 2000 18:08:38 +0000
30106              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
30107              
30108              Show whether a constant is UTF-8.
30109      Branch: perl
30110            ! dump.c
30111 ____________________________________________________________________________
30112 [  7980] By: jhi                                   on 2000/12/04  19:36:51
30113         Log: UTF-8 hash keys, patch from Inaba Hiroto.
30114      Branch: perl
30115            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
30116 ____________________________________________________________________________
30117 [  7979] By: jhi                                   on 2000/12/04  17:36:28
30118         Log: Update Changes.
30119      Branch: perl
30120            ! Changes patchlevel.h
30121 ____________________________________________________________________________
30122 [  7978] By: jhi                                   on 2000/12/04  16:42:17
30123         Log: Retract #7977, still too volatile (the euphemism of the day
30124              for unfinished and buggy :-)
30125      Branch: perl
30126            ! doop.c hv.c pp.c sv.h
30127 ____________________________________________________________________________
30128 [  7977] By: jhi                                   on 2000/12/04  16:25:15
30129         Log: (Retracted by #7978, too shaky yet.)
30130              
30131              Subject: Re: utf8 in hash keys, implementor missing
30132              From: Simon Cozens <simon@cozens.net>
30133              Date: Sat, 2 Dec 2000 19:49:35 +0000
30134              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
30135              
30136              The first step at UTF-8 hash keys.
30137      Branch: perl
30138            ! doop.c hv.c pp.c sv.h
30139 ____________________________________________________________________________
30140 [  7976] By: jhi                                   on 2000/12/04  16:13:53
30141         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30142              From: sthoenna@efn.org
30143              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
30144              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
30145      Branch: perl
30146            ! os2/os2.c perlio.c
30147 ____________________________________________________________________________
30148 [  7975] By: jhi                                   on 2000/12/04  16:05:25
30149         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
30150              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30151              Date: Thu, 30 Nov 2000 20:50:37 -0800
30152              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
30153      Branch: perl
30154            ! os2/os2.c
30155 ____________________________________________________________________________
30156 [  7974] By: jhi                                   on 2000/12/04  16:03:57
30157         Log: Subject: [PATCH] ++ 20% faster
30158              From: Nicholas Clark <nick@ccl4.org>
30159              Date: Mon, 4 Dec 2000 12:17:27 +0000
30160              Message-ID: <20001204121726.B52976@plum.flirble.org>
30161              
30162              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
30163      Branch: perl
30164            ! sv.c
30165 ____________________________________________________________________________
30166 [  7973] By: jhi                                   on 2000/12/04  16:00:48
30167         Log: 
30168              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
30169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30170              Date: Mon, 04 Dec 2000 12:30:45 +0100
30171              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
30172              
30173              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30174              library (getprotobyname and getprotobynumber are outversioned by
30175              the same calls in libc, at least for xlc version 3.
30176      Branch: perl
30177            ! hints/aix.sh
30178 ____________________________________________________________________________
30179 [  7972] By: jhi                                   on 2000/12/04  02:58:31
30180         Log: Integrate perlio.
30181      Branch: perl
30182           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
30183           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
30184           !> win32/win32.h win32/win32iop.h win32/win32thread.h
30185 ____________________________________________________________________________
30186 [  7971] By: nick                                  on 2000/12/04  00:24:33
30187         Log: Quieten some noise in Win32 builds:
30188              - win32.h is included after <sys/socket.h>, so need to 
30189              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
30190              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
30191      Branch: perlio
30192            ! doio.c perl.h toke.c win32/win32.h
30193 ____________________________________________________________________________
30194 [  7970] By: nick                                  on 2000/12/03  22:57:46
30195         Log: PERL_IMPLICIT_SYS compiles but does not work.
30196      Branch: perlio
30197            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
30198            ! win32/perlhost.h win32/perllib.c win32/win32.h
30199            ! win32/win32iop.h win32/win32thread.h
30200 ____________________________________________________________________________
30201 [  7969] By: jhi                                   on 2000/12/03  22:12:58
30202         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
30203              used to swash_init(), makes regprop() dumps more informative
30204              (+utf8::IsAlpha, -utf8::IsDigit, for example).
30205      Branch: perl
30206            ! regcomp.c regexec.c
30207 ____________________________________________________________________________
30208 [  7968] By: jhi                                   on 2000/12/03  21:39:56
30209         Log: Implement ANYOFUTF8 regprop() dumping.
30210      Branch: perl
30211            ! regcomp.c
30212 ____________________________________________________________________________
30213 [  7967] By: jhi                                   on 2000/12/03  20:57:19
30214         Log: Make uv_to_utf8() to zero-terminate its output buffer,
30215              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
30216      Branch: perl
30217            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
30218 ____________________________________________________________________________
30219 [  7966] By: nick                                  on 2000/12/03  18:41:21
30220         Log: Integrate mainline (STDCHAR)
30221      Branch: perlio
30222           !> Configure t/pragma/utf8.t
30223 ____________________________________________________________________________
30224 [  7965] By: jhi                                   on 2000/12/03  17:58:20
30225         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
30226      Branch: perl
30227            ! t/pragma/utf8.t
30228 ____________________________________________________________________________
30229 [  7964] By: jhi                                   on 2000/12/03  17:35:56
30230         Log: Integrate perlio.
30231      Branch: perl
30232           !> iperlsys.h perlio.c
30233 ____________________________________________________________________________
30234 [  7963] By: jhi                                   on 2000/12/03  17:33:55
30235         Log: Metaconfig unit change for #7962.
30236      Branch: metaconfig
30237            ! U/modified/stdchar.U
30238 ____________________________________________________________________________
30239 [  7962] By: jhi                                   on 2000/12/03  17:33:27
30240         Log: Untangle the <stdio.h> #include nest for the stdchar test,
30241              from Andy Dougherty.
30242      Branch: perl
30243            ! Configure
30244 ____________________________________________________________________________
30245 [  7961] By: nick                                  on 2000/12/03  16:53:00
30246         Log: Make iperlsys.h vector stdio not PerlIO.
30247      Branch: perlio
30248            ! iperlsys.h perlio.c
30249 ____________________________________________________________________________
30250 [  7960] By: nick                                  on 2000/12/03  14:43:01
30251         Log: Integrate mainline
30252      Branch: perlio
30253           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
30254           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
30255 ____________________________________________________________________________
30256 [  7959] By: jhi                                   on 2000/12/03  08:16:36
30257         Log: Use DO_UTF8().
30258      Branch: perl
30259            ! op.c
30260 ____________________________________________________________________________
30261 [  7958] By: jhi                                   on 2000/12/02  18:33:05
30262         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30263              From: Mike Guy <mjtg@cam.ac.uk>         
30264              Date: Sat, 02 Dec 2000 17:27:13 +0000
30265              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
30266              
30267              An extraneous argument.
30268      Branch: perl
30269            ! toke.c
30270 ____________________________________________________________________________
30271 [  7957] By: jhi                                   on 2000/12/02  18:22:32
30272         Log: A missing hunk.
30273      Branch: perl
30274            ! t/lib/net-hostent.t
30275 ____________________________________________________________________________
30276 [  7956] By: jhi                                   on 2000/12/02  18:06:20
30277         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
30278              From: Nicholas Clark <nick@ccl4.org>
30279              Date: Sat, 2 Dec 2000 14:28:27 +0000
30280              Message-ID: <20001202142827.A12308@plum.flirble.org>
30281              
30282              Test robustness.
30283      Branch: perl
30284            ! t/lib/net-hostent.t
30285 ____________________________________________________________________________
30286 [  7955] By: jhi                                   on 2000/12/02  17:58:06
30287         Log: Metaconfig unit change for #7954.
30288      Branch: metaconfig
30289            ! U/modified/stdchar.U
30290 ____________________________________________________________________________
30291 [  7954] By: jhi                                   on 2000/12/02  17:54:32
30292         Log: An inconvenient hang would happen if the stdio _ptr wasn't
30293              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
30294              would be grepping stdin for all eternity for the _ptr.)
30295      Branch: perl
30296            ! Configure
30297 ____________________________________________________________________________
30298 [  7953] By: jhi                                   on 2000/12/02  00:07:15
30299         Log: Update Changes.
30300      Branch: perl
30301            ! Changes patchlevel.h
30302 ____________________________________________________________________________
30303 [  7952] By: jhi                                   on 2000/12/01  23:54:47
30304         Log: Subject: Re: long shell lines
30305              From: Andy Dougherty <doughera@lafayette.edu>
30306              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
30307              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
30308              
30309              Split overly long shell command lines.
30310      Branch: perl
30311            ! lib/ExtUtils/MM_Unix.pm
30312 ____________________________________________________________________________
30313 [  7951] By: jhi                                   on 2000/12/01  23:48:02
30314         Log: The metaconfig unit change for #7950.
30315      Branch: metaconfig
30316            + U/modified/stdchar.U
30317 ____________________________________________________________________________
30318 [  7950] By: jhi                                   on 2000/12/01  23:47:39
30319         Log: Try to find stdchar also from <stdio_impl.h>.
30320      Branch: perl
30321            ! Configure config_h.SH
30322 ____________________________________________________________________________
30323 [  7949] By: jhi                                   on 2000/12/01  23:46:45
30324         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30325              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30326              Date: Fri, 1 Dec 2000 16:26:08 -0500
30327              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
30328              
30329              Reword the diagnostic message.
30330      Branch: perl
30331            ! pod/perldiag.pod
30332 ____________________________________________________________________________
30333 [  7948] By: nick                                  on 2000/12/01  22:49:43
30334         Log: Integrate mainline (for s/y/m as sub names stuff).
30335      Branch: perlio
30336           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
30337           !> t/pragma/warn/toke toke.c
30338 ____________________________________________________________________________
30339 [  7947] By: jhi                                   on 2000/12/01  20:55:41
30340         Log: Integrate perlio.
30341      Branch: perl
30342           !> perlio.c perliol.h t/io/pipe.t
30343 ____________________________________________________________________________
30344 [  7946] By: jhi                                   on 2000/12/01  20:36:51
30345         Log: Upgrade to CPAN 1.59_51, from Andreas König.
30346      Branch: perl
30347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30348 ____________________________________________________________________________
30349 [  7945] By: nick                                  on 2000/12/01  20:31:32
30350         Log: Integrate mainline
30351      Branch: perlio
30352           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
30353           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
30354           +> t/lib/net-hostent.t
30355           !> (integrate 35 files)
30356 ____________________________________________________________________________
30357 [  7944] By: jhi                                   on 2000/12/01  20:23:29
30358         Log: Some help for 20001130.011.  Now one gets warnings like
30359              "Ambiguous -f() resolved as a file test ..."
30360      Branch: perl
30361            ! pod/perldiag.pod t/pragma/warn/toke toke.c
30362 ____________________________________________________________________________
30363 [  7943] By: jhi                                   on 2000/12/01  19:44:44
30364         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
30365              that also breaks using them as methods. 
30366      Branch: perl
30367            ! pod/perldiag.pod t/op/misc.t toke.c
30368 ____________________________________________________________________________
30369 [  7942] By: nick                                  on 2000/12/01  17:56:46
30370         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
30371              Make 'unix' pass most tests
30372              - do unread by temporary push of layer ("pending") holding unread chars
30373              - fast_gets is now based on per-handle flag
30374              - relax one of io/pipe.t tests to allow print to fail and close to
30375              succeed so that it passes on unbuffered "unix" layer.
30376              Remaining fail is sporadic and a genuine race condition between
30377              parent/child in fork test.
30378      Branch: perlio
30379            ! perlio.c perliol.h t/io/pipe.t
30380 ____________________________________________________________________________
30381 [  7941] By: jhi                                   on 2000/12/01  15:28:58
30382         Log: (Retracted by #7943.)
30383              
30384              Reserve the short named string operator names.
30385      Branch: perl
30386            ! pod/perldiag.pod t/op/misc.t toke.c
30387 ____________________________________________________________________________
30388 [  7940] By: jhi                                   on 2000/12/01  06:45:53
30389         Log: Get the three different space character classes right under utf8.
30390      Branch: perl
30391            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30392            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30393            ! regexec.c t/op/pat.t utf8.c
30394 ____________________________________________________________________________
30395 [  7939] By: jhi                                   on 2000/12/01  03:26:26
30396         Log: Two more tests that make no sense in UTF-8 since the test
30397              data is not in UTF-8.
30398      Branch: perl
30399            ! t/op/regexp.t
30400 ____________________________________________________________________________
30401 [  7938] By: jhi                                   on 2000/12/01  03:20:39
30402         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
30403              should it be required inside regexen?
30404      Branch: perl
30405            ! regcomp.c t/op/regmesg.t
30406 ____________________________________________________________________________
30407 [  7937] By: jhi                                   on 2000/12/01  02:58:53
30408         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30409              stored and restored, and thusly was trounced by the utf8 swash
30410              routines.
30411      Branch: perl
30412            ! regcomp.c
30413 ____________________________________________________________________________
30414 [  7936] By: jhi                                   on 2000/11/30  20:41:39
30415         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
30416              Why the different platforms behave so differently (core dump vs
30417              no core dump) on this bug is a but of a mystery, but if I had to
30418              guess I would mumble something like 'alignment'.
30419      Branch: perl
30420            ! sv.c
30421 ____________________________________________________________________________
30422 [  7935] By: jhi                                   on 2000/11/30  16:17:02
30423         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
30424              From: Robin Barker <rmb1@cise.npl.co.uk>
30425              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
30426              Date: Thu, 30 Nov 2000 14:27:12 GMT
30427      Branch: perl
30428            ! perlio.c toke.c
30429 ____________________________________________________________________________
30430 [  7934] By: jhi                                   on 2000/11/30  16:04:49
30431         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
30432      Branch: perl
30433            ! t/lib/net-hostent.t
30434 ____________________________________________________________________________
30435 [  7933] By: jhi                                   on 2000/11/30  06:07:26
30436         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
30437              From: Peter Prymmer <pvhp@forte.com>
30438              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
30439              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
30440              
30441              In VMS the localhost may be LOCALHOST.
30442      Branch: perl
30443            ! t/lib/net-hostent.t
30444 ____________________________________________________________________________
30445 [  7932] By: jhi                                   on 2000/11/30  01:11:11
30446         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30447              From: Peter Prymmer <pvhp@forte.com>
30448              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
30449              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
30450              
30451              plus regen perlapi.pod.
30452      Branch: perl
30453            ! pod/perlapi.pod utf8.c
30454 ____________________________________________________________________________
30455 [  7931] By: jhi                                   on 2000/11/30  01:06:19
30456         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
30457              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30458              Date:     Wed, 29 Nov 2000 17:15:11 EST
30459              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
30460      Branch: perl
30461            ! t/lib/filter-util.pl t/lib/filter-util.t
30462 ____________________________________________________________________________
30463 [  7930] By: jhi                                   on 2000/11/29  18:51:55
30464         Log: Update Changes.
30465      Branch: perl
30466            ! Changes patchlevel.h
30467 ____________________________________________________________________________
30468 [  7929] By: jhi                                   on 2000/11/29  18:50:55
30469         Log: Update the va_copy() metaconfig unit.
30470      Branch: metaconfig/U/perl
30471            ! need_va_copy.U
30472 ____________________________________________________________________________
30473 [  7928] By: jhi                                   on 2000/11/29  17:50:43
30474         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
30475              From: Dominic Dunlop <domo@computer.org>
30476              Date: Tue, 28 Nov 2000 16:41:57 +0100
30477              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
30478              
30479              Patch to catch a core dump in the Configure va_copy test.
30480      Branch: perl
30481            ! Configure config_h.SH
30482 ____________________________________________________________________________
30483 [  7927] By: jhi                                   on 2000/11/29  17:31:59
30484         Log: Retract #7921, the patch shouldn't be needed.
30485      Branch: perl
30486            ! sv.c
30487 ____________________________________________________________________________
30488 [  7926] By: jhi                                   on 2000/11/29  17:01:41
30489         Log: Make the Class::Struct import() wiser.
30490      Branch: perl
30491            ! lib/Class/Struct.pm t/lib/class-struct.t
30492 ____________________________________________________________________________
30493 [  7925] By: jhi                                   on 2000/11/29  16:36:33
30494         Log: All the core library users of Class::Struct seem to be
30495              using "use Class::Struct 'struct';" instead of the bare
30496              "use Class::Struct;", which isn't documented in Class::Struct.
30497              This can't be right.
30498      Branch: perl
30499            ! lib/File/stat.pm
30500 ____________________________________________________________________________
30501 [  7924] By: jhi                                   on 2000/11/29  16:32:15
30502         Log: A test works better if it has the right 1..$n output.
30503      Branch: perl
30504            ! t/lib/class-struct.t
30505 ____________________________________________________________________________
30506 [  7923] By: jhi                                   on 2000/11/29  16:29:11
30507         Log: Forgot to MANIFEST the new Net::hostent test.
30508      Branch: perl
30509            ! MANIFEST
30510 ____________________________________________________________________________
30511 [  7922] By: jhi                                   on 2000/11/29  16:27:49
30512         Log: Integrate perlio.
30513      Branch: perl
30514           !> iperlsys.h perlio.c
30515 ____________________________________________________________________________
30516 [  7921] By: jhi                                   on 2000/11/29  16:27:10
30517         Log: (Retracted by #7927.)
30518              
30519              Subject: [PATCH] Is infinity a number?
30520              From: Simon Cozens <simon@cozens.net>
30521              Date: Wed, 29 Nov 2000 14:48:20 +0000
30522              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
30523      Branch: perl
30524            ! sv.c
30525 ____________________________________________________________________________
30526 [  7920] By: jhi                                   on 2000/11/29  16:23:02
30527         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
30528              From: rspier@pobox.com (Robert Spier)
30529              Date: Wed, 29 Nov 2000 02:17:49 -0500
30530              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
30531              
30532              Add a test for Net::hostent.
30533      Branch: perl
30534            + t/lib/net-hostent.t
30535 ____________________________________________________________________________
30536 [  7919] By: jhi                                   on 2000/11/29  16:21:31
30537         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
30538              add a test for Class::Struct.
30539      Branch: perl
30540            + t/lib/class-struct.t
30541            ! MANIFEST lib/Class/Struct.pm
30542 ____________________________________________________________________________
30543 [  7918] By: jhi                                   on 2000/11/29  15:48:40
30544         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
30545              From: rspier@pobox.com (Robert Spier)
30546              Date: Wed, 29 Nov 2000 02:25:39 -0500
30547              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
30548              
30549              More checking in case someone has broken their services or
30550              protocol databases.
30551      Branch: perl
30552            ! ext/Sys/Syslog/Syslog.pm
30553 ____________________________________________________________________________
30554 [  7917] By: jhi                                   on 2000/11/29  15:46:25
30555         Log: Subject: [PATCH] $^O  win32 -> MSWin32
30556              From: rspier@pobox.com (Robert Spier)
30557              Date: Wed, 29 Nov 2000 02:17:38 -0500
30558              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
30559              
30560              plus similar nits for vms, err, VMS, and UNICOS.
30561      Branch: perl
30562            ! t/lib/syslfs.t t/op/lfs.t
30563 ____________________________________________________________________________
30564 [  7916] By: jhi                                   on 2000/11/29  15:42:51
30565         Log: Subject: [PATCH] Tokeniser debugging
30566              From: Simon Cozens <simon@cozens.net>
30567              Date: Wed, 29 Nov 2000 14:15:45 +0000
30568              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
30569      Branch: perl
30570            ! perl.c perl.h pod/perlrun.pod toke.c
30571 ____________________________________________________________________________
30572 [  7915] By: jhi                                   on 2000/11/29  15:41:36
30573         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30575              Date: Wed, 29 Nov 2000 02:13:14 -0500
30576              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
30577              
30578              OUT keyword nits.
30579              
30580              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30582              Date: Wed, 29 Nov 2000 03:09:04 -0500
30583              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
30584              
30585              OUT and IN_OUT documentation.
30586      Branch: perl
30587            ! lib/ExtUtils/xsubpp pod/perlxs.pod
30588 ____________________________________________________________________________
30589 [  7914] By: jhi                                   on 2000/11/29  03:35:01
30590         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
30591              From: John Tobey <jtobey@john-edwin-tobey.org>
30592              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
30593              Message-Id: <m140e1N-000FOoC@feynman.localnet>
30594              
30595              plus a performance speedup noticed by Sarathy.
30596      Branch: perl
30597            ! op.c
30598 ____________________________________________________________________________
30599 [  7913] By: jhi                                   on 2000/11/29  03:16:59
30600         Log: Use "1 while unlink" so that VMS gets clean, too.
30601      Branch: perl
30602            ! t/lib/filter-util.t
30603 ____________________________________________________________________________
30604 [  7912] By: jhi                                   on 2000/11/29  03:09:08
30605         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
30606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30607              Date: Tue, 28 Nov 2000 03:27:09 -0500
30608              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
30609      Branch: perl
30610            ! lib/ExtUtils/xsubpp
30611 ____________________________________________________________________________
30612 [  7911] By: jhi                                   on 2000/11/29  03:06:30
30613         Log: This should have been part of #7872: no need to scan UTF-8
30614              until eternity.
30615      Branch: perl
30616            ! utf8.c
30617 ____________________________________________________________________________
30618 [  7910] By: jhi                                   on 2000/11/29  02:50:04
30619         Log: One more perltie.pod nit from Casey R. Tweten.
30620      Branch: perl
30621            ! pod/perltie.pod
30622 ____________________________________________________________________________
30623 [  7909] By: jhi                                   on 2000/11/29  02:44:23
30624         Log: Document the known sprintf test failures, exact standard
30625              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
30626      Branch: perl
30627            ! pod/perldelta.pod t/op/sprintf.t
30628 ____________________________________________________________________________
30629 [  7908] By: jhi                                   on 2000/11/29  02:36:23
30630         Log: Add the Encoding table format documentation.
30631      Branch: perl
30632            + ext/Encode/Encode/EncodeFormat.pod
30633            ! MANIFEST
30634 ____________________________________________________________________________
30635 [  7907] By: jhi                                   on 2000/11/29  02:07:24
30636         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
30637              From: "Casey R. Tweten" <crt@kiski.net>
30638              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
30639              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
30640              
30641              Subject: Re: [PATCH] Updating perltie.pod for arrays
30642              From: "Casey R. Tweten" <crt@kiski.net>
30643              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
30644              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
30645      Branch: perl
30646            ! pod/perltie.pod
30647 ____________________________________________________________________________
30648 [  7906] By: nick                                  on 2000/11/28  22:40:59
30649         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
30650      Branch: perlio
30651            ! iperlsys.h perlio.c
30652 ____________________________________________________________________________
30653 [  7905] By: nick                                  on 2000/11/28  22:04:34
30654         Log: Integrate mainline
30655      Branch: perlio
30656           !> (integrate 39 files)
30657 ____________________________________________________________________________
30658 [  7904] By: jhi                                   on 2000/11/28  16:44:43
30659         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
30660              From: Nicholas Clark <nick@babyhippo.co.uk>
30661              Date: Tue, 28 Nov 2000 11:16:57 +0000
30662              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
30663      Branch: perl
30664            ! pod/perlipc.pod
30665 ____________________________________________________________________________
30666 [  7903] By: jhi                                   on 2000/11/28  16:40:31
30667         Log: Subject: [PATCH] Updating perltie.pod for arrays
30668              From: "Casey R. Tweten" <crt@kiski.net>
30669              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
30670              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
30671      Branch: perl
30672            ! pod/perltie.pod
30673 ____________________________________________________________________________
30674 [  7902] By: jhi                                   on 2000/11/28  16:39:37
30675         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
30676              From: Robin Barker <rmb1@cise.npl.co.uk>
30677              Date: Mon, 27 Nov 2000 17:56:44 GMT
30678              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
30679      Branch: perl
30680            ! pod/perlfunc.pod t/op/split.t
30681 ____________________________________________________________________________
30682 [  7901] By: jhi                                   on 2000/11/28  16:28:04
30683         Log: setmode() is a DOSish-only thing.
30684      Branch: perl
30685            ! perlio.c
30686 ____________________________________________________________________________
30687 [  7900] By: jhi                                   on 2000/11/28  16:21:46
30688         Log: Subject: [PATCH] perlcc.PL cleanups
30689              From: Simon Cozens <simon@cozens.net>
30690              Date: Tue, 28 Nov 2000 12:44:35 +0000
30691              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
30692      Branch: perl
30693            ! utils/perlcc.PL
30694 ____________________________________________________________________________
30695 [  7899] By: gsar                                  on 2000/11/28  06:32:55
30696         Log: reintegrate files missed by change#7895
30697      Branch: maint-5.6/perl
30698           +> ext/ByteLoader/bytecode.h utils/Makefile
30699            - utils/perlbc.PL
30700 ____________________________________________________________________________
30701 [  7897] By: gsar                                  on 2000/11/27  18:22:47
30702         Log: can't integrate these two files, for some reason
30703      Branch: maint-5.6/perl
30704            - ext/ByteLoader/bytecode.h utils/Makefile
30705 ____________________________________________________________________________
30706 [  7895] By: gsar                                  on 2000/11/27  18:11:21
30707         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
30708              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
30709              6757..6890,6892..6901 from mainline
30710              
30711              Bytecompiler patches from Benjamin Stuhl.
30712              
30713              More bytecompiler.
30714              
30715              Subject: [PATCH blead] B:: missing dependency
30716              
30717              Subject: [PATCH: 6757] configure.com updates and syslog build
30718              
30719              Long double Gconvert fixes from Yitzchak Scott-Thoennes
30720              and Spider Boardman.
30721              
30722              Subject: [PATCH blead] nextchar() abuse misses an optimisation
30723              
30724              Long double fixes from Spider Boardman.
30725              
30726              Make the selection of NVff et al stricter.
30727              
30728              cSVOPo_*v things index into the current PL_curpad
30729              under ithreads, which is different from the curpad
30730              used by the XSUB.  (In other words, the code as-is
30731              before this patch wouldn't work under ithreads.)
30732              
30733              Be portable.
30734              
30735              VMS MMS (make) wants null action.
30736              
30737              Mac and other portability updates from Chris Nandor.
30738              
30739              Storable support, v-version fixes.
30740              Subject: CPAN.pm beta for testing available
30741              
30742              Portability fix from Hugo van der Sanden.
30743              
30744              Bad makefile.
30745              
30746              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30747              
30748              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30749              
30750              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30751              
30752              Replace #6705 with a minimal doc patch.
30753              Subject: [PATCH 5.6.0] replace change #6705
30754              
30755              Drop the separate perlbc, perlcc -b should be enough.
30756              
30757              installperl couldn't tell whether it had run tests or not.
30758              Subject: [PATCH] Re: installperl and t/TEST
30759              
30760              Add silencer flags to installperl.
30761              Subject: [PATCH] Making installperl silent.
30762              
30763              Make "make install" by default silent.  A new "install-verbose"
30764              target is verbose.
30765              
30766              More liberal parsing of version numbers.
30767              Subject: Re: CPAN.pm beta for testing available
30768              
30769              Create directories in silence.
30770              Subject: [PATCH] Another silencer for MakeMaker
30771              
30772              DOS patches and portability/porting notes, from Tim Jenness.
30773              
30774              Make installman to recognize the silence flag -S.
30775              
30776              Actually do something with the silencer option.
30777              
30778              Continue silencing.
30779              
30780              Show the doc file, not the temp file.
30781              
30782              Regen perltoc.
30783              
30784              Subject: [PATCH] More silencing of installman.
30785              
30786              Better wording for the vec lvalue diagnostic.
30787              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30788              
30789              Subject: [PATCH: 6805] several more tweaks to configure.com
30790              
30791              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30792              
30793              Missing parts of 
30794              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30795              
30796              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30797              (applied slightly modified)
30798              
30799              installperl --verbose and --silent.
30800              Subject: Re: [PATCH] More silencing of installman.
30801              
30802              Add install-silent target.
30803              
30804              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30805              the problem reported in
30806              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30807              
30808              Tweak the sfio/useperlio logic, hopefully as wished in
30809              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30810              
30811              One forgotten file from #6816.
30812              
30813              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30814              
30815              Remove duplicately applied patch shards.
30816              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30817              
30818              Support preserving extremely big/small angles.
30819              
30820              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30821              
30822              Subject: [PATCH] installation not quite silent yet.
30823              
30824              Update the test count.
30825              
30826              Use UVxf, PTR2UV, NVff.
30827              
30828              Document PTR2XX and INT2PTR.
30829              
30830              no-install target a la make -n.
30831              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30832              
30833              grep -e isn't portable.
30834              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30835              
30836              Can't get the test to reliably work thanks to the
30837              inaccurateness of floating point.  "Resolves" bug ids
30838              20000826.003, 20000826.009, 20000826.010,
30839              
30840              Subject: installman buglet
30841              
30842              DJGPP update from Laszlo Molnar.
30843              
30844              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30845              
30846              Passing -R in ldflags makes now it to appear in the default
30847              for lddlflags, just like with -L.
30848              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30849              
30850              Test nit.
30851              
30852              Use the actual thread type, not the pointer-to-struct.
30853              
30854              Provice virtual $Config{ccflags_nolargefiles} etc. 
30855              
30856              display_format used as a class method without arguments was broken,
30857              reported in
30858              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30859              
30860              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30861              
30862              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30863              
30864              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30865              
30866              opmini.o may be left around if a build is interrupted.
30867              
30868              Typo in #6858.
30869              
30870              Fix for ID 20000828.001, long doubles were not formatted
30871              correctly (showed up in $], which stopped installing perl).
30872              
30873              An attempt to fix the problem reported in
30874              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30875              I can't test this properly since the gcc installation I have
30876              access to seems to be botched (gcc is calling the AIX cpp,
30877              a losing proposition...)
30878              
30879              Add -ld to archname on long tr...double platforms.
30880              
30881              Subject: hv.h Doc Patch
30882              
30883              Potential cruft.
30884              
30885              Subject: [PATCH bleedperl@6856] warnings fixes
30886              
30887              -S is the silent flag, -s is the strip flag.
30888              Subject: [PATCH] Re: [PATCH] make no-install          
30889              
30890              Take out the SUIDMAIL thing, that will not be
30891              a problem in 5.7.*.
30892              
30893              Subject: [PATCH bleedperl@6866] spellings
30894              
30895              Subject: [PATCH] Re: files not cleaned even by veryclean
30896              
30897              Use minimal @INC in tests, most of the time just '../lib',
30898              so that we simply can't pick up stuff from other Perls than
30899              the one we are testing.  Pointed out by
30900              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30901              
30902              Update to Getopt::Long 2.24, from Johan Vromans.
30903              
30904              Fix for thinko in #6848.
30905              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30906              
30907              Patches all over for people and the files they (hopefully) care about.
30908              
30909              Subject: Net::protoent does not export 'getproto'
30910              
30911              Missed a change in #6869.
30912              
30913              Subject: [PATCH] Warnings in B::Deparse
30914              
30915              Subject: [PATCH] Glob dumping
30916              
30917              Disable one of the tests for now.
30918              
30919              Disabling the one test is a bit tricky.
30920              
30921              Don't forget to tidy up.
30922              
30923              The #6881 removed one dump line.
30924              
30925              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30926              
30927              Under usethreads the dumped variable is IN_PAD.
30928              Subject: Re: [PATCH] Glob dumping
30929              
30930              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30931              
30932              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30933              
30934              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30935              
30936              Regen Configure for #6894.
30937              
30938              Subject: [PATCH: 6889] updates to perlebcdic.pod
30939              
30940              Undo namespace pollution of #6878.
30941              Subject: Re: Net::protoent does not export 'getproto'
30942              
30943              Admit that we are leaking scalars.
30944              
30945              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30946      Branch: maint-5.6/perl
30947           !> (integrate 271 files)
30948 ____________________________________________________________________________
30949 [  7894] By: gsar                                  on 2000/11/27  16:00:34
30950         Log: a couple of nits
30951      Branch: maint-5.6/perl
30952            ! MANIFEST pp_sys.c
30953 ____________________________________________________________________________
30954 [  7893] By: gsar                                  on 2000/11/27  15:10:56
30955         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
30956              6740..6745,6747..6757,6760
30957              
30958              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30959              
30960              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30961              
30962              Doc nits spotted by Richard Soderberg.
30963              
30964              move WNOHANG definition to where other such things are
30965              
30966              Make $Config{byteorder} more magical so that it is
30967              dynamically computed: nice for 'fat binaries'.
30968              Subject: [PATCH]: default byteorder
30969              
30970              Subject: [PATCH] Cwd.pm now uses strict
30971              
30972              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30973              
30974              Get -DLEAKTEST to compile (not necessarily to work, mind)
30975              Subject: [ID 20000724.006] -DLEAKTEST problem
30976              
30977              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
30978              
30979              Add perlebcdic from Peter Prymmer, regen toc.
30980              
30981              Don't propose using modules built for 5.005 if no binary
30982              compatibility with 5.005 is attempted.
30983              
30984              Do not use prototyping here.
30985              Subject: [ID 20000817.016] [PATCH] Peek.xs
30986              
30987              Document what the backtick returns if the command fails.
30988              
30989              Add byteorder to the myconfig output.
30990              
30991              Introduce NVef, NVff, and NVgf, use the middle one.
30992              (helps for lib/peek + Linux + long doubles)  Reported in
30993              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30994              Use NVs in POSIX math, not doubles.
30995              Subject: [ID 20000817.014] POSIX & modfl
30996              
30997              Subject: [PATCH 5.6.0+] newSVrv() memory leak
30998              
30999              The byteorder code in #6671 was wrong.
31000              
31001              Fix the lib/complex failure of
31002              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31003              Linux long double accuracy issue: something that
31004              when printed with %g looks like "2" but int() of it is 1.
31005              
31006              Propagate new Configure vars.
31007              
31008              Unbuffer the output.
31009              
31010              Subject: [PATCH] perltrap.pod spring cleaning
31011              
31012              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31013              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31014              
31015              Tiny Getopt::Long patch from Johan Vromans.
31016              
31017              Document code point which makes if (defined %stash::) to work
31018              (noted by Spider Boardman).
31019              
31020              Subject: [PATCH perl@6698] cygwin port
31021              
31022              Document the NDBM_File and ODBM_File as SDBM_File
31023              was documented in #6417.
31024              
31025              The new tests were missing from #6415.
31026              
31027              Add [[:blank:]] as suggested in
31028              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31029              (the [=cc=] has already been taken care of by #6439
31030              so the whole bug report can be closed)
31031              and make [[:space:]] to be equivalent to isspace(3)
31032              (as opposed to \s, which is isSPACE()).  The difference
31033              is that now [[:space:]] matches the mythical vertical tab,
31034              while \s doesn't.
31035              
31036              Don't eat leading os from index entries.
31037              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31038              
31039              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31040              
31041              Typo in pp_complement().
31042              Subject: [PATCH perl-current] Deparse
31043              
31044              Add warnif(), check warnings further up the stack,
31045              all the warnings functions now can take an optional object reference.
31046              Subject: [PATCH bleedperl@6691] warnings pragma update
31047              
31048              Fix a core dump in lib/selfloader under -DDEBUGGING.
31049              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31050              
31051              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31052              
31053              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31054              
31055              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31056              Put back the long double avoidance code to POSIX.xs
31057              because VMS seems to need it still.
31058              
31059              Introduce a 'veryclean' target that is like 'distclean'
31060              but also removes *~ and *.orig.
31061              
31062              Subject: [ID 20000817.023] endianness description in perlfunc.pod
31063              
31064              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31065              
31066              Let's try #6717 again.
31067              
31068              UTF8 concat fixes.
31069              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31070              
31071              pp_open() could pass an uninitialized filename down to do_open9().
31072              
31073              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31074              
31075              Update to CGI 2.72, from Lincoln Stein.
31076              
31077              Subject: [PATCH] Silence MakeMaker (Was: installman)
31078              
31079              Use temporary directory instead of current directory.
31080              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31081              
31082              Document odd vs even subreleases and -Dusedevel.
31083              
31084              The veryclean target needs to clobber.
31085              
31086              Use File::Spec->tmpdir().
31087              
31088              Document the number of exponent digits.
31089              
31090              Mention perlebcdic and perlposix-bc.
31091              
31092              s/this one/the 5.6.0 release/
31093              
31094              The #6724 is here.
31095              
31096              The correct cleaning order is an art.
31097              
31098              small tweaks for change#6705: avoid C++ style comments in C code;
31099              use Perl's malloc API rather than the low level system one
31100              
31101              Array context keeps slithering in.
31102              
31103              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
31104              
31105              Subject: [PATCH] os2.c fix for use64bitint
31106              
31107              Update to Pod::LaTeX 0.53.
31108              Subject: [PATCH] lib/Pod/LaTeX.pm updates
31109              
31110              Document the endianness of Alpha more precisely.
31111              
31112              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
31113              
31114              Rename the macro argument because some preprocessors
31115              can't tell the difference and expand arguments also inside
31116              double quoted strings.
31117              
31118              free TLS slot properly on Windows
31119              
31120              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
31121              
31122              Unicos/mk requires elaborate paranoia.
31123              
31124              Tweak the floating point output routine preferences.
31125              
31126              Also under djgpp the timestamps are funky.
31127              
31128              Apply some PodParser 1.18 patches; the Pod/Find.pm
31129              patches cannot be applied since #6712 conflicts.
31130              
31131              Use PodParser 1.18 new test.
31132              
31133              A pod nit.
31134              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
31135              
31136              Be verydeepclean.
31137      Branch: maint-5.6/perl
31138           +> pod/perlebcdic.pod
31139           !> (integrate 106 files)
31140 ____________________________________________________________________________
31141 [  7892] By: jhi                                   on 2000/11/27  15:02:32
31142         Log: Update Changes.
31143      Branch: perl
31144            ! Changes patchlevel.h
31145 ____________________________________________________________________________
31146 [  7891] By: jhi                                   on 2000/11/27  14:57:23
31147         Log: Subject: Re: perlfaq style changes
31148              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31149              Date: Sat, 25 Nov 2000 23:32:26 -0800
31150              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
31151              
31152              plus a note from Ronald Kimball.
31153      Branch: perl
31154            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
31155 ____________________________________________________________________________
31156 [  7890] By: jhi                                   on 2000/11/27  14:53:14
31157         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
31158              From: Benjamin Holzman <bah@ecnvantage.com>
31159              Date: Sun, 26 Nov 2000 16:27:33 -0500
31160              Message-ID: <20001126162733.J25040@ecnvantage.com>
31161      Branch: perl
31162            ! gv.c
31163 ____________________________________________________________________________
31164 [  7889] By: jhi                                   on 2000/11/27  14:43:11
31165         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
31166              From: lvirden@cas.org
31167              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
31168              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
31169      Branch: perl
31170            ! README.amiga
31171 ____________________________________________________________________________
31172 [  7888] By: jhi                                   on 2000/11/27  14:32:34
31173         Log: Restore also the locale test to no-sprintf-taint state.
31174              Fixes the bug 20001127.003.
31175      Branch: perl
31176            ! sv.c t/pragma/locale.t
31177 ____________________________________________________________________________
31178 [  7887] By: gsar                                  on 2000/11/27  14:13:05
31179         Log: integrate changes#6613..6616,6620..6665 from mainline
31180              
31181              VMS configure.com update continues.
31182              
31183              Subject: Test fails / warnings with perl-current #6612
31184              
31185              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31186              
31187              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31188              
31189              For now remove the mail code.
31190              
31191              Subject: Re: [PATCH] @+, @- readonly
31192              
31193              Subject: warning: storage class after type is obsolescent
31194              
31195              Subject: sfio2000
31196              
31197              Subject: Re: File::Temp problems on VMS in bleedperl
31198              
31199              README.os2 update.
31200              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31201              
31202              Make the user to give up his firstborn, err, to knowingly
31203              verify installing an unstable developer release.  Also bump
31204              the release to 5.7.0, but leave a patch tag in the local
31205              patches saying that this is not yet the real thing.
31206              
31207              Update (kinda) to Test 1.14, from Joshua Pritikin.
31208              
31209              make ok etc also for win32.
31210              
31211              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31212              
31213              Don't blow limited stacks, a lower number is enough to
31214              tickle the lookbehind limit.
31215              
31216              Use -Dusedevel; regen Configure and the respective Porting stuff.
31217              
31218              Subject: [PATCH] debugger exit code should reflect user exit code
31219              
31220              Subject: [PATCH perl@6620] cygwin port
31221              
31222              Missed a file from #6638.
31223              
31224              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)
31225              
31226              magic callbacks all need to have same type signature
31227              
31228              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31229              
31230              Fix a dependency problem.
31231              Subject: [PATCH: 6640] VMS Makefile.SH update
31232              
31233              The numeric locale was reset to "C" by s?printf and never restored.
31234              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31235              No test since adding the failing example to locale.t
31236              does not fail -- probably because the locale settings are so
31237              thoroughly tweaked by that time.  Running the example standalone
31238              does fail, though.  UPDATE: test case added at change #7540.
31239              
31240              Subject: [ID 20000324.040] minor fix to perlhpux.pod
31241              
31242              Update to CPAN 1.57.
31243              
31244              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31245              
31246              Change the perlbug address to perl.org since it's more forgiving.
31247              
31248              Change the regx compilation error markers to use = instead of <
31249              since pod makes using the latter quite messy.  Reported in
31250              ID 20000814.006 by Abigail and in
31251              Subject: Unknown escape E<> ?
31252              
31253              Update to perldebtut 1.9, from Richard Foley.
31254              
31255              check that the number pseudo children doesn't exceed
31256              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31257              the WaitForMultipleObjects() limit that would cause wait()
31258              to crash)
31259              wait() and waitpid() could potentially be rewritten to use
31260              more than one thread to do the waiting to eliminate this
31261              limitation
31262              
31263              change#6328 could make close(SOCKET) return false on windows
31264              when it shouldn't
31265              
31266              pod nit seen in passing
31267              
31268              on windows, the return values from wait() and waitpid() don't
31269              match those of pseudo-pids
31270              
31271              waitpid() now handles externally spawned pids correctly;
31272              fixes for backtick/wait/waitpid failures on Windows 9x
31273              these changes make the pid returned by process functions on
31274              Windows 9x always positive by clearing the high bit (which
31275              is always set on Win9x); pseudo-process PIDs are likewise
31276              always negative now on Win9x (just as on NT/2000)
31277              
31278              trailing new %ENV entries weren't being pushed into the real
31279              environment of subprocesses on Windows
31280              
31281              Tweak the regex compilation errors once more.
31282              
31283              avoid warnings from dense compiler
31284              
31285              add "ok" targets from change#6632 in makefile.mk
31286      Branch: maint-5.6/perl
31287            - lib/Pod/PlainText.pm vms/configure.com
31288           !> (integrate 66 files)
31289 ____________________________________________________________________________
31290 [  7886] By: jhi                                   on 2000/11/27  13:54:18
31291         Log: __FUNCTION__ isn't portable and trying to emulate it leads
31292              into practically spelling out the name of the function.
31293              Takes care of the bug 20001127.001.
31294      Branch: perl
31295            ! perlio.c
31296 ____________________________________________________________________________
31297 [  7885] By: gsar                                  on 2000/11/27  13:53:18
31298         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
31299              6610..6611 from mainline
31300              
31301              Make regular expression parse error messages easier to understand.
31302              Subject: Re: enhanced(?) regex error messages
31303              
31304              Tiny tidying on report_evil_fh().
31305              
31306              Subject: Re: enhanced(?) regex error messages 
31307              plus Capitalize the error messages, plus perldiag them.
31308              
31309              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
31310              
31311              Document here-doc better.
31312              
31313              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31314              
31315              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31316              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31317              (either perlbug or p5p ate the original), plus regen
31318              perlapi and perltoc. 
31319              
31320              Regen global.sym.
31321              
31322              Double check that we have a dirhandle.
31323              
31324              Subject: Re: enhanced(?) regex error messages
31325              (plus two small patches sent privately)
31326              (this still seems to leave few test failures)
31327              
31328              warn is a macro, avoid using at a variable to avoid warnings
31329              in some configurations; readdir.t is too conservative in
31330              estimating number of *.t's
31331              
31332              Get back into sync with Jeffrey on the enhanced regex warnings.
31333              
31334              Subject: [PATCH 5.6.0] cygwin port
31335              
31336              Zero entries were skipped, fix from Adrian Goalby
31337              <argoalby@yahoo.co.uk>
31338              
31339              Subject: Remove dead entry in perldiag
31340              
31341              Amend the description of Perl6.
31342              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31343              
31344              detypo
31345              
31346              It's the 2ndO'ROSSC.
31347              
31348              Revert the sv.c part of #6559, a better fix is needed.
31349              
31350              Iterating perl6 description.
31351              
31352              Update to Term::ANSIColor 1.03, from Russ Allbery.
31353              
31354              Update to Getopt::Long 2.23_05, from Johan Vromans.
31355              
31356              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31357              
31358              Update to Pod::Parser 1.17, from Brad Appleton.
31359              
31360              Update to CPAN 1.56, from Andreas König.
31361              
31362              Update to CGI 2.70, from Lincoln Stein.
31363              
31364              Put back the std @INC thing.
31365              
31366              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
31367              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
31368              
31369              Document the IO::Select timeout.
31370              
31371              sleep(1) does not necessarily return 1.
31372              Subject: [PATCH bleadperl] op/lex_assign.t  
31373              
31374              Subject: debugger "d" command doesnt check line number
31375              
31376              B::Deparse didn't do sub attributes.
31377              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31378              
31379              Preprocessing and postprocessing for File::Find.
31380              Subject: Patch to Find::File.pm to allow alphabetical results
31381              
31382              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31383              
31384              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31385              
31386              Subject: Re: [ID 20000730.003] utf8::length() bad
31387              
31388              Subject: Getting perlio and threads to compile
31389              (the Solaris version changes in Configure skipped)
31390              
31391              Tests for #6589.
31392              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31393              
31394              Add Perl debugging tutorial, regen toc. 
31395              Subject: perldebtut.pod
31396              
31397              Add a few missing files, update MANIFEST.
31398              
31399              Rewrite of vms/subconfigure.com as configure.com,
31400              from Peter Prymmer and the vmsperl crew.
31401              
31402              Should have deleted this in #6603.
31403              
31404              Fix the test for 5005threads.
31405              
31406              Fix-n-skip the tests under 5005threads.
31407              
31408              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31409              
31410              Upgrade to CGI 2.71, from Lincoln Stein.
31411      Branch: maint-5.6/perl
31412           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31413           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
31414           +> t/op/regmesg.t t/pod/find.t vms/configure.com
31415            - vms/subconfigure.com
31416            ! lib/lib.pm
31417           !> (integrate 115 files)
31418 ____________________________________________________________________________
31419 [  7884] By: jhi                                   on 2000/11/27  13:44:33
31420         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
31421              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31422              Date:     Mon, 27 Nov 2000 08:23:54 EST
31423              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
31424      Branch: perl
31425            ! vms/descrip_mms.template vms/test.com
31426 ____________________________________________________________________________
31427 [  7883] By: gsar                                  on 2000/11/27  11:50:46
31428         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
31429              6511..6513,6515..6523,6525..6536
31430              
31431              The swallow_bom() saga continues.  The #23 of require.t
31432              (UTF16-LE) still fails (silently, no output) but the #22
31433              (UTF16-BE) seems to be working now.  The root of the
31434              failure may be in sv_gets(): is it UTF-16LE-aware,
31435              especially when it comes to line endings? 
31436              
31437              Document the problem with -P in HP-UX and its workaround.
31438              
31439              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
31440              (aka ID 20000730.002)
31441              
31442              Subject: fix and question re: waitpid() under win32
31443              
31444              Make the safety catch for buggy gccs work with triple version
31445              numbers like 2.95.2.  Reported in
31446              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
31447              
31448              In Digital UNIX warn if gcc explicitly chosen because even
31449              2.95.2 is known to cause problems.
31450              
31451              Make chr() for values >127 to create utf8 when under utf8.
31452              
31453              various syntax errors and such (not fixed: comp/require.t#22 coredump
31454              on Windows)
31455              
31456              Stash away the largefiles flags and libswanted.
31457              
31458              BOM patching from Simon Cozens.
31459              
31460              If gccosandvers is equal to osname, clear gccosandvers.
31461              
31462              Make p4desc to skip non-mainperl branches by default.
31463              
31464              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
31465              
31466              The test from this
31467              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
31468              
31469              In new BSDs changes to argv[] do not show up in ps(1) output,
31470              instead one must use setproctitle().  This was already addressed
31471              by change #6457, but the below has a new variant for FreeBSD 4.0
31472              or later, and the matter is also documented more.
31473              
31474              FreeBSD 3.* updates from
31475              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31476              
31477              regen_headers, regen perltoc.
31478              
31479              Document in one place the memory abstractions used in Perl core.
31480              
31481              memcpy has n o in it, as pinted ut by Sarathy.
31482              
31483              Remove the extraneous "main::" prefix from all the
31484              "opened only for", "on closed", and "never opened" warnings.
31485              
31486              The name of a filehandle does not have <these>.
31487              
31488              The tr utf8 patching continues.
31489              
31490              The new setproctitle() feature is available only in 
31491              bleeding edge FreeBSD.  From Paul Saab.
31492              
31493              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
31494              
31495              Dump UVs as UVs in Data::Dumper.
31496              
31497              detypo #6494
31498              
31499              Document the IVdf UVuf UVof UVxf.
31500              
31501              require.t needs binmode() to work on windows
31502              
31503              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31504              that are hopefully soon put into use.
31505              
31506              Allow "no Module;" even if there is no 'unimport'.
31507              
31508              Better skip message for the test; one of the two problems in
31509              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31510              
31511              The subtest 4 may fail also on VOBS, as pointed out
31512              by Nick Ing-Simmons in November 1999, bug id 19991124.003
31513              (but the failure in that bug report isn't the subtest 4).
31514              
31515              Be more informative on what is skipped and why,
31516              also repeat the list at the end.
31517              
31518              Add a URL for FSF.
31519              
31520              Subject: [PATCH] sv.h documentation - SvLEN
31521              
31522              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31523              
31524              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31525              
31526              Subject: [PATCH] bad cppsymbols on os2 + Configure question
31527              
31528              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31529              
31530              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31531              mention the idea of @( and @)
31532              
31533              This is 6512.  Really.
31534              
31535              Subject: [ID 19990721.004] Documentation bug in perlfunc
31536              
31537              Subject: Minor tweak to perlvar.pod
31538              
31539              In the warnings call filehandles consistently so;
31540              add "unopened" warning for stat().
31541              
31542              After the #6519 a warning about stat() is just that,
31543              not about a filetest, which now have their own warning.
31544              
31545              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31546              
31547              Subject: Re: Array vs. List context
31548              
31549              Subject: New perlcc, take 2
31550              
31551              Weed buglets pointed out by
31552              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31553              
31554              gcc versions might have (parentheses) in them.
31555              
31556              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
31557              
31558              Essential prototype changes were missing from #6527.
31559              Also make report_evil_fh() more bomb-proof.
31560              
31561              Zap lib/Sys directory when cleaning up.
31562              
31563              Change the Policy policy: now -Dprefix= with an existing
31564              Policy.sh and prefix == siteprefix == vendorprefix, then all
31565              of them follow along the new prefix.
31566              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
31567              
31568              Continue fixing the io warnings.  This also
31569              sort of fixes bug ID 20000802.003: the core dump
31570              is no more.  Whether the current behaviour is correct
31571              (giving a warning: "Not a format reference"), is another matter.
31572              
31573              Have symbols for the IoTYPEs.
31574              
31575              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
31576              
31577              Document a bit that UDP is not what you might think.
31578              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
31579              tr memory corruption fix from Simon Cozens.
31580              
31581              Plug the security hole described in the Aug 05 2000 bugtraq message
31582              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
31583              The security hole exists only in suidperls, which isn't
31584              installed or even built by default.
31585      Branch: maint-5.6/perl
31586           !> (integrate 71 files)
31587 ____________________________________________________________________________
31588 [  7882] By: gsar                                  on 2000/11/27  10:25:36
31589         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
31590              from mainline
31591              
31592              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
31593              to be fatal errors (instead of by default ignoring them, and
31594              ignoring with a bug: even though -w gave an error, the opening [
31595              was left in)  Reported in:
31596              
31597              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
31598              
31599              Subject: [PATCH] split /^/
31600              
31601              MacOS nits from Matthias Neeracher.
31602              
31603              More split() doc and test patches from Mike Guy.
31604              
31605              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
31606              from Graham Barr in the module list.
31607              
31608              docfix from Peter Scott <Peter@PSDT.com>.
31609              
31610              File::Temp patches for VMS and OS/2 from Tim Jenness.
31611              
31612              open() wariness in perlbug.
31613              
31614              Subject: [PATCH] minor doc change - perlguts
31615              
31616              Subject: Minor doc patch: handy.h
31617              
31618              Be wary of close()s, too.
31619              
31620              Further File::Temp patches from Yitzchak Scott-Thoennes
31621              and Craig A. Berry.
31622              
31623              Subject: [PATCH] fixes bug 20000508.004
31624              
31625              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
31626              
31627              Allow "no AutoLoader;", based on change #6444,
31628              suggested by Graham Barr.
31629              
31630              Use setproctitle() if available to modify $0.
31631              
31632              Warn if the version of the operating system used to compile gcc
31633              differs from the current version of the operating system.
31634              Also display the gcc compilation os and version in myconfig.
31635              Inspiration from
31636              
31637              Tiny fixes for #6460.
31638              
31639              The problem described in this
31640              Subject: [ID 20000322.018] named chars aren't magical enough
31641              has been fixed in perl 5.6.0 but just in case added a test
31642              to keep it away.  (The report from Joseph Hall.)
31643              
31644              Tune the comments and hopefully stop a memory leak.
31645              
31646              Subject: UTF8 concat
31647              (with a memory leak fixed, plus a few casts added)
31648              This also seems to help for
31649              Subject: [ID 20000716.015] join UTF8 weirdness
31650              
31651              Do not upgrade SVs into utf8 just because they participate
31652              in eq or cmp.  Reported and fix suggested in
31653              Subject: [ID 20000720.009] sv_eq UTF8 bug
31654              
31655              Fix the HALF_UPGRADE() macro introduced in #6263.
31656              
31657              Find green threads before native threads.
31658              Subject: Re: Patch to jpl/JNI/Makefile.PL
31659      Branch: maint-5.6/perl
31660           !> (integrate 30 files)
31661 ____________________________________________________________________________
31662 [  7881] By: jhi                                   on 2000/11/27  05:48:41
31663         Log: It seems that *both* the unused submatch loop cleanup
31664              codes are needed.
31665      Branch: perl
31666            ! regexec.c
31667 ____________________________________________________________________________
31668 [  7880] By: jhi                                   on 2000/11/27  04:50:07
31669         Log: Clean .exists deeper.
31670      Branch: perl
31671            ! Makefile.SH
31672 ____________________________________________________________________________
31673 [  7879] By: jhi                                   on 2000/11/27  02:31:35
31674         Log: The code in regcppop() (see #7878) contains the correct lower
31675              limit for the unused submatch 'cleanup' loop so that under
31676              "use utf8" the following code wouldn't dump core:
31677              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
31678              the cleanup loop in regtry() stomped beyond allocated area
31679              in the startp[] array.  Therefore, copied the correct lower
31680              loop limit (*PL_reglastparen) to regtry().  Note: something
31681              may still not be quite right: why was the _higher_ loop limit
31682              (prog->nparens) different in the utf8 case?
31683              
31684              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
31685              without core dumps, there were about 17 of them before
31686              the patch (with us since Perl 5.7.0).  Two failures, still:
31687              496 and 505 (though these may not be severe).
31688              
31689              Patch #7881 is also needed since both the cleanup loops
31690              seem to be needed.
31691              
31692              Also, the t/op/pat#44 seems to core dump under utf8.
31693              Plus a couple of failures.  UGH-8.
31694      Branch: perl
31695            ! regexec.c
31696 ____________________________________________________________________________
31697 [  7878] By: jhi                                   on 2000/11/27  02:21:17
31698         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
31699              the code in regcppop() seems to be redundant for the test suite --
31700              but it contains a germ of truth, and it needed for the build
31701              process itself: see #7879 and #7881.
31702      Branch: perl
31703            ! regexec.c
31704 ____________________________________________________________________________
31705 [  7877] By: jhi                                   on 2000/11/27  01:53:09
31706         Log: Comment on comment.
31707      Branch: perl
31708            ! regexec.c
31709 ____________________________________________________________________________
31710 [  7876] By: jhi                                   on 2000/11/27  00:49:59
31711         Log: Adjust the docs to agree with #7875.
31712      Branch: perl
31713            ! pod/perllocale.pod
31714 ____________________________________________________________________________
31715 [  7875] By: jhi                                   on 2000/11/27  00:49:27
31716         Log: Retract #7863.  It makes more sense not to taint formatted output,
31717              not even by sprintf().
31718      Branch: perl
31719            ! sv.c
31720 ____________________________________________________________________________
31721 [  7874] By: jhi                                   on 2000/11/26  23:36:02
31722         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31723              Not really fixed (should really dump the UTF-8 charclass),
31724              but stopped displaying the garbage.
31725              
31726              Also add a note on the (missing) Unicode PSXSPC and BLANK.
31727      Branch: perl
31728            ! regcomp.c
31729 ____________________________________________________________________________
31730 [  7873] By: jhi                                   on 2000/11/26  21:31:13
31731         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31732      Branch: perl
31733            ! regexec.c
31734 ____________________________________________________________________________
31735 [  7872] By: jhi                                   on 2000/11/26  21:06:04
31736         Log: No need to scan till infinity, 13 is enough.
31737      Branch: perl
31738            ! handy.h utf8.c
31739 ____________________________________________________________________________
31740 [  7871] By: jhi                                   on 2000/11/26  20:20:32
31741         Log: Test line numbers are different with utf8.
31742      Branch: perl
31743            ! t/op/re_tests
31744 ____________________________________________________________________________
31745 [  7870] By: jhi                                   on 2000/11/26  20:10:12
31746         Log: Message nit.
31747      Branch: perl
31748            ! regcomp.c
31749 ____________________________________________________________________________
31750 [  7869] By: jhi                                   on 2000/11/26  19:01:05
31751         Log: Make utf8_length() and utf8_distance() (the latter of which
31752              is unused at the moment) to be less forgiving about bad UTF-8.
31753      Branch: perl
31754            ! embed.h embed.pl objXSUB.h proto.h utf8.c
31755 ____________________________________________________________________________
31756 [  7868] By: jhi                                   on 2000/11/26  18:45:56
31757         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
31758              From: Benjamin Holzman <bah@ecnvantage.com>
31759              Date: Sat, 25 Nov 2000 20:40:20 -0500       
31760              Message-ID: <20001125204020.A25040@ecnvantage.com>              
31761              
31762              Debian allows installing /usr/bin/locale without installing
31763              any locales, an error message will ensue.
31764      Branch: perl
31765            ! t/pragma/locale.t
31766 ____________________________________________________________________________
31767 [  7867] By: jhi                                   on 2000/11/26  18:31:12
31768         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
31769              From: Benjamin Holzman <bah@ecnvantage.com>
31770              Date: Sun, 26 Nov 2000 02:42:34 -0500
31771              Message-ID: <20001126024234.G25040@ecnvantage.com>
31772              
31773              Patch for the bug 20000212.002.
31774      Branch: perl
31775            ! sv.c t/op/array.t
31776 ____________________________________________________________________________
31777 [  7866] By: jhi                                   on 2000/11/26  18:28:09
31778         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
31779              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31780              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
31781              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
31782              
31783              File::Temp 0.11.
31784      Branch: perl
31785            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31786 ____________________________________________________________________________
31787 [  7865] By: jhi                                   on 2000/11/26  18:24:22
31788         Log: The metaconfig unit change for #7864.
31789      Branch: metaconfig/U/perl
31790            ! need_va_copy.U
31791 ____________________________________________________________________________
31792 [  7864] By: jhi                                   on 2000/11/26  18:23:41
31793         Log: Make the va_copy() test not to be so talkative.
31794      Branch: perl
31795            ! Configure config_h.SH
31796 ____________________________________________________________________________
31797 [  7863] By: jhi                                   on 2000/11/26  18:11:02
31798         Log: Fix locale inconsistencies unearthed by Hugo's work.
31799              Now the floating point sprintf really does taint the result
31800              string as perllocale promises (has promised for a long time)
31801              if "use locale" is in the lexical scope.
31802      Branch: perl
31803            ! sv.c t/pragma/locale.t
31804 ____________________________________________________________________________
31805 [  7862] By: jhi                                   on 2000/11/26  00:35:15
31806         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
31807              From: Nicholas Clark <nick@ccl4.org>
31808              Date: Sun, 26 Nov 2000 00:07:50 +0000
31809              Message-ID: <20001126000750.A22446@plum.flirble.org>
31810              
31811              Infinit.
31812      Branch: perl
31813            ! sv.c
31814 ____________________________________________________________________________
31815 [  7861] By: jhi                                   on 2000/11/26  00:01:26
31816         Log: Integrate perlio.
31817      Branch: perl
31818           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
31819 ____________________________________________________________________________
31820 [  7860] By: nick                                  on 2000/11/25  22:04:17
31821         Log: Correct relative path from new ext\Filter\Util\Call location
31822              back to miniperl.
31823      Branch: perlio
31824            ! win32/makefile.mk
31825 ____________________________________________________________________________
31826 [  7859] By: nick                                  on 2000/11/25  21:26:54
31827         Log: Integrate mainline.
31828      Branch: perlio
31829           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31830           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31831           +> t/lib/filter-util.t
31832            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31833            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31834            - t/lib/filt-util.t
31835           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
31836           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31837           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
31838           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
31839           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
31840           !> win32/makefile.mk
31841 ____________________________________________________________________________
31842 [  7858] By: gsar                                  on 2000/11/25  20:52:17
31843         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
31844              parent's memory; fix it by keeping track of the actual pad
31845              offset rather than a raw pointer (this change is probably also
31846              relevant to non-ithreads case to avoid fallout from reallocs of
31847              the pad array, but is currently only enabled for the ithreads
31848              case in the interests of minimal disruption to existing "well
31849              tested" code)
31850      Branch: perl
31851            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31852            ! proto.h scope.c scope.h sv.c t/op/fork.t
31853 ____________________________________________________________________________
31854 [  7857] By: nick                                  on 2000/11/25  20:01:28
31855         Log: All tests pass on Win32/gcc/USE_PERLIO.
31856              - when crlf layer is pushed make unix-level binary.
31857              - remove :crlf injection in pp_backtick in pp_sys.c
31858              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
31859      Branch: perlio
31860            ! doio.c perlio.c pp_sys.c win32/makefile.mk
31861 ____________________________________________________________________________
31862 [  7856] By: jhi                                   on 2000/11/25  18:38:30
31863         Log: Update the metaconfig units for #7855.
31864      Branch: metaconfig/U/perl
31865            ! useperlio.U usesocks.U
31866 ____________________________________________________________________________
31867 [  7855] By: jhi                                   on 2000/11/25  18:37:54
31868         Log: Undo the SOCKS workarounds, instead start using PerlIO
31869              if SOCKS is selected.
31870              
31871              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
31872              From: Jens Hamisch <jens@Strawberry.COM>
31873              Date: Fri, 24 Nov 2000 18:31:30 +0100
31874              Message-ID: <20001124183130.E28337@Strawberry.COM>
31875              
31876              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
31877              From: Jens Hamisch <jens@Strawberry.COM>
31878              Date: Fri, 24 Nov 2000 19:11:51 +0100
31879              Message-ID: <20001124191151.A28753@Strawberry.COM>
31880      Branch: perl
31881            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
31882            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
31883 ____________________________________________________________________________
31884 [  7854] By: jhi                                   on 2000/11/25  17:39:08
31885         Log: Undo #7848.  Some of the code seems to use walkoptree(),
31886              some walkoptree_slow().  An unfinished renaming?
31887              Now the sub is walkoptree() (which is @EXPORT_OK),
31888              the walkoptree_slow() is a typeglob alias to walkoptree.
31889              This makes the tests to pass, at least.
31890      Branch: perl
31891            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31892 ____________________________________________________________________________
31893 [  7853] By: nick                                  on 2000/11/24  22:24:33
31894         Log: Re-arrange crlf vs binary for platforms that care.
31895              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
31896              Lip-service to making stdio layer work on such platfroms (untested).
31897              Now fails 3 tests rather than one, checkin to see if I can debug 
31898              the issue under linux. (Do not merge.)
31899      Branch: perlio
31900            ! doio.c perlio.c perliol.h
31901 ____________________________________________________________________________
31902 [  7852] By: jhi                                   on 2000/11/24  18:57:39
31903         Log: AUTHORS edits.
31904      Branch: perl
31905            ! AUTHORS
31906 ____________________________________________________________________________
31907 [  7851] By: jhi                                   on 2000/11/24  17:34:56
31908         Log: Add Jan-Erik Karlsson.
31909      Branch: perl
31910            ! AUTHORS
31911 ____________________________________________________________________________
31912 [  7850] By: jhi                                   on 2000/11/24  17:27:56
31913         Log: Configure should find stdchar on its own.
31914      Branch: perl
31915            ! hints/solaris_2.sh
31916 ____________________________________________________________________________
31917 [  7849] By: jhi                                   on 2000/11/24  17:24:55
31918         Log: Subject: PATCH over 7848: Filter test flawed
31919              From: andreas.koenig@anima.de (Andreas J. Koenig)
31920              Date: 24 Nov 2000 10:28:29 +0100
31921              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
31922      Branch: perl
31923            ! t/lib/filter-util.t
31924 ____________________________________________________________________________
31925 [  7848] By: jhi                                   on 2000/11/24  17:22:15
31926         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
31927              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
31928              Date: Fri, 24 Nov 2000 16:12:58 +0000
31929              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
31930      Branch: perl
31931            ! ext/B/B.pm
31932 ____________________________________________________________________________
31933 [  7847] By: jhi                                   on 2000/11/24  03:07:01
31934         Log: Integrate perlio.
31935      Branch: perl
31936           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31937           !> win32/makefile.mk
31938 ____________________________________________________________________________
31939 [  7846] By: gsar                                  on 2000/11/24  00:55:57
31940         Log: integrate changes#6415..6418,6420..6438 from mainline
31941              
31942              Fix the bitvector ops for utf8 (tricky since past 7 bits
31943              the utf8 'characters' can be more than one octet).
31944              
31945              MPE/ix updates for perl 5.6.0 from Mark Bixby.
31946              
31947              Subject: SDBM_File documentation
31948              
31949              Detypo.
31950              
31951              Decutandpasto.
31952              
31953              Send all installperl messages to STDERR and be -w clean.
31954              
31955              Out-of-date note removed.
31956              
31957              Protect against "wild next"s, that is, callbacks doing "next"
31958              instead of "return".
31959              
31960              Use STDOUT consistently.
31961              
31962              The output might have been produced in the wrong order.
31963              
31964              A missing 'break' after the [[:space:]] switch case.
31965              
31966              Add tests for
31967              [ID 19991110.003] another matching finding by pcre author
31968              which has already been fixed by some patch, as verified in
31969              
31970              Documentation to explain the behaviour of map().
31971              
31972              Add an optimization for map-maps-a-list-element-to-more-list-elements
31973              case, but add also notes explaining the relationship of this
31974              patch and the earlier notes by Sarathy.
31975              
31976              Subject: [ID 20000716.023] syslog test fails without sockets
31977              
31978              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31979              Test cases for #6431.
31980              
31981              File::Spec::VMS fixup for tmpdir from Craig Berry.
31982              
31983              Make the "uninit variable" warning to say "concat or string"
31984              or "join or string" when in concat or join .
31985              
31986              Get UTF16 BOMs working.  Patch from
31987              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31988              
31989              Subject: [PATCH] Make large file tests deal with SIGXFSZ
31990              
31991              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31992              
31993              Subject: [PATCH] av.c apidoc
31994      Branch: maint-5.6/perl
31995           !> (integrate 43 files)
31996 ____________________________________________________________________________
31997 [  7845] By: gsar                                  on 2000/11/24  00:20:45
31998         Log: integrate changes#6406..6414 from mainline
31999              
32000              Merge perlhacktut into perlhack, update perlguts.
32001              
32002              Fix AutoSplit to use File::Spec the right way in VMS,
32003              from Peter Prymmer.
32004              
32005              The bug report
32006              [ID 19991110.002] minimal matching discrepancy found by pcre author
32007              seems to have been fixed (though differently from what was suggested
32008              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
32009              
32010              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
32011              not in pod, from Peter Prymmer
32012              
32013              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
32014              From: Hugo <hv@crypt.compulink.co.uk>
32015              Date: Fri, 14 Jul 2000 23:05:20 +0100
32016              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
32017              
32018              Didn't anymore apply, but that point still could use another fix.
32019              
32020              lib/b test fixes from Peter Prymmer.
32021              
32022              More docs for sv functions.
32023              
32024              perlvms.pod whitespace cleanup to keep pod utils happy.
32025              
32026              another VMS build tweak from Peter Prymmer
32027      Branch: maint-5.6/perl
32028           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
32029           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
32030           !> vms/descrip_mms.template vms/perlvms.pod
32031 ____________________________________________________________________________
32032 [  7844] By: nick                                  on 2000/11/23  23:42:45
32033         Log: Win32/perlio Now just fails one io/argv.t test - lack 
32034              of default :crlf on standard streams.
32035      Branch: perlio
32036            ! doio.c perlio.c
32037 ____________________________________________________________________________
32038 [  7843] By: nick                                  on 2000/11/23  23:04:05
32039         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
32040              peek fail is showing a real problem (multiple crlf layers
32041              are getting pushed.)
32042      Branch: perlio
32043            ! doio.c perlio.c win32/makefile.mk
32044 ____________________________________________________________________________
32045 [  7842] By: nick                                  on 2000/11/23  19:46:23
32046         Log: Implement PerlIO_binmode()
32047              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
32048              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
32049              make binmode in t/lib/io_tell.t unconditional so that works.
32050              Checkin just so Win32 machine can see these changes.
32051      Branch: perlio
32052            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32053 ____________________________________________________________________________
32054 [  7841] By: jhi                                   on 2000/11/23  19:30:00
32055         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
32056      Branch: perl
32057            ! README.amiga
32058 ____________________________________________________________________________
32059 [  7840] By: jhi                                   on 2000/11/23  17:18:02
32060         Log: SOCKS wrestling continues, patches from Jens Hamisch.
32061      Branch: perl
32062            ! doio.c embed.h embed.pl perlsdio.h proto.h
32063 ____________________________________________________________________________
32064 [  7839] By: jhi                                   on 2000/11/23  16:54:14
32065         Log: Push Filter::Util::Call one level deeper.
32066      Branch: perl
32067            + t/lib/filter-util.t
32068           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32069           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32070            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32071            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32072            - t/lib/filt-util.t
32073            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
32074            ! win32/Makefile win32/makefile.mk
32075 ____________________________________________________________________________
32076 [  7838] By: jhi                                   on 2000/11/23  16:52:40
32077         Log: Reach back one higher up when searching for PERL_SRC.
32078      Branch: perl
32079            ! lib/ExtUtils/MM_Unix.pm
32080 ____________________________________________________________________________
32081 [  7837] By: jhi                                   on 2000/11/23  16:05:41
32082         Log: Subject: Re: perl@7826
32083              Date: Thu, 23 Nov 2000 02:20:25 -0600
32084              From: "Craig A. Berry" <craigberry@mac.com>
32085              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
32086              
32087              Make VMS to like Filter::Util::Call. 
32088      Branch: perl
32089            ! configure.com ext/Filter/Util/Makefile.PL
32090 ____________________________________________________________________________
32091 [  7836] By: nick                                  on 2000/11/23  16:04:08
32092         Log: Implement crlf layer - not ready for merge.
32093      Branch: perlio
32094            ! perlio.c win32/makefile.mk
32095 ____________________________________________________________________________
32096 [  7835] By: jhi                                   on 2000/11/23  15:56:52
32097         Log: STDCHAR is different in Sparc v9 vs x86.
32098      Branch: perl
32099            ! hints/solaris_2.sh
32100 ____________________________________________________________________________
32101 [  7834] By: jhi                                   on 2000/11/23  15:50:47
32102         Log: The type needs to be visible to protos.
32103      Branch: perl
32104            ! perl.h
32105 ____________________________________________________________________________
32106 [  7833] By: jhi                                   on 2000/11/23  15:40:46
32107         Log: Finish unfinished SOCKS workaround changes.
32108      Branch: perl
32109            ! doio.c
32110 ____________________________________________________________________________
32111 [  7832] By: jhi                                   on 2000/11/23  15:33:30
32112         Log: Integrate perlio.
32113      Branch: perl
32114           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32115           !> win32/makefile.mk
32116 ____________________________________________________________________________
32117 [  7831] By: nick                                  on 2000/11/23  10:31:07
32118         Log: Correct makefile.mk dependancies for ext/Filter/Util
32119              Build ext/Encode
32120              Run dmake regen_config_h
32121      Branch: perlio
32122            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32123            ! win32/makefile.mk
32124 ____________________________________________________________________________
32125 [  7830] By: nick                                  on 2000/11/23  08:05:07
32126         Log: Integrate mainline
32127      Branch: perlio
32128           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32129           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
32130           +> t/lib/filt-util.pl t/lib/filt-util.t
32131           !> (integrate 41 files)
32132 ____________________________________________________________________________
32133 [  7829] By: gsar                                  on 2000/11/23  03:07:11
32134         Log: build the Filter extension on windows
32135      Branch: perl
32136            ! win32/Makefile win32/makefile.mk
32137 ____________________________________________________________________________
32138 [  7828] By: gsar                                  on 2000/11/23  02:46:35
32139         Log: regenerate win32/config* and fix some inconsistencies in the
32140              makefiles; always export Perl_deb() because it is needed
32141              by ext/re/* (whether perl itself is built with -DDEBUGGING
32142              or not)
32143      Branch: perl
32144            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
32145            ! win32/config_H.vc win32/makefile.mk
32146 ____________________________________________________________________________
32147 [  7827] By: gsar                                  on 2000/11/23  02:18:38
32148         Log: get sources building on windows+MSVC again (untested with other
32149              compilers)
32150      Branch: perl
32151            ! win32/include/sys/socket.h win32/perllib.c
32152 ____________________________________________________________________________
32153 [  7826] By: jhi                                   on 2000/11/23  01:18:26
32154         Log: Update Changes.
32155      Branch: perl
32156            ! Changes patchlevel.h
32157 ____________________________________________________________________________
32158 [  7825] By: jhi                                   on 2000/11/23  00:20:41
32159         Log: Subject: Re: av.c patch (having slight problems)
32160              From: "Ben Tilly" <ben_tilly@hotmail.com>
32161              Date: Tue, 21 Nov 2000 23:29:31 -0500
32162              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
32163              
32164              unshift() speedup.
32165      Branch: perl
32166            ! av.c
32167 ____________________________________________________________________________
32168 [  7824] By: jhi                                   on 2000/11/22  23:59:15
32169         Log: Fixes for signedness warnings noticed by VMSperlers.
32170      Branch: perl
32171            ! ext/Storable/Storable.xs regcomp.c sv.c
32172 ____________________________________________________________________________
32173 [  7823] By: jhi                                   on 2000/11/22  23:19:31
32174         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
32175              From: Peter Prymmer <pvhp@forte.com>
32176              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
32177              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
32178      Branch: perl
32179            ! t/pragma/warn/pp_hot
32180 ____________________________________________________________________________
32181 [  7822] By: jhi                                   on 2000/11/22  22:52:20
32182         Log: Be clean.
32183      Branch: perl
32184            ! Makefile.SH
32185 ____________________________________________________________________________
32186 [  7821] By: jhi                                   on 2000/11/22  22:46:39
32187         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
32188              by Damian Conway, as suggested by Paul Marquess.
32189      Branch: perl
32190            + lib/Filter/Simple.pm
32191 ____________________________________________________________________________
32192 [  7820] By: jhi                                   on 2000/11/22  22:45:51
32193         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
32194      Branch: perl
32195            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32196            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32197            + t/lib/filt-util.t
32198            ! MANIFEST
32199 ____________________________________________________________________________
32200 [  7819] By: jhi                                   on 2000/11/22  22:03:27
32201         Log: Integrate perlio.
32202      Branch: perl
32203           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32204           !> win32/makefile.mk
32205 ____________________________________________________________________________
32206 [  7818] By: jhi                                   on 2000/11/22  21:56:02
32207         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
32208      Branch: perl
32209            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
32210            ! t/lib/io_sock.t
32211 ____________________________________________________________________________
32212 [  7817] By: jhi                                   on 2000/11/22  21:39:49
32213         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
32214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32215              Date: Wed, 22 Nov 2000 16:08:12 -0500
32216              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
32217      Branch: perl
32218            ! lib/ExtUtils/Liblist.pm
32219 ____________________________________________________________________________
32220 [  7816] By: jhi                                   on 2000/11/22  21:38:25
32221         Log: Go ahead and #include <unistd.h> in perl.h.
32222      Branch: perl
32223            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
32224            ! util.c
32225 ____________________________________________________________________________
32226 [  7815] By: jhi                                   on 2000/11/22  21:22:52
32227         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32229              Date: Mon, 20 Nov 2000 18:30:52 -0500
32230              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
32231      Branch: perl
32232            ! pod/perlre.pod regcomp.c t/op/re_tests
32233 ____________________________________________________________________________
32234 [  7814] By: jhi                                   on 2000/11/22  21:21:46
32235         Log: Subject: [PATCH 5.7.0] Liblist finally works
32236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32237              Date: Tue, 21 Nov 2000 22:02:17 -0500
32238              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
32239      Branch: perl
32240            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
32241            ! lib/ExtUtils/MakeMaker.pm
32242 ____________________________________________________________________________
32243 [  7813] By: jhi                                   on 2000/11/22  21:20:23
32244         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
32245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32246              Date: Wed, 22 Nov 2000 17:53:15 +0100
32247              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
32248              
32249              AIX dynaloader and perlio patch.
32250      Branch: perl
32251            ! ext/DynaLoader/dl_aix.xs
32252 ____________________________________________________________________________
32253 [  7812] By: jhi                                   on 2000/11/22  21:17:52
32254         Log: (Accidentally empty patch.)
32255      Branch: perl
32256            ! av.c
32257 ____________________________________________________________________________
32258 [  7811] By: jhi                                   on 2000/11/22  21:16:31
32259         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
32260              From: Peter Prymmer <pvhp@forte.com>
32261              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
32262              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
32263      Branch: perl
32264            ! vms/test.com
32265 ____________________________________________________________________________
32266 [  7810] By: jhi                                   on 2000/11/22  21:15:36
32267         Log: Subject: Re: perl@7777 
32268              From: "John P. Linderman" <jpl@research.att.com>
32269              Date: Wed, 22 Nov 2000 13:11:11 -0500
32270              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
32271              
32272              Detypoing.
32273      Branch: perl
32274            ! lib/CPAN.pm
32275 ____________________________________________________________________________
32276 [  7809] By: jhi                                   on 2000/11/22  21:14:19
32277         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
32278              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32279              Date:     Wed, 22 Nov 2000 13:51:37 EST
32280              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
32281      Branch: perl
32282            ! perlsdio.h
32283 ____________________________________________________________________________
32284 [  7808] By: jhi                                   on 2000/11/22  21:13:27
32285         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
32286              From: Casey Tweten <crt@kiski.net>
32287              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
32288              Message-Id: <200011201653.LAA10194@home.kiski.net>
32289      Branch: perl
32290            ! t/lib/io_udp.t
32291 ____________________________________________________________________________
32292 [  7807] By: jhi                                   on 2000/11/22  21:12:35
32293         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
32294              From: Casey Tweten <crt@kiski.net>
32295              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
32296              Message-Id: <200011201636.LAA07227@home.kiski.net>
32297      Branch: perl
32298            ! t/lib/io_sock.t
32299 ____________________________________________________________________________
32300 [  7806] By: jhi                                   on 2000/11/22  21:10:59
32301         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
32302              From: "Casey R. Tweten" <crt@kiski.net>
32303              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
32304              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
32305      Branch: perl
32306            ! utils/h2xs.PL
32307 ____________________________________________________________________________
32308 [  7805] By: nick                                  on 2000/11/22  21:05:06
32309         Log: Integrate mainline
32310      Branch: perlio
32311           !> Changes Porting/genlog ext/DB_File/DB_File.xs
32312           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
32313           !> utils/perlbug.PL
32314 ____________________________________________________________________________
32315 [  7804] By: jhi                                   on 2000/11/22  21:01:12
32316         Log: Subject: [PATCH] Test.pm POD peculiarity
32317              From: "Casey R. Tweten" <crt@kiski.net>
32318              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
32319              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
32320      Branch: perl
32321            ! lib/Test.pm
32322 ____________________________________________________________________________
32323 [  7803] By: jhi                                   on 2000/11/22  20:59:59
32324         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
32325              From: "Philip Newton" <pnewton@gmx.de>
32326              Date: Wed, 22 Nov 2000 14:25:53 +0100
32327              Message-Id: <3A1BD771.25462.1939FAD@localhost>
32328              
32329              Be case-understanding also on 's', and use the -oi of sendmail
32330              not to terminate the transmission on a lone '.'.
32331      Branch: perl
32332            ! utils/perlbug.PL
32333 ____________________________________________________________________________
32334 [  7802] By: nick                                  on 2000/11/22  20:51:42
32335         Log: Win32 PerlIO intermediate state now working as expected.
32336              - In current state we are still using C runtime in text/binary
32337              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
32338              - PERLIO=stdio and PERLIO=unix pass all expected tests.
32339              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
32340              and PerlIO_seek() and the dummy crlf layer is not making adjustments
32341              for CRLF translation happening in C runtime. All other tests pass.
32342              
32343              Added note to README.win32 to point out the snags of doing a perl build
32344              with Norton AntiVirus turned on.
32345              
32346              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
32347              which file a fail comes from.
32348              
32349              Updated "canned" config.h to match the one generated.
32350      Branch: perlio
32351            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32352            ! win32/makefile.mk
32353 ____________________________________________________________________________
32354 [  7801] By: jhi                                   on 2000/11/22  06:50:20
32355         Log: Nickety nits.
32356      Branch: perl
32357            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32358 ____________________________________________________________________________
32359 [  7800] By: jhi                                   on 2000/11/22  01:29:55
32360         Log: Changes had accidentally gone too silent on non-main branches.
32361      Branch: perl
32362            ! Changes Porting/genlog patchlevel.h
32363 ____________________________________________________________________________
32364 [  7799] By: gsar                                  on 2000/11/22  01:02:56
32365         Log: some lib_pm.PL changes snuck in via change#7772
32366      Branch: maint-5.6/perl
32367            ! Makefile.SH
32368 ____________________________________________________________________________
32369 [  7798] By: nick                                  on 2000/11/21  21:59:40
32370         Log: Integrate mainline
32371      Branch: perlio
32372           !> (integrate 28 files)
32373 ____________________________________________________________________________
32374 [  7797] By: jhi                                   on 2000/11/21  21:01:45
32375         Log: Integrate perlio.
32376      Branch: perl
32377           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
32378 ____________________________________________________________________________
32379 [  7796] By: nick                                  on 2000/11/21  20:36:22
32380         Log: Win32 builds and runs (mostly) with USE_PERLIO.
32381              PERLIO=perlio passes all tests. 
32382              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
32383      Branch: perlio
32384            ! perlio.c win32/perllib.c win32/win32.c
32385 ____________________________________________________________________________
32386 [  7795] By: jhi                                   on 2000/11/21  19:03:44
32387         Log: Update Changes.
32388      Branch: perl
32389            ! Changes patchlevel.h
32390 ____________________________________________________________________________
32391 [  7794] By: jhi                                   on 2000/11/21  18:56:34
32392         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
32393              From: "Craig A. Berry" <craigberry@mac.com>
32394              Date: Mon, 20 Nov 2000 20:27:06 -0600
32395              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
32396              
32397              A cut-and-pasto.
32398      Branch: perl
32399            ! perlio.h
32400 ____________________________________________________________________________
32401 [  7793] By: jhi                                   on 2000/11/21  18:54:41
32402         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
32403              From: Dominic Dunlop <domo@computer.org> 
32404              Date: Mon, 20 Nov 2000 18:55:29 +0100
32405              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
32406              
32407              va_copy() and the need of it.
32408              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
32409      Branch: metaconfig/U/perl
32410            + need_va_copy.U
32411      Branch: perl
32412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32413            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
32414            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32415            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32416            ! win32/config.bc win32/config.gc win32/config.vc
32417 ____________________________________________________________________________
32418 [  7792] By: jhi                                   on 2000/11/21  17:04:10
32419         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
32420      Branch: perl
32421           !> scope.h
32422 ____________________________________________________________________________
32423 [  7791] By: jhi                                   on 2000/11/21  17:01:16
32424         Log: Export the SOCKS workaround symbols only if necessary.
32425      Branch: perl
32426            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
32427 ____________________________________________________________________________
32428 [  7790] By: nick                                  on 2000/11/20  23:57:11
32429         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
32430      Branch: perlio
32431            ! scope.h
32432 ____________________________________________________________________________
32433 [  7789] By: nick                                  on 2000/11/20  23:38:33
32434         Log: Integrate mainline
32435      Branch: perlio
32436           +> lib/File/Spec/Epoc.pm
32437           !> (integrate 34 files)
32438 ____________________________________________________________________________
32439 [  7788] By: nick                                  on 2000/11/20  23:20:18
32440         Log: Make extra buffer layer work (dummy crlf layer)
32441      Branch: perlio
32442            ! doio.c perlio.c perlio.h
32443 ____________________________________________________________________________
32444 [  7787] By: jhi                                   on 2000/11/20  22:44:04
32445         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
32446              From: Peter Prymmer <pvhp@forte.com>
32447              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
32448              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
32449      Branch: perl
32450            ! t/pragma/locale.t
32451 ____________________________________________________________________________
32452 [  7786] By: jhi                                   on 2000/11/20  22:29:10
32453         Log: Subject: DOC PATCH 5.6.0 perlreftut
32454              From: mjd@plover.com
32455              Date: 20 Nov 2000 19:45:06 -0000
32456              Message-ID: <20001120194506.9505.qmail@plover.com>
32457      Branch: perl
32458            ! pod/perlreftut.pod
32459 ____________________________________________________________________________
32460 [  7785] By: jhi                                   on 2000/11/20  22:27:44
32461         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
32462              From: David Dyck <dcd@tc.fluke.com>
32463              Date: Mon, 20 Nov 2000 11:43:40 -0800
32464              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
32465      Branch: perl
32466            ! lib/Cwd.pm
32467 ____________________________________________________________________________
32468 [  7784] By: jhi                                   on 2000/11/20  22:23:21
32469         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32470              Date: Mon, 20 Nov 2000 17:06:10 -0500
32471              To: Mailing list Perl5 <perl5-porters@perl.org>
32472              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
32473      Branch: perl
32474            ! pp_ctl.c t/op/pat.t
32475 ____________________________________________________________________________
32476 [  7783] By: jhi                                   on 2000/11/20  22:11:18
32477         Log: Subject: [PATCH] doop.c - UTF8 tr///               
32478              From: Simon Cozens <simon@cozens.net>
32479              Date: Sat, 18 Nov 2000 18:49:30 +0000
32480              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
32481              
32482              Subject: Re: [PATCH] doop.c - UTF8 tr///           
32483              From: Simon Cozens <simon@cozens.net>
32484              Date: Mon, 20 Nov 2000 20:45:22 +0000
32485              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
32486              
32487              Make tr on UTF-8 better but still not correct.
32488      Branch: perl
32489            ! doop.c
32490 ____________________________________________________________________________
32491 [  7782] By: jhi                                   on 2000/11/20  22:02:16
32492         Log: Remove the shared object before attempting to create
32493              (by linking) a new one.  E.g. in AIX not removing
32494              becomes quite painful if one tries to do more than one
32495              build in the same tree (an interrupted build, for example),
32496              since the AIX' shared dynaloader seemingly keeps the shared
32497              objects open and therefore 'busy' for quite a while, even when
32498              nobody is using the objects, leading into link failures.
32499      Branch: perl
32500            ! lib/ExtUtils/MM_Unix.pm
32501 ____________________________________________________________________________
32502 [  7781] By: gsar                                  on 2000/11/20  19:02:55
32503         Log: type mismatch due to faulty integration
32504      Branch: maint-5.6/perl
32505            ! toke.c win32/Makefile
32506 ____________________________________________________________________________
32507 [  7780] By: gsar                                  on 2000/11/20  17:31:55
32508         Log: integrate changes#6392,6394..6399,6401..6404
32509              
32510              The {multiplier} of a fixed substring was overlooked which
32511              caused a wrong initial search offset for that substring.
32512              
32513              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32514              From: Hugo <hv@crypt.compulink.co.uk>
32515              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32516              Date: Thu, 13 Jul 2000 19:27:13 +0100
32517              
32518              Fix the BOM bug: not a byteorder bug, a signedness bug.
32519              
32520              Replace change #6337 with a better one.
32521              
32522              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32523              From: Hugo <hv@crypt.compulink.co.uk>
32524              Date: Fri, 14 Jul 2000 04:16:20 +0100
32525              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32526              
32527              MakeMaker should not remove editor backups (*~) on `make clean`
32528              by default (completes change#6383)
32529              
32530              move new variables to the end of the interpreter structure (for
32531              bincompat in code that doesn't #include XSUB.h)
32532              
32533              rename totally bletcherous SvLOCK() thingy (doesn't do what the
32534              name suggests anyway)
32535              
32536              various cleanups (typos, misformatted code, and small bugs)
32537              
32538              typecasts needed for change#6394
32539              
32540              typos in change#6399, regen headers
32541              
32542              inconsistent types needs casts
32543              
32544              PERL_OBJECT build tweaks
32545      Branch: maint-5.6/perl
32546           !> MANIFEST doop.c embed.h embed.pl embedvar.h
32547           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
32548           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
32549           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
32550           !> toke.c util.c
32551 ____________________________________________________________________________
32552 [  7779] By: gsar                                  on 2000/11/20  17:06:29
32553         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
32554              
32555              Cosmetics and perldelta.
32556              
32557              Fix nits noticed by Boston.pm.
32558              
32559              Do the cc sanity check both before the hints and
32560              after the cc selction.
32561              
32562              get sprintf.t to adjust properly for 3-digit exponents
32563              
32564              don't clobber *.orig files on *clean targets
32565              
32566              fix bugs in processing %v-*d and similar format specs (from
32567              Avi Finkel <avi@finkel.org>)
32568              
32569              sprintf test tweaks (from Dominic Dunlop)
32570              
32571              new selfloader.t in change#6183 doesn't close DATA handles,
32572              and thus fails to clean up tmp files on dosish platforms
32573              
32574              typos (spotted by Peter Prymmer)
32575              
32576              typo fix from Craig Berry
32577      Branch: maint-5.6/perl
32578           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
32579           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
32580           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
32581           !> x2p/Makefile.SH
32582 ____________________________________________________________________________
32583 [  7778] By: gsar                                  on 2000/11/20  16:46:51
32584         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
32585              
32586              Subject: Re: format bug report  [Patch]
32587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32588              Date: Wed, 05 Jul 2000 13:12:52 +0200
32589              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
32590              
32591              Subject: Re: format bug report  [Patch]
32592              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32593              Date: Wed, 05 Jul 2000 14:10:01 +0200
32594              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
32595              
32596              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
32597              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32598              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
32599              Date: Fri, 07 Jul 2000 17:57:16 +0100
32600              
32601              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
32602              To: perl5-porters@perl.org
32603              From: Karsten Sperling <spiff@phreax.net>
32604              Date: Mon, 10 Jul 2000 15:12:52 +0200
32605              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
32606              
32607              README.posix-bc podified from Thomas Dorner.
32608              
32609              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
32610              From: Dominic Dunlop <domo@computer.org>
32611              Date: Tue, 11 Jul 2000 12:27:33 +0200
32612              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
32613              
32614              Typo in #6341.
32615              
32616              Fix for
32617              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
32618              From: Roderick Schertler <roderick@argon.org>
32619              Date: Tue, 11 Jul 2000 13:55:05 -0400
32620              Message-Id: <200007111755.NAA05077@jones.argon.org>
32621              
32622              Minor cleanups on the booklist.
32623              
32624              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
32625              regen perltoc.
32626              
32627              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
32628      Branch: maint-5.6/perl
32629           +> pod/perlbook.pod
32630           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
32631           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
32632           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
32633 ____________________________________________________________________________
32634 [  7777] By: jhi                                   on 2000/11/20  16:08:49
32635         Log: Update Changes.
32636      Branch: perl
32637            ! Changes patchlevel.h
32638 ____________________________________________________________________________
32639 [  7776] By: jhi                                   on 2000/11/20  15:27:56
32640         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
32641              This may be overly harsh but until proven otherwise, we think this
32642              way, or until we have a simple test for Configure (having to start
32643              up servers is does not count as simple) to check for the problems.
32644      Branch: perl
32645            ! perl.h
32646 ____________________________________________________________________________
32647 [  7775] By: jhi                                   on 2000/11/20  15:22:17
32648         Log: Solaris hints tweaks.
32649      Branch: perl
32650            ! hints/solaris_2.sh
32651 ____________________________________________________________________________
32652 [  7774] By: jhi                                   on 2000/11/20  15:01:20
32653         Log: Add a workaround to SOCKS 64-bit problems.
32654      Branch: perl
32655            ! doio.c embed.h embed.pl perlsdio.h proto.h
32656 ____________________________________________________________________________
32657 [  7773] By: jhi                                   on 2000/11/20  14:51:47
32658         Log: sysseek() instead of seek().
32659      Branch: perl
32660            ! t/lib/syslfs.t
32661 ____________________________________________________________________________
32662 [  7772] By: gsar                                  on 2000/11/20  13:06:23
32663         Log: integrate changes#6315..6319,6321..6331,6333..6338
32664              
32665              Integrate with Sarathy, preliminary fix for unicos
32666              alignment problems in [ID 20000612.002] Perl problem on Cray system.
32667              
32668              some debugger output does not go to the socket when RemotePort is set
32669              
32670              winsock cleanup never done on Windows (leads to handle leaks)
32671              
32672              fix UNC path handling on Windows under ithreads, and chdir()
32673              return value when given a non-existent directory
32674              
32675              Autogenerate pod/Makefile and pod/buildtoc.
32676              buildtoc also checks whether the existin pods are
32677              mentioned in MANIFEST and perl.pod, and vice versa.
32678              (None of the thusly found discrepancies fixed yet.)
32679              roffitall also needs to be autogenerated similarly but it
32680              seems so badly out of date that I didn't touch it yet.
32681              
32682              Config is being used.
32683              
32684              Add =head1 NAMEs so that buildtoc is happy.
32685              (The CGI::Util nit reported to Lincoln.)
32686              
32687              Fix complaints of buildtoc.
32688              
32689              Fix the alignment problem in Crays ([ID 20000612.002]).
32690              
32691              Remove perlbook, update perlfaq book listing,
32692              rearrange perl.pod, regenerate perltoc.
32693              
32694              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32695              was cast to an unsigned (32-bit) integer with wild abandon.
32696              
32697              winsock options weren't being set in all threads under ithreads
32698              (caused send()s from second and subsequent threads to fail)
32699              
32700              accept() leaks memory on windows due to incorrect ordering of
32701              closesocket() and fclose() calls
32702              
32703              Reorder perl.pod once more.
32704              
32705              More POSIX.pod tweaks.
32706              
32707              Sprinkle ldlibpath.
32708              
32709              Precedence goof, fix based on
32710              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32711              From: Hugo <hv@crypt.compulink.co.uk>
32712              Date: Tue, 11 Jul 2000 12:52:38 +0100
32713              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32714              
32715              Subject: PATCH perlguts.pod: Document D and d magic types
32716              From: mjd@plover.com
32717              Date: 5 Jul 2000 18:01:51 -0000
32718              Message-ID: <20000705180151.29413.qmail@plover.com>
32719              
32720              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32721              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32722              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32723              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32724              
32725              Subject: [PATCH cfgperl] $& segfaults if you trick it
32726              From: simon@brecon.co.uk (Simon Cozens)
32727              Date: 7 Jul 2000 11:26:09 GMT
32728              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32729              
32730              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32731              From: Hugo <hv@crypt.compulink.co.uk>
32732              Date: Tue, 11 Jul 2000 12:44:50 +0100
32733              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32734              
32735              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32737              Date: Tue, 11 Jul 2000 13:50:51 +0100
32738              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32739      Branch: maint-5.6/perl
32740           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
32741           +> pod/buildtoc.PL
32742            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
32743           !> (integrate 26 files)
32744 ____________________________________________________________________________
32745 [  7771] By: gsar                                  on 2000/11/20  12:31:42
32746         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
32747              6310,6311,6314
32748              
32749              Subject: [PATCH bleedperl] File::Spec 0.82 beta
32750              From: Barrie Slaymaker <barries@jester.slaysys.com>
32751              Date: Wed, 28 Jun 2000 11:35:29 -0400
32752              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32753              
32754              tweak perlembed for multiplicity/usethreads sanity; correct notes
32755              about Windows
32756              
32757              localize %INC in a Safe compartment so that use/require work
32758              (many other magic globals probably need similar treatment)
32759              
32760              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32761              when @_ is modified, causing coredumps
32762              
32763              slurp mode fix in change#4736 still not quite right
32764              
32765              Point to perlipc for more SysV IPC examples.
32766              
32767              Elaborate POSIX.pod.  Still needs work.
32768              
32769              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32770              
32771              fix large memory leak that has been around for ever, masked by
32772              -DPURIFY (most of the arenas were never freed!)
32773              
32774              fix memory leak on Windows (PL_sys_intern contents were never
32775              freed)
32776              
32777              PERL_OBJECT build tweak
32778              
32779              adjust change#6299
32780              
32781              remove rel2abs prototypes (from Barrie Slaymaker)
32782              
32783              missing perldiag entry for unpack("w",...) diagnostic (from
32784              Andreas Koenig)
32785              
32786              better diagnostic on Frob->stuff() when Frob:: doesn't exist
32787              (from Richard Soderberg <rs@oregonnet.com>)
32788              
32789              Win32 patches for cfgperl from Sarathy.
32790              
32791              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32792              
32793              More POSIX.pod embellishment.
32794              
32795              tyop in change#6306
32796      Branch: maint-5.6/perl
32797           !> (integrate 44 files)
32798 ____________________________________________________________________________
32799 [  7770] By: gsar                                  on 2000/11/20  11:51:00
32800         Log: integrate changes#6268..6282 from cfgperl branch
32801              
32802              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32803              From: Dominic Dunlop <domo@computer.org>
32804              Date: Thu, 29 Jun 2000 12:32:39 +0200
32805              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
32806              
32807              Regen headers for #6261 (and update embed.pl for this) and #6267,
32808              silence few compiler warnings.
32809              
32810              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32811              From: Nicholas Clark <nick@talking.bollo.cx>
32812              Date: Fri, 23 Jun 2000 16:21:15 +0100
32813              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32814              
32815              Subject: PATCH pod/perltie.pod
32816              From: Ian Phillipps <Ian.Phillipps@iname.com>
32817              Date: Fri, 16 Jun 2000 00:17:19 +0100
32818              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32819              (only the first hunk, the second hunk had already been done
32820              by some other patch)
32821              
32822              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32823              From: Tom Phoenix <rootbeer@redcat.com>
32824              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32825              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32826              
32827              Subject: [PATCH] xsub attributes
32828              From: Doug MacEachern <dougm@covalent.net>
32829              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32830              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32831              
32832              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32833              From: Andy Dougherty <doughera@lafayette.edu>
32834              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32835              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32836              
32837              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32838              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32839              Date: Tue, 13 Jun 2000 02:43:48 -0500
32840              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32841              
32842              Subject: [PATCH] Re: eval documentation: context
32843              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32844              Date: Mon, 12 Jun 2000 15:07:29 +0100
32845              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32846              
32847              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32848              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32849              Date: Mon, 12 Jun 2000 14:55:59 +0100
32850              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32851              
32852              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32853              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32854              Date: Fri, 09 Jun 2000 12:39:27 -0400
32855              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32856              (plus update the version "number" of Text::Wrap)
32857              
32858              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32859              From: Tim Ayers <tayers@bridge.com>
32860              Date: Thu, 08 Jun 2000 08:11:06 +0200
32861              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32862              [resent by Richard Foley, Message-Id probably wrong]
32863              
32864              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32865              From: rspier@pobox.com (Robert Spier)
32866              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32867              Message-ID: <14654.31913.845602.610277@rls.cx>
32868              
32869              Subject: [PATCH 5.6.0] utils/h2xs.PL
32870              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32871              Date: Wed, 7 Jun 2000 04:02:04 -0500
32872              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32873              
32874              Subject: [PATCH 5.6.0]ITHREADs for VMS
32875              From: Dan Sugalski <dan@sidhe.org>
32876              Date: Tue, 06 Jun 2000 11:59:50 -0400
32877              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32878      Branch: maint-5.6/perl
32879           !> (integrate 31 files)
32880 ____________________________________________________________________________
32881 [  7769] By: gsar                                  on 2000/11/20  11:29:06
32882         Log: integrate changes#6261..6266 from cfgperl
32883              
32884              Subject: Re: [PATCH cfgperl] BOMs away!
32885              From: simon@brecon.co.uk (Simon Cozens)
32886              Date: 17 Jun 2000 11:49:57 GMT
32887              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32888              
32889              Subject: 5.6.0 Patch for EPOC
32890              From: Olaf Flebbe <o.flebbe@gmx.de>
32891              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32892              Message-ID: <23449.960929969@www11.gmx.net>
32893              
32894              tr fixes from Simon Cozens
32895              
32896              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32897              From: Marty Lucich <marty@netcom.com>
32898              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32899              Message-Id: <200006282116.OAA11148@netcom.com>
32900              ccdlflags update (the BSD/OS 4.1 part had already been taken
32901              care of by #6141).
32902              
32903              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32905              Date: Wed, 28 Jun 2000 17:50:12 -0700
32906              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32907              
32908              Subject: [PATCH 5.6.0] cygwin port
32909              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32910              From: "Fifer, Eric" <EFifer@sanwaint.com>
32911              Date: Thu, 29 Jun 2000 12:58:29 +0100
32912      Branch: maint-5.6/perl
32913           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
32914           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
32915           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32916           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
32917 ____________________________________________________________________________
32918 [  7768] By: gsar                                  on 2000/11/20  11:13:44
32919         Log: integrate changes#6252..6256,6259..6260
32920              
32921              Paranoia tweak on #6249.
32922              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32923              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32924              Date: Sun, 25 Jun 2000 23:43:12 -0400
32925              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32926              
32927              Subject: tr///, help wanted.
32928              From: simon@brecon.co.uk (Simon Cozens)
32929              Date: 28 Jun 2000 11:29:04 GMT
32930              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32931              
32932              small thinko tweaks
32933              
32934              tweaks from Simon Conzes to further fix tr/// under utf8
32935              
32936              perlnewmod was missing from MANIFEST.
32937              
32938              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32939              From: simon@brecon.co.uk (Simon Cozens)
32940              Date: 17 Jun 2000 11:56:44 GMT
32941              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
32942              pack U0, pack C0
32943      Branch: maint-5.6/perl
32944           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
32945           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
32946           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
32947           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
32948 ____________________________________________________________________________
32949 [  7767] By: gsar                                  on 2000/11/20  10:51:38
32950         Log: integrate change#6250 from cfgperl
32951              
32952              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32953              From: Doug MacEachern <dougm@covalent.net>
32954              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32955              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32956      Branch: maint-5.6/perl
32957           +> t/op/my_stash.t
32958           !> MANIFEST embed.pl global.sym proto.h toke.c
32959 ____________________________________________________________________________
32960 [  7766] By: gsar                                  on 2000/11/20  10:48:34
32961         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
32962              
32963              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32964              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32965              Date: Mon, 26 Jun 2000 18:40:14 +0100
32966              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32967              
32968              Subject: [PATCH] bytes<->utf8 fixes
32969              From: simon@brecon.co.uk (Simon Cozens)
32970              Date: 26 Jun 2000 04:55:45 GMT
32971              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32972              
32973              Subject: [PATCH] is_utf8_string
32974              From: simon@brecon.co.uk (Simon Cozens)
32975              Date: 26 Jun 2000 02:25:59 GMT
32976              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32977              
32978              Subject: [PATCH] avoid mg_ptr in '*' magic
32979              From: Doug MacEachern <dougm@covalent.net>
32980              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32981              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32982              
32983              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32984              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32985              Date: Sat, 24 Jun 2000 13:06:20 +0100
32986              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32987              
32988              Allow for standalone testing.
32989              
32990              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32991              From: Mark-Jason Dominus <mjd@plover.com>
32992              Date: Tue, 27 Jun 2000 22:36:42 -0400
32993              Message-ID: <20000628023642.12166.qmail@plover.com>
32994              
32995              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32996              From: Frank Tobin <ftobin@uiuc.edu>
32997              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32998              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32999      Branch: maint-5.6/perl
33000           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33001           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
33002           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
33003           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
33004           !> utf8.c utils/h2xs.PL
33005 ____________________________________________________________________________
33006 [  7765] By: gsar                                  on 2000/11/20  10:29:13
33007         Log: integrate change#6239 from cfgperl
33008              
33009              Configure maintenance.  Sever some dependency cycles,
33010              separate gccversion from the cc unit,
33011              address [ID 20000623.006] Configure script patch for using gcc on AIX
33012              (but solve it a little bit differently),
33013              unduplex some accidentally duplicated units,
33014              suggest using gcc if no cc available
33015              (p5p thread: "Solaris configure: counterproposal", 1999-09)
33016      Branch: maint-5.6/perl
33017           !> Configure Todo-5.6 config_h.SH
33018 ____________________________________________________________________________
33019 [  7764] By: gsar                                  on 2000/11/20  10:25:55
33020         Log: integrate changes#6233..6238 from cfgperl
33021              
33022              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
33023              From: Mark-Jason Dominus <mjd@plover.com>
33024              Date: Fri, 16 Jun 2000 20:53:04 -0400
33025              Message-ID: <20000617005304.8008.qmail@plover.com>
33026              
33027              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
33028              because when run as services (Win32ese for daemons)
33029              no environment variables are set and tmpdir ends up as /tmp,
33030              which is ambiguous.
33031              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
33032              From: matt@sergeant.org
33033              Date: 16 Jun 2000 16:30:43 -0000
33034              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
33035              
33036              The thread begun by
33037              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
33038              From: Kevin.Ruscoe@ubsw.com
33039              Date: Fri, 16 Jun 2000 16:38:51 +0100
33040              Message-Id: <H000019b03c300d6@MHS>
33041              
33042              Tweak embed.pl, regen headers.
33043              
33044              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
33045              From: Dan Sugalski <dan@sidhe.org>
33046              Date: Fri, 23 Jun 2000 17:00:00 -0400
33047              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
33048      Branch: maint-5.6/perl
33049           !> (integrate 27 files)
33050 ____________________________________________________________________________
33051 [  7763] By: gsar                                  on 2000/11/20  10:08:08
33052         Log: s/perl56delta/perldelta/g
33053      Branch: maint-5.6/perl
33054            ! pod/Makefile
33055 ____________________________________________________________________________
33056 [  7762] By: gsar                                  on 2000/11/20  10:04:00
33057         Log: integrate changes#6225,6229,6231,6232 from cfgperl
33058              
33059              Add source code filenames to apidoc.
33060              From: simon@brecon.co.uk (Simon Cozens)
33061              Subject: [PATCH embed.pl] Source X-ref
33062              Date: 22 Jun 2000 02:18:49 GMT
33063              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
33064              
33065              Subject: README.hpux version 0.6.1
33066              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
33067              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33068              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
33069              
33070              Subject: [PATCH 5.6.0] cygwin port
33071              From: "Fifer, Eric" <EFifer@sanwaint.com>
33072              Date: Tue, 20 Jun 2000 14:30:58 +0100
33073              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
33074              
33075              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
33076              From: simon@brecon.co.uk (Simon Cozens)
33077              Date: 19 Jun 2000 15:18:27 GMT
33078              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
33079              
33080              plus update pod/Makefile and regenerate perltoc
33081      Branch: maint-5.6/perl
33082           +> pod/perlutil.pod
33083           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
33084           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
33085 ____________________________________________________________________________
33086 [  7761] By: jhi                                   on 2000/11/20  04:09:55
33087         Log: Miraculous typo.
33088      Branch: perl
33089            ! t/op/pat.t
33090 ____________________________________________________________________________
33091 [  7760] By: jhi                                   on 2000/11/20  04:06:08
33092         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
33093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33094              Date: Sun, 19 Nov 2000 22:30:26 -0500
33095              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
33096      Branch: perl
33097            ! regexec.c scope.h t/op/pat.t
33098 ____________________________________________________________________________
33099 [  7759] By: jhi                                   on 2000/11/20  02:05:22
33100         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
33101      Branch: perl
33102            ! perl.h
33103 ____________________________________________________________________________
33104 [  7758] By: jhi                                   on 2000/11/20  01:58:11
33105         Log: Subject: [perl 7711: EPOC] updates
33106              From: Olaf Flebbe <o.flebbe@gmx.de>
33107              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
33108              Message-ID: <25575.974658810@www23.gmx.net>               
33109      Branch: perl
33110            + lib/File/Spec/Epoc.pm
33111            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
33112            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
33113            ! lib/File/Spec.pm perl.c sv.c
33114 ____________________________________________________________________________
33115 [  7757] By: jhi                                   on 2000/11/20  01:53:11
33116         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
33117      Branch: perl
33118            ! MANIFEST
33119 ____________________________________________________________________________
33120 [  7756] By: jhi                                   on 2000/11/20  01:47:22
33121         Log: Integrate perlio.
33122      Branch: perl
33123            - ext/re/hints/MSWin32.pl
33124           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
33125           !> win32/config.gc win32/config_H.gc win32/win32sck.c
33126 ____________________________________________________________________________
33127 [  7755] By: nick                                  on 2000/11/19  20:57:17
33128         Log: Add dummy crlf layer (just as buffer)
33129              Correct 1st bug - one layer of indirection.
33130      Branch: perlio
33131            ! perlio.c perlio.h perliol.h
33132 ____________________________________________________________________________
33133 [  7754] By: nick                                  on 2000/11/19  20:56:12
33134         Log: Work-round to Perl_deb_nocontext is no longer required
33135      Branch: perlio
33136            - ext/re/hints/MSWin32.pl
33137 ____________________________________________________________________________
33138 [  7753] By: nick                                  on 2000/11/19  20:01:16
33139         Log: diff -se shows these as different
33140      Branch: perlio
33141            ! global.sym pod/perlapi.pod
33142 ____________________________________________________________________________
33143 [  7752] By: nick                                  on 2000/11/19  18:57:30
33144         Log: Configure GCC/Win32 build -Duseperlio
33145              Fix a couple of gross issues
33146              - double-include of ../deb.o in re.dll
33147              - win32sck.c needs PerlIO and FILE 
33148      Branch: perlio
33149            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
33150            ! win32/win32sck.c
33151 ____________________________________________________________________________
33152 [  7751] By: nick                                  on 2000/11/19  17:05:36
33153         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
33154      Branch: perlio
33155            ! perlio.c
33156 ____________________________________________________________________________
33157 [  7750] By: nick                                  on 2000/11/19  16:57:14
33158         Log: Missing aTHX_
33159      Branch: perlio
33160            ! sv.c
33161 ____________________________________________________________________________
33162 [  7749] By: jhi                                   on 2000/11/19  16:28:40
33163         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
33164              From: "Peter J. Farley III" <pjfarley@banet.net>
33165              Date: Sun, 19 Nov 2000 01:42:58 -0500
33166              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
33167      Branch: perl
33168            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
33169 ____________________________________________________________________________
33170 [  7748] By: jhi                                   on 2000/11/19  16:08:10
33171         Log: Subject: podlators 1.05 available        
33172              From: Russ Allbery <rra@stanford.edu>   
33173              Date: 18 Nov 2000 22:04:28 -0800
33174              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
33175      Branch: perl
33176            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
33177 ____________________________________________________________________________
33178 [  7747] By: nick                                  on 2000/11/19  11:19:39
33179         Log: Integrate mainline
33180      Branch: perlio
33181           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33182           !> util.c
33183 ____________________________________________________________________________
33184 [  7746] By: jhi                                   on 2000/11/19  06:42:22
33185         Log: Make hex scanning warn on "\x{x}" and "\xx".
33186              "\x" and and hex("x") are still valid.
33187      Branch: perl
33188            ! util.c
33189 ____________________________________________________________________________
33190 [  7745] By: nick                                  on 2000/11/18  22:52:28
33191         Log: Integrate mainline
33192      Branch: perlio
33193           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
33194           !> perl.h perlio.c proto.h regcomp.c regcomp.h
33195 ____________________________________________________________________________
33196 [  7744] By: jhi                                   on 2000/11/18  22:50:28
33197         Log: Introduce Perl_utf8_length().  Use it.
33198      Branch: perl
33199            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33200 ____________________________________________________________________________
33201 [  7743] By: jhi                                   on 2000/11/18  22:38:51
33202         Log: Compiler denit.
33203      Branch: perl
33204            ! perlio.c
33205 ____________________________________________________________________________
33206 [  7742] By: jhi                                   on 2000/11/18  20:33:05
33207         Log: Integrate perlio.
33208      Branch: perl
33209           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33210           !> perlio.h pp_ctl.c pp_sys.c sv.c
33211 ____________________________________________________________________________
33212 [  7741] By: jhi                                   on 2000/11/18  20:31:27
33213         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
33214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33215              Date: Fri, 17 Nov 2000 20:35:11 -0500
33216              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
33217              
33218              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
33219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33220              Date: Fri, 17 Nov 2000 21:03:47 -0500
33221              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
33222              
33223              Plus a little bit of tweaking in pregcomp().
33224      Branch: perl
33225            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
33226 ____________________________________________________________________________
33227 [  7740] By: nick                                  on 2000/11/18  20:17:22
33228         Log: Lexical use open ... support:
33229              add ->cop_io to COP structure in cop.h.
33230              Make mg.c and gv.c associate it with ${^OPEN}.
33231              Make lib/open.pm set it.
33232              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
33233              manner similar to ->cop_warnings.
33234              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
33235              call new PerlIO_apply_layers().
33236              Declare latter in perlio.h and define in perlio.c
33237      Branch: perlio
33238            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33239            ! perlio.h pp_ctl.c pp_sys.c sv.c
33240 ____________________________________________________________________________
33241 [  7739] By: jhi                                   on 2000/11/18  19:54:00
33242         Log: Integrate perlio.
33243      Branch: perl
33244           !> doio.c perlio.c pp.c
33245 ____________________________________________________________________________
33246 [  7738] By: jhi                                   on 2000/11/18  17:16:13
33247         Log: Subject: [PATCH 5.7.0] etags broken again
33248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33249              Date: Sat, 18 Nov 2000 02:41:36 -0500
33250              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
33251      Branch: perl
33252            ! emacs/ptags
33253 ____________________________________________________________________________
33254 [  7737] By: jhi                                   on 2000/11/18  17:12:18
33255         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
33256      Branch: perl
33257            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33258 ____________________________________________________________________________
33259 [  7736] By: nick                                  on 2000/11/18  14:06:20
33260         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
33261              part to be isolated.
33262      Branch: perlio
33263            ! doio.c perlio.c
33264 ____________________________________________________________________________
33265 [  7735] By: nick                                  on 2000/11/18  11:03:32
33266         Log: Integrate mainline
33267      Branch: perlio
33268           !> Changes README.amiga README.win32 patchlevel.h
33269           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
33270 ____________________________________________________________________________
33271 [  7734] By: jhi                                   on 2000/11/18  01:18:56
33272         Log: Update Changes.
33273      Branch: perl
33274            ! Changes patchlevel.h
33275 ____________________________________________________________________________
33276 [  7733] By: jhi                                   on 2000/11/18  00:32:54
33277         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
33278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33279              Date: Fri, 17 Nov 2000 17:28:02 -0500
33280              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
33281      Branch: perl
33282            ! regcomp.c regexec.c t/op/re_tests
33283 ____________________________________________________________________________
33284 [  7732] By: jhi                                   on 2000/11/18  00:28:56
33285         Log: Sparc 64-bit pack() fix from Jens Hamisch.
33286      Branch: perl
33287            ! pp.c
33288 ____________________________________________________________________________
33289 [  7731] By: jhi                                   on 2000/11/18  00:18:39
33290         Log: Explain in more detail the {} syntax ambiguousity.
33291              
33292              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
33293              From: Nicholas Clark <nick@ccl4.org>
33294              Date: Fri, 17 Nov 2000 22:10:28 +0000
33295              Message-ID: <20001117221028.A88930@plum.flirble.org>
33296      Branch: perl
33297            ! pod/perlfunc.pod
33298 ____________________________________________________________________________
33299 [  7730] By: jhi                                   on 2000/11/18  00:12:18
33300         Log: Subject: Fix for README.amiga (20000323.033)
33301              From: "Stephen P. Potter" <spp@spotter.yi.org>
33302              Date: Fri, 17 Nov 2000 12:25:51 -0500
33303              Message-Id: <200011171725.MAA05768@spotter.yi.org>
33304      Branch: perl
33305            ! README.amiga
33306 ____________________________________________________________________________
33307 [  7729] By: jhi                                   on 2000/11/18  00:08:34
33308         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
33309              From: "A. C. Yardley" <yardley@tanet.net>
33310              Date: Mon, 3 Apr 2000 11:35:33 -0700
33311              Message-ID: <3483.000403@tanet.net>
33312      Branch: perl
33313            ! README.win32
33314 ____________________________________________________________________________
33315 [  7728] By: nick                                  on 2000/11/17  21:59:47
33316         Log: Integrate mainline
33317      Branch: perlio
33318           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
33319           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
33320           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
33321           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
33322 ____________________________________________________________________________
33323 [  7727] By: nick                                  on 2000/11/17  21:56:31
33324         Log: Experiment on use of attributes.pm interface.
33325              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
33326              SVt_PVRV if not already something better (else vivify of say magic gets
33327              core dump).
33328      Branch: perlio
33329            ! perlio.c pp.c
33330 ____________________________________________________________________________
33331 [  7726] By: jhi                                   on 2000/11/17  14:15:49
33332         Log: Subject: Fix for 20000815.006
33333              From: "Stephen P. Potter" <spp@spotter.yi.org>
33334              Date: Fri, 17 Nov 2000 08:57:45 -0500
33335              Message-Id: <200011171357.IAA05122@spotter.yi.org>
33336              
33337              It's really 20000518.006.
33338      Branch: perl
33339            ! pod/perlmodlib.PL
33340 ____________________________________________________________________________
33341 [  7725] By: jhi                                   on 2000/11/17  14:12:31
33342         Log: Subject: Fix for 20000409.001
33343              From: "Stephen P. Potter" <spp@spotter.yi.org>
33344              Date: Fri, 17 Nov 2000 08:55:45 -0500
33345              Message-Id: <200011171355.IAA05104@spotter.yi.org>
33346      Branch: perl
33347            ! pod/perlfaq9.pod
33348 ____________________________________________________________________________
33349 [  7724] By: jhi                                   on 2000/11/17  14:08:58
33350         Log: Undo #7627 now that we have =head3.
33351      Branch: perl
33352            ! pod/perlhack.pod
33353 ____________________________________________________________________________
33354 [  7723] By: jhi                                   on 2000/11/17  14:04:09
33355         Log: As surmised the #7719 wasn't a good move.
33356      Branch: perl
33357            ! hints/solaris_2.sh
33358 ____________________________________________________________________________
33359 [  7722] By: jhi                                   on 2000/11/17  13:59:04
33360         Log: Also the 64bitall hints can be either here or there.
33361      Branch: perl
33362            ! hints/solaris_2.sh
33363 ____________________________________________________________________________
33364 [  7721] By: jhi                                   on 2000/11/17  02:26:23
33365         Log: Test tweak for the open pragma.
33366      Branch: perl
33367            ! t/lib/b.t
33368 ____________________________________________________________________________
33369 [  7720] By: jhi                                   on 2000/11/17  00:23:22
33370         Log: The long double hints can be here or there.
33371      Branch: perl
33372            ! hints/solaris_2.sh
33373 ____________________________________________________________________________
33374 [  7719] By: jhi                                   on 2000/11/17  00:14:06
33375         Log: For Solaris use64bitall the stdchar needs a little bit of help.
33376      Branch: perl
33377            ! hints/solaris_2.sh
33378 ____________________________________________________________________________
33379 [  7718] By: jhi                                   on 2000/11/16  23:27:34
33380         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
33381              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33382              Date: Wed, 15 Nov 2000 08:56:32 +0100
33383              Message-ID: <3A1241B0.64477E00@alcatel.at>
33384      Branch: perl
33385            ! lib/Carp/Heavy.pm
33386 ____________________________________________________________________________
33387 [  7717] By: jhi                                   on 2000/11/16  23:23:29
33388         Log: Subject: [PATCH] Re: 20001101.003 PDL
33389              From: Nicholas Clark <nick@ccl4.org>
33390              Date: Thu, 16 Nov 2000 16:48:25 +0000
33391              Message-ID: <20001116164825.B93487@plum.flirble.org>
33392      Branch: perl
33393            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
33394 ____________________________________________________________________________
33395 [  7716] By: jhi                                   on 2000/11/16  23:21:31
33396         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
33397              From: "Casey R. Tweten" <crt@kiski.net>
33398              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
33399              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
33400      Branch: perl
33401            ! lib/Pod/Checker.pm pod/perlpod.pod
33402 ____________________________________________________________________________
33403 [  7715] By: jhi                                   on 2000/11/16  23:19:40
33404         Log: Avoid an infinite loop in VMS when utils scripts are run
33405              with no arguments, from Charles Lane.
33406      Branch: perl
33407            ! configure.com
33408 ____________________________________________________________________________
33409 [  7714] By: jhi                                   on 2000/11/16  23:17:08
33410         Log: Subject: perllocale.pod changes
33411              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33412              Date: Mon, 13 Nov 2000 10:09:22 +0300
33413              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
33414      Branch: perl
33415            ! pod/perllocale.pod
33416 ____________________________________________________________________________
33417 [  7713] By: jhi                                   on 2000/11/16  23:14:06
33418         Log: Integrate perlio.
33419      Branch: perl
33420           !> doio.c perlio.c perlio.h util.c
33421 ____________________________________________________________________________
33422 [  7712] By: nick                                  on 2000/11/16  21:10:58
33423         Log: Integrate mainline
33424      Branch: perlio
33425           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33426           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33427           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
33428           !> vos/config.ga.def vos/config.ga.h win32/config.bc
33429           !> win32/config.gc win32/config.vc
33430 ____________________________________________________________________________
33431 [  7711] By: nick                                  on 2000/11/16  19:56:41
33432         Log: Minor tweaks:
33433              consistent way of getting 'rb', 'wb' etc. for binary opens
33434              move *perlio::layers to *open::layers
33435              a #define to show layers available
33436              DOSISH popen/PerlIO had export/import sense inverted.
33437      Branch: perlio
33438            ! doio.c perlio.c perlio.h util.c
33439 ____________________________________________________________________________
33440 [  7710] By: jhi                                   on 2000/11/16  15:46:05
33441         Log: Add HAS_SBRK_PROTO.
33442      Branch: metaconfig/U/perl
33443            + d_sbrkproto.U
33444      Branch: perl
33445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33446            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33447            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33448            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33449            ! win32/config.gc win32/config.vc
33450 ____________________________________________________________________________
33451 [  7709] By: nick                                  on 2000/11/16  07:31:49
33452         Log: Integrate mainline
33453      Branch: perlio
33454           !> (integrate 35 files)
33455 ____________________________________________________________________________
33456 [  7708] By: jhi                                   on 2000/11/16  05:33:03
33457         Log: These files are text, not binary.
33458      Branch: perl
33459            ! ext/Encode/Encode/iso8859-10.enc
33460            ! ext/Encode/Encode/iso8859-13.enc
33461            ! ext/Encode/Encode/iso8859-14.enc
33462            ! ext/Encode/Encode/iso8859-15.enc
33463 ____________________________________________________________________________
33464 [  7707] By: jhi                                   on 2000/11/16  01:53:37
33465         Log: Update Changes.
33466      Branch: perl
33467            ! Changes patchlevel.h
33468 ____________________________________________________________________________
33469 [  7706] By: jhi                                   on 2000/11/16  01:35:59
33470         Log: More #undefing of stdio.
33471      Branch: perl
33472            ! fakesdio.h nostdio.h
33473 ____________________________________________________________________________
33474 [  7705] By: jhi                                   on 2000/11/16  01:34:18
33475         Log: Add fwalk() probe to the configuration files and regen perltoc.
33476      Branch: perl
33477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33478            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33479            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33480            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33481            ! win32/config.bc win32/config.gc win32/config.vc
33482 ____________________________________________________________________________
33483 [  7704] By: jhi                                   on 2000/11/16  01:33:07
33484         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
33485              an optional third argument to Inlibc?)
33486      Branch: metaconfig/U/perl
33487            + d__fwalk.U
33488 ____________________________________________________________________________
33489 [  7703] By: jhi                                   on 2000/11/16  01:09:22
33490         Log: The type of the hash_cb() size argument is tricky.
33491      Branch: perl
33492            ! ext/DB_File/DB_File.xs
33493 ____________________________________________________________________________
33494 [  7702] By: jhi                                   on 2000/11/15  23:01:16
33495         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
33496      Branch: perl
33497            ! nostdio.h
33498 ____________________________________________________________________________
33499 [  7701] By: jhi                                   on 2000/11/15  22:52:32
33500         Log: Detypo.
33501      Branch: perl
33502            ! t/lib/bigfltpm.t
33503 ____________________________________________________________________________
33504 [  7700] By: jhi                                   on 2000/11/15  22:51:56
33505         Log: UINT64_C() work continues.
33506      Branch: perl
33507            ! handy.h perl.h utf8.h
33508 ____________________________________________________________________________
33509 [  7699] By: jhi                                   on 2000/11/15  14:13:04
33510         Log: SOCKS has its own USE_THREADS, based on
33511              
33512              Subject: [ID 20001114.002] et. al. bugfix followup
33513              From: Jens Hamisch <jens@Strawberry.COM> 
33514              Date: Wed, 15 Nov 2000 14:23:11 +0100
33515              Message-ID: <20001115142311.A21164@Strawberry.COM>
33516      Branch: perl
33517            ! perl.h
33518 ____________________________________________________________________________
33519 [  7698] By: jhi                                   on 2000/11/15  03:50:56
33520         Log: Add few missing #undefs and sort them.
33521      Branch: perl
33522            ! fakesdio.h
33523 ____________________________________________________________________________
33524 [  7697] By: jhi                                   on 2000/11/15  03:39:14
33525         Log: Linenumber fix.
33526      Branch: perl
33527            ! t/pragma/warn/utf8
33528 ____________________________________________________________________________
33529 [  7696] By: jhi                                   on 2000/11/15  02:55:26
33530         Log: EBCDIC tweaks.
33531              
33532              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
33533              From: Peter Prymmer <pvhp@forte.com>
33534              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
33535              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
33536      Branch: perl
33537            ! t/op/regmesg.t t/pragma/warn/utf8
33538 ____________________________________________________________________________
33539 [  7695] By: jhi                                   on 2000/11/15  02:53:58
33540         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
33541              From: Peter Prymmer <pvhp@forte.com>
33542              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
33543              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
33544      Branch: perl
33545            ! utf8.c
33546 ____________________________________________________________________________
33547 [  7694] By: jhi                                   on 2000/11/15  02:50:55
33548         Log: Subject: [PATCH: perl@7674] updates to README.os390
33549              From: Prymmer/Kahn <pvhp@best.com>
33550              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
33551              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
33552      Branch: perl
33553            ! README.os390
33554 ____________________________________________________________________________
33555 [  7693] By: jhi                                   on 2000/11/15  02:48:37
33556         Log: Quit utf8_to_uv() instantly if curlen == 0.
33557      Branch: perl
33558            ! utf8.c
33559 ____________________________________________________________________________
33560 [  7692] By: jhi                                   on 2000/11/15  02:24:29
33561         Log: Use u_int32_t for the size of hash_cb(), not size_t.
33562              
33563              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
33564              From: Jens Hamisch <jens@Strawberry.COM>     
33565              Date: Tue, 14 Nov 2000 19:03:55 +0100
33566              Message-Id: <20001114190355.A20559@Strawberry.COM>
33567      Branch: perl
33568            ! ext/DB_File/DB_File.xs
33569 ____________________________________________________________________________
33570 [  7691] By: jhi                                   on 2000/11/15  02:20:12
33571         Log: Use UINT64_C().
33572              
33573              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
33574              From: Jens Hamisch <jens@Strawberry.COM>
33575              Date: Tue, 14 Nov 2000 19:16:23 +0100
33576              Message-Id: <20001114191623.G20559@Strawberry.COM>
33577      Branch: perl
33578            ! utf8.c utf8.h
33579 ____________________________________________________________________________
33580 [  7690] By: jhi                                   on 2000/11/15  02:17:06
33581         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
33582              (a macro to define signed and unsigned integer constants).
33583      Branch: perl
33584            ! handy.h
33585 ____________________________________________________________________________
33586 [  7689] By: jhi                                   on 2000/11/15  01:56:51
33587         Log: Regen Configure.
33588      Branch: perl
33589            ! Configure
33590 ____________________________________________________________________________
33591 [  7688] By: jhi                                   on 2000/11/15  01:56:32
33592         Log: Make the unit know about SOCKS.
33593      Branch: metaconfig
33594            ! U/protos/socksizetype.U
33595 ____________________________________________________________________________
33596 [  7687] By: jhi                                   on 2000/11/15  01:54:47
33597         Log: Remove unused dependencies.
33598      Branch: metaconfig
33599            ! U/compline/d_getpagsz.U
33600 ____________________________________________________________________________
33601 [  7686] By: nick                                  on 2000/11/14  21:25:13
33602         Log: Integrate mainline.
33603      Branch: perlio
33604           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
33605           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
33606           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
33607           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
33608           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
33609           !> win32/config.bc win32/config.gc win32/config.vc
33610           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
33611 ____________________________________________________________________________
33612 [  7685] By: jhi                                   on 2000/11/14  17:54:56
33613         Log: Integrate perlio.
33614      Branch: perl
33615           +> fakesdio.h perliol.h
33616           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33617           !> perlsdio.h perlsfio.h pod/perlfunc.pod
33618 ____________________________________________________________________________
33619 [  7684] By: nick                                  on 2000/11/14  17:43:04
33620         Log: PerlIO #include and #ifdef re-work.
33621      Branch: perlio
33622            + fakesdio.h perliol.h
33623            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33624            ! perlsdio.h perlsfio.h
33625 ____________________________________________________________________________
33626 [  7683] By: jhi                                   on 2000/11/14  15:42:40
33627         Log: Hoist the duplicated socket/netdb include logic to perl.h;
33628              undef SETERRNO in case SOCKS has defined it.  Based on:
33629              
33630              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
33631              From: Jens Hamisch <jens@Strawberry.COM> 
33632              Date: Tue, 14 Nov 2000 11:34:40 +0100
33633              Message-Id: <20001114113440.A20005@Strawberry.COM>
33634      Branch: perl
33635            ! doio.c perl.h pp_sys.c
33636 ____________________________________________________________________________
33637 [  7682] By: jhi                                   on 2000/11/14  14:07:28
33638         Log: Subject: some additions for makefiles for win32 (for perl@7674)
33639              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33640              Date: Tue, 14 Nov 2000 09:31:13 +0300
33641              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
33642      Branch: perl
33643            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
33644            ! win32/makefile.mk
33645 ____________________________________________________________________________
33646 [  7681] By: jhi                                   on 2000/11/14  14:01:41
33647         Log: Subject: tiny typo in perl5db.pl
33648              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33649              Date: Tue, 14 Nov 2000 09:29:28 +0300
33650              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
33651      Branch: perl
33652            ! lib/perl5db.pl
33653 ____________________________________________________________________________
33654 [  7680] By: jhi                                   on 2000/11/14  04:13:50
33655         Log: Redo #7679 with LFs instead of CRLFs.
33656      Branch: perl
33657            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
33658            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
33659            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33660 ____________________________________________________________________________
33661 [  7679] By: jhi                                   on 2000/11/14  01:21:09
33662         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
33663              From: Benjamin Stuhl <tiriath@yahoo.com> 
33664              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33665              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33666      Branch: perl
33667            + win32/bin/mdelete.bat
33668            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
33669            ! makedef.pl perlio.c win32/Makefile win32/config.gc
33670            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33671 ____________________________________________________________________________
33672 [  7678] By: jhi                                   on 2000/11/14  01:19:20
33673         Log: Fix the re extension building for Win32.
33674              
33675              Subject: [PATCH perl@7638] Get PerlIO building on Win32
33676              From: Benjamin Stuhl <tiriath@yahoo.com> 
33677              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33678              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33679      Branch: perl
33680            + ext/re/hints/MSWin32.pl
33681            ! MANIFEST
33682 ____________________________________________________________________________
33683 [  7677] By: jhi                                   on 2000/11/14  01:13:54
33684         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
33685              From: sthoenna@efn.org
33686              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
33687              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
33688      Branch: perl
33689            ! doop.c pp.c toke.c utf8.c utf8.h
33690 ____________________________________________________________________________
33691 [  7676] By: jhi                                   on 2000/11/13  20:23:15
33692         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33693              From: Nicholas Clark <nick@ccl4.org>
33694              Date: Mon, 13 Nov 2000 18:55:04 +0000
33695              Message-ID: <20001113185504.J29183@plum.flirble.org>
33696      Branch: perl
33697            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
33698 ____________________________________________________________________________
33699 [  7675] By: nick                                  on 2000/11/13  20:21:57
33700         Log: Integrate mainline ...
33701      Branch: perlio
33702           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
33703           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
33704           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
33705           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
33706 ____________________________________________________________________________
33707 [  7674] By: jhi                                   on 2000/11/13  15:07:56
33708         Log: Update Changes.
33709      Branch: perl
33710            ! Changes patchlevel.h
33711 ____________________________________________________________________________
33712 [  7673] By: jhi                                   on 2000/11/13  14:42:42
33713         Log: Remove the new two tests of lib/io_xs for now, they seem to
33714              fail under perlio on some platforms.
33715      Branch: perl
33716            ! t/lib/io_xs.t
33717 ____________________________________________________________________________
33718 [  7672] By: jhi                                   on 2000/11/13  13:57:53
33719         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
33720      Branch: perl
33721            ! perlio.c
33722 ____________________________________________________________________________
33723 [  7671] By: jhi                                   on 2000/11/13  05:30:48
33724         Log: Placate nervous compilers that see longer than ints switch()ing.
33725      Branch: perl
33726            ! utf8.c
33727 ____________________________________________________________________________
33728 [  7670] By: jhi                                   on 2000/11/13  05:14:21
33729         Log: fputs() does return EOF on error but here we don't care.
33730      Branch: perl
33731            ! perlio.c
33732 ____________________________________________________________________________
33733 [  7669] By: jhi                                   on 2000/11/13  05:02:45
33734         Log: Declare reg_data like reg_substr_data.
33735      Branch: perl
33736            ! regexp.h
33737 ____________________________________________________________________________
33738 [  7668] By: jhi                                   on 2000/11/13  04:54:34
33739         Log: Typos in #7667.
33740      Branch: perl
33741            ! perl.h
33742 ____________________________________________________________________________
33743 [  7667] By: jhi                                   on 2000/11/13  04:49:49
33744         Log: Cleanup messy #ifdef.
33745      Branch: perl
33746            ! perl.h
33747 ____________________________________________________________________________
33748 [  7666] By: jhi                                   on 2000/11/13  04:17:34
33749         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33750              From: Nicholas Clark <nick@talking.bollo.cx>
33751              Date: Sun, 12 Nov 2000 21:14:11 +0000
33752              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
33753              
33754              Note: only one breakage of the two reported is fixed by this patch.
33755      Branch: perl
33756            ! perlio.c
33757 ____________________________________________________________________________
33758 [  7665] By: jhi                                   on 2000/11/13  04:05:07
33759         Log: Tweak the definition of the bit complement on UTF-8 data:
33760              if none of the characters in the string are > 0xff,
33761              the result is a complemented byte string, not a (UTF-8)
33762              char string.  Based on the summary in
33763              
33764              Subject: Re: [ID 20000918.005] ~ on wide chars
33765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
33766              Date: Fri, 10 Nov 2000 09:47:15 -0800
33767              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
33768              
33769              This should give us the maximum backward (pre-char string)
33770              compatibility and utf8 compatibility.  The other alternative
33771              would be to limit the bit complement to be always byte only,
33772              taking the least significant byte of the chars.
33773      Branch: perl
33774            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
33775 ____________________________________________________________________________
33776 [  7664] By: jhi                                   on 2000/11/13  00:23:44
33777         Log: Couple of tests from #7660 salvaged.
33778      Branch: perl
33779            - t/op/tell.t
33780            ! MANIFEST t/io/tell.t
33781 ____________________________________________________________________________
33782 [  7663] By: jhi                                   on 2000/11/13  00:02:48
33783         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
33784              From: Nicholas Clark <nick@talking.bollo.cx>
33785              Date: Sun, 12 Nov 2000 21:23:43 +0000
33786              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
33787      Branch: perl
33788            ! perlsfio.h
33789 ____________________________________________________________________________
33790 [  7662] By: jhi                                   on 2000/11/13  00:01:39
33791         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
33792              From: Nicholas Clark <nick@talking.bollo.cx>
33793              Date: Sun, 12 Nov 2000 21:30:04 +0000
33794              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
33795      Branch: perl
33796            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
33797 ____________________________________________________________________________
33798 [  7661] By: jhi                                   on 2000/11/12  23:57:29
33799         Log: Document tell() on special streams.
33800      Branch: perl
33801            ! pod/perlfunc.pod
33802 ____________________________________________________________________________
33803 [  7660] By: jhi                                   on 2000/11/12  23:54:22
33804         Log: (Subsumed by #7664)
33805      Branch: perl
33806            + t/op/tell.t
33807            ! MANIFEST
33808 ____________________________________________________________________________
33809 [  7659] By: jhi                                   on 2000/11/12  22:55:25
33810         Log: Many subdocumented return values of the IO extension now documented.
33811              ungetc and write still left subdocumented.
33812              
33813              Subject: [PATCH] (was Re: IO::Handle::ungetc)
33814              From: Nicholas Clark <nick@talking.bollo.cx>
33815              Date: Sun, 12 Nov 2000 21:35:53 +0000
33816              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
33817      Branch: perl
33818            ! ext/IO/lib/IO/Handle.pm
33819 ____________________________________________________________________________
33820 [  7658] By: jhi                                   on 2000/11/12  21:37:06
33821         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
33822              From: Nicholas Clark <nick@talking.bollo.cx>
33823              Date: Sun, 12 Nov 2000 20:03:22 +0000
33824              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
33825      Branch: perl
33826            ! pod/perlfunc.pod
33827 ____________________________________________________________________________
33828 [  7657] By: jhi                                   on 2000/11/12  20:34:55
33829         Log: Integrate perlio.
33830      Branch: perl
33831           !> perlio.c
33832 ____________________________________________________________________________
33833 [  7656] By: nick                                  on 2000/11/12  19:25:06
33834         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
33835      Branch: perlio
33836            ! perlio.c
33837 ____________________________________________________________________________
33838 [  7655] By: nick                                  on 2000/11/12  19:09:41
33839         Log: Integrate mainline
33840      Branch: perlio
33841           +> README.solaris ext/Encode/Encode/cp1006.enc
33842           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
33843           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
33844           +> ext/Encode/Encode/iso8859-13.enc
33845           +> ext/Encode/Encode/iso8859-14.enc
33846           +> ext/Encode/Encode/iso8859-15.enc
33847           !> (integrate 34 files)
33848 ____________________________________________________________________________
33849 [  7654] By: jhi                                   on 2000/11/12  19:00:22
33850         Log: Add a metaconfig unit for fsync.
33851      Branch: metaconfig/U/perl
33852            + d_fsync.U
33853 ____________________________________________________________________________
33854 [  7653] By: jhi                                   on 2000/11/12  19:00:01
33855         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
33856      Branch: perl
33857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33858            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33859            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33860            ! vos/config.ga.h win32/config.bc win32/config.gc
33861            ! win32/config.vc
33862 ____________________________________________________________________________
33863 [  7652] By: jhi                                   on 2000/11/11  21:12:01
33864         Log: Copy the s// information of README.hpux also to the perlrun.
33865      Branch: perl
33866            ! README.hpux pod/perlrun.pod
33867 ____________________________________________________________________________
33868 [  7651] By: jhi                                   on 2000/11/11  21:03:13
33869         Log: More README.solaris updates from Andy Dougherty.
33870      Branch: perl
33871            ! README.solaris
33872 ____________________________________________________________________________
33873 [  7650] By: jhi                                   on 2000/11/11  18:38:57
33874         Log: More descriptive error for unknown perlio layers.
33875              
33876              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33877              From: Dominic Dunlop <domo@computer.org> 
33878              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33879              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33880      Branch: perl
33881            ! perlio.c pod/perldiag.pod
33882 ____________________________________________________________________________
33883 [  7649] By: jhi                                   on 2000/11/11  18:37:52
33884         Log: MachTen doesn't really do mmap() and munmap().
33885              
33886              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33887              From: Dominic Dunlop <domo@computer.org> 
33888              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33889              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33890      Branch: perl
33891            ! hints/machten.sh
33892 ____________________________________________________________________________
33893 [  7648] By: jhi                                   on 2000/11/11  18:36:46
33894         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
33895              From: rspier@pobox.com (Robert Spier)
33896              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
33897              Message-ID: <14861.32839.491271.985797@rls.cx>
33898      Branch: perl
33899            ! Porting/Contract pod/perltoot.pod
33900 ____________________________________________________________________________
33901 [  7647] By: jhi                                   on 2000/11/11  18:35:30
33902         Log: Simplify the getpagesize() unit by dropping the
33903              pagesize probe since it's nowadays slightly more
33904              complicated because of sysconf(). (Note: if some
33905              platform really needs the -lPW for getpagesize,
33906              I just broke it.)
33907              
33908              TODO: a new pagesize unit.
33909      Branch: metaconfig
33910            ! U/compline/d_getpagsz.U
33911 ____________________________________________________________________________
33912 [  7646] By: jhi                                   on 2000/11/11  18:33:23
33913         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
33914      Branch: perl
33915            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33916            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33917            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33918            ! vos/config.ga.h win32/config.bc win32/config.gc
33919            ! win32/config.vc
33920 ____________________________________________________________________________
33921 [  7645] By: jhi                                   on 2000/11/11  16:45:15
33922         Log: Use sysconf() or getpagesize() to find out the pagesize.
33923      Branch: perl
33924            ! perlio.c
33925 ____________________________________________________________________________
33926 [  7644] By: jhi                                   on 2000/11/11  15:46:08
33927         Log: Integrate perlio.
33928      Branch: perl
33929           !> perlio.c
33930 ____________________________________________________________________________
33931 [  7643] By: jhi                                   on 2000/11/11  15:33:36
33932         Log: Subject: Re: [PATCH] README.solaris
33933              From: Lupe Christoph <lupe@lupe-christoph.de>
33934              Date: Sat, 11 Nov 2000 14:08:10 +0100
33935              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
33936      Branch: perl
33937            ! README.solaris
33938 ____________________________________________________________________________
33939 [  7642] By: jhi                                   on 2000/11/11  15:22:12
33940         Log: Subject: [PATCH perl@7638] cygwin port
33941              From: "Eric Fifer" <egf7@columbia.edu>            
33942              Date: Fri, 10 Nov 2000 19:30:30 -0000
33943              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
33944      Branch: perl
33945            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
33946 ____________________________________________________________________________
33947 [  7641] By: nick                                  on 2000/11/11  14:50:36
33948         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
33949              Also call "Buf" layer directly when unread'ing non-read chars.
33950      Branch: perlio
33951            ! perlio.c
33952 ____________________________________________________________________________
33953 [  7640] By: jhi                                   on 2000/11/11  02:05:02
33954         Log: Add more encoding tables.
33955      Branch: perl
33956            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
33957            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
33958            + ext/Encode/Encode/iso8859-10.enc
33959            + ext/Encode/Encode/iso8859-13.enc
33960            + ext/Encode/Encode/iso8859-14.enc
33961            + ext/Encode/Encode/iso8859-15.enc
33962            ! MANIFEST
33963 ____________________________________________________________________________
33964 [  7639] By: jhi                                   on 2000/11/10  18:49:25
33965         Log: Subject: [PATCH] README.solaris
33966              From: Andy Dougherty <doughera@lafayette.edu>
33967              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
33968              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
33969      Branch: perl
33970            + README.solaris
33971            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
33972            ! pod/perl.pod pod/perltoc.pod
33973 ____________________________________________________________________________
33974 [  7638] By: jhi                                   on 2000/11/10  15:04:15
33975         Log: Update Changes.
33976      Branch: perl
33977            ! Changes patchlevel.h
33978 ____________________________________________________________________________
33979 [  7637] By: jhi                                   on 2000/11/10  14:14:28
33980         Log: Explain better why certain regex tests are skipped.
33981              
33982              Subject: Re: tests skipped: unknown reason
33983              From: Lupe Christoph <lupe@lupe-christoph.de>
33984              Date: Fri, 10 Nov 2000 09:08:56 +0100
33985              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
33986      Branch: perl
33987            ! t/op/regexp.t
33988 ____________________________________________________________________________
33989 [  7636] By: nick                                  on 2000/11/10  13:40:00
33990         Log: Integrate mainline.
33991      Branch: perlio
33992           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
33993           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
33994           !> win32/bin/search.pl
33995 ____________________________________________________________________________
33996 [  7635] By: nick                                  on 2000/11/10  13:25:52
33997         Log: Re-instate stdio large file support via perlio.
33998      Branch: perl
33999            ! perlio.c
34000 ____________________________________________________________________________
34001 [  7634] By: jhi                                   on 2000/11/10  04:49:55
34002         Log: Amdahl UTS hints updates.
34003              
34004              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
34005              From: hom00@utsglobal.com (Harold O Morris)
34006              Date: Thu, 9 Nov 2000 20:02 PST
34007              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
34008      Branch: perl
34009            ! hints/uts.sh
34010 ____________________________________________________________________________
34011 [  7633] By: jhi                                   on 2000/11/09  23:33:28
34012         Log: Subject: [PATCH] IO::Seekable pod
34013              From: Nicholas Clark <nick@talking.bollo.cx>
34014              Date: Thu, 9 Nov 2000 20:29:45 +0000
34015              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
34016      Branch: perl
34017            ! ext/IO/lib/IO/Handle.pm
34018 ____________________________________________________________________________
34019 [  7632] By: jhi                                   on 2000/11/09  21:55:41
34020         Log: Various doc oddball characters.
34021              
34022              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
34023              From: Michael Somos <somos@grail.cba.csuohio.edu>
34024              Date: Mon, 6 Nov 2000 17:44:20 -0500
34025              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
34026      Branch: perl
34027            ! emacs/cperl-mode.el lib/unicode/syllables.txt
34028            ! win32/bin/search.pl
34029 ____________________________________________________________________________
34030 [  7631] By: jhi                                   on 2000/11/09  21:12:29
34031         Log: Subject: Re: bash -c exit and linux hints 
34032              From: "John P. Linderman" <jpl@research.att.com>
34033              Date: Thu, 02 Nov 2000 09:37:25 -0500
34034              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
34035      Branch: perl
34036            ! hints/linux.sh
34037 ____________________________________________________________________________
34038 [  7630] By: nick                                  on 2000/11/09  20:34:11
34039         Log: Integrate mainline.
34040      Branch: perlio
34041           !> (integrate 91 files)
34042 ____________________________________________________________________________
34043 [  7629] By: jhi                                   on 2000/11/09  19:46:31
34044         Log: Missing dTHXs.
34045              
34046              Subject: RE: perl@7595 builds not on cygwin
34047              From: "Eric Fifer" <egf7@columbia.edu>
34048              Date: Thu, 9 Nov 2000 19:26:50 -0000
34049              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
34050      Branch: perl
34051            ! ext/Devel/Peek/Peek.xs
34052 ____________________________________________________________________________
34053 [  7628] By: jhi                                   on 2000/11/09  14:48:27
34054         Log: Disable only the tests 99 and 166 for UTF-8 locales.
34055      Branch: perl
34056            ! t/pragma/locale.t
34057 ____________________________________________________________________________
34058 [  7627] By: jhi                                   on 2000/11/09  14:40:27
34059         Log: There's no =head3.
34060      Branch: perl
34061            ! pod/perlhack.pod
34062 ____________________________________________________________________________
34063 [  7626] By: jhi                                   on 2000/11/09  13:54:26
34064         Log: The generated boot_* headers are wrong.  Pickier compiler,
34065              such as KAI C++ will refuse to compile the resulting perlmain.
34066              
34067              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
34068              From: Harri Pasanen <harri.pasanen@trema.com>
34069              Date: Thu, 09 Nov 2000 14:23:28 +0100
34070              Message-Id: <3A0AA550.26D548A3@trema.com>
34071      Branch: perl
34072            ! minimod.pl
34073 ____________________________________________________________________________
34074 [  7625] By: jhi                                   on 2000/11/09  13:50:44
34075         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
34076              From: Prymmer/Kahn <pvhp@best.com>
34077              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
34078              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
34079              
34080              All except the "cow orker" change.
34081      Branch: perl
34082            ! Porting/pumpkin.pod
34083 ____________________________________________________________________________
34084 [  7624] By: jhi                                   on 2000/11/09  13:45:33
34085         Log: Fix for
34086              
34087              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
34088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34089              Date: Thu, 09 Nov 2000 11:05:52 +0100
34090              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
34091      Branch: perl
34092            ! pod/perldiag.pod t/pragma/warn/pp_sys
34093 ____________________________________________________________________________
34094 [  7623] By: jhi                                   on 2000/11/09  13:37:16
34095         Log: Typo in an ifndef.
34096              
34097              Subject: Re: [PATCH 5.7.0] better messages from malloc()
34098              From: Joe Smith <jms@inwap.com>         
34099              Date: Thu, 09 Nov 2000 01:33:14 -0800
34100              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
34101      Branch: perl
34102            ! malloc.c
34103 ____________________________________________________________________________
34104 [  7622] By: jhi                                   on 2000/11/09  13:31:18
34105         Log: Remove unused extra arguments.
34106      Branch: metaconfig/U/perl
34107            ! perlxv.U
34108      Branch: perl
34109            ! Configure config_h.SH
34110 ____________________________________________________________________________
34111 [  7621] By: jhi                                   on 2000/11/09  13:16:36
34112         Log: More VMS moves on environment handling, from Charles Lane.
34113      Branch: perl
34114            ! t/pragma/locale.t
34115 ____________________________________________________________________________
34116 [  7620] By: jhi                                   on 2000/11/09  04:42:38
34117         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34118              From: David Dyck <dcd@tc.fluke.com>
34119              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
34120              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
34121      Branch: perl
34122            ! pp_sys.c
34123 ____________________________________________________________________________
34124 [  7619] By: jhi                                   on 2000/11/09  04:36:21
34125         Log: Forgot from #7618.
34126      Branch: perl
34127            ! lib/File/stat.pm
34128 ____________________________________________________________________________
34129 [  7618] By: jhi                                   on 2000/11/09  04:28:44
34130         Log: Make deleting for %ENV work for (newer versions of) VMS,
34131              from Craig A. Berry.
34132      Branch: perl
34133            ! vms/vms.c
34134 ____________________________________________________________________________
34135 [  7617] By: jhi                                   on 2000/11/09  04:25:05
34136         Log: Subject: [PATCH] Class::Struct at compile time
34137              From: "Casey R. Tweten" <crt@kiski.net>
34138              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
34139              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
34140      Branch: perl
34141            ! lib/Class/Struct.pm
34142 ____________________________________________________________________________
34143 [  7616] By: jhi                                   on 2000/11/09  04:15:17
34144         Log: Subject: [ID 20001108.013] spelling
34145              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
34146              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
34147              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
34148      Branch: perl
34149            ! lib/ftp.pl
34150 ____________________________________________________________________________
34151 [  7615] By: jhi                                   on 2000/11/09  04:12:42
34152         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
34153              From: Peter Prymmer <pvhp@forte.com>
34154              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
34155              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
34156      Branch: perl
34157            ! configure.com
34158 ____________________________________________________________________________
34159 [  7614] By: jhi                                   on 2000/11/08  22:42:55
34160         Log: A missing aTHX_.
34161      Branch: perl
34162            ! ext/IPC/SysV/SysV.xs
34163 ____________________________________________________________________________
34164 [  7613] By: jhi                                   on 2000/11/08  19:30:21
34165         Log: Update Changes.
34166      Branch: perl
34167            ! Changes patchlevel.h
34168 ____________________________________________________________________________
34169 [  7612] By: jhi                                   on 2000/11/08  18:35:25
34170         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34171              From: David Dyck <dcd@tc.fluke.com>
34172              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
34173              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
34174      Branch: perl
34175            ! pp_sys.c
34176 ____________________________________________________________________________
34177 [  7611] By: jhi                                   on 2000/11/08  18:30:26
34178         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
34179              From: Dominic Dunlop <domo@computer.org>
34180              Date: Tue, 7 Nov 2000 12:05:25 +0100
34181              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
34182      Branch: perl
34183            ! malloc.c
34184 ____________________________________________________________________________
34185 [  7610] By: jhi                                   on 2000/11/08  18:25:14
34186         Log: Do not test UTF-8 locales since that the tests would require
34187              polymorphic regexen.
34188      Branch: perl
34189            ! t/pragma/locale.t
34190 ____________________________________________________________________________
34191 [  7609] By: jhi                                   on 2000/11/08  17:12:51
34192         Log: Locale buglets.
34193              
34194              Subject: RE: Locales support (setlocale) fixes
34195              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34196              Date: Wed, 8 Nov 2000 20:01:39 +0300
34197              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
34198      Branch: perl
34199            ! t/pragma/locale.t util.c
34200 ____________________________________________________________________________
34201 [  7608] By: jhi                                   on 2000/11/08  17:00:16
34202         Log: Deleting $ENV{PATH} in VMS is not recommendable.
34203      Branch: perl
34204            ! t/pragma/locale.t
34205 ____________________________________________________________________________
34206 [  7607] By: jhi                                   on 2000/11/08  16:58:26
34207         Log: Subject: PATCH std stdio for (Free)BSD
34208              From: Nicholas Clark <nick@ccl4.org>
34209              Date: Wed, 8 Nov 2000 15:36:29 +0000
34210              Message-ID: <20001108153629.D98736@plum.flirble.org>
34211      Branch: metaconfig
34212            ! U/compline/d_stdstdio.U
34213      Branch: perl
34214            ! Configure config_h.SH
34215 ____________________________________________________________________________
34216 [  7606] By: jhi                                   on 2000/11/08  16:43:31
34217         Log: Forgot to bump the line numbers in #7601.
34218      Branch: perl
34219            ! t/pragma/warn/pp_sys
34220 ____________________________________________________________________________
34221 [  7605] By: jhi                                   on 2000/11/08  16:39:12
34222         Log: More careful detection of how well NVs and UVs mix.
34223              
34224              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))
34225              From: Nicholas Clark <nick@ccl4.org>
34226              Date: Wed, 8 Nov 2000 15:14:12 +0000
34227              Message-ID: <20001108151412.B98736@plum.flirble.org>
34228              
34229              Added some SIGFPE paranoia.
34230      Branch: metaconfig/U/perl
34231            ! perlxv.U
34232      Branch: perl
34233            ! Configure config_h.SH
34234 ____________________________________________________________________________
34235 [  7604] By: jhi                                   on 2000/11/08  14:39:10
34236         Log: Subject: [patch perl@7595] VMS configure.com tweak
34237              From: "Craig A. Berry" <craigberry@mac.com>
34238              Date: Wed, 8 Nov 2000 00:24:12 -0600
34239              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
34240      Branch: perl
34241            ! configure.com
34242 ____________________________________________________________________________
34243 [  7603] By: jhi                                   on 2000/11/08  14:27:11
34244         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
34245              From: Robin Barker <rmb1@cise.npl.co.uk>
34246              Date: Wed, 8 Nov 2000 11:11:39 GMT
34247              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
34248      Branch: perl
34249            ! perlio.c
34250 ____________________________________________________________________________
34251 [  7602] By: jhi                                   on 2000/11/08  14:25:03
34252         Log: Fix for the tie-refhash string table leaks.
34253              
34254              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34255              Date: Wed, 8 Nov 2000 13:03:04 GMT
34256              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
34257      Branch: perl
34258            ! t/lib/tie-refhash.t
34259 ____________________________________________________________________________
34260 [  7601] By: jhi                                   on 2000/11/08  14:21:08
34261         Log: Try to avoid flockless and emulationless places.
34262      Branch: perl
34263            ! t/pragma/warn/pp_sys
34264 ____________________________________________________________________________
34265 [  7600] By: jhi                                   on 2000/11/08  02:28:54
34266         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
34267              
34268              Subject: [PATCH] prototyped functions that should be overrideable
34269              From: "Casey R. Tweten" <crt@kiski.net>
34270              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
34271              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
34272      Branch: perl
34273            ! toke.c
34274 ____________________________________________________________________________
34275 [  7599] By: jhi                                   on 2000/11/08  01:12:05
34276         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
34277              
34278              Subject: [PATCH] perlbug.PL
34279              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34280              Date: Mon, 6 Nov 2000 21:39:01 -0500
34281              Message-ID: <20001106213901.B20955@O2.chapin.edu>
34282      Branch: perl
34283            ! utils/perlbug.PL
34284 ____________________________________________________________________________
34285 [  7598] By: jhi                                   on 2000/11/07  23:42:00
34286         Log: Bad thinko in #7581 (I used the test program with the expanded
34287              values as-is).
34288      Branch: metaconfig
34289            ! U/compline/d_stdstdio.U
34290      Branch: perl
34291            ! Configure
34292 ____________________________________________________________________________
34293 [  7597] By: jhi                                   on 2000/11/07  21:43:29
34294         Log: Subject: [PATCH perl@7573] cygwin port
34295              From: "Fifer, Eric" <EFifer@sanwaint.com>
34296              Date: Tue, 7 Nov 2000 18:08:51 -0000 
34297              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
34298              
34299              Synchronize with Cygwin 1.1.5.
34300      Branch: perl
34301            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
34302            ! pod/perlport.pod unixish.h util.c
34303 ____________________________________________________________________________
34304 [  7596] By: jhi                                   on 2000/11/07  21:39:25
34305         Log: perlhack updates from H.Merijn Brand.
34306      Branch: perl
34307            ! pod/perlhack.pod
34308 ____________________________________________________________________________
34309 [  7595] By: jhi                                   on 2000/11/07  20:21:41
34310         Log: Update Changes.
34311      Branch: perl
34312            ! Changes patchlevel.h
34313 ____________________________________________________________________________
34314 [  7594] By: jhi                                   on 2000/11/07  19:18:58
34315         Log: Be more robust in Dynaloader.pm.
34316      Branch: perl
34317            ! ext/DynaLoader/DynaLoader_pm.PL
34318 ____________________________________________________________________________
34319 [  7593] By: jhi                                   on 2000/11/07  16:49:31
34320         Log: AUTHORS update.
34321      Branch: perl
34322            ! AUTHORS
34323 ____________________________________________________________________________
34324 [  7592] By: gsar                                  on 2000/11/07  16:39:51
34325         Log: normalize relative paths in virtualized current directory on windows,
34326              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
34327              returns)
34328      Branch: perl
34329            ! win32/vdir.h
34330 ____________________________________________________________________________
34331 [  7591] By: jhi                                   on 2000/11/07  16:04:26
34332         Log: Too profiler-happy: with optimization the #7590 actually makes
34333              the test to run 0.5% _slower_.  Requires much more instrumentation.
34334              Retract #7590.
34335      Branch: perl
34336            ! regcomp.c regcomp.h
34337 ____________________________________________________________________________
34338 [  7590] By: jhi                                   on 2000/11/07  15:51:13
34339         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
34340              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
34341              by using memset() and testing bytewise (as opposed to bitwise).
34342      Branch: perl
34343            ! regcomp.c regcomp.h
34344 ____________________________________________________________________________
34345 [  7589] By: jhi                                   on 2000/11/07  12:56:39
34346         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
34347              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34348              Date: Mon, 06 Nov 2000 23:45:30 -0500
34349              Message-Id: <0011079735.AA973576259@univpress.com>
34350      Branch: perl
34351            ! configure.com t/lib/st-lock.t
34352 ____________________________________________________________________________
34353 [  7588] By: jhi                                   on 2000/11/07  01:03:28
34354         Log: Tweak #7587.
34355      Branch: perl
34356            ! pod/perldiag.pod
34357 ____________________________________________________________________________
34358 [  7587] By: jhi                                   on 2000/11/07  01:00:27
34359         Log: A doc addition for bug id 20001105.019, beware \p.
34360      Branch: perl
34361            ! pod/perldiag.pod
34362 ____________________________________________________________________________
34363 [  7586] By: jhi                                   on 2000/11/07  00:32:22
34364         Log: Fake support of holey files in win/dosish platforms.
34365              
34366              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
34367              From: kipp@shonanblue.ne.jp
34368              Date: Mon, 6 Nov 2000 13:30:55 -0800
34369              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
34370      Branch: perl
34371            ! ext/SDBM_File/sdbm/sdbm.c
34372 ____________________________________________________________________________
34373 [  7585] By: jhi                                   on 2000/11/07  00:12:54
34374         Log: Subject: Pod updates
34375              From: "Stephen P. Potter" <spp@spotter.yi.org>
34376              Date: Mon, 06 Nov 2000 18:56:43 -0500
34377              Message-Id: <200011062357.SAA18173@spotter.yi.org>
34378      Branch: perl
34379            ! README.dos README.os2 README.win32 pod/buildtoc.PL
34380            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
34381            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
34382            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
34383            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
34384            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
34385            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
34386            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
34387            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
34388            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
34389            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
34390            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
34391            ! pod/perltootc.pod pod/perlunicode.pod
34392 ____________________________________________________________________________
34393 [  7584] By: jhi                                   on 2000/11/07  00:04:17
34394         Log: Varargs don't always work too well if one puts an unsigned
34395              char on the stack and pop an unsigned quad off the stack.
34396              
34397              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
34398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
34399              Date: Mon, 06 Nov 2000 15:19:05 -0800
34400              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
34401      Branch: perl
34402            ! utf8.c
34403 ____________________________________________________________________________
34404 [  7583] By: jhi                                   on 2000/11/06  23:58:48
34405         Log: %ENV note tweaks from Dan Sugalski.
34406      Branch: perl
34407            ! pod/perlport.pod vms/perlvms.pod
34408 ____________________________________________________________________________
34409 [  7582] By: jhi                                   on 2000/11/06  23:05:49
34410         Log: glibc5 detection by __GNU_LIBRARY__.
34411      Branch: perl
34412            ! toke.c
34413 ____________________________________________________________________________
34414 [  7581] By: jhi                                   on 2000/11/06  22:51:29
34415         Log: Make the stdio test program of 7427 less noisy while being 
34416              compiled so that Digital UNIX wouldn't get both
34417              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
34418              undefined.  This makes perlio happy.
34419      Branch: metaconfig
34420            ! U/compline/d_stdstdio.U
34421      Branch: perl
34422            ! Configure config_h.SH
34423 ____________________________________________________________________________
34424 [  7580] By: jhi                                   on 2000/11/06  22:41:41
34425         Log: Document %ENV = () portability issues.
34426      Branch: perl
34427            ! pod/perlport.pod vms/perlvms.pod
34428 ____________________________________________________________________________
34429 [  7579] By: jhi                                   on 2000/11/06  21:29:24
34430         Log: VOS updates from Paul Green.
34431      Branch: perl
34432            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34433 ____________________________________________________________________________
34434 [  7578] By: jhi                                   on 2000/11/06  21:00:40
34435         Log: Sanitize the environment further.
34436      Branch: perl
34437            ! t/pragma/locale.t
34438 ____________________________________________________________________________
34439 [  7577] By: jhi                                   on 2000/11/06  20:53:51
34440         Log: Re-introduce 7552 lost in integration.
34441      Branch: perl
34442            ! perlio.c
34443 ____________________________________________________________________________
34444 [  7576] By: jhi                                   on 2000/11/06  20:33:46
34445         Log: Admit that the test leaks scalars.
34446      Branch: perl
34447            ! t/comp/proto.t
34448 ____________________________________________________________________________
34449 [  7575] By: jhi                                   on 2000/11/06  20:17:08
34450         Log: Integrate perlio.
34451      Branch: perl
34452           !> perlio.c
34453 ____________________________________________________________________________
34454 [  7574] By: nick                                  on 2000/11/06  20:07:28
34455         Log: Remove debug. Try (Mmap_t) on madvise() call.
34456      Branch: perlio
34457            ! perlio.c
34458 ____________________________________________________________________________
34459 [  7573] By: jhi                                   on 2000/11/06  13:56:05
34460         Log: Update Changes.
34461      Branch: perl
34462            ! Changes patchlevel.h
34463 ____________________________________________________________________________
34464 [  7572] By: jhi                                   on 2000/11/06  13:48:41
34465         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
34466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34467              Date: Mon, 06 Nov 2000 10:11:42 +0100
34468              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
34469      Branch: perl
34470            ! pod/perlhack.pod
34471 ____________________________________________________________________________
34472 [  7571] By: jhi                                   on 2000/11/06  01:45:51
34473         Log: AUTHORS updates.
34474      Branch: perl
34475            ! AUTHORS
34476 ____________________________________________________________________________
34477 [  7570] By: jhi                                   on 2000/11/06  00:18:00
34478         Log: Fix for
34479              
34480              Subject: [ID 20000728.005] perl -P broken
34481              From: David Dyck <dcd@tc.fluke.com>
34482              Date: Fri, 28 Jul 2000 17:19:16 -0700
34483              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
34484              
34485              (hopefully).  The fix is also not complete, it seems to break
34486              BOM swallowing for libc5 systems, but until someone figures
34487              out a way to do this without ftell(), this will do.
34488      Branch: perl
34489            ! toke.c
34490 ____________________________________________________________________________
34491 [  7569] By: jhi                                   on 2000/11/06  00:05:30
34492         Log: Document that the evaled syntax errors cause scalar leaks.
34493      Branch: perl
34494            ! t/comp/proto.t
34495 ____________________________________________________________________________
34496 [  7568] By: jhi                                   on 2000/11/05  23:14:47
34497         Log: opmini.o can linger from Configures past.
34498      Branch: perl
34499            ! Makefile.SH
34500 ____________________________________________________________________________
34501 [  7567] By: jhi                                   on 2000/11/05  21:28:39
34502         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
34503              first argument correctly.
34504      Branch: perl
34505            ! perlio.c
34506 ____________________________________________________________________________
34507 [  7566] By: jhi                                   on 2000/11/05  21:15:56
34508         Log: Integrate perlio.
34509      Branch: perl
34510           !> perlio.c
34511 ____________________________________________________________________________
34512 [  7565] By: jhi                                   on 2000/11/05  21:15:13
34513         Log: Use -dM for gcc (the suggested patch did it only for Linux,
34514              but I think it can be generalized).
34515              
34516              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
34517              From: Pixel <pixel@mandrakesoft.com>
34518              Date: 05 Nov 2000 21:49:34 +0100 
34519              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
34520      Branch: perl
34521            ! ext/Errno/Errno_pm.PL
34522 ____________________________________________________________________________
34523 [  7564] By: nick                                  on 2000/11/05  21:09:18
34524         Log: Added a mmap layer as a "subclass" of perlio.
34525              PERLIO=mmap ./perl harness passes
34526      Branch: perlio
34527            ! perlio.c
34528 ____________________________________________________________________________
34529 [  7563] By: jhi                                   on 2000/11/05  19:48:55
34530         Log: Add a note for future generations about bug id 20000229.006.
34531      Branch: perl
34532            ! malloc.c
34533 ____________________________________________________________________________
34534 [  7562] By: jhi                                   on 2000/11/05  19:38:24
34535         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
34536      Branch: perl
34537            ! pp_ctl.c t/op/pos.t
34538 ____________________________________________________________________________
34539 [  7561] By: jhi                                   on 2000/11/05  18:21:46
34540         Log: Add =pod to be tidy.
34541      Branch: perl
34542            ! lib/Math/Complex.pm
34543 ____________________________________________________________________________
34544 [  7560] By: jhi                                   on 2000/11/05  17:38:46
34545         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
34546      Branch: perl
34547            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34548            ! ext/Storable/Storable.xs t/lib/st-recurse.t
34549 ____________________________________________________________________________
34550 [  7559] By: jhi                                   on 2000/11/05  17:32:59
34551         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
34552              From: "Peter J. Farley III" <pjfarley@banet.net>
34553              Date: Sun, 05 Nov 2000 11:55:59 -0500
34554              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
34555      Branch: perl
34556            ! t/lib/syslog.t
34557 ____________________________________________________________________________
34558 [  7558] By: jhi                                   on 2000/11/05  17:29:19
34559         Log: Integrate perlio.
34560      Branch: perl
34561           !> perlio.c
34562 ____________________________________________________________________________
34563 [  7557] By: jhi                                   on 2000/11/05  17:22:01
34564         Log: A fix of sorts for 20000329.026, a better error message
34565              for a missing "use charnames" when using the \N{...}. 
34566      Branch: perl
34567            ! pod/perldiag.pod toke.c
34568 ____________________________________________________________________________
34569 [  7556] By: jhi                                   on 2000/11/05  16:33:50
34570         Log: Test tweak: show also the failed locales.
34571              
34572              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
34573              From: Lupe Christoph <lupe@lupe-christoph.de>         
34574              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
34575              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
34576      Branch: perl
34577            ! t/pragma/locale.t
34578 ____________________________________________________________________________
34579 [  7555] By: nick                                  on 2000/11/05  11:09:34
34580         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
34581              open RDWR so does not fail. (pragma/warnings 303 again...)
34582      Branch: perlio
34583            ! perlio.c
34584 ____________________________________________________________________________
34585 [  7554] By: nick                                  on 2000/11/05  10:10:13
34586         Log: Fix case where ungetc(f,EOF) was allowed.
34587              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
34588              so we can see similarities.
34589              Use types more carefully and a STDCHAR array in hope that this will
34590              fix Jarrko's 64bit machine.
34591      Branch: perlio
34592            ! perlio.c
34593 ____________________________________________________________________________
34594 [  7553] By: jhi                                   on 2000/11/05  01:12:16
34595         Log: Fix for
34596              
34597              Subject: [ID 20001004.007] taint propogation is inconsistent
34598              From: pimlott@idiomtech.com (Andrew Pimlott) 
34599              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
34600              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
34601              
34602              The culprit was sv_setsv() which was rather blindly
34603              propagating taint, which lead to behaviour where if
34604              a tainted anon hash value was seen all the hash values
34605              from then on at that level became tainted, or at any
34606              upper levels in the case of nested anon hashes.
34607      Branch: perl
34608            ! sv.c t/op/taint.t
34609 ____________________________________________________________________________
34610 [  7552] By: jhi                                   on 2000/11/04  23:44:18
34611         Log: Some cpps don't like splitting conditionals across several lines.
34612      Branch: perl
34613            ! perlio.c
34614 ____________________________________________________________________________
34615 [  7551] By: nick                                  on 2000/11/04  23:40:44
34616         Log: Integrate mainline
34617      Branch: perlio
34618           !> pp_hot.c t/op/taint.t
34619 ____________________________________________________________________________
34620 [  7550] By: nick                                  on 2000/11/04  23:39:05
34621         Log: Integrate mainline again
34622      Branch: perlio
34623           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
34624           !> t/lib/b.t t/op/misc.t util.c
34625 ____________________________________________________________________________
34626 [  7549] By: jhi                                   on 2000/11/04  23:14:01
34627         Log: Fix for
34628              
34629              Subject: [ID 20001004.006] undef is never tainted
34630              From: pimlott@idiomtech.com (Andrew Pimlott)
34631              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
34632              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
34633              
34634              An undef read from a slurped file was not tainted.
34635      Branch: perl
34636            ! pp_hot.c t/op/taint.t
34637 ____________________________________________________________________________
34638 [  7548] By: jhi                                   on 2000/11/04  22:56:21
34639         Log: Test tweak ($Config{useperlio} is by default undef) .
34640      Branch: perl
34641            ! t/lib/b.t
34642 ____________________________________________________________________________
34643 [  7547] By: jhi                                   on 2000/11/04  22:43:56
34644         Log: Integrate perlio.
34645      Branch: perl
34646           +> lib/perlio.pm
34647           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
34648           !> pod/perlapi.pod t/lib/b.t
34649 ____________________________________________________________________________
34650 [  7546] By: jhi                                   on 2000/11/04  22:40:59
34651         Log: Configure would use a bad $myuname from an old config.sh.
34652              
34653              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
34654              From: Andy Dougherty <doughera@lafayette.edu>
34655              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
34656              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
34657      Branch: metaconfig
34658            ! U/modified/Oldconfig.U
34659      Branch: perl
34660            ! Configure config_h.SH
34661 ____________________________________________________________________________
34662 [  7545] By: jhi                                   on 2000/11/04  22:36:54
34663         Log: Subject: Locales support (setlocale) fixes
34664              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34665              Date: Sat, 4 Nov 2000 10:15:48 +0300 
34666              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
34667              
34668              Modified quite a bit to be more portable.
34669      Branch: perl
34670            ! embed.h embed.pl perl.h proto.h util.c
34671 ____________________________________________________________________________
34672 [  7544] By: jhi                                   on 2000/11/04  22:32:47
34673         Log: Dying is too strict here, better just skip.
34674      Branch: perl
34675            ! t/op/misc.t
34676 ____________________________________________________________________________
34677 [  7543] By: nick                                  on 2000/11/04  21:55:13
34678         Log: Merge mainline
34679      Branch: perlio
34680           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34681           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
34682           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34683           !> (integrate 64 files)
34684 ____________________________________________________________________________
34685 [  7542] By: jhi                                   on 2000/11/04  21:09:28
34686         Log: More Changes tweakery.
34687      Branch: perl
34688            ! Changes Porting/genlog
34689 ____________________________________________________________________________
34690 [  7541] By: jhi                                   on 2000/11/04  20:58:18
34691         Log: Changes fixups.
34692      Branch: perl
34693            ! Changes
34694 ____________________________________________________________________________
34695 [  7540] By: jhi                                   on 2000/11/04  20:42:38
34696         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
34697              create a "fast path" for locale name probing using "locale -a"
34698              if available, squash finally hopefully the s?printf resetting
34699              the numeric locale (since, IIUC perllocale, it never shouldn't). 
34700      Branch: perl
34701            ! sv.c t/op/misc.t t/pragma/locale.t
34702 ____________________________________________________________________________
34703 [  7539] By: nick                                  on 2000/11/04  19:56:10
34704         Log: PerlIO infrastructure complete.
34705      Branch: perlio
34706            + lib/perlio.pm
34707            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
34708 ____________________________________________________________________________
34709 [  7538] By: nick                                  on 2000/11/04  14:31:32
34710         Log: Type tweaks + less contorted allocation scheme
34711      Branch: perlio
34712            ! perlio.c
34713 ____________________________________________________________________________
34714 [  7537] By: nick                                  on 2000/11/04  12:40:42
34715         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
34716              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
34717              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
34718              sensible) which lead to some interesting fails.
34719      Branch: perlio
34720            ! perlio.c
34721 ____________________________________________________________________________
34722 [  7536] By: jhi                                   on 2000/11/04  00:20:02
34723         Log: Add FCNTL_CAN_LOCK.
34724              
34725              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34726              From: Andy Dougherty <doughera@lafayette.edu>
34727              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
34728              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
34729              
34730              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34731              From: Andy Dougherty <doughera@lafayette.edu>
34732              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
34733              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
34734      Branch: metaconfig/U/perl
34735            + d_fcntl_can_lock.U
34736            ! startperl.U
34737      Branch: perl
34738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34739            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
34740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34741            ! vos/config.ga.h win32/config.bc win32/config.gc
34742            ! win32/config.vc
34743 ____________________________________________________________________________
34744 [  7535] By: nick                                  on 2000/11/03  22:19:10
34745         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
34746              - Works on Linux with
34747              perlio + unix
34748              stdio
34749              - Works on Solaris with
34750              perlio + unix
34751              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
34752              - Fails (hangs in openpid) if you try and stack
34753              perlio + stdio - Linux stdio's read() logic is hanging.
34754      Branch: perlio
34755            ! iperlsys.h perlio.c
34756 ____________________________________________________________________________
34757 [  7534] By: jhi                                   on 2000/11/03  15:16:02
34758         Log: Subject: Re: README.aix
34759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34760              Date: Fri, 03 Nov 2000 16:03:15 +0100
34761              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
34762      Branch: perl
34763            ! README.aix
34764 ____________________________________________________________________________
34765 [  7533] By: jhi                                   on 2000/11/03  03:59:02
34766         Log: Subject: [PATCH 5.7.0] better messages from malloc()
34767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34768              Date: Wed, 1 Nov 2000 23:39:56 -0500
34769              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
34770      Branch: perl
34771            ! malloc.c pod/perldiag.pod
34772 ____________________________________________________________________________
34773 [  7532] By: jhi                                   on 2000/11/03  00:11:56
34774         Log: The #7521 touched things it shouldn't have.
34775      Branch: perl
34776            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
34777 ____________________________________________________________________________
34778 [  7531] By: jhi                                   on 2000/11/02  22:32:33
34779         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
34780              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34781              Date:     Thu, 2 Nov 2000 16:58:36 EST
34782              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
34783      Branch: perl
34784            ! vms/gen_shrfls.pl
34785 ____________________________________________________________________________
34786 [  7530] By: jhi                                   on 2000/11/02  22:08:49
34787         Log: Fix the problem discussed in
34788              
34789              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
34790              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
34791              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
34792              
34793              originally from Linc Madison.  Also Andreas König's comments
34794              taken into account.  Some other problems with Tie::SubstrHash
34795              fixed: didn't croak when the table exceeded the requested number
34796              of entries (as documented) but instead when the number of entries
34797              exceeded the size of the table, a croak() had an unnecessary \n,
34798              didn't have a CLEAR method, documented that there is no exists().
34799              Didn't fix to be strict-proof because the module uses &foo; and
34800              dynamic scope.  Added a test script exercizing both first tamely 
34801              the basic functionality, and then the failure cases reported by
34802              Linc Madison.
34803      Branch: perl
34804            + t/lib/tie-substrhash.t
34805            ! MANIFEST lib/Tie/SubstrHash.pm
34806 ____________________________________________________________________________
34807 [  7529] By: jhi                                   on 2000/11/02  17:58:08
34808         Log: recv() can fail and return undef.
34809              
34810              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
34811              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
34812              Date: Thu, 2 Nov 2000 20:12:20 +0300
34813              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
34814      Branch: perl
34815            ! lib/Net/Ping.pm
34816 ____________________________________________________________________________
34817 [  7528] By: jhi                                   on 2000/11/02  17:49:09
34818         Log: Detpyo.
34819      Branch: perl
34820            ! pod/perlop.pod
34821 ____________________________________________________________________________
34822 [  7527] By: jhi                                   on 2000/11/02  15:48:37
34823         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
34824              fix a autovivification bug in Tie::RefHash, add tests for both.
34825              
34826              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
34827              From: Edward Avis <epa98@doc.ic.ac.uk>
34828              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
34829              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
34830      Branch: perl
34831            + t/lib/tie-refhash.t
34832            ! MANIFEST lib/Tie/RefHash.pm
34833 ____________________________________________________________________________
34834 [  7526] By: jhi                                   on 2000/11/02  13:56:26
34835         Log: Test::Harness revealed buglets in the new DynaLoader.
34836              
34837              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
34838              From: andreas.koenig@anima.de (Andreas J. Koenig)
34839              Date: 02 Nov 2000 11:26:48 +0100 
34840              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
34841      Branch: perl
34842            ! ext/DynaLoader/DynaLoader_pm.PL
34843 ____________________________________________________________________________
34844 [  7525] By: jhi                                   on 2000/11/01  23:52:08
34845         Log: The entry for #7503 was missing.
34846      Branch: perl
34847            ! Changes
34848 ____________________________________________________________________________
34849 [  7524] By: jhi                                   on 2000/11/01  23:40:52
34850         Log: Update Changes.
34851      Branch: perl
34852            ! Changes patchlevel.h
34853 ____________________________________________________________________________
34854 [  7523] By: jhi                                   on 2000/11/01  22:57:09
34855         Log: More tweaking on the #7522 theme.
34856      Branch: perl
34857            ! ext/DynaLoader/DynaLoader_pm.PL
34858 ____________________________________________________________________________
34859 [  7522] By: jhi                                   on 2000/11/01  22:06:15
34860         Log: Expand %Config variables and %ENV variables only if
34861              so requested during build time using the
34862              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
34863              Not expanding makes relocating distributions easier.
34864      Branch: perl
34865            ! ext/DynaLoader/DynaLoader_pm.PL
34866 ____________________________________________________________________________
34867 [  7521] By: jhi                                   on 2000/11/01  20:56:34
34868         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
34869              and setgid() because they were just changing $< and $( which means
34870              only changing the real uid/gid, as opposed to changing both
34871              real and effective ids.  (The alternative way could have been
34872              in POSIX.pm to change $> and $), too, but making a direct call
34873              to the C API feels cleaner.)  Fixes the bug
34874              
34875              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
34876              From: "Garry T. Williams" <garry@zvolve.com>
34877              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
34878              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
34879      Branch: perl
34880            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34881            ! ext/POSIX/typemap pod/perlvar.pod
34882 ____________________________________________________________________________
34883 [  7520] By: jhi                                   on 2000/11/01  20:08:33
34884         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
34885              From: "Garry T. Williams" <garry@zvolve.com>
34886              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
34887              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
34888      Branch: perl
34889            ! pod/perlsec.pod
34890 ____________________________________________________________________________
34891 [  7519] By: jhi                                   on 2000/11/01  20:01:22
34892         Log: Locale warning explanation tweak.
34893      Branch: perl
34894            ! pod/perldiag.pod
34895 ____________________________________________________________________________
34896 [  7518] By: jhi                                   on 2000/11/01  18:57:13
34897         Log: C.pm part of
34898              
34899              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
34900              From: Jarkko Hietaniemi <jhi@iki.fi>
34901              Date: Tue, 10 Oct 2000 08:22:28 -0500
34902              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
34903      Branch: perl
34904            ! ext/B/B/C.pm
34905 ____________________________________________________________________________
34906 [  7517] By: jhi                                   on 2000/11/01  18:41:59
34907         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
34908              From: Martien Verbruggen <mgjv@comdyn.com.au>
34909              Date: Fri, 6 Oct 2000 14:09:10 +1100
34910              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
34911      Branch: perl
34912            ! pod/perlop.pod
34913 ____________________________________________________________________________
34914 [  7516] By: jhi                                   on 2000/11/01  18:34:55
34915         Log: Generalize the Camel wording.
34916              
34917              Subject: Re: perlfaq style changes
34918              From: John Borwick <jhborwic@unity.ncsu.edu>
34919              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
34920              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
34921      Branch: perl
34922            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
34923 ____________________________________________________________________________
34924 [  7515] By: jhi                                   on 2000/11/01  16:52:31
34925         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
34926              From: pimlott@idiomtech.com (Andrew Pimlott)
34927              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
34928              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
34929      Branch: perl
34930            ! pod/perlsec.pod
34931 ____________________________________________________________________________
34932 [  7514] By: jhi                                   on 2000/11/01  15:03:40
34933         Log: More AIX lore.
34934      Branch: perl
34935            ! ext/re/hints/aix.pl
34936 ____________________________________________________________________________
34937 [  7513] By: jhi                                   on 2000/11/01  14:48:30
34938         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
34939              From: root <root@chronos.fi.muni.cz>
34940              Date: Wed, 1 Nov 2000 12:31:32 +0100
34941              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
34942      Branch: perl
34943            ! lib/Net/Ping.pm
34944 ____________________________________________________________________________
34945 [  7512] By: jhi                                   on 2000/11/01  14:46:47
34946         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34947              From: Martin Husemann <martin@duskware.de>
34948              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
34949              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
34950      Branch: perl
34951            ! regcomp.c
34952 ____________________________________________________________________________
34953 [  7511] By: jhi                                   on 2000/11/01  14:39:50
34954         Log: AUTHORS updates.
34955      Branch: perl
34956            ! AUTHORS
34957 ____________________________________________________________________________
34958 [  7510] By: jhi                                   on 2000/11/01  14:29:50
34959         Log: Subject: [PATCH] startperl to respect versiononly
34960              From: Robin Barker <rmb1@cise.npl.co.uk> 
34961              Date: Tue, 31 Oct 2000 16:29:36 GMT
34962              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
34963      Branch: metaconfig/U/perl
34964            ! startperl.U
34965      Branch: perl
34966            ! Configure config_h.SH
34967 ____________________________________________________________________________
34968 [  7509] By: jhi                                   on 2000/11/01  14:19:53
34969         Log: printf UVs the correct way, noticed by Robin Barker.
34970      Branch: perl
34971            ! utf8.c
34972 ____________________________________________________________________________
34973 [  7508] By: jhi                                   on 2000/11/01  14:10:03
34974         Log: Do not cleanup *% because the % has special meanings in some
34975              shell environments.
34976      Branch: perl
34977            ! ext/Storable/Makefile.PL
34978 ____________________________________________________________________________
34979 [  7507] By: jhi                                   on 2000/11/01  14:06:00
34980         Log: The NonStop-UX libraries have a novel way to say NaN.
34981      Branch: perl
34982            ! t/lib/bigfltpm.t
34983 ____________________________________________________________________________
34984 [  7506] By: jhi                                   on 2000/11/01  14:03:35
34985         Log: The osname has been lowercased by now, from Tom Bates.
34986      Branch: metaconfig
34987            ! U/modified/Oldconfig.U
34988      Branch: perl
34989            ! Configure config_h.SH
34990 ____________________________________________________________________________
34991 [  7505] By: jhi                                   on 2000/10/31  19:18:39
34992         Log: The compiler is either gcc or cc, from Tom Bates.
34993      Branch: perl
34994            ! hints/nonstopux.sh
34995 ____________________________________________________________________________
34996 [  7504] By: jhi                                   on 2000/10/31  14:53:42
34997         Log: Update Changes.
34998      Branch: perl
34999            ! Changes patchlevel.h
35000 ____________________________________________________________________________
35001 [  7503] By: jhi                                   on 2000/10/31  14:30:50
35002         Log: Whitespace style tweak.  Was originally going to see to
35003              
35004              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35005              From: Joe Smith <jms@inwap.com>
35006              Date: Mon, 30 Oct 2000 18:47:57 -0800
35007              Message-Id: <39FE32DD.24AAC4D@inwap.com>
35008              
35009              but that had already been taken care of.
35010      Branch: metaconfig
35011            ! U/compline/d_stdstdio.U
35012      Branch: perl
35013            ! Configure config_h.SH
35014 ____________________________________________________________________________
35015 [  7502] By: jhi                                   on 2000/10/31  14:25:02
35016         Log: AUTHORS tweaks.
35017      Branch: perl
35018            ! AUTHORS
35019 ____________________________________________________________________________
35020 [  7501] By: jhi                                   on 2000/10/31  14:23:59
35021         Log: Subject: perlfaq style changes
35022              From: John Borwick <jhborwic@unity.ncsu.edu>
35023              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
35024              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
35025      Branch: perl
35026            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35027            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35028            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35029            ! pod/perlfaq9.pod
35030 ____________________________________________________________________________
35031 [  7500] By: jhi                                   on 2000/10/31  14:22:15
35032         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
35033              
35034              Subject: Re: [ID 20000918.005] ~ on wide chars
35035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35036              Date: Mon, 30 Oct 2000 21:09:55 -0800
35037              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
35038              
35039              (The ord() part of the patch skipped.)
35040      Branch: perl
35041            ! doop.c
35042 ____________________________________________________________________________
35043 [  7499] By: jhi                                   on 2000/10/31  14:20:08
35044         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
35045              From: Jens Hamisch <jens@Strawberry.COM>
35046              Date: Mon, 30 Oct 2000 15:17:07 +0100
35047              Message-Id: <20001030151707.A9597@Strawberry.COM>
35048      Branch: perl
35049            ! av.c
35050 ____________________________________________________________________________
35051 [  7498] By: jhi                                   on 2000/10/31  14:16:29
35052         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
35053              From: Peter Prymmer <pvhp@forte.com>
35054              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
35055              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
35056      Branch: perl
35057            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35058            + ext/Encode/Encode/posix-bc.enc
35059            ! MANIFEST t/lib/encode.t
35060 ____________________________________________________________________________
35061 [  7497] By: jhi                                   on 2000/10/31  14:13:22
35062         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
35063              From: Peter Prymmer <pvhp@forte.com>
35064              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
35065              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
35066      Branch: perl
35067            ! t/lib/cgi-html.t
35068 ____________________________________________________________________________
35069 [  7496] By: jhi                                   on 2000/10/31  14:12:05
35070         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
35071              From: Peter Prymmer <pvhp@forte.com>
35072              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
35073              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
35074      Branch: perl
35075            ! t/lib/cgi-function.t
35076 ____________________________________________________________________________
35077 [  7495] By: jhi                                   on 2000/10/31  14:11:08
35078         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35079              From: Peter Prymmer <pvhp@forte.com>
35080              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
35081              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
35082      Branch: perl
35083            + ext/re/hints/aix.pl
35084            ! MANIFEST ext/re/Makefile.PL
35085 ____________________________________________________________________________
35086 [  7494] By: jhi                                   on 2000/10/31  14:08:32
35087         Log: Use Errno magic.
35088              
35089              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
35090              From: Casey Tweten <perl@ctweten.amsite.com>
35091              Date: Mon, 30 Oct 2000 15:51:17 -0500
35092              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
35093      Branch: perl
35094            ! lib/File/Temp.pm
35095 ____________________________________________________________________________
35096 [  7493] By: jhi                                   on 2000/10/31  14:05:07
35097         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
35098              
35099              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
35100              From: Nicholas Clark <nick@ccl4.org>
35101              Date: Mon, 30 Oct 2000 17:38:45 +0000
35102              Message-ID: <20001030173845.O60355@plum.flirble.org>
35103      Branch: perl
35104            ! Makefile.SH utils/perlbug.PL
35105 ____________________________________________________________________________
35106 [  7492] By: nick                                  on 2000/10/30  19:37:23
35107         Log: Change files which are mysteriously different to mainline to be
35108              copies of mainline.
35109      Branch: perlio
35110            ! objXSUB.h perlapi.c pod/perlapi.pod
35111 ____________________________________________________________________________
35112 [  7491] By: nick                                  on 2000/10/30  18:05:54
35113         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
35114              - typo in endian code in putc.
35115              - Don't allow read of write-only files and vice-versa
35116              - and off-by-one in flush-all loop.
35117              Remove debug calls as they were using GCC specific features.
35118      Branch: perlio
35119            ! perlio.c
35120 ____________________________________________________________________________
35121 [  7490] By: nick                                  on 2000/10/29  21:45:45
35122         Log: Integrate mainline to perlio
35123      Branch: perlio
35124           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
35125           !> toke.c
35126 ____________________________________________________________________________
35127 [  7489] By: jhi                                   on 2000/10/29  21:11:08
35128         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
35129              From: andreas.koenig@anima.de (Andreas J. Koenig)
35130              Date: 29 Oct 2000 22:05:59 +0100
35131              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
35132      Branch: perl
35133            ! lib/ExtUtils/Manifest.pm
35134 ____________________________________________________________________________
35135 [  7488] By: jhi                                   on 2000/10/29  21:07:47
35136         Log: Tests for #7487.
35137              
35138              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35139              From: andreas.koenig@anima.de (Andreas J. Koenig)
35140              Date: 29 Oct 2000 19:37:09 +0100
35141              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
35142      Branch: perl
35143            ! t/comp/proto.t
35144 ____________________________________________________________________________
35145 [  7487] By: jhi                                   on 2000/10/29  21:06:27
35146         Log: constsub spillage.
35147              
35148              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35149              From: John Tobey <jtobey@john-edwin-tobey.org>
35150              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
35151              Message-Id: <m13pvSr-000FObC@feynman.localnet>
35152      Branch: perl
35153            ! op.c
35154 ____________________________________________________________________________
35155 [  7486] By: nick                                  on 2000/10/29  21:05:04
35156         Log: Integrate mainline to perlio branch
35157      Branch: perlio
35158           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
35159           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
35160           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
35161           +> vos/install_perl.cm
35162            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
35163            - vos/config.h vos/config_h.SH_orig
35164           !> (integrate 141 files)
35165 ____________________________________________________________________________
35166 [  7485] By: jhi                                   on 2000/10/29  21:00:47
35167         Log: Make \x{...} consistently produce UTF-8.
35168              
35169              Subject: Re: \x{...} is confused 
35170              From: Simon Cozens <simon@cozens.net>
35171              Date: Sun, 29 Oct 2000 19:36:48 +0000
35172              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
35173      Branch: perl
35174            ! t/pragma/utf8.t toke.c
35175 ____________________________________________________________________________
35176 [  7484] By: nick                                  on 2000/10/29  20:05:29
35177         Log: PerlIO passes all tests.
35178      Branch: perlio
35179            ! perlio.c
35180 ____________________________________________________________________________
35181 [  7483] By: jhi                                   on 2000/10/29  18:06:55
35182         Log: Update Changes.
35183      Branch: perl
35184            ! Changes patchlevel.h
35185 ____________________________________________________________________________
35186 [  7482] By: nick                                  on 2000/10/29  17:43:28
35187         Log: Include <unistd.h> to get correct lseek() prototype etc.
35188              (I thought perl.h did that) - down to two fails
35189              - comp/require.t (last test)
35190              - lib/io_xs.t - possibly import/export of FILE * ?
35191      Branch: perlio
35192            ! perlio.c
35193 ____________________________________________________________________________
35194 [  7481] By: jhi                                   on 2000/10/29  17:02:37
35195         Log: UTF-8 decoder tweak.
35196      Branch: perl
35197            ! utf8.c
35198 ____________________________________________________________________________
35199 [  7480] By: nick                                  on 2000/10/29  16:26:11
35200         Log: Fixed two bugs:
35201              - error code not being set on close (of broken pipe)
35202              - append mode was truncating.
35203              At least one seek/tell bug remains.
35204      Branch: perlio
35205            ! perlio.c
35206 ____________________________________________________________________________
35207 [  7479] By: nick                                  on 2000/10/29  11:18:16
35208         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
35209              in case of accidents. Still several worrying fails, no line disciplines yet.
35210      Branch: perlio
35211            ! iperlsys.h perlio.c
35212 ____________________________________________________________________________
35213 [  7478] By: jhi                                   on 2000/10/29  02:04:01
35214         Log: Add also emailless people.
35215      Branch: perl
35216            ! AUTHORS
35217 ____________________________________________________________________________
35218 [  7477] By: jhi                                   on 2000/10/29  01:36:00
35219         Log: The #7476 needs a MANIFEST change, too.
35220      Branch: perl
35221            ! MANIFEST
35222 ____________________________________________________________________________
35223 [  7476] By: jhi                                   on 2000/10/29  01:35:21
35224         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
35225      Branch: perl
35226            - MAINTAIN
35227            ! AUTHORS Changes
35228 ____________________________________________________________________________
35229 [  7475] By: jhi                                   on 2000/10/28  23:57:25
35230         Log: De-quoted-unreadable to ISO Latin 1.
35231              (There's one ISO-2022-JP name in Changes5.004.)
35232      Branch: perl
35233            ! Changes Changes5.6
35234 ____________________________________________________________________________
35235 [  7474] By: jhi                                   on 2000/10/28  19:13:06
35236         Log: Subject: [ID 20001027.007] uniq array in perlfaq
35237              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
35238              Date: Fri, 27 Oct 2000 19:28:30 +0200
35239              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
35240      Branch: perl
35241            ! pod/perlfaq4.pod
35242 ____________________________________________________________________________
35243 [  7473] By: jhi                                   on 2000/10/28  18:02:05
35244         Log: Locking null mutexes is not recommendable.
35245              
35246              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
35247              From: Hugo <hv@crypt.compulink.co.uk>
35248              Date: Sat, 28 Oct 2000 18:41:12 +0100
35249              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
35250      Branch: perl
35251            ! op.c
35252 ____________________________________________________________________________
35253 [  7472] By: jhi                                   on 2000/10/28  17:52:58
35254         Log: Better create a true mailing list for the repository keepers.
35255      Branch: perl
35256            ! Porting/repository.pod
35257 ____________________________________________________________________________
35258 [  7471] By: jhi                                   on 2000/10/28  17:28:24
35259         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
35260              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35261      Branch: perl
35262            + Porting/repository.pod
35263            ! MANIFEST
35264 ____________________________________________________________________________
35265 [  7470] By: jhi                                   on 2000/10/28  17:20:54
35266         Log: Subject: DOC PATCH 5.6.0
35267              From: mjd@plover.com
35268              Date: 27 Oct 2000 17:32:44 -0000
35269              Message-ID: <20001027173244.23754.qmail@plover.com>
35270      Branch: perl
35271            ! pod/perlfunc.pod
35272 ____________________________________________________________________________
35273 [  7469] By: jhi                                   on 2000/10/28  17:16:45
35274         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35275              From: "Peter J. Farley III" <pjfarley@banet.net>
35276              Date: Fri, 27 Oct 2000 20:32:56 -0400
35277              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
35278      Branch: perl
35279            ! README.dos
35280 ____________________________________________________________________________
35281 [  7468] By: jhi                                   on 2000/10/28  17:07:18
35282         Log: Make target reordering to avoid pointless re-makes.
35283              
35284              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35285              From: Nicholas Clark <nick@ccl4.org>
35286              Date: Sat, 28 Oct 2000 00:31:02 +0100
35287              Message-ID: <20001028003101.A54517@plum.flirble.org>
35288      Branch: perl
35289            ! Makefile.SH
35290 ____________________________________________________________________________
35291 [  7467] By: jhi                                   on 2000/10/28  17:05:31
35292         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35293              From: lvirden@cas.org
35294              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
35295              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
35296      Branch: perl
35297            ! README.os2
35298 ____________________________________________________________________________
35299 [  7466] By: jhi                                   on 2000/10/28  16:09:16
35300         Log: Upgrade to CPAN 1.58_55.
35301              
35302              Subject: CPAN.pm status
35303              From: andreas.koenig@anima.de (Andreas J. Koenig) 
35304              Date: 28 Oct 2000 08:18:00 +0200 
35305              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
35306      Branch: perl
35307            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35308 ____________________________________________________________________________
35309 [  7465] By: jhi                                   on 2000/10/28  16:02:47
35310         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35311      Branch: perl
35312            ! embed.h embed.pl perl.h proto.h toke.c
35313 ____________________________________________________________________________
35314 [  7464] By: nick                                  on 2000/10/28  10:43:44
35315         Log: Fix for sv_2iv() on "shared" value from keys %hash.
35316      Branch: perl
35317            ! sv.c
35318 ____________________________________________________________________________
35319 [  7463] By: jhi                                   on 2000/10/27  16:18:29
35320         Log: Update Changes.
35321      Branch: perl
35322            ! Changes patchlevel.h
35323 ____________________________________________________________________________
35324 [  7462] By: jhi                                   on 2000/10/27  16:17:44
35325         Log: Too enthusiastic editing in #7460.
35326      Branch: metaconfig
35327            ! U/modified/Oldsym.U
35328      Branch: perl
35329            ! Configure config_h.SH
35330 ____________________________________________________________________________
35331 [  7461] By: jhi                                   on 2000/10/27  15:37:38
35332         Log: Retract #7459, the script needs more work.
35333      Branch: perl
35334            - mkreef
35335            ! MANIFEST
35336 ____________________________________________________________________________
35337 [  7460] By: jhi                                   on 2000/10/27  15:23:14
35338         Log: Use $sort, $uniq (and $tr) consistently as wondered
35339              by Nicholas Clark.
35340      Branch: metaconfig
35341            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
35342            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
35343            ! U/modified/libc.U
35344      Branch: perl
35345            ! Configure config_h.SH
35346 ____________________________________________________________________________
35347 [  7459] By: jhi                                   on 2000/10/27  15:02:07
35348         Log: (Retracted by #7461)
35349              
35350              Add a shell script for creating/removing symbolic link farms,
35351              useful for keeping the source code read-only and doing the
35352              builds somewhere else.
35353      Branch: perl
35354            + mkreef
35355            ! MANIFEST
35356 ____________________________________________________________________________
35357 [  7458] By: jhi                                   on 2000/10/27  14:42:20
35358         Log: Do away with the fix_pl.
35359      Branch: perl
35360            - fix_pl
35361            ! MANIFEST Makefile.SH
35362 ____________________________________________________________________________
35363 [  7457] By: jhi                                   on 2000/10/27  12:43:13
35364         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35365              From: Jens Hamisch <jens@Strawberry.COM>
35366              Date: Fri, 27 Oct 2000 14:38:21 +0200
35367              Message-Id: <20001027143821.B3366@Strawberry.COM>
35368      Branch: perl
35369            ! perl.h
35370 ____________________________________________________________________________
35371 [  7456] By: jhi                                   on 2000/10/27  12:33:42
35372         Log: Subject: [PATCH] todo
35373              From: Nicholas Clark <nick@ccl4.org>
35374              Date: Thu, 26 Oct 2000 22:32:29 +0100
35375              Message-ID: <20001026223229.A44540@plum.flirble.org>
35376      Branch: perl
35377            ! pod/perltodo.pod
35378 ____________________________________________________________________________
35379 [  7455] By: jhi                                   on 2000/10/27  12:02:21
35380         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
35381              From: John Tobey <jtobey@john-edwin-tobey.org>
35382              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
35383              Message-Id: <m13ozHF-000FObC@feynman.localnet>
35384      Branch: perl
35385            ! op.c t/pragma/sub_lval.t
35386 ____________________________________________________________________________
35387 [  7454] By: jhi                                   on 2000/10/27  11:59:42
35388         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35389              From: sthoenna@efn.org
35390              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
35391              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
35392      Branch: perl
35393            ! pp.c t/op/assignwarn.t
35394 ____________________________________________________________________________
35395 [  7453] By: jhi                                   on 2000/10/27  00:15:08
35396         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
35397      Branch: perl
35398            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35399            ! ext/Storable/Storable.xs t/lib/st-lock.t
35400 ____________________________________________________________________________
35401 [  7452] By: jhi                                   on 2000/10/26  13:05:52
35402         Log: Undo #7451, this seems to be a deficiency in Perforce,
35403              there is no per-file line-terminator type, only per-client.
35404      Branch: perl
35405            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35406            ! win32/makefile.mk
35407 ____________________________________________________________________________
35408 [  7451] By: jhi                                   on 2000/10/26  04:56:03
35409         Log: Experimenting in DOS arcana.
35410      Branch: perl
35411            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35412            ! win32/makefile.mk
35413 ____________________________________________________________________________
35414 [  7450] By: jhi                                   on 2000/10/26  04:50:52
35415         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
35416              From: "Peter J. Farley III" <pjfarley@banet.net>            
35417              Date: Wed, 25 Oct 2000 23:10:18 -0400
35418              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
35419      Branch: perl
35420            ! t/io/open.t
35421 ____________________________________________________________________________
35422 [  7449] By: jhi                                   on 2000/10/26  04:49:16
35423         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
35424              From: Hugo <hv@crypt.compulink.co.uk>
35425              Date: Thu, 26 Oct 2000 01:55:17 +0100
35426              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
35427              
35428              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
35429      Branch: perl
35430            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
35431 ____________________________________________________________________________
35432 [  7448] By: jhi                                   on 2000/10/26  04:38:36
35433         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35434              From: Peter Prymmer <pvhp@forte.com>
35435              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
35436              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
35437      Branch: perl
35438            ! configure.com
35439 ____________________________________________________________________________
35440 [  7447] By: jhi                                   on 2000/10/25  23:20:02
35441         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35442              in platforms that strictly require all the symbols being present
35443              at link time.
35444      Branch: perl
35445            ! handy.h
35446 ____________________________________________________________________________
35447 [  7446] By: jhi                                   on 2000/10/25  21:55:57
35448         Log: Update Changes.
35449      Branch: perl
35450            ! Changes patchlevel.h
35451 ____________________________________________________________________________
35452 [  7445] By: jhi                                   on 2000/10/25  21:27:08
35453         Log: Integrate with vmsperl #7430 by Charles Bailey:
35454              
35455              Cleanup from prior patch (Charles Lane?):
35456              - improve handling of MFDs in Basename and Path
35457              - default to no xsubpp line # munging when building debug images
35458      Branch: perl
35459           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35460 ____________________________________________________________________________
35461 [  7444] By: jhi                                   on 2000/10/25  21:03:50
35462         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
35463              From: John Peacock <JPeacock@UnivPress.com>
35464              Date: Thu, 18 May 2000 11:55:27 -0400
35465              Message-ID: <3924126F.A58BE57A@UnivPress.com>
35466      Branch: perl
35467            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
35468            ! t/op/write.t
35469 ____________________________________________________________________________
35470 [  7443] By: jhi                                   on 2000/10/25  20:43:10
35471         Log: Temporary stopgap for the self-tying issue: for now only
35472              array and hash self-ties are verboten.  The real fix, of
35473              course, would be to comprehensively test (and implement?)
35474              and debug (and document) self-ties.
35475      Branch: perl
35476            ! pod/perldiag.pod pp_sys.c t/op/tie.t
35477 ____________________________________________________________________________
35478 [  7442] By: jhi                                   on 2000/10/25  20:14:30
35479         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
35480              From: Dan Sugalski <dan@sidhe.org>
35481              Date: Wed, 25 Oct 2000 13:36:35 -0400
35482              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
35483              
35484              plus regen global.sym.
35485      Branch: perl
35486            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
35487            ! thrdvar.h util.c
35488 ____________________________________________________________________________
35489 [  7441] By: jhi                                   on 2000/10/25  20:12:20
35490         Log: buildtoc target tweaks.
35491      Branch: perl
35492            ! pod/Makefile.SH
35493 ____________________________________________________________________________
35494 [  7440] By: jhi                                   on 2000/10/25  20:03:53
35495         Log: A new version of making the syslog test more robust.
35496              (Replaces #7421.)
35497              
35498              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35499              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35500              Date: Wed, 25 Oct 2000 12:13:54 -0400
35501              Message-ID: <20001025121354.B2264@O2.chapin.edu>
35502      Branch: perl
35503            ! t/lib/syslog.t
35504 ____________________________________________________________________________
35505 [  7439] By: jhi                                   on 2000/10/25  20:00:48
35506         Log: Continue the internal UTF-8 API tweaking.
35507              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35508              used much more than the simpler API, now called utf8_to_uv_simple().
35509              Still not quite happy with API, too much partial duplication
35510              of functionality.
35511      Branch: perl
35512            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
35513            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
35514            ! regcomp.c regexec.c sv.c toke.c utf8.c
35515 ____________________________________________________________________________
35516 [  7438] By: jhi                                   on 2000/10/25  18:52:30
35517         Log: Allow poking holes at the UTF-8 decoding strictness.
35518      Branch: perl
35519            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
35520            ! utf8.h
35521 ____________________________________________________________________________
35522 [  7437] By: jhi                                   on 2000/10/25  13:53:05
35523         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
35524              UTF8LEN() and UTF8SKIP(). 
35525      Branch: perl
35526            ! pp.c utf8.c utf8.h
35527 ____________________________________________________________________________
35528 [  7436] By: jhi                                   on 2000/10/25  13:51:37
35529         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
35530              From: Nicholas Clark <nick@ccl4.org>
35531              Date: Wed, 25 Oct 2000 14:44:05 +0100
35532              Message-ID: <20001025144404.D27253@plum.flirble.org>
35533      Branch: perl
35534            ! pod/perlrun.pod
35535 ____________________________________________________________________________
35536 [  7435] By: jhi                                   on 2000/10/25  13:49:32
35537         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35538              From: Mike Guy <mjtg@cam.ac.uk>
35539              Date: Tue, 24 Oct 2000 14:59:40 +0100
35540              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
35541      Branch: perl
35542            ! scope.c
35543 ____________________________________________________________________________
35544 [  7434] By: jhi                                   on 2000/10/25  13:48:41
35545         Log: AIX is picky about its symbol exports.  Solution for now
35546              is to include the deb.o explicitly to the re extension build.
35547              
35548              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
35549              From: Peter Prymmer <pvhp@forte.com>
35550              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
35551              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
35552      Branch: perl
35553            ! ext/re/Makefile.PL hints/aix.sh
35554 ____________________________________________________________________________
35555 [  7433] By: jhi                                   on 2000/10/25  13:46:49
35556         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35558              Date: Wed, 25 Oct 2000 12:02:20 +0200
35559              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
35560      Branch: perl
35561            ! perlsdio.h
35562 ____________________________________________________________________________
35563 [  7432] By: jhi                                   on 2000/10/25  13:44:28
35564         Log: Subject: Minor update to find2perl, for portability
35565              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
35566              Date: Wed, 25 Oct 2000 12:05:47 +0100
35567              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
35568      Branch: perl
35569            ! x2p/find2perl.PL
35570 ____________________________________________________________________________
35571 [  7431] By: jhi                                   on 2000/10/25  13:40:39
35572         Log: Add targets to Makefile.SH, most importantly
35573              'regen_all' which also remembers to update vms/perly*.
35574      Branch: perl
35575            ! Makefile.SH
35576 ____________________________________________________________________________
35577 [  7430] By: bailey                                on 2000/10/25  03:13:53
35578         Log: Cleanup from prior patch (Charles Lane?):
35579              - improve handling of MFDs in Basename and Path
35580              - default to no xsubpp line # munging when building debug images
35581      Branch: vmsperl
35582            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35583 ____________________________________________________________________________
35584 [  7429] By: jhi                                   on 2000/10/24  20:03:40
35585         Log: Podify README.epoc and README.vos.
35586      Branch: perl
35587            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
35588            ! pod/perlport.pod pod/perltoc.pod
35589 ____________________________________________________________________________
35590 [  7428] By: jhi                                   on 2000/10/24  19:10:33
35591         Log: Stratus VOS updates from Paul Green.
35592      Branch: perl
35593            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35594            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35595            - vos/config.def vos/config.h vos/config_h.SH_orig
35596            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
35597            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
35598 ____________________________________________________________________________
35599 [  7427] By: jhi                                   on 2000/10/24  18:59:48
35600         Log: Check if stdio supports tweaking lval and cnt simultaneously.
35601              
35602              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35603              From: Nicholas Clark <nick@ccl4.org>
35604              Date: Mon, 23 Oct 2000 15:39:32 +0100
35605              Message-ID: <20001023153932.A10786@plum.flirble.org>
35606      Branch: metaconfig
35607            ! U/compline/d_stdstdio.U
35608      Branch: perl
35609            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35610            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
35611            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
35612            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
35613            ! vos/config.h vos/config_h.SH_orig win32/config.bc
35614            ! win32/config.gc win32/config.vc
35615 ____________________________________________________________________________
35616 [  7426] By: jhi                                   on 2000/10/24  17:57:44
35617         Log: Missed the header file changes from #7425.
35618      Branch: perl
35619            ! embed.h embed.pl objXSUB.h proto.h
35620 ____________________________________________________________________________
35621 [  7425] By: jhi                                   on 2000/10/24  17:55:17
35622         Log: Fix the bug reported in
35623              
35624              From: andreas.koenig@anima.de (Andreas J. Koenig)
35625              Subject: Encode bug?
35626              Date: 24 Oct 2000 14:01:26 +0200 
35627              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
35628              
35629              Also make is_utf8_char() stricter.
35630      Branch: perl
35631            ! ext/Encode/Encode.xs utf8.c
35632 ____________________________________________________________________________
35633 [  7424] By: jhi                                   on 2000/10/24  15:15:39
35634         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35635              From: Peter Scott <Peter@PSDT.com>
35636              Date: Mon, 23 Oct 2000 19:46:01 -0700
35637              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
35638      Branch: perl
35639            ! pod/perlfaq5.pod
35640 ____________________________________________________________________________
35641 [  7423] By: jhi                                   on 2000/10/24  14:25:30
35642         Log: Test tweak to avoid pulling in the whole Config.
35643      Branch: perl
35644            ! t/lib/st-lock.t
35645 ____________________________________________________________________________
35646 [  7422] By: jhi                                   on 2000/10/24  14:03:16
35647         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
35648      Branch: perl
35649            ! pp.c
35650 ____________________________________________________________________________
35651 [  7421] By: jhi                                   on 2000/10/24  13:32:09
35652         Log: (Replaced by #7440.)
35653              
35654              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35655              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35656              Date: Mon, 23 Oct 2000 16:40:54 -0400
35657              Message-ID: <20001023164054.B14491@O2.chapin.edu>
35658      Branch: perl
35659            ! t/lib/syslog.t
35660 ____________________________________________________________________________
35661 [  7420] By: jhi                                   on 2000/10/24  13:30:53
35662         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
35663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35664              Date: Mon, 23 Oct 2000 17:29:03 -0400
35665              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
35666      Branch: perl
35667            ! lib/ExtUtils/MM_Unix.pm
35668 ____________________________________________________________________________
35669 [  7419] By: jhi                                   on 2000/10/24  13:29:57
35670         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
35671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35672              Date: Mon, 23 Oct 2000 19:01:32 -0400
35673              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
35674      Branch: perl
35675            ! utils/h2xs.PL
35676 ____________________________________________________________________________
35677 [  7418] By: jhi                                   on 2000/10/24  13:26:04
35678         Log: Replace #7409 with
35679              
35680              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
35681              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35682              Date: Mon, 23 Oct 2000 20:08:56 +0200
35683              Message-ID: <20001023200855.A14850@nice.ram.loc>
35684      Branch: perl
35685            ! ext/Storable/Storable.pm t/lib/st-lock.t
35686 ____________________________________________________________________________
35687 [  7417] By: jhi                                   on 2000/10/24  13:17:52
35688         Log: Run vms/vms_yfix.pl, should have done that after changing
35689              perly.c in #7382.
35690      Branch: perl
35691            ! vms/perly_c.vms vms/perly_h.vms
35692 ____________________________________________________________________________
35693 [  7416] By: jhi                                   on 2000/10/24  02:55:33
35694         Log: Make the UTF-8 decoding stricter and more verbose when
35695              malformation happens.  This involved adding an argument
35696              to utf8_to_uv_chk(), which involved changing its prototype,
35697              and prefer STRLEN over I32 for the UTF-8 length, which as
35698              a domino effect necessitated changing the prototypes of
35699              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35700              The stricter UTF-8 decoding checking uses Markus Kuhn's
35701              UTF-8 Decode Stress Tester from
35702              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35703      Branch: perl
35704            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
35705            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
35706            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
35707            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
35708 ____________________________________________________________________________
35709 [  7415] By: jhi                                   on 2000/10/23  14:06:06
35710         Log: Update Changes.
35711      Branch: perl
35712            ! Changes patchlevel.h
35713 ____________________________________________________________________________
35714 [  7414] By: jhi                                   on 2000/10/23  12:39:52
35715         Log: Undo the basename() part of #7412 since the lib/basename
35716              tests would need upgrading too.
35717      Branch: perl
35718            ! lib/File/Basename.pm
35719 ____________________________________________________________________________
35720 [  7413] By: jhi                                   on 2000/10/23  12:19:27
35721         Log: Document PERL_INSTALL_ROOT of #7210.
35722      Branch: perl
35723            ! lib/ExtUtils/Install.pm
35724 ____________________________________________________________________________
35725 [  7412] By: jhi                                   on 2000/10/23  12:16:47
35726         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
35727      Branch: perl
35728            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
35729            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
35730 ____________________________________________________________________________
35731 [  7411] By: jhi                                   on 2000/10/23  12:07:41
35732         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
35733              From: Prymmer/Kahn <pvhp@best.com>
35734              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
35735              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
35736      Branch: perl
35737            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
35738 ____________________________________________________________________________
35739 [  7410] By: jhi                                   on 2000/10/23  04:10:11
35740         Log: The change #7187 was not so good on VMS.
35741              
35742              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
35743              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35744              Date: Sun, 22 Oct 2000 23:03:08 -0500
35745              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
35746      Branch: perl
35747            ! utils/perldoc.PL
35748 ____________________________________________________________________________
35749 [  7409] By: jhi                                   on 2000/10/23  03:57:36
35750         Log: Avoid Storable locking on DJGPP for now.
35751              
35752              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
35753              From: "Peter J. Farley III" <pjfarley@banet.net>
35754              Date: Sun, 22 Oct 2000 20:00:00 -0400
35755              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
35756      Branch: perl
35757            ! ext/Storable/Storable.pm t/lib/st-lock.t
35758 ____________________________________________________________________________
35759 [  7408] By: jhi                                   on 2000/10/23  03:50:24
35760         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
35761              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35762              Date: Sun, 22 Oct 2000 21:12:22 -0400
35763              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
35764      Branch: perl
35765            ! lib/vars.pm
35766 ____________________________________________________________________________
35767 [  7407] By: jhi                                   on 2000/10/23  03:43:12
35768         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
35769              From: Hugo <hv@crypt.compulink.co.uk>
35770              Date: Mon, 23 Oct 2000 00:47:22 +0100
35771              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
35772      Branch: perl
35773            ! regexec.c t/op/pat.t
35774 ____________________________________________________________________________
35775 [  7406] By: jhi                                   on 2000/10/23  03:40:29
35776         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
35777      Branch: perl
35778            ! lib/ExtUtils/MakeMaker.pm
35779 ____________________________________________________________________________
35780 [  7405] By: jhi                                   on 2000/10/22  21:32:00
35781         Log: Doc patch.
35782              
35783              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
35784              From: rspier@pobox.com (Robert Spier)
35785              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
35786              Message-ID: <14835.16112.13457.447971@rls.cx>
35787      Branch: perl
35788            ! lib/strict.pm
35789 ____________________________________________________________________________
35790 [  7404] By: jhi                                   on 2000/10/22  21:30:51
35791         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
35792              From: rspier@pobox.com (Robert Spier)
35793              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
35794              Message-ID: <14835.17223.72448.705566@rls.cx>
35795      Branch: perl
35796            ! lib/ExtUtils/MakeMaker.pm
35797 ____________________________________________________________________________
35798 [  7403] By: jhi                                   on 2000/10/22  21:24:11
35799         Log: Subject: [PATCH bleadperl] ripples from constsub patch
35800              From: John Tobey <jtobey@john-edwin-tobey.org>
35801              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
35802              Message-Id: <m13nSOB-000FObC@feynman.localnet>
35803      Branch: perl
35804            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
35805 ____________________________________________________________________________
35806 [  7402] By: jhi                                   on 2000/10/22  20:59:35
35807         Log: Support s?printf parameter reordering.
35808      Branch: perl
35809            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
35810 ____________________________________________________________________________
35811 [  7401] By: jhi                                   on 2000/10/22  19:19:14
35812         Log: Expand %Config variables only if explicitly so requested
35813              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
35814              
35815              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35816              From: Gurusamy Sarathy <gsar@ActiveState.com>
35817              Date: Sun, 22 Oct 2000 11:47:32 -0700
35818              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
35819      Branch: perl
35820            ! Makefile.SH lib/lib_pm.PL
35821 ____________________________________________________________________________
35822 [  7400] By: jhi                                   on 2000/10/22  18:24:10
35823         Log: Move the #7390 test from warn/op to comp/redef.
35824              
35825              Subject: Re: Creating const subs for constants.
35826              From: John Tobey <jtobey@john-edwin-tobey.org>
35827              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
35828              Message-Id: <m13nG72-000FObC@feynman.localnet>               
35829      Branch: perl
35830            ! t/comp/redef.t t/pragma/warn/op
35831 ____________________________________________________________________________
35832 [  7399] By: jhi                                   on 2000/10/22  17:49:59
35833         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35834              From: Nicholas Clark <nick@ccl4.org>
35835              Date: Sat, 21 Oct 2000 22:23:19 +0100
35836              Message-ID: <20001021222319.B45586@plum.flirble.org>
35837      Branch: perl
35838            ! ext/DynaLoader/DynaLoader_pm.PL
35839 ____________________________________________________________________________
35840 [  7398] By: jhi                                   on 2000/10/22  17:47:35
35841         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
35842              From: Hugo <hv@crypt.compulink.co.uk>
35843              Date: Sat, 21 Oct 2000 18:19:59 +0100
35844              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
35845      Branch: perl
35846            ! ext/B/B.pm ext/B/B/C.pm
35847 ____________________________________________________________________________
35848 [  7397] By: jhi                                   on 2000/10/22  17:35:18
35849         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
35850              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35851              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
35852              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
35853      Branch: perl
35854            ! hints/openbsd.sh
35855 ____________________________________________________________________________
35856 [  7396] By: jhi                                   on 2000/10/22  17:19:46
35857         Log: Subject: installman go-faster stripes
35858              From: Nicholas Clark <nick@talking.bollo.cx>
35859              Date: Sat, 21 Oct 2000 17:24:53 +0100
35860              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
35861              
35862              Subject: Re: installman go-faster stripes
35863              From: Russ Allbery <rra@stanford.edu>
35864              Date: 21 Oct 2000 11:04:13 -0700
35865              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
35866      Branch: perl
35867            ! installman pod/pod2man.PL
35868 ____________________________________________________________________________
35869 [  7395] By: jhi                                   on 2000/10/22  17:17:35
35870         Log: Hints tweak from Anton Berezin.
35871      Branch: perl
35872            ! hints/freebsd.sh
35873 ____________________________________________________________________________
35874 [  7394] By: jhi                                   on 2000/10/22  04:50:04
35875         Log: Tweak the Is* definitions of Unicode character classes
35876              to better match the official categorizations; embrace
35877              the official categorizations; add the combining marks
35878              as alpha (and -numeric); fix DCinital (a typo and edito)
35879              to be DCmedial.
35880      Branch: perl
35881            + lib/unicode/Is/DCmedial.pl
35882            - lib/unicode/Is/DCinital.pl
35883            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35884            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
35885            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
35886            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35887 ____________________________________________________________________________
35888 [  7393] By: jhi                                   on 2000/10/21  18:06:05
35889         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
35890              From: Daniel Chetlin <daniel@chetlin.com>
35891              Date: Sat, 21 Oct 2000 02:57:03 -0700
35892              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
35893      Branch: perl
35894            + t/lib/tie-splice.t
35895            ! MANIFEST lib/Tie/Array.pm
35896 ____________________________________________________________________________
35897 [  7392] By: gsar                                  on 2000/10/21  18:05:15
35898         Log: resync utfperl branch with mainline
35899      Branch: utfperl
35900           !> (integrate 1760 files)
35901 ____________________________________________________________________________
35902 [  7391] By: jhi                                   on 2000/10/21  14:37:49
35903         Log: Testcases for a #7383,#7385 related bug.
35904              
35905              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
35906              From: Nicholas Clark <nick@ccl4.org>
35907              Date: Sat, 21 Oct 2000 15:04:51 +0100
35908              Message-ID: <20001021150451.A51566@plum.flirble.org>
35909      Branch: perl
35910            ! t/pragma/utf8.t
35911 ____________________________________________________________________________
35912 [  7390] By: jhi                                   on 2000/10/21  14:35:57
35913         Log: Add a testcase for #7389.
35914      Branch: perl
35915            ! t/pragma/warn/op
35916 ____________________________________________________________________________
35917 [  7389] By: jhi                                   on 2000/10/21  14:26:45
35918         Log: Subject: Re: Creating const subs for constants.
35919              From: John Tobey <jtobey@john-edwin-tobey.org>
35920              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
35921              Message-Id: <m13mo0N-000FObC@feynman.localnet>
35922      Branch: perl
35923            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
35924            ! proto.h sv.c
35925 ____________________________________________________________________________
35926 [  7388] By: nick                                  on 2000/10/21  11:44:23
35927         Log: Populate perlio branch
35928      Branch: perlio
35929           +> (branch 1760 files)
35930 ____________________________________________________________________________
35931 [  7387] By: nick                                  on 2000/10/21  10:52:05
35932         Log: Get branch back as replica of mainline via :
35933              p4 integrate -b utfperl
35934              p4 resolve -at ./...
35935      Branch: utfperl
35936           +> (branch 269 files)
35937            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
35938            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
35939            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
35940            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
35941            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
35942            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35943            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35944            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35945            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35946            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35947            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35948            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35949            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35950            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35951            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35952            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35953            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35954            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35955            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
35956            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
35957            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
35958            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
35959            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
35960            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
35961            - lib/unicode/UCD300.html lib/unicode/Unicode.300
35962            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
35963            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
35964            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
35965            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
35966           !> (integrate 965 files)
35967 ____________________________________________________________________________
35968 [  7386] By: jhi                                   on 2000/10/21  01:31:12
35969         Log: Update Changes.
35970      Branch: perl
35971            ! Changes patchlevel.h
35972 ____________________________________________________________________________
35973 [  7385] By: jhi                                   on 2000/10/21  01:28:42
35974         Log: The #7383 was right only in the context of the original bug report,
35975              not in more general case.
35976      Branch: perl
35977            ! pp_hot.c
35978 ____________________________________________________________________________
35979 [  7384] By: jhi                                   on 2000/10/21  01:08:23
35980         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
35981      Branch: perl
35982            ! ext/IO/lib/IO/Select.pm
35983 ____________________________________________________________________________
35984 [  7383] By: jhi                                   on 2000/10/21  00:44:18
35985         Log: Fix for ID 20001020.006, concatenating an unset submatch
35986              with utf8 resulted in "Modification of a read-only value".
35987      Branch: perl
35988            ! pp_hot.c t/pragma/utf8.t
35989 ____________________________________________________________________________
35990 [  7382] By: jhi                                   on 2000/10/20  20:44:31
35991         Log: Make scan_num() reëntrant, as suggested in
35992              
35993              Subject: [PATCH perl@7229] Rentrant parser and yylex()
35994              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35995              Date: Fri, 20 Oct 2000 14:17:27 +0100
35996              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35997      Branch: perl
35998            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
35999            ! toke.c
36000 ____________________________________________________________________________
36001 [  7381] By: jhi                                   on 2000/10/20  20:07:29
36002         Log: Reëntrancy fix.
36003              
36004              Subject: [PATCH perl@7229] Rentrant parser and yylex()
36005              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36006              Date: Fri, 20 Oct 2000 14:17:27 +0100
36007              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
36008      Branch: perl
36009            ! embed.h embed.pl perl.h proto.h toke.c
36010 ____________________________________________________________________________
36011 [  7380] By: jhi                                   on 2000/10/20  19:15:54
36012         Log: Don't write double values through long double pointers,
36013              based on a part of
36014              
36015              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36016              From: Jens Hamisch <jens@Strawberry.COM>
36017              Date: Tue, 17 Oct 2000 08:39:36 +0200
36018              Message-Id: <20001017083936.A11104@Strawberry.COM>
36019      Branch: perl
36020            ! perl.h pp.c
36021 ____________________________________________________________________________
36022 [  7379] By: jhi                                   on 2000/10/20  18:43:37
36023         Log: Portability tweak on #7377.
36024              
36025              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
36026              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36027              Date:     Fri, 20 Oct 2000 13:13:41 EDT
36028              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
36029      Branch: perl
36030            ! t/lib/dprof.t
36031 ____________________________________________________________________________
36032 [  7378] By: jhi                                   on 2000/10/20  12:57:19
36033         Log: SOCKS function redefinitions need prototypes, too, otherwise
36034              for example 32 bit versus 64 bit differences cause a lot of
36035              problems.  Part of
36036              
36037              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36038              From: Jens Hamisch <jens@Strawberry.COM>
36039              Date: Tue, 17 Oct 2000 08:39:36 +0200
36040              Message-Id: <20001017083936.A11104@Strawberry.COM>
36041      Branch: perl
36042            ! doio.c pp_sys.c
36043 ____________________________________________________________________________
36044 [  7377] By: jhi                                   on 2000/10/20  12:37:12
36045         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
36046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36047              Date:     Fri, 20 Oct 2000 08:26:04 EDT
36048              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
36049      Branch: perl
36050            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
36051 ____________________________________________________________________________
36052 [  7376] By: jhi                                   on 2000/10/20  12:35:31
36053         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
36054              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36055              Date:     Fri, 20 Oct 2000 07:48:15 EDT
36056              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
36057      Branch: perl
36058            ! configure.com vms/gen_shrfls.pl
36059 ____________________________________________________________________________
36060 [  7375] By: bailey                                on 2000/10/20  04:44:37
36061         Log: SYN SYN
36062      Branch: vmsperl
36063           +> (branch 134 files)
36064            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
36065            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
36066            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
36067            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
36068            - eg/cgi/frameset.cgi eg/cgi/index.html
36069            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36070            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36071            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36072            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36073            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36074            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36075            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36076            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36077            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36078            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36079            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36080            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36081            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36082            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
36083            - lib/unicode/Props.txt lib/unicode/UCD300.html
36084            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36085            - utils/perlbc.PL vms/subconfigure.com
36086           !> (integrate 785 files)
36087 ____________________________________________________________________________
36088 [  7374] By: jhi                                   on 2000/10/20  00:59:48
36089         Log: In the latest compiler builds cccdlflags must not become -fpic,
36090              from Wilfredo Sánchez.
36091      Branch: perl
36092            ! hints/darwin.sh
36093 ____________________________________________________________________________
36094 [  7373] By: jhi                                   on 2000/10/20  00:56:35
36095         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
36096              From: Tony Cook <tony@develop-help.com>
36097              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
36098              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
36099      Branch: perl
36100            ! pod/perlop.pod
36101 ____________________________________________________________________________
36102 [  7372] By: jhi                                   on 2000/10/19  19:34:40
36103         Log: Typo noted by Mark Lutz.
36104      Branch: perl
36105            ! t/op/64bitint.t
36106 ____________________________________________________________________________
36107 [  7371] By: jhi                                   on 2000/10/19  19:33:13
36108         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
36109      Branch: metaconfig
36110            ! U/modified/Cppsym.U U/modified/Oldconfig.U
36111      Branch: metaconfig/U/perl
36112            ! End.U dlsrc.U libperl.U
36113      Branch: perl
36114            + hints/nonstopux.sh
36115            ! Configure MANIFEST config_h.SH
36116 ____________________________________________________________________________
36117 [  7370] By: jhi                                   on 2000/10/19  17:18:08
36118         Log: Subject: PATCH do_print has 2 PerlIO_error()s
36119              From: nick@ccl4.org
36120              Date: Thu, 19 Oct 2000 18:09:20 +0100
36121              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
36122      Branch: perl
36123            ! doio.c
36124 ____________________________________________________________________________
36125 [  7369] By: jhi                                   on 2000/10/19  14:01:49
36126         Log: Update Changes.
36127      Branch: perl
36128            ! Changes patchlevel.h
36129 ____________________________________________________________________________
36130 [  7368] By: jhi                                   on 2000/10/19  13:04:29
36131         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
36132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36133              Date: Wed, 18 Oct 2000 13:12:01 +0200
36134              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
36135      Branch: perl
36136            ! hints/aix.sh
36137 ____________________________________________________________________________
36138 [  7367] By: jhi                                   on 2000/10/19  02:22:40
36139         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
36140              of a 'pmshort' anywhere in the B, so the offending line was simply
36141              removed.
36142      Branch: perl
36143            ! ext/B/B/Debug.pm
36144 ____________________________________________________________________________
36145 [  7366] By: jhi                                   on 2000/10/19  02:12:37
36146         Log: Add the test case for the bug id 20000730.004 which seems
36147              to have been fixed by now.
36148      Branch: perl
36149            ! t/pragma/utf8.t
36150 ____________________________________________________________________________
36151 [  7365] By: jhi                                   on 2000/10/18  23:36:24
36152         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
36153              From: Hugo <hv@crypt.compulink.co.uk>
36154              Date: Wed, 18 Oct 2000 23:25:58 +0100
36155              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
36156      Branch: perl
36157            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
36158 ____________________________________________________________________________
36159 [  7364] By: jhi                                   on 2000/10/18  21:12:53
36160         Log: (retracted)
36161      Branch: perl
36162            ! pp.c
36163 ____________________________________________________________________________
36164 [  7363] By: jhi                                   on 2000/10/18  20:55:38
36165         Log: Missing change from #7362.
36166      Branch: perl
36167            ! win32/perlhost.h
36168 ____________________________________________________________________________
36169 [  7362] By: jhi                                   on 2000/10/18  20:52:01
36170         Log: Borland C fstat() never saw the fd as writable.
36171              
36172              Subject: fix for Borland's weak "stat" (perl@7211)
36173              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36174              Date: Mon, 16 Oct 2000 09:55:03 +0400
36175              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
36176      Branch: perl
36177            ! win32/win32.c
36178 ____________________________________________________________________________
36179 [  7361] By: jhi                                   on 2000/10/18  17:43:50
36180         Log: Regen toc.
36181      Branch: perl
36182            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
36183 ____________________________________________________________________________
36184 [  7360] By: jhi                                   on 2000/10/18  17:07:44
36185         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36186              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
36187              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
36188              Date: Mon, 16 Oct 2000 15:19:49 +0200
36189      Branch: perl
36190            + README.aix
36191            ! MANIFEST
36192 ____________________________________________________________________________
36193 [  7359] By: jhi                                   on 2000/10/18  17:04:49
36194         Log: Subject: Pod patch for Devel::Peek
36195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36196              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
36197              Date: Mon, 16 Oct 2000 12:26:34 +0200
36198      Branch: perl
36199            ! ext/Devel/Peek/Peek.pm
36200 ____________________________________________________________________________
36201 [  7358] By: jhi                                   on 2000/10/18  17:03:15
36202         Log: Make Cwd more bulletproof in chrooted environments.
36203              
36204              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
36205              From: "Eric E. Coe" <Eric.Coe@oracle.com>
36206              Date: Wed, 18 Oct 2000 04:03:54 -0400
36207              Message-Id: <39ED596A.70E599FE@oracle.com>
36208      Branch: perl
36209            ! lib/Cwd.pm
36210 ____________________________________________________________________________
36211 [  7357] By: jhi                                   on 2000/10/18  16:37:26
36212         Log: Disable the UTF8 downgrade croakage for now to avoid
36213              too many not okay messages.
36214      Branch: perl
36215            ! doio.c
36216 ____________________________________________________________________________
36217 [  7356] By: jhi                                   on 2000/10/17  23:29:41
36218         Log: Show the failed remote port, instead of the failing line number.
36219              
36220              Subject: [PATCH 5.6.1 Debugger] More diagnostics
36221              From: David Sparks <daves@ActiveState.com>
36222              Date: Tue, 17 Oct 2000 15:00:24 -0700
36223              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
36224      Branch: perl
36225            ! lib/perl5db.pl
36226 ____________________________________________________________________________
36227 [  7355] By: jhi                                   on 2000/10/17  14:11:31
36228         Log: On output try to downgrade to bytes, croak if impossible,
36229              from Simon Cozens.  This means that outputting >255 UTF8
36230              is impossible.  Consider this as a strong incentive to get
36231              the I/O disciplines implemented.
36232      Branch: perl
36233            ! doio.c pod/perldiag.pod sv.c
36234 ____________________________________________________________________________
36235 [  7354] By: jhi                                   on 2000/10/17  13:42:23
36236         Log: Clarify documentation on 'use bytes'.
36237              
36238              Subject: Re: What does 'use bytes' "mean" ?
36239              From: Simon Cozens <simon@cozens.net>
36240              Date: Mon, 18 Sep 2000 18:24:25 +0100
36241              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
36242      Branch: perl
36243            ! lib/bytes.pm
36244 ____________________________________________________________________________
36245 [  7353] By: jhi                                   on 2000/10/17  13:28:12
36246         Log: Workaround for a sfio bug where the stream error indicator
36247              is not cleared as documented.
36248              
36249              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36250              From: Nicholas Clark <nick@ccl4.org>
36251              Date: Mon, 16 Oct 2000 18:28:23 +0100
36252              Message-ID: <20001016182823.J19700@plum.flirble.org>
36253      Branch: perl
36254            ! doio.c
36255 ____________________________________________________________________________
36256 [  7352] By: jhi                                   on 2000/10/17  13:06:19
36257         Log: More IoTYPE sprinkling.
36258      Branch: perl
36259            ! doio.c pp_hot.c
36260 ____________________________________________________________________________
36261 [  7351] By: jhi                                   on 2000/10/16  22:47:07
36262         Log: Detect early whether the std streams have gone bad.
36263              
36264              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36265              Date: Mon, 16 Oct 2000 23:28:42 +0100
36266              From: Nicholas Clark <nick@ccl4.org>
36267              Message-ID: <20001016232842.A37942@plum.flirble.org>
36268      Branch: perl
36269            ! t/op/misc.t
36270 ____________________________________________________________________________
36271 [  7350] By: jhi                                   on 2000/10/16  22:45:16
36272         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
36273              From: "Peter J. Farley III" <pjfarley@banet.net>
36274              Date: Mon, 16 Oct 2000 18:15:59 -0400
36275              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
36276      Branch: perl
36277            ! djgpp/djgpp.c dosish.h t/io/open.t
36278 ____________________________________________________________________________
36279 [  7349] By: jhi                                   on 2000/10/16  22:36:45
36280         Log: perldelta tweak.
36281      Branch: perl
36282            ! pod/perldelta.pod
36283 ____________________________________________________________________________
36284 [  7348] By: jhi                                   on 2000/10/16  15:17:53
36285         Log: Update Changes.
36286      Branch: perl
36287            ! Changes patchlevel.h
36288 ____________________________________________________________________________
36289 [  7347] By: jhi                                   on 2000/10/16  13:55:27
36290         Log: Add the capability to include/exclude branches.
36291      Branch: perl
36292            ! Porting/genlog
36293 ____________________________________________________________________________
36294 [  7346] By: jhi                                   on 2000/10/16  13:18:04
36295         Log: Add Charles Lane.
36296      Branch: perl
36297            ! AUTHORS Changes
36298 ____________________________________________________________________________
36299 [  7345] By: jhi                                   on 2000/10/16  13:13:21
36300         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
36301      Branch: perl
36302            ! pod/perldelta.pod
36303 ____________________________________________________________________________
36304 [  7344] By: gsar                                  on 2000/10/16  09:30:21
36305         Log: integrate change#6220 from cfgperl
36306              
36307              Win32 patches from Benjamin Stuhl.
36308      Branch: maint-5.6/perl
36309           !> makedef.pl win32/win32.h
36310 ____________________________________________________________________________
36311 [  7343] By: gsar                                  on 2000/10/16  08:32:19
36312         Log: integrate changes#6221,6222 from cfgperl
36313              
36314              Remove tr///CU (the feature is to be obsoleted by better interfaces).
36315              From: simon@brecon.co.uk (Simon Cozens)
36316              Subject: [PATCH] Eliminate tr///[CU][CU]
36317              Date: 23 Jun 2000 11:05:40 GMT
36318              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36319              
36320              doc typo fix
36321              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36322              From: Ian Phillipps <Ian.Phillipps@iname.com>
36323              Date: Fri, 23 Jun 2000 10:40:58 +0100
36324              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36325      Branch: maint-5.6/perl
36326           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
36327 ____________________________________________________________________________
36328 [  7342] By: gsar                                  on 2000/10/16  08:28:08
36329         Log: integrate change#6217 from cfgperl (in part)
36330              
36331              Rename the fdpid locking and integrate with Sarathy.
36332      Branch: maint-5.6/perl
36333           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36334           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36335           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36336           !> win32/win32.c
36337 ____________________________________________________________________________
36338 [  7341] By: gsar                                  on 2000/10/16  08:23:39
36339         Log: integrate changes#6214..6216 from mainline
36340              
36341              @_ can't have junk in it even in the non-USE_ITHREADS case because
36342              caller() wants to populate @DB::args with it (causes a coredump
36343              in Carp::confess())
36344              
36345              tweak comment about @DB::args
36346              
36347              be more optimal about clearing @_
36348      Branch: maint-5.6/perl
36349           !> av.h cop.h pp_ctl.c t/op/runlevel.t
36350 ____________________________________________________________________________
36351 [  7340] By: gsar                                  on 2000/10/16  08:20:37
36352         Log: integrate changes#6207..6210 from cfgperl
36353              
36354              Subject: [PATCH 5.6.0] Threadsafe patches
36355              From: Dan Sugalski <dan@sidhe.org>
36356              To: perl5-porters@perl.org
36357              Date: Mon, 08 May 2000 18:08:13 -0400
36358              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36359              
36360              Regen headers for #6207.
36361              
36362              Lock PL_fdpid against race conditions, based on:
36363              Subject: [PATCH 5.6.0]subprocess fixup for threads
36364              From: Dan Sugalski <dan@sidhe.org>
36365              To: perl5-porters@perl.org
36366              Date: Tue, 11 Apr 2000 17:02:32 -0400
36367              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
36368              
36369              Mopup for #6207 and #6209.
36370      Branch: maint-5.6/perl
36371           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
36372           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
36373           !> win32/win32.c
36374 ____________________________________________________________________________
36375 [  7339] By: gsar                                  on 2000/10/16  08:14:34
36376         Log: integrate change#6203 from cfgperl
36377              
36378              perldiag should refer to perlos2.pod not README.os2
36379      Branch: maint-5.6/perl
36380           !> pod/perldiag.pod
36381 ____________________________________________________________________________
36382 [  7338] By: gsar                                  on 2000/10/16  08:11:42
36383         Log: integrate change#6201 from mainline
36384              
36385              Perl_eval_pv() leaks 4 bytes every time it is called because it
36386              does a PUSHMARK that's never ever POPMARKed; in general, only
36387              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
36388              Perl_eval_[sp]v() don't because they don't take any incoming
36389              arguments (this leak has been around since the original version
36390              of perl_eval_pv() in 5.003_97e)
36391      Branch: maint-5.6/perl
36392           !> perl.c
36393 ____________________________________________________________________________
36394 [  7337] By: gsar                                  on 2000/10/16  08:08:47
36395         Log: integrate changes#6197..6200 from cfgperl
36396              
36397              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36398              From: John Borwick <jhborwic@unity.ncsu.edu>
36399              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36400              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36401              
36402              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36403              From: Dan Sugalski <dan@sidhe.org>
36404              To: vmsperl@perl.org, perl5-porters@perl.org
36405              Date: Fri, 02 Jun 2000 16:00:41 -0400
36406              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36407              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36408              
36409              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36410              From: Dan Sugalski <dan@sidhe.org>
36411              To: perl5-porters@perl.org, vmsperl@perl.org
36412              Date: Fri, 02 Jun 2000 17:30:51 -0400
36413              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36414              
36415              Update to cperl-mode.el 4.31 from
36416              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36417              Subject: A couple of notes
36418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36419              To: Mailing list Perl5 <perl5-porters@perl.org>
36420              Date: Sat, 3 Jun 2000 23:33:32 -0400
36421              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36422      Branch: maint-5.6/perl
36423           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
36424           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
36425           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
36426           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
36427           !> vms/vmsish.h
36428 ____________________________________________________________________________
36429 [  7336] By: gsar                                  on 2000/10/16  08:03:46
36430         Log: integrate changes#6194,6195 from mainline
36431              
36432              fix small eval"" memory leaks under USE_ITHREADS
36433              
36434              fix yet another eval"" leak under USE_ITHREADS
36435      Branch: maint-5.6/perl
36436           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36437           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36438           !> vms/perly_c.vms
36439 ____________________________________________________________________________
36440 [  7335] By: gsar                                  on 2000/10/16  08:02:15
36441         Log: integrate changes#6190,6191 from mainline
36442              
36443              submit missing embed.pl change
36444              
36445              vec() loses numericalness (modified version of patch suggested
36446              by Robin Barker)
36447      Branch: maint-5.6/perl
36448           !> doop.c embed.pl t/op/vec.t
36449 ____________________________________________________________________________
36450 [  7334] By: gsar                                  on 2000/10/16  08:01:03
36451         Log: integrate change#6189 from mainline
36452              
36453              counting tr/// corrupts later operation (from M.J.T Guy)
36454      Branch: maint-5.6/perl
36455           !> doop.c t/op/tr.t
36456 ____________________________________________________________________________
36457 [  7333] By: gsar                                  on 2000/10/16  07:59:07
36458         Log: integrate changes#6183..6188 from mainline
36459              
36460              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
36461              <nick@ccl4.org>)
36462              
36463              tweak for change#6127
36464              
36465              remove incorrect documentation about implicit split to @_ in
36466              list context, which never really worked in perl 5 (from
36467              M.J.T. Guy)
36468              
36469              further qualify references to "alphanumeric" (from Wolfgang Laun
36470              <wolfgang.laun@alcatel.at>)
36471              
36472              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
36473              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36474              
36475              h2xs tweaks
36476      Branch: maint-5.6/perl
36477           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
36478           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
36479           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
36480           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
36481           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
36482           !> pod/pod2latex.PL utils/h2xs.PL
36483 ____________________________________________________________________________
36484 [  7332] By: gsar                                  on 2000/10/16  07:53:52
36485         Log: integrate change#6179 from mainline
36486              
36487              buggy modulus on UVs introduced by change#3378 (resulted in
36488              4063328477 % 65535 amounting to 27406, instead of 27407)
36489      Branch: maint-5.6/perl
36490           !> pp.c t/op/arith.t
36491 ____________________________________________________________________________
36492 [  7331] By: gsar                                  on 2000/10/16  07:52:49
36493         Log: integrate changes#6176,6177,6178,6182 from cfgperl
36494              
36495              Single-quoted utf8 patch from Simon Cozens.
36496              
36497              Substitution utf8 patch from Simon Cozens.
36498              
36499              Be cleaner.
36500              
36501              Be Cleaner Part Deux.
36502      Branch: maint-5.6/perl
36503           !> Makefile.SH pp_hot.c toke.c
36504 ____________________________________________________________________________
36505 [  7330] By: gsar                                  on 2000/10/16  07:41:36
36506         Log: integrate change#6172 from mainline
36507              
36508              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
36509              (from Ilya Zakharevich)
36510      Branch: maint-5.6/perl
36511           !> regexec.c t/op/re_tests
36512 ____________________________________________________________________________
36513 [  7329] By: gsar                                  on 2000/10/16  07:40:25
36514         Log: integrate change#6171 from mainline
36515              
36516              scalar() doesn't force scalar context when used in void context
36517              (from Simon Cozens)
36518      Branch: maint-5.6/perl
36519           !> op.c t/op/wantarray.t
36520 ____________________________________________________________________________
36521 [  7328] By: gsar                                  on 2000/10/16  07:39:33
36522         Log: integrate change#6170 from mainline
36523              
36524              change#6142 needs tweaks to tests to work where there's no
36525              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36526      Branch: maint-5.6/perl
36527           !> t/lib/filefind.t
36528 ____________________________________________________________________________
36529 [  7327] By: gsar                                  on 2000/10/16  07:35:34
36530         Log: integrate changes#6166..6168 from cfgperl
36531              
36532              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
36533              in case somebody wants to write an extension for more
36534              shadow database interfaces.
36535              
36536              tweak todo
36537              
36538              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
36539      Branch: maint-5.6/perl
36540           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36541           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
36542           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
36543           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36544           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36545           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36546 ____________________________________________________________________________
36547 [  7326] By: gsar                                  on 2000/10/16  07:29:05
36548         Log: integrate changes#6157,6159..6161,6164 from cfgperl
36549              
36550              Regen Configure to jive with #6149.
36551              
36552              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36553              
36554              Changes for the File::Temp 0.08 (change #6159) test suite
36555              to fit better into the Perl distribution test framework.
36556              
36557              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
36558              both from Simon Cozens.
36559              
36560              detypo
36561      Branch: maint-5.6/perl
36562           +> pod/perlmodlib.PL pod/perlnewmod.pod
36563           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
36564           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
36565           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36566           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36567 ____________________________________________________________________________
36568 [  7325] By: gsar                                  on 2000/10/16  07:25:13
36569         Log: integrate change#6158 from vmsperl
36570              
36571              Add fallback to tmpfile for use in cases where user's relying on
36572              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
36573              Lane's patch)
36574      Branch: maint-5.6/perl
36575           !> vms/vms.c vms/vmsish.h
36576 ____________________________________________________________________________
36577 [  7324] By: gsar                                  on 2000/10/16  07:20:50
36578         Log: integrate changes#6153..6155 from mainline
36579              
36580              prettier Test::Harness output on failed tests (from Nicholas Clark
36581              <nick@Bagpuss.uk.boo.com>)
36582              
36583              avoid type mismatch warning
36584              
36585              small bug in change#6144; remove random \xA0 character that snuck
36586              in via change#6145
36587      Branch: maint-5.6/perl
36588           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
36589           !> perl.c
36590 ____________________________________________________________________________
36591 [  7323] By: gsar                                  on 2000/10/16  07:18:47
36592         Log: integrate changes#6151,6152 from mainline
36593              
36594              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
36595              
36596              cosmetic fixups of RE debug output (from Ilya Zakharevich)
36597      Branch: maint-5.6/perl
36598           !> regexec.c
36599 ____________________________________________________________________________
36600 [  7322] By: gsar                                  on 2000/10/16  07:17:25
36601         Log: integrate changes#6146..6150 from mainline
36602              
36603              doc typo
36604              
36605              add a make entry to Config.pm so "perl -V:make" works on VMS
36606              (from Peter Prymmer)
36607              
36608              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
36609              
36610              OS/2 tweaks for usethreads build (from Rocco Caputo
36611              <troc@netrus.net>)
36612              
36613              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
36614      Branch: maint-5.6/perl
36615           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
36616           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
36617           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
36618           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
36619           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
36620           !> warnings.pl x2p/a2p.h
36621 ____________________________________________________________________________
36622 [  7321] By: gsar                                  on 2000/10/16  07:14:02
36623         Log: integrate changes#6143..6145 from mainline
36624              
36625              MacOS support, part 1 (from Matthias Neeracher
36626              <neeri@iis.ee.ethz.ch>)
36627              
36628              MacOS support, part 2: make AutoSplit use File::Spec instead
36629              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
36630              <neeri@iis.ee.ethz.ch>)
36631              
36632              make xsubpp skip embedded pod (from Matthias Neeracher
36633              <neeri@iis.ee.ethz.ch>)
36634      Branch: maint-5.6/perl
36635           +> ext/DynaLoader/dl_mac.xs
36636           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
36637           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36638           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
36639           !> pp_ctl.c proto.h toke.c util.c util.h
36640 ____________________________________________________________________________
36641 [  7320] By: gsar                                  on 2000/10/16  07:12:13
36642         Log: integrate changes#6141,6142 from mainline
36643              
36644              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36645              forwarded by Peter Seebach from the bsdi-users mailing list.
36646              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36647              
36648              File::Find fails to chdir when chasing symlinks (from
36649              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36650      Branch: maint-5.6/perl
36651           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
36652 ____________________________________________________________________________
36653 [  7319] By: gsar                                  on 2000/10/16  07:04:30
36654         Log: integrate change#6139 from mainline
36655              
36656              revise mktables.PL for bugs and newness in Unicode 3.0
36657              (from James Bence <jbence@amgen.com>)
36658      Branch: maint-5.6/perl
36659           +> (branch 30 files)
36660           !> (integrate 49 files)
36661 ____________________________________________________________________________
36662 [  7318] By: gsar                                  on 2000/10/16  07:01:01
36663         Log: integrate changes#6137,6138 from mainline
36664              
36665              fix bogus redeclaration warning for "our" variables in different
36666              scopes
36667              
36668              add note about the handling of negative indices to tied arrays
36669              (from Michael G Schwern <schwern@pobox.com>)
36670      Branch: maint-5.6/perl
36671           !> op.c pod/perltie.pod t/pragma/strict-vars
36672 ____________________________________________________________________________
36673 [  7317] By: gsar                                  on 2000/10/16  06:58:46
36674         Log: integrate changes#6127..6136 from mainline
36675              
36676              call_method(...,G_EVAL) can longjmp() out if the method probing
36677              failed (from Gisle Aas)
36678              
36679              new perlxstut example for passing/returning refs to arrays
36680              (from David Lowe <dlowe@pootpoot.com>)
36681              
36682              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36683              
36684              fix places that mean C<"word" character> but say C<alphanumeric
36685              character>
36686              
36687              avoid warnings in POSIX.pm (from Barrie Slaymaker)
36688              
36689              warnings::enabled() doesn't fall back to looking at $^W if
36690              caller isn't using lexical warnings (from Paul Marquess)
36691              
36692              elide bogus test in change#6132
36693              
36694              make Test::Harness use wait.h/WCOREDUMP if available
36695              (from Ben Tilly <ben_tilly@hotmail.com>)
36696              
36697              enable Test::Harness to dynamically determine column width etc.
36698              (from Rob Napier <rnapier@employees.org>)
36699              
36700              random pod typos (from Peter Scott <Peter@PSDT.com>)
36701      Branch: maint-5.6/perl
36702           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
36703           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
36704           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36705           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
36706 ____________________________________________________________________________
36707 [  7316] By: gsar                                  on 2000/10/16  06:53:23
36708         Log: integrate change#6126 from mainline
36709              
36710              change#2879 broke rvalue autovivification of magicals such as
36711              ${$num} (reworked variant of patch suggested by Simon Cozens)
36712      Branch: maint-5.6/perl
36713           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36714           !> pp_hot.c proto.h t/op/gv.t
36715 ____________________________________________________________________________
36716 [  7315] By: gsar                                  on 2000/10/16  06:51:38
36717         Log: integrate changes#6123,6125 from mainline
36718              
36719              clarify gotcha with #line directives (from Rocco Caputo
36720              <troc@netrus.net>)
36721              
36722              enable propagating exception objects via Perl_croak() in XS code
36723              (from Gisle Aas)
36724      Branch: maint-5.6/perl
36725           !> pod/perldebug.pod pod/perlsyn.pod util.c
36726 ____________________________________________________________________________
36727 [  7314] By: gsar                                  on 2000/10/16  06:49:28
36728         Log: integrate change#6122 from mainline
36729              
36730              downgrade fatal error on C<"foo@nosucharray.com"> to optional
36731              warning (from Mark-Jason Dominus)
36732      Branch: maint-5.6/perl
36733           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
36734           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36735           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36736           !> toke.c
36737 ____________________________________________________________________________
36738 [  7313] By: gsar                                  on 2000/10/16  06:46:54
36739         Log: integrate changes#6112..6121 from vmsperl
36740              
36741              Check for existence of file before trying to delete
36742              
36743              Ugly workaround for version-specific RTL error
36744              
36745              Urk -- undo previous removal of vmsish 'exit' change
36746              
36747              Add bounds checking for several strings (Charles Lane)
36748              
36749              Miscellaneous cosmetic fixes (Charles Lane)
36750              
36751              Treat sockets as special in sys(read|write) (Charles Lane et al.)
36752              
36753              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36754              Flatten case labels in switch statements uniformly (Charles Bailey)
36755              
36756              Quiet error messages in vmsish.t (Charles Lane)
36757              
36758              Add missing escape (Charles Lane)
36759              
36760              Allow eliminate_macros() and fixpath() to handle space-delimited
36761              lists (based on fixes by Craig Berry)
36762      Branch: maint-5.6/perl
36763           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36764           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36765           !> vms/vmsish.h
36766 ____________________________________________________________________________
36767 [  7312] By: gsar                                  on 2000/10/16  06:41:18
36768         Log: integrate changes#6107,6110 from cfgperl
36769              
36770              Tweak the todo list.
36771              
36772              todo tweak
36773      Branch: maint-5.6/perl
36774           !> Todo-5.6
36775 ____________________________________________________________________________
36776 [  7311] By: gsar                                  on 2000/10/16  06:38:38
36777         Log: integrate changes#6104,6108 from mainline
36778              
36779              PL_sys_intern was being initialized too late on windows
36780              
36781              reenable fake signal handling on Windows, bugs and all
36782      Branch: maint-5.6/perl
36783           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
36784           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
36785           !> win32/win32.c
36786 ____________________________________________________________________________
36787 [  7310] By: gsar                                  on 2000/10/16  06:36:03
36788         Log: integrate changes#6095,6097..6103 from cfgperl
36789              
36790              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
36791              might be useful in future.
36792              
36793              Add a note about possible compilation problems from Allen Smith.
36794              
36795              Add a note about other, yet unsupported, shadow password APIs.
36796              
36797              Tweaks for the cc bugs from Allen Smith.
36798              
36799              More compilation tweakery from Allen Smith.
36800              
36801              Hints and test tweaks for Unicos.
36802              
36803              The test suite tweak in #6101 wasn't quite right.
36804              
36805              Test tweaking for Unicos continues.
36806      Branch: maint-5.6/perl
36807           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36808           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
36809           !> t/lib/complex.t t/op/64bitint.t
36810 ____________________________________________________________________________
36811 [  7309] By: gsar                                  on 2000/10/16  06:29:41
36812         Log: integrate changes#6093,6094 from mainline
36813              
36814              fork() failure to create pseudo process sets errno=EAGAIN and returns
36815              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36816              
36817              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36818      Branch: maint-5.6/perl
36819           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36820           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36821 ____________________________________________________________________________
36822 [  7308] By: gsar                                  on 2000/10/16  06:27:29
36823         Log: integrate change#6092 from cfgperl
36824              
36825              Regen perltoc with the fixed buildtoc.
36826      Branch: maint-5.6/perl
36827           !> pod/perltoc.pod
36828 ____________________________________________________________________________
36829 [  7307] By: gsar                                  on 2000/10/16  06:26:40
36830         Log: integrate changes#6089,6090 from mainline
36831              
36832              buildtoc tweak to fix newline lossage
36833              
36834              concat doesn't preserve utf8-ness, and doesn't invalidate
36835              [NI]OK; added tests for both
36836      Branch: maint-5.6/perl
36837           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
36838 ____________________________________________________________________________
36839 [  7306] By: gsar                                  on 2000/10/16  06:24:05
36840         Log: integrate change#6088 from cfgperl
36841              
36842              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36843              because we do not use those.  The HAS_GETSPNAM remains,
36844              though, because we still do use that.
36845      Branch: maint-5.6/perl
36846           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36847           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36848           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36849           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36850           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36851           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36852 ____________________________________________________________________________
36853 [  7305] By: gsar                                  on 2000/10/16  06:15:52
36854         Log: integrate changes#6084,6085,6087 from mainline
36855              
36856              substr() does not preserve utf8-ness (from Stefan Eissing
36857              <Eissing@medicaldataservice.de>); added tests
36858              
36859              repeat operator (x) doesn't preserve utf8-ness
36860              
36861              reverse() and quotemeta() weren't preserving utf8-ness; add tests
36862      Branch: maint-5.6/perl
36863           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36864 ____________________________________________________________________________
36865 [  7304] By: gsar                                  on 2000/10/16  06:13:10
36866         Log: integrate changes#6077..6083 from mainline
36867              
36868              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36869              and Tom Phoenix)
36870              
36871              workaround for CRT bug in chdir() (from Charles Lane, via
36872              Peter Prymmer)
36873              
36874              remove outdated kludge in Carp (NULLs are permitted in diagnostics
36875              now)
36876              
36877              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36878              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36879              
36880              better default perlbug categories for ok reports (from Richard Foley)
36881              
36882              peek.t non-portable to ithreads
36883              
36884              note about undocumented caller() return value (from M.J.T. Guy);
36885              yet another peek.t tweak
36886      Branch: maint-5.6/perl
36887           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36888           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36889           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36890           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36891           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
36892           !> vms/vmsish.h
36893 ____________________________________________________________________________
36894 [  7303] By: gsar                                  on 2000/10/16  06:03:18
36895         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
36896              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
36897              
36898              &HUGE_VAL is not defined, it exists.
36899              
36900              Do not warn that an infinity does not look like a number.
36901              
36902              Rewrite the pwent/spent logic to be a little bit more clearer.
36903              
36904              Continue on the pwent/spent case.
36905              
36906              Correct Freudian slip.
36907              
36908              Use HUGE_VALL if applicable.
36909              
36910              pwent/spent #ifdef imbalance.
36911              
36912              Infinite problems.
36913              
36914              Call getspnam() only iff needd.
36915              
36916              Test both the scalar and list contexts.
36917              
36918              Use setxxent()/endxxent().
36919              
36920              Complex tweakery.
36921              
36922              Unicos hint tweak.
36923              
36924              Be more forgiving in POSIX about HUGE_VALL.
36925              
36926              Detypo.
36927              
36928              The search of infinity continues, this time simplified.
36929              
36930              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36931              in natively 64-bit platforms where a long is a quad (no need
36932              for long longs).  Also added bias for IVs.
36933              
36934              Complex tweaks.
36935              
36936              Introduce t/lib/peek.t.
36937              
36938              Make the test more portable.
36939      Branch: maint-5.6/perl
36940           +> t/lib/peek.t
36941            ! pp_sys.c
36942           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
36943           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
36944           !> t/op/pwent.t toke.c util.c
36945 ____________________________________________________________________________
36946 [  7302] By: gsar                                  on 2000/10/16  05:03:37
36947         Log: integrate changes#6066..6071 from mainline
36948              
36949              s/END/CHECK/
36950              
36951              replace direct call to sighandler() with (*PL_sighandlerp)()
36952              
36953              note about values()
36954              
36955              File::Spec compatibility update (from Barrie Slaymaker
36956              <barries@slaysys.com>)
36957              
36958              remove misleading comment (from M.J.T. Guy)
36959              
36960              misformatted perllocal.pod (from Tim Jenness
36961              <t.jenness@jach.hawaii.edu>)
36962      Branch: maint-5.6/perl
36963           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36964           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36965           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36966           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36967 ____________________________________________________________________________
36968 [  7301] By: gsar                                  on 2000/10/16  05:00:08
36969         Log: integrate changes#6061..6063 from mainline
36970              
36971              change#5921 neglected to make eq honor "use bytes"
36972              
36973              additional tests for utf8.t
36974              
36975              tokeq() could read unallocated field in argument
36976      Branch: maint-5.6/perl
36977           !> sv.c t/pragma/utf8.t toke.c
36978 ____________________________________________________________________________
36979 [  7300] By: gsar                                  on 2000/10/16  04:56:54
36980         Log: integrate changes#6046,6048,6057,6058 from mainline
36981              
36982              libscheck has insufficient checks for n32 libs (from
36983              Albert Chin-A-Young <china@thewrittenword.com>)
36984              
36985              add note about how $( doesn't interpolate in REs (from
36986              Philip Newton <newton@ficus.frogspace.net>)
36987              
36988              fix broken parsing of /\x{ab}/
36989              
36990              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36991              (spotted by Donald Kinzer <dkinzer@premia.com>)
36992      Branch: maint-5.6/perl
36993           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
36994           !> t/pragma/utf8.t
36995 ____________________________________________________________________________
36996 [  7299] By: gsar                                  on 2000/10/16  04:52:50
36997         Log: integrate change#6044 from mainline
36998              
36999              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
37000              such that underscores are only ignored in literal numbers,
37001              "\x{...}", and hex/oct argument
37002      Branch: maint-5.6/perl
37003           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
37004 ____________________________________________________________________________
37005 [  7298] By: gsar                                  on 2000/10/16  04:50:53
37006         Log: integrate changes#6027..6043 from mainline
37007              
37008              podlators-1.02 update (from Russ Allbery)
37009              
37010              Pod::Man generates groff-incompatible macro definition (from
37011              Tom Christiansen)
37012              
37013              add CGI.pm v2.66 (from Lincoln Stein)
37014              
37015              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
37016              for @- and @+ (from Johan Vromans)
37017              
37018              small nits in diagnostics.pm (from Robin Barker)
37019              
37020              whitespace adjustments
37021              
37022              missing files in MANIFEST
37023              
37024              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
37025              to compensate
37026              
37027              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
37028              
37029              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
37030      Branch: maint-5.6/perl
37031           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
37032           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
37033           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
37034           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
37035           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
37036           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
37037           !> t/lib/cgi-html.t t/lib/cgi-request.t
37038 ____________________________________________________________________________
37039 [  7297] By: gsar                                  on 2000/10/16  04:44:30
37040         Log: integrate change#6025 from mainline
37041              
37042              Is{Alnum,Alpha,Word} don't match titlecase
37043              TODO: IsSpace is defined recursively!
37044              (both spotted by Larry)
37045      Branch: maint-5.6/perl
37046           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37047           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37048 ____________________________________________________________________________
37049 [  7296] By: gsar                                  on 2000/10/16  04:39:30
37050         Log: integrate change#6023 from mainline
37051              
37052              debugger stomps on $. (from M.J.T. Guy)
37053      Branch: maint-5.6/perl
37054           !> lib/perl5db.pl
37055 ____________________________________________________________________________
37056 [  7295] By: gsar                                  on 2000/10/16  04:38:02
37057         Log: integrate change#6022 from mainline
37058              
37059              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
37060      Branch: maint-5.6/perl
37061           !> sv.c
37062 ____________________________________________________________________________
37063 [  7294] By: gsar                                  on 2000/10/16  04:37:05
37064         Log: integrate changes#6018..6021 from mainline
37065              
37066              make lib/syslog.t portable to systems that don't have _PATH_LOG,
37067              make _PATH_LOG() return "" if unavailable
37068              
37069              windows portability tweaks
37070              
37071              test tweak
37072              
37073              remove Win2K issue in pod (fixed by change#6020)
37074      Branch: maint-5.6/perl
37075           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
37076           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
37077           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
37078 ____________________________________________________________________________
37079 [  7293] By: gsar                                  on 2000/10/16  04:20:00
37080         Log: integrate changes#6013..6015 from mainline
37081              
37082              tweak change#5945 to display correct switch name in diagnostic
37083              
37084              glob() loading File::Glob behind the scenes may cause syntax errors
37085              
37086              tweak test for portability
37087      Branch: maint-5.6/perl
37088           !> op.c perl.c pod/perldiag.pod t/lib/b.t
37089 ____________________________________________________________________________
37090 [  7292] By: gsar                                  on 2000/10/16  04:18:11
37091         Log: integrate changes#6005..6010 from mainline, cfgperl
37092              
37093              perldoc might fail via "use blib" (from Hugo van der Sanden)
37094              
37095              Regen Configure.
37096              
37097              note about compile failures and END blocks (from M.J.T. Guy)
37098              
37099              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
37100              
37101              (change#6009 integrated earlier in change#7255)
37102              
37103              clarify note about shadow password support (from
37104              gellyfish@gellyfish.com)
37105      Branch: maint-5.6/perl
37106           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37107           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
37108           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
37109 ____________________________________________________________________________
37110 [  7291] By: gsar                                  on 2000/10/16  04:12:03
37111         Log: integrate changes#6002,6003 from mainline
37112              
37113              destructive sv_setsv() can lose UV-ness from source, causing
37114              numeric promotions/comparisons to fail to do the right thing
37115              
37116              allow REG_EXPAND_SZ keys in Windows registry (from
37117              John Clayton <John.Clayton@barclayscapital.com>)
37118      Branch: maint-5.6/perl
37119           !> sv.c win32/win32.c
37120 ____________________________________________________________________________
37121 [  7290] By: gsar                                  on 2000/10/16  04:10:19
37122         Log: integrate change#6001 from mainline
37123              
37124              support additional library locations via $Config{otherlibdirs}
37125              (from Andy Dougherty)
37126      Branch: maint-5.6/perl
37127           !> Configure INSTALL Porting/Glossary Porting/config.sh
37128           !> Porting/config_H config_h.SH epoc/config.sh perl.c
37129           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
37130           !> win32/config.bc win32/config.gc win32/config.vc
37131 ____________________________________________________________________________
37132 [  7289] By: gsar                                  on 2000/10/16  04:08:28
37133         Log: integrate change#5999 from mainline
37134              
37135              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
37136      Branch: maint-5.6/perl
37137           !> t/pragma/warn/toke toke.c
37138 ____________________________________________________________________________
37139 [  7288] By: gsar                                  on 2000/10/16  04:07:01
37140         Log: integrate changes#5997,5998 from cfgperl
37141              
37142              Preserve $!.
37143              
37144              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
37145      Branch: maint-5.6/perl
37146           !> lib/Math/Complex.pm
37147 ____________________________________________________________________________
37148 [  7287] By: gsar                                  on 2000/10/16  04:04:37
37149         Log: integrate change#5995 from mainline
37150              
37151              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
37152      Branch: maint-5.6/perl
37153           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
37154 ____________________________________________________________________________
37155 [  7286] By: gsar                                  on 2000/10/16  04:03:21
37156         Log: integrate change#5994 from mainline
37157              
37158              fix for missed accounting for null byte in pack("Z",...) (from
37159              M.J.T. Guy)
37160      Branch: maint-5.6/perl
37161           !> pp.c t/op/pack.t
37162 ____________________________________________________________________________
37163 [  7285] By: gsar                                  on 2000/10/16  04:02:11
37164         Log: integrate changes#5989..5993 from mainline
37165              
37166              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
37167              itself and no other (from Tom Hughes)
37168              
37169              use $ENV{LIB} to search for libs under Visual C compiler
37170              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
37171              
37172              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
37173              
37174              pod nit (from Simon Cozens)
37175              
37176              various minor tweaks seen on p5p
37177      Branch: maint-5.6/perl
37178           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
37179           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
37180           !> t/op/array.t toke.c
37181 ____________________________________________________________________________
37182 [  7284] By: gsar                                  on 2000/10/16  03:59:00
37183         Log: integrate changes#5978..5988 from mainline
37184              
37185              sync version numbers in File::Spec with the ones on CPAN
37186              (from Barrie Slaymaker)
37187              
37188              under useithreads, constant pad entries could inadvertantly be
37189              shared across threads (from Eric Blood <eblood@xmission.com>);
37190              added Eric's test case to testsuite
37191              
37192              allow Configure -S to run non-interactively (spotted by Greg Hudson
37193              <ghudson@mit.edu>)
37194              
37195              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
37196              prototype mismatch with CORE::glob(); update pod and tests to
37197              suit (File::Glob::glob() is still available for backward
37198              compatibility, but should be considered deprecated)
37199              
37200              avoid error in IO::Socket::INET when given an unknown service name
37201              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
37202              
37203              numeric conversion of non-number in change#3378 tramples on
37204              OOK offset, causing segfaults
37205              
37206              attributes::reftype() doesn't work on tied argument
37207              
37208              forked child may not exit correctly if it failed to open
37209              /dev/console (from Graham Barr)
37210              
37211              add regular expressions tutorial and quick-start guide (from
37212              Mark Kvale <kvale@phy.ucsf.edu>)
37213              
37214              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
37215              
37216              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
37217              <paul@miraclefish.com>)
37218      Branch: maint-5.6/perl
37219           +> pod/perlrequick.pod pod/perlretut.pod
37220           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
37221           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
37222           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
37223           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
37224           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
37225           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37226           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
37227           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
37228 ____________________________________________________________________________
37229 [  7283] By: gsar                                  on 2000/10/16  03:52:14
37230         Log: integrate change#5977 from mainline
37231              
37232              autoquote barewords followed by newline and arrow properly
37233              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
37234      Branch: maint-5.6/perl
37235           !> t/pragma/warn/toke toke.c
37236 ____________________________________________________________________________
37237 [  7282] By: gsar                                  on 2000/10/16  03:50:48
37238         Log: integrate change#5976 from mainline
37239              
37240              DB_File v1.73 update (from Paul Marquess)
37241      Branch: maint-5.6/perl
37242           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
37243           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
37244 ____________________________________________________________________________
37245 [  7281] By: gsar                                  on 2000/10/16  03:49:14
37246         Log: integrate change#5975 from mainline
37247              
37248              allow sort() reentrancy (variant of patch suggested by
37249              Hugo van der Sanden)
37250      Branch: maint-5.6/perl
37251           !> pp_ctl.c t/op/sort.t
37252 ____________________________________________________________________________
37253 [  7280] By: gsar                                  on 2000/10/16  03:48:22
37254         Log: integrate change#5974 from mainline
37255              
37256              change#4197 somehow missed initializing PL_errors, meaning
37257              syntax error queueing wasn't working outside eval"" at all;
37258              also fixed eval"" to localize PL_error_count, so that compile-time
37259              eval's don't clobber the error state of the outer context
37260      Branch: maint-5.6/perl
37261           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37262           !> t/pragma/warn/toke
37263 ____________________________________________________________________________
37264 [  7279] By: gsar                                  on 2000/10/16  03:46:21
37265         Log: integrate change#5973 from mainline
37266              
37267              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37268      Branch: maint-5.6/perl
37269           !> regcomp.c regexec.c t/op/re_tests
37270 ____________________________________________________________________________
37271 [  7278] By: gsar                                  on 2000/10/16  03:44:54
37272         Log: integrate change#5971 from cfgperl
37273              
37274              Unicos tweaks from Mark P. Lutz.
37275      Branch: maint-5.6/perl
37276           !> hints/unicos.sh lib/Math/Complex.pm
37277 ____________________________________________________________________________
37278 [  7277] By: gsar                                  on 2000/10/16  03:42:59
37279         Log: integrate changes#5966..5970 from mainline
37280              
37281              add testsuite for B backends, fix bug in B::Deparse (from
37282              Simon Cozens <simon@brecon.co.uk>)
37283              
37284              improved docs on the warn_uninit diagnostic (from David Glasser
37285              and Simon Cozens)
37286              
37287              tolerate spaces in group names in test on solaris (from David Boyce
37288              <dsb@boyski.com>)
37289              
37290              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37291              
37292              Data::Dumper fumbles negative numbers on 32-bit platforms where
37293              IV is >32bits
37294      Branch: maint-5.6/perl
37295           +> t/lib/b.t t/lib/syslog.t
37296           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37297           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
37298           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
37299 ____________________________________________________________________________
37300 [  7276] By: gsar                                  on 2000/10/16  03:39:30
37301         Log: integrate change#5965 from mainline
37302              
37303              avoid "will not stay shared" warnings for our variables (from
37304              Robin Barker)
37305      Branch: maint-5.6/perl
37306           !> op.c t/pragma/warn/op
37307 ____________________________________________________________________________
37308 [  7275] By: gsar                                  on 2000/10/16  03:38:18
37309         Log: integrate change#5964 from mainline
37310              
37311              reformat to 72 columns (again)
37312      Branch: maint-5.6/perl
37313           !> pod/perldiag.pod
37314 ____________________________________________________________________________
37315 [  7274] By: gsar                                  on 2000/10/16  03:36:58
37316         Log: integrate change#5963 from mainline
37317              
37318              patch from Larry to make (\&) prototype work; added tests for
37319              the same
37320      Branch: maint-5.6/perl
37321           !> op.c t/comp/proto.t
37322 ____________________________________________________________________________
37323 [  7273] By: gsar                                  on 2000/10/16  03:35:51
37324         Log: integrate changes#5956..5962 from mainline
37325              
37326              better diagnostics on failed tests (from Ilya Zakharevich)
37327              
37328              pod nits (from A. C. Yardley <yardley@tanet.net>)
37329              
37330              change#3569 deleted some essential code, revert; avoid use of
37331              atexit() to make DynaLoader work properly on AIX under mod_perl
37332              (from Jens-Uwe Mager <jum@helios.de>)
37333              
37334              doubled words in pods (from Simon Cozens
37335              <simon.p.cozens@jp.pwcglobal.com>)
37336              
37337              better INSTALL notes on Solaris issues (from Dominic Dunlop)
37338              
37339              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37340              
37341              updated README.hpux (from Jeff Okamoto)
37342      Branch: maint-5.6/perl
37343           !> INSTALL README.hpux emacs/cperl-mode.el
37344           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
37345           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
37346           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37347           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
37348           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
37349           !> t/op/lex_assign.t
37350 ____________________________________________________________________________
37351 [  7272] By: gsar                                  on 2000/10/16  03:31:22
37352         Log: integrate change#5955 from mainline
37353              
37354              longstanding bug exposed by change#3307: sort arguments weren't
37355              compiled with the right wantarray context (ensuing runtime lookup
37356              via block_gimme() was getting the incidental context of the
37357              sort() itself)
37358      Branch: maint-5.6/perl
37359           !> op.c t/op/sort.t
37360 ____________________________________________________________________________
37361 [  7271] By: gsar                                  on 2000/10/16  03:29:11
37362         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
37363              branch
37364              
37365              Flatten the cpp jungle doing the nosuid checking.
37366              
37367              Do not assume sign propagation. (from M.J.T. Guy)
37368              
37369              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
37370              
37371              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37372              Now pp_ncmp() returns undef is either operand is a NaN.
37373              
37374              On second thoughts frexp() does have two arguments.
37375              
37376              Document that tr() is not tr(1).
37377              
37378              Be more robust on "extreme" (large absolute value)
37379              arguments.  Originally reported by Daniel Connelly
37380              as a problem with asinh() on large negative arguments,
37381              asinh() used to bail out because an argument to log()
37382              ended up being zero.  Ilya Zakharevich proposed using
37383              Taylor's series in such cases, which for such large
37384              arguments is a very good approximation.
37385              
37386              Undo "use integer" addition from 64bitint as it seems
37387              to break most of the subtests in Digital UNIX;
37388              Unicos needs to find another way.
37389      Branch: maint-5.6/perl
37390           !> (integrate 29 files)
37391 ____________________________________________________________________________
37392 [  7270] By: gsar                                  on 2000/10/16  03:09:44
37393         Log: integrate changes#5948,5949,5950 from mainline
37394              
37395              typo in vars.pm that leads to cryptic message (from Piotr
37396              Piatkowski <kompas@kompas.usr.onet.pl>)
37397              
37398              make perldoc use the pod2man from the same version (from
37399              M.J.T. Guy)
37400              
37401              reformat perldiag to avoid long lines
37402      Branch: maint-5.6/perl
37403           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
37404 ____________________________________________________________________________
37405 [  7269] By: gsar                                  on 2000/10/16  03:05:54
37406         Log: integrate change#5947 from mainline
37407              
37408              use &dl_error rather than &dl_load_file as the guard for calling
37409              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37410              statically built perl)
37411      Branch: maint-5.6/perl
37412           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37413 ____________________________________________________________________________
37414 [  7268] By: gsar                                  on 2000/10/16  03:04:48
37415         Log: integrate change#5945 from mainline
37416              
37417              make module name mandatory after -M switch; reorder perldiag
37418              alphabetically (from Mark-Jason Dominus)
37419      Branch: maint-5.6/perl
37420           !> perl.c pod/perldiag.pod
37421 ____________________________________________________________________________
37422 [  7267] By: gsar                                  on 2000/10/16  03:03:01
37423         Log: integrate change#5939 from mainline
37424              
37425              more pod nits (from Larry Virden)
37426      Branch: maint-5.6/perl
37427           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
37428           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37429           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37430 ____________________________________________________________________________
37431 [  7266] By: gsar                                  on 2000/10/16  03:01:39
37432         Log: integrate change#5938 from mainline
37433              
37434              Consolidated B::Deparse fixes (from Stephen McCamant)
37435      Branch: maint-5.6/perl
37436           !> ext/B/B/Deparse.pm
37437 ____________________________________________________________________________
37438 [  7265] By: gsar                                  on 2000/10/16  03:00:43
37439         Log: integrate change#5936 from mainline
37440              
37441              additional tests for change#7263 (from Paul Marquess)
37442      Branch: maint-5.6/perl
37443           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37444           !> t/pragma/warn/5nolint t/pragma/warn/6default
37445 ____________________________________________________________________________
37446 [  7264] By: gsar                                  on 2000/10/16  02:58:34
37447         Log: integrate change#5934 from mainline
37448              
37449              propagate lexical warnings from surrounding scope correctly
37450              within string eval() (from Paul Marquess)
37451      Branch: maint-5.6/perl
37452           !> pp_ctl.c t/pragma/warn/pp_ctl
37453 ____________________________________________________________________________
37454 [  7263] By: gsar                                  on 2000/10/16  02:56:53
37455         Log: integrate change#5932 from mainline
37456              
37457              add rsignal(), whichsig() and do_join() to public API list
37458              (mod_perl uses them to good advantage)
37459      Branch: maint-5.6/perl
37460           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
37461 ____________________________________________________________________________
37462 [  7262] By: gsar                                  on 2000/10/16  02:55:53
37463         Log: integrate change#5931 from mainline
37464              
37465              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37466      Branch: maint-5.6/perl
37467           !> pp_hot.c regexec.c t/op/pat.t
37468 ____________________________________________________________________________
37469 [  7261] By: gsar                                  on 2000/10/16  02:55:01
37470         Log: integrate change#5930 from mainline
37471              
37472              small os390 tweaks (from Peter Prymmer)
37473      Branch: maint-5.6/perl
37474           !> config_h.SH makedepend.SH
37475 ____________________________________________________________________________
37476 [  7260] By: gsar                                  on 2000/10/16  02:54:10
37477         Log: integrate change#5929 from mainline
37478              
37479              pod nits
37480      Branch: maint-5.6/perl
37481           !> pod/perlguts.pod
37482 ____________________________________________________________________________
37483 [  7259] By: gsar                                  on 2000/10/16  02:52:55
37484         Log: integrate change#5927 from mainline
37485              
37486              arrange for next() to resume at the unstack op rather than the
37487              loop conditional, so that scope cleanup happens correctly
37488              (from Stephen McCamant)
37489      Branch: maint-5.6/perl
37490           !> op.c pp_ctl.c t/op/misc.t
37491 ____________________________________________________________________________
37492 [  7258] By: gsar                                  on 2000/10/16  02:51:38
37493         Log: integrate change#5926 from mainline
37494              
37495              on windows, reserve 16M of stack rather than 128M (allows more
37496              threads to run concurrently)
37497      Branch: maint-5.6/perl
37498           !> win32/Makefile win32/makefile.mk
37499 ____________________________________________________________________________
37500 [  7257] By: gsar                                  on 2000/10/16  02:50:37
37501         Log: integrate change#5925 from mainline
37502              
37503              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37504      Branch: maint-5.6/perl
37505           !> toke.c
37506 ____________________________________________________________________________
37507 [  7256] By: gsar                                  on 2000/10/16  02:49:36
37508         Log: integrate change#5924 from mainline
37509              
37510              avoid using uninitialized memory in require version check
37511      Branch: maint-5.6/perl
37512           !> pp_ctl.c universal.c
37513 ____________________________________________________________________________
37514 [  7255] By: gsar                                  on 2000/10/16  02:48:03
37515         Log: integrate changes#5923,5928,6009 from mainline
37516              
37517              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
37518      Branch: maint-5.6/perl
37519           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
37520 ____________________________________________________________________________
37521 [  7254] By: gsar                                  on 2000/10/16  02:44:46
37522         Log: integrate change#5922 from mainline
37523              
37524              commentary about IoTYPE() (from Nathan Torkington)
37525      Branch: maint-5.6/perl
37526           !> sv.h
37527 ____________________________________________________________________________
37528 [  7253] By: gsar                                  on 2000/10/16  02:43:49
37529         Log: integrate change#5921 from mainline
37530              
37531              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37532      Branch: maint-5.6/perl
37533           !> sv.c t/lib/charnames.t t/pragma/utf8.t
37534 ____________________________________________________________________________
37535 [  7252] By: gsar                                  on 2000/10/16  02:42:31
37536         Log: integrate change#5920 from mainline
37537              
37538              Larry's fix for buggy propagation of utf8-ness in join(); add test
37539      Branch: maint-5.6/perl
37540           !> doop.c t/op/ver.t
37541 ____________________________________________________________________________
37542 [  7251] By: gsar                                  on 2000/10/16  02:41:14
37543         Log: integrate changes#5915..5919 from mainline
37544              
37545              various (pod tweaks &c)
37546      Branch: maint-5.6/perl
37547           !> (integrate 33 files)
37548 ____________________________________________________________________________
37549 [  7250] By: gsar                                  on 2000/10/16  02:38:16
37550         Log: integrate change#5914 from mainline
37551              
37552              caller() wasn't returning the right number of elements for
37553              eval {...}
37554      Branch: maint-5.6/perl
37555           !> pp_ctl.c t/pragma/warn/9enabled
37556 ____________________________________________________________________________
37557 [  7249] By: gsar                                  on 2000/10/16  02:37:02
37558         Log: integrate change#5913 from mainline
37559              
37560              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
37561              (from Mark-Jason Dominus)
37562      Branch: maint-5.6/perl
37563           !> pod/perlfunc.pod
37564 ____________________________________________________________________________
37565 [  7248] By: gsar                                  on 2000/10/16  02:35:58
37566         Log: integrate change#5912 from mainline
37567              
37568              fix totally broken caching in UNIVERSAL::isa() (from
37569              Nick Ing-Simmons)
37570      Branch: maint-5.6/perl
37571           !> t/op/universal.t universal.c
37572 ____________________________________________________________________________
37573 [  7247] By: gsar                                  on 2000/10/16  02:34:27
37574         Log: integrate changes#5910,5911 from mainline
37575              
37576              typo in pod
37577              
37578              add linebreak properties from unicode/LineBrk.txt (from
37579              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
37580      Branch: maint-5.6/perl
37581           +> (branch 29 files)
37582           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
37583 ____________________________________________________________________________
37584 [  7246] By: gsar                                  on 2000/10/16  02:33:29
37585         Log: integrate change#5909 from mainline
37586              
37587              mode argument to do_binmode() should be file mode, not boolean
37588      Branch: maint-5.6/perl
37589           !> pp_sys.c
37590 ____________________________________________________________________________
37591 [  7245] By: gsar                                  on 2000/10/16  02:31:04
37592         Log: integrate change#5908 from mainline
37593              
37594              introduce illegal symbols into null package so that
37595              gv_fetchpv(...,TRUE) always returns a valid GV even when the
37596              symbol is trapped by strictures (avoids coredumps)
37597      Branch: maint-5.6/perl
37598           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
37599           !> t/pragma/strict-vars
37600 ____________________________________________________________________________
37601 [  7244] By: jhi                                   on 2000/10/16  02:29:54
37602         Log: Subject: $Carp::ExportLevel confusion in Exporter
37603              From: "Ben Tilly" <ben_tilly@hotmail.com>
37604              Date: Sat, 14 Oct 2000 16:44:34 EDT
37605              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
37606      Branch: perl
37607            ! lib/Exporter/Heavy.pm
37608 ____________________________________________________________________________
37609 [  7243] By: jhi                                   on 2000/10/16  02:28:33
37610         Log: Subject: [PATCH perlguts.pod] Document offset hack
37611              From: Simon Cozens <simon@cozens.net>
37612              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
37613              Date: Sat, 14 Oct 2000 19:32:25 +0100
37614      Branch: perl
37615            ! pod/perlguts.pod
37616 ____________________________________________________________________________
37617 [  7242] By: gsar                                  on 2000/10/16  02:26:51
37618         Log: integrate changes#5905,5906,5907,6064 from mainline
37619              
37620              printf/sprintf didn't get quad types right under use64bitint
37621      Branch: maint-5.6/perl
37622           !> pp_sys.c sv.c t/op/64bitint.t
37623 ____________________________________________________________________________
37624 [  7241] By: jhi                                   on 2000/10/16  02:22:44
37625         Log: Subject: small pod patch
37626              From: Dan Boorstein <dan_boo@bellsouth.net>
37627              Date: Sat, 14 Oct 2000 14:29:24 -0400
37628              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
37629      Branch: perl
37630            ! pod/perlfaq7.pod pod/perlmod.pod
37631 ____________________________________________________________________________
37632 [  7240] By: jhi                                   on 2000/10/16  02:13:46
37633         Log: -w cleanup.
37634              
37635              Subject: Re: Problems with bleadperl 
37636              From: "Stephen P. Potter" <spp@ds.net>
37637              Date: Fri, 13 Oct 2000 13:32:49 -0400
37638              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
37639      Branch: perl
37640            ! t/pragma/overload.t
37641 ____________________________________________________________________________
37642 [  7239] By: jhi                                   on 2000/10/16  01:41:18
37643         Log: One more ~utf8 tweak.
37644      Branch: perl
37645            ! t/op/bop.t
37646 ____________________________________________________________________________
37647 [  7238] By: jhi                                   on 2000/10/16  01:34:14
37648         Log: Tweak the test of #7235.
37649      Branch: perl
37650            ! t/op/bop.t
37651 ____________________________________________________________________________
37652 [  7237] By: jhi                                   on 2000/10/16  01:25:04
37653         Log: Fix a couple of compiler-noted nits in #7235.
37654      Branch: perl
37655            ! pp.c
37656 ____________________________________________________________________________
37657 [  7236] By: jhi                                   on 2000/10/16  01:22:46
37658         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
37659      Branch: perl
37660            ! pp.c pp_hot.c
37661 ____________________________________________________________________________
37662 [  7235] By: jhi                                   on 2000/10/15  16:24:44
37663         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
37664              
37665              From: Simon Cozens <simon@cozens.net>
37666              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
37667              Date: Sat, 14 Oct 2000 20:52:13 +0100
37668              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
37669      Branch: perl
37670            ! pp.c t/op/bop.t utf8.h
37671 ____________________________________________________________________________
37672 [  7234] By: jhi                                   on 2000/10/15  15:19:29
37673         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
37674              The problem was that rx->minlen was in chars while pp_split()
37675              thought it would be in bytes. 
37676      Branch: perl
37677            ! pp.c t/pragma/utf8.t
37678 ____________________________________________________________________________
37679 [  7233] By: jhi                                   on 2000/10/14  20:24:24
37680         Log: Document FNCASE=y as discussed in the bug 20000902.009.
37681      Branch: perl
37682            ! README.dos
37683 ____________________________________________________________________________
37684 [  7232] By: jhi                                   on 2000/10/14  18:52:21
37685         Log: Add test for bug id 20000427.003 (which seems to have
37686              been fixed) (also duplicate as 20000427.004, though
37687              with a higher severity).  Move one utf8 from op/append
37688              to pragma/utf8, tag the tests with bug ids.
37689      Branch: perl
37690            ! t/op/append.t t/pragma/utf8.t
37691 ____________________________________________________________________________
37692 [  7231] By: jhi                                   on 2000/10/14  17:28:37
37693         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
37694      Branch: perl
37695            ! t/pragma/utf8.t
37696 ____________________________________________________________________________
37697 [  7230] By: jhi                                   on 2000/10/14  14:24:50
37698         Log: Needs to be conditional on SunOS 4.
37699              
37700              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
37701              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37702              Date: Sat, 14 Oct 2000 13:37:49 +0100
37703              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
37704      Branch: metaconfig/U/perl
37705            ! End.U
37706      Branch: perl
37707            ! Configure myconfig.SH pod/perldelta.pod
37708 ____________________________________________________________________________
37709 [  7229] By: jhi                                   on 2000/10/14  00:49:22
37710         Log: Update Changes.
37711      Branch: perl
37712            ! Changes patchlevel.h
37713 ____________________________________________________________________________
37714 [  7228] By: jhi                                   on 2000/10/14  00:46:10
37715         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
37716              From: Peter Prymmer <pvhp@forte.com>
37717              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
37718              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
37719      Branch: perl
37720            ! lib/utf8.pm
37721 ____________________________________________________________________________
37722 [  7227] By: jhi                                   on 2000/10/13  23:20:30
37723         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
37724      Branch: perl
37725            ! t/op/tie.t
37726 ____________________________________________________________________________
37727 [  7226] By: jhi                                   on 2000/10/13  22:14:32
37728         Log: Tweak #7225.
37729              
37730              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
37731              From: Peter Prymmer <pvhp@forte.com>
37732              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
37733              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
37734      Branch: perl
37735            ! t/op/sprintf.t
37736 ____________________________________________________________________________
37737 [  7225] By: jhi                                   on 2000/10/13  22:11:31
37738         Log: op/sprintf.t patch for OS/390 (and any other host with limited
37739              floating-point exponent length)
37740              
37741              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
37742              From: Dominic Dunlop <domo@computer.org>
37743              Date: Fri, 13 Oct 2000 19:17:57 +0200
37744              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
37745      Branch: perl
37746            ! t/op/sprintf.t
37747 ____________________________________________________________________________
37748 [  7224] By: jhi                                   on 2000/10/13  18:40:48
37749         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
37750      Branch: perl
37751            ! toke.c
37752 ____________________________________________________________________________
37753 [  7223] By: jhi                                   on 2000/10/13  18:37:13
37754         Log: Thinko in #7222.
37755      Branch: perl
37756            ! utf8.c
37757 ____________________________________________________________________________
37758 [  7222] By: jhi                                   on 2000/10/13  18:05:23
37759         Log: Use UTF8SKIP(), from Simon Cozens.
37760      Branch: perl
37761            ! utf8.c
37762 ____________________________________________________________________________
37763 [  7221] By: jhi                                   on 2000/10/13  15:43:19
37764         Log: (accidentally empty check-in)
37765      Branch: perl
37766            ! utf8.c
37767 ____________________________________________________________________________
37768 [  7220] By: jhi                                   on 2000/10/13  15:23:51
37769         Log: Add (optimistically) Storable to static extensions.
37770      Branch: perl
37771            ! hints/uwin.sh hints/vmesa.sh
37772 ____________________________________________________________________________
37773 [  7219] By: jhi                                   on 2000/10/13  15:20:05
37774         Log: Amdahl UTS doesn't seem to do dynaloading.
37775      Branch: perl
37776            ! hints/uts.sh
37777 ____________________________________________________________________________
37778 [  7218] By: jhi                                   on 2000/10/13  15:15:20
37779         Log: Slight tweak of the code to appease Amdahl UTS cc.
37780      Branch: perl
37781            ! pp.c
37782 ____________________________________________________________________________
37783 [  7217] By: jhi                                   on 2000/10/13  14:50:42
37784         Log: In Amdahl UTS "struct sv" is defined by a system header,
37785              <ksync.h>.
37786      Branch: perl
37787            ! perl.h sv.h
37788 ____________________________________________________________________________
37789 [  7216] By: jhi                                   on 2000/10/13  11:58:25
37790         Log: Ilya implemented the memory profiling API.
37791      Branch: perl
37792            ! Todo
37793 ____________________________________________________________________________
37794 [  7215] By: jhi                                   on 2000/10/13  02:56:38
37795         Log: Subject: [PATCH 5.7.0] Perl API for mstats
37796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37797              Date: Thu, 12 Oct 2000 22:52:40 -0400
37798              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
37799      Branch: perl
37800            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
37801 ____________________________________________________________________________
37802 [  7214] By: jhi                                   on 2000/10/13  02:55:38
37803         Log: Subject: [PATCH 5.7.0] IVs in mtats
37804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37805              Date: Thu, 12 Oct 2000 22:51:04 -0400
37806              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
37807      Branch: perl
37808            ! malloc.c perl.h
37809 ____________________________________________________________________________
37810 [  7213] By: jhi                                   on 2000/10/13  02:31:47
37811         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
37812      Branch: perl
37813            ! pod/perldiag.pod pp_sys.c
37814 ____________________________________________________________________________
37815 [  7212] By: jhi                                   on 2000/10/13  01:27:38
37816         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
37817              From: Peter Prymmer <pvhp@forte.com>
37818              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
37819              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
37820      Branch: perl
37821            ! t/op/oct.t
37822 ____________________________________________________________________________
37823 [  7211] By: jhi                                   on 2000/10/13  00:35:09
37824         Log: Update Changes.
37825      Branch: perl
37826            ! Changes patchlevel.h
37827 ____________________________________________________________________________
37828 [  7210] By: jhi                                   on 2000/10/12  23:59:40
37829         Log: The Install.pm third of
37830              
37831              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37832              From: Bill Campbell <bill@celestial.com>
37833              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37834              Date: Thu, 5 Oct 2000 18:04:51 -0700
37835      Branch: perl
37836            ! lib/ExtUtils/Install.pm
37837 ____________________________________________________________________________
37838 [  7209] By: jhi                                   on 2000/10/12  23:58:43
37839         Log: Two thirds of
37840              
37841              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37842              Date: Thu, 5 Oct 2000 18:04:51 -0700
37843              From: Bill Campbell <bill@celestial.com>
37844              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37845              
37846              The Install.pm changes will be submitted separately because
37847              they need some work and discussion still.
37848      Branch: perl
37849            ! lib/getopts.pl lib/termcap.pl
37850 ____________________________________________________________________________
37851 [  7208] By: jhi                                   on 2000/10/12  23:41:19
37852         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
37853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37854              Date:     Thu, 12 Oct 2000 07:30:02 EDT
37855              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
37856      Branch: perl
37857            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
37858            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
37859 ____________________________________________________________________________
37860 [  7207] By: jhi                                   on 2000/10/12  23:39:01
37861         Log: An updated EBCDIC tr patch.
37862              
37863              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
37864              From: Peter Prymmer <pvhp@forte.com>
37865              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
37866              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
37867      Branch: perl
37868            ! t/op/tr.t
37869 ____________________________________________________________________________
37870 [  7206] By: jhi                                   on 2000/10/12  23:34:55
37871         Log: Upgrade to CPAN 1.58, from Andreas König.
37872      Branch: perl
37873            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37874 ____________________________________________________________________________
37875 [  7205] By: jhi                                   on 2000/10/12  23:29:08
37876         Log: Introduce the man[24-8] variables, from Andy Dougherty.
37877      Branch: metaconfig/U/perl
37878            + mandirs.U mandirstyle.U
37879      Branch: perl
37880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37881            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
37882            ! vos/config.h vos/config.pl vos/config_h.SH_orig
37883            ! win32/config.bc win32/config.gc win32/config.vc
37884 ____________________________________________________________________________
37885 [  7204] By: gsar                                  on 2000/10/12  18:11:24
37886         Log: restore change#7202
37887      Branch: perl
37888            ! mg.c
37889 ____________________________________________________________________________
37890 [  7203] By: gsar                                  on 2000/10/12  18:09:40
37891         Log: another test of the Emergency Broadcast System--back out 
37892              change#7202
37893      Branch: perl
37894            ! mg.c
37895 ____________________________________________________________________________
37896 [  7202] By: gsar                                  on 2000/10/12  16:40:47
37897         Log: (submitted on behalf of Jarkko)
37898              Fix the lib/encode.t subtest 6 failure as reported by Andreas
37899              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
37900              was unearthed by change 7182, as was a bug in HTML::Entities.
37901      Branch: perl
37902            ! mg.c
37903 ____________________________________________________________________________
37904 [  7201] By: jhi                                   on 2000/10/11  03:16:05
37905         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
37906      Branch: perl
37907            ! pp_hot.c t/pragma/utf8.t
37908 ____________________________________________________________________________
37909 [  7200] By: jhi                                   on 2000/10/11  00:40:30
37910         Log: The #7198 was a false alarm.
37911      Branch: perl
37912            ! pp_hot.c
37913 ____________________________________________________________________________
37914 [  7199] By: jhi                                   on 2000/10/11  00:26:04
37915         Log: Remove duplicated code.
37916      Branch: perl
37917            ! t/lib/cgi-html.t
37918 ____________________________________________________________________________
37919 [  7198] By: jhi                                   on 2000/10/10  23:30:46
37920         Log: (Retracted by #7200.)
37921      Branch: perl
37922            ! pp_hot.c
37923 ____________________________________________________________________________
37924 [  7197] By: jhi                                   on 2000/10/10  21:49:30
37925         Log: Add the test case for #7190, from the original bug report
37926              by Andreas König.
37927      Branch: perl
37928            ! t/pragma/utf8.t
37929 ____________________________________________________________________________
37930 [  7196] By: jhi                                   on 2000/10/10  21:40:49
37931         Log: Reapply Andy's patch and regen Configure.
37932      Branch: perl
37933            ! Configure INSTALL Makefile.SH Porting/Glossary
37934            ! Porting/config.sh config_h.SH epoc/config.sh installperl
37935            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37936            ! win32/config.vc
37937 ____________________________________________________________________________
37938 [  7195] By: jhi                                   on 2000/10/10  21:09:30
37939         Log: Use the versiononly instead of the installscripts,
37940              retract the changes 7146 and 7147.
37941      Branch: perl
37942            ! Configure INSTALL Makefile.SH Porting/Glossary
37943            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
37944            ! installperl uconfig.sh vos/config.def win32/config.bc
37945            ! win32/config.gc win32/config.vc
37946 ____________________________________________________________________________
37947 [  7194] By: jhi                                   on 2000/10/10  21:06:15
37948         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
37949              From: Peter Prymmer <pvhp@forte.com>
37950              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
37951              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
37952      Branch: perl
37953            ! t/op/ver.t
37954 ____________________________________________________________________________
37955 [  7193] By: jhi                                   on 2000/10/10  21:05:12
37956         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
37957              From: Peter Prymmer <pvhp@forte.com>
37958              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
37959              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
37960      Branch: perl
37961            ! t/op/tr.t
37962 ____________________________________________________________________________
37963 [  7192] By: jhi                                   on 2000/10/10  20:57:30
37964         Log: Add versiononly, delete installscripts, from Andy Dougherty.
37965      Branch: metaconfig
37966            - U/installdirs/installscripts.U
37967      Branch: metaconfig/U/perl
37968            + versiononly.U
37969 ____________________________________________________________________________
37970 [  7191] By: jhi                                   on 2000/10/10  19:41:21
37971         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
37972              From: Peter Prymmer <pvhp@forte.com>
37973              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
37974              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
37975      Branch: perl
37976            ! pod/perlebcdic.pod
37977 ____________________________________________________________________________
37978 [  7190] By: jhi                                   on 2000/10/10  19:26:14
37979         Log: Subject: Re: utf8 concat, mg_get
37980              From: Simon Cozens <simon@cozens.net>
37981              Date: Tue, 10 Oct 2000 17:40:17 +0100
37982              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
37983      Branch: perl
37984            ! pp_hot.c
37985 ____________________________________________________________________________
37986 [  7189] By: jhi                                   on 2000/10/10  19:23:03
37987         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
37988              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
37989              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
37990              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
37991      Branch: perl
37992            ! lib/ExtUtils/MM_Unix.pm
37993 ____________________________________________________________________________
37994 [  7188] By: jhi                                   on 2000/10/10  15:31:24
37995         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
37996              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37997              Date: Fri, 14 Jul 2000 10:47:36 +0100
37998              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
37999      Branch: perl
38000            ! README.win32
38001 ____________________________________________________________________________
38002 [  7187] By: jhi                                   on 2000/10/10  13:30:10
38003         Log: Quote the temp file name, needed in Win32 because the
38004              default name unfortunately contains spaces, shouldn't
38005              hurt elsewhere.
38006              
38007              Subject: FW: perldoc fails if $TEMP contains spaces
38008              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38009              Date: Thu, 14 Sep 2000 08:58:45 +0100
38010              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
38011      Branch: perl
38012            ! utils/perldoc.PL
38013 ____________________________________________________________________________
38014 [  7186] By: jhi                                   on 2000/10/10  13:16:27
38015         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
38016              From: hv@hugo.hybyte.com
38017              Date: Tue, 10 Oct 2000 14:10:20 +0100
38018              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
38019      Branch: perl
38020            ! t/lib/thr5005.t util.c
38021 ____________________________________________________________________________
38022 [  7185] By: jhi                                   on 2000/10/10  12:06:22
38023         Log: Upgrade to podlators 1.04, from Russ Allbery.
38024      Branch: perl
38025            ! lib/Pod/Man.pm lib/Pod/Text.pm
38026 ____________________________________________________________________________
38027 [  7184] By: jhi                                   on 2000/10/10  12:01:32
38028         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
38029      Branch: perl
38030            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
38031 ____________________________________________________________________________
38032 [  7183] By: jhi                                   on 2000/10/09  23:47:15
38033         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
38034              From: Peter Prymmer <pvhp@forte.com>
38035              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
38036              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
38037      Branch: perl
38038            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
38039 ____________________________________________________________________________
38040 [  7182] By: jhi                                   on 2000/10/09  23:43:16
38041         Log: Make eq work again with utf8 (disabling the upgrading
38042              should no more be necessary since the copies of the
38043              scalars are upgraded, not the scalars themselves).
38044              Takes care of ID 20001009.001.  (The claimed length()
38045              bug in 20001009.001 seems bogus to me.)
38046      Branch: perl
38047            ! sv.c t/pragma/utf8.t
38048 ____________________________________________________________________________
38049 [  7181] By: gsar                                  on 2000/10/09  19:41:54
38050         Log: tweak for change#7173
38051      Branch: perl
38052            ! win32/win32sck.c
38053 ____________________________________________________________________________
38054 [  7180] By: gsar                                  on 2000/10/09  19:26:56
38055         Log: on Windows, clean targets might not work under some flavors of the shell
38056      Branch: perl
38057            ! win32/Makefile win32/makefile.mk
38058 ____________________________________________________________________________
38059 [  7179] By: jhi                                   on 2000/10/09  19:21:02
38060         Log: Update Changes.
38061      Branch: perl
38062            ! Changes patchlevel.h
38063 ____________________________________________________________________________
38064 [  7178] By: jhi                                   on 2000/10/09  19:18:23
38065         Log: Warn about unknown scripts.
38066              
38067              Subject: Re: ideas? patches? [PATCH bleadperl]
38068              From: Dominic Dunlop <domo@computer.org>
38069              Date: Mon, 9 Oct 2000 14:57:17 +0200
38070              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
38071      Branch: perl
38072            ! lib/charnames.pm
38073 ____________________________________________________________________________
38074 [  7177] By: jhi                                   on 2000/10/09  19:13:27
38075         Log: Change #7160 had a nasty typo.
38076      Branch: metaconfig
38077            ! U/compline/Compile.U
38078      Branch: perl
38079            ! Configure config_h.SH
38080 ____________________________________________________________________________
38081 [  7176] By: gsar                                  on 2000/10/09  18:59:33
38082         Log: pod nit
38083      Branch: perl
38084            ! pod/perlport.pod
38085 ____________________________________________________________________________
38086 [  7175] By: gsar                                  on 2000/10/09  18:54:28
38087         Log: Windows9x doesn't support link(), despite what Config.pm
38088              might think
38089      Branch: perl
38090            ! lib/ExtUtils/Manifest.pm
38091 ____________________________________________________________________________
38092 [  7174] By: gsar                                  on 2000/10/09  18:50:03
38093         Log: avoid nonportable example code
38094      Branch: perl
38095            ! lib/File/Copy.pm
38096 ____________________________________________________________________________
38097 [  7173] By: gsar                                  on 2000/10/09  18:46:54
38098         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
38099              being used) when closing a socket handle
38100      Branch: perl
38101            ! win32/win32.c win32/win32.h win32/win32sck.c
38102 ____________________________________________________________________________
38103 [  7172] By: gsar                                  on 2000/10/09  18:41:40
38104         Log: on Windows, cwd strings in the environment should be of the
38105              form =X:=X:\foo instead of =X=X:\foo\
38106      Branch: perl
38107            ! win32/vdir.h
38108 ____________________________________________________________________________
38109 [  7171] By: gsar                                  on 2000/10/09  18:30:09
38110         Log: on Windows, LoadLibrary() could load an extension DLL multiple
38111              times if forward slashes are used in the path
38112      Branch: perl
38113            ! win32/win32.c
38114 ____________________________________________________________________________
38115 [  7170] By: jhi                                   on 2000/10/09  17:53:59
38116         Log: Add a todo note about overloadable assertions.
38117      Branch: perl
38118            ! Todo-5.6
38119 ____________________________________________________________________________
38120 [  7169] By: jhi                                   on 2000/10/09  13:43:45
38121         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
38122              From: mjd@plover.com
38123              Date: 9 Oct 2000 00:24:44 -0000
38124              Message-ID: <20001009002444.10616.qmail@plover.com>
38125      Branch: perl
38126            ! pod/perldebguts.pod
38127 ____________________________________________________________________________
38128 [  7168] By: nick                                  on 2000/10/08  13:16:33
38129         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
38130              is not right thing to do on (e.g. x86). Network order is also "right" for
38131              X fonts.
38132      Branch: perl
38133            ! ext/Encode/Encode.pm
38134 ____________________________________________________________________________
38135 [  7167] By: nick                                  on 2000/10/08  12:54:42
38136         Log: Make "encodings" work post-install when Encode/*.enc files may not
38137              be in same directory as Encode.pm
38138      Branch: perl
38139            ! ext/Encode/Encode.pm
38140 ____________________________________________________________________________
38141 [  7166] By: nick                                  on 2000/10/08  11:51:26
38142         Log: Work round the fact that $hash->{$key} does not take into account
38143              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
38144              so that key is always in the "expected" encoding - i.e. same way we put
38145              it in the hash.
38146      Branch: perl
38147            ! ext/Encode/Encode.pm
38148 ____________________________________________________________________________
38149 [  7165] By: gsar                                  on 2000/10/08  04:15:29
38150         Log: save_re_context() could reset PL_curcop to freed memory, causing core
38151              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
38152      Branch: perl
38153            ! pp_ctl.c
38154 ____________________________________________________________________________
38155 [  7164] By: jhi                                   on 2000/10/06  20:51:48
38156         Log: UTF8ize split() so that the cloned substrings get the UTF8
38157              flag of the original scalar.  Problem reported by Simon Cozens.
38158      Branch: perl
38159            ! pp.c t/pragma/utf8.t
38160 ____________________________________________________________________________
38161 [  7163] By: nick                                  on 2000/10/06  20:48:34
38162         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
38163              got a false +ve and so did not reach code which would have un-FAKEd the SV.
38164      Branch: perl
38165            ! sv.c
38166 ____________________________________________________________________________
38167 [  7162] By: nick                                  on 2000/10/06  20:25:37
38168         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
38169              To fix  (sort {$a <=> $b} keys %hash) in particular but
38170              should cover a number of other as-yet-unknown cases as well.
38171      Branch: perl
38172            ! sv.c
38173 ____________________________________________________________________________
38174 [  7161] By: jhi                                   on 2000/10/06  19:56:18
38175         Log: Change the version number of Tie::Handle in the core to 4.0,
38176              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
38177              
38178              Subject: Note on Tie::Handle
38179              From: andreas.koenig@anima.de (Andreas J. Koenig)
38180              Date:      06 Oct 2000 21:48:58 +0200
38181              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
38182      Branch: perl
38183            ! lib/Tie/Handle.pm
38184 ____________________________________________________________________________
38185 [  7160] By: jhi                                   on 2000/10/06  18:20:35
38186         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
38187              as the first option of cc/ld because of ultrapicky compilers
38188              (e.g. OS/390 R2.5)
38189      Branch: metaconfig
38190            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
38191            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
38192            ! U/compline/orderlib.U U/modified/Cppsym.U
38193            ! U/modified/d_access.U
38194      Branch: metaconfig/U/perl
38195            ! Checkcc.U d_dlsymun.U gccvers.U
38196      Branch: perl
38197            ! Configure config_h.SH
38198 ____________________________________________________________________________
38199 [  7159] By: jhi                                   on 2000/10/06  13:56:39
38200         Log: Update Changes.
38201      Branch: perl
38202            ! Changes patchlevel.h
38203 ____________________________________________________________________________
38204 [  7158] By: jhi                                   on 2000/10/06  12:48:40
38205         Log: Eliminate $Is_VMS code from the test.
38206              
38207              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
38208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38209              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
38210              Date:     Thu, 5 Oct 2000 07:46:33 EDT
38211      Branch: perl
38212            ! t/lib/b.t
38213 ____________________________________________________________________________
38214 [  7157] By: jhi                                   on 2000/10/06  12:47:13
38215         Log: Also the $ccflags is needed for the C compiler check.
38216              
38217              Subject: Configure (check for C-compiler)
38218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38219              Date: Fri, 06 Oct 2000 08:47:15 +0200
38220              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
38221      Branch: metaconfig/U/perl
38222            ! Checkcc.U
38223      Branch: perl
38224            ! Configure config_h.SH
38225 ____________________________________________________________________________
38226 [  7156] By: jhi                                   on 2000/10/06  11:45:15
38227         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
38228      Branch: perl
38229            ! perl.c pp_ctl.c sv.h utf8.c
38230 ____________________________________________________________________________
38231 [  7155] By: jhi                                   on 2000/10/06  11:40:41
38232         Log: IO::Handle->syswrite() did not handle length omission
38233              like CORE::syswrite() does.
38234              
38235              Subject: [Fwd] IO::Handle, syswrite and arguments
38236              From: Graham Barr <gbarr@pobox.com>
38237              Date: Fri, 6 Oct 2000 10:22:05 +0100
38238              Message-ID: <20001006102205.U6312@pobox.com>
38239              
38240              The original patch from andrew@ugh.net.au.
38241      Branch: perl
38242            ! ext/IO/lib/IO/Handle.pm
38243 ____________________________________________________________________________
38244 [  7154] By: jhi                                   on 2000/10/06  01:42:15
38245         Log: Tweak #7153.
38246      Branch: perl
38247            ! utf8.h
38248 ____________________________________________________________________________
38249 [  7153] By: jhi                                   on 2000/10/06  00:39:55
38250         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
38251      Branch: perl
38252            ! utf8.h
38253 ____________________________________________________________________________
38254 [  7152] By: jhi                                   on 2000/10/06  00:38:11
38255         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
38256      Branch: perl
38257            ! perl.c pp_ctl.c sv.h utf8.c
38258 ____________________________________________________________________________
38259 [  7151] By: jhi                                   on 2000/10/06  00:36:38
38260         Log: Subject: Re: Questions about Tie::Array and perl modules
38261              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38262              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
38263              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
38264              
38265              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
38266      Branch: perl
38267            ! lib/Tie/Array.pm t/op/array.t
38268 ____________________________________________________________________________
38269 [  7150] By: jhi                                   on 2000/10/05  00:20:45
38270         Log: Regen Changes.
38271      Branch: perl
38272            ! Changes patchlevel.h
38273 ____________________________________________________________________________
38274 [  7149] By: jhi                                   on 2000/10/05  00:20:01
38275         Log: Regen toc.
38276      Branch: perl
38277            ! pod/perltoc.pod
38278 ____________________________________________________________________________
38279 [  7148] By: jhi                                   on 2000/10/04  23:35:08
38280         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
38281              reported several times by Dominic Dunlop, for example in
38282              ID 20000315.008.  Patch from Dominic.  Patch affects at
38283              least MachTen, and possibly other oldish BSDs. Should not
38284              break non-broken platforms (tested on LinuxPPC). 
38285      Branch: perl
38286            ! doio.c
38287 ____________________________________________________________________________
38288 [  7147] By: jhi                                   on 2000/10/04  23:26:34
38289         Log: The one that got away from 7146.
38290      Branch: metaconfig
38291            + U/installdirs/installscripts.U
38292 ____________________________________________________________________________
38293 [  7146] By: jhi                                   on 2000/10/04  23:25:04
38294         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
38295              suggested by H. Merijn Brand.
38296      Branch: perl
38297            ! Configure INSTALL Makefile.SH Porting/Glossary
38298            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
38299            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38300            ! win32/config.vc
38301 ____________________________________________________________________________
38302 [  7145] By: jhi                                   on 2000/10/04  22:08:21
38303         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38305              Date: Wed, 4 Oct 2000 17:37:46 -0400
38306              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
38307      Branch: perl
38308            ! utils/h2xs.PL
38309 ____________________________________________________________________________
38310 [  7144] By: jhi                                   on 2000/10/04  18:11:41
38311         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
38312              From: Jeff Pinyan <jeffp@crusoe.net>
38313              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
38314              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
38315      Branch: perl
38316            ! pod/perlrun.pod
38317 ____________________________________________________________________________
38318 [  7143] By: jhi                                   on 2000/10/04  18:09:58
38319         Log: Subject: perlhack.pod Patch for Externals Tools
38320              From: Fisher Mark <fisherm@tce.com>
38321              Date: Tue, 3 Oct 2000 15:43:27 -0500 
38322              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
38323      Branch: perl
38324            ! pod/perlhack.pod
38325 ____________________________________________________________________________
38326 [  7142] By: jhi                                   on 2000/10/04  18:08:41
38327         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
38328              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38329              Date:     Wed, 4 Oct 2000 12:11:11 EDT
38330              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
38331      Branch: perl
38332            ! vms/vms.c
38333 ____________________________________________________________________________
38334 [  7141] By: jhi                                   on 2000/10/04  12:20:16
38335         Log: Subject: [PATCH 5.7.0] h2xs not working
38336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38337              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
38338              Date: Tue, 3 Oct 2000 21:43:01 -0400
38339              
38340              Subject: [PATCH 5.7.0] h2xs not documenting the created module
38341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38342              Date: Tue, 3 Oct 2000 22:55:19 -0400
38343              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
38344      Branch: perl
38345            ! utils/h2xs.PL
38346 ____________________________________________________________________________
38347 [  7140] By: jhi                                   on 2000/10/04  11:53:44
38348         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
38349              From: nick@babyhippo.com
38350              Date: Wed, 4 Oct 2000 12:06:45 +0100
38351              Message-Id: <20001004120645.A7356@babyhippo.com>
38352              
38353              Retract 7118 and 7135.
38354      Branch: perl
38355            ! installman installperl op.c t/pragma/subs.t
38356 ____________________________________________________________________________
38357 [  7139] By: jhi                                   on 2000/10/03  22:09:41
38358         Log: It is possible to have no hosts database at all.  Pointed out in
38359              
38360              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38361              From: Peter Prymmer <pvhp@forte.com>
38362              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38363              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38364      Branch: metaconfig
38365            ! U/modified/myhostname.U
38366      Branch: perl
38367            ! Configure config_h.SH
38368 ____________________________________________________________________________
38369 [  7138] By: jhi                                   on 2000/10/03  21:49:49
38370         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38371              From: Peter Prymmer <pvhp@forte.com>
38372              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38373              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38374      Branch: perl
38375            ! pp_sys.c
38376 ____________________________________________________________________________
38377 [  7137] By: jhi                                   on 2000/10/03  20:10:05
38378         Log: One remaining nit less at the VMS mailbox sizing.
38379      Branch: perl
38380            ! vms/vms.c
38381 ____________________________________________________________________________
38382 [  7136] By: jhi                                   on 2000/10/03  20:08:47
38383         Log: Test harness update to sync with the new perlcc,
38384              from Simon Cozens.
38385      Branch: perl
38386            ! t/TEST t/UTEST
38387 ____________________________________________________________________________
38388 [  7135] By: jhi                                   on 2000/10/03  15:15:42
38389         Log: Subject: Re: PATCH for 20001003.004
38390              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
38391              From: "AARON B. DOSSETT" <aaron@iglou.com>
38392              Message-Id: <E13gTay-0006od-00@iglou.com>
38393      Branch: perl
38394            ! installman installperl
38395 ____________________________________________________________________________
38396 [  7134] By: jhi                                   on 2000/10/03  15:00:34
38397         Log: Subject: [ID 20001003.006] B::Debug not -w clean
38398              From: Nicholas Clark <nick@babyhippo.co.uk>
38399              Date: Tue, 03 Oct 2000 15:46:32 +0100
38400              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
38401      Branch: perl
38402            ! ext/B/B/Debug.pm
38403 ____________________________________________________________________________
38404 [  7133] By: jhi                                   on 2000/10/03  14:58:39
38405         Log: Scale down the VMS message boxes, by Charles Lane.
38406              Fix for ID 20000903.009, workaround at
38407              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
38408      Branch: perl
38409            ! vms/vms.c
38410 ____________________________________________________________________________
38411 [  7132] By: jhi                                   on 2000/10/03  11:20:37
38412         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
38413      Branch: perl
38414            + t/lib/st-lock.t t/lib/st-utf8.t
38415            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
38416            ! ext/Storable/Storable.xs t/lib/st-recurse.t
38417 ____________________________________________________________________________
38418 [  7131] By: jhi                                   on 2000/10/03  03:38:23
38419         Log: Encode nits.
38420      Branch: perl
38421            ! MANIFEST Makefile.SH
38422 ____________________________________________________________________________
38423 [  7130] By: jhi                                   on 2000/10/03  03:31:05
38424         Log: Update Changes.
38425      Branch: perl
38426            ! Changes patchlevel.h
38427 ____________________________________________________________________________
38428 [  7129] By: jhi                                   on 2000/10/03  02:24:02
38429         Log: Misplaced else.
38430      Branch: metaconfig/U/perl
38431            ! d_strtoll.U
38432      Branch: perl
38433            ! Configure config_h.SH
38434 ____________________________________________________________________________
38435 [  7128] By: jhi                                   on 2000/10/03  02:08:29
38436         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
38437              From: sthoenna@efn.org
38438              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
38439              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
38440      Branch: metaconfig/U/perl
38441            ! d_strtoll.U
38442      Branch: perl
38443            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
38444 ____________________________________________________________________________
38445 [  7127] By: jhi                                   on 2000/10/03  01:13:14
38446         Log: Update Changes.
38447      Branch: perl
38448            ! Changes patchlevel.h
38449 ____________________________________________________________________________
38450 [  7126] By: jhi                                   on 2000/10/03  00:57:08
38451         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
38452              as suggested by Olaf Flebbe and Nick Clark.
38453      Branch: perl
38454            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
38455 ____________________________________________________________________________
38456 [  7125] By: jhi                                   on 2000/10/03  00:50:56
38457         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
38458              From: Nick Clark <nick@plum.flirble.org>
38459              Date: Mon, 2 Oct 2000 11:03:24 +0100
38460              Message-Id: <20001002110324.D20073@plum.flirble.org>
38461              
38462              Also fixes bug ID 20001002.005.
38463      Branch: perl
38464            ! t/lib/encode.t
38465 ____________________________________________________________________________
38466 [  7124] By: jhi                                   on 2000/10/03  00:34:59
38467         Log: Subject: [PATCH 5.7.0] Epoc update
38468              From: Olaf Flebbe <o.flebbe@gmx.de>
38469              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
38470              Message-ID: <26423.969484586@www10.gmx.net>
38471      Branch: perl
38472            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38473            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
38474            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
38475            ! util.c util.h
38476 ____________________________________________________________________________
38477 [  7123] By: jhi                                   on 2000/10/03  00:30:07
38478         Log: Regen headers.
38479      Branch: perl
38480            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
38481 ____________________________________________________________________________
38482 [  7122] By: jhi                                   on 2000/10/03  00:10:48
38483         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
38484      Branch: perl
38485            ! hints/openbsd.sh
38486 ____________________________________________________________________________
38487 [  7121] By: jhi                                   on 2000/10/03  00:05:06
38488         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
38489              From: <abigail@foad.org>
38490              Date: Tue, 26 Sep 2000 13:36:14 -0400
38491              Message-ID: <20000926173614.4356.qmail@foad.org>
38492      Branch: perl
38493            ! pod/perlop.pod
38494 ____________________________________________________________________________
38495 [  7120] By: jhi                                   on 2000/10/03  00:04:00
38496         Log: Inside require() $^S was always left undefined.
38497              
38498              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
38499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38500              Date: Wed, 27 Sep 2000 18:54:49 -0400
38501              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
38502      Branch: perl
38503            ! cop.h mg.c pp_ctl.c util.c
38504 ____________________________________________________________________________
38505 [  7119] By: jhi                                   on 2000/10/03  00:00:16
38506         Log: Subject: [PATCH] DLL not restartabke with threaded perl
38507              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
38508              Date: Thu, 28 Sep 2000 09:20:46 +0100
38509              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
38510      Branch: perl
38511            ! perl.c
38512 ____________________________________________________________________________
38513 [  7118] By: jhi                                   on 2000/10/02  23:59:20
38514         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
38515              From: Nicholas Clark <nick@ccl4.org>
38516              Date: Thu, 28 Sep 2000 11:52:24 +0100
38517              Message-ID: <20000928115224.D7924@plum.flirble.org>
38518      Branch: perl
38519            ! op.c
38520 ____________________________________________________________________________
38521 [  7117] By: jhi                                   on 2000/10/02  23:57:51
38522         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
38523              From: Nicholas Clark <nick@babyhippo.co.uk>
38524              Date: Thu, 28 Sep 2000 12:18:10 +0100
38525              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
38526              
38527              Did not apply cleanly, manual intervention was needed.
38528      Branch: perl
38529            ! ext/B/B/Bytecode.pm utils/perlcc.PL
38530 ____________________________________________________________________________
38531 [  7116] By: jhi                                   on 2000/10/02  23:50:40
38532         Log: Document the issue (is not a syntax error, kind of)
38533              
38534              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
38535              From: Nicholas Clark <nick@ccl4.org>
38536              Date: Thu, 28 Sep 2000 17:12:42 +0100
38537              Message-ID: <20000928171242.K7924@plum.flirble.org>
38538      Branch: perl
38539            ! pod/perldata.pod
38540 ____________________________________________________________________________
38541 [  7115] By: jhi                                   on 2000/10/02  23:48:58
38542         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
38543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38544              Date: Thu, 28 Sep 2000 21:55:31 -0400
38545              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
38546      Branch: perl
38547            ! regexec.c
38548 ____________________________________________________________________________
38549 [  7114] By: jhi                                   on 2000/10/02  23:47:57
38550         Log: Subject: DOC PATCH 5.6.0
38551              From: mjd@plover.com
38552              Date: 30 Sep 2000 06:02:34 -0000
38553              Message-ID: <20000930060234.4559.qmail@plover.com>
38554      Branch: perl
38555            ! pod/perldebguts.pod
38556 ____________________________________________________________________________
38557 [  7113] By: jhi                                   on 2000/10/02  23:46:43
38558         Log: SOCK_DGRAM and listen() do not mix as reported in
38559              
38560              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
38561              From: Petter Reinholdtsen <pere@hungry.com>
38562              Date: Sun, 1 Oct 2000 10:57:20 +0800
38563              Message-Id: <200010010257.KAA05735@localhost.localdomain>
38564              
38565              The patch for 5.7.0+ had to be reengineered, though.
38566      Branch: perl
38567            ! ext/IO/lib/IO/Socket/UNIX.pm
38568 ____________________________________________________________________________
38569 [  7112] By: jhi                                   on 2000/10/02  23:36:57
38570         Log: Subject: Re: [PATCH 5.005_64 missed]
38571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38572              Date: Sun, 1 Oct 2000 18:50:10 -0400
38573              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
38574      Branch: perl
38575            ! pod/perlxs.pod
38576 ____________________________________________________________________________
38577 [  7111] By: jhi                                   on 2000/10/02  23:35:40
38578         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
38579              From: Radu Greab <radu@netsoft.ro>
38580              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
38581              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
38582      Branch: perl
38583            ! op.c opcode.pl t/op/substr.t
38584 ____________________________________________________________________________
38585 [  7110] By: jhi                                   on 2000/10/02  23:32:38
38586         Log: Subject: [PATCH] Fix aliasing of tied filehandles
38587              From: Daniel Chetlin <daniel@chetlin.com>
38588              Date: Mon, 2 Oct 2000 14:53:27 -0700
38589              Message-ID: <20001002145327.C1617@ilmd>
38590      Branch: perl
38591            ! perl.h pp_hot.c t/op/tiehandle.t
38592 ____________________________________________________________________________
38593 [  7109] By: jhi                                   on 2000/10/02  23:31:30
38594         Log: s/Robin Parker/Robin Barker/
38595      Branch: perl
38596            ! Changes5.6
38597 ____________________________________________________________________________
38598 [  7108] By: jhi                                   on 2000/10/02  23:15:46
38599         Log: Retract #7091 as suggested in
38600              
38601              From: Robin Barker <rmb1@cise.npl.co.uk> 
38602              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
38603              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
38604              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
38605      Branch: perl
38606            ! embed.pl proto.h
38607 ____________________________________________________________________________
38608 [  7107] By: nick                                  on 2000/10/02  18:23:14
38609         Log: A few tweaks to get Tk803 to work with Encode scheme.
38610      Branch: perl
38611            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
38612 ____________________________________________________________________________
38613 [  7106] By: nick                                  on 2000/10/01  21:34:14
38614         Log: Add checking cases to Encode's toUnicode and fromUnicode.
38615      Branch: perl
38616            ! ext/Encode/Encode.pm
38617 ____________________________________________________________________________
38618 [  7105] By: nick                                  on 2000/10/01  17:18:01
38619         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
38620              To read and use them.
38621              Add a lib/encode.t which checks a few things.
38622      Branch: perl
38623            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
38624            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
38625            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
38626            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
38627            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
38628            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
38629            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
38630            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
38631            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
38632            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
38633            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
38634            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
38635            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
38636            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
38637            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
38638            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
38639            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
38640            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
38641            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
38642            + ext/Encode/Encode/iso2022-jp.enc
38643            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38644            + ext/Encode/Encode/iso8859-1.enc
38645            + ext/Encode/Encode/iso8859-2.enc
38646            + ext/Encode/Encode/iso8859-3.enc
38647            + ext/Encode/Encode/iso8859-4.enc
38648            + ext/Encode/Encode/iso8859-5.enc
38649            + ext/Encode/Encode/iso8859-6.enc
38650            + ext/Encode/Encode/iso8859-7.enc
38651            + ext/Encode/Encode/iso8859-8.enc
38652            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
38653            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
38654            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
38655            + ext/Encode/Encode/macCentEuro.enc
38656            + ext/Encode/Encode/macCroatian.enc
38657            + ext/Encode/Encode/macCyrillic.enc
38658            + ext/Encode/Encode/macDingbats.enc
38659            + ext/Encode/Encode/macGreek.enc
38660            + ext/Encode/Encode/macIceland.enc
38661            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
38662            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
38663            + ext/Encode/Encode/macTurkish.enc
38664            + ext/Encode/Encode/macUkraine.enc
38665            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
38666            + t/lib/encode.t
38667            ! MANIFEST ext/Encode/Encode.pm
38668 ____________________________________________________________________________
38669 [  7104] By: nick                                  on 2000/09/30  13:04:30
38670         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
38671              From: Daniel Chetlin <daniel@chetlin.com>
38672              Date: Mon, 18 Sep 2000 05:05:40 -0700
38673              Message-Id: <20000918050540.C652@ilmd>
38674      Branch: perl
38675            ! lib/overload.pm sv.c t/pragma/overload.t
38676 ____________________________________________________________________________
38677 [  7103] By: nick                                  on 2000/09/30  12:53:36
38678         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
38679              From: Johan Vromans <jvromans@squirrel.nl>
38680              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
38681              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
38682      Branch: perl
38683            ! pod/Makefile.SH
38684 ____________________________________________________________________________
38685 [  7102] By: nick                                  on 2000/09/30  12:52:31
38686         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
38687              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38688              Date: Sat, 16 Sep 2000 16:36:45 -0400
38689              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
38690      Branch: perl
38691            ! ext/B/B/Deparse.pm
38692 ____________________________________________________________________________
38693 [  7101] By: nick                                  on 2000/09/30  12:51:41
38694         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
38695              From: Craig A. Berry <craig.berry@psinetcs.com>
38696              Date: Sat, 16 Sep 2000 10:11:10 -0500
38697              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
38698      Branch: perl
38699            ! vms/vms.c
38700 ____________________________________________________________________________
38701 [  7100] By: nick                                  on 2000/09/30  12:50:33
38702         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38703              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38704              Date: Fri, 15 Sep 2000 16:37:58 -0400
38705              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
38706      Branch: perl
38707            ! t/op/append.t
38708 ____________________________________________________________________________
38709 [  7099] By: nick                                  on 2000/09/30  12:49:35
38710         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38711              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38712              Date: Fri, 15 Sep 2000 16:25:30 -0400
38713              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
38714      Branch: perl
38715            ! pp_hot.c
38716 ____________________________________________________________________________
38717 [  7098] By: nick                                  on 2000/09/30  12:48:00
38718         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
38719              From: Gisle Aas <gisle@ActiveState.com>
38720              Date: 15 Sep 2000 16:23:41 +0200
38721              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
38722      Branch: perl
38723            ! toke.c
38724 ____________________________________________________________________________
38725 [  7097] By: nick                                  on 2000/09/30  12:45:16
38726         Log: Subject: [PATCH] Nits in perlmod.pod
38727              From: Daniel Chetlin <daniel@chetlin.com>
38728              Date: Fri, 15 Sep 2000 02:04:09 -0700
38729              Message-Id: <20000915020409.A2104@ilmd>
38730      Branch: perl
38731            ! pod/perlmod.pod
38732 ____________________________________________________________________________
38733 [  7096] By: nick                                  on 2000/09/30  12:18:00
38734         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
38735              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
38736              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
38737              0 to checking to get the warning.
38738      Branch: perl
38739            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38740            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
38741            ! regexec.c sv.c toke.c utf8.c
38742 ____________________________________________________________________________
38743 [  7095] By: nick                                  on 2000/09/15  16:55:59
38744         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
38745              
38746              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
38747              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38748              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
38749              Date: Fri, 15 Sep 2000 06:37:30 -0400
38750      Branch: perl
38751            ! ext/Encode/Encode.xs sv.c
38752 ____________________________________________________________________________
38753 [  7094] By: jhi                                   on 2000/09/15  03:23:32
38754         Log: Update Changes.
38755      Branch: perl
38756            ! Changes patchlevel.h
38757 ____________________________________________________________________________
38758 [  7093] By: jhi                                   on 2000/09/15  03:11:44
38759         Log: Fix for the charnames.t failures from Spider Boardman.
38760      Branch: perl
38761            ! toke.c
38762 ____________________________________________________________________________
38763 [  7092] By: jhi                                   on 2000/09/15  00:15:48
38764         Log: Botched the #7090 check-in.
38765      Branch: perl
38766            ! sv.c
38767 ____________________________________________________________________________
38768 [  7091] By: jhi                                   on 2000/09/14  23:33:24
38769         Log: Part of #7081 didn't come through.
38770      Branch: perl
38771            ! embed.pl proto.h
38772 ____________________________________________________________________________
38773 [  7090] By: jhi                                   on 2000/09/14  23:17:39
38774         Log: Subject: Re: perl@7078 
38775              From: Spider Boardman <spider@web.zk3.dec.com>
38776              Date: Thu, 14 Sep 2000 19:06:36 -0400
38777              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
38778      Branch: perl
38779            ! sv.c toke.c
38780 ____________________________________________________________________________
38781 [  7089] By: jhi                                   on 2000/09/14  23:11:21
38782         Log: Small portability tweaks.
38783      Branch: perl
38784            ! ext/Encode/Encode.xs
38785 ____________________________________________________________________________
38786 [  7088] By: jhi                                   on 2000/09/14  22:57:23
38787         Log: Fake return to pacify picky compilers.
38788      Branch: perl
38789            ! ext/Encode/Encode.xs
38790 ____________________________________________________________________________
38791 [  7087] By: jhi                                   on 2000/09/14  22:53:37
38792         Log: Subject: [PATCH] utf8.c apidoc
38793              From: Simon Cozens <simon@cozens.net>
38794              Date: Thu, 14 Sep 2000 23:46:57 +0100
38795              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
38796      Branch: perl
38797            ! perlapi.c pod/perlapi.pod utf8.c
38798 ____________________________________________________________________________
38799 [  7086] By: jhi                                   on 2000/09/14  22:40:38
38800         Log: We don't need to count the high bit bytes, a boolean is enough. 
38801      Branch: perl
38802            ! sv.c
38803 ____________________________________________________________________________
38804 [  7085] By: jhi                                   on 2000/09/14  21:20:09
38805         Log: Replace #7084 with
38806              
38807              Subject: Re: perl@7078 
38808              From: Spider Boardman <spider@web.zk3.dec.com>
38809              Date: Thu, 14 Sep 2000 17:09:36 -0400
38810              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
38811      Branch: perl
38812            ! sv.c utf8.c
38813 ____________________________________________________________________________
38814 [  7084] By: jhi                                   on 2000/09/14  20:03:34
38815         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
38816              convertable to bytes by checking it doesn't go above 0xc3
38817              
38818              Subject: Re: perl@7078
38819              From: Simon Cozens <simon@cozens.net>
38820              Date: Thu, 14 Sep 2000 20:59:19 +0100
38821              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
38822      Branch: perl
38823            ! utf8.c
38824 ____________________________________________________________________________
38825 [  7083] By: jhi                                   on 2000/09/14  19:38:47
38826         Log: Subject: Re: perl@7078
38827              From: Simon Cozens <simon@cozens.net>
38828              Date: Thu, 14 Sep 2000 20:13:09 +0100
38829              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
38830      Branch: perl
38831            ! t/op/bop.t
38832 ____________________________________________________________________________
38833 [  7082] By: jhi                                   on 2000/09/14  17:50:44
38834         Log: The one that got away.
38835      Branch: perl
38836            ! lib/File/Find.pm
38837 ____________________________________________________________________________
38838 [  7081] By: jhi                                   on 2000/09/14  17:45:35
38839         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
38840              From: Robin Barker <rmb1@cise.npl.co.uk>
38841              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
38842              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
38843      Branch: perl
38844            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
38845            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
38846            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
38847            ! regcomp.c toke.c universal.c
38848 ____________________________________________________________________________
38849 [  7080] By: jhi                                   on 2000/09/14  17:40:35
38850         Log: Problems picked up by AIX cc.
38851              
38852              Subject: Re: perl@7078 (patch included)
38853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38854              Date: Thu, 14 Sep 2000 18:53:30 +0200
38855              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
38856      Branch: perl
38857            ! ext/Encode/Encode.xs
38858 ____________________________________________________________________________
38859 [  7079] By: jhi                                   on 2000/09/14  17:38:27
38860         Log: Subject: File::Find 5.7.0 POD nits
38861              From: Rich Morin <rdm@cfcl.com>
38862              Date: Wed, 13 Sep 2000 22:03:58 -0700
38863              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
38864      Branch: perl
38865            ! lib/File/Find.pm
38866 ____________________________________________________________________________
38867 [  7078] By: jhi                                   on 2000/09/14  14:58:20
38868         Log: Update Changes.
38869      Branch: perl
38870            ! Changes patchlevel.h
38871 ____________________________________________________________________________
38872 [  7077] By: jhi                                   on 2000/09/14  14:55:54
38873         Log: Compilation warnings and an error.
38874      Branch: perl
38875            ! sv.c
38876 ____________________________________________________________________________
38877 [  7076] By: jhi                                   on 2000/09/14  14:42:56
38878         Log: Fix for a parsing bug, not for the original bug.
38879              
38880              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
38881              From: Spider Boardman <spider@web.zk3.dec.com>
38882              Date: Wed, 13 Sep 2000 17:52:20 -0400
38883              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
38884      Branch: perl
38885            ! regcomp.c
38886 ____________________________________________________________________________
38887 [  7075] By: jhi                                   on 2000/09/14  14:40:40
38888         Log: Batch of UTF-8 patches from Simon Cozens.
38889      Branch: perl
38890            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
38891            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
38892            ! toke.c utf8.c
38893 ____________________________________________________________________________
38894 [  7074] By: jhi                                   on 2000/09/14  14:29:58
38895         Log: Subject: Re: Two advertising clauses need to be removed
38896              From: Russ Allbery <rra@stanford.edu>
38897              Date: 13 Sep 2000 18:50:26 -0700
38898              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
38899      Branch: perl
38900            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38901 ____________________________________________________________________________
38902 [  7073] By: jhi                                   on 2000/09/14  14:28:20
38903         Log: Subject: [PATCH] de-wall t/README
38904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38905              Date: Wed, 13 Sep 2000 17:46:55 -0700
38906              Message-ID: <//Bw5gzkge/e092yn@efn.org>
38907      Branch: perl
38908            ! t/README
38909 ____________________________________________________________________________
38910 [  7072] By: jhi                                   on 2000/09/14  14:25:10
38911         Log: Hints optimization.
38912              
38913              Subject: Minor nit
38914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38915              Date: Wed, 13 Sep 2000 21:42:07 +0200
38916              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
38917      Branch: perl
38918            ! hints/hpux.sh
38919 ____________________________________________________________________________
38920 [  7071] By: jhi                                   on 2000/09/14  14:23:30
38921         Log: Allow chop() and chomp() to be overridden.
38922              
38923              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38924              From: "Casey R. Tweten" <crt@kiski.net>
38925              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
38926              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
38927      Branch: perl
38928            ! toke.c
38929 ____________________________________________________________________________
38930 [  7070] By: jhi                                   on 2000/09/14  14:20:36
38931         Log: The return value of setlocale must be copied away.
38932              
38933              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38934              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38935              Date: Wed, 13 Sep 2000 16:27:37 +0100 
38936              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
38937      Branch: perl
38938            ! util.c
38939 ____________________________________________________________________________
38940 [  7069] By: jhi                                   on 2000/09/14  14:16:27
38941         Log: Remove vestiges of tr//CU.
38942              
38943              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38944              From: Nick Clark <nick@plum.flirble.org>
38945              Date: Tue, 12 Sep 2000 22:50:14 +0100
38946              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
38947              
38948              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38950              Date: Tue, 12 Sep 2000 21:38:48 -0700
38951              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
38952      Branch: perl
38953            ! op.h pod/perlunicode.pod
38954 ____________________________________________________________________________
38955 [  7068] By: jhi                                   on 2000/09/13  14:18:39
38956         Log: Add the Encode extension.  The code is still largely just skeleton.
38957      Branch: perl
38958            + ext/Encode/Encode.pm ext/Encode/Encode.xs
38959            + ext/Encode/Makefile.PL ext/Encode/Todo
38960            ! MANIFEST Todo-5.6
38961 ____________________________________________________________________________
38962 [  7067] By: jhi                                   on 2000/09/12  17:43:33
38963         Log: Allow for whitespace between "#" and "line" in cpp output.
38964              
38965              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38966              From: Calle Dybedahl <calle@lysator.liu.se>
38967              Date: 12 Sep 2000 19:38:02 +0200 
38968              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
38969      Branch: perl
38970            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
38971 ____________________________________________________________________________
38972 [  7066] By: gsar                                  on 2000/09/12  17:24:29
38973         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38974              initialization in all the threads on Windows
38975      Branch: perl
38976            ! win32/win32.c
38977 ____________________________________________________________________________
38978 [  7065] By: jhi                                   on 2000/09/12  15:11:31
38979         Log: Update Changes.
38980      Branch: perl
38981            ! Changes patchlevel.h
38982 ____________________________________________________________________________
38983 [  7064] By: jhi                                   on 2000/09/12  14:54:54
38984         Log: Retract #7062, the pod tests are not ready.
38985      Branch: perl
38986            ! t/TEST t/harness
38987 ____________________________________________________________________________
38988 [  7063] By: jhi                                   on 2000/09/12  14:25:41
38989         Log: The #7054 truncated Configure badly.
38990      Branch: metaconfig/U/perl
38991            ! End.U
38992      Branch: perl
38993            ! Configure config_h.SH
38994 ____________________________________________________________________________
38995 [  7062] By: jhi                                   on 2000/09/12  14:08:32
38996         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
38997              From: sthoenna@efn.org
38998              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
38999              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
39000      Branch: perl
39001            ! t/TEST t/harness
39002 ____________________________________________________________________________
39003 [  7061] By: jhi                                   on 2000/09/12  14:07:18
39004         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39005              From: sthoenna@efn.org
39006              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
39007              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
39008      Branch: perl
39009            ! pod/perlxs.pod
39010 ____________________________________________________________________________
39011 [  7060] By: jhi                                   on 2000/09/12  14:06:08
39012         Log: Break up the myconfig lines a bit.
39013              
39014              Subject: perlbug/perl -V output format
39015              From: sthoenna@efn.org
39016              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
39017              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
39018      Branch: perl
39019            ! myconfig.SH
39020 ____________________________________________________________________________
39021 [  7059] By: jhi                                   on 2000/09/12  14:05:04
39022         Log: Test for the #7049.
39023              
39024              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39025              From: andreas.koenig@anima.de (Andreas J. Koenig)
39026              Date: 12 Sep 2000 06:42:01 +0200
39027              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
39028      Branch: perl
39029            ! t/op/my.t
39030 ____________________________________________________________________________
39031 [  7058] By: jhi                                   on 2000/09/12  14:03:05
39032         Log: Subject: [patch: perl@7045] vms updates
39033              From: Peter Prymmer <pvhp@forte.com>
39034              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
39035              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
39036      Branch: perl
39037            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
39038 ____________________________________________________________________________
39039 [  7057] By: jhi                                   on 2000/09/12  14:00:51
39040         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39041              From: sthoenna@efn.org
39042              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
39043              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
39044      Branch: perl
39045            ! t/op/64bitint.t
39046 ____________________________________________________________________________
39047 [  7056] By: jhi                                   on 2000/09/12  13:58:14
39048         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39049              From: Jeff Pinyan <jeffp@crusoe.net>
39050              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
39051              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
39052      Branch: perl
39053            ! pod/perlfunc.pod
39054 ____________________________________________________________________________
39055 [  7055] By: jhi                                   on 2000/09/12  13:56:32
39056         Log: Do in VMS as the #7054 does.
39057      Branch: perl
39058            ! configure.com
39059 ____________________________________________________________________________
39060 [  7054] By: jhi                                   on 2000/09/12  13:50:31
39061         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39062              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39063              Date: Mon, 11 Sep 2000 08:33:09 +0100
39064              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
39065      Branch: metaconfig/U/perl
39066            ! End.U
39067      Branch: perl
39068            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
39069            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39070 ____________________________________________________________________________
39071 [  7053] By: jhi                                   on 2000/09/12  13:29:19
39072         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39073              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39074              Date:     Tue, 12 Sep 2000 08:35:59 EDT
39075              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
39076      Branch: perl
39077            ! vms/test.com
39078 ____________________________________________________________________________
39079 [  7052] By: jhi                                   on 2000/09/11  23:01:50
39080         Log: Document the SvUTF8*().
39081      Branch: perl
39082            ! pod/perlapi.pod sv.h
39083 ____________________________________________________________________________
39084 [  7051] By: gsar                                  on 2000/09/11  14:46:30
39085         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
39086              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39087      Branch: perl
39088            ! op.c t/op/split.t
39089 ____________________________________________________________________________
39090 [  7050] By: nick                                  on 2000/09/11  10:03:51
39091         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39092              
39093              Subject: borland C++ win32.c tweak
39094              From: Vadim Konovalov <vkonovalov@lucent.com>
39095              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
39096              Date: Mon, 11 Sep 2000 11:22:33 +0400
39097      Branch: perl
39098            ! win32/win32.c
39099 ____________________________________________________________________________
39100 [  7049] By: nick                                  on 2000/09/11  09:57:33
39101         Log: Point fix for s/// on foreach (keys %xxx).
39102      Branch: perl
39103            ! pp_hot.c
39104 ____________________________________________________________________________
39105 [  7048] By: jhi                                   on 2000/09/10  23:37:09
39106         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
39107              by Pod::Text, from Brad Appleton.
39108      Branch: perl
39109            ! t/pod/testp2pt.pl
39110 ____________________________________________________________________________
39111 [  7047] By: jhi                                   on 2000/09/10  14:32:53
39112         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39113              by Russ Allbery.
39114      Branch: perl
39115            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
39116 ____________________________________________________________________________
39117 [  7046] By: jhi                                   on 2000/09/10  14:15:08
39118         Log: Upgrade to CPAN 1.57_65, from Andreas König.
39119      Branch: perl
39120            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39121 ____________________________________________________________________________
39122 [  7045] By: jhi                                   on 2000/09/08  21:36:32
39123         Log: Update Changes.
39124      Branch: perl
39125            ! Changes patchlevel.h
39126 ____________________________________________________________________________
39127 [  7044] By: jhi                                   on 2000/09/08  21:29:56
39128         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39129              From: Peter Prymmer <pvhp@forte.com>
39130              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
39131              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
39132      Branch: perl
39133            ! configure.com
39134 ____________________________________________________________________________
39135 [  7043] By: jhi                                   on 2000/09/08  21:27:50
39136         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39137              From: Peter Prymmer <pvhp@forte.com>
39138              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
39139              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
39140      Branch: perl
39141            ! Makefile.SH installperl
39142 ____________________________________________________________________________
39143 [  7042] By: jhi                                   on 2000/09/08  21:23:21
39144         Log: Continue #7041.
39145      Branch: perl
39146            ! cygwin/Makefile.SHs os2/Makefile.SHs
39147 ____________________________________________________________________________
39148 [  7041] By: jhi                                   on 2000/09/08  21:18:10
39149         Log: Do away with memory models cruft.  Sorry, PDP users.
39150      Branch: metaconfig
39151            ! U/modified/cc.U U/modified/libpth.U
39152      Branch: perl
39153            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
39154            ! Porting/config_H cflags.SH config_h.SH configure.com
39155            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
39156            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
39157            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
39158 ____________________________________________________________________________
39159 [  7040] By: jhi                                   on 2000/09/08  14:34:18
39160         Log: Major rewrite of s2p.  And I mean really major, it is
39161              an implementation of sed in perl.  If called as s2p it
39162              will function as s2p.  Note: needs non-UNIXifying.
39163              
39164              Subject: s2p
39165              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39166              Date: Mon, 28 Aug 2000 14:05:12 +0200
39167              Message-ID: <39AA5578.2102E2AA@alcatel.at>
39168      Branch: perl
39169            ! x2p/s2p.PL
39170 ____________________________________________________________________________
39171 [  7039] By: jhi                                   on 2000/09/08  14:19:49
39172         Log: Re-allow vec() for characters > 255.
39173              
39174              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39175              From: Spider Boardman <spider@web.zk3.dec.com>
39176              Date: Fri, 08 Sep 2000 02:21:02 -0400
39177              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
39178      Branch: perl
39179            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
39180            ! t/op/vec.t
39181 ____________________________________________________________________________
39182 [  7038] By: jhi                                   on 2000/09/08  14:14:18
39183         Log: Subject: [PATCH lib/Benchmark.pm]
39184              From: <abigail@foad.org>
39185              Date: Thu, 7 Sep 2000 15:03:20 -0400
39186              Message-ID: <20000907190320.888.qmail@foad.org>
39187      Branch: perl
39188            ! lib/Benchmark.pm
39189 ____________________________________________________________________________
39190 [  7037] By: jhi                                   on 2000/09/08  14:11:06
39191         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
39192              
39193              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
39194              From: Spider Boardman <spider@web.zk3.dec.com>
39195              Date: Fri, 08 Sep 2000 01:30:27 -0400
39196              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
39197      Branch: perl
39198            ! op.c
39199 ____________________________________________________________________________
39200 [  7036] By: jhi                                   on 2000/09/08  14:08:58
39201         Log: Subject: [ID 20000908.002] perlipc documentation bug.
39202              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
39203              Date: Fri, 08 Sep 2000 12:38:32 +0200
39204              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
39205      Branch: perl
39206            ! pod/perlipc.pod
39207 ____________________________________________________________________________
39208 [  7035] By: jhi                                   on 2000/09/08  14:03:12
39209         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39211              Date: Fri, 08 Sep 2000 11:47:34 +0200
39212              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
39213      Branch: perl
39214            ! hints/dec_osf.sh
39215 ____________________________________________________________________________
39216 [  7034] By: jhi                                   on 2000/09/08  13:59:35
39217         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
39218              From: Simon Cozens <simon@cozens.net>
39219              Date: Thu, 7 Sep 2000 20:40:38 +0100
39220              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
39221      Branch: perl
39222            ! pp_hot.c
39223 ____________________________________________________________________________
39224 [  7033] By: jhi                                   on 2000/09/08  04:03:03
39225         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
39226              From: "Larry W. Virden" <lvirden@cas.org>
39227              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
39228              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
39229      Branch: perl
39230            ! pod/perldiag.pod
39231 ____________________________________________________________________________
39232 [  7032] By: jhi                                   on 2000/09/07  22:18:30
39233         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39234              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
39235              Date: Mon, 04 Sep 2000 13:16:38 -0700
39236              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
39237      Branch: perl
39238            ! lib/perl5db.pl
39239 ____________________________________________________________________________
39240 [  7031] By: jhi                                   on 2000/09/07  22:02:29
39241         Log: Fix the ccversion detection for 5.1 and beyond.
39242              
39243              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39244              From: Spider Boardman <spider@leggy.zk3.dec.com>
39245              Date: Thu, 7 Sep 2000 17:54:27 -0400
39246              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
39247      Branch: perl
39248            ! hints/dec_osf.sh
39249 ____________________________________________________________________________
39250 [  7030] By: jhi                                   on 2000/09/07  19:12:28
39251         Log: Fix for
39252              
39253              Subject: [ID 20000903.001] \w in utf8-strings
39254              From: Marc Lehmann <pcg@goof.com>
39255              Date: Sun, 03 Sep 2000 09:44:29 +0200
39256              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
39257              
39258              and various related nits.
39259      Branch: perl
39260            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
39261 ____________________________________________________________________________
39262 [  7029] By: jhi                                   on 2000/09/07  18:49:09
39263         Log: Fix the URL, but the server is still missing in action.
39264              
39265              Subject: [ID 20000905.002] perlfaq1.pod URL error
39266              From: "Larry W. Virden" <lvirden@cas.org>
39267              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
39268              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
39269      Branch: perl
39270            ! pod/perlfaq1.pod
39271 ____________________________________________________________________________
39272 [  7028] By: jhi                                   on 2000/09/07  18:47:13
39273         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39274              From: Hugo <hv@crypt.compulink.co.uk>
39275              Date: Tue, 05 Sep 2000 14:13:37 +0100
39276              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
39277      Branch: perl
39278            ! toke.c
39279 ____________________________________________________________________________
39280 [  7027] By: jhi                                   on 2000/09/07  18:45:35
39281         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39282              From: Daniel Chetlin <daniel@chetlin.com>
39283              Date: Tue, 5 Sep 2000 04:57:07 -0700
39284              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
39285      Branch: perl
39286            ! pod/perlfaq6.pod pod/perlop.pod
39287 ____________________________________________________________________________
39288 [  7026] By: jhi                                   on 2000/09/07  18:44:01
39289         Log: Document the new ref() semantics.
39290              
39291              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39292              From: Gisle Aas <gisle@ActiveState.com>
39293              Date: 05 Sep 2000 08:10:30 +0200
39294              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
39295      Branch: perl
39296            ! pod/perldelta.pod
39297 ____________________________________________________________________________
39298 [  7025] By: jhi                                   on 2000/09/07  18:42:27
39299         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
39300              
39301              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39302              From: Gisle Aas <gisle@ActiveState.com>
39303              Date: 05 Sep 2000 08:11:40 +0200
39304              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
39305      Branch: perl
39306            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
39307 ____________________________________________________________________________
39308 [  7024] By: jhi                                   on 2000/09/07  18:39:32
39309         Log: Subject: [PATCH] Modernize Opcode.pm documentation
39310              From: Gisle Aas <gisle@ActiveState.com>
39311              Date: 4 Sep 2000 00:18:55 -0000
39312              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
39313      Branch: perl
39314            ! ext/Opcode/Opcode.pm
39315 ____________________________________________________________________________
39316 [  7023] By: jhi                                   on 2000/09/07  18:37:42
39317         Log: Subject: [PATCH] Tied filehandle documentation
39318              From: Gisle Aas <gisle@ActiveState.com>
39319              Date: 4 Sep 2000 00:14:40 -0000
39320              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
39321      Branch: perl
39322            ! pod/perlfunc.pod pod/perltie.pod
39323 ____________________________________________________________________________
39324 [  7022] By: jhi                                   on 2000/09/07  18:35:37
39325         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39326              From: Gisle Aas <gisle@ActiveState.com>
39327              Date: 4 Sep 2000 00:04:22 -0000
39328              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
39329      Branch: perl
39330            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
39331 ____________________________________________________________________________
39332 [  7021] By: jhi                                   on 2000/09/07  18:33:22
39333         Log: Subject: small apidoc fix
39334              From: Marc Lehmann <pcg@goof.com>
39335              Date: Sun, 3 Sep 2000 05:12:06 +0200
39336              Message-ID: <20000903051206.A5909@cerebro.laendle>
39337      Branch: perl
39338            ! pod/perlapi.pod utf8.c
39339 ____________________________________________________________________________
39340 [  7020] By: jhi                                   on 2000/09/07  16:14:57
39341         Log: Tiny perldelta nits.
39342      Branch: perl
39343            ! pod/perldelta.pod
39344 ____________________________________________________________________________
39345 [  7019] By: jhi                                   on 2000/09/07  16:04:20
39346         Log: Guard against bad string->int conversion for quads.
39347      Branch: perl
39348            ! t/op/64bitint.t
39349 ____________________________________________________________________________
39350 [  7018] By: jhi                                   on 2000/09/06  17:07:03
39351         Log: Update Unicode todo list.
39352      Branch: perl
39353            ! Todo-5.6
39354 ____________________________________________________________________________
39355 [  7017] By: jhi                                   on 2000/09/05  21:16:01
39356         Log: Document the SvIOK_.*UV().
39357      Branch: perl
39358            ! pod/perlapi.pod sv.h
39359 ____________________________________________________________________________
39360 [  7016] By: nick                                  on 2000/09/03  21:54:46
39361         Log: Hash lookup of constant strings optimization:
39362              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
39363              to string table (as per sharepvn). Add newSV_pvn_share to create such
39364              a thing. Make hv.c compare addresses of strings and skip string compare
39365              if equal. Make method_named and helem ops use these shared-string SVs
39366              when arg is constant. Make keys op return shared-string SVs (less clearly
39367              a win).
39368      Branch: perl
39369            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
39370            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
39371            ! pod/perlintern.pod pp_hot.c proto.h sv.c
39372 ____________________________________________________________________________
39373 [  7015] By: jhi                                   on 2000/09/02  17:48:59
39374         Log: This is 5.7.0.
39375      Branch: perl
39376            ! Changes
39377 ____________________________________________________________________________
39378 [  7014] By: jhi                                   on 2000/09/02  17:35:45
39379         Log: Changes and patchlevel tweaks.
39380      Branch: perl
39381            ! Changes patchlevel.h
39382 ____________________________________________________________________________
39383 [  7013] By: jhi                                   on 2000/09/02  17:30:50
39384         Log: Update Changes.
39385      Branch: perl
39386            ! Changes patchlevel.h
39387 ____________________________________________________________________________
39388 [  7012] By: nick                                  on 2000/09/02  17:25:20
39389         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
39390      Branch: perl
39391            ! gv.c lib/overload.pm
39392 ____________________________________________________________________________
39393 [  7011] By: jhi                                   on 2000/09/02  17:16:25
39394         Log: Update perlhist.
39395      Branch: perl
39396            ! pod/perlhist.pod
39397 ____________________________________________________________________________
39398 [  7010] By: jhi                                   on 2000/09/02  17:01:35
39399         Log: perldelta nits.
39400      Branch: perl
39401            ! pod/perldelta.pod
39402 ____________________________________________________________________________
39403 [  7009] By: nick                                  on 2000/09/02  16:48:35
39404         Log: If overloaded %{} etc. return the object do not loop.
39405              Thus  sub deref { $_[0] } functions if object is wanted type.
39406      Branch: perl
39407            ! pp.h
39408 ____________________________________________________________________________
39409 [  7008] By: jhi                                   on 2000/09/02  16:26:11
39410         Log: Retab MANIFEST.
39411      Branch: perl
39412            ! ext/Storable/MANIFEST
39413 ____________________________________________________________________________
39414 [  7007] By: jhi                                   on 2000/09/02  16:23:02
39415         Log: Make certain cc is set before trying to run it.
39416      Branch: perl
39417            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
39418 ____________________________________________________________________________
39419 [  7006] By: jhi                                   on 2000/09/02  15:45:41
39420         Log: Unicode notes.
39421      Branch: perl
39422            ! pod/perldelta.pod
39423 ____________________________________________________________________________
39424 [  7005] By: jhi                                   on 2000/09/02  15:42:11
39425         Log: Various Configure nits by Philip Newton,
39426              plus the ebcdic one by me.
39427      Branch: metaconfig
39428            + U/modified/pager.U
39429            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
39430      Branch: metaconfig/U/perl
39431            ! Devel.U quadfio.U
39432      Branch: perl
39433            ! Configure config_h.SH
39434 ____________________________________________________________________________
39435 [  7004] By: jhi                                   on 2000/09/02  15:06:14
39436         Log: Apparently avoiding the swapping is too costly.
39437              
39438              From: "Ben Tilly" <ben_tilly@hotmail.com>
39439              Subject: Re: the door is closed.
39440              Date: Fri, 01 Sep 2000 20:23:16 EDT
39441              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
39442      Branch: perl
39443            ! pod/perlfaq4.pod
39444 ____________________________________________________________________________
39445 [  7003] By: nick                                  on 2000/09/02  12:26:04
39446         Log: Undo part of change 6489 which looks like a bulk edit which
39447              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39448              The supressing of main:: on return from select() is undesirable.
39449      Branch: perl
39450            ! pp_sys.c
39451 ____________________________________________________________________________
39452 [  7002] By: jhi                                   on 2000/09/01  23:08:54
39453         Log: Update Changes.
39454      Branch: perl
39455            ! Changes patchlevel.h
39456 ____________________________________________________________________________
39457 [  7001] By: jhi                                   on 2000/09/01  23:00:13
39458         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39459              From: Peter Prymmer <pvhp@forte.com>
39460              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
39461              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
39462              
39463              plus rework the http: spots as suggested by Tom Christiansen,
39464              plus regen perltoc.
39465      Branch: perl
39466            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
39467            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
39468 ____________________________________________________________________________
39469 [  7000] By: jhi                                   on 2000/09/01  22:36:01
39470         Log: Only the first line, thank you very much.
39471      Branch: perl
39472            ! hints/solaris_2.sh
39473 ____________________________________________________________________________
39474 [  6999] By: gsar                                  on 2000/09/01  22:16:40
39475         Log: change#6791 accidentally clobbered change#6710, put it back
39476      Branch: perl
39477            ! win32/win32.c
39478 ____________________________________________________________________________
39479 [  6998] By: jhi                                   on 2000/09/01  22:14:16
39480         Log: Mention the HP-UX LP64 freak failure.
39481      Branch: perl
39482            ! pod/perldelta.pod
39483 ____________________________________________________________________________
39484 [  6997] By: jhi                                   on 2000/09/01  21:48:32
39485         Log: Detypo.
39486      Branch: perl
39487            ! hints/hpux.sh
39488 ____________________________________________________________________________
39489 [  6996] By: jhi                                   on 2000/09/01  21:27:10
39490         Log: Update Changes.
39491      Branch: perl
39492            ! Changes patchlevel.h
39493 ____________________________________________________________________________
39494 [  6995] By: jhi                                   on 2000/09/01  21:14:24
39495         Log: Mi splgn s gnin.g
39496      Branch: perl
39497            ! pp_ctl.c
39498 ____________________________________________________________________________
39499 [  6994] By: jhi                                   on 2000/09/01  21:09:54
39500         Log: Subject: http:// in L<>
39501              From: Nicholas Clark <nick@ccl4.org>
39502              Date: Fri, 1 Sep 2000 22:03:21 +0100
39503              Message-ID: <20000901220321.B72074@plum.flirble.org>
39504      Branch: perl
39505            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
39506 ____________________________________________________________________________
39507 [  6993] By: jhi                                   on 2000/09/01  21:06:54
39508         Log: Update to Storable 1.0, from Raphael Manfredi.
39509      Branch: perl
39510            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
39511            ! ext/Storable/Makefile.PL ext/Storable/README
39512            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39513            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39514            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
39515            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
39516            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
39517            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
39518 ____________________________________________________________________________
39519 [  6992] By: jhi                                   on 2000/09/01  20:43:05
39520         Log: Mention known sfio+linux buglet.
39521      Branch: perl
39522            ! pod/perldelta.pod
39523 ____________________________________________________________________________
39524 [  6991] By: jhi                                   on 2000/09/01  20:40:11
39525         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39526              From: Peter Prymmer <pvhp@forte.com>
39527              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
39528              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
39529      Branch: perl
39530            ! vms/vms.c
39531 ____________________________________________________________________________
39532 [  6990] By: jhi                                   on 2000/09/01  20:25:26
39533         Log: Retract #6986.
39534      Branch: perl
39535            ! hints/solaris_2.sh
39536 ____________________________________________________________________________
39537 [  6989] By: jhi                                   on 2000/09/01  20:23:00
39538         Log: Mergesort is back.
39539      Branch: perl
39540            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
39541 ____________________________________________________________________________
39542 [  6988] By: jhi                                   on 2000/09/01  19:37:40
39543         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39544              From: Mike Guy <mjtg@cam.ac.uk>
39545              Date: Fri, 01 Sep 2000 17:43:33 +0100
39546              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
39547      Branch: perl
39548            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
39549            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
39550 ____________________________________________________________________________
39551 [  6987] By: jhi                                   on 2000/09/01  19:17:10
39552         Log: Regen perltoc.
39553      Branch: perl
39554            ! pod/perltoc.pod
39555 ____________________________________________________________________________
39556 [  6986] By: jhi                                   on 2000/09/01  18:51:10
39557         Log: Subject: Re: Solaris x86 has no SPARC libraries!
39558              From: Lupe Christoph <lupe@lupe-christoph.de>
39559              Date: Fri, 1 Sep 2000 20:41:20 +0200
39560              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
39561      Branch: perl
39562            ! hints/solaris_2.sh
39563 ____________________________________________________________________________
39564 [  6985] By: jhi                                   on 2000/09/01  18:28:10
39565         Log: Update Changes.
39566      Branch: perl
39567            ! Changes patchlevel.h
39568 ____________________________________________________________________________
39569 [  6984] By: jhi                                   on 2000/09/01  18:26:53
39570         Log: Feature ordering tweak.
39571      Branch: perl
39572            ! myconfig.SH
39573 ____________________________________________________________________________
39574 [  6983] By: jhi                                   on 2000/09/01  18:19:50
39575         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39576              From: <abigail@foad.org>
39577              Date: Fri, 1 Sep 2000 13:07:32 -0400
39578              Message-ID: <20000901170732.18249.qmail@foad.org>
39579      Branch: perl
39580            ! t/pragma/overload.t
39581 ____________________________________________________________________________
39582 [  6982] By: jhi                                   on 2000/09/01  18:17:54
39583         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39584              so that case-ignoring systems like DCL can tell them from
39585              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39586      Branch: metaconfig/U/perl
39587            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
39588      Branch: perl
39589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39590            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
39591            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
39592            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
39593            ! vos/config.def vos/config.h vos/config_h.SH_orig
39594            ! win32/config.bc win32/config.gc win32/config.vc
39595 ____________________________________________________________________________
39596 [  6981] By: nick                                  on 2000/09/01  17:21:57
39597         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
39598              warning when UNTIE exists and instead pass the cound of extra references to
39599              the UNTIE method.
39600      Branch: perl
39601            ! pod/perltie.pod pp_sys.c
39602 ____________________________________________________________________________
39603 [  6980] By: jhi                                   on 2000/09/01  16:54:44
39604         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
39605              From: Peter Prymmer <pvhp@forte.com>
39606              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
39607              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
39608      Branch: perl
39609            ! configure.com
39610 ____________________________________________________________________________
39611 [  6979] By: jhi                                   on 2000/09/01  16:06:20
39612         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39613              From: Mike Guy <mjtg@cam.ac.uk> 
39614              Date: Fri, 01 Sep 2000 16:49:27 +0100
39615              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
39616      Branch: perl
39617            ! t/base/rs.t
39618 ____________________________________________________________________________
39619 [  6978] By: jhi                                   on 2000/09/01  16:00:42
39620         Log: Update to PodParser 1.18, from Brad Appleton.
39621      Branch: perl
39622            ! lib/Pod/Checker.pm t/pod/find.t
39623 ____________________________________________________________________________
39624 [  6977] By: jhi                                   on 2000/09/01  14:48:58
39625         Log: Subject: Nit in Configure (bleadperl@6961)
39626              From: Lupe Christoph <lupe@lupe-christoph.de>
39627              Date: Fri, 1 Sep 2000 16:34:29 +0200
39628              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
39629      Branch: metaconfig
39630            ! U/compline/ccflags.U
39631      Branch: perl
39632            ! Configure config_h.SH
39633 ____________________________________________________________________________
39634 [  6976] By: jhi                                   on 2000/09/01  14:39:52
39635         Log: Update Changes.
39636      Branch: perl
39637            ! Changes patchlevel.h
39638 ____________________________________________________________________________
39639 [  6975] By: jhi                                   on 2000/09/01  14:37:36
39640         Log: microperl config update.
39641      Branch: perl
39642            ! uconfig.h uconfig.sh
39643 ____________________________________________________________________________
39644 [  6974] By: jhi                                   on 2000/09/01  14:36:53
39645         Log: Document known deficiencies.
39646      Branch: perl
39647            ! pod/perldelta.pod
39648 ____________________________________________________________________________
39649 [  6973] By: jhi                                   on 2000/09/01  14:10:20
39650         Log: Mention warnings fixes and updates.
39651      Branch: perl
39652            ! pod/perldelta.pod
39653 ____________________________________________________________________________
39654 [  6972] By: jhi                                   on 2000/09/01  14:01:52
39655         Log: Drop unused argument.
39656              
39657              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39658              From: Spider Boardman <spider@web.zk3.dec.com>
39659              Date: Thu, 31 Aug 2000 16:10:15 -0400
39660              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
39661      Branch: perl
39662            ! toke.c
39663 ____________________________________________________________________________
39664 [  6971] By: jhi                                   on 2000/09/01  13:59:24
39665         Log: Add the overload warnings to perldiag.
39666      Branch: perl
39667            ! lib/overload.pm pod/perldiag.pod
39668 ____________________________________________________________________________
39669 [  6970] By: jhi                                   on 2000/09/01  13:55:10
39670         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39671              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39672              Date: Fri, 1 Sep 2000 13:43:15 +0100 
39673              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
39674      Branch: perl
39675            ! lib/overload.pm t/pragma/overload.t
39676 ____________________________________________________________________________
39677 [  6969] By: jhi                                   on 2000/09/01  13:52:27
39678         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39679              From: <abigail@foad.org>
39680              Date: Fri, 1 Sep 2000 05:46:54 -0400
39681              Message-ID: <20000901094654.6476.qmail@foad.org>
39682      Branch: perl
39683            ! lib/overload.pm
39684 ____________________________________________________________________________
39685 [  6968] By: jhi                                   on 2000/09/01  13:50:05
39686         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39687              From: Daniel Chetlin <daniel@chetlin.com>
39688              Date: Fri, 1 Sep 2000 02:10:55 -0700
39689              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
39690      Branch: perl
39691            ! pod/perlretut.pod
39692 ____________________________________________________________________________
39693 [  6967] By: jhi                                   on 2000/09/01  13:47:54
39694         Log: Part of the solution.
39695              
39696              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39697              From: Mike Guy <mjtg@cam.ac.uk>
39698              Date: Fri, 01 Sep 2000 14:16:01 +0100
39699              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
39700      Branch: perl
39701            ! gv.c mg.c
39702 ____________________________________________________________________________
39703 [  6966] By: jhi                                   on 2000/09/01  13:46:17
39704         Log: Subject: CPAN.pm beta 1.57_57 for the core
39705              From: andreas.koenig@anima.de (Andreas J. Koenig)
39706              Date: 01 Sep 2000 15:16:31 +0200
39707              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
39708      Branch: perl
39709            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39710 ____________________________________________________________________________
39711 [  6965] By: jhi                                   on 2000/09/01  13:43:18
39712         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39713              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39714              Date: Fri, 01 Sep 2000 01:47:22 -0500
39715              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
39716      Branch: perl
39717            ! pod/perldelta.pod vms/vms.c
39718 ____________________________________________________________________________
39719 [  6964] By: jhi                                   on 2000/09/01  13:35:35
39720         Log: File::Temp patches from Andreas König,
39721              
39722              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
39723              From: andreas.koenig@anima.de (Andreas J. Koenig)
39724              Date: 01 Sep 2000 10:07:20 +0200
39725              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
39726              
39727              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
39728              From: andreas.koenig@anima.de (Andreas J. Koenig)
39729              Date: 31 Aug 2000 23:26:08 +0200
39730              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
39731      Branch: perl
39732            ! lib/File/Temp.pm t/lib/ftmp-security.t
39733 ____________________________________________________________________________
39734 [  6963] By: jhi                                   on 2000/09/01  02:22:24
39735         Log: Retract the mergesort code, way too incompatible licensing
39736              and copyrights.
39737      Branch: perl
39738            ! pod/perldelta.pod pp_ctl.c
39739 ____________________________________________________________________________
39740 [  6962] By: jhi                                   on 2000/08/31  23:27:32
39741         Log: Update Changes.
39742      Branch: perl
39743            ! Changes patchlevel.h
39744 ____________________________________________________________________________
39745 [  6961] By: jhi                                   on 2000/08/31  23:20:04
39746         Log: Small tweaks all over.
39747      Branch: metaconfig
39748            ! U/compline/d_gconvert.U
39749      Branch: perl
39750            ! AUTHORS Configure config_h.SH pp_ctl.c
39751 ____________________________________________________________________________
39752 [  6960] By: jhi                                   on 2000/08/31  22:39:36
39753         Log: Further rewording.
39754      Branch: perl
39755            ! pp_ctl.c
39756 ____________________________________________________________________________
39757 [  6959] By: jhi                                   on 2000/08/31  21:26:44
39758         Log: More address tweaking.
39759      Branch: perl
39760            ! AUTHORS Changes
39761 ____________________________________________________________________________
39762 [  6958] By: jhi                                   on 2000/08/31  20:47:25
39763         Log: AUTHORS tweaks, from Peter Prymmer.
39764              
39765              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
39766              From: Peter Prymmer <pvhp@forte.com>
39767              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
39768              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
39769      Branch: perl
39770            ! AUTHORS MAINTAIN
39771 ____________________________________________________________________________
39772 [  6957] By: jhi                                   on 2000/08/31  20:34:43
39773         Log: perldelta tweaks.
39774      Branch: perl
39775            ! pod/perldelta.pod
39776 ____________________________________________________________________________
39777 [  6956] By: jhi                                   on 2000/08/31  19:11:06
39778         Log: Regen perltoc.
39779      Branch: perl
39780            ! pod/perltoc.pod
39781 ____________________________________________________________________________
39782 [  6955] By: jhi                                   on 2000/08/31  19:06:30
39783         Log: Clarify the mergesort situation.
39784      Branch: perl
39785            ! pp_ctl.c
39786 ____________________________________________________________________________
39787 [  6954] By: jhi                                   on 2000/08/31  18:24:17
39788         Log: Move the Solaris 7 scan to use64bitall, make the
39789              failure to find 64-bot sparc libc to mention the
39790              possibility of being in an intel, from Lupe and Alan.
39791      Branch: perl
39792            ! hints/solaris_2.sh
39793 ____________________________________________________________________________
39794 [  6953] By: jhi                                   on 2000/08/31  18:09:20
39795         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
39796              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39797      Branch: metaconfig
39798            ! U/compline/d_gconvert.U U/threads/archname.U
39799      Branch: metaconfig/U/perl
39800            ! perlxv.U
39801      Branch: perl
39802            ! Configure config_h.SH sv.c
39803 ____________________________________________________________________________
39804 [  6952] By: jhi                                   on 2000/08/31  17:42:24
39805         Log: :: not allowed in pathnames, change to .
39806              
39807              Subject: [PATCH perl@6938] cygwin port
39808              From: "Fifer, Eric" <EFifer@sanwaint.com>
39809              Date: Thu, 31 Aug 2000 16:32:59 +0100
39810              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
39811      Branch: metaconfig/U/perl
39812            ! perlxv.U
39813 ____________________________________________________________________________
39814 [  6951] By: jhi                                   on 2000/08/31  17:02:05
39815         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
39816      Branch: perl
39817            ! perl.h
39818 ____________________________________________________________________________
39819 [  6950] By: jhi                                   on 2000/08/31  16:26:08
39820         Log: More author updates.
39821              
39822              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
39823              From: Simon Cozens <simon@cozens.net>
39824              Date: Thu, 31 Aug 2000 17:13:32 +0100
39825              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
39826      Branch: perl
39827            ! AUTHORS
39828 ____________________________________________________________________________
39829 [  6949] By: jhi                                   on 2000/08/31  16:04:49
39830         Log: POSIX doesn't report long double values under -Duselongdouble
39831              when the long doubles are "real" (bigger than doubles).
39832              
39833              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
39834              From: Spider Boardman <spider@peano.zk3.dec.com>
39835              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
39836              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
39837      Branch: perl
39838            ! ext/POSIX/POSIX.xs
39839 ____________________________________________________________________________
39840 [  6948] By: jhi                                   on 2000/08/31  15:25:10
39841         Log: Update Changes.
39842      Branch: perl
39843            ! Changes patchlevel.h
39844 ____________________________________________________________________________
39845 [  6947] By: jhi                                   on 2000/08/31  15:22:29
39846         Log: Document UNTIE in a very minimalistic way.
39847      Branch: perl
39848            ! pod/perlfunc.pod pod/perltie.pod
39849 ____________________________________________________________________________
39850 [  6946] By: jhi                                   on 2000/08/31  15:15:23
39851         Log: Document known failures.
39852      Branch: perl
39853            ! pod/perldelta.pod
39854 ____________________________________________________________________________
39855 [  6945] By: jhi                                   on 2000/08/31  15:07:00
39856         Log: Don't attach -ld to the archname if pointless.
39857      Branch: metaconfig
39858            ! U/threads/archname.U
39859      Branch: perl
39860            ! Configure config_h.SH
39861 ____________________________________________________________________________
39862 [  6944] By: jhi                                   on 2000/08/31  14:37:42
39863         Log: Wrap the test in eval.
39864              
39865              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
39866              From: Tim Jenness <timj@jach.hawaii.edu>
39867              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
39868              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
39869      Branch: perl
39870            ! t/lib/ftmp-security.t
39871 ____________________________________________________________________________
39872 [  6943] By: jhi                                   on 2000/08/31  14:30:57
39873         Log: Make -Dusemorebits find long doubles in Solaris.
39874      Branch: perl
39875            ! hints/solaris_2.sh
39876 ____________________________________________________________________________
39877 [  6942] By: jhi                                   on 2000/08/31  13:48:45
39878         Log: Clarify the third case of ftmp-security warnings.
39879      Branch: perl
39880            ! INSTALL
39881 ____________________________________________________________________________
39882 [  6941] By: jhi                                   on 2000/08/31  13:40:31
39883         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39884              From: <abigail@foad.org>
39885              Date: Thu, 31 Aug 2000 01:35:05 -0400
39886              Message-ID: <20000831053505.32120.qmail@foad.org>
39887      Branch: perl
39888            ! pod/perldelta.pod
39889 ____________________________________________________________________________
39890 [  6940] By: jhi                                   on 2000/08/31  13:38:48
39891         Log: Issue useful diagnostic on unknown pod commands.
39892              
39893              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39894              From: <abigail@foad.org>
39895              Date: Thu, 31 Aug 2000 03:41:18 -0400
39896              Message-ID: <20000831074118.24880.qmail@foad.org>
39897      Branch: perl
39898            ! lib/Pod/Man.pm
39899 ____________________________________________________________________________
39900 [  6939] By: jhi                                   on 2000/08/31  13:34:33
39901         Log: Reveal Borland's isnan.
39902              
39903              Subject: build with BC++ tweak
39904              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39905              Date: Thu, 31 Aug 2000 13:09:37 +0400
39906              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
39907      Branch: perl
39908            ! win32/win32.h
39909 ____________________________________________________________________________
39910 [  6938] By: jhi                                   on 2000/08/31  05:01:20
39911         Log: Update Changes.
39912      Branch: perl
39913            ! Changes patchlevel.h
39914 ____________________________________________________________________________
39915 [  6937] By: jhi                                   on 2000/08/31  04:26:23
39916         Log: sscanf() may be the only way to read long doubles from strings.
39917      Branch: metaconfig/U/perl
39918            ! longdblfio.U
39919      Branch: perl
39920            ! Configure config_h.SH perl.h util.c
39921 ____________________________________________________________________________
39922 [  6936] By: jhi                                   on 2000/08/31  04:18:19
39923         Log: The #6929 was too skimpy.
39924      Branch: perl
39925            ! sv.c
39926 ____________________________________________________________________________
39927 [  6935] By: jhi                                   on 2000/08/31  02:47:07
39928         Log: Subject: Re: typos in pods
39929              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39930              Date: Wed, 30 Aug 2000 19:25:34 -0700
39931              Message-ID: <eIcr5gzkg25X092yn@efn.org>
39932      Branch: perl
39933            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
39934 ____________________________________________________________________________
39935 [  6934] By: jhi                                   on 2000/08/31  02:42:55
39936         Log: Missed one Unicode file.
39937      Branch: perl
39938            + lib/unicode/UCDFF301.html
39939 ____________________________________________________________________________
39940 [  6933] By: jhi                                   on 2000/08/30  23:42:27
39941         Log: Update Changes.
39942      Branch: perl
39943            ! Changes patchlevel.h
39944 ____________________________________________________________________________
39945 [  6932] By: jhi                                   on 2000/08/30  23:40:07
39946         Log: Mention UNTIE in perldelta.  Still needs documenting
39947              in perltie et alia.
39948      Branch: perl
39949            ! pod/perldelta.pod
39950 ____________________________________________________________________________
39951 [  6931] By: jhi                                   on 2000/08/30  23:36:02
39952         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
39953              From: <abigail@foad.org>
39954              Date: Wed, 30 Aug 2000 19:28:07 -0400
39955              Message-ID: <20000830232807.305.qmail@foad.org>
39956      Branch: perl
39957            ! pod/perldelta.pod
39958 ____________________________________________________________________________
39959 [  6930] By: jhi                                   on 2000/08/30  23:32:40
39960         Log: Update to Unicode 3.0.1.
39961      Branch: perl
39962            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39963            + lib/unicode/PropList.txt lib/unicode/README.perl
39964            + lib/unicode/UCD301.html lib/unicode/Unicode.301
39965            - lib/unicode/Props.txt lib/unicode/UCD300.html
39966            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39967            ! (edit 257 files)
39968 ____________________________________________________________________________
39969 [  6929] By: jhi                                   on 2000/08/30  22:38:18
39970         Log: Heap decorruption.
39971              
39972              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39973              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39974              Date: Wed, 30 Aug 2000 22:39:52 +0100
39975              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
39976      Branch: perl
39977            ! sv.c
39978 ____________________________________________________________________________
39979 [  6928] By: jhi                                   on 2000/08/30  22:29:34
39980         Log: Retract the dummy test, skip the security tests (instead of failing),
39981              explain what the warnings mean.
39982      Branch: perl
39983            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
39984 ____________________________________________________________________________
39985 [  6927] By: jhi                                   on 2000/08/30  22:14:13
39986         Log: Change the internal implementation of sort() to be mergesort
39987              instead of quicksort, from John Linderman <jpl@research.att.com>.
39988              Gives us better worst case, better average case, and stability.
39989              What's there not to like?  (Small fixes for threaded builds
39990              were required).
39991      Branch: perl
39992            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
39993 ____________________________________________________________________________
39994 [  6926] By: jhi                                   on 2000/08/30  20:55:20
39995         Log: A better fix for the Socket building problem from Craig Berry.
39996      Branch: perl
39997            ! vms/vms.c
39998 ____________________________________________________________________________
39999 [  6925] By: jhi                                   on 2000/08/30  20:20:25
40000         Log: Subject: [PATCH] Re: UNTIE method 
40001              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40002              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
40003              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
40004      Branch: perl
40005            ! pp_sys.c t/op/tie.t
40006 ____________________________________________________________________________
40007 [  6924] By: jhi                                   on 2000/08/30  20:17:11
40008         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
40009              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40010              Date: Wed, 30 Aug 2000 15:03:14 -0500
40011              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
40012      Branch: perl
40013            ! vms/vms.c
40014 ____________________________________________________________________________
40015 [  6923] By: jhi                                   on 2000/08/30  20:15:18
40016         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
40017              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40018              Date: Wed, 30 Aug 2000 13:30:36 -0500
40019              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
40020      Branch: perl
40021            ! vms/vms.c
40022 ____________________________________________________________________________
40023 [  6922] By: jhi                                   on 2000/08/30  19:54:43
40024         Log: Better options for rsync.
40025      Branch: perl
40026            ! pod/perlhack.pod
40027 ____________________________________________________________________________
40028 [  6921] By: jhi                                   on 2000/08/30  19:40:16
40029         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
40030              From: Rick Delaney <rick@consumercontact.com>
40031              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
40032              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
40033      Branch: perl
40034            ! pod/perlfunc.pod
40035 ____________________________________________________________________________
40036 [  6920] By: jhi                                   on 2000/08/30  19:36:40
40037         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
40038              From: Peter Prymmer <pvhp@forte.com>
40039              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
40040              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
40041      Branch: perl
40042            ! configure.com
40043 ____________________________________________________________________________
40044 [  6919] By: jhi                                   on 2000/08/30  14:52:02
40045         Log: Update Changes.
40046      Branch: perl
40047            ! Changes patchlevel.h
40048 ____________________________________________________________________________
40049 [  6918] By: jhi                                   on 2000/08/30  14:48:34
40050         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
40051      Branch: perl
40052            ! lib/ExtUtils/typemap
40053 ____________________________________________________________________________
40054 [  6917] By: jhi                                   on 2000/08/30  14:46:34
40055         Log: Subject: typos in pods
40056              From: Nicholas Clark <nick@ccl4.org>
40057              Date: Wed, 30 Aug 2000 01:12:50 +0100
40058              Message-ID: <20000830011249.A61388@plum.flirble.org>
40059      Branch: perl
40060            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
40061            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
40062            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
40063            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
40064 ____________________________________________________________________________
40065 [  6916] By: jhi                                   on 2000/08/30  14:19:09
40066         Log: Document Storable problems on Crays.  (Will have
40067              to document all the other Storable problems, too.)
40068      Branch: perl
40069            ! pod/perldelta.pod
40070 ____________________________________________________________________________
40071 [  6915] By: jhi                                   on 2000/08/30  14:06:02
40072         Log: Subject: [PATCH] fix misc cast warnings
40073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40074              Date: Tue, 29 Aug 2000 23:16:14 -0700
40075              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
40076      Branch: perl
40077            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
40078            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
40079            ! os2/os2ish.h
40080 ____________________________________________________________________________
40081 [  6914] By: jhi                                   on 2000/08/30  14:03:45
40082         Log: Timestamp mismatch again.  Need to fix this dependence on
40083              config_h.SH timestamp, since it's the contents of config_h.SH
40084              that matter.
40085      Branch: perl
40086            ! uconfig.h uconfig.sh
40087 ____________________________________________________________________________
40088 [  6913] By: jhi                                   on 2000/08/30  13:54:06
40089         Log: Don't say "Perl 5.0 source kit".
40090      Branch: perl
40091            ! perl.c
40092 ____________________________________________________________________________
40093 [  6912] By: jhi                                   on 2000/08/30  13:51:24
40094         Log: Reset archname and archname64 always, forcing them be
40095              recomputed at each Configure run, make Configure and
40096              the hints files agree on the naming of largefiles variables.
40097      Branch: metaconfig
40098            ! U/threads/archname.U
40099      Branch: metaconfig/U/perl
40100            ! use64bits.U
40101      Branch: perl
40102            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
40103            ! hints/linux.sh hints/solaris_2.sh
40104 ____________________________________________________________________________
40105 [  6911] By: jhi                                   on 2000/08/30  13:30:13
40106         Log: Put back the slice accidentally removed by #6907.
40107      Branch: perl
40108            ! hints/solaris_2.sh
40109 ____________________________________________________________________________
40110 [  6910] By: jhi                                   on 2000/08/30  01:24:26
40111         Log: Be consistent: other Net::get* do export theirs.
40112              
40113              Subject: Re: Net::protoent does not export 'getproto'
40114              From: Yasushi Nakajima <sey@jkc.co.jp>
40115              Date: Wed, 30 Aug 2000 09:53:14 +0900
40116              Message-Id: <200008300051.DAA24700@taku.hut.fi>
40117      Branch: perl
40118            ! lib/Net/protoent.pm
40119 ____________________________________________________________________________
40120 [  6909] By: jhi                                   on 2000/08/30  01:17:25
40121         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
40122              From: Gurusamy Sarathy <gsar@ActiveState.com>
40123              Date: Tue, 29 Aug 2000 17:17:07 -0700
40124              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
40125      Branch: perl
40126            ! cop.h
40127 ____________________________________________________________________________
40128 [  6908] By: jhi                                   on 2000/08/30  00:58:05
40129         Log: Update Changes.
40130      Branch: perl
40131            ! Changes patchlevel.h
40132 ____________________________________________________________________________
40133 [  6907] By: jhi                                   on 2000/08/30  00:57:22
40134         Log: Introduce ccname to keep track of what compiler kind of we have.
40135      Branch: metaconfig/U/perl
40136            ! Checkcc.U gccvers.U
40137      Branch: perl
40138            ! Configure config_h.SH hints/solaris_2.sh
40139 ____________________________________________________________________________
40140 [  6906] By: jhi                                   on 2000/08/30  00:25:47
40141         Log: Put back the flags dump as reasoned in
40142              
40143              Subject: Re: [PATCH] Glob dumping
40144              From: Mike Guy <mjtg@cam.ac.uk> 
40145              Date: Tue, 29 Aug 2000 21:41:32 +0100
40146              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
40147      Branch: perl
40148            ! dump.c t/lib/peek.t
40149 ____________________________________________________________________________
40150 [  6905] By: jhi                                   on 2000/08/30  00:16:17
40151         Log: Make the epsilon to be relative, not absolute.
40152              
40153              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
40154              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
40155              Date: Tue, 29 Aug 2000 19:58:56 -0400
40156              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
40157      Branch: perl
40158            ! t/lib/trig.t
40159 ____________________________________________________________________________
40160 [  6904] By: jhi                                   on 2000/08/30  00:13:09
40161         Log: From now on, Gisle is on my list of usual suspects :-)
40162              Retract #6902.
40163      Branch: perl
40164            ! ext/Opcode/Safe.pm
40165 ____________________________________________________________________________
40166 [  6903] By: jhi                                   on 2000/08/29  23:51:20
40167         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
40168              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40169              Date: Tue, 29 Aug 2000 18:43:26 -0500
40170              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
40171      Branch: perl
40172            + vms/vmspipe.com
40173            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
40174            ! vms/vms.c
40175 ____________________________________________________________________________
40176 [  6902] By: jhi                                   on 2000/08/29  23:44:14
40177         Log: Retry what #6882 attempted.
40178              
40179              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
40180              From: Gisle Aas <gisle@ActiveState.com>
40181              Date: 30 Aug 2000 00:33:09 +0200
40182              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
40183      Branch: perl
40184            ! ext/Opcode/Safe.pm
40185 ____________________________________________________________________________
40186 [  6901] By: jhi                                   on 2000/08/29  22:59:32
40187         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
40188              From: Hugo <hv@crypt.compulink.co.uk>
40189              Date: Mon, 12 Jun 2000 19:36:08 +0100
40190              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
40191      Branch: perl
40192            ! sv.c
40193 ____________________________________________________________________________
40194 [  6900] By: jhi                                   on 2000/08/29  22:58:35
40195         Log: Admit that we are leaking scalars.
40196              
40197              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
40198              From: Spider Boardman <spider@leggy.zk3.dec.com>
40199              Date: Tue, 29 Aug 2000 18:48:29 -0400
40200              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
40201      Branch: perl
40202            ! t/pragma/warnings.t
40203 ____________________________________________________________________________
40204 [  6899] By: jhi                                   on 2000/08/29  20:53:13
40205         Log: Update Changes.
40206      Branch: perl
40207            ! Changes patchlevel.h
40208 ____________________________________________________________________________
40209 [  6898] By: jhi                                   on 2000/08/29  20:46:21
40210         Log: Undo namespace pollution of #6878.
40211              
40212              Subject: Re: Net::protoent does not export 'getproto'
40213              From: Mike Guy <mjtg@cam.ac.uk>
40214              Date: Tue, 29 Aug 2000 21:32:37 +0100
40215              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
40216      Branch: perl
40217            ! lib/Net/protoent.pm
40218 ____________________________________________________________________________
40219 [  6897] By: jhi                                   on 2000/08/29  20:44:29
40220         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
40221              From: Peter Prymmer <pvhp@forte.com>
40222              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
40223              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
40224      Branch: perl
40225            ! pod/perlebcdic.pod
40226 ____________________________________________________________________________
40227 [  6896] By: jhi                                   on 2000/08/29  20:40:57
40228         Log: There's no point repeating the 'revision' (5) of perl5.
40229      Branch: metaconfig/U/perl
40230            ! Devel.U patchlevel.U
40231      Branch: perl
40232            ! Configure config_h.SH
40233 ____________________________________________________________________________
40234 [  6895] By: jhi                                   on 2000/08/29  20:16:58
40235         Log: Regen Configure for #6894.
40236      Branch: metaconfig/U/perl
40237            ! perladmin.U
40238      Branch: perl
40239            ! Configure config_h.SH
40240 ____________________________________________________________________________
40241 [  6894] By: jhi                                   on 2000/08/29  19:59:52
40242         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
40243              From: "Philip Newton" <Philip.Newton@gmx.net>
40244              Date: Tue, 29 Aug 2000 21:39:14 +0200
40245              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
40246      Branch: perl
40247            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
40248            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
40249            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
40250            ! utils/perlbug.PL
40251 ____________________________________________________________________________
40252 [  6893] By: jhi                                   on 2000/08/29  19:55:30
40253         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
40254              From: "Philip Newton" <Philip.Newton@gmx.net>
40255              Date: Tue, 29 Aug 2000 21:39:14 +0200
40256              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
40257      Branch: perl
40258            ! installhtml
40259 ____________________________________________________________________________
40260 [  6892] By: jhi                                   on 2000/08/29  19:53:59
40261         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40262              From: "Philip Newton" <Philip.Newton@gmx.net>
40263              Date: Tue, 29 Aug 2000 21:48:18 +0200
40264              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
40265      Branch: perl
40266            ! lib/File/Temp.pm
40267 ____________________________________________________________________________
40268 [  6891] By: jhi                                   on 2000/08/29  18:30:03
40269         Log: Nail the ID 20000828.023.
40270      Branch: perl
40271            ! ext/Storable/Storable.xs
40272 ____________________________________________________________________________
40273 [  6890] By: jhi                                   on 2000/08/29  16:50:17
40274         Log: Under usethreads the dumped variable is IN_PAD.
40275              
40276              Subject: Re: [PATCH] Glob dumping
40277              From: Gisle Aas <gisle@ActiveState.com>
40278              Date: 29 Aug 2000 18:45:05 +0200
40279              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
40280      Branch: perl
40281            ! t/lib/peek.t
40282 ____________________________________________________________________________
40283 [  6889] By: jhi                                   on 2000/08/29  15:17:37
40284         Log: Update Changes.
40285      Branch: perl
40286            ! Changes patchlevel.h
40287 ____________________________________________________________________________
40288 [  6888] By: jhi                                   on 2000/08/29  14:49:59
40289         Log: Retract #6882, broke the safe tests.
40290      Branch: perl
40291            ! ext/Opcode/Safe.pm
40292 ____________________________________________________________________________
40293 [  6887] By: jhi                                   on 2000/08/29  14:47:06
40294         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40295              From: Gisle Aas <gisle@ActiveState.com> 
40296              Date: 09 Jun 2000 20:00:11 +0200
40297              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
40298      Branch: perl
40299            ! utils/perldoc.PL
40300 ____________________________________________________________________________
40301 [  6886] By: jhi                                   on 2000/08/29  14:42:45
40302         Log: The #6881 removed one dump line.
40303      Branch: perl
40304            ! t/lib/peek.t
40305 ____________________________________________________________________________
40306 [  6885] By: jhi                                   on 2000/08/29  14:30:47
40307         Log: Don't forget to tidy up.
40308      Branch: perl
40309            ! t/lib/ftmp-security.t
40310 ____________________________________________________________________________
40311 [  6884] By: jhi                                   on 2000/08/29  14:25:17
40312         Log: Disabling the one test is a bit tricky.
40313      Branch: perl
40314            ! t/lib/ftmp-security.t
40315 ____________________________________________________________________________
40316 [  6883] By: jhi                                   on 2000/08/29  14:16:25
40317         Log: Disable one of the tests for now.
40318      Branch: perl
40319            ! t/lib/ftmp-security.t
40320 ____________________________________________________________________________
40321 [  6882] By: jhi                                   on 2000/08/29  14:05:50
40322         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
40323              From: gisle@aas.no
40324              Date: 29 Aug 2000 10:35:06 -0000
40325              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
40326      Branch: perl
40327            ! ext/Opcode/Safe.pm
40328 ____________________________________________________________________________
40329 [  6881] By: jhi                                   on 2000/08/29  14:03:51
40330         Log: Subject: [PATCH] Glob dumping
40331              From: Gisle Aas <gisle@ActiveState.com>
40332              Date: 29 Aug 2000 07:59:42 -0000
40333              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
40334      Branch: perl
40335            ! dump.c
40336 ____________________________________________________________________________
40337 [  6880] By: jhi                                   on 2000/08/29  14:02:01
40338         Log: Subject: [PATCH] Warnings in B::Deparse
40339              From: <abigail@foad.org>
40340              Date: Tue, 29 Aug 2000 00:00:01 -0400
40341              Message-ID: <20000829040001.2999.qmail@foad.org>
40342      Branch: perl
40343            ! ext/B/B/Deparse.pm
40344 ____________________________________________________________________________
40345 [  6879] By: jhi                                   on 2000/08/29  13:57:26
40346         Log: Missed a change in #6869.
40347      Branch: perl
40348            ! mg.c
40349 ____________________________________________________________________________
40350 [  6878] By: jhi                                   on 2000/08/29  13:45:04
40351         Log: Subject: Net::protoent does not export 'getproto'
40352              From: Yasushi Nakajima <sey@jkc.co.jp>
40353              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
40354      Branch: perl
40355            ! lib/Net/protoent.pm
40356 ____________________________________________________________________________
40357 [  6877] By: jhi                                   on 2000/08/29  13:39:19
40358         Log: Patches all over for people and the files they (hopefully) care about.
40359      Branch: perl
40360            ! AUTHORS Changes MAINTAIN
40361 ____________________________________________________________________________
40362 [  6876] By: jhi                                   on 2000/08/29  12:53:54
40363         Log: Fix for thinko in #6848.
40364              
40365              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
40366              From: Lupe Christoph <lupe@lupe-christoph.de>
40367              Date: Tue, 29 Aug 2000 09:04:08 +0200
40368              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
40369      Branch: perl
40370            ! ext/Thread/Thread.xs
40371 ____________________________________________________________________________
40372 [  6875] By: jhi                                   on 2000/08/29  12:50:14
40373         Log: Update to Getopt::Long 2.24, from Johan Vromans.
40374      Branch: perl
40375            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
40376 ____________________________________________________________________________
40377 [  6874] By: jhi                                   on 2000/08/29  02:09:53
40378         Log: Use minimal @INC in tests, most of the time just '../lib',
40379              so that we simply can't pick up stuff from other Perls than
40380              the one we are testing.  Pointed out by
40381              
40382              From: Mike Guy <mjtg@cam.ac.uk>
40383              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
40384              Date: Fri, 25 Aug 2000 15:15:59 +0100
40385              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
40386      Branch: perl
40387            ! (edit 185 files)
40388 ____________________________________________________________________________
40389 [  6873] By: jhi                                   on 2000/08/29  01:07:11
40390         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
40391              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40392              Date: Mon, 28 Aug 2000 17:45:52 -0700
40393              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
40394      Branch: perl
40395            ! Makefile.SH hints/os2.sh
40396 ____________________________________________________________________________
40397 [  6872] By: jhi                                   on 2000/08/28  23:33:39
40398         Log: Subject: [PATCH bleedperl@6866] spellings
40399              From: marcel@codewerk.com (Marcel Grunauer)
40400              Date: Tue, 29 Aug 2000 01:19:59 +0200
40401              Message-Id: <200008282319.BAA29862@gandalf.local>
40402      Branch: perl
40403            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
40404            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
40405            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
40406 ____________________________________________________________________________
40407 [  6871] By: jhi                                   on 2000/08/28  23:22:09
40408         Log: Take out the SUIDMAIL thing, that will not be
40409              a problem in 5.7.*.
40410      Branch: perl
40411            ! patchlevel.h
40412 ____________________________________________________________________________
40413 [  6870] By: jhi                                   on 2000/08/28  23:19:30
40414         Log: -S is the silent flag, -s is the strip flag.
40415              
40416              Subject: [PATCH] Re: [PATCH] make no-install          
40417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40418              Date: Mon, 28 Aug 2000 15:12:55 -0700
40419              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
40420      Branch: perl
40421            ! Makefile.SH
40422 ____________________________________________________________________________
40423 [  6869] By: jhi                                   on 2000/08/28  23:12:05
40424         Log: Subject: [PATCH bleedperl@6856] warnings fixes
40425              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40426              Date: Mon, 28 Aug 2000 23:55:06 +0100
40427              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
40428      Branch: perl
40429            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
40430            ! warnings.h warnings.pl
40431 ____________________________________________________________________________
40432 [  6868] By: jhi                                   on 2000/08/28  21:38:22
40433         Log: Potential cruft.
40434      Branch: perl
40435            ! Makefile.SH
40436 ____________________________________________________________________________
40437 [  6867] By: jhi                                   on 2000/08/28  21:35:36
40438         Log: Update Changes.
40439      Branch: perl
40440            ! Changes patchlevel.h
40441 ____________________________________________________________________________
40442 [  6866] By: jhi                                   on 2000/08/28  21:33:49
40443         Log: Subject: hv.h Doc Patch
40444              From: Fisher Mark <fisherm@tce.com>
40445              Date: Mon, 28 Aug 2000 16:24:59 -0500
40446              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
40447      Branch: perl
40448            ! hv.h
40449 ____________________________________________________________________________
40450 [  6865] By: jhi                                   on 2000/08/28  21:02:15
40451         Log: Add -ld to archname on long tr...double platforms.
40452      Branch: metaconfig
40453            ! U/threads/archname.U
40454      Branch: perl
40455            ! Configure config_h.SH
40456 ____________________________________________________________________________
40457 [  6864] By: jhi                                   on 2000/08/28  20:38:59
40458         Log: An attempt to fix the problem reported in
40459              
40460              Subject: Building perl@6856 using gcc/AIX 4.3.3 
40461              From: Daniel Muino <dmuino@afip.gov.ar> 
40462              Date: Mon, 28 Aug 2000 15:50:01 -0300   
40463              Message-ID: <20000828155001.A14403@con2-dgi>
40464              
40465              I can't test this properly since the gcc installation I have
40466              access to seems to be botched (gcc is calling the AIX cpp,
40467              a losing proposition...)
40468      Branch: perl
40469            ! hints/aix.sh
40470 ____________________________________________________________________________
40471 [  6863] By: jhi                                   on 2000/08/28  18:57:52
40472         Log: Fix for ID 20000828.001, long doubles were not formatted
40473              correctly (showed up in $], which stopped installing perl).
40474      Branch: perl
40475            ! sv.c
40476 ____________________________________________________________________________
40477 [  6862] By: jhi                                   on 2000/08/28  18:07:15
40478         Log: Typo in #6858.
40479      Branch: perl
40480            ! lib/Cwd.pm
40481 ____________________________________________________________________________
40482 [  6861] By: jhi                                   on 2000/08/28  17:57:27
40483         Log: opmini.o may be left around if a build is interrupted.
40484      Branch: perl
40485            ! Makefile.SH
40486 ____________________________________________________________________________
40487 [  6860] By: jhi                                   on 2000/08/28  16:52:50
40488         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40489              From: Daniel Chetlin <daniel@chetlin.com>
40490              Date: Mon, 28 Aug 2000 01:14:18 -0700
40491              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
40492      Branch: perl
40493            ! lib/overload.pm
40494 ____________________________________________________________________________
40495 [  6859] By: jhi                                   on 2000/08/28  16:08:46
40496         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40497              From: Nicholas Clark <nick@ccl4.org>
40498              Date: Mon, 28 Aug 2000 16:03:27 +0100
40499              Message-Id: <20000828160327.C49785@plum.flirble.org>
40500      Branch: perl
40501            ! ext/ByteLoader/bytecode.h
40502 ____________________________________________________________________________
40503 [  6858] By: jhi                                   on 2000/08/28  16:02:10
40504         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40505              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
40506              Date: Mon, 28 Aug 2000 13:08:30 +0200
40507              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
40508      Branch: perl
40509            ! lib/Cwd.pm
40510 ____________________________________________________________________________
40511 [  6857] By: jhi                                   on 2000/08/28  15:42:47
40512         Log: display_format used as a class method without arguments was broken,
40513              reported in
40514              
40515              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40516              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
40517              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
40518              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
40519      Branch: perl
40520            ! lib/Math/Complex.pm t/lib/complex.t
40521 ____________________________________________________________________________
40522 [  6856] By: jhi                                   on 2000/08/27  22:09:48
40523         Log: Update Changes.
40524      Branch: perl
40525            ! Changes patchlevel.h
40526 ____________________________________________________________________________
40527 [  6855] By: jhi                                   on 2000/08/27  21:59:21
40528         Log: Retract #6853 (false alarm).
40529      Branch: perl
40530            ! lib/ExtUtils/xsubpp
40531 ____________________________________________________________________________
40532 [  6854] By: jhi                                   on 2000/08/27  21:37:44
40533         Log: Update Changes.
40534      Branch: perl
40535            ! Changes patchlevel.h
40536 ____________________________________________________________________________
40537 [  6853] By: jhi                                   on 2000/08/27  21:37:16
40538         Log: Subject: [PATCH perl@6850] workaround for xsubpp
40539              From: Hugo <hv@crypt.compulink.co.uk>
40540              Date: Sun, 27 Aug 2000 22:30:25 +0100
40541              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
40542      Branch: perl
40543            ! lib/ExtUtils/xsubpp
40544 ____________________________________________________________________________
40545 [  6852] By: jhi                                   on 2000/08/27  21:33:58
40546         Log: Big-endian 64-bit patch from Raphael Manfredi.
40547      Branch: perl
40548            ! ext/Storable/Storable.xs
40549 ____________________________________________________________________________
40550 [  6851] By: jhi                                   on 2000/08/27  21:22:21
40551         Log: More ruthless editing from Hugo van der Sanden.
40552      Branch: perl
40553            ! pod/perldelta.pod
40554 ____________________________________________________________________________
40555 [  6850] By: jhi                                   on 2000/08/27  16:11:46
40556         Log: Update Changes.
40557      Branch: perl
40558            ! Changes patchlevel.h
40559 ____________________________________________________________________________
40560 [  6849] By: jhi                                   on 2000/08/27  16:11:05
40561         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
40562      Branch: perl
40563            ! configpm pod/perldelta.pod
40564 ____________________________________________________________________________
40565 [  6848] By: jhi                                   on 2000/08/27  15:35:08
40566         Log: Use the actual thread type, not the pointer-to-struct.
40567      Branch: perl
40568            ! ext/Thread/Thread.xs
40569 ____________________________________________________________________________
40570 [  6847] By: jhi                                   on 2000/08/27  15:30:49
40571         Log: Test nit.
40572      Branch: perl
40573            ! t/pragma/warn/pp_sys
40574 ____________________________________________________________________________
40575 [  6846] By: jhi                                   on 2000/08/27  15:19:02
40576         Log: Passing -R in ldflags makes now it to appear in the default
40577              for lddlflags, just like with -L.
40578              
40579              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40580              From: Lupe Christoph <lupe@lupe-christoph.de>
40581              Date: Sun, 27 Aug 2000 10:28:21 +0200
40582              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
40583      Branch: metaconfig/U/perl
40584            ! dlsrc.U
40585      Branch: perl
40586            ! Configure
40587 ____________________________________________________________________________
40588 [  6845] By: jhi                                   on 2000/08/27  15:08:54
40589         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40590              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40591              Date: Sat, 26 Aug 2000 22:23:27 +0100
40592              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
40593      Branch: perl
40594            ! lib/ExtUtils/MM_Unix.pm
40595 ____________________________________________________________________________
40596 [  6844] By: jhi                                   on 2000/08/27  15:02:37
40597         Log: DJGPP update from Laszlo Molnar.
40598              
40599              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
40600              From: ml1050 <ml1050@freemail.hu>
40601              Date: Sat, 26 Aug 2000 23:24:40 +0200
40602              Message-Id: <20000826232440.A439@freemail.hu>
40603      Branch: perl
40604            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
40605            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
40606 ____________________________________________________________________________
40607 [  6843] By: jhi                                   on 2000/08/27  14:53:58
40608         Log: Subject: installman buglet
40609              From: Lupe Christoph <lupe@lupe-christoph.de>
40610              Date: Sun, 27 Aug 2000 14:38:59 +0200
40611              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
40612      Branch: perl
40613            ! installman
40614 ____________________________________________________________________________
40615 [  6842] By: jhi                                   on 2000/08/27  14:52:08
40616         Log: Can't get the test to reliably work thanks to the
40617              inaccurateness of floating point.  "Resolves" bug ids
40618              20000826.003, 20000826.009, 20000826.010,
40619      Branch: perl
40620            ! t/lib/trig.t
40621 ____________________________________________________________________________
40622 [  6841] By: jhi                                   on 2000/08/26  15:53:58
40623         Log: Update Changes.
40624      Branch: perl
40625            ! Changes patchlevel.h
40626 ____________________________________________________________________________
40627 [  6840] By: jhi                                   on 2000/08/26  14:23:03
40628         Log: grep -e isn't portable.
40629              
40630              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
40631              From: chris@broadband.att.com
40632              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
40633              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
40634      Branch: perl
40635            ! hints/solaris_2.sh
40636 ____________________________________________________________________________
40637 [  6839] By: jhi                                   on 2000/08/26  14:12:23
40638         Log: no-install target a la make -n.
40639              
40640              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
40641              From: <abigail@foad.org>
40642              Date: Sat, 26 Aug 2000 03:57:34 -0400
40643              Message-ID: <20000826075735.18912.qmail@foad.org>
40644      Branch: perl
40645            ! Makefile.SH installman installperl
40646 ____________________________________________________________________________
40647 [  6838] By: jhi                                   on 2000/08/26  14:06:33
40648         Log: Retract #6826 as the #6828 should be do the same
40649              in a More Correct Way.
40650      Branch: perl
40651            ! installperl
40652 ____________________________________________________________________________
40653 [  6837] By: jhi                                   on 2000/08/26  05:24:00
40654         Log: More casting.
40655      Branch: perl
40656            ! ext/Storable/Storable.xs
40657 ____________________________________________________________________________
40658 [  6836] By: jhi                                   on 2000/08/26  05:05:46
40659         Log: Nicer in decimal.
40660      Branch: perl
40661            ! ext/Storable/Storable.xs
40662 ____________________________________________________________________________
40663 [  6835] By: jhi                                   on 2000/08/26  05:03:50
40664         Log: There be no UVdf.
40665      Branch: perl
40666            ! ext/Storable/Storable.xs
40667 ____________________________________________________________________________
40668 [  6834] By: jhi                                   on 2000/08/26  05:00:18
40669         Log: Continue IVdfing and UVxfing.
40670      Branch: perl
40671            ! ext/Storable/Storable.xs
40672 ____________________________________________________________________________
40673 [  6833] By: jhi                                   on 2000/08/26  04:53:14
40674         Log: Use IVdf.
40675      Branch: perl
40676            ! ext/Storable/Storable.xs
40677 ____________________________________________________________________________
40678 [  6832] By: jhi                                   on 2000/08/26  04:40:41
40679         Log: Document PTR2XX and INT2PTR.
40680      Branch: perl
40681            ! pod/perlguts.pod
40682 ____________________________________________________________________________
40683 [  6831] By: jhi                                   on 2000/08/26  04:33:18
40684         Log: Use UVxf, PTR2UV, NVff.
40685      Branch: perl
40686            ! ext/Storable/Storable.xs
40687 ____________________________________________________________________________
40688 [  6830] By: jhi                                   on 2000/08/26  04:31:32
40689         Log: Update the test count.
40690      Branch: perl
40691            ! t/lib/trig.t
40692 ____________________________________________________________________________
40693 [  6829] By: jhi                                   on 2000/08/26  03:05:50
40694         Log: Subject: [PATCH] installation not quite silent yet.
40695              From: <abigail@foad.org>
40696              Date: Fri, 25 Aug 2000 20:07:53 -0400
40697              Message-ID: <20000826000753.7822.qmail@foad.org>
40698      Branch: perl
40699            ! installman installperl
40700 ____________________________________________________________________________
40701 [  6828] By: jhi                                   on 2000/08/26  03:05:14
40702         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40703              From: Spider Boardman <spider@web.zk3.dec.com>
40704              Date: Fri, 25 Aug 2000 19:12:40 -0400
40705              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
40706      Branch: perl
40707            ! gv.c
40708 ____________________________________________________________________________
40709 [  6827] By: jhi                                   on 2000/08/25  23:54:34
40710         Log: Support preserving extremely big/small angles.
40711      Branch: perl
40712            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
40713 ____________________________________________________________________________
40714 [  6826] By: jhi                                   on 2000/08/25  23:01:20
40715         Log: Patch installperl to be long double-aware.
40716              
40717              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40718              From: Spider Boardman <spider@web.zk3.dec.com>
40719              Date: Fri, 25 Aug 2000 18:15:23 -0400
40720              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
40721      Branch: perl
40722            ! installperl
40723 ____________________________________________________________________________
40724 [  6825] By: jhi                                   on 2000/08/25  22:58:25
40725         Log: Remove duplicately applied patch shards.
40726              
40727              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
40728              From: Spider Boardman <spider@leggy.zk3.dec.com>
40729              Date: Fri, 25 Aug 2000 16:45:03 -0400
40730              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
40731      Branch: perl
40732            ! t/lib/cgi-html.t
40733 ____________________________________________________________________________
40734 [  6824] By: jhi                                   on 2000/08/25  22:57:00
40735         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40736              From: Daniel Chetlin <daniel@chetlin.com>
40737              Date: Fri, 25 Aug 2000 12:23:16 -0700
40738              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
40739              
40740              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40741              From: Daniel Chetlin <daniel@chetlin.com>
40742              Date: Fri, 25 Aug 2000 14:47:19 -0700
40743              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
40744      Branch: perl
40745            ! installman
40746 ____________________________________________________________________________
40747 [  6823] By: jhi                                   on 2000/08/25  22:44:17
40748         Log: Timestamp problem?
40749      Branch: perl
40750            ! uconfig.h uconfig.sh
40751 ____________________________________________________________________________
40752 [  6822] By: jhi                                   on 2000/08/25  19:01:06
40753         Log: One forgotten file from #6816.
40754      Branch: perl
40755            ! vos/config.h
40756 ____________________________________________________________________________
40757 [  6821] By: jhi                                   on 2000/08/25  18:56:39
40758         Log: Regen Changes.
40759      Branch: perl
40760            ! Changes patchlevel.h
40761 ____________________________________________________________________________
40762 [  6820] By: jhi                                   on 2000/08/25  18:52:35
40763         Log: Fix Changes ordering.
40764      Branch: perl
40765            ! Changes
40766 ____________________________________________________________________________
40767 [  6819] By: jhi                                   on 2000/08/25  18:50:25
40768         Log: Update Changes.
40769      Branch: perl
40770            ! Changes patchlevel.h
40771 ____________________________________________________________________________
40772 [  6818] By: jhi                                   on 2000/08/25  18:47:45
40773         Log: Tweak the sfio/useperlio logic, hopefully as wished in
40774              
40775              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
40776              From: Nicholas Clark <nick@babyhippo.co.uk>
40777              Date: Fri, 25 Aug 2000 12:01:45 +0100
40778              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
40779      Branch: metaconfig/U/perl
40780            ! d_sfio.U
40781      Branch: perl
40782            ! Configure
40783 ____________________________________________________________________________
40784 [  6817] By: jhi                                   on 2000/08/25  18:32:51
40785         Log: Allow microperl to assume <math.h>, without it the math
40786              functions like floor() are assumed to return int, which makes
40787              for core dumps in machines where integer and floating register
40788              don't mix.
40789      Branch: perl
40790            ! uconfig.h uconfig.sh
40791 ____________________________________________________________________________
40792 [  6816] By: jhi                                   on 2000/08/25  18:27:17
40793         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
40794              the problem reported in
40795              
40796              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
40797              From: danhale@us.ibm.com
40798              Date: Fri, 25 Aug 2000 10:58:06 -0400
40799              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
40800      Branch: metaconfig/U/perl
40801            + d_socks5_init.U
40802      Branch: perl
40803            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
40804            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
40805            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
40806            ! win32/config.gc win32/config.vc
40807 ____________________________________________________________________________
40808 [  6815] By: jhi                                   on 2000/08/25  17:43:31
40809         Log: A solution for the retrieve_fd autosplit warning,
40810              idea suggested by Mike Guy.
40811      Branch: perl
40812            ! ext/Storable/Storable.pm
40813 ____________________________________________________________________________
40814 [  6814] By: jhi                                   on 2000/08/25  17:16:03
40815         Log: Add install-silent target.
40816      Branch: perl
40817            ! Makefile.SH
40818 ____________________________________________________________________________
40819 [  6813] By: jhi                                   on 2000/08/25  17:14:23
40820         Log: Subject: Re: [PATCH] More silencing of installman.
40821              From: <abigail@foad.org>
40822              Date: Thu, 24 Aug 2000 19:27:03 -0400
40823              Message-ID: <20000824232703.7001.qmail@foad.org>
40824              
40825              Subject: Re: [PATCH] More silencing of installman.
40826              From: <abigail@foad.org>
40827              Date: Fri, 25 Aug 2000 03:00:58 -0400
40828              Message-ID: <20000825070058.10697.qmail@foad.org>
40829      Branch: perl
40830            ! installman
40831 ____________________________________________________________________________
40832 [  6812] By: jhi                                   on 2000/08/25  17:11:28
40833         Log: installperl --verbose and --silent.
40834              
40835              Subject: Re: [PATCH] More silencing of installman.
40836              From: <abigail@foad.org>
40837              Message-ID: <20000825064430.9719.qmail@foad.org>
40838              Date: Fri, 25 Aug 2000 02:44:30 -0400
40839      Branch: perl
40840            ! installperl
40841 ____________________________________________________________________________
40842 [  6811] By: jhi                                   on 2000/08/25  17:05:43
40843         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
40844              From: "Peter J. Farley III" <pjfarley@banet.net>
40845              Date: Thu, 24 Aug 2000 21:58:03 -0400
40846              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
40847              
40848              (applied slightly modified)
40849      Branch: perl
40850            ! lib/ExtUtils/MM_Unix.pm
40851 ____________________________________________________________________________
40852 [  6810] By: jhi                                   on 2000/08/25  17:01:18
40853         Log: Missing parts of 
40854              
40855              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
40856              From: Peter Prymmer <pvhp@forte.com>
40857              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
40858              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
40859      Branch: perl
40860            ! t/lib/cgi-html.t
40861 ____________________________________________________________________________
40862 [  6809] By: jhi                                   on 2000/08/25  16:46:32
40863         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
40864              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40865              Date: Thu, 24 Aug 2000 19:13:11 -0500
40866              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
40867      Branch: perl
40868            ! vms/vms.c
40869 ____________________________________________________________________________
40870 [  6808] By: jhi                                   on 2000/08/25  16:39:22
40871         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
40872              From: Peter Prymmer <pvhp@forte.com>
40873              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
40874              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
40875      Branch: perl
40876            ! configure.com
40877 ____________________________________________________________________________
40878 [  6807] By: jhi                                   on 2000/08/25  16:36:37
40879         Log: Better wording for the vec lvalue diagnostic.
40880              
40881              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40882              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40883              Date: Wed, 23 Aug 2000 14:12:16 -0400
40884              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
40885      Branch: perl
40886            ! pod/perldiag.pod
40887 ____________________________________________________________________________
40888 [  6806] By: jhi                                   on 2000/08/24  18:17:22
40889         Log: Subject: [PATCH] More silencing of installman.
40890              From: <abigail@foad.org>
40891              Date: Thu, 24 Aug 2000 14:01:44 -0400
40892              Message-ID: <20000824180144.20062.qmail@foad.org>
40893      Branch: perl
40894            ! installman
40895 ____________________________________________________________________________
40896 [  6805] By: jhi                                   on 2000/08/24  15:00:31
40897         Log: Update Changes.
40898      Branch: perl
40899            ! Changes patchlevel.h
40900 ____________________________________________________________________________
40901 [  6804] By: jhi                                   on 2000/08/24  14:59:07
40902         Log: Regen perltoc.
40903      Branch: perl
40904            ! pod/perltoc.pod
40905 ____________________________________________________________________________
40906 [  6803] By: jhi                                   on 2000/08/24  14:44:39
40907         Log: Show the doc file, not the temp file.
40908      Branch: perl
40909            ! installman
40910 ____________________________________________________________________________
40911 [  6802] By: jhi                                   on 2000/08/24  14:41:53
40912         Log: Continue silencing.
40913      Branch: perl
40914            ! installman
40915 ____________________________________________________________________________
40916 [  6801] By: jhi                                   on 2000/08/24  14:34:40
40917         Log: Actually do something with the silencer option.
40918      Branch: perl
40919            ! installman
40920 ____________________________________________________________________________
40921 [  6800] By: jhi                                   on 2000/08/24  14:26:22
40922         Log: Make installman to recognize the silence flag -S.
40923      Branch: perl
40924            ! installman
40925 ____________________________________________________________________________
40926 [  6799] By: jhi                                   on 2000/08/24  13:49:38
40927         Log: DOS patches and portability/porting notes, from Tim Jenness.
40928      Branch: perl
40929            ! lib/File/Temp.pm
40930 ____________________________________________________________________________
40931 [  6798] By: jhi                                   on 2000/08/24  13:48:27
40932         Log: Create directories in silence.
40933              
40934              Subject: [PATCH] Another silencer for MakeMaker
40935              From: andreas.koenig@anima.de (Andreas J. Koenig)
40936              Date: 24 Aug 2000 14:18:52 +0200
40937              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
40938      Branch: perl
40939            ! lib/ExtUtils/Command.pm
40940 ____________________________________________________________________________
40941 [  6797] By: jhi                                   on 2000/08/24  13:46:42
40942         Log: More liberal parsing of version numbers.
40943              
40944              Subject: Re: CPAN.pm beta for testing available
40945              From: andreas.koenig@anima.de (Andreas J. Koenig)
40946              Date: 24 Aug 2000 13:51:57 +0200
40947              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
40948      Branch: perl
40949            ! lib/CPAN.pm
40950 ____________________________________________________________________________
40951 [  6796] By: jhi                                   on 2000/08/24  13:44:36
40952         Log: Make "make install" by default silent.  A new "install-verbose"
40953              target is verbose.
40954      Branch: perl
40955            ! Makefile.SH
40956 ____________________________________________________________________________
40957 [  6795] By: jhi                                   on 2000/08/24  13:39:14
40958         Log: Add silencer flags to installperl.
40959              
40960              Subject: [PATCH] Making installperl silent.
40961              From: <abigail@foad.org>
40962              Date: Thu, 24 Aug 2000 05:01:45 -0400
40963              Message-ID: <20000824090145.13141.qmail@foad.org>
40964      Branch: perl
40965            ! installperl
40966 ____________________________________________________________________________
40967 [  6794] By: jhi                                   on 2000/08/24  13:35:50
40968         Log: installperl couldn't tell whether it had run tests or not.
40969              
40970              Subject: [PATCH] Re: installperl and t/TEST
40971              From: <abigail@foad.org>
40972              Date: Thu, 24 Aug 2000 04:00:53 -0400
40973              Message-ID: <20000824080053.2494.qmail@foad.org>
40974      Branch: perl
40975            ! Makefile.SH installperl
40976 ____________________________________________________________________________
40977 [  6793] By: jhi                                   on 2000/08/24  13:27:50
40978         Log: Drop the separate perlbc, perlcc -b should be enough.
40979      Branch: perl
40980            - utils/perlbc.PL
40981            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
40982 ____________________________________________________________________________
40983 [  6792] By: jhi                                   on 2000/08/24  04:41:30
40984         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
40985              plus the typo fix from Peter Prymmer.
40986      Branch: perl
40987            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40988            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40989 ____________________________________________________________________________
40990 [  6791] By: jhi                                   on 2000/08/24  02:10:43
40991         Log: Replace #6705 with a minimal doc patch.
40992              
40993              Subject: [PATCH 5.6.0] replace change #6705
40994              From: Jan Dubois <jand@ActiveState.com>
40995              Date: Wed, 23 Aug 2000 18:31:51 -0700
40996              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
40997      Branch: perl
40998            ! lib/Win32.pod win32/win32.c
40999 ____________________________________________________________________________
41000 [  6790] By: jhi                                   on 2000/08/23  17:52:00
41001         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41002              From: Mike Guy <mjtg@cam.ac.uk>
41003              Date: Wed, 23 Aug 2000 18:38:46 +0100
41004              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
41005      Branch: perl
41006            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
41007 ____________________________________________________________________________
41008 [  6789] By: jhi                                   on 2000/08/23  15:34:21
41009         Log: Update Changes.
41010      Branch: perl
41011            ! Changes patchlevel.h
41012 ____________________________________________________________________________
41013 [  6788] By: jhi                                   on 2000/08/23  15:33:40
41014         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41015              From: Wilfredo Sánchez <wsanchez@apple.com>
41016              Date: Tue, 22 Aug 2000 19:31:27 -0700
41017              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
41018      Branch: perl
41019            ! perl.h
41020 ____________________________________________________________________________
41021 [  6787] By: jhi                                   on 2000/08/23  15:29:31
41022         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41023              From: Spider Boardman <spider@leggy.zk3.dec.com>
41024              Date: Wed, 23 Aug 2000 10:33:23 -0400
41025              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
41026      Branch: perl
41027            ! lib/Pod/Html.pm
41028 ____________________________________________________________________________
41029 [  6786] By: jhi                                   on 2000/08/23  15:28:11
41030         Log: Bad makefile.
41031      Branch: perl
41032            ! ext/B/Makefile.PL
41033 ____________________________________________________________________________
41034 [  6785] By: jhi                                   on 2000/08/23  14:37:04
41035         Log: Update Changes.
41036      Branch: perl
41037            ! Changes patchlevel.h
41038 ____________________________________________________________________________
41039 [  6784] By: jhi                                   on 2000/08/23  13:58:41
41040         Log: Portability fix from Hugo van der Sanden.
41041      Branch: perl
41042            ! ext/re/Makefile.PL
41043 ____________________________________________________________________________
41044 [  6783] By: jhi                                   on 2000/08/23  13:53:53
41045         Log: Storable support, v-version fixes.
41046              
41047              Subject: CPAN.pm beta for testing available
41048              From: andreas.koenig@anima.de (Andreas J. Koenig)
41049              Date: 22 Aug 2000 23:31:33 +0200
41050              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
41051      Branch: perl
41052            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41053 ____________________________________________________________________________
41054 [  6782] By: jhi                                   on 2000/08/23  13:51:26
41055         Log: Mac and other portability updates from Chris Nandor.
41056      Branch: perl
41057            ! pod/perlmodinstall.pod
41058 ____________________________________________________________________________
41059 [  6781] By: jhi                                   on 2000/08/23  13:47:33
41060         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
41061              From: Peter Prymmer <pvhp@forte.com>
41062              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
41063              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
41064      Branch: perl
41065            ! ext/Storable/Storable.xs
41066 ____________________________________________________________________________
41067 [  6780] By: jhi                                   on 2000/08/23  13:33:34
41068         Log: VMS MMS (make) wants null action.
41069      Branch: perl
41070            ! ext/B/Makefile.PL
41071 ____________________________________________________________________________
41072 [  6779] By: jhi                                   on 2000/08/22  19:44:47
41073         Log: Forgot portability nit.
41074      Branch: perl
41075            ! t/lib/st-forgive.t
41076 ____________________________________________________________________________
41077 [  6778] By: jhi                                   on 2000/08/22  19:35:25
41078         Log: Be portable.
41079      Branch: perl
41080            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
41081            ! t/lib/st-store.t
41082 ____________________________________________________________________________
41083 [  6777] By: jhi                                   on 2000/08/22  18:50:53
41084         Log: Update Changes.
41085      Branch: perl
41086            ! Changes patchlevel.h
41087 ____________________________________________________________________________
41088 [  6776] By: jhi                                   on 2000/08/22  18:44:46
41089         Log: cSVOPo_*v things index into the current PL_curpad
41090              under ithreads, which is different from the curpad
41091              used by the XSUB.  (In other words, the code as-is
41092              before this patch wouldn't work under ithreads.)
41093              From Sarathy.
41094      Branch: perl
41095            ! ext/B/B.xs
41096 ____________________________________________________________________________
41097 [  6775] By: jhi                                   on 2000/08/22  18:18:37
41098         Log: Make the selection of NVff et al stricter.
41099      Branch: metaconfig/U/perl
41100            ! perlxvf.U
41101      Branch: perl
41102            ! Configure config_h.SH
41103 ____________________________________________________________________________
41104 [  6774] By: jhi                                   on 2000/08/22  17:19:42
41105         Log: perldelta nits.
41106      Branch: perl
41107            ! pod/perldelta.pod
41108 ____________________________________________________________________________
41109 [  6773] By: jhi                                   on 2000/08/22  17:06:26
41110         Log: Long double fixes from Spider Boardman.
41111              
41112              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
41113              From: system PRIVILEGED account <root@peano.zk3.dec.com>
41114              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
41115              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
41116      Branch: perl
41117            ! t/lib/bigfltpm.t t/lib/st-06compat.t
41118 ____________________________________________________________________________
41119 [  6772] By: jhi                                   on 2000/08/22  15:04:53
41120         Log: Update Changes.
41121      Branch: perl
41122            ! Changes patchlevel.h
41123 ____________________________________________________________________________
41124 [  6771] By: jhi                                   on 2000/08/22  15:01:44
41125         Log: perldelta fixes from Hugo van der Sanden.
41126      Branch: perl
41127            ! pod/perldelta.pod
41128 ____________________________________________________________________________
41129 [  6770] By: jhi                                   on 2000/08/22  14:34:49
41130         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
41131              From: Hugo <hv@crypt.compulink.co.uk>
41132              Date: Tue, 22 Aug 2000 11:21:53 +0100
41133              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
41134      Branch: perl
41135            ! regcomp.c
41136 ____________________________________________________________________________
41137 [  6769] By: jhi                                   on 2000/08/22  14:30:02
41138         Log: Add Yitzchak, reformat.
41139      Branch: perl
41140            ! Changes config_h.SH
41141 ____________________________________________________________________________
41142 [  6768] By: jhi                                   on 2000/08/22  14:21:35
41143         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
41144              and Spider Boardman.
41145      Branch: metaconfig
41146            ! U/compline/d_gconvert.U
41147      Branch: perl
41148            ! Configure
41149 ____________________________________________________________________________
41150 [  6767] By: jhi                                   on 2000/08/22  14:11:24
41151         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
41152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41153              Date: Mon, 21 Aug 2000 19:08:31 -0700
41154              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
41155      Branch: perl
41156            - ext/Storable/patchlevel.h
41157            ! MANIFEST ext/Storable/MANIFEST
41158 ____________________________________________________________________________
41159 [  6766] By: jhi                                   on 2000/08/22  13:49:29
41160         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
41161              From: Peter Prymmer <pvhp@forte.com>
41162              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
41163              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
41164      Branch: perl
41165            ! configure.com ext/Storable/Makefile.PL
41166 ____________________________________________________________________________
41167 [  6765] By: jhi                                   on 2000/08/22  13:44:59
41168         Log: Subject: [PATCH blead] B:: missing dependency
41169              From: Hugo <hv@crypt.compulink.co.uk>
41170              Date: Tue, 22 Aug 2000 06:44:33 +0100
41171              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
41172      Branch: perl
41173            ! ext/B/Makefile.PL
41174 ____________________________________________________________________________
41175 [  6764] By: jhi                                   on 2000/08/22  13:38:12
41176         Log: More bytecompiler.
41177      Branch: perl
41178            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
41179 ____________________________________________________________________________
41180 [  6763] By: jhi                                   on 2000/08/22  13:36:44
41181         Log: Bytecompiler patches from Benjamin Stuhl.
41182      Branch: perl
41183            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
41184            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
41185            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
41186            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41187            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
41188            ! perl.c perlapi.h pod/perldelta.pod
41189 ____________________________________________________________________________
41190 [  6762] By: jhi                                   on 2000/08/21  23:43:40
41191         Log: An obsoleted diagnostic.
41192      Branch: perl
41193            ! pod/perldelta.pod
41194 ____________________________________________________________________________
41195 [  6761] By: jhi                                   on 2000/08/21  23:01:45
41196         Log: The #6759 wasn't quite right.
41197      Branch: perl
41198            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41199            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41200            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41201            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41202            ! t/lib/st-tieditems.t
41203 ____________________________________________________________________________
41204 [  6760] By: jhi                                   on 2000/08/21  22:35:49
41205         Log: Be verydeepclean.
41206      Branch: perl
41207            ! Makefile.SH
41208 ____________________________________________________________________________
41209 [  6759] By: jhi                                   on 2000/08/21  22:25:40
41210         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
41211              From: Peter Prymmer <pvhp@forte.com>
41212              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
41213              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
41214      Branch: perl
41215            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41216            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41217            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41218            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41219            ! t/lib/st-tieditems.t
41220 ____________________________________________________________________________
41221 [  6758] By: jhi                                   on 2000/08/21  22:22:32
41222         Log: Few more casts, need reported in
41223              
41224              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
41225              From: Mike Stok <mike@stok.co.uk>
41226              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
41227              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
41228              
41229              and
41230              
41231              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
41232              From: abigail@foad.org
41233              Date: 21 Aug 2000 21:31:34 -0000
41234              Message-Id: <20000821213134.30170.qmail@foad.org>
41235      Branch: perl
41236            ! ext/Storable/Storable.xs
41237 ____________________________________________________________________________
41238 [  6757] By: jhi                                   on 2000/08/21  18:37:07
41239         Log: Update Changes.
41240      Branch: perl
41241            ! Changes patchlevel.h
41242 ____________________________________________________________________________
41243 [  6756] By: jhi                                   on 2000/08/21  18:34:02
41244         Log: A pod nit.
41245              
41246              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41247              From: <abigail@foad.org>
41248              Date: Mon, 21 Aug 2000 14:00:16 -0400
41249              Message-ID: <20000821180016.28627.qmail@foad.org>
41250      Branch: perl
41251            ! pod/perlre.pod
41252 ____________________________________________________________________________
41253 [  6755] By: jhi                                   on 2000/08/21  18:30:56
41254         Log: Use PodParser 1.18 new test.
41255      Branch: perl
41256            ! t/pod/special_seqs.t t/pod/special_seqs.xr
41257 ____________________________________________________________________________
41258 [  6754] By: jhi                                   on 2000/08/21  18:28:35
41259         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
41260              patches cannot be applied since #6712 conflicts.
41261      Branch: perl
41262            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
41263 ____________________________________________________________________________
41264 [  6753] By: jhi                                   on 2000/08/21  18:15:11
41265         Log: Weed out some smaller changes.
41266      Branch: perl
41267            ! pod/perldelta.pod
41268 ____________________________________________________________________________
41269 [  6752] By: jhi                                   on 2000/08/21  18:02:30
41270         Log: Also under djgpp the timestamps are funky.
41271      Branch: perl
41272            ! t/op/stat.t
41273 ____________________________________________________________________________
41274 [  6751] By: jhi                                   on 2000/08/21  17:55:56
41275         Log: Tweak the floating point output routine preferences.
41276      Branch: metaconfig
41277            ! U/compline/d_gconvert.U
41278      Branch: perl
41279            ! Configure
41280 ____________________________________________________________________________
41281 [  6750] By: jhi                                   on 2000/08/21  17:51:29
41282         Log: Unicos/mk requires elaborate paranoia.
41283      Branch: perl
41284            ! lib/Math/Complex.pm
41285 ____________________________________________________________________________
41286 [  6749] By: gsar                                  on 2000/08/21  16:53:31
41287         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41288      Branch: perl
41289            ! lib/Cwd.pm
41290 ____________________________________________________________________________
41291 [  6748] By: gsar                                  on 2000/08/21  16:22:19
41292         Log: free TLS slot properly on Windows
41293      Branch: perl
41294            ! thread.h win32/perllib.c win32/win32thread.h
41295 ____________________________________________________________________________
41296 [  6747] By: jhi                                   on 2000/08/21  16:20:58
41297         Log: Rename the macro argument because some preprocessors
41298              can't tell the difference and expand arguments also inside
41299              double quoted strings.
41300      Branch: perl
41301            ! regcomp.c
41302 ____________________________________________________________________________
41303 [  6746] By: jhi                                   on 2000/08/21  16:09:41
41304         Log: Support long doubles in Storable.
41305              
41306              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
41307              From: Radu Greab <radu@netsoft.ro>
41308              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
41309              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
41310      Branch: perl
41311            ! ext/Storable/Storable.xs
41312 ____________________________________________________________________________
41313 [  6745] By: jhi                                   on 2000/08/21  15:51:40
41314         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41315              From: "Fifer, Eric" <EFifer@sanwaint.com>
41316              Date: Mon, 21 Aug 2000 15:34:49 +0100
41317              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
41318      Branch: perl
41319            ! t/pragma/warn/9enabled
41320 ____________________________________________________________________________
41321 [  6744] By: jhi                                   on 2000/08/21  15:39:35
41322         Log: Document the endianness of Alpha more precisely.
41323      Branch: perl
41324            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
41325            ! pod/perlport.pod
41326 ____________________________________________________________________________
41327 [  6743] By: jhi                                   on 2000/08/21  14:47:05
41328         Log: perldelta fixes from the p5p crowd.
41329      Branch: perl
41330            ! pod/perldelta.pod pod/perlop.pod
41331 ____________________________________________________________________________
41332 [  6742] By: jhi                                   on 2000/08/21  13:34:51
41333         Log: Update to Pod::LaTeX 0.53.
41334              
41335              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41336              From: Tim Jenness <timj@jach.hawaii.edu>
41337              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
41338              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
41339      Branch: perl
41340            ! lib/Pod/LaTeX.pm
41341 ____________________________________________________________________________
41342 [  6741] By: jhi                                   on 2000/08/21  13:33:01
41343         Log: Subject: [PATCH] os2.c fix for use64bitint
41344              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41345              Date: Mon, 21 Aug 2000 01:32:25 -0700
41346              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
41347      Branch: perl
41348            ! os2/os2.c
41349 ____________________________________________________________________________
41350 [  6740] By: jhi                                   on 2000/08/21  13:28:52
41351         Log: Array context keeps slithering in.
41352              
41353              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41354              From: Daniel Chetlin <daniel@chetlin.com>
41355              Date: Sun, 20 Aug 2000 21:40:25 -0700
41356              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
41357      Branch: perl
41358            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
41359            ! pod/perldebtut.pod
41360 ____________________________________________________________________________
41361 [  6739] By: jhi                                   on 2000/08/21  13:23:55
41362         Log: Big-endian quad fixes for Storable from Radu Greab,
41363              plus few explicit null casts for picky compilers.
41364      Branch: perl
41365            ! ext/Storable/Storable.xs
41366 ____________________________________________________________________________
41367 [  6738] By: gsar                                  on 2000/08/21  05:56:13
41368         Log: small tweaks for change#6705: avoid C++ style comments in C code;
41369              use Perl's malloc API rather than the low level system one
41370      Branch: perl
41371            ! win32/win32.c
41372 ____________________________________________________________________________
41373 [  6737] By: gsar                                  on 2000/08/21  05:35:41
41374         Log: add Storable to list of extensions on Windows
41375      Branch: perl
41376            ! win32/Makefile win32/makefile.mk
41377 ____________________________________________________________________________
41378 [  6736] By: jhi                                   on 2000/08/21  02:57:53
41379         Log: Update Changes.
41380      Branch: perl
41381            ! Changes patchlevel.h
41382 ____________________________________________________________________________
41383 [  6735] By: jhi                                   on 2000/08/21  02:57:20
41384         Log: Draft 0.
41385      Branch: perl
41386            ! pod/perldelta.pod
41387 ____________________________________________________________________________
41388 [  6734] By: jhi                                   on 2000/08/21  02:57:03
41389         Log: Add Storable 0.7.2 from Raphael Manfredi,
41390              plus the patch from
41391              
41392              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
41393              From: Radu Greab <radu@netsoft.ro>
41394              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
41395              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
41396              
41397              plus changes to get Storable to compile with
41398              picky ANSI compilers.
41399      Branch: perl
41400            + ext/Storable/ChangeLog ext/Storable/MANIFEST
41401            + ext/Storable/Makefile.PL ext/Storable/README
41402            + ext/Storable/Storable.pm ext/Storable/Storable.xs
41403            + ext/Storable/patchlevel.h t/lib/st-06compat.t
41404            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
41405            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
41406            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41407            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41408            + t/lib/st-tieditems.t
41409            ! MANIFEST
41410 ____________________________________________________________________________
41411 [  6733] By: jhi                                   on 2000/08/21  02:29:09
41412         Log: The correct cleaning order is an art.
41413      Branch: perl
41414            ! Makefile.SH
41415 ____________________________________________________________________________
41416 [  6732] By: jhi                                   on 2000/08/21  01:23:39
41417         Log: The #6724 is here.
41418      Branch: perl
41419            ! t/lib/ftmp-security.t
41420 ____________________________________________________________________________
41421 [  6731] By: jhi                                   on 2000/08/20  23:17:03
41422         Log: s/this one/the 5.6.0 release/
41423      Branch: perl
41424            ! pod/perl56delta.pod
41425 ____________________________________________________________________________
41426 [  6730] By: jhi                                   on 2000/08/20  23:07:34
41427         Log: Mention perlebcdic and perlposix-bc.
41428      Branch: perl
41429            ! pod/perlport.pod
41430 ____________________________________________________________________________
41431 [  6729] By: jhi                                   on 2000/08/20  21:32:59
41432         Log: Document the number of exponent digits.
41433      Branch: perl
41434            ! pod/perlfunc.pod
41435 ____________________________________________________________________________
41436 [  6728] By: jhi                                   on 2000/08/20  21:16:47
41437         Log: Use File::Spec->tmpdir().
41438              
41439              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
41440              From: Tim Jenness <timj@jach.hawaii.edu>
41441              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
41442              MIME-Version: 1.0
41443              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
41444      Branch: perl
41445            ! utils/perlbug.PL
41446 ____________________________________________________________________________
41447 [  6727] By: jhi                                   on 2000/08/20  20:43:32
41448         Log: Update Changes.
41449      Branch: perl
41450            ! Changes patchlevel.h
41451 ____________________________________________________________________________
41452 [  6726] By: jhi                                   on 2000/08/20  20:41:44
41453         Log: The veryclean target needs to clobber.
41454      Branch: perl
41455            ! Makefile.SH
41456 ____________________________________________________________________________
41457 [  6725] By: jhi                                   on 2000/08/20  20:37:38
41458         Log: Document odd vs even subreleases and -Dusedevel.
41459      Branch: perl
41460            ! INSTALL
41461 ____________________________________________________________________________
41462 [  6724] By: jhi                                   on 2000/08/20  19:58:05
41463         Log: Use temporary directory instead of current directory.
41464              
41465              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41466              From: Tim Jenness <timj@jach.hawaii.edu>
41467              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
41468              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
41469      Branch: perl
41470            ! t/lib/ftmp-security.t
41471 ____________________________________________________________________________
41472 [  6723] By: jhi                                   on 2000/08/20  19:55:55
41473         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
41474              From: andreas.koenig@anima.de (Andreas J. Koenig)
41475              Date: 20 Aug 2000 15:52:03 +0200
41476              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
41477      Branch: perl
41478            ! lib/ExtUtils/MM_Unix.pm
41479 ____________________________________________________________________________
41480 [  6722] By: jhi                                   on 2000/08/20  19:46:01
41481         Log: Update to CGI 2.72, from Lincoln Stein.
41482      Branch: perl
41483            ! lib/CGI.pm
41484 ____________________________________________________________________________
41485 [  6721] By: jhi                                   on 2000/08/20  19:43:54
41486         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41487              From: Radu Greab <radu@netsoft.ro>
41488              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
41489              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
41490      Branch: perl
41491            ! ext/GDBM_File/GDBM_File.xs
41492 ____________________________________________________________________________
41493 [  6720] By: jhi                                   on 2000/08/20  19:42:01
41494         Log: pp_open() could pass an uninitialized filename down to do_open9().
41495      Branch: perl
41496            ! pp_sys.c
41497 ____________________________________________________________________________
41498 [  6719] By: jhi                                   on 2000/08/20  14:06:41
41499         Log: UTF8 concat fixes.
41500              
41501              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41502              From: Hugo <hv@crypt.compulink.co.uk>
41503              Date: Sun, 20 Aug 2000 07:30:46 +0100
41504              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
41505      Branch: perl
41506            ! pp_hot.c t/op/append.t
41507 ____________________________________________________________________________
41508 [  6718] By: jhi                                   on 2000/08/20  02:09:37
41509         Log: Let's try #6717 again.
41510      Branch: perl
41511            ! lib/File/Temp.pm
41512 ____________________________________________________________________________
41513 [  6717] By: jhi                                   on 2000/08/20  01:56:55
41514         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41515              From: "Craig A. Berry" <craig.berry@metamorgs.com>
41516              Date: Sat, 19 Aug 2000 18:15:39 -0500
41517              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
41518      Branch: perl
41519            ! lib/File/Temp.pm
41520 ____________________________________________________________________________
41521 [  6716] By: jhi                                   on 2000/08/19  15:50:11
41522         Log: Update Changes.
41523      Branch: perl
41524            ! Changes patchlevel.h
41525 ____________________________________________________________________________
41526 [  6715] By: jhi                                   on 2000/08/19  15:39:09
41527         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
41528              From: Jonathan D Johnston <jdjohnston2@juno.com>
41529              Date: Thu, 17 Aug 2000 23:13:01 -0400       
41530              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
41531      Branch: perl
41532            ! pod/perlfunc.pod
41533 ____________________________________________________________________________
41534 [  6714] By: jhi                                   on 2000/08/19  15:34:04
41535         Log: Introduce a 'veryclean' target that is like 'distclean'
41536              but also removes *~ and *.orig.
41537      Branch: perl
41538            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
41539            ! utils/Makefile x2p/Makefile.SH
41540 ____________________________________________________________________________
41541 [  6713] By: jhi                                   on 2000/08/19  14:15:45
41542         Log: Put back the long double avoidance code to POSIX.xs
41543              because VMS seems to need it still.
41544      Branch: perl
41545            ! ext/POSIX/POSIX.xs
41546 ____________________________________________________________________________
41547 [  6712] By: jhi                                   on 2000/08/19  14:10:41
41548         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41549              From: Peter Prymmer <pvhp@forte.com>
41550              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
41551              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
41552      Branch: perl
41553            ! lib/Pod/Find.pm t/pod/find.t
41554 ____________________________________________________________________________
41555 [  6711] By: jhi                                   on 2000/08/19  14:09:19
41556         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
41557              From: Peter Prymmer <pvhp@forte.com>
41558              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
41559              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
41560              cc: vmsperl@perl.org
41561      Branch: perl
41562            ! t/lib/peek.t
41563 ____________________________________________________________________________
41564 [  6710] By: jhi                                   on 2000/08/19  14:08:01
41565         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
41566              From: Jan Dubois <jand@ActiveState.com>
41567              Date: Fri, 18 Aug 2000 16:31:48 -0700
41568              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
41569      Branch: perl
41570            ! win32/win32.c
41571 ____________________________________________________________________________
41572 [  6709] By: jhi                                   on 2000/08/19  14:06:57
41573         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
41574              
41575              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
41576              From: Spider.Boardman@Orb.Nashua.NH.US
41577              Date: Fri, 18 Aug 2000 18:41:14 -0400
41578              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
41579      Branch: perl
41580            ! regcomp.c
41581 ____________________________________________________________________________
41582 [  6708] By: jhi                                   on 2000/08/18  22:04:49
41583         Log: Update Changes.
41584      Branch: perl
41585            ! Changes patchlevel.h
41586 ____________________________________________________________________________
41587 [  6707] By: jhi                                   on 2000/08/18  21:55:14
41588         Log: Add warnif(), check warnings further up the stack,
41589              all the warnings functions now can take an optional object reference.
41590              
41591              Subject: [PATCH bleedperl@6691] warnings pragma update
41592              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41593              Date: Fri, 18 Aug 2000 22:42:06 +0100
41594              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
41595      Branch: perl
41596            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
41597            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
41598            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
41599 ____________________________________________________________________________
41600 [  6706] By: jhi                                   on 2000/08/18  21:41:45
41601         Log: Typo in pp_complement().
41602              
41603              Subject: [PATCH perl-current] Deparse
41604              From: Peter Scott <Peter@PSDT.com>
41605              Date: Fri, 18 Aug 2000 12:44:37 -0700
41606              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
41607      Branch: perl
41608            ! ext/B/B/Deparse.pm
41609 ____________________________________________________________________________
41610 [  6705] By: jhi                                   on 2000/08/18  21:25:59
41611         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
41612              From: Jan Dubois <jand@ActiveState.com>
41613              Date: Fri, 18 Aug 2000 14:22:51 -0700
41614              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
41615      Branch: perl
41616            ! lib/Win32.pod win32/win32.c
41617 ____________________________________________________________________________
41618 [  6704] By: jhi                                   on 2000/08/18  21:16:14
41619         Log: Don't eat leading os from index entries.
41620              
41621              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
41622              From: Russ Allbery <rra@stanford.edu>
41623              Date: 10 Aug 2000 20:49:25 -0700
41624              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
41625      Branch: perl
41626            ! lib/Pod/Man.pm
41627 ____________________________________________________________________________
41628 [  6703] By: jhi                                   on 2000/08/18  21:07:06
41629         Log: Add [[:blank:]] as suggested in
41630              
41631              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41632              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41633              Date: Sun, 16 Jul 2000 17:55:29 -0700
41634              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41635              
41636              (the [=cc=] has already been taken care of by #6439
41637              so the whole bug report can be closed)
41638              
41639              and make [[:space:]] to be equivalent to isspace(3)
41640              (as opposed to \s, which is isSPACE()).  The difference
41641              is that now [[:space:]] matches the mythical vertical tab,
41642              while \s doesn't.
41643      Branch: perl
41644            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
41645            ! regexec.c t/op/pat.t
41646 ____________________________________________________________________________
41647 [  6702] By: jhi                                   on 2000/08/18  18:47:47
41648         Log: The new tests were missing from #6415.
41649      Branch: perl
41650            ! t/op/bop.t
41651 ____________________________________________________________________________
41652 [  6701] By: jhi                                   on 2000/08/18  18:20:40
41653         Log: Document the NDBM_File and ODBM_File as SDBM_File
41654              was documented in #6417.
41655      Branch: perl
41656            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
41657            ! ext/SDBM_File/SDBM_File.pm
41658 ____________________________________________________________________________
41659 [  6700] By: jhi                                   on 2000/08/18  18:10:39
41660         Log: Subject: [PATCH perl@6698] cygwin port
41661              From: "Fifer, Eric" <EFifer@sanwaint.com>
41662              Date: Fri, 18 Aug 2000 17:30:05 +0100
41663              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
41664      Branch: perl
41665            ! lib/File/Temp.pm
41666 ____________________________________________________________________________
41667 [  6699] By: jhi                                   on 2000/08/18  16:21:49
41668         Log: Document code point which makes if (defined %stash::) to work
41669              (noted by Spider Boardman).
41670      Branch: perl
41671            ! op.c
41672 ____________________________________________________________________________
41673 [  6698] By: jhi                                   on 2000/08/18  13:43:27
41674         Log: Update Changes.
41675      Branch: perl
41676            ! Changes patchlevel.h
41677 ____________________________________________________________________________
41678 [  6697] By: jhi                                   on 2000/08/18  13:35:57
41679         Log: Tiny Getopt::Long patch from Johan Vromans.
41680      Branch: perl
41681            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41682 ____________________________________________________________________________
41683 [  6696] By: jhi                                   on 2000/08/18  13:26:14
41684         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41685              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
41686              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
41687              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
41688      Branch: perl
41689            ! pod/perldiag.pod pod/perlsyn.pod
41690 ____________________________________________________________________________
41691 [  6695] By: jhi                                   on 2000/08/18  13:13:26
41692         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41693              From: Daniel Chetlin <daniel@chetlin.com>
41694              Date: Fri, 18 Aug 2000 03:13:36 -0700
41695              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
41696      Branch: perl
41697            ! pod/perlfunc.pod
41698 ____________________________________________________________________________
41699 [  6694] By: jhi                                   on 2000/08/18  13:08:05
41700         Log: Subject: [PATCH] perltrap.pod spring cleaning
41701              From: Daniel Chetlin <daniel@chetlin.com>
41702              Date: Fri, 18 Aug 2000 03:06:54 -0700
41703              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
41704              
41705              plus Mike Guy's nitfix.
41706      Branch: perl
41707            ! pod/perltrap.pod
41708 ____________________________________________________________________________
41709 [  6693] By: jhi                                   on 2000/08/18  13:00:26
41710         Log: Unbuffer the output.
41711              
41712              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
41713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41714              Date: Thu, 17 Aug 2000 18:39:29 -0700
41715              Message-ID: <RPJn5gzkgydf092yn@efn.org>
41716      Branch: perl
41717            ! t/op/fork.t
41718 ____________________________________________________________________________
41719 [  6692] By: jhi                                   on 2000/08/18  05:19:17
41720         Log: Delete the image, too, not just its MANIFEStation.
41721      Branch: perl
41722            - lib/CGI/eg/wilogo.gif
41723 ____________________________________________________________________________
41724 [  6691] By: jhi                                   on 2000/08/18  05:10:26
41725         Log: Propagate new Configure vars.
41726      Branch: perl
41727            ! configure.com epoc/config.sh uconfig.h uconfig.sh
41728            ! vos/config.def vos/config.h vos/config_h.SH_orig
41729            ! win32/config.bc win32/config.gc win32/config.vc
41730            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41731 ____________________________________________________________________________
41732 [  6690] By: jhi                                   on 2000/08/18  04:30:56
41733         Log: Update Changes.
41734      Branch: perl
41735            ! Changes patchlevel.h
41736 ____________________________________________________________________________
41737 [  6689] By: jhi                                   on 2000/08/18  04:12:30
41738         Log: Fix the lib/complex failure of
41739              
41740              From: abigail@foad.org
41741              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41742              Date: 15 Aug 2000 04:06:38 -0000
41743              Message-Id: <20000815040638.8524.qmail@foad.org> 
41744              
41745              Linux long double accuracy issue: something that
41746              when printed with %g looks like "2" but int() of it is 1.
41747      Branch: perl
41748            ! lib/Math/Complex.pm
41749 ____________________________________________________________________________
41750 [  6688] By: jhi                                   on 2000/08/18  03:15:35
41751         Log: The byteorder code in #6671 was wrong.
41752      Branch: perl
41753            ! configpm
41754 ____________________________________________________________________________
41755 [  6687] By: jhi                                   on 2000/08/18  02:08:42
41756         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
41757              From: Jan Dubois <jand@ActiveState.com>
41758              Date: Thu, 17 Aug 2000 18:31:55 -0700
41759              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
41760      Branch: perl
41761            ! sv.c
41762 ____________________________________________________________________________
41763 [  6686] By: jhi                                   on 2000/08/18  02:04:15
41764         Log: Use NVs in POSIX math, not doubles.
41765              
41766              From: abigail@foad.org
41767              Subject: [ID 20000817.014] POSIX & modfl
41768              Date: 17 Aug 2000 20:49:18 -0000
41769              Message-Id: <20000817204918.23123.qmail@foad.org>
41770      Branch: perl
41771            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41772 ____________________________________________________________________________
41773 [  6685] By: jhi                                   on 2000/08/18  02:02:12
41774         Log: Introduce NVef, NVff, and NVgf, use the middle one.
41775              (helps for lib/peek + Linux + long doubles)  Reported in
41776              
41777              From: abigail@foad.org
41778              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41779              Date: 15 Aug 2000 04:06:38 -0000
41780              Message-Id: <20000815040638.8524.qmail@foad.org> 
41781              
41782              (note: the lib/complex failure has not yet been addressed)
41783      Branch: metaconfig/U/perl
41784            ! perlxvf.U
41785      Branch: perl
41786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41787            ! config_h.SH dump.c perl.h pod/perlguts.pod
41788 ____________________________________________________________________________
41789 [  6684] By: jhi                                   on 2000/08/17  23:22:19
41790         Log: Add byteorder to the myconfig output.
41791      Branch: perl
41792            ! myconfig.SH
41793 ____________________________________________________________________________
41794 [  6683] By: jhi                                   on 2000/08/17  23:20:19
41795         Log: The image doth not exist, spotted by Johan Vromans.
41796      Branch: perl
41797            ! MANIFEST
41798 ____________________________________________________________________________
41799 [  6682] By: jhi                                   on 2000/08/17  22:38:16
41800         Log: Document what the backtick returns if the command fails.
41801      Branch: perl
41802            ! pod/perlop.pod
41803 ____________________________________________________________________________
41804 [  6681] By: jhi                                   on 2000/08/17  22:33:12
41805         Log: Do not use prototyping here.
41806              
41807              Subject: [ID 20000817.016] [PATCH] Peek.xs
41808              From: abigail@foad.org
41809              Date: 17 Aug 2000 20:55:56 -0000
41810              Message-Id: <20000817205556.24270.qmail@foad.org>
41811      Branch: perl
41812            ! ext/Devel/Peek/Makefile.PL
41813 ____________________________________________________________________________
41814 [  6680] By: jhi                                   on 2000/08/17  19:46:43
41815         Log: Don't propose using modules built for 5.005 if no binary
41816              compatibility with 5.005 is attempted.
41817              
41818              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41819              Subject: Minor nit with 5.7.0 (6655)
41820              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
41821              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
41822      Branch: metaconfig
41823            ! U/installdirs/inc_version_list.U
41824      Branch: perl
41825            ! Configure config_h.SH
41826 ____________________________________________________________________________
41827 [  6679] By: jhi                                   on 2000/08/17  19:16:39
41828         Log: Microperl config update.
41829      Branch: perl
41830            ! uconfig.h uconfig.sh
41831 ____________________________________________________________________________
41832 [  6678] By: jhi                                   on 2000/08/17  19:16:13
41833         Log: The #6648 wasn't protective enough for limited platforms
41834              (like microperl).
41835      Branch: perl
41836            ! dump.c sv.c
41837 ____________________________________________________________________________
41838 [  6677] By: jhi                                   on 2000/08/17  14:46:35
41839         Log: Update Changes.
41840      Branch: perl
41841            ! Changes patchlevel.h
41842 ____________________________________________________________________________
41843 [  6676] By: jhi                                   on 2000/08/17  14:44:02
41844         Log: Add perlebcdic from Peter Prymmer, regen toc.
41845      Branch: perl
41846            + pod/perlebcdic.pod
41847            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41848 ____________________________________________________________________________
41849 [  6675] By: jhi                                   on 2000/08/17  14:41:52
41850         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41851      Branch: perl
41852            ! pod/perldebtut.pod
41853 ____________________________________________________________________________
41854 [  6674] By: jhi                                   on 2000/08/17  14:29:43
41855         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
41856              
41857              Subject: [ID 20000724.006] -DLEAKTEST problem
41858              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
41859              Date: Tue, 25 Jul 2000 00:36:32 -0500
41860              Message-Id: <20000725003632.A26186@www.llamacom.com>
41861              
41862              Reminder sent
41863              
41864              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
41865              From: Hugo <hv@crypt.compulink.co.uk>
41866              Date: Thu, 17 Aug 2000 15:23:42 +0100
41867              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
41868      Branch: perl
41869            ! util.c
41870 ____________________________________________________________________________
41871 [  6673] By: jhi                                   on 2000/08/17  04:07:10
41872         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41873              From: John Peacock <JPeacock@UnivPress.com>
41874              Date: Tue, 01 Aug 2000 09:38:12 -0400
41875              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
41876      Branch: perl
41877            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
41878 ____________________________________________________________________________
41879 [  6672] By: jhi                                   on 2000/08/17  03:04:35
41880         Log: Subject: [PATCH] Cwd.pm now uses strict
41881              From: Tim Jenness <timj@jach.hawaii.edu>
41882              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
41883              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
41884      Branch: perl
41885            ! lib/Cwd.pm
41886 ____________________________________________________________________________
41887 [  6671] By: jhi                                   on 2000/08/17  02:16:35
41888         Log: Make $Config{byteorder} more magical so that it is
41889              dynamically computed: nice for 'fat binaries'.
41890              
41891              Subject: [PATCH]: default byteorder
41892              From: Wilfredo Sánchez <wsanchez@apple.com>
41893              Date: Mon, 31 Jul 2000 19:45:31 -0700
41894              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
41895      Branch: perl
41896            ! configpm
41897 ____________________________________________________________________________
41898 [  6670] By: gsar                                  on 2000/08/17  01:22:21
41899         Log: move WNOHANG definition to where other such things are
41900      Branch: perl
41901            ! win32/win32.h
41902 ____________________________________________________________________________
41903 [  6669] By: jhi                                   on 2000/08/17  01:19:17
41904         Log: Update Changes.
41905      Branch: perl
41906            ! Changes patchlevel.h
41907 ____________________________________________________________________________
41908 [  6668] By: jhi                                   on 2000/08/17  01:16:29
41909         Log: Doc nits spotted by Richard Soderberg.
41910      Branch: perl
41911            ! README.posix-bc README.vmesa
41912 ____________________________________________________________________________
41913 [  6667] By: jhi                                   on 2000/08/17  01:12:11
41914         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41915              From: "Casey R. Tweten" <crt@kiski.net>
41916              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
41917              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
41918      Branch: perl
41919            ! pod/perldebtut.pod
41920 ____________________________________________________________________________
41921 [  6666] By: jhi                                   on 2000/08/17  01:09:31
41922         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41923              From: "Casey R. Tweten" <crt@kiski.net>
41924              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
41925              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
41926      Branch: perl
41927            ! lib/Shell.pm
41928 ____________________________________________________________________________
41929 [  6665] By: gsar                                  on 2000/08/17  01:03:52
41930         Log: add "ok" targets from change#6632 in makefile.mk
41931      Branch: perl
41932            ! pod/perlport.pod win32/Makefile win32/makefile.mk
41933 ____________________________________________________________________________
41934 [  6664] By: gsar                                  on 2000/08/17  00:56:11
41935         Log: avoid warnings from dense compiler
41936      Branch: perl
41937            ! win32/win32.c
41938 ____________________________________________________________________________
41939 [  6663] By: jhi                                   on 2000/08/17  00:51:49
41940         Log: Tweak the regex compilation errors once more.
41941      Branch: perl
41942            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41943            ! t/op/regmesg.t t/pragma/warn/regcomp
41944 ____________________________________________________________________________
41945 [  6662] By: gsar                                  on 2000/08/17  00:28:19
41946         Log: trailing new %ENV entries weren't being pushed into the real
41947              environment of subprocesses on Windows
41948      Branch: perl
41949            ! t/op/magic.t win32/perlhost.h
41950 ____________________________________________________________________________
41951 [  6661] By: gsar                                  on 2000/08/17  00:19:20
41952         Log: waitpid() now handles externally spawned pids correctly;
41953              fixes for backtick/wait/waitpid failures on Windows 9x
41954              
41955              these changes make the pid returned by process functions on
41956              Windows 9x always positive by clearing the high bit (which
41957              is always set on Win9x); pseudo-process PIDs are likewise
41958              always negative now on Win9x (just as on NT/2000)
41959      Branch: perl
41960            ! pp_sys.c win32/perlhost.h win32/win32.c
41961 ____________________________________________________________________________
41962 [  6660] By: jhi                                   on 2000/08/17  00:04:32
41963         Log: Retract #6645.
41964      Branch: perl
41965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41966            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41967            ! t/op/sprintf.t
41968 ____________________________________________________________________________
41969 [  6659] By: gsar                                  on 2000/08/16  23:59:28
41970         Log: on windows, the return values from wait() and waitpid() don't
41971              match those of pseudo-pids
41972      Branch: perl
41973            ! pp_sys.c t/op/fork.t util.c win32/win32.c
41974 ____________________________________________________________________________
41975 [  6658] By: gsar                                  on 2000/08/16  23:56:14
41976         Log: pod nit seen in passing
41977      Branch: perl
41978            ! pod/perlfunc.pod
41979 ____________________________________________________________________________
41980 [  6657] By: gsar                                  on 2000/08/16  23:53:42
41981         Log: change#6328 could make close(SOCKET) return false on windows
41982              when it shouldn't
41983      Branch: perl
41984            ! win32/win32sck.c
41985 ____________________________________________________________________________
41986 [  6656] By: gsar                                  on 2000/08/16  23:46:57
41987         Log: check that the number pseudo children doesn't exceed
41988              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41989              the WaitForMultipleObjects() limit that would cause wait()
41990              to crash)
41991              
41992              wait() and waitpid() could potentially be rewritten to use
41993              more than one thread to do the waiting to eliminate this
41994              limitation
41995      Branch: perl
41996            ! win32/perlhost.h
41997 ____________________________________________________________________________
41998 [  6655] By: jhi                                   on 2000/08/16  14:11:05
41999         Log: Update Changes.
42000      Branch: perl
42001            ! Changes patchlevel.h
42002 ____________________________________________________________________________
42003 [  6654] By: jhi                                   on 2000/08/16  14:10:12
42004         Log: Update to perldebtut 1.9, from Richard Foley.
42005      Branch: perl
42006            ! pod/perldebtut.pod
42007 ____________________________________________________________________________
42008 [  6653] By: jhi                                   on 2000/08/16  14:08:17
42009         Log: Change the regx compilation error markers to use = instead of <
42010              since pod makes using the latter quite messy.  Reported in
42011              ID 20000814.006 by Abigail and in
42012              Subject: Unknown escape E<> ?
42013              From: Lupe Christoph <lupe@lupe-christoph.de>
42014              Date: Fri, 11 Aug 2000 00:30:27 +0200
42015              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
42016      Branch: perl
42017            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42018            ! t/op/regmesg.t t/pragma/warn/regcomp
42019 ____________________________________________________________________________
42020 [  6652] By: jhi                                   on 2000/08/16  13:25:31
42021         Log: Change the perlbug address to perl.org since it's more forgiving.
42022              
42023              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
42024              From: abigail@foad.org
42025              Date: 15 Aug 2000 04:15:40 -0000
42026              Message-Id: <20000815041540.8633.qmail@foad.org>
42027      Branch: perl
42028            ! utils/perlbug.PL
42029 ____________________________________________________________________________
42030 [  6651] By: jhi                                   on 2000/08/16  13:22:35
42031         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
42032              From: Tim Jenness <timj@jach.hawaii.edu>
42033              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
42034              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
42035      Branch: perl
42036            ! lib/Cwd.pm
42037 ____________________________________________________________________________
42038 [  6650] By: jhi                                   on 2000/08/16  13:18:13
42039         Log: Update to CPAN 1.57.
42040              
42041              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
42042              From: andreas.koenig@anima.de (Andreas J. Koenig)
42043              Date: 16 Aug 2000 15:09:46 +0200
42044              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
42045      Branch: perl
42046            ! lib/CPAN.pm
42047 ____________________________________________________________________________
42048 [  6649] By: jhi                                   on 2000/08/16  13:12:31
42049         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
42050              From: "Larry W. Virden" <lvirden@cas.org>
42051              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
42052              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
42053      Branch: perl
42054            ! README.hpux
42055 ____________________________________________________________________________
42056 [  6648] By: jhi                                   on 2000/08/16  13:03:53
42057         Log: The numeric locale was reset to "C" by s?printf and never restored.
42058              
42059              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42060              From: Christian Kirsch <ck@held.mind.de>
42061              Date: Wed, 9 Aug 2000 17:05:17 +0200
42062              Message-Id: <20000809170517.A25389@held>
42063              
42064              No test since adding the failing example to locale.t
42065              does not fail -- probably because the locale settings are so
42066              thoroughly tweaked by that time.  Running the example standalone
42067              does fail, though.  UPDATE: test case added at change #7540.
42068      Branch: perl
42069            ! dump.c perl.h pp.c pp_ctl.c sv.c
42070 ____________________________________________________________________________
42071 [  6647] By: jhi                                   on 2000/08/16  00:07:54
42072         Log: Update Changes and test semi-automatic patchlevel updating.
42073      Branch: perl
42074            ! Changes patchlevel.h
42075 ____________________________________________________________________________
42076 [  6646] By: jhi                                   on 2000/08/15  23:35:07
42077         Log: Fix a dependency problem.
42078              
42079              Subject: [PATCH: 6640] VMS Makefile.SH update
42080              From: Peter Prymmer <pvhp@forte.com>
42081              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
42082              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
42083      Branch: perl
42084            ! vms/descrip_mms.template
42085 ____________________________________________________________________________
42086 [  6645] By: jhi                                   on 2000/08/15  23:33:23
42087         Log: (Retracted by #6660)
42088              
42089              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
42090              From: Dominic Dunlop <domo@computer.org>
42091              Date: Tue, 15 Aug 2000 22:20:52 +0200
42092              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
42093      Branch: metaconfig/U/perl
42094            + d_printfed.U
42095      Branch: perl
42096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42097            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42098            ! t/op/sprintf.t
42099 ____________________________________________________________________________
42100 [  6644] By: jhi                                   on 2000/08/15  21:17:20
42101         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
42102              From: abigail@foad.org
42103              Date: 15 Aug 2000 20:12:41 -0000
42104              Message-Id: <20000815201241.25556.qmail@foad.org>
42105      Branch: perl
42106            ! INSTALL
42107 ____________________________________________________________________________
42108 [  6643] By: jhi                                   on 2000/08/15  21:15:28
42109         Log: (an already applied patch)
42110      Branch: perl
42111            ! lib/CGI.pm
42112 ____________________________________________________________________________
42113 [  6642] By: gsar                                  on 2000/08/15  19:54:05
42114         Log: magic callbacks all need to have same type signature
42115      Branch: perl
42116            ! embed.pl mg.c proto.h
42117 ____________________________________________________________________________
42118 [  6641] By: jhi                                   on 2000/08/15  17:56:27
42119         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)
42120              From: Mike Guy <mjtg@cam.ac.uk>
42121              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
42122              Date: Tue, 15 Aug 2000 18:26:45 +0100
42123              
42124              Only the peek.t part applied, not the hash quality part.
42125      Branch: perl
42126            ! t/lib/peek.t
42127 ____________________________________________________________________________
42128 [  6640] By: jhi                                   on 2000/08/15  16:37:37
42129         Log: Update Changes.
42130      Branch: perl
42131            ! Changes
42132 ____________________________________________________________________________
42133 [  6639] By: jhi                                   on 2000/08/15  16:34:55
42134         Log: Missed a file from #6638.
42135      Branch: perl
42136            ! lib/File/Temp.pm
42137 ____________________________________________________________________________
42138 [  6638] By: jhi                                   on 2000/08/15  16:33:19
42139         Log: Subject: [PATCH perl@6620] cygwin port
42140              From: "Fifer, Eric" <EFifer@sanwaint.com>
42141              Date: Tue, 15 Aug 2000 17:00:49 +0100
42142              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
42143      Branch: perl
42144            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
42145 ____________________________________________________________________________
42146 [  6637] By: jhi                                   on 2000/08/15  16:29:22
42147         Log: Subject: [PATCH] debugger exit code should reflect user exit code
42148              From: Mike Guy <mjtg@cam.ac.uk>
42149              Date: Tue, 15 Aug 2000 16:55:59 +0100
42150              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
42151      Branch: perl
42152            ! lib/perl5db.pl
42153 ____________________________________________________________________________
42154 [  6636] By: jhi                                   on 2000/08/15  15:30:58
42155         Log: Update Changes.
42156      Branch: perl
42157            ! Changes
42158 ____________________________________________________________________________
42159 [  6635] By: jhi                                   on 2000/08/15  15:27:21
42160         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
42161      Branch: metaconfig
42162            ! U/mkglossary U/mksample
42163      Branch: metaconfig/U/perl
42164            ! Devel.U
42165      Branch: perl
42166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42167 ____________________________________________________________________________
42168 [  6634] By: jhi                                   on 2000/08/15  14:11:55
42169         Log: Don't blow limited stacks, a lower number is enough to
42170              tickle the lookbehind limit.
42171              
42172              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
42173              From: Dominic Dunlop <domo@computer.org>
42174              Date: Tue, 15 Aug 2000 13:51:24 +0200
42175              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
42176      Branch: perl
42177            ! t/op/regmesg.t
42178 ____________________________________________________________________________
42179 [  6633] By: jhi                                   on 2000/08/15  14:01:46
42180         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
42181              From: Mike Guy <mjtg@cam.ac.uk>
42182              Date: Tue, 15 Aug 2000 12:10:50 +0100
42183              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
42184      Branch: perl
42185            ! utils/perldoc.PL
42186 ____________________________________________________________________________
42187 [  6632] By: jhi                                   on 2000/08/15  13:58:48
42188         Log: make ok etc also for win32.
42189              
42190              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
42191              From: Prymmer/Kahn <pvhp@best.com>
42192              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
42193              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
42194      Branch: perl
42195            ! win32/Makefile
42196 ____________________________________________________________________________
42197 [  6631] By: jhi                                   on 2000/08/15  13:45:03
42198         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
42199      Branch: perl
42200            ! lib/Test.pm
42201 ____________________________________________________________________________
42202 [  6630] By: jhi                                   on 2000/08/15  03:25:09
42203         Log: Update Changes.
42204      Branch: perl
42205            ! Changes
42206 ____________________________________________________________________________
42207 [  6629] By: jhi                                   on 2000/08/15  03:23:53
42208         Log: magic_regdatum_set() is void, not int.
42209      Branch: perl
42210            ! embed.pl mg.c proto.h
42211 ____________________________________________________________________________
42212 [  6628] By: jhi                                   on 2000/08/15  03:08:02
42213         Log: Make the user to give up his firstborn, err, to knowingly
42214              verify installing an unstable developer release.  Also bump
42215              the release to 5.7.0, but leave a patch tag in the local
42216              patches saying that this is not yet the real thing.
42217      Branch: metaconfig
42218            ! U/modified/Instruct.U
42219      Branch: metaconfig/U/perl
42220            + Devel.U
42221      Branch: perl
42222            ! Configure patchlevel.h
42223 ____________________________________________________________________________
42224 [  6627] By: jhi                                   on 2000/08/14  22:32:52
42225         Log: README.os2 update.
42226              
42227              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
42228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42229              Date: Wed, 02 Aug 2000 21:55:09 -0700
42230              Message-ID: <tsPi5gzkgegX092yn@efn.org>
42231      Branch: perl
42232            ! README.os2
42233 ____________________________________________________________________________
42234 [  6626] By: jhi                                   on 2000/08/14  21:00:02
42235         Log: Subject: Re: File::Temp problems on VMS in bleedperl
42236              From: Tim Jenness <timj@jach.hawaii.edu>
42237              cc: vmsperl@perl.org
42238              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
42239              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
42240      Branch: perl
42241            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42242 ____________________________________________________________________________
42243 [  6625] By: jhi                                   on 2000/08/14  20:52:16
42244         Log: Add SUIDMAIL as was done for the CERT alert.
42245      Branch: perl
42246            ! patchlevel.h
42247 ____________________________________________________________________________
42248 [  6624] By: jhi                                   on 2000/08/14  20:48:50
42249         Log: Subject: sfio2000
42250              From: Daniel Muino <dmuino@afip.gov.ar>
42251              Date: Mon, 14 Aug 2000 16:58:11 -0300
42252              Message-ID: <20000814165811.B16368@con2-dgi>
42253      Branch: perl
42254            ! perlsdio.h perlsfio.h
42255 ____________________________________________________________________________
42256 [  6623] By: jhi                                   on 2000/08/14  20:47:36
42257         Log: Subject: warning: storage class after type is obsolescent
42258              From: Daniel Muino <dmuino@afip.gov.ar>
42259              Date: Mon, 14 Aug 2000 16:42:47 -0300
42260              Message-ID: <20000814164247.A16368@con2-dgi>
42261      Branch: perl
42262            ! regcomp.pl regnodes.h
42263 ____________________________________________________________________________
42264 [  6622] By: jhi                                   on 2000/08/14  20:43:05
42265         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
42266              From: abigail@foad.org
42267              Date: 14 Aug 2000 20:00:10 -0000
42268              Message-Id: <20000814200010.27271.qmail@foad.org>
42269      Branch: perl
42270            ! Changes
42271 ____________________________________________________________________________
42272 [  6621] By: jhi                                   on 2000/08/14  15:23:05
42273         Log: Update Changes.
42274      Branch: perl
42275            ! Changes
42276 ____________________________________________________________________________
42277 [  6620] By: jhi                                   on 2000/08/14  15:22:14
42278         Log: Subject: Re: [PATCH] @+, @- readonly
42279              From: Mike Guy <mjtg@cam.ac.uk>
42280              Date: Mon, 14 Aug 2000 15:26:55 +0100
42281              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
42282      Branch: perl
42283            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
42284            ! sv.c t/op/pat.t
42285 ____________________________________________________________________________
42286 [  6619] By: jhi                                   on 2000/08/14  14:12:08
42287         Log: Update Changes.
42288      Branch: perl
42289            ! Changes
42290 ____________________________________________________________________________
42291 [  6618] By: jhi                                   on 2000/08/14  14:09:34
42292         Log: For now remove the mail code.
42293      Branch: perl
42294            ! perl.c
42295 ____________________________________________________________________________
42296 [  6617] By: jhi                                   on 2000/08/14  14:08:28
42297         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
42298      Branch: perl
42299            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
42300            ! pod/perlfaq8.pod pod/perlsec.pod
42301 ____________________________________________________________________________
42302 [  6616] By: jhi                                   on 2000/08/14  14:00:11
42303         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42304              From: Mike Guy <mjtg@cam.ac.uk>
42305              Date: Mon, 14 Aug 2000 08:26:02 +0100
42306              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
42307      Branch: perl
42308            ! lib/perl5db.pl
42309 ____________________________________________________________________________
42310 [  6615] By: jhi                                   on 2000/08/14  13:58:45
42311         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42312              From: Mike Guy <mjtg@cam.ac.uk>
42313              Date: Mon, 14 Aug 2000 08:04:22 +0100
42314              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
42315      Branch: perl
42316            ! gv.c mg.c t/op/pat.t
42317 ____________________________________________________________________________
42318 [  6614] By: jhi                                   on 2000/08/14  13:56:45
42319         Log: Subject: Test fails / warnings with perl-current #6612
42320              From: Mike Guy <mjtg@cam.ac.uk>
42321              Date: Mon, 14 Aug 2000 07:57:23 +0100
42322              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
42323      Branch: perl
42324            ! t/lib/b.t t/lib/peek.t
42325 ____________________________________________________________________________
42326 [  6613] By: jhi                                   on 2000/08/14  13:45:33
42327         Log: VMS configure.com update continues.
42328      Branch: perl
42329            - vms/configure.com
42330            ! MANIFEST configure.com
42331 ____________________________________________________________________________
42332 [  6612] By: jhi                                   on 2000/08/13  22:13:35
42333         Log: Update Changes.
42334      Branch: perl
42335            ! Changes
42336 ____________________________________________________________________________
42337 [  6611] By: jhi                                   on 2000/08/13  16:21:45
42338         Log: Upgrade to CGI 2.71, from Lincoln Stein.
42339      Branch: perl
42340            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
42341 ____________________________________________________________________________
42342 [  6610] By: jhi                                   on 2000/08/13  15:09:16
42343         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42344              From: Mike Guy <mjtg@cam.ac.uk>
42345              Date: Sun, 13 Aug 2000 13:45:51 +0100
42346              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
42347      Branch: perl
42348            ! t/op/regmesg.t
42349 ____________________________________________________________________________
42350 [  6609] By: jhi                                   on 2000/08/13  14:31:26
42351         Log: Andreas says that 1.56 is fine, so reverting back to it.
42352      Branch: perl
42353            ! lib/CPAN.pm
42354 ____________________________________________________________________________
42355 [  6608] By: jhi                                   on 2000/08/13  05:34:20
42356         Log: Update Changes.
42357      Branch: perl
42358            ! Changes
42359 ____________________________________________________________________________
42360 [  6607] By: jhi                                   on 2000/08/13  05:32:01
42361         Log: Put back the \z changes of #5406 to CPAN.pm.
42362      Branch: perl
42363            ! lib/CPAN.pm
42364 ____________________________________________________________________________
42365 [  6606] By: jhi                                   on 2000/08/13  05:20:16
42366         Log: Fix-n-skip the tests under 5005threads.
42367      Branch: perl
42368            ! t/lib/b.t
42369 ____________________________________________________________________________
42370 [  6605] By: jhi                                   on 2000/08/13  05:07:48
42371         Log: Fix the test for 5005threads.
42372      Branch: perl
42373            ! t/lib/peek.t
42374 ____________________________________________________________________________
42375 [  6604] By: jhi                                   on 2000/08/13  03:35:37
42376         Log: Should have deleted this in #6603.
42377      Branch: perl
42378            - vms/subconfigure.com
42379 ____________________________________________________________________________
42380 [  6603] By: jhi                                   on 2000/08/12  18:29:32
42381         Log: Rewrite of vms/subconfigure.com as configure.com,
42382              from Peter Prymmer and the vmsperl crew.
42383      Branch: perl
42384            + vms/configure.com
42385            ! MANIFEST
42386 ____________________________________________________________________________
42387 [  6602] By: jhi                                   on 2000/08/11  13:00:01
42388         Log: PlainText.pm is dead.
42389      Branch: perl
42390            - lib/Pod/PlainText.pm
42391            ! MANIFEST
42392 ____________________________________________________________________________
42393 [  6601] By: jhi                                   on 2000/08/11  04:06:45
42394         Log: Update Changes.
42395      Branch: perl
42396            ! Changes
42397 ____________________________________________________________________________
42398 [  6600] By: jhi                                   on 2000/08/11  04:06:10
42399         Log: Add a few missing files, update MANIFEST.
42400      Branch: perl
42401            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42402            + lib/Pod/PlainText.pm t/pod/find.t
42403            ! MANIFEST t/op/regmesg.t
42404 ____________________________________________________________________________
42405 [  6599] By: jhi                                   on 2000/08/11  03:31:10
42406         Log: Add Perl debugging tutorial, regen toc. 
42407              
42408              Subject: perldebtut.pod
42409              From: Richard Foley <Richard.Foley@m.dasa.de>
42410              Date: Wed, 09 Aug 2000 10:17:15 +0200
42411              Message-id: <3991138B.262247B8@m.dasa.de>
42412      Branch: perl
42413            + pod/perldebtut.pod
42414            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42415 ____________________________________________________________________________
42416 [  6598] By: jhi                                   on 2000/08/11  02:48:56
42417         Log: tiny Changes edit
42418      Branch: perl
42419            ! Changes
42420 ____________________________________________________________________________
42421 [  6597] By: jhi                                   on 2000/08/11  02:39:04
42422         Log: Tests for #6589.
42423              
42424              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42425              From: simon@brecon.co.uk (Simon Cozens)
42426              Date: 11 Aug 2000 02:24:52 GMT
42427              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
42428      Branch: perl
42429            ! t/lib/b.t
42430 ____________________________________________________________________________
42431 [  6596] By: jhi                                   on 2000/08/11  01:50:07
42432         Log: Update Changes.
42433      Branch: perl
42434            ! Changes
42435 ____________________________________________________________________________
42436 [  6595] By: jhi                                   on 2000/08/11  01:47:16
42437         Log: nitfix
42438      Branch: perl
42439            ! Changes
42440 ____________________________________________________________________________
42441 [  6594] By: jhi                                   on 2000/08/11  01:36:16
42442         Log: Subject: Getting perlio and threads to compile
42443              From: Lupe Christoph <lupe@lupe-christoph.de>
42444              Date: Wed, 9 Aug 2000 11:35:54 +0200
42445              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
42446              
42447              (the Solaris version changes in Configure skipped)
42448      Branch: perl
42449            ! hints/solaris_2.sh thread.h
42450 ____________________________________________________________________________
42451 [  6593] By: jhi                                   on 2000/08/11  01:30:16
42452         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
42453              From: simon@brecon.co.uk (Simon Cozens)
42454              Date: 1 Aug 2000 06:55:19 GMT
42455              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
42456      Branch: perl
42457            ! lib/utf8.pm
42458 ____________________________________________________________________________
42459 [  6592] By: jhi                                   on 2000/08/11  01:26:39
42460         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42461              From: Peter Scott <Peter@PeterScott.com>
42462              Date: Thu, 10 Aug 2000 08:23:27 -0700
42463              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
42464      Branch: perl
42465            ! lib/perl5db.pl
42466 ____________________________________________________________________________
42467 [  6591] By: jhi                                   on 2000/08/11  01:22:02
42468         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42469              From: Hugo <hv@crypt.compulink.co.uk>
42470              Date: Thu, 10 Aug 2000 19:23:04 +0100
42471              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
42472      Branch: perl
42473            ! regexec.c t/op/pat.t
42474 ____________________________________________________________________________
42475 [  6590] By: jhi                                   on 2000/08/11  01:19:19
42476         Log: Preprocessing and postprocessing for File::Find.
42477              
42478              Subject: Patch to Find::File.pm to allow alphabetical results
42479              From: Joe Smith <jsmith@inwap.com>
42480              Date: Wed, 9 Aug 2000 02:44:54 -0700
42481              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
42482      Branch: perl
42483            ! lib/File/Find.pm
42484 ____________________________________________________________________________
42485 [  6589] By: jhi                                   on 2000/08/11  01:12:39
42486         Log: B::Deparse didn't do sub attributes.
42487              
42488              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42489              From: simon@brecon.co.uk (Simon Cozens)
42490              Date: 9 Aug 2000 04:49:20 GMT
42491              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
42492      Branch: perl
42493            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
42494 ____________________________________________________________________________
42495 [  6588] By: jhi                                   on 2000/08/11  01:06:40
42496         Log: Subject: debugger "d" command doesnt check line number
42497              From: Mike Guy <mjtg@cam.ac.uk>
42498              Date: Tue, 08 Aug 2000 21:54:29 +0100
42499              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
42500      Branch: perl
42501            ! lib/perl5db.pl mg.c pod/perldiag.pod
42502 ____________________________________________________________________________
42503 [  6587] By: jhi                                   on 2000/08/11  00:45:03
42504         Log: sleep(1) does not necessarily return 1.
42505              
42506              Subject: [PATCH bleadperl] op/lex_assign.t  
42507              From: Hugo <hv@crypt.compulink.co.uk>
42508              Date: Thu, 03 Aug 2000 14:34:22 +0100        
42509              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
42510      Branch: perl
42511            ! t/op/lex_assign.t
42512 ____________________________________________________________________________
42513 [  6586] By: jhi                                   on 2000/08/11  00:31:50
42514         Log: Document the IO::Select timeout.
42515      Branch: perl
42516            ! ext/IO/lib/IO/Select.pm
42517 ____________________________________________________________________________
42518 [  6585] By: jhi                                   on 2000/08/11  00:13:54
42519         Log: Forgot contributor.
42520      Branch: perl
42521            ! Changes
42522 ____________________________________________________________________________
42523 [  6584] By: jhi                                   on 2000/08/11  00:09:19
42524         Log: detypo
42525      Branch: perl
42526            ! Changes
42527 ____________________________________________________________________________
42528 [  6583] By: jhi                                   on 2000/08/11  00:07:53
42529         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42530              
42531              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42532              From: Mike Guy <mjtg@cam.ac.uk> 
42533              Date: Thu, 10 Aug 2000 15:50:54 +0100
42534              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
42535      Branch: perl
42536            ! sv.c t/op/int.t
42537 ____________________________________________________________________________
42538 [  6582] By: jhi                                   on 2000/08/10  23:29:32
42539         Log: Update Changes.
42540      Branch: perl
42541            ! Changes
42542 ____________________________________________________________________________
42543 [  6581] By: jhi                                   on 2000/08/10  23:26:16
42544         Log: Put back the std @INC thing.
42545      Branch: perl
42546            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
42547            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
42548            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
42549            ! t/lib/gol-oo.t
42550 ____________________________________________________________________________
42551 [  6580] By: jhi                                   on 2000/08/10  23:03:34
42552         Log: Update to CGI 2.70, from Lincoln Stein.
42553      Branch: perl
42554            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42555            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
42556            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
42557            ! t/lib/cgi-request.t
42558 ____________________________________________________________________________
42559 [  6579] By: jhi                                   on 2000/08/10  22:41:50
42560         Log: Update to CPAN 1.56, from Andreas König.
42561      Branch: perl
42562            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42563 ____________________________________________________________________________
42564 [  6578] By: jhi                                   on 2000/08/10  22:38:13
42565         Log: Update to Pod::Parser 1.17, from Brad Appleton.
42566      Branch: perl
42567            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
42568            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
42569            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
42570            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
42571            ! t/pod/include.t t/pod/included.t t/pod/lref.t
42572            ! t/pod/multiline_items.t t/pod/nested_items.t
42573            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42574            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
42575            ! t/pod/special_seqs.t
42576 ____________________________________________________________________________
42577 [  6577] By: jhi                                   on 2000/08/10  22:35:41
42578         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
42579      Branch: perl
42580            ! AUTHORS MAINTAIN
42581 ____________________________________________________________________________
42582 [  6576] By: jhi                                   on 2000/08/10  22:24:54
42583         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
42584      Branch: perl
42585            + t/lib/gol-oo.t
42586            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
42587            ! t/lib/gol-compat.t t/lib/gol-linkage.t
42588 ____________________________________________________________________________
42589 [  6575] By: jhi                                   on 2000/08/10  22:02:07
42590         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
42591      Branch: perl
42592            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
42593 ____________________________________________________________________________
42594 [  6574] By: jhi                                   on 2000/08/10  21:55:03
42595         Log: Iterating perl6 description.
42596      Branch: perl
42597            ! pod/perlfaq1.pod
42598 ____________________________________________________________________________
42599 [  6573] By: jhi                                   on 2000/08/10  21:48:26
42600         Log: Revert the sv.c part of #6559, a better fix is needed.
42601      Branch: perl
42602            ! sv.c
42603 ____________________________________________________________________________
42604 [  6572] By: jhi                                   on 2000/08/10  20:33:43
42605         Log: It's the 2ndO'ROSSC.
42606      Branch: perl
42607            ! pod/perlfaq1.pod
42608 ____________________________________________________________________________
42609 [  6571] By: jhi                                   on 2000/08/10  15:55:48
42610         Log: detypo
42611      Branch: perl
42612            ! pod/perlfaq1.pod
42613 ____________________________________________________________________________
42614 [  6570] By: jhi                                   on 2000/08/10  14:11:17
42615         Log: An exceptionally sticky typo.
42616      Branch: perl
42617            ! Changes
42618 ____________________________________________________________________________
42619 [  6569] By: jhi                                   on 2000/08/10  14:09:33
42620         Log: detypo (and test Changes updating script)
42621      Branch: perl
42622            ! Changes
42623 ____________________________________________________________________________
42624 [  6568] By: jhi                                   on 2000/08/10  14:07:07
42625         Log: Update Changes.
42626      Branch: perl
42627            ! Changes
42628 ____________________________________________________________________________
42629 [  6567] By: jhi                                   on 2000/08/10  14:06:19
42630         Log: Amend the description of Perl6.
42631              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
42632              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42633              Date: Wed, 9 Aug 2000 22:11:06 -0500
42634              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
42635      Branch: perl
42636            ! pod/perlfaq1.pod
42637 ____________________________________________________________________________
42638 [  6566] By: jhi                                   on 2000/08/10  13:58:57
42639         Log: Subject: Remove dead entry in perldiag
42640              From: Mike Guy <mjtg@cam.ac.uk>
42641              Date: Thu, 10 Aug 2000 14:19:19 +0100
42642              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
42643      Branch: perl
42644            ! pod/perldiag.pod
42645 ____________________________________________________________________________
42646 [  6565] By: jhi                                   on 2000/08/10  13:51:48
42647         Log: Zero entries were skipped, fix from Adrian Goalby
42648              <argoalby@yahoo.co.uk>
42649      Branch: perl
42650            ! lib/unicode/Number.pl lib/unicode/mktables.PL
42651 ____________________________________________________________________________
42652 [  6564] By: jhi                                   on 2000/08/10  13:00:12
42653         Log: Subject: [PATCH 5.6.0] cygwin port
42654              From: "Fifer, Eric" <EFifer@sanwaint.com>
42655              Date: Thu, 10 Aug 2000 13:15:36 +0100
42656              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
42657      Branch: perl
42658            ! README.cygwin hints/cygwin.sh
42659 ____________________________________________________________________________
42660 [  6563] By: jhi                                   on 2000/08/10  12:55:16
42661         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
42662      Branch: perl
42663            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
42664 ____________________________________________________________________________
42665 [  6562] By: gsar                                  on 2000/08/10  08:38:39
42666         Log: warn is a macro, avoid using at a variable to avoid warnings
42667              in some configurations; readdir.t is too conservative in
42668              estimating number of *.t's
42669      Branch: perl
42670            ! t/op/readdir.t util.c
42671 ____________________________________________________________________________
42672 [  6561] By: jhi                                   on 2000/08/09  23:35:42
42673         Log: Update Changes.
42674      Branch: perl
42675            ! Changes
42676 ____________________________________________________________________________
42677 [  6560] By: jhi                                   on 2000/08/09  23:05:47
42678         Log: Subject: Re: enhanced(?) regex error messages
42679              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42680              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
42681              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
42682              
42683              (plus two small patches sent privately)
42684              (this still seems to leave few test failures)
42685      Branch: perl
42686            + t/op/regmesg.t
42687            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
42688            ! t/pragma/warn/regcomp
42689 ____________________________________________________________________________
42690 [  6559] By: jhi                                   on 2000/08/09  20:41:18
42691         Log: (The fix did work but was not right, retracted in #6573)
42692              
42693              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42694              From: Christian Kirsch <ck@held.mind.de>
42695              Date: Wed, 9 Aug 2000 17:05:17 +0200
42696              Message-Id: <20000809170517.A25389@held>
42697      Branch: perl
42698            ! sv.c t/pragma/locale.t
42699 ____________________________________________________________________________
42700 [  6558] By: jhi                                   on 2000/08/08  22:34:08
42701         Log: Tiny updates on the contributors list.
42702      Branch: perl
42703            ! Changes
42704 ____________________________________________________________________________
42705 [  6557] By: jhi                                   on 2000/08/08  19:34:28
42706         Log: Double check that we have a dirhandle.
42707      Branch: perl
42708            ! util.c
42709 ____________________________________________________________________________
42710 [  6556] By: jhi                                   on 2000/08/08  19:01:51
42711         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
42712              May be repopulated with fresh maintained examples.
42713      Branch: perl
42714            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
42715            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
42716            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
42717            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
42718            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
42719            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
42720            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
42721            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
42722            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
42723            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
42724            + lib/CGI/eg/wilogo_gif.uu
42725            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42726            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42727            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42728            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42729            - eg/cgi/frameset.cgi eg/cgi/index.html
42730            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42731            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42732            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42733            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42734            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42735            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42736            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42737            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42738            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42739            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42740            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42741            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42742            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42743            - eg/van/vanish eg/who eg/wrapsuid
42744            ! MANIFEST
42745 ____________________________________________________________________________
42746 [  6555] By: jhi                                   on 2000/08/08  18:51:08
42747         Log: Delete chat2 as requested by Randal.
42748              
42749              Subject: Re: perlfaq8 coyness
42750              From: merlyn@stonehenge.com (Randal L. Schwartz) 
42751              Date: 15 May 2000 18:52:42 -0700 
42752              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
42753      Branch: perl
42754            - lib/chat2.pl
42755            ! MANIFEST
42756 ____________________________________________________________________________
42757 [  6554] By: jhi                                   on 2000/08/08  18:31:35
42758         Log: Regen global.sym.
42759      Branch: perl
42760            ! global.sym
42761 ____________________________________________________________________________
42762 [  6553] By: jhi                                   on 2000/08/08  18:28:13
42763         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42764              (either perlbug or p5p ate the original), plus regen
42765              perlapi and perltoc. 
42766      Branch: perl
42767            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
42768            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
42769            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
42770            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
42771            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
42772            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
42773            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
42774            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
42775            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
42776            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
42777 ____________________________________________________________________________
42778 [  6552] By: jhi                                   on 2000/08/08  18:06:29
42779         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42780              From: Mike Guy <mjtg@cam.ac.uk>
42781              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
42782              Date: Tue, 08 Aug 2000 15:51:27 +0100
42783      Branch: perl
42784            ! doop.c sv.h t/op/join.t t/pragma/overload.t
42785 ____________________________________________________________________________
42786 [  6551] By: jhi                                   on 2000/08/08  18:01:11
42787         Log: Re-apply #6549.
42788      Branch: perl
42789            ! lib/perl5db.pl
42790 ____________________________________________________________________________
42791 [  6550] By: jhi                                   on 2000/08/08  17:43:08
42792         Log: Accidental retraction of #6549.
42793      Branch: perl
42794            ! lib/perl5db.pl
42795 ____________________________________________________________________________
42796 [  6549] By: jhi                                   on 2000/08/08  17:40:04
42797         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42798              From: Mike Guy <mjtg@cam.ac.uk>
42799              Date: Mon, 07 Aug 2000 21:49:58 +0100
42800              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
42801      Branch: perl
42802            ! lib/perl5db.pl
42803 ____________________________________________________________________________
42804 [  6548] By: jhi                                   on 2000/08/08  17:37:57
42805         Log: Document here-doc better.
42806              
42807              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
42808              From: Mike Guy <mjtg@cam.ac.uk>
42809              Date: Mon, 07 Aug 2000 14:02:09 +0100
42810              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
42811      Branch: perl
42812            ! pod/perldata.pod
42813 ____________________________________________________________________________
42814 [  6547] By: jhi                                   on 2000/08/08  17:33:34
42815         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42816              From: "Randy J. Ray" <rjray@redhat.com>
42817              Date: Mon, 07 Aug 2000 19:12:25 -0700
42818              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
42819      Branch: perl
42820            ! perl.c pod/perlrun.pod
42821 ____________________________________________________________________________
42822 [  6546] By: jhi                                   on 2000/08/08  17:29:26
42823         Log: Subject: Re: enhanced(?) regex error messages 
42824              From: Hugo <hv@crypt.compulink.co.uk>
42825              Date: Tue, 08 Aug 2000 03:25:51 +0100
42826              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
42827              
42828              plus Capitalize the error messages, plus perldiag them.
42829      Branch: perl
42830            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
42831 ____________________________________________________________________________
42832 [  6545] By: jhi                                   on 2000/08/08  13:59:28
42833         Log: Augment #6539 a bit: don't croak if there's magic in the air.
42834              
42835              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
42836              From: Hugo <hv@crypt.compulink.co.uk>
42837              Date: Tue, 08 Aug 2000 03:02:03 +0100
42838              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
42839      Branch: perl
42840            ! pp.c t/op/bless.t
42841 ____________________________________________________________________________
42842 [  6544] By: jhi                                   on 2000/08/07  21:11:52
42843         Log: Make the test -w clean.
42844      Branch: perl
42845            ! t/op/bless.t
42846 ____________________________________________________________________________
42847 [  6543] By: jhi                                   on 2000/08/07  19:49:53
42848         Log: use warnings instead of $^W.
42849      Branch: perl
42850            ! t/op/bless.t
42851 ____________________________________________________________________________
42852 [  6542] By: jhi                                   on 2000/08/07  17:41:41
42853         Log: Disable a portability warning Because We Know What We Are Doing.
42854      Branch: perl
42855            ! t/op/bless.t
42856 ____________________________________________________________________________
42857 [  6541] By: jhi                                   on 2000/08/07  17:29:51
42858         Log: Tiny tidying on report_evil_fh().
42859      Branch: perl
42860            ! util.c
42861 ____________________________________________________________________________
42862 [  6540] By: jhi                                   on 2000/08/07  16:37:38
42863         Log: Make regular expression parse error messages easier to understand.
42864              
42865              Subject: Re: enhanced(?) regex error messages
42866              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42867              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
42868              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
42869      Branch: perl
42870            ! regcomp.c
42871 ____________________________________________________________________________
42872 [  6539] By: jhi                                   on 2000/08/07  16:12:27
42873         Log: Make bless(REF, REF) a fatal error, add bless tests.
42874              
42875              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
42876              From: Hugo <hv@crypt.compulink.co.uk>
42877              Date: Mon, 07 Aug 2000 16:59:38 +0100
42878              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
42879      Branch: perl
42880            + t/op/bless.t
42881            ! MANIFEST pod/perldiag.pod pp.c sv.c
42882 ____________________________________________________________________________
42883 [  6538] By: jhi                                   on 2000/08/07  15:59:43
42884         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
42885              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
42886              Date: Thu, 3 Aug 2000 14:29:21 -0700
42887              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
42888      Branch: perl
42889            ! lib/lib_pm.PL
42890 ____________________________________________________________________________
42891 [  6537] By: jhi                                   on 2000/08/07  15:47:18
42892         Log: Retract #6419 for now since it breaks in AFS and MachTen.
42893      Branch: perl
42894            ! lib/Cwd.pm
42895 ____________________________________________________________________________
42896 [  6536] By: jhi                                   on 2000/08/07  15:05:29
42897         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
42898              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42899              The security hole exists only in suidperls, which isn't
42900              installed or even built by default.
42901      Branch: perl
42902            ! perl.c
42903 ____________________________________________________________________________
42904 [  6535] By: jhi                                   on 2000/08/07  14:45:14
42905         Log: tr memory corruption fix from Simon Cozens.
42906      Branch: perl
42907            ! doop.c
42908 ____________________________________________________________________________
42909 [  6534] By: jhi                                   on 2000/08/06  11:38:16
42910         Log: Document a bit that UDP is not what you might think.
42911              
42912              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42913              From: Lupe Christoph <lupe@lupe-christoph.de>
42914              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
42915              Date: Mon, 24 Jul 2000 08:59:15 +0200
42916      Branch: perl
42917            ! pod/perlipc.pod
42918 ____________________________________________________________________________
42919 [  6533] By: jhi                                   on 2000/08/06  11:35:01
42920         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42921              From: Jeff Pinyan <jeffp@hut.crusoe.net>
42922              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
42923              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
42924      Branch: perl
42925            ! pod/perlfunc.pod
42926 ____________________________________________________________________________
42927 [  6532] By: jhi                                   on 2000/08/06  03:45:41
42928         Log: Have symbols for the IoTYPEs.
42929      Branch: perl
42930            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
42931 ____________________________________________________________________________
42932 [  6531] By: jhi                                   on 2000/08/06  01:33:55
42933         Log: Continue fixing the io warnings.  This also
42934              sort of fixes bug ID 20000802.003: the core dump
42935              is no more.  Whether the current behaviour is correct
42936              (giving a warning: "Not a format reference"), is another matter.
42937      Branch: perl
42938            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
42939            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42940 ____________________________________________________________________________
42941 [  6530] By: jhi                                   on 2000/08/05  21:33:12
42942         Log: Change the Policy policy: now -Dprefix= with an existing
42943              Policy.sh and prefix == siteprefix == vendorprefix, then all
42944              of them follow along the new prefix.
42945              
42946              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42947              From: Andy Dougherty <doughera@lafayette.edu>
42948              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
42949              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
42950      Branch: perl
42951            ! Policy_sh.SH
42952 ____________________________________________________________________________
42953 [  6529] By: jhi                                   on 2000/08/05  18:57:28
42954         Log: Zap lib/Sys directory when cleaning up.
42955      Branch: perl
42956            ! Makefile.SH
42957 ____________________________________________________________________________
42958 [  6528] By: jhi                                   on 2000/08/05  18:40:44
42959         Log: Essential prototype changes were missing from #6527.
42960              Also make report_evil_fh() more bomb-proof.
42961      Branch: perl
42962            ! embed.h util.c
42963 ____________________________________________________________________________
42964 [  6527] By: jhi                                   on 2000/08/05  03:22:05
42965         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42966              From: "Ronald F. Guilmette" <rfg@monkeys.com>
42967              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
42968              Message-Id: <200007242247.PAA52177@monkeys.com>
42969      Branch: perl
42970            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
42971 ____________________________________________________________________________
42972 [  6526] By: jhi                                   on 2000/08/04  21:23:27
42973         Log: gcc versions might have (parentheses) in them.
42974      Branch: metaconfig/U/perl
42975            ! gccvers.U
42976      Branch: perl
42977            ! Configure config_h.SH
42978 ____________________________________________________________________________
42979 [  6525] By: jhi                                   on 2000/08/04  20:23:12
42980         Log: Weed buglets pointed out by
42981              
42982              From: Lupe Christoph <lupe@lupe-christoph.de>
42983              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42984              Date: Fri, 4 Aug 2000 17:34:39 +0200
42985              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
42986      Branch: metaconfig/U/perl
42987            ! gccvers.U uselfs.U
42988      Branch: perl
42989            ! Configure config_h.SH
42990 ____________________________________________________________________________
42991 [  6524] By: jhi                                   on 2000/08/04  19:02:08
42992         Log: Warn under -w if lstat(FH) is attempted.
42993              
42994              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
42995              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
42996              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
42997              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
42998      Branch: perl
42999            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
43000            ! t/pragma/warn/pp_sys
43001 ____________________________________________________________________________
43002 [  6523] By: jhi                                   on 2000/08/04  12:31:11
43003         Log: Subject: New perlcc, take 2
43004              From: simon@brecon.co.uk (Simon Cozens)
43005              Date: 4 Aug 2000 06:21:04 GMT
43006              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
43007      Branch: perl
43008            ! utils/perlcc.PL
43009 ____________________________________________________________________________
43010 [  6522] By: jhi                                   on 2000/08/04  12:26:33
43011         Log: Subject: Re: Array vs. List context
43012              From: Daniel Chetlin <daniel@chetlin.com>
43013              Date: Fri, 4 Aug 2000 00:22:44 -0700
43014              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
43015      Branch: perl
43016            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
43017            ! pod/perlfaq4.pod
43018 ____________________________________________________________________________
43019 [  6521] By: jhi                                   on 2000/08/04  12:22:38
43020         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
43021              From: Raymund Will <ray@caldera.de>
43022              Date: Fri, 4 Aug 2000 12:07:09 +0200
43023              Message-Id: <20000804120709.A14982@caldera.de>
43024      Branch: perl
43025            ! configure.gnu
43026 ____________________________________________________________________________
43027 [  6520] By: jhi                                   on 2000/08/04  04:09:06
43028         Log: After the #6519 a warning about stat() is just that,
43029              not about a filetest, which now have their own warning.
43030      Branch: perl
43031            ! pod/perldiag.pod
43032 ____________________________________________________________________________
43033 [  6519] By: jhi                                   on 2000/08/04  04:06:30
43034         Log: In the warnings call filehandles consistently so;
43035              add "unopened" warning for stat().
43036      Branch: perl
43037            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43038            ! t/pragma/warn/pp_sys
43039 ____________________________________________________________________________
43040 [  6518] By: jhi                                   on 2000/08/04  02:55:35
43041         Log: Subject: Minor tweak to perlvar.pod
43042              From: "Stephen P. Potter" <spp@ds.net>
43043              Date: Tue, 18 Apr 2000 09:26:03 -0400
43044              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
43045      Branch: perl
43046            ! pod/perlvar.pod
43047 ____________________________________________________________________________
43048 [  6517] By: jhi                                   on 2000/08/04  02:50:08
43049         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
43050              From: "Clinton Pierce" <cpierce1@ford.com>
43051              Date: Wed, 21 Jul 1999 16:45:31 -0400
43052              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
43053              
43054              Fix by Stephen Potter (visible in the bug db but not in p5p?)
43055      Branch: perl
43056            ! pod/perlfunc.pod pod/perlop.pod
43057 ____________________________________________________________________________
43058 [  6516] By: jhi                                   on 2000/08/04  02:09:25
43059         Log: This is 6512.  Really.
43060      Branch: perl
43061            ! dump.c
43062 ____________________________________________________________________________
43063 [  6515] By: jhi                                   on 2000/08/04  01:25:50
43064         Log: mention the idea of @( and @)
43065      Branch: perl
43066            ! Todo-5.6
43067 ____________________________________________________________________________
43068 [  6514] By: bailey                                on 2000/08/04  01:18:46
43069         Log: YA resync with mainstem, including VMS patches from others
43070      Branch: vmsperl
43071           +> (branch 48 files)
43072            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
43073           !> (integrate 354 files)
43074 ____________________________________________________________________________
43075 [  6513] By: jhi                                   on 2000/08/04  01:18:18
43076         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
43077              From: Mark Dickinson <dickins3@fas.harvard.edu>
43078              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
43079              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
43080      Branch: perl
43081            ! t/op/grent.t t/op/pwent.t
43082 ____________________________________________________________________________
43083 [  6512] By: jhi                                   on 2000/08/04  01:14:06
43084         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
43085              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43086              Date: Wed, 02 Aug 2000 10:51:01 +0100
43087              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
43088      Branch: perl
43089            ! sv.c
43090 ____________________________________________________________________________
43091 [  6511] By: jhi                                   on 2000/08/04  00:57:00
43092         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
43093              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43094              Date: Thu, 03 Aug 2000 17:20:04 -0700
43095              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
43096      Branch: metaconfig
43097            ! U/modified/Cppsym.U
43098      Branch: perl
43099            ! Configure config_h.SH
43100 ____________________________________________________________________________
43101 [  6510] By: jhi                                   on 2000/08/04  00:25:28
43102         Log: detypo
43103      Branch: perl
43104            ! Makefile.SH
43105 ____________________________________________________________________________
43106 [  6509] By: jhi                                   on 2000/08/03  23:43:18
43107         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
43108              From: Dominic Dunlop <domo@computer.org>
43109              Date: Thu, 3 Aug 2000 22:16:46 +0200
43110              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
43111      Branch: perl
43112            ! t/op/sprintf.t
43113 ____________________________________________________________________________
43114 [  6508] By: jhi                                   on 2000/08/03  23:40:37
43115         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
43116              From: Hugo <hv@crypt.compulink.co.uk>
43117              Date: Thu, 03 Aug 2000 18:25:30 +0100
43118              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
43119      Branch: perl
43120            ! regcomp.c t/op/re_tests
43121 ____________________________________________________________________________
43122 [  6507] By: jhi                                   on 2000/08/03  23:38:28
43123         Log: Subject: [PATCH] sv.h documentation - SvLEN
43124              From: Mike Guy <mjtg@cam.ac.uk>
43125              Date: Thu, 03 Aug 2000 14:43:09 +0100
43126              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
43127      Branch: perl
43128            ! sv.h
43129 ____________________________________________________________________________
43130 [  6506] By: jhi                                   on 2000/08/03  15:49:14
43131         Log: Disable the fix_pl hack for now.
43132      Branch: perl
43133            ! Makefile.SH
43134 ____________________________________________________________________________
43135 [  6505] By: jhi                                   on 2000/08/03  13:49:04
43136         Log: Add a URL for FSF.
43137              
43138              Subject: Patch for README
43139              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43140              Date: Wed, 2 Aug 2000 13:25:09 -0500
43141              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
43142      Branch: perl
43143            ! README
43144 ____________________________________________________________________________
43145 [  6504] By: jhi                                   on 2000/08/03  13:29:19
43146         Log: Be more informative on what is skipped and why,
43147              also repeat the list at the end.
43148      Branch: perl
43149            ! Porting/p4desc
43150 ____________________________________________________________________________
43151 [  6503] By: jhi                                   on 2000/08/03  13:07:05
43152         Log: Circumvent the removal of .patch by fix_pl.
43153              
43154              Subject: Re: [ID 20000802.011] unable to 'make test'          
43155              From: simon@brecon.co.uk (Simon Cozens) 
43156              Date: 3 Aug 2000 04:17:00 GMT
43157              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
43158      Branch: perl
43159            ! Makefile.SH
43160 ____________________________________________________________________________
43161 [  6502] By: jhi                                   on 2000/08/03  00:14:34
43162         Log: Add the missing setproctitle unit.
43163      Branch: metaconfig/U/perl
43164            + d_setproctitle.U
43165 ____________________________________________________________________________
43166 [  6501] By: jhi                                   on 2000/08/03  00:00:26
43167         Log: The subtest 4 may fail also on VOBS, as pointed out
43168              by Nick Ing-Simmons in November 1999, bug id 19991124.003
43169              (but the failure in that bug report isn't the subtest 4).
43170      Branch: perl
43171            ! t/op/stat.t
43172 ____________________________________________________________________________
43173 [  6500] By: jhi                                   on 2000/08/02  23:49:30
43174         Log: Better skip message for the test; one of the two problems in
43175              
43176              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
43177              From: Lupe Christoph <lupe@lupe-christoph.de>
43178              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
43179              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
43180      Branch: perl
43181            ! t/op/numconvert.t
43182 ____________________________________________________________________________
43183 [  6499] By: jhi                                   on 2000/08/02  22:49:16
43184         Log: Allow "no Module;" even if there is no 'unimport'.
43185              
43186              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
43187              From: mjd@plover.com
43188              Date: 24 Mar 2000 15:24:34 -0000
43189              Message-Id: <20000324152434.15160.qmail@plover.com>
43190      Branch: perl
43191            ! gv.c
43192 ____________________________________________________________________________
43193 [  6498] By: jhi                                   on 2000/08/02  22:42:58
43194         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
43195              that are hopefully soon put into use.
43196      Branch: perl
43197            ! opcode.h opcode.pl opnames.h
43198 ____________________________________________________________________________
43199 [  6497] By: gsar                                  on 2000/08/02  22:28:59
43200         Log: require.t needs binmode() to work on windows
43201      Branch: perl
43202            ! t/comp/require.t
43203 ____________________________________________________________________________
43204 [  6496] By: jhi                                   on 2000/08/02  22:08:51
43205         Log: Document the IVdf UVuf UVof UVxf.
43206      Branch: perl
43207            ! pod/perlguts.pod
43208 ____________________________________________________________________________
43209 [  6495] By: jhi                                   on 2000/08/02  21:54:26
43210         Log: detypo #6494
43211      Branch: perl
43212            ! ext/Data/Dumper/Dumper.xs
43213 ____________________________________________________________________________
43214 [  6494] By: jhi                                   on 2000/08/02  21:49:17
43215         Log: Dump UVs as UVs in Data::Dumper.
43216              
43217              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
43218              From: Gurusamy Sarathy <gsar@ActiveState.com>
43219              Date: Thu, 27 Apr 2000 12:26:25 -0700
43220              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
43221      Branch: perl
43222            ! ext/Data/Dumper/Dumper.xs
43223 ____________________________________________________________________________
43224 [  6493] By: jhi                                   on 2000/08/02  17:01:58
43225         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
43226              From: Hugo <hv@crypt.compulink.co.uk>
43227              Date: Wed, 02 Aug 2000 14:53:56 +0100
43228              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
43229      Branch: perl
43230            ! regexec.c t/op/re_tests
43231 ____________________________________________________________________________
43232 [  6492] By: jhi                                   on 2000/08/02  15:02:46
43233         Log: The new setproctitle() feature is available only in 
43234              bleeding edge FreeBSD.  From Paul Saab.
43235      Branch: perl
43236            ! mg.c
43237 ____________________________________________________________________________
43238 [  6491] By: jhi                                   on 2000/08/02  13:34:36
43239         Log: The tr utf8 patching continues.
43240              
43241              Subject: Re: #6469, too many tests claimed in require.t
43242              From: simon@brecon.co.uk (Simon Cozens)
43243              Date: 2 Aug 2000 02:37:17 GMT
43244              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
43245              
43246              (the logic of the test was the wrong way round in the patch)
43247      Branch: perl
43248            ! doop.c
43249 ____________________________________________________________________________
43250 [  6490] By: jhi                                   on 2000/08/02  13:27:38
43251         Log: The name of a filehandle does not have <these>.
43252      Branch: perl
43253            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43254            ! t/pragma/warn/pp_sys util.c
43255 ____________________________________________________________________________
43256 [  6489] By: jhi                                   on 2000/08/02  04:26:46
43257         Log: Remove the extraneous "main::" prefix from all the
43258              "opened only for", "on closed", and "never opened" warnings.
43259              
43260              Subject: Re: inappropriate warning
43261              From: Gurusamy Sarathy <gsar@ActiveState.com>
43262              Date: Mon, 20 Mar 2000 11:28:02 -0800
43263              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
43264      Branch: perl
43265            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
43266            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
43267            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43268 ____________________________________________________________________________
43269 [  6488] By: jhi                                   on 2000/08/02  03:02:57
43270         Log: memcpy has n o in it, as pinted ut by Sarathy.
43271      Branch: perl
43272            ! pod/perlguts.pod
43273 ____________________________________________________________________________
43274 [  6487] By: jhi                                   on 2000/08/02  02:44:51
43275         Log: Document in one place the memory abstractions used in Perl core.
43276              
43277              Subject: Re: Memory abstraction
43278              From: simon@brecon.co.uk (Simon Cozens)
43279              Date: 2 Aug 2000 02:20:23 GMT
43280              Organization: Earth.li Origins
43281      Branch: perl
43282            ! pod/perlguts.pod
43283 ____________________________________________________________________________
43284 [  6486] By: jhi                                   on 2000/08/02  02:41:57
43285         Log: regen_headers, regen perltoc.
43286      Branch: perl
43287            ! perlapi.c pod/perltoc.pod
43288 ____________________________________________________________________________
43289 [  6485] By: jhi                                   on 2000/08/02  01:43:33
43290         Log: "This little thing tests for a file .patch, and if it contains
43291              a number, pops into patchlevel.h" (making it easier to track
43292              which development version people are reporting bugs against)
43293              
43294              Subject: Patchlevel autogeneration for repository perls
43295              From: simon@brecon.co.uk (Simon Cozens)
43296              Date: 14 Jul 2000 07:12:15 GMT
43297              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
43298      Branch: perl
43299            + fix_pl
43300            ! MANIFEST Makefile.SH
43301 ____________________________________________________________________________
43302 [  6484] By: jhi                                   on 2000/08/02  01:32:54
43303         Log: FreeBSD 3.* updates from
43304              
43305              From: Paul Saab <ps@yahoo-inc.com>
43306              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43307              Date: Tue, 1 Aug 2000 15:41:39 -0700
43308              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43309      Branch: perl
43310            ! hints/freebsd.sh
43311 ____________________________________________________________________________
43312 [  6483] By: jhi                                   on 2000/08/02  01:27:44
43313         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
43314              instead one must use setproctitle().  This was already addressed
43315              by change #6457, but the below has a new variant for FreeBSD 4.0
43316              or later, and the matter is also documented more.
43317              
43318              From: Paul Saab <ps@yahoo-inc.com>
43319              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43320              Date: Tue, 1 Aug 2000 15:41:39 -0700
43321              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43322      Branch: metaconfig/U/perl
43323            + i_libutil.U
43324      Branch: perl
43325            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
43326 ____________________________________________________________________________
43327 [  6482] By: jhi                                   on 2000/08/01  22:17:32
43328         Log: The test from this
43329              
43330              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
43331              Date: Sat, 15 Apr 2000 17:03:44 +0100
43332              From: Tom Hughes <tom@compton.nu>
43333              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
43334              
43335              was missing, the code change went in as #5989
43336              (which had a different test?)
43337      Branch: perl
43338            ! t/op/misc.t
43339 ____________________________________________________________________________
43340 [  6481] By: jhi                                   on 2000/08/01  21:48:38
43341         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
43342              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43343              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
43344              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
43345      Branch: perl
43346            ! perl.h
43347 ____________________________________________________________________________
43348 [  6480] By: jhi                                   on 2000/08/01  18:05:28
43349         Log: Make p4desc to skip non-mainperl branches by default.
43350      Branch: perl
43351            ! Porting/p4desc
43352 ____________________________________________________________________________
43353 [  6479] By: jhi                                   on 2000/08/01  17:29:19
43354         Log: If gccosandvers is equal to osname, clear gccosandvers.
43355      Branch: metaconfig/U/perl
43356            ! gccvers.U
43357      Branch: perl
43358            ! Configure config_h.SH
43359 ____________________________________________________________________________
43360 [  6478] By: jhi                                   on 2000/08/01  15:54:08
43361         Log: BOM patching from Simon Cozens.
43362      Branch: perl
43363            ! toke.c
43364 ____________________________________________________________________________
43365 [  6477] By: jhi                                   on 2000/08/01  04:50:33
43366         Log: Stash away the largefiles flags and libswanted.
43367      Branch: perl
43368            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
43369 ____________________________________________________________________________
43370 [  6476] By: gsar                                  on 2000/08/01  04:24:24
43371         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
43372              on Windows)
43373      Branch: perl
43374            ! t/pragma/utf8.t utf8.c win32/win32.c
43375 ____________________________________________________________________________
43376 [  6475] By: jhi                                   on 2000/08/01  03:35:24
43377         Log: Make chr() for values >127 to create utf8 when under utf8.
43378              
43379              Subject: Re: uft8/chr()
43380              From: simon@brecon.co.uk (Simon Cozens)
43381              Date: 1 Aug 2000 02:37:02 GMT
43382              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
43383      Branch: perl
43384            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43385 ____________________________________________________________________________
43386 [  6474] By: jhi                                   on 2000/08/01  02:36:18
43387         Log: In Digital UNIX warn if gcc explicitly chosen because even
43388              2.95.2 is known to cause problems.
43389      Branch: perl
43390            ! hints/dec_osf.sh
43391 ____________________________________________________________________________
43392 [  6473] By: jhi                                   on 2000/08/01  02:00:56
43393         Log: Make the safety catch for buggy gccs work with triple version
43394              numbers like 2.95.2.  Reported in
43395              
43396              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
43397              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
43398              Date: Mon, 31 Jul 2000 14:55:06 +0200
43399              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
43400      Branch: perl
43401            ! hints/dec_osf.sh
43402 ____________________________________________________________________________
43403 [  6472] By: jhi                                   on 2000/08/01  01:13:33
43404         Log: Subject: fix and question re: waitpid() under win32
43405              From: Brian Clarke <clarke@appliedmeta.com>
43406              Date: Fri, 28 Jul 2000 15:18:29 -0400
43407              Message-ID: <3981DC85.290314EB@appliedmeta.com>
43408              
43409              Slightly reformatted and WNOHANG # define moved to win32.h
43410              so that also POSIX.xs sees it, as suggsted by Sarathy.
43411      Branch: perl
43412            ! win32/win32.c win32/win32.h
43413 ____________________________________________________________________________
43414 [  6471] By: jhi                                   on 2000/08/01  00:55:05
43415         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
43416              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43417              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
43418              Date: Mon, 31 Jul 2000 13:28:51 +0100
43419              
43420              (aka ID 20000730.002)
43421      Branch: perl
43422            ! op.c t/op/tr.t
43423 ____________________________________________________________________________
43424 [  6470] By: jhi                                   on 2000/07/31  23:34:42
43425         Log: Document the problem with -P in HP-UX and its workaround.
43426              
43427              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
43428              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
43429              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
43430              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
43431      Branch: perl
43432            ! README.hpux
43433 ____________________________________________________________________________
43434 [  6469] By: jhi                                   on 2000/07/31  04:15:02
43435         Log: The swallow_bom() saga continues.  The #23 of require.t
43436              (UTF16-LE) still fails (silently, no output) but the #22
43437              (UTF16-BE) seems to be working now.  The root of the
43438              failure may be in sv_gets(): is it UTF-16LE-aware,
43439              especially when it comes to line endings? 
43440      Branch: perl
43441            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
43442            ! t/comp/require.t toke.c utf8.c
43443 ____________________________________________________________________________
43444 [  6468] By: jhi                                   on 2000/07/30  19:05:48
43445         Log: Find green threads before native threads.
43446              
43447              Subject: Re: Patch to jpl/JNI/Makefile.PL
43448              From: Jens Thomsen <jens@fiend.cis.com>
43449              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
43450              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
43451      Branch: perl
43452            ! jpl/JNI/Makefile.PL
43453 ____________________________________________________________________________
43454 [  6467] By: jhi                                   on 2000/07/30  18:36:22
43455         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
43456      Branch: perl
43457            ! doop.c
43458 ____________________________________________________________________________
43459 [  6466] By: jhi                                   on 2000/07/30  04:37:29
43460         Log: A new version of the "remove UPPERACSE string comparison"
43461              operators.  The problem with the previous one (change #6454)
43462              was that it was for Perl 5.6.0.  From Paul Marquess.
43463      Branch: perl
43464            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
43465            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
43466            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43467 ____________________________________________________________________________
43468 [  6465] By: jhi                                   on 2000/07/29  22:39:56
43469         Log: Do not upgrade SVs into utf8 just because they participate
43470              in eq or cmp.  Reported and fix suggested in
43471              
43472              Subject: [ID 20000720.009] sv_eq UTF8 bug
43473              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43474              Date: 21 Jul 2000 04:37:29 -0000
43475              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
43476              
43477              Exercise for the kind reader: should we or should we not
43478              cache the utf8 conversion alonside the SV? (as magic,
43479              as thestrxfrm()ed version is cached under use locale)
43480              Argue both for and against.
43481      Branch: perl
43482            ! sv.c
43483 ____________________________________________________________________________
43484 [  6464] By: jhi                                   on 2000/07/29  22:36:22
43485         Log: Subject: UTF8 concat
43486              From: simon@brecon.co.uk (Simon Cozens) 
43487              Date: 30 Jun 2000 06:13:25 GMT
43488              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
43489              
43490              (with a memory leak fixed, plus a few casts added)
43491              
43492              This also seems to help for
43493              
43494              Subject: [ID 20000716.015] join UTF8 weirdness
43495              From: root <root@ak-71.mind.de> 
43496              Date: Sat, 15 Jul 2000 15:29:54 +0200
43497              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
43498              
43499              (from Andreas König)
43500      Branch: perl
43501            ! pp_hot.c
43502 ____________________________________________________________________________
43503 [  6463] By: jhi                                   on 2000/07/29  00:55:39
43504         Log: Tune the comments and hopefully stop a memory leak.
43505      Branch: perl
43506            ! toke.c utf8.c
43507 ____________________________________________________________________________
43508 [  6462] By: jhi                                   on 2000/07/29  00:16:53
43509         Log: The problem described in this
43510              
43511              Subject: [ID 20000322.018] named chars aren't magical enough
43512              From: root <root@dixie.cscaper.com>     
43513              Date: Wed, 22 Mar 2000 18:37:42 -0700
43514              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
43515              
43516              has been fixed in perl 5.6.0 but just in case added a test
43517              to keep it away.  (The report from Joseph Hall.)
43518      Branch: perl
43519            ! t/lib/charnames.t
43520 ____________________________________________________________________________
43521 [  6461] By: jhi                                   on 2000/07/28  23:56:36
43522         Log: Tiny fixes for #6460.
43523      Branch: metaconfig/U/perl
43524            ! gccvers.U
43525      Branch: perl
43526            ! Configure config_h.SH
43527 ____________________________________________________________________________
43528 [  6460] By: jhi                                   on 2000/07/28  23:24:41
43529         Log: Warn if the version of the operating system used to compile gcc
43530              differs from the current version of the operating system.
43531              Also display the gcc compilation os and version in myconfig.
43532              Inspiration from
43533              
43534              Subject: Re: [ID 20000710.003] ERRORS!!         
43535              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43536              Date: Mon, 10 Jul 2000 15:54:16 -0400
43537              Message-ID: <20000710155416.A1384@O2.chapin.edu>
43538      Branch: metaconfig/U/perl
43539            ! gccvers.U
43540      Branch: perl
43541            ! Configure config_h.SH myconfig.SH
43542 ____________________________________________________________________________
43543 [  6459] By: jhi                                   on 2000/07/28  22:00:32
43544         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
43545              letter to $Config{osvers}.
43546      Branch: metaconfig
43547            ! U/modified/Oldconfig.U
43548      Branch: perl
43549            ! Configure config_h.SH
43550 ____________________________________________________________________________
43551 [  6458] By: jhi                                   on 2000/07/28  04:15:39
43552         Log: Back out #6454, doesn't seem to work.
43553              (Reason: that patch was for perl 5.6.0, not perl-current)
43554              (A version of the patch for perl-current came in later as #6466)
43555      Branch: perl
43556            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43557            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43558            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43559 ____________________________________________________________________________
43560 [  6457] By: jhi                                   on 2000/07/27  23:31:49
43561         Log: Use setproctitle() if available to modify $0.
43562              
43563              Subject: setting $* on BSD4 broken
43564              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43565              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
43566              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
43567      Branch: metaconfig
43568            ! U/modified/Myinit.U
43569      Branch: perl
43570            ! Configure config_h.SH mg.c
43571 ____________________________________________________________________________
43572 [  6456] By: jhi                                   on 2000/07/27  14:50:47
43573         Log: Allow "no AutoLoader;", based on change #6444,
43574              suggested by Graham Barr.
43575      Branch: perl
43576            ! lib/AutoLoader.pm
43577 ____________________________________________________________________________
43578 [  6455] By: jhi                                   on 2000/07/27  14:19:10
43579         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
43580              From: rspier@pobox.com (Robert Spier)
43581              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
43582              Message-ID: <14720.15855.787664.424783@rls.cx>
43583      Branch: perl
43584            ! pod/perldiag.pod
43585 ____________________________________________________________________________
43586 [  6454] By: jhi                                   on 2000/07/27  14:03:02
43587         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
43588              for a long time).
43589              
43590              Reported in
43591              
43592              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
43593              From: Ryan Herbert <rherbert@sycamorehq.com>
43594              Date: Mon, 17 Jul 2000 11:40:42 -0400
43595              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
43596              
43597              Patched in
43598              
43599              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
43600              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43601              Date: Wed, 26 Jul 2000 23:40:18 +0100
43602              Message-ID: <000001bff752$79511880$0a17073e@tiny>
43603              
43604              based on an earlier patch from Stephen P. Potter.
43605              
43606              (Removed later by change #6458 because this patch was for
43607              perl 5.6.0, not perl-current)
43608      Branch: perl
43609            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43610            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43611            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43612 ____________________________________________________________________________
43613 [  6453] By: jhi                                   on 2000/07/27  13:48:02
43614         Log: Subject: [PATCH] fixes bug 20000508.004
43615              From: Michael Stevens <mstevens@globnix.org>
43616              Date: Thu, 27 Jul 2000 13:49:04 +0100
43617              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
43618      Branch: perl
43619            ! pod/perldata.pod
43620 ____________________________________________________________________________
43621 [  6452] By: jhi                                   on 2000/07/26  23:51:26
43622         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
43623              and Craig A. Berry.
43624      Branch: perl
43625            ! lib/File/Temp.pm pod/perlport.pod
43626 ____________________________________________________________________________
43627 [  6451] By: jhi                                   on 2000/07/26  19:43:30
43628         Log: Be wary of close()s, too.
43629              
43630              Subject: Re: [PATCH] perlbug cleanup
43631              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43632              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
43633              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
43634      Branch: perl
43635            ! utils/perlbug.PL
43636 ____________________________________________________________________________
43637 [  6450] By: jhi                                   on 2000/07/26  18:41:40
43638         Log: Subject: Minor doc patch: handy.h
43639              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
43640              Date: Wed, 26 Jul 2000 15:34:25 -0300
43641              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
43642      Branch: perl
43643            ! handy.h pod/perlapi.pod
43644 ____________________________________________________________________________
43645 [  6449] By: jhi                                   on 2000/07/26  18:23:55
43646         Log: Subject: [PATCH] minor doc change - perlguts
43647              From: Michael Stevens <mstevens@globnix.org>
43648              Date: Thu, 13 Jul 2000 12:39:18 +0100
43649              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
43650      Branch: perl
43651            ! pod/perlguts.pod
43652 ____________________________________________________________________________
43653 [  6448] By: jhi                                   on 2000/07/26  18:20:30
43654         Log: open() wariness in perlbug.
43655              
43656              Subject: [PATCH] perlbug cleanup
43657              From: Michael Stevens <mstevens@globnix.org>
43658              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
43659              Date: Thu, 13 Jul 2000 15:52:23 +0100
43660      Branch: perl
43661            ! utils/perlbug.PL
43662 ____________________________________________________________________________
43663 [  6447] By: jhi                                   on 2000/07/26  18:13:04
43664         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
43665      Branch: perl
43666            ! lib/File/Temp.pm t/lib/ftmp-security.t
43667 ____________________________________________________________________________
43668 [  6446] By: jhi                                   on 2000/07/26  18:06:32
43669         Log: docfix from Peter Scott <Peter@PSDT.com>.
43670      Branch: perl
43671            ! pod/perlfunc.pod
43672 ____________________________________________________________________________
43673 [  6445] By: jhi                                   on 2000/07/26  17:53:31
43674         Log: Fix *foo{FORMAT}.
43675              
43676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43677              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43678              Date: Wed, 26 Jul 2000 19:51:02 +0200
43679              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
43680              
43681              From: Graham Barr <gbarr@pobox.com>
43682              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43683              Date: Wed, 26 Jul 2000 17:38:36 +0100
43684              Message-ID: <20000726173836.L472@pobox.com>
43685      Branch: perl
43686            ! pp.c sv.c t/op/gv.t
43687 ____________________________________________________________________________
43688 [  6444] By: jhi                                   on 2000/07/26  17:49:14
43689         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
43690              from Graham Barr in the module list.
43691      Branch: perl
43692            ! gv.c pod/perlobj.pod
43693 ____________________________________________________________________________
43694 [  6443] By: jhi                                   on 2000/07/26  16:06:56
43695         Log: More split() doc and test patches from Mike Guy.
43696      Branch: perl
43697            ! pod/perlfunc.pod t/op/split.t
43698 ____________________________________________________________________________
43699 [  6442] By: jhi                                   on 2000/07/26  16:05:30
43700         Log: MacOS nits from Matthias Neeracher.
43701      Branch: perl
43702            ! perl.c pp_ctl.c
43703 ____________________________________________________________________________
43704 [  6441] By: jhi                                   on 2000/07/26  04:39:57
43705         Log: Subject: [PATCH] split /^/
43706              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43707              Date: Tue, 25 Jul 2000 14:18:57 +0100
43708              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
43709              
43710              (with notes from tchrist and gbarr)
43711      Branch: perl
43712            ! pod/perlfunc.pod t/op/split.t
43713 ____________________________________________________________________________
43714 [  6440] By: jhi                                   on 2000/07/26  04:32:32
43715         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
43716              From: Peter Prymmer <pvhp@forte.com>
43717              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
43718              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
43719      Branch: perl
43720            ! vms/munchconfig.c
43721 ____________________________________________________________________________
43722 [  6439] By: jhi                                   on 2000/07/26  04:31:01
43723         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
43724              to be fatal errors (instead of by default ignoring them, and
43725              ignoring with a bug: even though -w gave an error, the opening [
43726              was left in)  Reported in:
43727              
43728              Subject: [ID 20000716.024] [=cc=] / [:blank:]
43729              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
43730              Date: Sun, 16 Jul 2000 17:55:29 -0700
43731              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
43732      Branch: perl
43733            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
43734 ____________________________________________________________________________
43735 [  6438] By: jhi                                   on 2000/07/25  15:41:15
43736         Log: Subject: [PATCH] av.c apidoc
43737              From: simon@brecon.co.uk (Simon Cozens)
43738              Date: 24 Jul 2000 06:40:52 GMT
43739              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
43740      Branch: perl
43741            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43742            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
43743 ____________________________________________________________________________
43744 [  6437] By: jhi                                   on 2000/07/25  14:05:36
43745         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
43746              From: "Stephen P. Potter" <spp@ds.net>
43747              Date: Mon, 24 Jul 2000 14:22:23 -0400
43748              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
43749      Branch: perl
43750            ! pod/perllocale.pod
43751 ____________________________________________________________________________
43752 [  6436] By: jhi                                   on 2000/07/25  14:02:03
43753         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
43754              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43755              Date: Mon, 24 Jul 2000 18:04:28 +0100
43756              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
43757      Branch: perl
43758            ! t/lib/syslfs.t t/op/lfs.t
43759 ____________________________________________________________________________
43760 [  6435] By: jhi                                   on 2000/07/25  13:59:28
43761         Log: Get UTF16 BOMs working.  Patch from
43762              
43763              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43764              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43765              Date: Tue, 25 Jul 2000 12:52:45 +0100
43766              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
43767              
43768              and notes from
43769              
43770              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43771              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43772              Date: Tue, 25 Jul 2000 11:43:25 +0100
43773              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
43774      Branch: perl
43775            ! t/comp/require.t toke.c utf8.c
43776 ____________________________________________________________________________
43777 [  6434] By: jhi                                   on 2000/07/25  02:39:54
43778         Log: Make the "uninit variable" warning to say "concat or string"
43779              or "join or string" when in concat or join .
43780              
43781              Subject: Re: [ID 20000403.009] uninitialised concatenation???
43782              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43783              Date: Tue, 04 Apr 2000 18:22:58 +0100
43784              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
43785              
43786              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
43787              From: William R Ward <hermit@BayView.COM>
43788              Date: Thu, 30 Mar 2000 19:50:03 -0800
43789              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
43790      Branch: perl
43791            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
43792            ! t/pragma/warn/op t/pragma/warn/sv
43793 ____________________________________________________________________________
43794 [  6433] By: jhi                                   on 2000/07/24  17:52:56
43795         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
43796      Branch: perl
43797            ! lib/File/Spec/VMS.pm
43798 ____________________________________________________________________________
43799 [  6432] By: jhi                                   on 2000/07/24  17:44:44
43800         Log: Test cases for #6431.
43801              
43802              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43803              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43804              Date: Mon, 24 Jul 2000 15:32:29 +0100
43805              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
43806      Branch: perl
43807            ! t/op/pat.t t/op/split.t
43808 ____________________________________________________________________________
43809 [  6431] By: jhi                                   on 2000/07/24  17:43:17
43810         Log: Bind op fix.
43811              
43812              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43813              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43814              Date: Mon, 17 Jul 2000 20:04:56 +0100
43815              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
43816      Branch: perl
43817            ! op.c
43818 ____________________________________________________________________________
43819 [  6430] By: jhi                                   on 2000/07/24  03:42:42
43820         Log: Subject: [ID 20000716.023] syslog test fails without sockets
43821              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43822              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
43823              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
43824      Branch: metaconfig/U/perl
43825            ! Extensions.U
43826      Branch: perl
43827            ! Configure config_h.SH
43828 ____________________________________________________________________________
43829 [  6429] By: jhi                                   on 2000/07/24  03:11:52
43830         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
43831              case, but add also notes explaining the relationship of this
43832              patch and the earlier notes by Sarathy.
43833              
43834              Subject: Map is still slow
43835              From: "Ben Tilly" <ben_tilly@hotmail.com>
43836              Date: Sat, 15 Jul 2000 17:23:27 EDT
43837              Message-ID: <20000715212327.21656.qmail@hotmail.com>
43838      Branch: perl
43839            ! pp_ctl.c
43840 ____________________________________________________________________________
43841 [  6428] By: jhi                                   on 2000/07/24  02:58:52
43842         Log: Documentation to explain the behaviour of map().
43843              
43844              Subject: Re: Map is still slow 
43845              From: Gurusamy Sarathy <gsar@ActiveState.com>
43846              Date: Sat, 15 Jul 2000 16:05:09 -0700
43847              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
43848      Branch: perl
43849            ! pp_ctl.c
43850 ____________________________________________________________________________
43851 [  6427] By: jhi                                   on 2000/07/24  02:50:03
43852         Log: Add tests for
43853              [ID 19991110.003] another matching finding by pcre author
43854              which has already been fixed by some patch, as verified in
43855              
43856              Subject: Re: two regex bugs from the mists of time (well, last November)
43857              From: Hugo <hv@crypt.compulink.co.uk>
43858              Date: Sat, 22 Jul 2000 18:12:58 +0100
43859              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
43860      Branch: perl
43861            ! t/op/re_tests
43862 ____________________________________________________________________________
43863 [  6426] By: jhi                                   on 2000/07/24  02:11:20
43864         Log: A missing 'break' after the [[:space:]] switch case.
43865              
43866              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
43867              From: "Stephen P. Potter" <spp@ds.net>
43868              Date: Tue, 18 Jul 2000 16:25:17 -0400
43869              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
43870      Branch: perl
43871            ! regcomp.c
43872 ____________________________________________________________________________
43873 [  6425] By: jhi                                   on 2000/07/24  02:06:12
43874         Log: The output might have been produced in the wrong order.
43875              
43876              Subject: [ID 20000720.003] [PATCH] t/op/write.t
43877              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43878              Date: Thu, 20 Jul 2000 18:49:18 +0100
43879              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
43880      Branch: perl
43881            ! t/op/write.t
43882 ____________________________________________________________________________
43883 [  6424] By: jhi                                   on 2000/07/24  02:00:07
43884         Log: Use STDOUT consistently.
43885              
43886              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
43887              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43888              Date: Thu, 20 Jul 2000 18:04:01 +0100
43889              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
43890      Branch: perl
43891            ! lib/Test/Harness.pm
43892 ____________________________________________________________________________
43893 [  6423] By: jhi                                   on 2000/07/24  01:54:54
43894         Log: Protect against "wild next"s, that is, callbacks doing "next"
43895              instead of "return".
43896              
43897              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
43898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43899              Date: Tue, 18 Jul 2000 11:30:16 +0100
43900              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
43901      Branch: perl
43902            ! lib/File/Find.pm
43903 ____________________________________________________________________________
43904 [  6422] By: jhi                                   on 2000/07/24  01:35:47
43905         Log: Out-of-date note removed.
43906              
43907              Subject: [PATCH] documentation perlipc
43908              From: rspier@pobox.com (Robert Spier)
43909              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
43910              Message-ID: <14711.35178.572612.502654@rls.cx>
43911      Branch: perl
43912            ! pod/perlipc.pod
43913 ____________________________________________________________________________
43914 [  6421] By: jhi                                   on 2000/07/24  00:09:18
43915         Log: Send all installperl messages to STDERR and be -w clean.
43916              
43917              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
43918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43919              Date: Sat, 22 Jul 2000 14:02:11 +0100
43920              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
43921      Branch: perl
43922            ! installperl
43923 ____________________________________________________________________________
43924 [  6420] By: jhi                                   on 2000/07/24  00:04:19
43925         Log: Decutandpasto.
43926              
43927              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
43928              From: "Richard Soderberg" <rs@crystalflame.net>
43929              Date: Sun, 23 Jul 2000 01:37:23 -0700
43930              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
43931      Branch: perl
43932            ! pod/perlipc.pod
43933 ____________________________________________________________________________
43934 [  6419] By: jhi                                   on 2000/07/24  00:01:12
43935         Log: A cleaner abs_path().
43936              Subject: Re: unix alternative to Cwd.pm
43937              From: Jeff Pinyan <jeffp@crusoe.net>
43938              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
43939              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
43940      Branch: perl
43941            ! lib/Cwd.pm
43942 ____________________________________________________________________________
43943 [  6418] By: jhi                                   on 2000/07/23  23:48:56
43944         Log: Detypo.
43945              
43946              Subject: [PATCH perl-current] Typo in hints/powerux.sh
43947              From: "Richard Soderberg" <rs@crystalflame.net>
43948              Date: Sun, 23 Jul 2000 01:27:33 -0700
43949              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
43950      Branch: perl
43951            ! hints/powerux.sh
43952 ____________________________________________________________________________
43953 [  6417] By: jhi                                   on 2000/07/17  22:13:31
43954         Log: Subject: SDBM_File documentation
43955              From: mjd@plover.com
43956              Date: 16 Jul 2000 17:41:17 -0000
43957              Message-ID: <20000716174117.18515.qmail@plover.com>
43958      Branch: perl
43959            ! ext/SDBM_File/SDBM_File.pm
43960 ____________________________________________________________________________
43961 [  6416] By: jhi                                   on 2000/07/17  19:13:26
43962         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
43963      Branch: perl
43964            ! hints/mpeix.sh mpeix/relink
43965 ____________________________________________________________________________
43966 [  6415] By: jhi                                   on 2000/07/15  14:11:02
43967         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
43968              the utf8 'characters' can be more than one octet).
43969              
43970              Date: Sat, 15 Jul 2000 00:21:56 +0100
43971              From: Tom Hughes <tom@compton.nu>
43972              Subject: Re: [ID 20000714.002]
43973              Message-ID: <db2334de49.tom@compton.compton.nu>
43974              
43975              Reported in
43976              
43977              Subject: [ID 20000714.002]
43978              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43979              Date: 14 Jul 2000 15:13:09 -0000
43980              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
43981      Branch: perl
43982            ! doop.c
43983 ____________________________________________________________________________
43984 [  6414] By: jhi                                   on 2000/07/15  03:13:41
43985         Log: another VMS build tweak from Peter Prymmer
43986      Branch: perl
43987            ! vms/descrip_mms.template
43988 ____________________________________________________________________________
43989 [  6413] By: jhi                                   on 2000/07/15  03:10:40
43990         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
43991      Branch: perl
43992            ! vms/perlvms.pod
43993 ____________________________________________________________________________
43994 [  6412] By: jhi                                   on 2000/07/15  00:31:05
43995         Log: More docs for sv functions.
43996              
43997              Subject: [PATCH cfgperl] sv.c apidoc
43998              From: simon@brecon.co.uk (Simon Cozens)
43999              Date: 13 Jul 2000 09:00:20 GMT
44000              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
44001              
44002              Subject: Re: [PATCH cfgperl] sv.c apidoc
44003              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44004              Date: Thu, 13 Jul 2000 12:27:41 +0100
44005              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
44006              
44007              Subject: Re: [PATCH cfgperl] sv.c apidoc
44008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44009              Date: Thu, 13 Jul 2000 13:23:09 +0100
44010              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
44011              
44012              Subject: Re: [PATCH cfgperl] sv.c apidoc
44013              From: simon@brecon.co.uk (Simon Cozens)
44014              Date: 14 Jul 2000 06:51:02 GMT
44015              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
44016      Branch: perl
44017            ! embed.pl pod/perlapi.pod sv.c
44018 ____________________________________________________________________________
44019 [  6411] By: jhi                                   on 2000/07/15  00:10:41
44020         Log: lib/b test fixes from Peter Prymmer.
44021      Branch: perl
44022            ! t/lib/b.t
44023 ____________________________________________________________________________
44024 [  6410] By: jhi                                   on 2000/07/15  00:02:09
44025         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
44026              From: Hugo <hv@crypt.compulink.co.uk>
44027              Date: Fri, 14 Jul 2000 23:05:20 +0100
44028              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
44029              
44030              Didn't anymore apply, but that point still could use another fix.
44031      Branch: perl
44032            ! pod/perlfunc.pod
44033 ____________________________________________________________________________
44034 [  6409] By: jhi                                   on 2000/07/14  23:15:15
44035         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
44036              not in pod, from Peter Prymmer
44037      Branch: perl
44038            ! vms/descrip_mms.template
44039 ____________________________________________________________________________
44040 [  6408] By: jhi                                   on 2000/07/14  20:35:05
44041         Log: The bug report
44042              [ID 19991110.002] minimal matching discrepancy found by pcre author
44043              seems to have been fixed (though differently from what was suggested
44044              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
44045      Branch: perl
44046            ! t/op/re_tests
44047 ____________________________________________________________________________
44048 [  6407] By: jhi                                   on 2000/07/14  17:38:08
44049         Log: Fix AutoSplit to use File::Spec the right way in VMS,
44050              from Peter Prymmer.
44051      Branch: perl
44052            ! lib/AutoSplit.pm
44053 ____________________________________________________________________________
44054 [  6406] By: jhi                                   on 2000/07/14  14:13:22
44055         Log: Merge perlhacktut into perlhack, update perlguts.
44056              
44057              Subject: Re: Perlhacktut
44058              From: simon@brecon.co.uk (Simon Cozens)
44059              Date: 14 Jul 2000 06:49:21 GMT
44060              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
44061              
44062              Subject: Re: Perlhacktut
44063              From: simon@brecon.co.uk (Simon Cozens)
44064              Date: 14 Jul 2000 07:09:45 GMT
44065              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
44066      Branch: perl
44067            ! pod/perlguts.pod pod/perlhack.pod
44068 ____________________________________________________________________________
44069 [  6405] By: jhi                                   on 2000/07/14  14:02:31
44070         Log: Integrate with Sarathy.
44071      Branch: cfgperl
44072           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
44073           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
44074           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
44075 ____________________________________________________________________________
44076 [  6404] By: gsar                                  on 2000/07/14  12:15:02
44077         Log: PERL_OBJECT build tweaks
44078      Branch: perl
44079            ! toke.c
44080 ____________________________________________________________________________
44081 [  6403] By: gsar                                  on 2000/07/14  11:23:41
44082         Log: inconsistent types needs casts
44083      Branch: perl
44084            ! toke.c
44085 ____________________________________________________________________________
44086 [  6402] By: gsar                                  on 2000/07/14  11:12:04
44087         Log: typos in change#6399, regen headers
44088      Branch: perl
44089            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
44090 ____________________________________________________________________________
44091 [  6401] By: gsar                                  on 2000/07/14  10:59:12
44092         Log: typecasts needed for change#6394
44093      Branch: perl
44094            ! toke.c
44095 ____________________________________________________________________________
44096 [  6400] By: gsar                                  on 2000/07/14  10:49:37
44097         Log: integrate cfgperl contents into mainline
44098      Branch: perl
44099           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
44100           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
44101 ____________________________________________________________________________
44102 [  6399] By: gsar                                  on 2000/07/14  10:38:35
44103         Log: enable UTF-16 filter by default if relevant BOM is seen; various
44104              cleanups (typos, misformatted code, and small bugs)
44105      Branch: perl
44106            ! doop.c embed.pl mg.c op.c pp.c toke.c
44107 ____________________________________________________________________________
44108 [  6398] By: gsar                                  on 2000/07/14  08:55:38
44109         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
44110              name suggests anyway)
44111      Branch: perl
44112            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
44113 ____________________________________________________________________________
44114 [  6397] By: gsar                                  on 2000/07/14  08:44:33
44115         Log: move new variables to the end of the interpreter structure (for
44116              bincompat in code that doesn't #include XSUB.h)
44117      Branch: perl
44118            ! intrpvar.h
44119 ____________________________________________________________________________
44120 [  6396] By: gsar                                  on 2000/07/14  08:13:58
44121         Log: MakeMaker should not remove editor backups (*~) on `make clean`
44122              by default (completes change#6383)
44123      Branch: perl
44124            ! lib/ExtUtils/MM_Unix.pm
44125 ____________________________________________________________________________
44126 [  6395] By: jhi                                   on 2000/07/14  05:20:33
44127         Log: Replace change #6337 with a better one.
44128              
44129              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44130              From: Hugo <hv@crypt.compulink.co.uk>
44131              Date: Fri, 14 Jul 2000 04:16:20 +0100
44132              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
44133      Branch: cfgperl
44134            ! regexec.c t/op/re_tests
44135 ____________________________________________________________________________
44136 [  6394] By: jhi                                   on 2000/07/14  01:33:59
44137         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
44138      Branch: cfgperl
44139            ! embed.pl global.sym proto.h toke.c
44140 ____________________________________________________________________________
44141 [  6393] By: jhi                                   on 2000/07/13  23:41:23
44142         Log: remove discarded test
44143      Branch: cfgperl
44144            ! MANIFEST
44145 ____________________________________________________________________________
44146 [  6392] By: jhi                                   on 2000/07/13  23:32:25
44147         Log: The {multiplier} of a fixed substring was overlooked which
44148              caused a wrong initial search offset for that substring.
44149              
44150              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
44151              From: Hugo <hv@crypt.compulink.co.uk>
44152              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
44153              Date: Thu, 13 Jul 2000 19:27:13 +0100
44154      Branch: cfgperl
44155            ! regcomp.c t/op/re_tests
44156 ____________________________________________________________________________
44157 [  6391] By: jhi                                   on 2000/07/13  16:37:42
44158         Log: typo fix from Craig Berry
44159      Branch: cfgperl
44160            ! vms/subconfigure.com
44161 ____________________________________________________________________________
44162 [  6390] By: jhi                                   on 2000/07/13  13:20:12
44163         Log: Integrate with Sarathy.
44164      Branch: cfgperl
44165            - t/op/method2entersub.t
44166           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
44167           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
44168           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
44169           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
44170 ____________________________________________________________________________
44171 [  6389] By: jhi                                   on 2000/07/13  13:18:48
44172         Log: Detypo from Peter Prymmer, part of #6388.
44173      Branch: cfgperl
44174            ! Configure config_h.SH
44175      Branch: metaconfig
44176            ! U/modified/d_longlong.U
44177 ____________________________________________________________________________
44178 [  6388] By: gsar                                  on 2000/07/13  06:33:40
44179         Log: typos (spotted by Peter Prymmer)
44180      Branch: perl
44181            ! Configure t/lib/english.t
44182 ____________________________________________________________________________
44183 [  6387] By: gsar                                  on 2000/07/13  05:35:28
44184         Log: new selfloader.t in change#6183 doesn't close DATA handles,
44185              and thus fails to clean up tmp files on dosish platforms
44186      Branch: perl
44187            ! t/lib/selfloader.t
44188 ____________________________________________________________________________
44189 [  6386] By: gsar                                  on 2000/07/12  21:42:39
44190         Log: sprintf test tweaks (from Dominic Dunlop)
44191      Branch: perl
44192            ! t/op/sprintf.t
44193 ____________________________________________________________________________
44194 [  6385] By: gsar                                  on 2000/07/12  21:33:46
44195         Log: fix bugs in processing %v-*d and similar format specs (from
44196              Avi Finkel <avi@finkel.org>)
44197      Branch: perl
44198            ! sv.c t/op/sprintf.t
44199 ____________________________________________________________________________
44200 [  6384] By: gsar                                  on 2000/07/12  16:04:19
44201         Log: readd missing perldelta.pod changes from changes#6339,6376
44202      Branch: perl
44203            ! pod/perldelta.pod
44204 ____________________________________________________________________________
44205 [  6383] By: gsar                                  on 2000/07/12  16:00:51
44206         Log: don't clobber *.orig files on *clean targets
44207      Branch: perl
44208            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
44209 ____________________________________________________________________________
44210 [  6382] By: gsar                                  on 2000/07/12  07:59:12
44211         Log: fix broken integrations in cfgperl
44212      Branch: cfgperl
44213           !> Changes pod/perldelta.pod
44214 ____________________________________________________________________________
44215 [  6381] By: gsar                                  on 2000/07/12  07:42:17
44216         Log: integrate cfgperl changes into mainline
44217      Branch: perl
44218            ! Changes
44219           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
44220           !> pod/perlre.pod
44221 ____________________________________________________________________________
44222 [  6380] By: gsar                                  on 2000/07/12  07:31:00
44223         Log: get sprintf.t to adjust properly for 3-digit exponents
44224      Branch: perl
44225            ! t/op/sprintf.t
44226 ____________________________________________________________________________
44227 [  6379] By: gsar                                  on 2000/07/12  06:40:04
44228         Log: change#6174 needs corresponding change in win32/config_h.PL,
44229              which grovels through config_h.SH to find the config.h name
44230      Branch: perl
44231            ! win32/config_h.PL
44232 ____________________________________________________________________________
44233 [  6378] By: jhi                                   on 2000/07/12  05:03:59
44234         Log: Do the cc sanity check both before the hints and
44235              after the cc selction.
44236      Branch: cfgperl
44237            ! Configure config_h.SH
44238      Branch: metaconfig
44239            ! U/modified/Oldconfig.U U/modified/cc.U
44240      Branch: metaconfig/U/perl
44241            + Checkcc.U
44242 ____________________________________________________________________________
44243 [  6377] By: jhi                                   on 2000/07/12  02:49:22
44244         Log: Fix nits noticed by Boston.pm.
44245      Branch: cfgperl
44246            ! pod/perlre.pod
44247 ____________________________________________________________________________
44248 [  6376] By: jhi                                   on 2000/07/11  21:22:13
44249         Log: Configure cosmetics and perldelta.
44250      Branch: cfgperl
44251            ! Configure config_h.SH pod/perldelta.pod
44252      Branch: metaconfig
44253            ! U/modified/cc.U
44254 ____________________________________________________________________________
44255 [  6375] By: gsar                                  on 2000/07/11  21:17:35
44256         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
44257      Branch: perl
44258            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
44259            ! win32/win32sck.c
44260 ____________________________________________________________________________
44261 [  6374] By: gsar                                  on 2000/07/11  20:48:50
44262         Log: tweak for build failure under multiplicity
44263      Branch: perl
44264            ! toke.c
44265 ____________________________________________________________________________
44266 [  6373] By: gsar                                  on 2000/07/11  20:37:23
44267         Log: integrate cfgperl changes#6325..6373 into mainline
44268              (NOTE: today's batch of integrations still untested)
44269      Branch: perl
44270           +> ext/DynaLoader/hints/netbsd.pl
44271            ! Changes
44272           !> (integrate 26 files)
44273 ____________________________________________________________________________
44274 [  6372] By: jhi                                   on 2000/07/11  20:30:36
44275         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
44276              regen perltoc.
44277      Branch: cfgperl
44278            + pod/perlbook.pod
44279            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
44280            ! pod/perltoc.pod
44281 ____________________________________________________________________________
44282 [  6371] By: jhi                                   on 2000/07/11  20:08:56
44283         Log: Minor cleanups on the booklist.
44284      Branch: cfgperl
44285            ! pod/perlfaq2.pod
44286 ____________________________________________________________________________
44287 [  6370] By: jhi                                   on 2000/07/11  19:31:13
44288         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
44289      Branch: cfgperl
44290            ! t/pragma/overload.t
44291 ____________________________________________________________________________
44292 [  6369] By: gsar                                  on 2000/07/11  19:27:48
44293         Log: integrate cfgperl changes#6293..6324 into mainline
44294      Branch: perl
44295           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
44296            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
44297           !> (integrate 30 files)
44298 ____________________________________________________________________________
44299 [  6368] By: gsar                                  on 2000/07/11  19:18:57
44300         Log: skip integrate of problematic change#6292 from cfgperl into mainline
44301      Branch: perl
44302           !> pp_hot.c
44303 ____________________________________________________________________________
44304 [  6367] By: gsar                                  on 2000/07/11  19:17:21
44305         Log: integrate cfgperl changes#6288..6290 into mainline
44306      Branch: perl
44307           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
44308 ____________________________________________________________________________
44309 [  6366] By: gsar                                  on 2000/07/11  19:11:18
44310         Log: integrate cfgperl changes#6268..6282 into mainline
44311      Branch: perl
44312           !> (integrate 30 files)
44313 ____________________________________________________________________________
44314 [  6365] By: gsar                                  on 2000/07/11  18:57:00
44315         Log: delete new accidentally branched file
44316      Branch: perl
44317            - t/op/method2entersub.t
44318 ____________________________________________________________________________
44319 [  6364] By: gsar                                  on 2000/07/11  18:55:13
44320         Log: skip integrate of change#6267 from cfgperl into mainline (the
44321              method call optimization is flawed without additional hints
44322              from user about immutableness of @ISA and no runtime method
44323              definitions)
44324      Branch: perl
44325           +> t/op/method2entersub.t
44326           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
44327           !> perl.h t/op/sprintf.t xsutils.c
44328 ____________________________________________________________________________
44329 [  6363] By: gsar                                  on 2000/07/11  18:49:43
44330         Log: integrate cfgperl changes#6261..6266 into mainline
44331      Branch: perl
44332           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
44333           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
44334           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44335           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
44336 ____________________________________________________________________________
44337 [  6362] By: gsar                                  on 2000/07/11  18:43:26
44338         Log: integrate cfgperl changes#6252..6260 into mainline
44339      Branch: perl
44340           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
44341           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
44342           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
44343           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
44344 ____________________________________________________________________________
44345 [  6361] By: gsar                                  on 2000/07/11  18:37:12
44346         Log: skip integrate of problematic change#6251 from cfgperl into mainline
44347      Branch: perl
44348           !> lib/Exporter.pm
44349 ____________________________________________________________________________
44350 [  6360] By: gsar                                  on 2000/07/11  18:34:56
44351         Log: integrate cfgperl change#6250 into mainline
44352      Branch: perl
44353           +> t/op/my_stash.t
44354           !> MANIFEST embed.pl proto.h toke.c
44355 ____________________________________________________________________________
44356 [  6359] By: gsar                                  on 2000/07/11  18:21:19
44357         Log: integrate cfgperl changes#6242..6249 into mainline
44358      Branch: perl
44359           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
44360           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
44361           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
44362           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
44363           !> t/lib/peek.t utf8.c
44364 ____________________________________________________________________________
44365 [  6358] By: gsar                                  on 2000/07/11  18:15:45
44366         Log: skip integrate of problematic change#6241 from cfgperl into mainline
44367      Branch: perl
44368           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44369 ____________________________________________________________________________
44370 [  6357] By: jhi                                   on 2000/07/11  18:15:16
44371         Log: Fix for
44372              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
44373              From: Roderick Schertler <roderick@argon.org> 
44374              Date: Tue, 11 Jul 2000 13:55:05 -0400 
44375              Message-Id: <200007111755.NAA05077@jones.argon.org> 
44376      Branch: cfgperl
44377            ! doio.c
44378 ____________________________________________________________________________
44379 [  6356] By: jhi                                   on 2000/07/11  18:12:51
44380         Log: Typo in #6341.
44381      Branch: cfgperl
44382            ! pp_hot.c
44383 ____________________________________________________________________________
44384 [  6355] By: gsar                                  on 2000/07/11  18:12:10
44385         Log: integrate cfgperl changes#6231..6240 into mainline
44386      Branch: perl
44387           +> pod/perlutil.pod
44388           !> (integrate 35 files)
44389 ____________________________________________________________________________
44390 [  6354] By: jhi                                   on 2000/07/11  18:04:34
44391         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
44392              From: Dominic Dunlop <domo@computer.org> 
44393              Date: Tue, 11 Jul 2000 12:27:33 +0200 
44394              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
44395              
44396              Replaces change #6268.
44397      Branch: cfgperl
44398            ! t/op/sprintf.t
44399 ____________________________________________________________________________
44400 [  6353] By: gsar                                  on 2000/07/11  17:59:51
44401         Log: skip integrate of problematic change#6230 from cfgperl into mainline
44402              (a later version of File::Spec is already in mainline)
44403      Branch: perl
44404           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
44405           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
44406 ____________________________________________________________________________
44407 [  6352] By: gsar                                  on 2000/07/11  17:57:48
44408         Log: integrate cfgperl changes#6224..6229 into mainline
44409      Branch: perl
44410           +> lib/lib.pm.PL
44411            - lib/lib.pm
44412           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
44413           !> lib/English.pm op.c t/lib/english.t
44414 ____________________________________________________________________________
44415 [  6351] By: gsar                                  on 2000/07/11  17:50:10
44416         Log: skip integrate of problematic change#6223 from cfgperl into mainline
44417      Branch: perl
44418           !> doio.c
44419 ____________________________________________________________________________
44420 [  6350] By: gsar                                  on 2000/07/11  17:48:28
44421         Log: integrate cfgperl changes#6220..6222 into mainline
44422      Branch: perl
44423           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
44424           !> toke.c utf8.c win32/win32.h
44425 ____________________________________________________________________________
44426 [  6349] By: gsar                                  on 2000/07/11  17:46:13
44427         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
44428              mainline
44429      Branch: perl
44430           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44431           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44432           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44433 ____________________________________________________________________________
44434 [  6348] By: jhi                                   on 2000/07/11  17:45:49
44435         Log: README.posix-bc podified from Thomas Dorner.
44436      Branch: cfgperl
44437            ! README.posix-bc
44438 ____________________________________________________________________________
44439 [  6347] By: gsar                                  on 2000/07/11  17:42:04
44440         Log: integrate cfgperl change#6217 into mainline
44441      Branch: perl
44442           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
44443           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
44444           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
44445 ____________________________________________________________________________
44446 [  6346] By: gsar                                  on 2000/07/11  17:39:37
44447         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
44448              mainline
44449      Branch: perl
44450           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
44451           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44452           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44453           !> perlapi.h pod/perlapi.pod
44454 ____________________________________________________________________________
44455 [  6345] By: gsar                                  on 2000/07/11  17:36:42
44456         Log: integrate cfgperl changes#6207..6210 into mainline
44457      Branch: perl
44458           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
44459           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
44460 ____________________________________________________________________________
44461 [  6344] By: gsar                                  on 2000/07/11  17:31:20
44462         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
44463              mainline
44464      Branch: perl
44465           !> (integrate 40 files)
44466 ____________________________________________________________________________
44467 [  6343] By: gsar                                  on 2000/07/11  17:19:08
44468         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
44469      Branch: perl
44470           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
44471            ! Changes
44472           !> (integrate 34 files)
44473 ____________________________________________________________________________
44474 [  6342] By: jhi                                   on 2000/07/11  16:05:48
44475         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
44476              To: perl5-porters@perl.org
44477              From: Karsten Sperling <spiff@phreax.net>
44478              Date: Mon, 10 Jul 2000 15:12:52 +0200
44479              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
44480      Branch: cfgperl
44481            ! lib/Symbol.pm
44482 ____________________________________________________________________________
44483 [  6341] By: jhi                                   on 2000/07/11  15:59:23
44484         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
44485              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44486              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
44487              Date: Fri, 07 Jul 2000 17:57:16 +0100
44488      Branch: cfgperl
44489            ! pp_hot.c
44490 ____________________________________________________________________________
44491 [  6340] By: jhi                                   on 2000/07/11  15:55:47
44492         Log: Subject: Re: format bug report  [Patch]
44493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44494              Date: Wed, 05 Jul 2000 13:12:52 +0200
44495              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
44496              
44497              Subject: Re: format bug report  [Patch]
44498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44499              Date: Wed, 05 Jul 2000 14:10:01 +0200
44500              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
44501      Branch: cfgperl
44502            ! t/op/write.t toke.c
44503 ____________________________________________________________________________
44504 [  6339] By: jhi                                   on 2000/07/11  13:54:09
44505         Log: Be less forgiving about ambiguous and illegal tr ranges.
44506              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44507              From: Mark-Jason Dominus <mjd@plover.com>
44508              Date: Tue, 04 Jul 2000 10:00:12 -0400
44509              Message-ID: <20000704140012.17772.qmail@plover.com>
44510              
44511              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44512              From: Mark-Jason Dominus <mjd@plover.com>
44513              Date: Wed, 05 Jul 2000 09:37:36 -0400
44514              Message-ID: <20000705133736.27293.qmail@plover.com>
44515      Branch: cfgperl
44516            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
44517 ____________________________________________________________________________
44518 [  6338] By: jhi                                   on 2000/07/11  13:31:24
44519         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
44520              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44521              Date: Tue, 11 Jul 2000 13:50:51 +0100
44522              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
44523      Branch: cfgperl
44524            ! sv.c
44525 ____________________________________________________________________________
44526 [  6337] By: jhi                                   on 2000/07/11  13:29:14
44527         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44528              From: Hugo <hv@crypt.compulink.co.uk>
44529              Date: Tue, 11 Jul 2000 12:44:50 +0100
44530              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
44531      Branch: cfgperl
44532            ! regexec.c t/op/re_tests
44533 ____________________________________________________________________________
44534 [  6336] By: jhi                                   on 2000/07/11  13:26:47
44535         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
44536              From: simon@brecon.co.uk (Simon Cozens)
44537              Date: 7 Jul 2000 11:26:09 GMT
44538              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
44539      Branch: cfgperl
44540            ! mg.c
44541 ____________________________________________________________________________
44542 [  6335] By: jhi                                   on 2000/07/11  13:23:37
44543         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
44544              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
44545              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
44546              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
44547      Branch: cfgperl
44548            + ext/DynaLoader/hints/netbsd.pl
44549            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
44550 ____________________________________________________________________________
44551 [  6334] By: jhi                                   on 2000/07/11  13:20:38
44552         Log: Subject: PATCH perlguts.pod: Document D and d magic types
44553              From: mjd@plover.com
44554              Date: 5 Jul 2000 18:01:51 -0000
44555              Message-ID: <20000705180151.29413.qmail@plover.com>
44556      Branch: cfgperl
44557            ! pod/perlguts.pod
44558 ____________________________________________________________________________
44559 [  6333] By: jhi                                   on 2000/07/11  13:15:51
44560         Log: Precedence goof, fix based on
44561              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
44562              From: Hugo <hv@crypt.compulink.co.uk>
44563              Date: Tue, 11 Jul 2000 12:52:38 +0100
44564              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
44565      Branch: cfgperl
44566            ! t/op/taint.t
44567 ____________________________________________________________________________
44568 [  6332] By: jhi                                   on 2000/07/11  12:40:17
44569         Log: Integrate with Sarathy.
44570      Branch: cfgperl
44571           !> win32/win32sck.c
44572 ____________________________________________________________________________
44573 [  6331] By: jhi                                   on 2000/07/10  20:14:16
44574         Log: Sprinkle ldlibpath.
44575      Branch: cfgperl
44576            ! pod/Makefile.SH
44577 ____________________________________________________________________________
44578 [  6330] By: jhi                                   on 2000/07/10  17:54:49
44579         Log: More POSIX.pod tweaks.
44580      Branch: cfgperl
44581            ! ext/POSIX/POSIX.pod
44582 ____________________________________________________________________________
44583 [  6329] By: jhi                                   on 2000/07/10  14:02:12
44584         Log: Reorder perl.pod once more.
44585      Branch: cfgperl
44586            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44587 ____________________________________________________________________________
44588 [  6328] By: gsar                                  on 2000/07/10  07:06:00
44589         Log: accept() leaks memory on windows due to incorrect ordering of
44590              closesocket() and fclose() calls
44591      Branch: perl
44592            ! win32/win32sck.c
44593 ____________________________________________________________________________
44594 [  6327] By: gsar                                  on 2000/07/10  06:49:17
44595         Log: winsock options weren't being set in all threads under ithreads
44596              (caused send()s from second and subsequent threads to fail)
44597      Branch: perl
44598            ! win32/win32sck.c
44599 ____________________________________________________________________________
44600 [  6326] By: jhi                                   on 2000/07/08  02:45:40
44601         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
44602              was cast to an unsigned (32-bit) integer with wild abandon.
44603      Branch: cfgperl
44604            ! ext/Devel/DProf/DProf.xs
44605 ____________________________________________________________________________
44606 [  6325] By: jhi                                   on 2000/07/07  18:50:33
44607         Log: Remove perlbook, update perlfaq book listing,
44608              rearrange perl.pod, regenerate perltoc.
44609      Branch: cfgperl
44610            - pod/perlbook.pod
44611            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
44612            ! pod/perlfaq2.pod pod/perltoc.pod
44613 ____________________________________________________________________________
44614 [  6324] By: jhi                                   on 2000/07/07  14:03:40
44615         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
44616      Branch: cfgperl
44617            ! sv.h toke.c
44618 ____________________________________________________________________________
44619 [  6323] By: jhi                                   on 2000/07/06  16:03:55
44620         Log: Fix complaints of buildtoc.
44621      Branch: cfgperl
44622            + lib/Win32.pod
44623            - pod/Win32.pod
44624            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44625 ____________________________________________________________________________
44626 [  6322] By: jhi                                   on 2000/07/06  15:15:52
44627         Log: Add =head1 NAMEs so that buildtoc is happy.
44628              (The CGI::Util nit reported to Lincoln.)
44629      Branch: cfgperl
44630            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
44631            ! pod/perltoc.pod
44632 ____________________________________________________________________________
44633 [  6321] By: jhi                                   on 2000/07/06  03:16:04
44634         Log: Config is being used.
44635      Branch: cfgperl
44636            ! t/op/method.t
44637 ____________________________________________________________________________
44638 [  6320] By: jhi                                   on 2000/07/06  03:13:13
44639         Log: Integrate with Sarathy.
44640      Branch: cfgperl
44641           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
44642 ____________________________________________________________________________
44643 [  6319] By: jhi                                   on 2000/07/06  03:11:46
44644         Log: Autogenerate pod/Makefile and pod/buildtoc.
44645              buildtoc also checks whether the existin pods are
44646              mentioned in MANIFEST and perl.pod, and vice versa.
44647              (None of the thusly found discrepancies fixed yet.)
44648              roffitall also needs to be autogenerated similarly but it
44649              seems so badly out of date that I didn't touch it yet.
44650      Branch: cfgperl
44651            + pod/Makefile.SH pod/buildtoc.PL
44652            - pod/Makefile pod/buildtoc
44653            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
44654 ____________________________________________________________________________
44655 [  6318] By: gsar                                  on 2000/07/05  22:10:54
44656         Log: fix UNC path handling on Windows under ithreads, and chdir()
44657              return value when given a non-existent directory
44658      Branch: perl
44659            ! win32/vdir.h
44660 ____________________________________________________________________________
44661 [  6317] By: gsar                                  on 2000/07/05  22:08:19
44662         Log: winsock cleanup never done on Windows (leads to handle leaks)
44663      Branch: perl
44664            ! win32/perllib.c win32/win32sck.c
44665 ____________________________________________________________________________
44666 [  6316] By: gsar                                  on 2000/07/05  22:06:19
44667         Log: some debugger output does not go to the socket when RemotePort is set
44668      Branch: perl
44669            ! lib/perl5db.pl
44670 ____________________________________________________________________________
44671 [  6315] By: jhi                                   on 2000/07/05  00:25:21
44672         Log: Integrate with Sarathy, preliminary fix for unicos
44673              alignment problems in [ID 20000612.002] Perl problem on Cray system.
44674      Branch: cfgperl
44675            ! sv.h
44676           !> pp_hot.c
44677 ____________________________________________________________________________
44678 [  6314] By: gsar                                  on 2000/07/04  23:34:02
44679         Log: tyop in change#6306
44680      Branch: perl
44681            ! pp_hot.c
44682 ____________________________________________________________________________
44683 [  6313] By: jhi                                   on 2000/07/04  22:14:38
44684         Log: Multiline string literals ENONPORTABLE.
44685      Branch: cfgperl
44686            ! pp_hot.c
44687 ____________________________________________________________________________
44688 [  6312] By: jhi                                   on 2000/07/04  20:34:44
44689         Log: Integrate with Sarathy.
44690      Branch: cfgperl
44691           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
44692           !> t/op/method.t
44693 ____________________________________________________________________________
44694 [  6311] By: jhi                                   on 2000/07/04  20:30:56
44695         Log: More POSIX.pod embellishment.
44696      Branch: cfgperl
44697            ! ext/POSIX/POSIX.pod
44698 ____________________________________________________________________________
44699 [  6310] By: gsar                                  on 2000/07/04  17:28:48
44700         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
44701      Branch: perl
44702            ! t/lib/b.t
44703 ____________________________________________________________________________
44704 [  6309] By: jhi                                   on 2000/07/04  17:22:18
44705         Log: The #6308 required a little bit more.
44706      Branch: cfgperl
44707            ! Makefile.SH win32/Makefile
44708 ____________________________________________________________________________
44709 [  6308] By: jhi                                   on 2000/07/04  16:35:24
44710         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
44711      Branch: cfgperl
44712            + lib/lib_pm.PL
44713            - lib/lib.pm.PL
44714            ! MANIFEST Makefile.SH
44715 ____________________________________________________________________________
44716 [  6307] By: jhi                                   on 2000/07/04  16:28:58
44717         Log: Win32 patches for cfgperl from Sarathy.
44718      Branch: cfgperl
44719            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
44720            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
44721            ! thread.h toke.c util.c win32/Makefile win32/win32.c
44722 ____________________________________________________________________________
44723 [  6306] By: gsar                                  on 2000/07/04  16:28:40
44724         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
44725              (from Richard Soderberg <rs@oregonnet.com>)
44726      Branch: perl
44727            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
44728 ____________________________________________________________________________
44729 [  6305] By: jhi                                   on 2000/07/04  16:24:24
44730         Log: Integrate with Sarathy.
44731      Branch: cfgperl
44732           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
44733           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44734           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
44735           !> proto.h win32/win32.c
44736 ____________________________________________________________________________
44737 [  6304] By: gsar                                  on 2000/07/04  16:17:24
44738         Log: missing perldiag entry for unpack("w",...) diagnostic (from
44739              Andreas Koenig)
44740      Branch: perl
44741            ! pod/perldiag.pod
44742 ____________________________________________________________________________
44743 [  6303] By: gsar                                  on 2000/07/04  16:14:44
44744         Log: remove rel2abs prototypes (from Barrie Slaymaker)
44745      Branch: perl
44746            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44747            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44748 ____________________________________________________________________________
44749 [  6302] By: gsar                                  on 2000/07/04  04:59:35
44750         Log: adjust change#6299
44751      Branch: perl
44752            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
44753            ! win32/win32.c
44754 ____________________________________________________________________________
44755 [  6301] By: jhi                                   on 2000/07/04  04:50:07
44756         Log: Integrate with Sarathy.
44757      Branch: cfgperl
44758           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
44759           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
44760           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
44761 ____________________________________________________________________________
44762 [  6300] By: gsar                                  on 2000/07/04  04:42:09
44763         Log: PERL_OBJECT build tweak
44764      Branch: perl
44765            ! perl.h
44766 ____________________________________________________________________________
44767 [  6299] By: gsar                                  on 2000/07/04  04:37:00
44768         Log: fix memory leak on Windows (PL_sys_intern contents were never
44769              freed)
44770      Branch: perl
44771            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44772            ! perlapi.c proto.h win32/win32.c
44773 ____________________________________________________________________________
44774 [  6298] By: gsar                                  on 2000/07/04  04:15:59
44775         Log: fix large memory leak that has been around for ever, masked by
44776              -DPURIFY (most of the arenas were never freed!)
44777      Branch: perl
44778            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
44779 ____________________________________________________________________________
44780 [  6297] By: gsar                                  on 2000/07/04  04:07:46
44781         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
44782      Branch: perl
44783            ! perl.c
44784 ____________________________________________________________________________
44785 [  6296] By: jhi                                   on 2000/06/30  18:28:37
44786         Log: Elaborate POSIX.pod.  Still needs work.
44787      Branch: cfgperl
44788            ! ext/POSIX/POSIX.pod
44789 ____________________________________________________________________________
44790 [  6295] By: jhi                                   on 2000/06/30  14:58:18
44791         Log: Point to perlipc for more SysV IPC examples.
44792      Branch: cfgperl
44793            ! pod/perlfunc.pod
44794 ____________________________________________________________________________
44795 [  6294] By: gsar                                  on 2000/06/30  14:47:45
44796         Log: slurp mode fix in change#4736 still not quite right
44797      Branch: perl
44798            ! pp_hot.c t/io/argv.t
44799 ____________________________________________________________________________
44800 [  6293] By: jhi                                   on 2000/06/30  12:02:55
44801         Log: Integrate with Sarathy.
44802      Branch: cfgperl
44803           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
44804 ____________________________________________________________________________
44805 [  6292] By: jhi                                   on 2000/06/30  12:01:11
44806         Log: From: simon@brecon.co.uk (Simon Cozens)
44807              Subject: UTF8 concat
44808              Date: 30 Jun 2000 06:13:25 GMT
44809              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
44810      Branch: cfgperl
44811            ! pp_hot.c
44812 ____________________________________________________________________________
44813 [  6291] By: gsar                                  on 2000/06/30  04:37:33
44814         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
44815              when @_ is modified, causing coredumps
44816      Branch: perl
44817            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
44818 ____________________________________________________________________________
44819 [  6290] By: jhi                                   on 2000/06/30  02:21:44
44820         Log: Integrate with Sarathy.
44821      Branch: cfgperl
44822           !> vms/vms.c vms/vmsish.h
44823 ____________________________________________________________________________
44824 [  6289] By: jhi                                   on 2000/06/30  02:21:02
44825         Log: Check VERSIONs.
44826      Branch: cfgperl
44827            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44828            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44829            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44830 ____________________________________________________________________________
44831 [  6288] By: jhi                                   on 2000/06/30  02:18:52
44832         Log: Integrate with Sarathy.
44833      Branch: cfgperl
44834           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
44835           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44836           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44837           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
44838 ____________________________________________________________________________
44839 [  6287] By: gsar                                  on 2000/06/30  02:17:08
44840         Log: integrate vmsperl changes into mainline
44841      Branch: perl
44842           !> vms/vms.c vms/vmsish.h
44843 ____________________________________________________________________________
44844 [  6285] By: gsar                                  on 2000/06/30  02:05:28
44845         Log: localize %INC in a Safe compartment so that use/require work
44846              (many other magic globals probably need similar treatment)
44847      Branch: perl
44848            ! ext/Opcode/Opcode.xs
44849 ____________________________________________________________________________
44850 [  6284] By: gsar                                  on 2000/06/30  01:54:54
44851         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
44852              about Windows
44853      Branch: perl
44854            ! pod/perlembed.pod
44855 ____________________________________________________________________________
44856 [  6283] By: jhi                                   on 2000/06/30  01:50:10
44857         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
44858              From: Barrie Slaymaker <barries@jester.slaysys.com>
44859              Date: Wed, 28 Jun 2000 11:35:29 -0400
44860              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
44861      Branch: perl
44862            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44863            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44864            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44865            ! lib/File/Spec/Win32.pm
44866 ____________________________________________________________________________
44867 [  6282] By: jhi                                   on 2000/06/29  22:57:22
44868         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
44869              From: Dan Sugalski <dan@sidhe.org>
44870              Date: Tue, 06 Jun 2000 11:59:50 -0400
44871              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
44872      Branch: cfgperl
44873            ! vms/vms.c
44874 ____________________________________________________________________________
44875 [  6281] By: jhi                                   on 2000/06/29  22:52:50
44876         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
44877              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44878              Date: Wed, 7 Jun 2000 04:02:04 -0500
44879              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
44880      Branch: cfgperl
44881            ! utils/h2xs.PL
44882 ____________________________________________________________________________
44883 [  6280] By: jhi                                   on 2000/06/29  22:45:47
44884         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
44885              From: rspier@pobox.com (Robert Spier)
44886              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
44887              Message-ID: <14654.31913.845602.610277@rls.cx>
44888      Branch: cfgperl
44889            ! utils/h2xs.PL
44890 ____________________________________________________________________________
44891 [  6279] By: jhi                                   on 2000/06/29  22:38:16
44892         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
44893              From: Tim Ayers <tayers@bridge.com>
44894              Date: Thu, 08 Jun 2000 08:11:06 +0200
44895              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
44896              [resent by Richard Foley, Message-Id probably wrong]
44897      Branch: cfgperl
44898            ! pod/perlsub.pod
44899 ____________________________________________________________________________
44900 [  6278] By: jhi                                   on 2000/06/29  22:21:45
44901         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
44902              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
44903              Date: Fri, 09 Jun 2000 12:39:27 -0400
44904              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
44905              (plus update the version "number" of Text::Wrap)
44906      Branch: cfgperl
44907            ! lib/Text/Wrap.pm
44908 ____________________________________________________________________________
44909 [  6277] By: jhi                                   on 2000/06/29  22:13:10
44910         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
44911              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44912              Date: Mon, 12 Jun 2000 14:55:59 +0100
44913              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
44914      Branch: cfgperl
44915            ! pod/perlfunc.pod
44916 ____________________________________________________________________________
44917 [  6276] By: jhi                                   on 2000/06/29  22:11:06
44918         Log: Subject: [PATCH] Re: eval documentation: context
44919              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44920              Date: Mon, 12 Jun 2000 15:07:29 +0100
44921              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
44922      Branch: cfgperl
44923            ! pod/perlfunc.pod
44924 ____________________________________________________________________________
44925 [  6275] By: jhi                                   on 2000/06/29  21:59:46
44926         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
44927              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44928              Date: Tue, 13 Jun 2000 02:43:48 -0500
44929              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
44930      Branch: cfgperl
44931            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
44932 ____________________________________________________________________________
44933 [  6274] By: jhi                                   on 2000/06/29  21:56:14
44934         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
44935              From: Andy Dougherty <doughera@lafayette.edu>
44936              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
44937              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
44938      Branch: cfgperl
44939            ! ext/File/Glob/Glob.pm
44940 ____________________________________________________________________________
44941 [  6273] By: jhi                                   on 2000/06/29  21:49:09
44942         Log: Subject: [PATCH] xsub attributes
44943              From: Doug MacEachern <dougm@covalent.net>
44944              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
44945              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
44946      Branch: cfgperl
44947            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
44948            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
44949 ____________________________________________________________________________
44950 [  6272] By: jhi                                   on 2000/06/29  21:41:28
44951         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
44952              From: Tom Phoenix <rootbeer@redcat.com>
44953              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
44954              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
44955      Branch: cfgperl
44956            ! lib/Net/Ping.pm
44957 ____________________________________________________________________________
44958 [  6271] By: jhi                                   on 2000/06/29  21:36:55
44959         Log: Subject: PATCH pod/perltie.pod
44960              From: Ian Phillipps <Ian.Phillipps@iname.com>
44961              Date: Fri, 16 Jun 2000 00:17:19 +0100
44962              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
44963              (only the first hunk, the second hunk had already been done
44964              by some other patch)
44965      Branch: cfgperl
44966            ! pod/perltie.pod
44967 ____________________________________________________________________________
44968 [  6270] By: jhi                                   on 2000/06/29  21:24:51
44969         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
44970              From: Nicholas Clark <nick@talking.bollo.cx>
44971              Date: Fri, 23 Jun 2000 16:21:15 +0100
44972              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
44973      Branch: cfgperl
44974            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
44975            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
44976 ____________________________________________________________________________
44977 [  6269] By: jhi                                   on 2000/06/29  19:38:15
44978         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
44979              silence few compiler warnings.
44980      Branch: cfgperl
44981            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
44982 ____________________________________________________________________________
44983 [  6268] By: jhi                                   on 2000/06/29  18:21:50
44984         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
44985              From: Dominic Dunlop <domo@computer.org> 
44986              Date: Thu, 29 Jun 2000 12:32:39 +0200 
44987              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
44988      Branch: cfgperl
44989            ! t/op/sprintf.t
44990 ____________________________________________________________________________
44991 [  6267] By: jhi                                   on 2000/06/29  18:16:07
44992         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
44993              From: Doug MacEachern <dougm@covalent.net>
44994              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
44995              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
44996      Branch: cfgperl
44997            + t/op/method2entersub.t
44998            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
44999            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45000            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
45001            ! xsutils.c
45002 ____________________________________________________________________________
45003 [  6266] By: jhi                                   on 2000/06/29  15:11:15
45004         Log: Subject: [PATCH 5.6.0] cygwin port
45005              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
45006              From: "Fifer, Eric" <EFifer@sanwaint.com>
45007              Date: Thu, 29 Jun 2000 12:58:29 +0100
45008      Branch: cfgperl
45009            ! cygwin/Makefile.SHs
45010 ____________________________________________________________________________
45011 [  6265] By: jhi                                   on 2000/06/29  15:04:05
45012         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
45013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45014              Date: Wed, 28 Jun 2000 17:50:12 -0700
45015              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
45016      Branch: cfgperl
45017            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45018 ____________________________________________________________________________
45019 [  6264] By: jhi                                   on 2000/06/29  15:00:57
45020         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
45021              From: Marty Lucich <marty@netcom.com>
45022              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
45023              Message-Id: <200006282116.OAA11148@netcom.com>
45024              ccdlflags update (the BSD/OS 4.1 part had already been taken
45025              care of by #6141).
45026      Branch: cfgperl
45027            ! hints/bsdos.sh
45028 ____________________________________________________________________________
45029 [  6263] By: jhi                                   on 2000/06/29  13:47:44
45030         Log: tr fixes from Simon Cozens
45031      Branch: cfgperl
45032            ! doop.c
45033 ____________________________________________________________________________
45034 [  6262] By: jhi                                   on 2000/06/28  18:46:01
45035         Log: Subject: 5.6.0 Patch for EPOC
45036              From: Olaf Flebbe <o.flebbe@gmx.de>
45037              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
45038              Message-ID: <23449.960929969@www11.gmx.net>
45039      Branch: cfgperl
45040            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
45041            ! epoc/epocish.h
45042 ____________________________________________________________________________
45043 [  6261] By: jhi                                   on 2000/06/28  18:29:07
45044         Log: Subject: Re: [PATCH cfgperl] BOMs away!
45045              From: simon@brecon.co.uk (Simon Cozens)
45046              Date: 17 Jun 2000 11:49:57 GMT
45047              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
45048      Branch: cfgperl
45049            ! pod/perldiag.pod t/comp/require.t toke.c
45050 ____________________________________________________________________________
45051 [  6260] By: jhi                                   on 2000/06/28  17:47:16
45052         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
45053              From: simon@brecon.co.uk (Simon Cozens) 
45054              Date: 17 Jun 2000 11:56:44 GMT 
45055              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
45056              pack U0, pack C0
45057      Branch: cfgperl
45058            ! pod/perlfunc.pod pp.c t/op/pack.t
45059 ____________________________________________________________________________
45060 [  6259] By: jhi                                   on 2000/06/28  16:43:17
45061         Log: perlnewmod was missing from MANIFEST.
45062      Branch: cfgperl
45063            ! MANIFEST
45064 ____________________________________________________________________________
45065 [  6258] By: jhi                                   on 2000/06/28  15:54:30
45066         Log: linenumber tweak
45067      Branch: cfgperl
45068            ! t/pragma/warn/regcomp
45069 ____________________________________________________________________________
45070 [  6257] By: jhi                                   on 2000/06/28  15:50:44
45071         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
45072              From: Doug MacEachern <dougm@covalent.net>
45073              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
45074              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
45075              (one part of the patch had been applied earlier)
45076      Branch: cfgperl
45077            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
45078 ____________________________________________________________________________
45079 [  6256] By: jhi                                   on 2000/06/28  15:40:22
45080         Log: tweaks from Simon Cozens to further fix tr/// under utf8
45081      Branch: cfgperl
45082            ! doop.c
45083 ____________________________________________________________________________
45084 [  6255] By: jhi                                   on 2000/06/28  15:33:45
45085         Log: small thinko tweaks
45086      Branch: cfgperl
45087            ! lib/IPC/Open3.pm t/op/my_stash.t
45088 ____________________________________________________________________________
45089 [  6254] By: jhi                                   on 2000/06/28  15:33:25
45090         Log: Subject: tr///, help wanted.
45091              From: simon@brecon.co.uk (Simon Cozens)
45092              Date: 28 Jun 2000 11:29:04 GMT
45093              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
45094      Branch: cfgperl
45095            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
45096            ! pp_proto.h proto.h t/op/tr.t
45097 ____________________________________________________________________________
45098 [  6253] By: jhi                                   on 2000/06/28  15:09:17
45099         Log: Paranoia tweak on #6249.
45100              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
45101              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45102              Date: Sun, 25 Jun 2000 23:43:12 -0400
45103              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
45104      Branch: cfgperl
45105            ! lib/IPC/Open3.pm
45106 ____________________________________________________________________________
45107 [  6252] By: jhi                                   on 2000/06/28  15:01:38
45108         Log: Document #6249 and #6251.
45109      Branch: cfgperl
45110            ! lib/Exporter.pm lib/IPC/Open3.pm
45111 ____________________________________________________________________________
45112 [  6251] By: jhi                                   on 2000/06/28  14:50:43
45113         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
45114              From: Doug MacEachern <dougm@covalent.net>
45115              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
45116              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
45117      Branch: cfgperl
45118            ! lib/Exporter.pm
45119 ____________________________________________________________________________
45120 [  6250] By: jhi                                   on 2000/06/28  14:45:23
45121         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
45122              From: Doug MacEachern <dougm@covalent.net>
45123              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
45124              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
45125      Branch: cfgperl
45126            + t/op/my_stash.t
45127            ! MANIFEST embed.pl global.sym proto.h toke.c
45128 ____________________________________________________________________________
45129 [  6249] By: jhi                                   on 2000/06/28  14:36:34
45130         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
45131              From: Frank Tobin <ftobin@uiuc.edu>
45132              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
45133              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
45134      Branch: cfgperl
45135            ! lib/IPC/Open3.pm
45136 ____________________________________________________________________________
45137 [  6248] By: jhi                                   on 2000/06/28  14:11:25
45138         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
45139              From: Mark-Jason Dominus <mjd@plover.com>
45140              Date: Tue, 27 Jun 2000 22:36:42 -0400
45141              Message-ID: <20000628023642.12166.qmail@plover.com>
45142      Branch: cfgperl
45143            ! pod/perlfunc.pod
45144 ____________________________________________________________________________
45145 [  6247] By: jhi                                   on 2000/06/27  12:46:37
45146         Log: Tweak $VERSION, patch from Doug MacEachern.
45147      Branch: cfgperl
45148            ! lib/File/Spec.pm
45149 ____________________________________________________________________________
45150 [  6246] By: jhi                                   on 2000/06/27  03:34:46
45151         Log: Allow for standalone testing.
45152      Branch: cfgperl
45153            ! t/lib/filefunc.t t/lib/filespec.t
45154 ____________________________________________________________________________
45155 [  6245] By: jhi                                   on 2000/06/27  02:50:02
45156         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
45157              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45158              Date: Sat, 24 Jun 2000 13:06:20 +0100
45159              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
45160      Branch: cfgperl
45161            ! ext/DynaLoader/DynaLoader_pm.PL
45162 ____________________________________________________________________________
45163 [  6244] By: jhi                                   on 2000/06/27  02:46:10
45164         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
45165              From: Doug MacEachern <dougm@covalent.net>
45166              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
45167              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
45168      Branch: cfgperl
45169            ! gv.c sv.c t/lib/peek.t
45170 ____________________________________________________________________________
45171 [  6243] By: jhi                                   on 2000/06/27  02:38:07
45172         Log: Subject: [PATCH] is_utf8_string
45173              From: simon@brecon.co.uk (Simon Cozens)
45174              Date: 26 Jun 2000 02:25:59 GMT
45175              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
45176      Branch: cfgperl
45177            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
45178            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
45179            ! proto.h utf8.c
45180 ____________________________________________________________________________
45181 [  6242] By: jhi                                   on 2000/06/27  02:24:00
45182         Log: Subject: [PATCH] bytes<->utf8 fixes
45183              From: simon@brecon.co.uk (Simon Cozens)
45184              Date: 26 Jun 2000 04:55:45 GMT
45185              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
45186      Branch: cfgperl
45187            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
45188 ____________________________________________________________________________
45189 [  6241] By: jhi                                   on 2000/06/27  02:12:42
45190         Log: Do no -warn on \_, only on \alpha.
45191              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
45192              From: David Dyck <dcd@tc.fluke.com>
45193              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
45194              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
45195      Branch: cfgperl
45196            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45197 ____________________________________________________________________________
45198 [  6240] By: jhi                                   on 2000/06/27  02:00:01
45199         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
45200              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45201              Date: Mon, 26 Jun 2000 18:40:14 +0100
45202              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
45203      Branch: cfgperl
45204            ! utils/h2xs.PL
45205 ____________________________________________________________________________
45206 [  6239] By: jhi                                   on 2000/06/27  01:53:40
45207         Log: Configure maintenance.  Sever some dependency cycles,
45208              separate gccversion from the cc unit,
45209              address [ID 20000623.006] Configure script patch for using gcc on AIX
45210              (but solve it a little bit differently),
45211              unduplex some accidentally duplicated units,
45212              suggest using gcc if no cc available
45213              (p5p thread: "Solaris configure: counterproposal", 1999-09)
45214      Branch: cfgperl
45215            ! Configure Todo-5.6 config_h.SH
45216      Branch: metaconfig
45217            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
45218            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
45219      Branch: metaconfig/U/perl
45220            + gccvers.U
45221            ! d_getespwnam.U d_getprpwnam.U i_prot.U
45222 ____________________________________________________________________________
45223 [  6238] By: jhi                                   on 2000/06/25  18:04:56
45224         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
45225              From: Dan Sugalski <dan@sidhe.org>
45226              Date: Fri, 23 Jun 2000 17:00:00 -0400
45227              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
45228      Branch: cfgperl
45229            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
45230 ____________________________________________________________________________
45231 [  6237] By: jhi                                   on 2000/06/25  16:36:45
45232         Log: Tweak embed.pl, regen headers.
45233      Branch: cfgperl
45234            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
45235            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
45236            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
45237            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
45238            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
45239 ____________________________________________________________________________
45240 [  6236] By: jhi                                   on 2000/06/25  15:26:42
45241         Log: Regen headers.
45242      Branch: cfgperl
45243            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
45244            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
45245            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
45246            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
45247            ! regnodes.h warnings.h
45248 ____________________________________________________________________________
45249 [  6235] By: jhi                                   on 2000/06/23  19:39:35
45250         Log: The thread begun by
45251              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
45252              From: Kevin.Ruscoe@ubsw.com
45253              Date: Fri, 16 Jun 2000 16:38:51 +0100
45254              Message-Id: <H000019b03c300d6@MHS>
45255      Branch: cfgperl
45256            ! hints/solaris_2.sh
45257 ____________________________________________________________________________
45258 [  6234] By: jhi                                   on 2000/06/23  19:23:36
45259         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
45260              because when run as services (Win32ese for daemons)
45261              no environment variables are set and tmpdir ends up as /tmp,
45262              which is ambiguous.
45263              
45264              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
45265              From: matt@sergeant.org
45266              Date: 16 Jun 2000 16:30:43 -0000
45267              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
45268      Branch: cfgperl
45269            ! lib/File/Spec/Win32.pm
45270 ____________________________________________________________________________
45271 [  6233] By: jhi                                   on 2000/06/23  19:18:58
45272         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
45273              From: Mark-Jason Dominus <mjd@plover.com>
45274              Date: Fri, 16 Jun 2000 20:53:04 -0400
45275              Message-ID: <20000617005304.8008.qmail@plover.com>
45276      Branch: cfgperl
45277            ! op.h
45278 ____________________________________________________________________________
45279 [  6232] By: jhi                                   on 2000/06/23  16:10:02
45280         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
45281              From: simon@brecon.co.uk (Simon Cozens)
45282              Date: 19 Jun 2000 15:18:27 GMT
45283              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
45284              
45285              plus update pod/Makefile and regenerate perltoc
45286      Branch: cfgperl
45287            + pod/perlutil.pod
45288            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
45289 ____________________________________________________________________________
45290 [  6231] By: jhi                                   on 2000/06/23  15:19:18
45291         Log: Subject: [PATCH 5.6.0] cygwin port
45292              From: "Fifer, Eric" <EFifer@sanwaint.com>
45293              Date: Tue, 20 Jun 2000 14:30:58 +0100
45294              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
45295      Branch: cfgperl
45296            ! README.cygwin lib/File/Find.pm
45297 ____________________________________________________________________________
45298 [  6230] By: jhi                                   on 2000/06/23  14:25:21
45299         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
45300      Branch: cfgperl
45301            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45302            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45303            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45304            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
45305 ____________________________________________________________________________
45306 [  6229] By: jhi                                   on 2000/06/23  14:13:34
45307         Log: Subject: README.hpux version 0.6.1
45308              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
45309              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45310              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
45311      Branch: cfgperl
45312            ! README.hpux
45313 ____________________________________________________________________________
45314 [  6228] By: jhi                                   on 2000/06/23  14:07:20
45315         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
45316              From: Doug MacEachern <dougm@covalent.net>
45317              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
45318              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
45319      Branch: cfgperl
45320            ! op.c
45321 ____________________________________________________________________________
45322 [  6227] By: jhi                                   on 2000/06/23  14:01:06
45323         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
45324              From: Doug MacEachern <dougm@covalent.net>
45325              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
45326              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
45327      Branch: cfgperl
45328            + lib/lib.pm.PL
45329            - lib/lib.pm
45330            ! MANIFEST Makefile.SH
45331 ____________________________________________________________________________
45332 [  6226] By: jhi                                   on 2000/06/23  13:53:07
45333         Log: Subject: [PATCH] remove forward declarations in Socket.pm
45334              From: Doug MacEachern <dougm@covalent.net>
45335              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
45336              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
45337              
45338              From: Doug MacEachern <dougm@covalent.net>
45339              Subject: Re: [PATCH] remove forward declarations in Socket.pm
45340              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
45341              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
45342      Branch: cfgperl
45343            ! ext/Socket/Socket.pm op.c
45344 ____________________________________________________________________________
45345 [  6225] By: jhi                                   on 2000/06/23  13:41:52
45346         Log: Add source code filenames to apidoc.
45347              From: simon@brecon.co.uk (Simon Cozens)
45348              Subject: [PATCH embed.pl] Source X-ref
45349              Date: 22 Jun 2000 02:18:49 GMT
45350              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
45351      Branch: cfgperl
45352            ! embed.pl
45353 ____________________________________________________________________________
45354 [  6224] By: jhi                                   on 2000/06/23  13:32:33
45355         Log: A way to avoid English.pm performance hit.
45356              From: root <root@jester.slaysys.com>
45357              Subject: [YAPATCH English.pm] My turn to putt again
45358              Date: Thu, 22 Jun 2000 20:33:58 -0400
45359              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
45360      Branch: cfgperl
45361            ! lib/English.pm t/lib/english.t
45362 ____________________________________________________________________________
45363 [  6223] By: jhi                                   on 2000/06/23  13:27:06
45364         Log: Avoid double close().
45365              Subject: [PATCH] avoid double close()
45366              From: Doug MacEachern <dougm@covalent.net>
45367              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
45368              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
45369      Branch: cfgperl
45370            ! doio.c
45371 ____________________________________________________________________________
45372 [  6222] By: jhi                                   on 2000/06/23  13:25:54
45373         Log: doc typo fix
45374              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
45375              From: Ian Phillipps <Ian.Phillipps@iname.com>
45376              Date: Fri, 23 Jun 2000 10:40:58 +0100
45377              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
45378      Branch: cfgperl
45379            ! lib/Pod/Usage.pm
45380 ____________________________________________________________________________
45381 [  6221] By: jhi                                   on 2000/06/23  13:24:15
45382         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
45383              From: simon@brecon.co.uk (Simon Cozens)
45384              Subject: [PATCH] Eliminate tr///[CU][CU]
45385              Date: 23 Jun 2000 11:05:40 GMT
45386              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
45387      Branch: cfgperl
45388            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
45389 ____________________________________________________________________________
45390 [  6220] By: jhi                                   on 2000/06/22  16:07:51
45391         Log: Win32 patches from Benjamin Stuhl.
45392      Branch: cfgperl
45393            ! makedef.pl win32/win32.h
45394 ____________________________________________________________________________
45395 [  6219] By: jhi                                   on 2000/06/22  16:06:34
45396         Log: Bytecode patches from Benjamin Stuhl.
45397      Branch: cfgperl
45398            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45399            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45400            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45401 ____________________________________________________________________________
45402 [  6218] By: jhi                                   on 2000/06/15  23:54:16
45403         Log: Bytecode patches from Benjamin Stuhl.
45404      Branch: cfgperl
45405            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45406 ____________________________________________________________________________
45407 [  6217] By: jhi                                   on 2000/06/09  13:38:29
45408         Log: Rename the fdpid locking and integrate with Sarathy.
45409      Branch: cfgperl
45410            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45411            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45412            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45413            ! win32/win32.c
45414           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
45415 ____________________________________________________________________________
45416 [  6216] By: gsar                                  on 2000/06/08  14:54:21
45417         Log: be more optimal about clearing @_
45418      Branch: perl
45419            ! cop.h
45420 ____________________________________________________________________________
45421 [  6215] By: gsar                                  on 2000/06/08  14:33:04
45422         Log: tweak comment about @DB::args
45423      Branch: perl
45424            ! av.h pp_ctl.c
45425 ____________________________________________________________________________
45426 [  6214] By: gsar                                  on 2000/06/08  13:57:54
45427         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
45428              caller() wants to populate @DB::args with it (causes a coredump
45429              in Carp::confess())
45430      Branch: perl
45431            ! cop.h t/op/runlevel.t
45432 ____________________________________________________________________________
45433 [  6213] By: gsar                                  on 2000/06/08  07:06:35
45434         Log: back out change#6106 (seems problematic)
45435      Branch: perl
45436            ! hints/solaris_2.sh
45437 ____________________________________________________________________________
45438 [  6212] By: jhi                                   on 2000/06/07  03:10:36
45439         Log: Continuing mopup for #6204.
45440      Branch: cfgperl
45441            ! ext/B/defsubs_h.PL
45442 ____________________________________________________________________________
45443 [  6211] By: jhi                                   on 2000/06/07  02:41:50
45444         Log: Mopup for #6204.
45445              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
45446              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
45447              This is comes from const() where POK isn't on when expected.
45448      Branch: cfgperl
45449            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
45450            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45451            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45452            ! perlapi.h pod/perlapi.pod
45453 ____________________________________________________________________________
45454 [  6210] By: jhi                                   on 2000/06/07  01:56:29
45455         Log: Mopup for #6207 and #6209.
45456      Branch: cfgperl
45457            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
45458 ____________________________________________________________________________
45459 [  6209] By: jhi                                   on 2000/06/07  01:33:12
45460         Log: Lock PL_fdpid against race conditions, based on:
45461              Subject: [PATCH 5.6.0]subprocess fixup for threads
45462              From: Dan Sugalski <dan@sidhe.org>
45463              To: perl5-porters@perl.org
45464              Date: Tue, 11 Apr 2000 17:02:32 -0400
45465              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45466      Branch: cfgperl
45467            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
45468            ! win32/win32.c
45469 ____________________________________________________________________________
45470 [  6208] By: jhi                                   on 2000/06/07  01:05:23
45471         Log: Regen headers for #6207.
45472      Branch: cfgperl
45473            ! embed.h global.sym objXSUB.h proto.h
45474 ____________________________________________________________________________
45475 [  6207] By: jhi                                   on 2000/06/06  23:43:13
45476         Log: Subject: [PATCH 5.6.0] Threadsafe patches
45477              From: Dan Sugalski <dan@sidhe.org>
45478              To: perl5-porters@perl.org
45479              Date: Mon, 08 May 2000 18:08:13 -0400
45480              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45481      Branch: cfgperl
45482            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
45483            ! proto.h sv.h util.c
45484 ____________________________________________________________________________
45485 [  6206] By: jhi                                   on 2000/06/06  23:21:23
45486         Log: Subject: [PATCH] Eliminate $a/$b in pod
45487              From: David Glasser <me@davidglasser.net>
45488              To: perl5-porters@perl.org
45489              Date: Mon, 29 May 2000 21:15:59 -0400
45490              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
45491      Branch: cfgperl
45492            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
45493            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
45494            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
45495            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
45496            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
45497            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
45498            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
45499            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
45500            ! pod/perlvar.pod pod/perlxs.pod
45501 ____________________________________________________________________________
45502 [  6205] By: jhi                                   on 2000/06/06  23:12:14
45503         Log: Subject: [PATCH] Win32 improvements
45504              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45505              To: gsar@activestate.com, perl5-porters@perl.org
45506              Date: Mon, 29 May 2000 17:22:24 PDT
45507              Message-ID: <20000530002224.91142.qmail@hotmail.com>
45508              (MUA had mangled many lines by wordwrapping)
45509      Branch: cfgperl
45510            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
45511 ____________________________________________________________________________
45512 [  6204] By: jhi                                   on 2000/06/06  23:01:50
45513         Log: Subject: [PATCH] B::Bytecode patches
45514              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45515              To: gsar@activestate.com, jhi@iki.fi
45516              Cc: perl5-porters@perl.org
45517              Message-ID: <20000602202526.48694.qmail@hotmail.com>
45518              (MUA had mangled many lines by wordwrapping)
45519      Branch: cfgperl
45520            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
45521            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
45522            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45523            ! intrpvar.h perl.c
45524 ____________________________________________________________________________
45525 [  6203] By: jhi                                   on 2000/06/06  22:32:43
45526         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
45527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45528              Date: Tue, 06 Jun 2000 13:07:45 -0700
45529              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
45530      Branch: cfgperl
45531            ! pod/perldiag.pod
45532 ____________________________________________________________________________
45533 [  6202] By: jhi                                   on 2000/06/06  19:38:35
45534         Log: Integrate with Sarathy.
45535      Branch: cfgperl
45536           !> perl.c
45537 ____________________________________________________________________________
45538 [  6201] By: gsar                                  on 2000/06/06  00:42:59
45539         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
45540              does a PUSHMARK that's never ever POPMARKed; in general, only
45541              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45542              Perl_eval_[sp]v() don't because they don't take any incoming
45543              arguments (this leak has been around since the original version
45544              of perl_eval_pv() in 5.003_97e)
45545      Branch: perl
45546            ! perl.c
45547 ____________________________________________________________________________
45548 [  6200] By: jhi                                   on 2000/06/04  03:44:52
45549         Log: Update to cperl-mode.el 4.31 from
45550              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45551              Subject: A couple of notes
45552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45553              To: Mailing list Perl5 <perl5-porters@perl.org>
45554              Date: Sat, 3 Jun 2000 23:33:32 -0400
45555              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
45556      Branch: cfgperl
45557            ! emacs/cperl-mode.el
45558 ____________________________________________________________________________
45559 [  6199] By: jhi                                   on 2000/06/03  15:11:05
45560         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
45561              From: Dan Sugalski <dan@sidhe.org>
45562              To: perl5-porters@perl.org, vmsperl@perl.org
45563              Date: Fri, 02 Jun 2000 17:30:51 -0400
45564              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
45565      Branch: cfgperl
45566            ! vms/descrip_mms.template vms/gen_shrfls.pl
45567 ____________________________________________________________________________
45568 [  6198] By: jhi                                   on 2000/06/03  14:59:15
45569         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
45570              From: Dan Sugalski <dan@sidhe.org>
45571              To: vmsperl@perl.org, perl5-porters@perl.org
45572              Date: Fri, 02 Jun 2000 16:00:41 -0400
45573              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
45574              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
45575      Branch: cfgperl
45576            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
45577            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
45578            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
45579 ____________________________________________________________________________
45580 [  6197] By: jhi                                   on 2000/06/03  14:41:30
45581         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
45582              From: John Borwick <jhborwic@unity.ncsu.edu>
45583              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
45584              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
45585      Branch: cfgperl
45586            ! pod/perlsyn.pod
45587 ____________________________________________________________________________
45588 [  6196] By: jhi                                   on 2000/06/03  14:38:09
45589         Log: Integrate with Sarathy.
45590      Branch: cfgperl
45591           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45592           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45593           !> vms/perly_c.vms
45594 ____________________________________________________________________________
45595 [  6195] By: gsar                                  on 2000/06/02  22:43:13
45596         Log: fix yet another eval"" leak under USE_ITHREADS
45597      Branch: perl
45598            ! op.c
45599 ____________________________________________________________________________
45600 [  6194] By: gsar                                  on 2000/06/02  18:22:06
45601         Log: fix small eval"" memory leaks under USE_ITHREADS
45602      Branch: perl
45603            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45604            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45605            ! vms/perly_c.vms
45606 ____________________________________________________________________________
45607 [  6193] By: jhi                                   on 2000/06/01  13:03:56
45608         Log: Signals-be-gone for microperl.
45609      Branch: cfgperl
45610            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
45611 ____________________________________________________________________________
45612 [  6192] By: jhi                                   on 2000/06/01  12:52:02
45613         Log: Integrate with Sarathy.
45614      Branch: cfgperl
45615           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
45616           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
45617           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
45618           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45619           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
45620           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
45621           !> t/op/vec.t utils/h2xs.PL
45622 ____________________________________________________________________________
45623 [  6191] By: gsar                                  on 2000/06/01  09:38:21
45624         Log: vec() loses numericalness (modified version of patch suggested
45625              by Robin Barker)
45626      Branch: perl
45627            ! doop.c t/op/vec.t
45628 ____________________________________________________________________________
45629 [  6190] By: gsar                                  on 2000/06/01  09:26:15
45630         Log: submit missing embed.pl change
45631      Branch: perl
45632            ! embed.pl
45633 ____________________________________________________________________________
45634 [  6189] By: gsar                                  on 2000/06/01  09:05:34
45635         Log: counting tr/// corrupts later operation (from M.J.T Guy)
45636      Branch: perl
45637            ! doop.c t/op/tr.t
45638 ____________________________________________________________________________
45639 [  6188] By: gsar                                  on 2000/06/01  08:58:39
45640         Log: h2xs tweaks
45641      Branch: perl
45642            ! utils/h2xs.PL
45643 ____________________________________________________________________________
45644 [  6187] By: gsar                                  on 2000/06/01  08:50:07
45645         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45646              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45647      Branch: perl
45648            + lib/Pod/LaTeX.pm
45649            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
45650            ! pod/pod2latex.PL
45651 ____________________________________________________________________________
45652 [  6186] By: gsar                                  on 2000/06/01  08:24:40
45653         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
45654              <wolfgang.laun@alcatel.at>)
45655      Branch: perl
45656            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45657            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
45658 ____________________________________________________________________________
45659 [  6185] By: gsar                                  on 2000/06/01  08:12:00
45660         Log: remove incorrect documentation about implicit split to @_ in
45661              list context, which never really worked in perl 5 (from
45662              M.J.T. Guy)
45663      Branch: perl
45664            ! pod/perlfunc.pod pod/perltrap.pod
45665 ____________________________________________________________________________
45666 [  6184] By: gsar                                  on 2000/06/01  07:52:27
45667         Log: tweak for change#6127
45668      Branch: perl
45669            ! perl.c
45670 ____________________________________________________________________________
45671 [  6183] By: gsar                                  on 2000/06/01  07:41:02
45672         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45673              <nick@ccl4.org>)
45674      Branch: perl
45675            + t/lib/selfloader.t
45676            ! MANIFEST lib/SelfLoader.pm
45677 ____________________________________________________________________________
45678 [  6182] By: jhi                                   on 2000/06/01  00:34:42
45679         Log: Be Cleaner Part Deux.
45680      Branch: cfgperl
45681            ! Makefile.SH
45682 ____________________________________________________________________________
45683 [  6181] By: jhi                                   on 2000/06/01  00:32:09
45684         Log: Integrate with Sarathy.
45685      Branch: cfgperl
45686           !> pp.c t/op/arith.t
45687 ____________________________________________________________________________
45688 [  6180] By: jhi                                   on 2000/06/01  00:31:13
45689         Log: microperl nits from Simon Cozens.
45690      Branch: cfgperl
45691            + uconfig.h
45692            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
45693            ! unixish.h
45694 ____________________________________________________________________________
45695 [  6179] By: gsar                                  on 2000/05/31  22:37:51
45696         Log: buggy modulus on UVs introduced by change#3378 (resulted in
45697              4063328477 % 65535 amounting to 27406, instead of 27407)
45698      Branch: perl
45699            ! pp.c t/op/arith.t
45700 ____________________________________________________________________________
45701 [  6178] By: jhi                                   on 2000/05/31  21:52:41
45702         Log: Be cleaner.
45703      Branch: cfgperl
45704            ! Makefile.SH
45705 ____________________________________________________________________________
45706 [  6177] By: jhi                                   on 2000/05/31  21:47:33
45707         Log: Substitution utf8 patch from Simon Cozens.
45708      Branch: cfgperl
45709            ! pp_hot.c
45710 ____________________________________________________________________________
45711 [  6176] By: jhi                                   on 2000/05/31  21:45:34
45712         Log: Single-quoted utf8 patch from Simon Cozens.
45713      Branch: cfgperl
45714            ! toke.c
45715 ____________________________________________________________________________
45716 [  6175] By: jhi                                   on 2000/05/31  21:40:18
45717         Log: Integrate with Sarathy.
45718      Branch: cfgperl
45719           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
45720 ____________________________________________________________________________
45721 [  6174] By: jhi                                   on 2000/05/31  21:37:31
45722         Log: microperl changes from Simon Cozens; Makefile for microperl
45723              written from scratch; few casts added as microperl compilation
45724              doesn't have all prototypes available.
45725      Branch: cfgperl
45726            + Makefile.micro README.micro Todo.micro uconfig.sh
45727            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
45728            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
45729      Branch: metaconfig
45730            + U/modified/Config_h.U
45731 ____________________________________________________________________________
45732 [  6173] By: jhi                                   on 2000/05/31  20:00:24
45733         Log: metaconfig maintenance.
45734      Branch: metaconfig
45735            + U/modified/Inhdr.U U/typedefs/inotype.U
45736      Branch: metaconfig/U/perl
45737            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
45738            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
45739 ____________________________________________________________________________
45740 [  6172] By: gsar                                  on 2000/05/31  05:05:42
45741         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45742              (from Ilya Zakharevich)
45743      Branch: perl
45744            ! regexec.c t/op/re_tests
45745 ____________________________________________________________________________
45746 [  6171] By: gsar                                  on 2000/05/31  05:01:47
45747         Log: scalar() doesn't force scalar context when used in void context
45748              (from Simon Cozens)
45749      Branch: perl
45750            ! op.c t/op/wantarray.t
45751 ____________________________________________________________________________
45752 [  6170] By: gsar                                  on 2000/05/31  04:41:33
45753         Log: change#6142 needs tweaks to tests to work where there's no symlink()
45754              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45755      Branch: perl
45756            ! t/lib/filefind.t
45757 ____________________________________________________________________________
45758 [  6169] By: gsar                                  on 2000/05/31  04:29:49
45759         Log: integrate cfgperl contents into mainline
45760      Branch: perl
45761           +> pod/perlmodlib.PL pod/perlnewmod.pod
45762           !> (integrate 42 files)
45763 ____________________________________________________________________________
45764 [  6168] By: jhi                                   on 2000/05/30  22:53:37
45765         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45766      Branch: cfgperl
45767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45768            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
45769            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
45770            ! win32/config.bc win32/config.gc win32/config.vc
45771            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45772            ! win32/config_h.PL win32/config_sh.PL
45773      Branch: metaconfig/U/perl
45774            ! perlxv.U
45775 ____________________________________________________________________________
45776 [  6167] By: jhi                                   on 2000/05/30  22:20:21
45777         Log: tweak todo 
45778      Branch: cfgperl
45779            ! Todo-5.6
45780 ____________________________________________________________________________
45781 [  6166] By: jhi                                   on 2000/05/30  22:11:51
45782         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45783              in case somebody wants to write an extension for more
45784              shadow database interfaces.
45785      Branch: cfgperl
45786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45787            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
45788            ! vos/config.def vos/config.h vos/config_h.SH_orig
45789            ! win32/config.bc win32/config.gc win32/config.vc
45790            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45791      Branch: metaconfig
45792            ! U/modified/Myinit.U
45793      Branch: metaconfig/U/perl
45794            + d_getespwnam.U d_getprpwnam.U i_prot.U
45795 ____________________________________________________________________________
45796 [  6165] By: jhi                                   on 2000/05/30  18:35:34
45797         Log: Integrate with Sarathy.
45798      Branch: cfgperl
45799           !> op.c
45800 ____________________________________________________________________________
45801 [  6164] By: jhi                                   on 2000/05/30  18:30:16
45802         Log: detypo
45803      Branch: cfgperl
45804            ! Configure config_h.SH
45805      Branch: metaconfig/U/perl
45806            ! perlxv.U
45807 ____________________________________________________________________________
45808 [  6163] By: gsar                                  on 2000/05/30  03:24:03
45809         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
45810      Branch: perl
45811            ! op.c
45812 ____________________________________________________________________________
45813 [  6162] By: gsar                                  on 2000/05/30  03:09:38
45814         Log: fix memory leak in method call optimization (change#3768);
45815              made C<eval "$x->foo()"> leak
45816      Branch: perl
45817            ! op.c
45818 ____________________________________________________________________________
45819 [  6161] By: jhi                                   on 2000/05/29  17:56:26
45820         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45821              both from Simon Cozens.
45822      Branch: cfgperl
45823            + pod/perlmodlib.PL pod/perlnewmod.pod
45824            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
45825            ! pod/perlmodlib.pod pod/perltoc.pod
45826 ____________________________________________________________________________
45827 [  6160] By: jhi                                   on 2000/05/29  17:23:55
45828         Log: Changes for the File::Temp 0.08 (change #6159) test suite
45829              to fit better into the Perl distribution test framework.
45830      Branch: cfgperl
45831            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
45832            ! t/lib/ftmp-tempfile.t
45833 ____________________________________________________________________________
45834 [  6159] By: jhi                                   on 2000/05/29  16:55:36
45835         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45836      Branch: cfgperl
45837            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45838            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45839 ____________________________________________________________________________
45840 [  6158] By: bailey                                on 2000/05/29  16:22:08
45841         Log: Add fallback to tmpfile for use in cases where user's relying on
45842              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45843              Lane's patch)
45844      Branch: vmsperl
45845            ! vms/vms.c vms/vmsish.h
45846 ____________________________________________________________________________
45847 [  6157] By: jhi                                   on 2000/05/29  03:10:36
45848         Log: Regen Configure to jive with #6149.
45849      Branch: cfgperl
45850            ! Configure
45851      Branch: metaconfig
45852            ! U/modified/Getfile.U
45853 ____________________________________________________________________________
45854 [  6156] By: jhi                                   on 2000/05/29  03:01:38
45855         Log: Integrate with Sarathy.
45856      Branch: cfgperl
45857           +> ext/DynaLoader/dl_mac.xs
45858           !> (integrate 38 files)
45859 ____________________________________________________________________________
45860 [  6155] By: gsar                                  on 2000/05/28  21:15:58
45861         Log: small bug in change#6144; remove random \xA0 character that snuck
45862              in via change#6145
45863      Branch: perl
45864            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
45865 ____________________________________________________________________________
45866 [  6154] By: gsar                                  on 2000/05/28  21:04:19
45867         Log: avoid type mismatch warning
45868      Branch: perl
45869            ! perl.c
45870 ____________________________________________________________________________
45871 [  6153] By: gsar                                  on 2000/05/28  20:58:31
45872         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
45873              <nick@Bagpuss.uk.boo.com>)
45874      Branch: perl
45875            ! lib/Test/Harness.pm
45876 ____________________________________________________________________________
45877 [  6152] By: gsar                                  on 2000/05/28  20:53:42
45878         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
45879      Branch: perl
45880            ! regexec.c
45881 ____________________________________________________________________________
45882 [  6151] By: gsar                                  on 2000/05/28  20:50:28
45883         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45884      Branch: perl
45885            ! regexec.c
45886 ____________________________________________________________________________
45887 [  6150] By: gsar                                  on 2000/05/28  20:39:58
45888         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45889      Branch: perl
45890            ! pod/perlrequick.pod
45891 ____________________________________________________________________________
45892 [  6149] By: gsar                                  on 2000/05/28  20:35:16
45893         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
45894              <troc@netrus.net>)
45895      Branch: perl
45896            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
45897            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
45898            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
45899            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
45900 ____________________________________________________________________________
45901 [  6148] By: gsar                                  on 2000/05/28  20:21:07
45902         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45903      Branch: perl
45904            ! lib/ExtUtils/MM_Unix.pm
45905 ____________________________________________________________________________
45906 [  6147] By: gsar                                  on 2000/05/28  20:12:41
45907         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
45908              (from Peter Prymmer)
45909      Branch: perl
45910            ! vms/subconfigure.com
45911 ____________________________________________________________________________
45912 [  6146] By: gsar                                  on 2000/05/28  20:06:15
45913         Log: doc typo
45914      Branch: perl
45915            ! lib/warnings.pm warnings.h warnings.pl
45916 ____________________________________________________________________________
45917 [  6145] By: gsar                                  on 2000/05/28  18:44:33
45918         Log: make xsubpp skip embedded pod (from Matthias Neeracher
45919              <neeri@iis.ee.ethz.ch>)
45920      Branch: perl
45921            ! lib/ExtUtils/xsubpp
45922 ____________________________________________________________________________
45923 [  6144] By: gsar                                  on 2000/05/28  18:42:49
45924         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
45925              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45926              <neeri@iis.ee.ethz.ch>)
45927      Branch: perl
45928            ! lib/AutoSplit.pm
45929 ____________________________________________________________________________
45930 [  6143] By: gsar                                  on 2000/05/28  18:41:12
45931         Log: MacOS support, part 1 (from Matthias Neeracher
45932              <neeri@iis.ee.ethz.ch>)
45933      Branch: perl
45934            + ext/DynaLoader/dl_mac.xs
45935            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45936            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
45937            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
45938            ! util.h
45939 ____________________________________________________________________________
45940 [  6142] By: gsar                                  on 2000/05/28  18:21:51
45941         Log: File::Find fails to chdir when chasing symlinks (from
45942              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45943      Branch: perl
45944            ! lib/File/Find.pm t/lib/filefind.t
45945 ____________________________________________________________________________
45946 [  6141] By: jhi                                   on 2000/05/28  14:25:15
45947         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45948              forwarded by Peter Seebach from the bsdi-users mailing list.
45949              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45950      Branch: perl
45951            ! hints/bsdos.sh
45952 ____________________________________________________________________________
45953 [  6140] By: jhi                                   on 2000/05/28  14:11:57
45954         Log: Integrate with Sarathy.
45955      Branch: cfgperl
45956           +> (branch 30 files)
45957           !> (integrate 93 files)
45958 ____________________________________________________________________________
45959 [  6139] By: gsar                                  on 2000/05/28  10:01:48
45960         Log: revise mktables.PL for bugs and newness in Unicode 3.0
45961              (from James Bence <jbence@amgen.com>)
45962      Branch: perl
45963            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
45964            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
45965            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
45966            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
45967            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
45968            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
45969            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
45970            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
45971            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
45972            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
45973            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
45974            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
45975            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
45976            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
45977            + lib/unicode/Is/SylWU.pl
45978            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
45979            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45980            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45981            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45982            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45983            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45984            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45985            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45986            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45987            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45988            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45989            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45990            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45991            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45992            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45993            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
45994            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
45995            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
45996            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
45997            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
45998            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
45999            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
46000            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
46001            ! lib/unicode/Makefile lib/unicode/mktables.PL
46002 ____________________________________________________________________________
46003 [  6138] By: gsar                                  on 2000/05/28  08:50:32
46004         Log: add note about the handling of negative indices to tied arrays
46005              (from Michael G Schwern <schwern@pobox.com>)
46006      Branch: perl
46007            ! pod/perltie.pod
46008 ____________________________________________________________________________
46009 [  6137] By: gsar                                  on 2000/05/28  08:46:10
46010         Log: fix bogus redeclaration warning for "our" variables in different
46011              scopes
46012      Branch: perl
46013            ! op.c t/pragma/strict-vars
46014 ____________________________________________________________________________
46015 [  6136] By: gsar                                  on 2000/05/28  08:31:20
46016         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
46017      Branch: perl
46018            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
46019 ____________________________________________________________________________
46020 [  6135] By: gsar                                  on 2000/05/28  08:17:50
46021         Log: enable Test::Harness to dynamically determine column width etc.
46022              (from Rob Napier <rnapier@employees.org>)
46023      Branch: perl
46024            ! lib/Test/Harness.pm
46025 ____________________________________________________________________________
46026 [  6134] By: gsar                                  on 2000/05/28  08:13:39
46027         Log: make Test::Harness use wait.h/WCOREDUMP if available
46028              (from Ben Tilly <ben_tilly@hotmail.com>)
46029      Branch: perl
46030            ! lib/Test/Harness.pm
46031 ____________________________________________________________________________
46032 [  6133] By: gsar                                  on 2000/05/28  08:08:05
46033         Log: elide bogus test in change#6132
46034      Branch: perl
46035            ! t/pragma/warn/9enabled
46036 ____________________________________________________________________________
46037 [  6132] By: gsar                                  on 2000/05/28  08:03:14
46038         Log: warnings::enabled() doesn't fall back to looking at $^W if
46039              caller isn't using lexical warnings (from Paul Marquess)
46040      Branch: perl
46041            ! pp_ctl.c t/pragma/warn/9enabled
46042 ____________________________________________________________________________
46043 [  6131] By: gsar                                  on 2000/05/28  07:57:47
46044         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
46045      Branch: perl
46046            ! ext/POSIX/POSIX.pm
46047 ____________________________________________________________________________
46048 [  6130] By: gsar                                  on 2000/05/28  07:29:12
46049         Log: fix places that mean C<"word" character> but say C<alphanumeric
46050              character>
46051      Branch: perl
46052            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
46053 ____________________________________________________________________________
46054 [  6129] By: gsar                                  on 2000/05/28  07:18:41
46055         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
46056      Branch: perl
46057            ! vms/test.com
46058 ____________________________________________________________________________
46059 [  6128] By: gsar                                  on 2000/05/28  07:12:55
46060         Log: new perlxstut example for passing/returning refs to arrays
46061              (from David Lowe <dlowe@pootpoot.com>)
46062      Branch: perl
46063            ! pod/perlxstut.pod
46064 ____________________________________________________________________________
46065 [  6127] By: gsar                                  on 2000/05/28  07:02:50
46066         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
46067              failed (from Gisle Aas)
46068      Branch: perl
46069            ! cop.h perl.c
46070 ____________________________________________________________________________
46071 [  6126] By: gsar                                  on 2000/05/28  06:39:53
46072         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
46073              (reworked variant of patch suggested by Simon Cozens)
46074      Branch: perl
46075            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
46076            ! pp_hot.c proto.h t/op/gv.t
46077 ____________________________________________________________________________
46078 [  6125] By: gsar                                  on 2000/05/28  05:14:55
46079         Log: enable propagating exception objects via Perl_croak() in XS code
46080              (from Gisle Aas)
46081      Branch: perl
46082            ! util.c
46083 ____________________________________________________________________________
46084 [  6124] By: gsar                                  on 2000/05/28  05:07:28
46085         Log: integrate vmsperl contents into mainline
46086      Branch: perl
46087           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
46088           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
46089           !> vms/vmsish.h
46090 ____________________________________________________________________________
46091 [  6123] By: gsar                                  on 2000/05/28  05:03:53
46092         Log: clarify gotcha with #line directives (from Rocco Caputo
46093              <troc@netrus.net>)
46094      Branch: perl
46095            ! pod/perldebug.pod pod/perlsyn.pod
46096 ____________________________________________________________________________
46097 [  6122] By: gsar                                  on 2000/05/28  04:58:29
46098         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
46099              (from Mark-Jason Dominus)
46100      Branch: perl
46101            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
46102            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
46103            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
46104            ! toke.c
46105 ____________________________________________________________________________
46106 [  6121] By: bailey                                on 2000/05/25  04:46:54
46107         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
46108              lists (based on fixes by Craig Berry)
46109      Branch: vmsperl
46110            ! lib/File/Spec/VMS.pm
46111 ____________________________________________________________________________
46112 [  6120] By: bailey                                on 2000/05/25  04:25:38
46113         Log: Add missing escape (Charles Lane)
46114      Branch: vmsperl
46115            ! t/op/lex_assign.t
46116 ____________________________________________________________________________
46117 [  6119] By: bailey                                on 2000/05/25  04:21:25
46118         Log: Quiet error messages in vmsish.t (Charles Lane)
46119      Branch: vmsperl
46120            ! vms/ext/vmsish.t
46121 ____________________________________________________________________________
46122 [  6118] By: bailey                                on 2000/05/25  04:17:57
46123         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
46124              Flatten case labels in switch statements uniformly (Charles Bailey)
46125      Branch: vmsperl
46126            ! vms/vms.c
46127 ____________________________________________________________________________
46128 [  6117] By: bailey                                on 2000/05/25  03:58:09
46129         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
46130      Branch: vmsperl
46131            ! vms/vmsish.h
46132 ____________________________________________________________________________
46133 [  6116] By: bailey                                on 2000/05/25  03:11:15
46134         Log: Miscellaneous cosmetic fixes (Charles Lane)
46135      Branch: vmsperl
46136            ! lib/ExtUtils/MM_VMS.pm
46137 ____________________________________________________________________________
46138 [  6115] By: bailey                                on 2000/05/25  03:10:36
46139         Log: Add bounds checking for several strings (Charles Lane)
46140      Branch: vmsperl
46141            ! vms/vms.c
46142 ____________________________________________________________________________
46143 [  6114] By: bailey                                on 2000/05/25  02:25:34
46144         Log: Urk -- undo previous removal of vmsish 'exit' change
46145      Branch: vmsperl
46146            ! vms/ext/vmsish.pm vms/vmsish.h
46147 ____________________________________________________________________________
46148 [  6113] By: bailey                                on 2000/05/24  02:24:40
46149         Log: Ugly workaround for version-specific RTL error
46150      Branch: vmsperl
46151            ! vms/vms.c
46152 ____________________________________________________________________________
46153 [  6112] By: bailey                                on 2000/05/24  02:19:55
46154         Log: Check for existence of file before trying to delete
46155      Branch: vmsperl
46156            ! vms/test.com
46157 ____________________________________________________________________________
46158 [  6111] By: bailey                                on 2000/05/23  23:35:13
46159         Log: Resync with mainline prior to post-5.6.0 updates
46160      Branch: vmsperl
46161           +> (branch 49 files)
46162            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
46163            ! vms/ext/vmsish.pm
46164           !> (integrate 334 files)
46165 ____________________________________________________________________________
46166 [  6110] By: jhi                                   on 2000/05/23  19:28:32
46167         Log: todo tweak
46168      Branch: cfgperl
46169            ! Todo-5.6
46170 ____________________________________________________________________________
46171 [  6109] By: jhi                                   on 2000/05/18  17:38:54
46172         Log: Integrate with Sarathy.
46173      Branch: cfgperl
46174           !> mg.c perl.h win32/perlhost.h
46175 ____________________________________________________________________________
46176 [  6108] By: gsar                                  on 2000/05/17  02:24:56
46177         Log: reenable fake signal handling on Windows, bugs and all
46178      Branch: perl
46179            ! mg.c perl.h win32/perlhost.h
46180 ____________________________________________________________________________
46181 [  6107] By: jhi                                   on 2000/05/15  18:01:41
46182         Log: Tweak the todo list.
46183      Branch: cfgperl
46184            ! Todo-5.6
46185 ____________________________________________________________________________
46186 [  6106] By: jhi                                   on 2000/05/15  13:41:48
46187         Log: The (Configure) script refuses to go on, after asking for
46188              'You may also choose to try maximal 64-bitness....'.
46189              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
46190              -- Patrick Zima
46191              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
46192      Branch: cfgperl
46193            ! hints/solaris_2.sh
46194 ____________________________________________________________________________
46195 [  6105] By: jhi                                   on 2000/05/11  14:37:43
46196         Log: Integrate with Sarathy.
46197      Branch: cfgperl
46198           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46199           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
46200 ____________________________________________________________________________
46201 [  6104] By: gsar                                  on 2000/05/11  03:39:07
46202         Log: PL_sys_intern was being initialized too late on windows
46203      Branch: perl
46204            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46205            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
46206 ____________________________________________________________________________
46207 [  6103] By: jhi                                   on 2000/05/09  19:42:20
46208         Log: Test tweaking for Unicos continues.
46209      Branch: cfgperl
46210            ! t/op/64bitint.t
46211 ____________________________________________________________________________
46212 [  6102] By: jhi                                   on 2000/05/09  16:47:27
46213         Log: The test suite tweak in #6101 wasn't quite right.
46214      Branch: cfgperl
46215            ! t/lib/complex.t
46216 ____________________________________________________________________________
46217 [  6101] By: jhi                                   on 2000/05/09  15:35:34
46218         Log: Hints and test tweaks for Unicos.
46219      Branch: cfgperl
46220            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
46221 ____________________________________________________________________________
46222 [  6100] By: jhi                                   on 2000/05/08  21:15:06
46223         Log: More compilation tweakery from Allen Smith.
46224      Branch: cfgperl
46225            ! hints/irix_6.sh
46226 ____________________________________________________________________________
46227 [  6099] By: jhi                                   on 2000/05/08  19:21:18
46228         Log: Tweaks for the cc bugs from Allen Smith.
46229      Branch: cfgperl
46230            ! hints/irix_6.sh
46231 ____________________________________________________________________________
46232 [  6098] By: jhi                                   on 2000/05/08  19:13:37
46233         Log: Add a note about other, yet unsupported, shadow password APIs.
46234      Branch: cfgperl
46235            ! pp_sys.c
46236 ____________________________________________________________________________
46237 [  6097] By: jhi                                   on 2000/05/08  18:46:34
46238         Log: Add a note about possible compilation problems from Allen Smith.
46239      Branch: cfgperl
46240            ! hints/irix_6.sh
46241 ____________________________________________________________________________
46242 [  6096] By: jhi                                   on 2000/05/08  17:33:10
46243         Log: Integrate with Sarathy.
46244      Branch: cfgperl
46245           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46246           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
46247 ____________________________________________________________________________
46248 [  6095] By: jhi                                   on 2000/05/08  16:21:33
46249         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
46250              might be useful in future.
46251      Branch: cfgperl
46252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46253            ! config_h.SH
46254      Branch: metaconfig
46255            ! U/installdirs/inc_version_list.U
46256      Branch: metaconfig/U/perl
46257            ! perlxv.U
46258 ____________________________________________________________________________
46259 [  6094] By: gsar                                  on 2000/05/08  14:22:22
46260         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
46261      Branch: perl
46262            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46263            ! hints/cygwin.sh pp_sys.c
46264 ____________________________________________________________________________
46265 [  6093] By: gsar                                  on 2000/05/08  12:52:28
46266         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
46267              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
46268      Branch: perl
46269            ! pp_sys.c sv.c win32/perlhost.h
46270 ____________________________________________________________________________
46271 [  6092] By: jhi                                   on 2000/05/07  22:40:34
46272         Log: Regen perltoc with the fixed buildtoc.
46273      Branch: cfgperl
46274            ! pod/perltoc.pod
46275 ____________________________________________________________________________
46276 [  6091] By: jhi                                   on 2000/05/07  22:24:16
46277         Log: Integrate with Sarathy.
46278      Branch: cfgperl
46279           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
46280           !> t/op/substr.t toke.c
46281 ____________________________________________________________________________
46282 [  6090] By: gsar                                  on 2000/05/07  19:47:07
46283         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
46284              [NI]OK; added tests for both
46285      Branch: perl
46286            ! perl.c pp_hot.c sv.c t/op/substr.t
46287 ____________________________________________________________________________
46288 [  6089] By: gsar                                  on 2000/05/07  18:18:38
46289         Log: buildtoc tweak to fix newline lossage
46290      Branch: perl
46291            ! pod/buildtoc
46292 ____________________________________________________________________________
46293 [  6088] By: jhi                                   on 2000/05/07  16:35:36
46294         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46295              because we do not use those.  The HAS_GETSPNAM remains,
46296              though, because we still do use that.
46297      Branch: cfgperl
46298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46299            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46300            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46301            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46302            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46303            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46304 ____________________________________________________________________________
46305 [  6087] By: gsar                                  on 2000/05/07  16:05:16
46306         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
46307      Branch: perl
46308            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46309 ____________________________________________________________________________
46310 [  6086] By: jhi                                   on 2000/05/07  15:27:07
46311         Log: Integrate with Sarathy.
46312      Branch: cfgperl
46313           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46314           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46315           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46316           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46317           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
46318           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
46319 ____________________________________________________________________________
46320 [  6085] By: gsar                                  on 2000/05/07  05:52:02
46321         Log: repeat operator (x) doesn't preserve utf8-ness
46322      Branch: perl
46323            ! pp.c t/op/substr.t
46324 ____________________________________________________________________________
46325 [  6084] By: gsar                                  on 2000/05/07  05:39:55
46326         Log: substr() does not preserve utf8-ness (from Stefan Eissing
46327              <Eissing@medicaldataservice.de>); added tests
46328      Branch: perl
46329            ! pp.c t/op/substr.t
46330 ____________________________________________________________________________
46331 [  6083] By: gsar                                  on 2000/05/07  05:24:46
46332         Log: note about undocumented caller() return value (from M.J.T. Guy);
46333              yet another peek.t tweak
46334      Branch: perl
46335            ! pod/perlfunc.pod t/lib/peek.t
46336 ____________________________________________________________________________
46337 [  6082] By: gsar                                  on 2000/05/07  05:08:40
46338         Log: peek.t non-portable to ithreads
46339      Branch: perl
46340            ! t/lib/peek.t
46341 ____________________________________________________________________________
46342 [  6081] By: gsar                                  on 2000/05/07  04:17:04
46343         Log: better default perlbug categories for ok reports (from Richard Foley)
46344      Branch: perl
46345            ! utils/perlbug.PL
46346 ____________________________________________________________________________
46347 [  6080] By: gsar                                  on 2000/05/07  04:08:07
46348         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46349              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46350      Branch: perl
46351            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46352            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46353            ! AUTHORS MAINTAIN MANIFEST
46354 ____________________________________________________________________________
46355 [  6079] By: gsar                                  on 2000/05/07  04:01:38
46356         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
46357      Branch: perl
46358            ! lib/Carp/Heavy.pm
46359 ____________________________________________________________________________
46360 [  6078] By: gsar                                  on 2000/05/07  01:24:19
46361         Log: workaround for CRT bug in chdir() (from Charles Lane, via
46362              Peter Prymmer)
46363      Branch: perl
46364            ! iperlsys.h vms/vms.c vms/vmsish.h
46365 ____________________________________________________________________________
46366 [  6077] By: gsar                                  on 2000/05/07  01:22:23
46367         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
46368              and Tom Phoenix)
46369      Branch: perl
46370            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
46371 ____________________________________________________________________________
46372 [  6076] By: gsar                                  on 2000/05/06  17:36:29
46373         Log: integrate cfgperl contents into mainline
46374      Branch: perl
46375           +> t/lib/peek.t
46376           !> Configure MANIFEST Porting/Glossary Porting/config.sh
46377           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
46378           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
46379           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
46380 ____________________________________________________________________________
46381 [  6075] By: jhi                                   on 2000/05/05  18:56:10
46382         Log: Make the test more portable.
46383      Branch: cfgperl
46384            ! t/lib/peek.t
46385 ____________________________________________________________________________
46386 [  6074] By: jhi                                   on 2000/05/05  18:49:20
46387         Log: Introduce t/lib/peek.t.
46388      Branch: cfgperl
46389            + t/lib/peek.t
46390            ! MANIFEST
46391 ____________________________________________________________________________
46392 [  6073] By: jhi                                   on 2000/05/05  14:30:45
46393         Log: Complex tweaks.
46394      Branch: cfgperl
46395            ! lib/Math/Complex.pm t/lib/complex.t
46396 ____________________________________________________________________________
46397 [  6072] By: jhi                                   on 2000/05/05  12:27:13
46398         Log: Integrate with Sarathy.
46399      Branch: cfgperl
46400           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46401           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46402           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46403           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46404 ____________________________________________________________________________
46405 [  6071] By: gsar                                  on 2000/05/05  02:24:46
46406         Log: misformatted perllocal.pod (from Tim Jenness
46407              <t.jenness@jach.hawaii.edu>)
46408      Branch: perl
46409            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46410 ____________________________________________________________________________
46411 [  6070] By: gsar                                  on 2000/05/05  02:16:52
46412         Log: remove misleading comment (from M.J.T. Guy)
46413      Branch: perl
46414            ! t/lib/anydbm.t
46415 ____________________________________________________________________________
46416 [  6069] By: gsar                                  on 2000/05/05  02:15:13
46417         Log: File::Spec compatibility update (from Barrie Slaymaker
46418              <barries@slaysys.com>)
46419      Branch: perl
46420            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46421            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46422 ____________________________________________________________________________
46423 [  6068] By: gsar                                  on 2000/05/05  02:01:50
46424         Log: note about values()
46425      Branch: perl
46426            ! pod/perlfunc.pod
46427 ____________________________________________________________________________
46428 [  6067] By: gsar                                  on 2000/05/05  01:33:09
46429         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
46430      Branch: perl
46431            ! win32/win32.c
46432 ____________________________________________________________________________
46433 [  6066] By: gsar                                  on 2000/05/05  01:23:43
46434         Log: s/END/CHECK/
46435      Branch: perl
46436            ! perl.c
46437 ____________________________________________________________________________
46438 [  6065] By: jhi                                   on 2000/05/04  17:30:22
46439         Log: Integrate with Sarathy.
46440      Branch: cfgperl
46441           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
46442 ____________________________________________________________________________
46443 [  6064] By: gsar                                  on 2000/05/04  17:26:14
46444         Log: change#5905 wasn't quite right--it's intent only applies when arguments
46445              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
46446      Branch: perl
46447            ! pp_sys.c sv.c
46448 ____________________________________________________________________________
46449 [  6063] By: gsar                                  on 2000/05/04  16:52:29
46450         Log: tokeq() could read unallocated field in argument
46451      Branch: perl
46452            ! toke.c
46453 ____________________________________________________________________________
46454 [  6062] By: gsar                                  on 2000/05/04  16:34:51
46455         Log: additional tests for utf8.t
46456      Branch: perl
46457            ! t/pragma/utf8.t
46458 ____________________________________________________________________________
46459 [  6061] By: gsar                                  on 2000/05/04  16:09:28
46460         Log: change#5921 neglected to make eq honor "use bytes"
46461      Branch: perl
46462            ! sv.c
46463 ____________________________________________________________________________
46464 [  6060] By: jhi                                   on 2000/05/04  15:30:16
46465         Log: Integrate with Sarathy.
46466      Branch: cfgperl
46467           !> perl.c regcomp.c t/pragma/utf8.t
46468 ____________________________________________________________________________
46469 [  6059] By: jhi                                   on 2000/05/04  15:26:37
46470         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46471              in natively 64-bit platforms where a long is a quad (no need
46472              for long longs).  Also added bias for IVs.
46473      Branch: cfgperl
46474            ! toke.c
46475 ____________________________________________________________________________
46476 [  6058] By: gsar                                  on 2000/05/04  00:19:14
46477         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46478              (spotted by Donald Kinzer <dkinzer@premia.com>)
46479      Branch: perl
46480            ! perl.c
46481 ____________________________________________________________________________
46482 [  6057] By: gsar                                  on 2000/05/03  18:34:01
46483         Log: fix broken parsing of /\x{ab}/
46484      Branch: perl
46485            ! regcomp.c t/pragma/utf8.t
46486 ____________________________________________________________________________
46487 [  6056] By: jhi                                   on 2000/05/03  17:57:16
46488         Log: The search of infinity continues, this time simplified.
46489      Branch: cfgperl
46490            ! lib/Math/Complex.pm
46491 ____________________________________________________________________________
46492 [  6055] By: jhi                                   on 2000/05/03  17:45:30
46493         Log: Detypo.
46494      Branch: cfgperl
46495            ! hints/unicos.sh
46496 ____________________________________________________________________________
46497 [  6054] By: jhi                                   on 2000/05/02  22:28:27
46498         Log: Be more forgiving in POSIX about HUGE_VALL.
46499      Branch: cfgperl
46500            ! ext/POSIX/POSIX.xs
46501 ____________________________________________________________________________
46502 [  6053] By: jhi                                   on 2000/05/02  22:25:05
46503         Log: Integrate with Sarathy.
46504      Branch: cfgperl
46505           !> hints/irix_6.sh pod/perlop.pod
46506 ____________________________________________________________________________
46507 [  6052] By: jhi                                   on 2000/05/02  22:24:31
46508         Log: Unicos hint tweak.
46509      Branch: cfgperl
46510            ! hints/unicos.sh
46511 ____________________________________________________________________________
46512 [  6051] By: jhi                                   on 2000/05/02  22:21:26
46513         Log: Complex tweakery.
46514      Branch: cfgperl
46515            ! lib/Math/Complex.pm t/lib/complex.t
46516 ____________________________________________________________________________
46517 [  6050] By: jhi                                   on 2000/05/02  19:26:22
46518         Log: Use setxxent()/endxxent().
46519      Branch: cfgperl
46520            ! t/op/grent.t t/op/pwent.t
46521 ____________________________________________________________________________
46522 [  6049] By: jhi                                   on 2000/05/02  19:06:02
46523         Log: Test both the scalar and list contexts.
46524      Branch: cfgperl
46525            ! t/op/grent.t t/op/pwent.t
46526 ____________________________________________________________________________
46527 [  6048] By: gsar                                  on 2000/05/02  18:29:10
46528         Log: add note about how $( doesn't interpolate in REs (from
46529              Philip Newton <newton@ficus.frogspace.net>)
46530      Branch: perl
46531            ! pod/perlop.pod
46532 ____________________________________________________________________________
46533 [  6047] By: jhi                                   on 2000/05/02  17:41:24
46534         Log: Call getspnam() only iff needd.
46535      Branch: cfgperl
46536            ! pp_sys.c
46537 ____________________________________________________________________________
46538 [  6046] By: gsar                                  on 2000/05/02  17:07:25
46539         Log: libscheck has insufficient checks for n32 libs (from
46540              Albert Chin-A-Young <china@thewrittenword.com>)
46541      Branch: perl
46542            ! hints/irix_6.sh
46543 ____________________________________________________________________________
46544 [  6045] By: jhi                                   on 2000/05/02  13:57:17
46545         Log: Integrate with Sarathy.
46546      Branch: cfgperl
46547           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
46548           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
46549 ____________________________________________________________________________
46550 [  6044] By: gsar                                  on 2000/05/02  06:48:19
46551         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46552              such that underscores are only ignored in literal numbers,
46553              "\x{...}", and hex/oct argument
46554      Branch: perl
46555            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
46556 ____________________________________________________________________________
46557 [  6043] By: gsar                                  on 2000/05/02  02:22:29
46558         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
46559      Branch: perl
46560            ! pod/perlretut.pod
46561 ____________________________________________________________________________
46562 [  6042] By: gsar                                  on 2000/05/02  02:17:51
46563         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
46564      Branch: perl
46565            ! pod/perltrap.pod
46566 ____________________________________________________________________________
46567 [  6041] By: gsar                                  on 2000/05/02  01:53:51
46568         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
46569              to compensate
46570      Branch: perl
46571            ! Porting/makerel
46572 ____________________________________________________________________________
46573 [  6040] By: gsar                                  on 2000/05/02  01:51:57
46574         Log: missing files in MANIFEST
46575      Branch: perl
46576            ! MANIFEST
46577 ____________________________________________________________________________
46578 [  6039] By: jhi                                   on 2000/05/02  00:36:46
46579         Log: Infinite problems.
46580      Branch: cfgperl
46581            ! lib/Math/Complex.pm
46582 ____________________________________________________________________________
46583 [  6038] By: jhi                                   on 2000/05/02  00:06:38
46584         Log: pwent/spent #ifdef imbalance.
46585      Branch: cfgperl
46586            ! pp_sys.c
46587 ____________________________________________________________________________
46588 [  6037] By: jhi                                   on 2000/05/01  22:50:11
46589         Log: Use HUGE_VALL if applicable.
46590      Branch: cfgperl
46591            ! ext/POSIX/POSIX.xs util.c
46592 ____________________________________________________________________________
46593 [  6036] By: jhi                                   on 2000/05/01  22:20:53
46594         Log: Correct Freudian slip.
46595      Branch: cfgperl
46596            ! pp_sys.c
46597 ____________________________________________________________________________
46598 [  6035] By: jhi                                   on 2000/05/01  21:07:38
46599         Log: Continue on the pwent/spent case.
46600      Branch: cfgperl
46601            ! pp_sys.c
46602 ____________________________________________________________________________
46603 [  6034] By: jhi                                   on 2000/05/01  17:45:14
46604         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
46605              adjustments in 6032 conflicted badly with this, will have
46606              to revisit them later.
46607      Branch: cfgperl
46608           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
46609           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46610           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
46611           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
46612           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
46613           !> t/lib/cgi-html.t t/lib/cgi-request.t
46614 ____________________________________________________________________________
46615 [  6033] By: jhi                                   on 2000/05/01  17:40:49
46616         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
46617      Branch: cfgperl
46618            ! pp_sys.c
46619 ____________________________________________________________________________
46620 [  6032] By: gsar                                  on 2000/05/01  15:56:32
46621         Log: whitespace adjustments
46622      Branch: perl
46623            ! pp_sys.c
46624 ____________________________________________________________________________
46625 [  6031] By: gsar                                  on 2000/05/01  15:19:41
46626         Log: small nits in diagnostics.pm (from Robin Barker)
46627      Branch: perl
46628            ! lib/diagnostics.pm pod/perldiag.pod
46629 ____________________________________________________________________________
46630 [  6030] By: gsar                                  on 2000/05/01  08:39:18
46631         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
46632              for @- and @+ (from Johan Vromans)
46633      Branch: perl
46634            ! lib/English.pm pod/perlvar.pod
46635 ____________________________________________________________________________
46636 [  6029] By: gsar                                  on 2000/05/01  08:16:10
46637         Log: add CGI.pm v2.66 (from Lincoln Stein)
46638      Branch: perl
46639            + lib/CGI/Util.pm t/lib/cgi-pretty.t
46640            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46641            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
46642            ! t/lib/cgi-html.t t/lib/cgi-request.t
46643 ____________________________________________________________________________
46644 [  6028] By: gsar                                  on 2000/05/01  06:34:41
46645         Log: Pod::Man generates groff-incompatible macro definition (from
46646              Tom Christiansen)
46647      Branch: perl
46648            ! lib/Pod/Man.pm
46649 ____________________________________________________________________________
46650 [  6027] By: gsar                                  on 2000/05/01  06:31:36
46651         Log: podlators-1.02 update (from Russ Allbery)
46652      Branch: perl
46653            ! lib/Pod/Man.pm lib/Pod/Text.pm
46654 ____________________________________________________________________________
46655 [  6026] By: jhi                                   on 2000/04/30  23:24:23
46656         Log: Integrate with Sarathy.
46657      Branch: cfgperl
46658           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46659           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
46660           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46661           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46662           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
46663           !> t/lib/syslog.t toke.c win32/win32.h
46664 ____________________________________________________________________________
46665 [  6025] By: gsar                                  on 2000/04/30  18:17:47
46666         Log: Is{Alnum,Alpha,Word} don't match titlecase
46667              
46668              TODO: IsSpace is defined recursively!
46669              
46670              (both spotted by Larry)
46671      Branch: perl
46672            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46673            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46674 ____________________________________________________________________________
46675 [  6024] By: gsar                                  on 2000/04/30  17:50:19
46676         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
46677              (from Hugo van der Sanden)
46678      Branch: perl
46679            ! toke.c
46680 ____________________________________________________________________________
46681 [  6023] By: gsar                                  on 2000/04/30  17:14:43
46682         Log: debugger stomps on $. (from M.J.T. Guy)
46683      Branch: perl
46684            ! lib/perl5db.pl
46685 ____________________________________________________________________________
46686 [  6022] By: gsar                                  on 2000/04/30  16:59:22
46687         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46688      Branch: perl
46689            ! sv.c
46690 ____________________________________________________________________________
46691 [  6021] By: gsar                                  on 2000/04/29  21:00:08
46692         Log: remove Win2K issue in pod (fixed by change#6020)
46693      Branch: perl
46694            ! README.win32 pod/perl56delta.pod
46695 ____________________________________________________________________________
46696 [  6020] By: gsar                                  on 2000/04/29  20:51:49
46697         Log: test tweak
46698      Branch: perl
46699            ! t/lib/open3.t
46700 ____________________________________________________________________________
46701 [  6019] By: gsar                                  on 2000/04/29  20:34:27
46702         Log: windows portability tweaks
46703      Branch: perl
46704            ! t/lib/b.t win32/win32.h
46705 ____________________________________________________________________________
46706 [  6018] By: gsar                                  on 2000/04/29  19:55:24
46707         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
46708              make _PATH_LOG() return "" if unavailable
46709      Branch: perl
46710            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46711            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
46712 ____________________________________________________________________________
46713 [  6017] By: jhi                                   on 2000/04/28  22:49:46
46714         Log: Integrate with Sarathy.
46715      Branch: cfgperl
46716           !> op.c perl.c pod/perldiag.pod t/lib/b.t
46717 ____________________________________________________________________________
46718 [  6016] By: jhi                                   on 2000/04/28  22:46:14
46719         Log: Do not warn that an infinity does not look like a number.
46720      Branch: cfgperl
46721            ! sv.c
46722 ____________________________________________________________________________
46723 [  6015] By: gsar                                  on 2000/04/28  22:35:49
46724         Log: tweak test for portability
46725      Branch: perl
46726            ! t/lib/b.t
46727 ____________________________________________________________________________
46728 [  6014] By: gsar                                  on 2000/04/28  22:05:31
46729         Log: glob() loading File::Glob behind the scenes may cause syntax errors
46730      Branch: perl
46731            ! op.c
46732 ____________________________________________________________________________
46733 [  6013] By: gsar                                  on 2000/04/28  21:25:22
46734         Log: tweak change#5945 to display correct switch name in diagnostic
46735      Branch: perl
46736            ! perl.c pod/perldiag.pod
46737 ____________________________________________________________________________
46738 [  6012] By: jhi                                   on 2000/04/28  21:08:12
46739         Log: Integrate with Sarathy.
46740      Branch: cfgperl
46741           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
46742           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
46743           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
46744 ____________________________________________________________________________
46745 [  6011] By: jhi                                   on 2000/04/28  21:04:46
46746         Log: &HUGE_VAL is not defined, it exists.
46747      Branch: cfgperl
46748            ! lib/Math/Complex.pm
46749 ____________________________________________________________________________
46750 [  6010] By: gsar                                  on 2000/04/28  21:02:58
46751         Log: clarify note about shadow password support (from
46752              gellyfish@gellyfish.com)
46753      Branch: perl
46754            ! pod/perlfunc.pod
46755 ____________________________________________________________________________
46756 [  6009] By: gsar                                  on 2000/04/28  21:00:00
46757         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46758      Branch: perl
46759            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46760 ____________________________________________________________________________
46761 [  6008] By: gsar                                  on 2000/04/28  20:56:33
46762         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
46763      Branch: perl
46764            ! installperl vms/subconfigure.com
46765 ____________________________________________________________________________
46766 [  6007] By: gsar                                  on 2000/04/28  20:51:21
46767         Log: note about compile failures and END blocks (from M.J.T. Guy)
46768      Branch: perl
46769            ! pod/perl56delta.pod pod/perlmod.pod
46770 ____________________________________________________________________________
46771 [  6006] By: jhi                                   on 2000/04/28  20:42:14
46772         Log: Regen Configure.
46773      Branch: cfgperl
46774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46775            ! config_h.SH
46776 ____________________________________________________________________________
46777 [  6005] By: gsar                                  on 2000/04/28  20:41:16
46778         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
46779      Branch: perl
46780            ! utils/perldoc.PL
46781 ____________________________________________________________________________
46782 [  6004] By: jhi                                   on 2000/04/28  20:28:21
46783         Log: Integrate with Sarathy.
46784      Branch: cfgperl
46785           !> Configure INSTALL Porting/Glossary Porting/config.sh
46786           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
46787           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
46788           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46789           !> win32/config.vc win32/win32.c
46790 ____________________________________________________________________________
46791 [  6003] By: gsar                                  on 2000/04/28  20:11:20
46792         Log: allow REG_EXPAND_SZ keys in Windows registry (from
46793              John Clayton <John.Clayton@barclayscapital.com>)
46794      Branch: perl
46795            ! win32/win32.c
46796 ____________________________________________________________________________
46797 [  6002] By: gsar                                  on 2000/04/28  19:34:16
46798         Log: destructive sv_setsv() can lose UV-ness from source, causing
46799              numeric promotions/comparisons to fail to do the right thing
46800      Branch: perl
46801            ! sv.c
46802 ____________________________________________________________________________
46803 [  6001] By: gsar                                  on 2000/04/28  18:44:15
46804         Log: support additional library locations via $Config{otherlibdirs}
46805              (from Andy Dougherty)
46806      Branch: perl
46807            ! Configure INSTALL Porting/Glossary Porting/config.sh
46808            ! Porting/config_H config_h.SH epoc/config.sh perl.c
46809            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
46810            ! win32/config.bc win32/config.gc win32/config.vc
46811 ____________________________________________________________________________
46812 [  6000] By: gsar                                  on 2000/04/28  18:26:58
46813         Log: reworked otherlibdirs.U (from Andy Dougherty)
46814      Branch: metaconfig
46815            ! U/installdirs/otherlibdirs.U
46816 ____________________________________________________________________________
46817 [  5999] By: gsar                                  on 2000/04/28  18:17:07
46818         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
46819      Branch: perl
46820            ! t/pragma/warn/toke toke.c
46821 ____________________________________________________________________________
46822 [  5998] By: jhi                                   on 2000/04/28  13:32:17
46823         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
46824      Branch: cfgperl
46825            ! lib/Math/Complex.pm
46826 ____________________________________________________________________________
46827 [  5997] By: jhi                                   on 2000/04/28  13:14:04
46828         Log: Preserve $!.
46829      Branch: cfgperl
46830            ! lib/Math/Complex.pm
46831 ____________________________________________________________________________
46832 [  5996] By: jhi                                   on 2000/04/28  12:59:23
46833         Log: Integrate with Sarathy.
46834      Branch: cfgperl
46835           +> pod/perlrequick.pod pod/perlretut.pod
46836           !> (integrate 51 files)
46837 ____________________________________________________________________________
46838 [  5995] By: gsar                                  on 2000/04/28  09:37:36
46839         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
46840      Branch: perl
46841            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
46842 ____________________________________________________________________________
46843 [  5994] By: gsar                                  on 2000/04/28  09:33:26
46844         Log: fix for missed accounting for null byte in pack("Z",...) (from
46845              M.J.T. Guy)
46846      Branch: perl
46847            ! pp.c t/op/pack.t
46848 ____________________________________________________________________________
46849 [  5993] By: gsar                                  on 2000/04/28  09:30:05
46850         Log: various minor tweaks seen on p5p
46851      Branch: perl
46852            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
46853 ____________________________________________________________________________
46854 [  5992] By: gsar                                  on 2000/04/28  09:08:19
46855         Log: pod nit (from Simon Cozens)
46856      Branch: perl
46857            ! pod/perlop.pod
46858 ____________________________________________________________________________
46859 [  5991] By: gsar                                  on 2000/04/28  09:06:36
46860         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
46861      Branch: perl
46862            ! README.posix-bc hints/posix-bc.sh
46863 ____________________________________________________________________________
46864 [  5990] By: gsar                                  on 2000/04/28  08:54:52
46865         Log: use $ENV{LIB} to search for libs under Visual C compiler
46866              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
46867      Branch: perl
46868            ! lib/ExtUtils/Liblist.pm
46869 ____________________________________________________________________________
46870 [  5989] By: gsar                                  on 2000/04/28  08:27:12
46871         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
46872              itself and no other (from Tom Hughes)
46873      Branch: perl
46874            ! t/op/array.t toke.c
46875 ____________________________________________________________________________
46876 [  5988] By: gsar                                  on 2000/04/28  08:01:38
46877         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
46878              <paul@miraclefish.com>)
46879      Branch: perl
46880            ! lib/ExtUtils/MakeMaker.pm
46881 ____________________________________________________________________________
46882 [  5987] By: gsar                                  on 2000/04/28  07:53:09
46883         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
46884      Branch: perl
46885            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
46886 ____________________________________________________________________________
46887 [  5986] By: gsar                                  on 2000/04/28  07:44:17
46888         Log: add regular expressions tutorial and quick-start guide (from
46889              Mark Kvale <kvale@phy.ucsf.edu>)
46890      Branch: perl
46891            + pod/perlrequick.pod pod/perlretut.pod
46892            ! AUTHORS MAINTAIN MANIFEST
46893 ____________________________________________________________________________
46894 [  5985] By: gsar                                  on 2000/04/28  07:30:28
46895         Log: forked child may not exit correctly if it failed to open
46896              /dev/console (from Graham Barr)
46897      Branch: perl
46898            ! ext/Sys/Syslog/Syslog.pm
46899 ____________________________________________________________________________
46900 [  5984] By: gsar                                  on 2000/04/28  07:27:20
46901         Log: attributes::reftype() doesn't work on tied argument
46902      Branch: perl
46903            ! xsutils.c
46904 ____________________________________________________________________________
46905 [  5983] By: gsar                                  on 2000/04/28  07:15:04
46906         Log: numeric conversion of non-number in change#3378 tramples on
46907              OOK offset, causing segfaults
46908      Branch: perl
46909            ! sv.c
46910 ____________________________________________________________________________
46911 [  5982] By: gsar                                  on 2000/04/28  04:48:25
46912         Log: avoid error in IO::Socket::INET when given an unknown service name
46913              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
46914      Branch: perl
46915            ! ext/IO/lib/IO/Socket/INET.pm
46916 ____________________________________________________________________________
46917 [  5981] By: gsar                                  on 2000/04/28  04:31:31
46918         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
46919              prototype mismatch with CORE::glob(); update pod and tests to
46920              suit (File::Glob::glob() is still available for backward
46921              compatibility, but should be considered deprecated)
46922      Branch: perl
46923            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
46924            ! t/lib/glob-taint.t
46925 ____________________________________________________________________________
46926 [  5980] By: gsar                                  on 2000/04/28  03:47:29
46927         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
46928              <ghudson@mit.edu>)
46929      Branch: metaconfig
46930            ! U/modified/Options.U
46931      Branch: perl
46932            ! Configure
46933 ____________________________________________________________________________
46934 [  5979] By: gsar                                  on 2000/04/28  03:07:54
46935         Log: under useithreads, constant pad entries could inadvertantly be
46936              shared across threads (from Eric Blood <eblood@xmission.com>);
46937              added Eric's test case to testsuite
46938      Branch: perl
46939            ! op.c t/op/misc.t
46940 ____________________________________________________________________________
46941 [  5978] By: gsar                                  on 2000/04/27  21:13:00
46942         Log: sync version numbers in File::Spec with the ones on CPAN
46943              (from Barrie Slaymaker)
46944      Branch: perl
46945            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46946            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46947            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46948 ____________________________________________________________________________
46949 [  5977] By: gsar                                  on 2000/04/27  21:07:29
46950         Log: autoquote barewords followed by newline and arrow properly
46951              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
46952      Branch: perl
46953            ! t/pragma/warn/toke toke.c
46954 ____________________________________________________________________________
46955 [  5976] By: gsar                                  on 2000/04/27  20:41:20
46956         Log: DB_File v1.73 update (from Paul Marquess)
46957      Branch: perl
46958            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46959            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46960 ____________________________________________________________________________
46961 [  5975] By: gsar                                  on 2000/04/27  20:34:24
46962         Log: allow sort() reentrancy (variant of patch suggested by
46963              Hugo van der Sanden)
46964      Branch: perl
46965            ! pp_ctl.c t/op/sort.t
46966 ____________________________________________________________________________
46967 [  5974] By: gsar                                  on 2000/04/27  19:46:57
46968         Log: change#4197 somehow missed initializing PL_errors, meaning
46969              sytax error queueing wasn't working outside eval"" at all;
46970              also fixed eval"" to localize PL_error_count, so that compile-time
46971              eval's don't clobber the error state of the outer context
46972      Branch: perl
46973            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46974            ! t/pragma/warn/toke
46975 ____________________________________________________________________________
46976 [  5973] By: gsar                                  on 2000/04/27  18:29:05
46977         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46978      Branch: perl
46979            ! regcomp.c regexec.c t/op/re_tests
46980 ____________________________________________________________________________
46981 [  5972] By: jhi                                   on 2000/04/27  18:22:41
46982         Log: Integrate with Sarathy.
46983      Branch: cfgperl
46984           +> t/lib/b.t t/lib/syslog.t
46985           !> (integrate 31 files)
46986 ____________________________________________________________________________
46987 [  5971] By: jhi                                   on 2000/04/27  18:18:46
46988         Log: Unicos tweaks from Mark P. Lutz.
46989      Branch: cfgperl
46990            ! hints/unicos.sh lib/Math/Complex.pm
46991 ____________________________________________________________________________
46992 [  5970] By: gsar                                  on 2000/04/27  18:05:11
46993         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
46994              IV is >32bits
46995      Branch: perl
46996            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
46997 ____________________________________________________________________________
46998 [  5969] By: gsar                                  on 2000/04/27  17:50:56
46999         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47000      Branch: perl
47001            + t/lib/syslog.t
47002            ! MANIFEST ext/Sys/Syslog/Syslog.pm
47003 ____________________________________________________________________________
47004 [  5968] By: gsar                                  on 2000/04/27  17:44:49
47005         Log: tolerate spaces in group names in test on solaris (from David Boyce
47006              <dsb@boyski.com>)
47007      Branch: perl
47008            ! t/op/groups.t
47009 ____________________________________________________________________________
47010 [  5967] By: gsar                                  on 2000/04/27  17:41:22
47011         Log: improved docs on the warn_uninit diagnostic (from David Glasser
47012              and Simon Cozens)
47013      Branch: perl
47014            ! pod/perldiag.pod
47015 ____________________________________________________________________________
47016 [  5966] By: gsar                                  on 2000/04/27  16:54:58
47017         Log: add testsuite for B backends, fix bug in B::Deparse (from
47018              Simon Cozens <simon@brecon.co.uk>)
47019      Branch: perl
47020            + t/lib/b.t
47021            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47022 ____________________________________________________________________________
47023 [  5965] By: gsar                                  on 2000/04/27  16:10:37
47024         Log: avoid "will not stay shared" warnings for our variables (from
47025              Robin Barker)
47026      Branch: perl
47027            ! op.c t/pragma/warn/op
47028 ____________________________________________________________________________
47029 [  5964] By: gsar                                  on 2000/04/27  07:05:05
47030         Log: reformat to 72 columns (again)
47031      Branch: perl
47032            ! pod/perldiag.pod
47033 ____________________________________________________________________________
47034 [  5963] By: gsar                                  on 2000/04/27  06:28:31
47035         Log: patch from Larry to make (\&) prototype work; added tests for
47036              the same
47037      Branch: perl
47038            ! op.c t/comp/proto.t
47039 ____________________________________________________________________________
47040 [  5962] By: gsar                                  on 2000/04/27  06:15:47
47041         Log: updated README.hpux (from Jeff Okamoto)
47042      Branch: perl
47043            ! README.hpux
47044 ____________________________________________________________________________
47045 [  5961] By: gsar                                  on 2000/04/27  05:55:03
47046         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47047      Branch: perl
47048            ! emacs/cperl-mode.el
47049 ____________________________________________________________________________
47050 [  5960] By: gsar                                  on 2000/04/27  05:49:26
47051         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
47052      Branch: perl
47053            ! INSTALL
47054 ____________________________________________________________________________
47055 [  5959] By: gsar                                  on 2000/04/27  05:33:41
47056         Log: doubled words in pods (from Simon Cozens
47057              <simon.p.cozens@jp.pwcglobal.com>)
47058      Branch: perl
47059            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
47060            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
47061            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
47062            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
47063            ! pod/perltootc.pod
47064 ____________________________________________________________________________
47065 [  5958] By: gsar                                  on 2000/04/27  05:11:39
47066         Log: change#3569 deleted some essential code, revert; avoid use of
47067              atexit() to make DynaLoader work properly on AIX under mod_perl
47068              (from Jens-Uwe Mager <jum@helios.de>)
47069      Branch: perl
47070            ! ext/DynaLoader/dl_aix.xs
47071 ____________________________________________________________________________
47072 [  5957] By: gsar                                  on 2000/04/27  04:54:51
47073         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
47074      Branch: perl
47075            ! pod/perlmod.pod
47076 ____________________________________________________________________________
47077 [  5956] By: gsar                                  on 2000/04/27  04:51:47
47078         Log: better diagnostics on failed tests (from Ilya Zakharevich)
47079      Branch: perl
47080            ! t/op/lex_assign.t
47081 ____________________________________________________________________________
47082 [  5955] By: gsar                                  on 2000/04/27  04:26:44
47083         Log: longstanding bug exposed by change#3307: sort arguments weren't
47084              compiled with the right wantarray context (ensuing runtime lookup
47085              via block_gimme() was getting the incidental context of the
47086              sort() itself)
47087      Branch: perl
47088            ! op.c t/op/sort.t
47089 ____________________________________________________________________________
47090 [  5954] By: gsar                                  on 2000/04/26  23:42:12
47091         Log: integrate cfgperl contents into mainline
47092      Branch: perl
47093           !> (integrate 30 files)
47094 ____________________________________________________________________________
47095 [  5953] By: jhi                                   on 2000/04/26  23:06:42
47096         Log: Integrate with Sarathy.
47097      Branch: cfgperl
47098           !> README.win32 ext/B/B/Deparse.pm
47099           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47100           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
47101           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
47102           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
47103           !> utils/perldoc.PL vms/perlvms.pod
47104 ____________________________________________________________________________
47105 [  5952] By: jhi                                   on 2000/04/26  23:03:46
47106         Log: Undo "use integer" addition from 64bitint as it seems
47107              to break most of the subtests in Digital UNIX;
47108              Unicos needs to find another way.
47109      Branch: cfgperl
47110            ! t/op/64bitint.t
47111 ____________________________________________________________________________
47112 [  5951] By: jhi                                   on 2000/04/26  22:57:53
47113         Log: Be more robust on "extreme" (large absolute value)
47114              arguments.  Originally reported by Daniel Connelly
47115              as a problem with asinh() on large negative arguments,
47116              asinh() used to bail out because an argument to log()
47117              ended up being zero.  Ilya Zakharevich proposed using
47118              Taylor's series in such cases, which for such large
47119              arguments is a very good approximation.
47120      Branch: cfgperl
47121            ! lib/Math/Complex.pm t/lib/complex.t
47122 ____________________________________________________________________________
47123 [  5950] By: gsar                                  on 2000/04/25  19:13:12
47124         Log: reformat perldiag to avoid long lines
47125      Branch: perl
47126            ! pod/perldiag.pod
47127 ____________________________________________________________________________
47128 [  5949] By: gsar                                  on 2000/04/25  18:41:11
47129         Log: make perldoc use the pod2man from the same version (from
47130              M.J.T. Guy)
47131      Branch: perl
47132            ! utils/perldoc.PL
47133 ____________________________________________________________________________
47134 [  5948] By: gsar                                  on 2000/04/25  18:21:57
47135         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
47136              <kompas@kompas.usr.onet.pl>)
47137      Branch: perl
47138            ! lib/vars.pm
47139 ____________________________________________________________________________
47140 [  5947] By: gsar                                  on 2000/04/25  18:11:53
47141         Log: use &dl_error rather than &dl_load_file as the guard for calling
47142              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
47143              statically built perl)
47144      Branch: perl
47145            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47146 ____________________________________________________________________________
47147 [  5946] By: jhi                                   on 2000/04/25  17:37:54
47148         Log: Document that tr() is not tr(1).
47149      Branch: cfgperl
47150            ! pod/perlop.pod
47151 ____________________________________________________________________________
47152 [  5945] By: gsar                                  on 2000/04/25  16:34:33
47153         Log: make module name mandatory after -M switch; reorder perldiag
47154              alphabetically (from Mark-Jason Dominus)
47155      Branch: perl
47156            ! perl.c pod/perldiag.pod
47157 ____________________________________________________________________________
47158 [  5944] By: jhi                                   on 2000/04/25  01:15:18
47159         Log: On second thoughts frexp() does have two arguments.
47160      Branch: cfgperl
47161            ! perl.h
47162 ____________________________________________________________________________
47163 [  5943] By: jhi                                   on 2000/04/24  22:56:32
47164         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
47165              Now pp_ncmp() returns undef is either operand is a NaN.
47166      Branch: cfgperl
47167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47168            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
47169            ! vms/subconfigure.com vos/config.def vos/config.h
47170            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47171            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47172            ! win32/config_H.vc
47173      Branch: metaconfig/U/perl
47174            + d_modfl.U
47175 ____________________________________________________________________________
47176 [  5942] By: jhi                                   on 2000/04/24  19:45:17
47177         Log: Regen Configure to match #5937.
47178      Branch: cfgperl
47179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47180            ! config_h.SH
47181      Branch: metaconfig
47182            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
47183 ____________________________________________________________________________
47184 [  5941] By: jhi                                   on 2000/04/24  19:24:11
47185         Log: Further Unicos fixes for Mark Lutz.
47186      Branch: cfgperl
47187            ! hints/unicos.sh pp_ctl.c
47188 ____________________________________________________________________________
47189 [  5940] By: jhi                                   on 2000/04/24  19:09:06
47190         Log: Various Unicos 10.0.0.6 fixes.
47191              
47192              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
47193              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
47194              Reply-To: tecmpl1@triton.ca.boeing.com 
47195              To: perl5-porters@perl.org 
47196              Date: Fri, 14 Apr 2000 20:21:00 GMT 
47197              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
47198      Branch: cfgperl
47199            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
47200 ____________________________________________________________________________
47201 [  5939] By: gsar                                  on 2000/04/24  19:01:24
47202         Log: more pod nits (from Larry Virden)
47203      Branch: perl
47204            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
47205            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
47206            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
47207 ____________________________________________________________________________
47208 [  5938] By: gsar                                  on 2000/04/24  18:54:01
47209         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
47210      Branch: perl
47211            ! ext/B/B/Deparse.pm
47212 ____________________________________________________________________________
47213 [  5937] By: jhi                                   on 2000/04/24  17:39:00
47214         Log: Integrate with Sarathy.
47215      Branch: cfgperl
47216           +> (branch 31 files)
47217           !> (integrate 73 files)
47218 ____________________________________________________________________________
47219 [  5936] By: gsar                                  on 2000/04/24  17:30:06
47220         Log: additional tests for change#5934 (from Paul Marquess, who also
47221              sent in the same fix)
47222      Branch: perl
47223            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
47224            ! t/pragma/warn/5nolint t/pragma/warn/6default
47225 ____________________________________________________________________________
47226 [  5935] By: jhi                                   on 2000/04/24  17:26:05
47227         Log: Do not assume sign propagation.
47228              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
47229              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
47230              To: payner@ncifcrf.gov, perl5-porters@perl.org 
47231              Date: Tue, 18 Apr 2000 18:24:49 +0100 
47232              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
47233      Branch: cfgperl
47234            ! t/op/bop.t t/op/misc.t
47235 ____________________________________________________________________________
47236 [  5934] By: gsar                                  on 2000/04/24  17:16:54
47237         Log: propagate lexical warnings from surrounding scope correctly
47238              within string eval()
47239      Branch: perl
47240            ! pp_ctl.c t/pragma/warn/pp_ctl
47241 ____________________________________________________________________________
47242 [  5933] By: jhi                                   on 2000/04/24  17:01:07
47243         Log: Flatten the cpp jungle doing the nosuid checking.
47244      Branch: cfgperl
47245            ! perl.c
47246 ____________________________________________________________________________
47247 [  5932] By: gsar                                  on 2000/04/24  09:08:14
47248         Log: add rsignal(), whichsig() and do_join() to public API list
47249              (mod_perl uses them to good advantage)
47250      Branch: perl
47251            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
47252 ____________________________________________________________________________
47253 [  5931] By: gsar                                  on 2000/04/24  09:01:40
47254         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
47255      Branch: perl
47256            ! pp_hot.c regexec.c t/op/pat.t
47257 ____________________________________________________________________________
47258 [  5930] By: gsar                                  on 2000/04/24  08:58:33
47259         Log: small os390 tweaks (from Peter Prymmer)
47260      Branch: perl
47261            ! config_h.SH makedepend.SH
47262 ____________________________________________________________________________
47263 [  5929] By: gsar                                  on 2000/04/24  08:55:25
47264         Log: pod nits
47265      Branch: perl
47266            ! pod/perlguts.pod
47267 ____________________________________________________________________________
47268 [  5928] By: gsar                                  on 2000/04/24  08:50:13
47269         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
47270      Branch: perl
47271            ! ext/IO/lib/IO/Poll.pm
47272 ____________________________________________________________________________
47273 [  5927] By: gsar                                  on 2000/04/24  08:43:24
47274         Log: arrange for next() to resume at the unstack op rather than the
47275              loop conditional, so that scope cleanup happens correctly
47276              (from Stephen McCamant)
47277      Branch: perl
47278            ! op.c pp_ctl.c t/op/misc.t
47279 ____________________________________________________________________________
47280 [  5926] By: gsar                                  on 2000/04/24  08:18:40
47281         Log: on windows, reserve 16M of stack rather than 128M (allows more
47282              threads to run concurrently)
47283      Branch: perl
47284            ! win32/Makefile win32/makefile.mk
47285 ____________________________________________________________________________
47286 [  5925] By: gsar                                  on 2000/04/24  08:13:52
47287         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47288      Branch: perl
47289            ! toke.c
47290 ____________________________________________________________________________
47291 [  5924] By: gsar                                  on 2000/04/24  08:08:59
47292         Log: avoid using uninitialized memory in require version check
47293      Branch: perl
47294            ! pp_ctl.c universal.c
47295 ____________________________________________________________________________
47296 [  5923] By: gsar                                  on 2000/04/24  07:20:14
47297         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
47298      Branch: perl
47299            ! ext/IO/lib/IO/Poll.pm
47300 ____________________________________________________________________________
47301 [  5922] By: gsar                                  on 2000/04/24  07:08:42
47302         Log: commentary about IoTYPE() (from Nathan Torkington)
47303      Branch: perl
47304            ! sv.h
47305 ____________________________________________________________________________
47306 [  5921] By: gsar                                  on 2000/04/24  06:58:26
47307         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47308              by fix
47309      Branch: perl
47310            ! sv.c t/lib/charnames.t t/pragma/utf8.t
47311 ____________________________________________________________________________
47312 [  5920] By: gsar                                  on 2000/04/24  06:37:59
47313         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
47314      Branch: perl
47315            ! doop.c t/op/ver.t
47316 ____________________________________________________________________________
47317 [  5919] By: gsar                                  on 2000/04/24  06:21:58
47318         Log: Configure might miss old directories when prefix must be
47319              expanded (from Robin Barker)
47320      Branch: metaconfig
47321            ! U/installdirs/inc_version_list.U
47322      Branch: perl
47323            ! Configure
47324 ____________________________________________________________________________
47325 [  5918] By: gsar                                  on 2000/04/24  06:16:11
47326         Log: VMS nits in glob() test (from Charles Lane)
47327      Branch: perl
47328            ! t/lib/glob-basic.t
47329 ____________________________________________________________________________
47330 [  5917] By: gsar                                  on 2000/04/24  06:11:56
47331         Log: various pod nits (from Larry Virden and others)
47332      Branch: perl
47333            ! README.amiga README.hpux README.machten README.os2
47334            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
47335            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
47336            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
47337            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
47338            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
47339            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
47340            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
47341            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
47342 ____________________________________________________________________________
47343 [  5916] By: gsar                                  on 2000/04/24  05:52:43
47344         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
47345              <wjones@tc.fluke.com>)
47346      Branch: perl
47347            ! t/lib/glob-basic.t
47348 ____________________________________________________________________________
47349 [  5915] By: gsar                                  on 2000/04/24  05:07:01
47350         Log: supported platforms mixed up
47351      Branch: perl
47352            ! pod/perl56delta.pod pod/perlport.pod
47353 ____________________________________________________________________________
47354 [  5914] By: gsar                                  on 2000/04/24  04:56:08
47355         Log: caller() wasn't returning the right number of elements for
47356              eval {...}
47357      Branch: perl
47358            ! pp_ctl.c t/pragma/warn/9enabled
47359 ____________________________________________________________________________
47360 [  5913] By: gsar                                  on 2000/04/24  04:35:41
47361         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
47362              Mark-Jason Dominus)
47363      Branch: perl
47364            ! pod/perlfunc.pod
47365 ____________________________________________________________________________
47366 [  5912] By: gsar                                  on 2000/04/24  04:17:15
47367         Log: fix totally broken caching in UNIVERSAL::isa() (from
47368              Nick Ing-Simmons)
47369      Branch: perl
47370            ! t/op/universal.t universal.c
47371 ____________________________________________________________________________
47372 [  5911] By: gsar                                  on 2000/04/24  03:39:47
47373         Log: add linebreak properties from unicode/LineBrk.txt (from
47374              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
47375      Branch: perl
47376            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47377            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47378            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47379            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47380            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47381            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47382            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47383            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47384            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47385            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47386            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47387            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47388            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47389            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47390            + lib/unicode/Is/LbrkZW.pl
47391            ! lib/unicode/mktables.PL
47392 ____________________________________________________________________________
47393 [  5910] By: gsar                                  on 2000/04/24  03:23:10
47394         Log: typo in pod
47395      Branch: perl
47396            ! ext/Thread/Thread.pm
47397 ____________________________________________________________________________
47398 [  5909] By: gsar                                  on 2000/04/24  03:22:03
47399         Log: mode argument to do_binmode() should be file mode, not boolean
47400      Branch: perl
47401            ! pp_sys.c
47402 ____________________________________________________________________________
47403 [  5908] By: gsar                                  on 2000/04/16  16:51:08
47404         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
47405              always returns a valid GV even when the symbol is trapped by strictures
47406              (avoids coredumps)
47407              
47408              TODO: the C<package;> hack needs similar treatment
47409      Branch: perl
47410            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
47411            ! t/pragma/strict-vars
47412 ____________________________________________________________________________
47413 [  5907] By: jhi                                   on 2000/03/31  23:42:56
47414         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
47415              an assumption which #5905 demolished.
47416      Branch: cfgperl
47417            ! pp_sys.c
47418 ____________________________________________________________________________
47419 [  5906] By: jhi                                   on 2000/03/31  18:54:37
47420         Log: Typo in #5905.
47421      Branch: cfgperl
47422            ! t/op/64bitint.t
47423 ____________________________________________________________________________
47424 [  5905] By: jhi                                   on 2000/03/31  18:50:54
47425         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
47426              reported by Joseph N. Hall.  The bug was that even with use64bitint
47427              one had to use the prefixes q, L, or ll with printf/sprintf,
47428              contrary to the documentation and common sense.
47429      Branch: cfgperl
47430            ! sv.c t/op/64bitint.t
47431 ____________________________________________________________________________
47432 [  5904] By: gsar                                  on 2000/03/28  02:31:32
47433         Log: add Changes, perldelta.pod
47434      Branch: perl
47435            + Changes pod/perldelta.pod
47436 ____________________________________________________________________________
47437 [  5903] By: gsar                                  on 2000/03/28  02:03:55
47438         Log: rename Changes and perldelta.pod
47439      Branch: perl
47440           +> Changes5.6 pod/perl56delta.pod
47441            - Changes pod/perldelta.pod
47442            ! MANIFEST
47443 ____________________________________________________________________________
47444 [  5902] By: gsar                                  on 2000/03/28  01:59:14
47445         Log: create maint-5.6 branch
47446      Branch: maint-5.6/perl
47447           +> (branch 1611 files)
47448 ____________________________________________________________________________
47449 [  5901] By: jhi                                   on 2000/03/23  05:48:43
47450         Log: Integrate with Sarathy.
47451      Branch: cfgperl
47452           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
47453 ____________________________________________________________________________
47454 [  5900] By: gsar                                  on 2000/03/23  05:42:43
47455         Log: three guesses on what this is :-)
47456      Branch: perl
47457            ! Changes