Also the ^Is is optional.
[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 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
35         Log: Move the B tests to B/t.
36      Branch: perl
37            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
38            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
40            - ext/B/Showlex.t ext/B/Stash.t
41            ! MANIFEST
42 ____________________________________________________________________________
43 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
44         Log: Forgot from #12254.
45      Branch: perl
46            + ext/B/B/Terse.t
47 ____________________________________________________________________________
48 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
49         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
50              From: "chromatic" <chromatic@rmci.net>
51              Date: Thu, 27 Sep 2001 23:22:17 -0600
52              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
53      Branch: perl
54            ! MANIFEST
55 ____________________________________________________________________________
56 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
57         Log: Test numbering mismatch.
58      Branch: perl
59            ! t/op/chdir.t
60 ____________________________________________________________________________
61 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
62         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
63              From: "Craig A. Berry" <craigberry@mac.com>
64              Date: Wed, 26 Sep 2001 17:43:14 -0500
65              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
66      Branch: perl
67            ! iperlsys.h t/op/chdir.t
68 ____________________________________________________________________________
69 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
70         Log: Subject: [PATCH gv.c] make __ANON__ global
71              From: Robin Barker <rmb1@cise.npl.co.uk>
72              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
73              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
74      Branch: perl
75            ! gv.c t/op/anonsub.t t/op/runlevel.t
76 ____________________________________________________________________________
77 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
78         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
79              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
80              Date: Thu, 27 Sep 2001 22:34:32 +0200
81              Message-ID: <20010927223432.A1485@rafael>
82      Branch: perl
83            ! ext/B/B/Terse.pm
84 ____________________________________________________________________________
85 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
86         Log: Subject: [PATCH] Cleanup of perldsc.pod      
87              From: Casey West <casey@geeknest.com>
88              Date: Thu, 27 Sep 2001 11:13:17 -0400
89              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
90      Branch: perl
91            ! pod/perldsc.pod
92 ____________________________________________________________________________
93 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
94         Log: Not everyone is using ithreads...
95      Branch: perl
96            ! ext/Devel/Peek/Peek.t
97 ____________________________________________________________________________
98 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
99         Log: Document the nss_delete core dump workaround for HP-UX
100              and Solaris, bug IDs 20010805.018 and 20010629.004.
101      Branch: perl
102            ! README.hpux README.solaris
103 ____________________________________________________________________________
104 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
105         Log: Dump Unicode hash keys also as Unicode,
106              not just as a byte string.
107      Branch: perl
108            ! dump.c ext/Devel/Peek/Peek.t
109 ____________________________________________________________________________
110 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
111         Log: Integrate changes #12241 and #12242 from macperl:
112              
113              Remove unneeded disabling of umask() calls
114              
115              Note (get|set)sockopt are available.
116      Branch: perl
117           !> lib/File/Temp.pm pod/perlport.pod
118 ____________________________________________________________________________
119 [ 12244] By: sky                                   on 2001/09/27  08:53:00
120         Log: Flush buffers on thread closedown.
121      Branch: perl
122            ! ext/threads/threads.xs
123 ____________________________________________________________________________
124 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
125         Log: Dump SvUTF8(sv)s also as \x{...}.
126              
127              TODO: dump the SvUTF8() hash keys similarly. 
128      Branch: perl
129            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
130 ____________________________________________________________________________
131 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
132         Log: Note (get|set)sockopt are available.
133      Branch: maint-5.6/macperl
134            ! pod/perlport.pod
135 ____________________________________________________________________________
136 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
137         Log: Remove unneeded disabling of umask() calls
138      Branch: maint-5.6/macperl
139            ! lib/File/Temp.pm
140 ____________________________________________________________________________
141 [ 12240] By: sky                                   on 2001/09/26  18:44:56
142         Log: Documention update
143      Branch: perl
144            ! ext/threads/threads.pm
145 ____________________________________________________________________________
146 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
147         Log: Update Changes.
148      Branch: perl
149            ! Changes patchlevel.h
150 ____________________________________________________________________________
151 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
152         Log: Check that all environment variables are tainted.
153      Branch: perl
154            ! t/op/taint.t
155 ____________________________________________________________________________
156 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
157         Log: Manual integration error in #12235.
158      Branch: perl
159            ! lib/File/DosGlob.t
160 ____________________________________________________________________________
161 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
162         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
163              From: "chromatic" <chromatic@rmci.net>
164              Date: Tue, 25 Sep 2001 23:57:07 -0600
165              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
166      Branch: perl
167            ! perlio.c
168 ____________________________________________________________________________
169 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
170         Log: Integrate macperl changes from Chris Nandor:
171              12192 11817 11815 11813 11778 11775
172              
173              Update CPAN.pm to work with new Mac::BuildTools instead
174              of ExtUtils::MM_MacOS "orphan" functions
175              
176              Fix test
177              
178              Make syntax check report in MPW style, fix tests
179              to use Mac::err=unix to get normal-style error
180              messages.
181              
182              More module and test ports from Thomas Wegner et al
183              
184              Fix open of /dev/null for Mac OS
185              
186              Allow for platforms to override formatting of errors
187              on output from Matthias Neeracher (core files)
188      Branch: perl
189            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
190            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
191            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
192           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
193           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
194           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
195 ____________________________________________________________________________
196 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
197         Log: grrr.
198      Branch: perl
199            ! t/op/gv.t
200 ____________________________________________________________________________
201 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
202         Log: Retract #12232.
203      Branch: perl
204            ! t/op/gv.t
205 ____________________________________________________________________________
206 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
207         Log: (Retracted by #12233.)
208      Branch: perl
209            ! t/op/gv.t
210 ____________________________________________________________________________
211 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
212         Log: Detypo.
213      Branch: perl
214            ! ext/Encode/Makefile.PL
215 ____________________________________________________________________________
216 [ 12230] By: sky                                   on 2001/09/26  11:36:23
217         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
218              We are using a "delay" here because we do not want to depend on thread synchronization issues.
219      Branch: perl
220            + ext/threads/t/stress_cv.t
221            ! MANIFEST ext/threads/t/stress_string.t
222 ____________________________________________________________________________
223 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
224         Log: NetWare tweak from Ananth Kesari.
225      Branch: perl
226            ! NetWare/t/Readme.txt
227 ____________________________________________________________________________
228 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
229         Log: Trick to fool case-blind filesystems.
230      Branch: perl
231            ! ext/Encode/Makefile.PL
232 ____________________________________________________________________________
233 [ 12227] By: sky                                   on 2001/09/26  11:06:50
234         Log: Threads can start executing in a different order than they were
235              created.... so we cannot ok() inside the threadstarter.
236      Branch: perl
237            ! ext/threads/t/stress_string.t
238 ____________________________________________________________________________
239 [ 12226] By: sky                                   on 2001/09/26  07:41:45
240         Log: Add in stress_string.t to stress test threads a bit more.
241      Branch: perl
242            + ext/threads/t/stress_string.t
243            ! MANIFEST
244 ____________________________________________________________________________
245 [ 12225] By: sky                                   on 2001/09/26  07:04:21
246         Log: Fix negative refcount introduced by #12223.
247      Branch: perl
248            ! ext/threads/threads.xs
249 ____________________________________________________________________________
250 [ 12224] By: sky                                   on 2001/09/26  06:57:58
251         Log: Update documentation to match change #12223
252      Branch: perl
253            ! sharedsv.c
254 ____________________________________________________________________________
255 [ 12223] By: sky                                   on 2001/09/26  06:54:32
256         Log: Use a separate interpreter for the sharedsv space. Another
257              negative sv leak. Sigh.
258      Branch: perl
259            ! sharedsv.c
260 ____________________________________________________________________________
261 [ 12222] By: sky                                   on 2001/09/26  05:58:35
262         Log: Do the environ assignment in perl_contruct to match perl_destruct.
263              Now we don't need to perl_parse/perl_run. However environ is a
264              global....
265      Branch: perl
266            ! perl.c
267 ____________________________________________________________________________
268 [ 12221] By: sky                                   on 2001/09/26  05:41:02
269         Log: Move the creation of PL_strtab to perl_construct so we can work
270              with HV and HEs without running perl_parse.
271      Branch: perl
272            ! perl.c
273 ____________________________________________________________________________
274 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
275         Log: integrate macperl changes into maint-5.6
276      Branch: maint-5.6/perl
277           !> (integrate 26 files)
278 ____________________________________________________________________________
279 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
280         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
281              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
282      Branch: maint-5.6/macperl
283            ! macos/ext/Mac/Fonts/Fonts.xs
284            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
285 ____________________________________________________________________________
286 [ 12218] By: ams                                   on 2001/09/25  23:31:33
287         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
288              From: Nicholas Clark <nick@ccl4.org>
289              Date: Wed, 26 Sep 2001 01:20:20 +0100
290              Message-Id: <20010926012020.B48092@plum.flirble.org>
291      Branch: perl
292            ! lib/AutoSplit.t
293 ____________________________________________________________________________
294 [ 12217] By: ams                                   on 2001/09/25  22:33:05
295         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
296              From: "Craig A. Berry" <craigberry@mac.com>
297              Date: Tue, 25 Sep 2001 18:08:42 -0500
298              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
299      Branch: perl
300            ! vms/vms.c
301 ____________________________________________________________________________
302 [ 12216] By: ams                                   on 2001/09/25  21:41:01
303         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
304              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
305              From: Michael G Schwern <schwern@pobox.com>
306              Date: Wed, 26 Sep 2001 00:38:21 -0400
307              Message-Id: <20010926003821.A627@blackrider>
308      Branch: perl
309            ! lib/AutoSplit.t
310 ____________________________________________________________________________
311 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
312         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
313              From: Michael G Schwern <schwern@pobox.com>
314              Date: Tue, 25 Sep 2001 17:43:49 -0400
315              Message-ID: <20010925174349.B19534@blackrider>
316      Branch: perl
317            ! lib/Test/Simple.pm lib/Test/Utils.pm
318 ____________________________________________________________________________
319 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
320         Log: Integrate changes from bleadperl.
321      Branch: maint-5.6/macperl
322           !> pod/perlport.pod
323 ____________________________________________________________________________
324 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
325         Log: skip($mess) should result in one skip.
326      Branch: perl
327            ! t/test.pl
328 ____________________________________________________________________________
329 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
330         Log: Integrate change #12200 from maintperl.
331      Branch: maint-5.6/macperl
332           !> win32/perlhost.h
333 ____________________________________________________________________________
334 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
335         Log: Fix file types to "apple"
336      Branch: maint-5.6/macperl
337            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
338            ! macos/ext/Mac/SAT/t/Collision.rsrc
339 ____________________________________________________________________________
340 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
341         Log: Fix rsrc file as snd file; fix path in t file.
342      Branch: maint-5.6/macperl
343            ! macos/ext/Mac/Notification/t/Notification.rsrc
344            ! macos/ext/Mac/Notification/t/Notification.t
345 ____________________________________________________________________________
346 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
347         Log: Sync up with File::Find from bleadperl.
348      Branch: maint-5.6/macperl
349            ! lib/File/Find.pm t/lib/filefind-taint.t
350 ____________________________________________________________________________
351 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
352         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
353              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
354              of hundreds)
355      Branch: maint-5.6/macperl
356            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
357            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
358            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
359 ____________________________________________________________________________
360 [ 12207] By: nick                                  on 2001/09/25  19:04:36
361         Log: Integrate mainline (untested while modem is up)
362      Branch: perlio
363           +> lib/AutoSplit.t t/test.pl
364            - lib/warnings/register.t
365           !> (integrate 28 files)
366 ____________________________________________________________________________
367 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
368         Log: perldiag entry for #12205.
369      Branch: perl
370            ! pod/perldiag.pod
371 ____________________________________________________________________________
372 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
373         Log: Subject: [PATCH] warning on v-string in use/require
374              From: John Peacock <jpeacock@rowman.com>
375              Date: Mon, 24 Sep 2001 17:29:03 -0400
376              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
377      Branch: perl
378            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
379 ____________________________________________________________________________
380 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
381         Log: perltooc et al updates.
382      Branch: perl
383            ! plan9/mkfile pod/roffitall
384 ____________________________________________________________________________
385 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
386         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
387              From: Michael G Schwern <schwern@pobox.com>
388              Date: Sun, 23 Sep 2001 00:07:12 -0400
389              Message-ID: <20010923000712.A7005@blackrider>
390      Branch: perl
391            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
392 ____________________________________________________________________________
393 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
394         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
395              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
396              Date: Wed, 26 Sep 2001 01:25:10 +0900
397              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
398      Branch: perl
399            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
400            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
401            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
402 ____________________________________________________________________________
403 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
404         Log: Integrate change #12200 from maintperl;
405              on windows, virtualized environment could propagate deleted variables
406              into children if they happen to be at the very end of the table
407      Branch: perl
408           !> win32/perlhost.h
409 ____________________________________________________________________________
410 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
411         Log: on windows, virtualized environment could propagate deleted variables
412              into children if they happen to be at the very end of the table
413              (thanks for succinct test case from Johan Holmberg, and fix from
414              Doug Lankshear)
415      Branch: maint-5.6/perl
416            ! win32/perlhost.h
417 ____________________________________________________________________________
418 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
419         Log: avoid the use of ftime() (it does a useless, potentially
420              expensive call to GetTimeZoneInformation()); this potentially
421              also results in three more digits of precision from
422              Time::HiRes::time()
423      Branch: perl
424            ! ext/Time/HiRes/HiRes.xs
425 ____________________________________________________________________________
426 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
427         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
428              
429              Note: io/binmode is failing, have to figure out why.
430      Branch: perl
431            + t/test.pl
432            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
433            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
434            ! t/run/exit.t
435 ____________________________________________________________________________
436 [ 12197] By: ams                                   on 2001/09/25  13:48:55
437         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
438              From: Nicholas Clark <nick@ccl4.org>
439              Date: Tue, 25 Sep 2001 00:37:40 +0100
440              Message-Id: <20010925003740.S4971@plum.flirble.org>
441              (Further changes expected.)
442      Branch: perl
443            + lib/AutoSplit.t
444            ! MANIFEST
445 ____________________________________________________________________________
446 [ 12196] By: sky                                   on 2001/09/25  13:37:12
447         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
448              _ftime to try and be more robust.
449      Branch: perl
450            ! ext/Time/HiRes/HiRes.xs
451 ____________________________________________________________________________
452 [ 12194] By: ams                                   on 2001/09/25  11:40:00
453         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
454              From: "Craig A. Berry" <craigberry@mac.com>
455              Date: Mon, 24 Sep 2001 17:54:20 -0500
456              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
457      Branch: perl
458            ! vms/descrip_mms.template
459 ____________________________________________________________________________
460 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
461         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
462              not working, cursor not spinning (Bug #422129); external
463              editor problems (Bug #456329); escape/cmd-. not activating
464              "Cancel" in Save dialog box (Bug #446960); Runtimes not
465              executing on launch (Bug #464441).
466      Branch: maint-5.6/macperl
467            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
468            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
469            ! macos/macperl/MacPerl.r
470 ____________________________________________________________________________
471 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
472         Log: Update CPAN.pm to work with new Mac::BuildTools instead
473              of ExtUtils::MM_MacOS "orphan" functions
474      Branch: maint-5.6/macperl
475            ! lib/CPAN.pm
476 ____________________________________________________________________________
477 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
478         Log: Fix up another xsubpp problem (Matthias Neeracher)
479      Branch: maint-5.6/macperl
480            ! macos/xsubpp
481 ____________________________________________________________________________
482 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
483         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
484      Branch: maint-5.6/macperl
485            ! macos/lib/ExtUtils/MM_MacOS.pm
486 ____________________________________________________________________________
487 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
488         Log: Fix up Makefiles for more Mac:: modules (and prepare for
489              static build ...?)
490      Branch: maint-5.6/macperl
491            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
492            ! macos/macperl/Makefile.mk
493 ____________________________________________________________________________
494 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
495         Log: Fix up tests
496      Branch: maint-5.6/macperl
497            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
498 ____________________________________________________________________________
499 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
500         Log: Make malloc smarter, fix bugs.  (Bug #404030)
501      Branch: maint-5.6/macperl
502            ! macos/icemalloc.c macos/icemalloc.h
503 ____________________________________________________________________________
504 [ 12186] By: nick                                  on 2001/09/24  19:18:17
505         Log: Integrate mainline
506      Branch: perlio
507           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
508           +> lib/filetest.t
509           !> (integrate 30 files)
510 ____________________________________________________________________________
511 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
512         Log: Retract #12136, the warnings::register is already
513              tested by t/lib/warnings/9enabled, as pointed out
514              by Paul Marquess.
515      Branch: perl
516            - lib/warnings/register.t
517            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
518 ____________________________________________________________________________
519 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
520         Log: fix Time::HiRes implementation of gettimeofday() on windows
521              (HiRes.t#14 now passes)
522      Branch: perl
523            ! ext/Time/HiRes/HiRes.xs
524 ____________________________________________________________________________
525 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
526         Log: File::Spec::catfile() canonifies everything to blackslashes on
527              windows :-(
528      Branch: perl
529            ! lib/ExtUtils/Manifest.t
530 ____________________________________________________________________________
531 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
532         Log: test number mismatch
533      Branch: perl
534            ! t/op/magic.t
535 ____________________________________________________________________________
536 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
537         Log: ok().
538      Branch: perl
539            ! t/op/pack.t
540 ____________________________________________________________________________
541 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
542         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
543              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
544      Branch: perl
545            ! pp_pack.c t/op/pack.t
546 ____________________________________________________________________________
547 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
548         Log: Update Changes.
549      Branch: perl
550            ! Changes patchlevel.h
551 ____________________________________________________________________________
552 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
553         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
554              From: Michael G Schwern <schwern@pobox.com>
555              Date: Mon, 24 Sep 2001 11:12:13 -0400
556              Message-ID: <20010924111213.G27885@blackrider>
557      Branch: perl
558            ! lib/ExtUtils/Manifest.pm
559 ____________________________________________________________________________
560 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
561         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
562              From: Michael G Schwern <schwern@pobox.com> 
563              Date: Mon, 24 Sep 2001 11:02:07 -0400
564              Message-ID: <20010924110207.E27885@blackrider>
565      Branch: perl
566            ! vms/test.com
567 ____________________________________________________________________________
568 [ 12176] By: ams                                   on 2001/09/24  14:01:59
569         Log: Update Changes.
570      Branch: perl
571            ! Changes
572 ____________________________________________________________________________
573 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
574         Log: Various cleanups.
575      Branch: perl
576            ! ext/threads/Makefile.PL ext/threads/threads.xs
577 ____________________________________________________________________________
578 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
579         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
580      Branch: maint-5.6/macperl
581           !> (integrate 33 files)
582 ____________________________________________________________________________
583 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
584         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
585              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
586              Date: Mon, 24 Sep 2001 20:04:58 +0900
587              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
588      Branch: perl
589            ! ext/Encode/Encode/gb2312.enc
590 ____________________________________________________________________________
591 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
592         Log: Clarifying comment to #12164.
593      Branch: perl
594            ! lib/Cwd.pm
595 ____________________________________________________________________________
596 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
597         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
598              From: Nicholas Clark <nick@ccl4.org>
599              Date: Sun, 23 Sep 2001 23:00:56 +0100
600              Message-ID: <20010923230055.Y4971@plum.flirble.org>
601              
602              (with "sample_constants" changed to "fallback")
603      Branch: perl
604            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
605            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
606            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
607            ! lib/h2xs.t utils/h2xs.PL
608 ____________________________________________________________________________
609 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
610         Log: Metaconfig unit change for #12167.
611      Branch: metaconfig
612            ! U/modified/Cppsym.U
613 ____________________________________________________________________________
614 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
615         Log: Add a few glibc cpp symbols to probe for.
616      Branch: perl
617            ! Configure
618 ____________________________________________________________________________
619 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
620         Log: DJGPP tweaks for Laszlo Molnar.
621      Branch: perl
622            ! djgpp/djgppsed.sh dosish.h
623 ____________________________________________________________________________
624 [ 12165] By: ams                                   on 2001/09/24  10:07:08
625         Log: Subject: [PATCH t/op/inccode.t] More tests
626              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
627              Date: 24 Sep 2001 10:01:44 -0000
628              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
629      Branch: perl
630            ! t/op/inccode.t
631 ____________________________________________________________________________
632 [ 12164] By: ams                                   on 2001/09/24  09:43:29
633         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
634              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
635              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
636              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
637      Branch: perl
638            ! lib/Cwd.pm
639 ____________________________________________________________________________
640 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
641         Log: 1_compile updates.
642      Branch: perl
643            ! t/lib/1_compile.t
644 ____________________________________________________________________________
645 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
646         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
647              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
648              Date: Wed, 19 Sep 2001 22:47:14 +0200
649              Message-ID: <20010919224714.A6382@rafael>
650      Branch: perl
651            ! pod/perlvar.pod pp_ctl.c
652 ____________________________________________________________________________
653 [ 12161] By: ams                                   on 2001/09/23  17:40:02
654         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
655              filetest Pragma
656              From: "chromatic" <chromatic@rmci.net>
657              Date: Sun, 23 Sep 2001 12:07:25 -0600
658              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
659      Branch: perl
660            + lib/filetest.t
661            ! MANIFEST t/lib/1_compile.t
662 ____________________________________________________________________________
663 [ 12160] By: ams                                   on 2001/09/23  16:32:11
664         Log: Additional minor chdir() tweak.
665      Branch: perl
666            ! pod/perlfunc.pod
667 ____________________________________________________________________________
668 [ 12159] By: ams                                   on 2001/09/23  16:25:01
669         Log: Subject: PATCH lib/ExtUtils/Command.t
670              From: Abe Timmerman <abe@ztreet.demon.nl>
671              Date: Sun, 23 Sep 2001 19:11:44 +0200
672              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
673      Branch: perl
674            ! lib/ExtUtils/Command.t
675 ____________________________________________________________________________
676 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
677         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
678              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
679              Date: Sun, 23 Sep 2001 02:02:26 +0200
680              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
681      Branch: perl
682            ! makedef.pl
683 ____________________________________________________________________________
684 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
685         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
686              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
687              Date: Sat, 22 Sep 2001 12:54:39 -0500
688              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
689      Branch: perl
690            ! t/op/study.t
691 ____________________________________________________________________________
692 [ 12156] By: nick                                  on 2001/09/23  07:48:44
693         Log: Integrate mainline
694      Branch: perlio
695            - check83.pl
696           !> ext/Encode/Encode/2022-cn.enc
697 ____________________________________________________________________________
698 [ 12155] By: nick                                  on 2001/09/23  07:48:01
699         Log: Integrate mainline
700      Branch: perlio
701           +> (branch 64 files)
702            - ext/Encode/Encode/cns11643-1.enc
703            - ext/Encode/Encode/cns11643-2.enc
704            - ext/Encode/Encode/iso2022-cn.enc
705            - ext/Encode/Encode/iso2022-jp.enc
706            - ext/Encode/Encode/iso2022-jp1.enc
707            - ext/Encode/Encode/iso2022-jp2.enc
708            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
709            - ext/Encode/Encode/iso8859-1.enc
710            - ext/Encode/Encode/iso8859-1.ucm
711            - ext/Encode/Encode/iso8859-10.enc
712            - ext/Encode/Encode/iso8859-10.ucm
713            - ext/Encode/Encode/iso8859-13.enc
714            - ext/Encode/Encode/iso8859-13.ucm
715            - ext/Encode/Encode/iso8859-14.enc
716            - ext/Encode/Encode/iso8859-14.ucm
717            - ext/Encode/Encode/iso8859-15.enc
718            - ext/Encode/Encode/iso8859-15.ucm
719            - ext/Encode/Encode/iso8859-16.enc
720            - ext/Encode/Encode/iso8859-16.ucm
721            - ext/Encode/Encode/iso8859-2.enc
722            - ext/Encode/Encode/iso8859-2.ucm
723            - ext/Encode/Encode/iso8859-3.enc
724            - ext/Encode/Encode/iso8859-3.ucm
725            - ext/Encode/Encode/iso8859-4.enc
726            - ext/Encode/Encode/iso8859-4.ucm
727            - ext/Encode/Encode/iso8859-5.enc
728            - ext/Encode/Encode/iso8859-5.ucm
729            - ext/Encode/Encode/iso8859-6.enc
730            - ext/Encode/Encode/iso8859-6.ucm
731            - ext/Encode/Encode/iso8859-7.enc
732            - ext/Encode/Encode/iso8859-7.ucm
733            - ext/Encode/Encode/iso8859-8.enc
734            - ext/Encode/Encode/iso8859-8.ucm
735            - ext/Encode/Encode/iso8859-9.enc
736            - ext/Encode/Encode/iso8859-9.ucm
737            - ext/Encode/Encode/isoir-197.enc
738            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
739            - t/lib/sample-tests/header_at_end
740            - t/lib/sample-tests/header_at_end_fail
741           !> (integrate 174 files)
742 ____________________________________________________________________________
743 [ 12154] By: ams                                   on 2001/09/23  07:11:46
744         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
745              by Blair Zajac.
746      Branch: perl
747            ! pod/perlfunc.pod
748 ____________________________________________________________________________
749 [ 12153] By: ams                                   on 2001/09/23  06:56:32
750         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
751              Forgotten deprecation of *glob{FILEHANDLE}?
752              From: "chromatic" <chromatic@rmci.net>
753              Date: Sat, 22 Sep 2001 21:27:56 -0600
754              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
755      Branch: perl
756            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
757 ____________________________________________________________________________
758 [ 12152] By: ams                                   on 2001/09/23  06:42:58
759         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
760              From: Michael G Schwern <schwern@pobox.com>
761              Date: Sun, 23 Sep 2001 03:34:39 -0400
762              Message-Id: <20010923033439.E7005@blackrider>
763      Branch: perl
764            ! lib/File/Find.pm
765 ____________________________________________________________________________
766 [ 12151] By: ams                                   on 2001/09/23  06:37:57
767         Log: Subject: Re: t/op/magic.t missing tests on Win32
768              From: Michael G Schwern <schwern@pobox.com>
769              Date: Sat, 22 Sep 2001 20:29:09 -0400
770              Message-Id: <20010922202909.I18223@blackrider>
771      Branch: perl
772            ! t/op/magic.t
773 ____________________________________________________________________________
774 [ 12150] By: ams                                   on 2001/09/23  06:36:26
775         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
776              Dumpvalue.pm
777              From: "chromatic" <chromatic@rmci.net>
778              Date: Sat, 22 Sep 2001 19:41:31 -0600
779              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
780      Branch: perl
781            + lib/Dumpvalue.t
782            ! MANIFEST lib/Dumpvalue.pm
783 ____________________________________________________________________________
784 [ 12149] By: ams                                   on 2001/09/23  06:25:35
785         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
786              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
787              Date: Sun, 23 Sep 2001 15:27:56 +0900
788              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
789      Branch: perl
790            ! ext/Encode/Encode/2022-cn.enc
791 ____________________________________________________________________________
792 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
793         Log: Manual eror in #12147.
794      Branch: perl
795            ! win32/win32.c
796 ____________________________________________________________________________
797 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
798         Log: Integrate change #12146 from maintperl;
799              win32_chdir() et al don't handle a NULL argument gracefully
800      Branch: perl
801           !> win32/perlhost.h win32/win32.c
802 ____________________________________________________________________________
803 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
804         Log: win32_chdir() et al don't handle a NULL argument gracefully
805      Branch: maint-5.6/perl
806            ! win32/perlhost.h win32/win32.c
807 ____________________________________________________________________________
808 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
809         Log: typo in change#12026
810      Branch: maint-5.6/perl
811            ! op.c
812 ____________________________________________________________________________
813 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
814         Log: Subject: [PATCH] Re: scalar context unpack bugs
815              From: Nicholas Clark <nick@ccl4.org>
816              Date: Sat, 22 Sep 2001 23:07:56 +0100
817              Message-ID: <20010922230755.O4971@plum.flirble.org>
818      Branch: perl
819            ! pp_pack.c t/op/pack.t
820 ____________________________________________________________________________
821 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
822         Log: Try ExtUtils::Command.t everywhere, not just on Win32
823              (as suggested by NI-S).  Also allow running it either
824              in t/ or in the main directory.
825      Branch: perl
826            ! lib/ExtUtils/Command.t
827 ____________________________________________________________________________
828 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
829         Log: Update the test on warnings/register.t.
830      Branch: perl
831            ! t/lib/1_compile.t
832 ____________________________________________________________________________
833 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
834         Log: The code is now almost tidy enough to keep the IRIX cc happy.
835      Branch: perl
836            ! hints/irix_6.sh
837 ____________________________________________________________________________
838 [ 12140] By: ams                                   on 2001/09/22  17:26:32
839         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
840              use_ithreads
841              From: "Craig A. Berry" <craigberry@mac.com>
842              Date: Sat, 22 Sep 2001 13:15:32 -0500
843              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
844      Branch: perl
845            ! configure.com
846 ____________________________________________________________________________
847 [ 12139] By: ams                                   on 2001/09/22  16:44:08
848         Log: Do what perl_clone() does for sharedsv functions.
849      Branch: perl
850            ! embed.pl proto.h
851 ____________________________________________________________________________
852 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
853         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
854              (suggested by Sarathy, extensions shouldn't be dabbling with
855              op structures, so binary backward compatibility should not be
856              an issue.)
857      Branch: perl
858            ! hints/irix_6.sh op.h
859 ____________________________________________________________________________
860 [ 12137] By: ams                                   on 2001/09/22  16:21:05
861         Log: More cleanups. (What's PERL_DECL_PROT?)
862      Branch: perl
863            ! embed.pl proto.h sharedsv.h
864 ____________________________________________________________________________
865 [ 12136] By: ams                                   on 2001/09/22  15:14:34
866         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
867              Add Tests for warnings::register, Doc Update
868              From: "chromatic" <chromatic@rmci.net>
869              Date: Sat, 22 Sep 2001 09:43:20 -0600
870              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
871      Branch: perl
872            + lib/warnings/register.t
873            ! MANIFEST lib/warnings/register.pm
874 ____________________________________________________________________________
875 [ 12135] By: ams                                   on 2001/09/22  15:07:50
876         Log: `@foo' should be @foo for consistency.
877      Branch: perl
878            ! pod/perldiag.pod
879 ____________________________________________________________________________
880 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
881         Log: (Retracted by #12138)
882              
883              Add -woff (turn warning off) 3187:
884              "A pointer is converted to a smaller integer."
885              This happens when your pointers are 64-bit: then every case
886              of converting pointers to PADOFFSETs (explicitly 32-bit)
887              faces truncation (even explicit use of INT2PTR doesn't help).
888              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
889              Changing PADOFFSET from U32 to UV would help, but that
890              would break binary backward compatibility of BASEOP and padop
891              (assuming you have been using 64-bit pointers).
892      Branch: perl
893            ! hints/irix_6.sh
894 ____________________________________________________________________________
895 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
896         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
897              but the name comes from the inside the file, not from the file
898              name, and Rumanian is the name of the language.
899      Branch: perl
900            + ext/Encode/Encode/macRumanian.enc
901            - ext/Encode/Encode/macRomania.enc
902            ! MANIFEST
903 ____________________________________________________________________________
904 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
905         Log: Rename perltootc as perltooc for 8.3-friedliness.
906      Branch: perl
907            + pod/perltooc.pod
908            - pod/perltootc.pod
909            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
910            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
911            ! pod/perltoot.pod
912 ____________________________________________________________________________
913 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
914         Log: Find more conflicts by lowercasing.
915      Branch: perl
916            + Porting/check83.pl
917            - check83.pl
918            ! MANIFEST
919 ____________________________________________________________________________
920 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
921         Log: The AIX cc 5.0.0.0 is simply too buggy.
922      Branch: perl
923            ! hints/aix.sh
924 ____________________________________________________________________________
925 [ 12129] By: ams                                   on 2001/09/22  12:35:38
926         Log: Uninteresting cleanup.
927      Branch: perl
928            ! form.h
929 ____________________________________________________________________________
930 [ 12128] By: ams                                   on 2001/09/22  12:28:48
931         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
932              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
933              Date: Sat, 22 Sep 2001 14:29:13 +0100
934              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
935      Branch: perl
936            ! cv.h
937 ____________________________________________________________________________
938 [ 12127] By: ams                                   on 2001/09/22  12:04:28
939         Log: What's a backet?
940      Branch: perl
941            ! dump.c
942 ____________________________________________________________________________
943 [ 12126] By: ams                                   on 2001/09/22  10:02:34
944         Log: Removed duplicated tests #19 and #20.
945      Branch: perl
946            ! t/op/do.t
947 ____________________________________________________________________________
948 [ 12125] By: ams                                   on 2001/09/22  03:58:41
949         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
950              From: Michael Carman <mjcarman@home.com>
951              Date: Fri, 21 Sep 2001 17:54:05 -0500
952              Message-Id: <3BABC50D.6040202@home.com>
953              (Applied with some changes.)
954      Branch: perl
955            ! pod/perlmod.pod
956 ____________________________________________________________________________
957 [ 12124] By: ams                                   on 2001/09/22  03:44:19
958         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
959              From: Michael G Schwern <schwern@pobox.com>
960              Date: Fri, 21 Sep 2001 19:20:40 -0400
961              Message-Id: <20010921192040.E5494@blackrider>
962      Branch: perl
963            ! t/op/chdir.t
964 ____________________________________________________________________________
965 [ 12123] By: ams                                   on 2001/09/22  03:41:08
966         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
967              From: Blair Zajac <blair@orcaware.com>
968              Date: Fri, 21 Sep 2001 15:13:04 -0700
969              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
970      Branch: perl
971            ! t/op/chdir.t
972 ____________________________________________________________________________
973 [ 12122] By: ams                                   on 2001/09/22  03:37:07
974         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
975              20010920.007
976              From: Michael G Schwern <schwern@pobox.com>
977              Date: Fri, 21 Sep 2001 17:59:03 -0400
978              Message-Id: <20010921175903.V5494@blackrider>
979      Branch: perl
980            ! t/op/do.t
981 ____________________________________________________________________________
982 [ 12121] By: ams                                   on 2001/09/22  03:30:38
983         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
984              suite on WinCE)
985              From: Michael G Schwern <schwern@pobox.com>
986              Date: Fri, 21 Sep 2001 19:41:03 -0400
987              Message-Id: <20010921194103.G5494@blackrider>
988      Branch: perl
989            ! pod/perlport.pod
990 ____________________________________________________________________________
991 [ 12120] By: ams                                   on 2001/09/22  03:28:06
992         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
993              From: Michael G Schwern <schwern@pobox.com>
994              Date: Fri, 21 Sep 2001 17:33:35 -0400
995              Message-Id: <20010921173335.T5494@blackrider>
996              ($ENV{FOO}=undef hunk not applied.)
997      Branch: perl
998            ! t/op/magic.t
999 ____________________________________________________________________________
1000 [ 12119] By: ams                                   on 2001/09/22  03:02:26
1001         Log: Subject: [PATCH] perldiag.pod
1002              From: Peter Scott <Peter@PSDT.com>
1003              Date: Fri, 21 Sep 2001 18:54:50 -0700
1004              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
1005              (Moved to the right place.)
1006      Branch: perl
1007            ! pod/perldiag.pod
1008 ____________________________________________________________________________
1009 [ 12118] By: ams                                   on 2001/09/21  20:05:29
1010         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
1011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1012              Date: Fri, 21 Sep 2001 22:36:54 +0200
1013              Message-Id: <20010921223654.A12742@rafael>
1014      Branch: perl
1015            ! t/op/do.t
1016 ____________________________________________________________________________
1017 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
1018         Log: Restore things as they were before
1019              the backward compatibility police notices.
1020      Branch: perl
1021            ! lib/Cwd.pm
1022 ____________________________________________________________________________
1023 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
1024         Log: More Cwd from Schwern: make also OS/2 and DOS
1025              Cwd agree with File::Spec (that is, native path
1026              syntax using \ instead of / -- backward compatibility
1027              polic warning) and stop Win32 from using bsd_realpath().
1028      Branch: perl
1029            ! lib/Cwd.pm
1030 ____________________________________________________________________________
1031 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
1032         Log: Subject: [PATCH @12110] RE: Untested libraries update
1033              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1034              Date: Fri, 21 Sep 2001 18:21:07 +0100
1035              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
1036      Branch: perl
1037            ! lib/warnings/register.pm
1038 ____________________________________________________________________________
1039 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
1040         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
1041              From: Michael G Schwern <schwern@pobox.com>
1042              Date: Thu, 20 Sep 2001 22:54:02 -0400
1043              Message-ID: <20010920225402.A3611@blackrider>
1044      Branch: perl
1045            ! lib/Cwd.pm
1046 ____________________________________________________________________________
1047 [ 12113] By: ams                                   on 2001/09/21  17:08:24
1048         Log: Subject: [PATCH] avoid v-strings with require/use
1049              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1050              Date: Fri, 21 Sep 2001 12:34:40 -0400
1051              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
1052      Branch: perl
1053            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
1054            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
1055            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1056            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1057            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1058            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
1059            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1060            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1061            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1062            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1063            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
1064            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
1065            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
1066            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1067            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
1068            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
1069            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
1070            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
1071            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
1072 ____________________________________________________________________________
1073 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
1074         Log: Update Changes.
1075      Branch: perl
1076            ! Changes patchlevel.h
1077 ____________________________________________________________________________
1078 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
1079         Log: Make AIX and Tru64 compilers happy.  
1080      Branch: perl
1081            ! ext/threads/threads.h ext/threads/threads.xs
1082 ____________________________________________________________________________
1083 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
1084         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
1085              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1086              Date: 21 Sep 2001 09:16:37 -0000
1087              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
1088      Branch: perl
1089            ! toke.c
1090 ____________________________________________________________________________
1091 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
1092         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
1093              From: Michael G Schwern <schwern@pobox.com>
1094              Date: Thu, 20 Sep 2001 21:21:34 -0400
1095              Message-ID: <20010920212134.Y28291@blackrider>
1096      Branch: perl
1097            ! pp_sys.c
1098 ____________________________________________________________________________
1099 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
1100         Log: Subject: Re: GDB Debugging Macros from mod_perl
1101              From: rspier@pobox.com (Robert Spier)
1102              Date: Thu, 20 Sep 2001 22:45:03 -0700
1103              Message-ID: <15274.54239.413929.49430@rls.cx>
1104      Branch: perl
1105            ! pod/perltodo.pod
1106 ____________________________________________________________________________
1107 [ 12105] By: sky                                   on 2001/09/21  10:33:34
1108         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
1109              timezone! GetSystemTime should be available on all Win32 
1110              platforms we support. Perhaps Time::HiRes should be extended to
1111              support WinCE and Novell?
1112      Branch: perl
1113            ! ext/Time/HiRes/HiRes.xs
1114 ____________________________________________________________________________
1115 [ 12104] By: sky                                   on 2001/09/21  08:12:39
1116         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
1117      Branch: perl
1118            ! ext/threads/threads.h ext/threads/threads.xs
1119 ____________________________________________________________________________
1120 [ 12103] By: sky                                   on 2001/09/21  07:57:41
1121         Log: Rename the *thread* functions to Perl_* to avoid clashes.
1122              Notably on AIX but could become a problem on other platforms.
1123      Branch: perl
1124            ! ext/threads/threads.h ext/threads/threads.xs
1125 ____________________________________________________________________________
1126 [ 12102] By: sky                                   on 2001/09/21  07:35:30
1127         Log: Add the shared sv space to the global vars.
1128              Fix problems compiling on win32.
1129      Branch: perl
1130            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
1131            ! sharedsv.c sharedsv.h
1132 ____________________________________________________________________________
1133 [ 12101] By: ams                                   on 2001/09/21  00:19:55
1134         Log: Subject: [PATCH] win32/Makefile warning fix
1135              From: Blair Zajac <blair@orcaware.com>
1136              Date: Thu, 20 Sep 2001 18:15:43 -0700
1137              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
1138      Branch: perl
1139            ! win32/Makefile
1140 ____________________________________________________________________________
1141 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
1142         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
1143              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1144              Date: Thu, 20 Sep 2001 18:36:22 +0200
1145              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
1146      Branch: perl
1147            ! lib/ExtUtils/Command.t
1148 ____________________________________________________________________________
1149 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
1150         Log: Cant spl wirth a dam.
1151      Branch: perl
1152            ! intrpvar.h
1153 ____________________________________________________________________________
1154 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
1155         Log: Don't use C++ comments.
1156      Branch: perl
1157            ! ext/threads/threads.xs
1158 ____________________________________________________________________________
1159 [ 12097] By: ams                                   on 2001/09/20  21:42:07
1160         Log: Change #12044 didn't.
1161      Branch: perl
1162            ! lib/constant.pm
1163 ____________________________________________________________________________
1164 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
1165         Log: Metaconfig unit changes for #12095.
1166      Branch: metaconfig
1167            ! U/modified/Myinit.U U/modified/libs.U
1168 ____________________________________________________________________________
1169 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
1170         Log: Remove iconv references since we are not using it
1171              and not going to; regen perltoc, perlmodlib.
1172              (Some references still linger in perltoc, have to figure
1173              out where they are coming from.)
1174      Branch: perl
1175            ! Configure NetWare/config.wc NetWare/config_H.wc
1176            ! Porting/Glossary Porting/config.sh Porting/config_H
1177            ! config_h.SH configure.com epoc/config.sh perl.h
1178            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
1179            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1180            ! vos/config.ga.h win32/config.bc win32/config.gc
1181            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1182            ! win32/config_H.vc wince/config.ce wince/config.h
1183            ! wince/config_H.ce
1184 ____________________________________________________________________________
1185 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
1186         Log: Subject: [PATCH docs] Re: ARGV and read
1187              From: Dave Mitchell <davem@fdgroup.co.uk>
1188              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
1189              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
1190      Branch: perl
1191            ! pod/perltodo.pod pod/perlvar.pod
1192 ____________________________________________________________________________
1193 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
1194         Log: Fresh copies from the cvs.perl.org perlfaq repository.
1195      Branch: perl
1196            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1197            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1198            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1199            ! pod/perlfaq9.pod
1200 ____________________________________________________________________________
1201 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
1202         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
1203              From: Nicholas Clark <nick@ccl4.org>
1204              Date: Thu, 20 Sep 2001 14:27:08 +0100
1205              Message-ID: <20010920142708.X4971@plum.flirble.org>
1206      Branch: perl
1207            ! pp_pack.c t/op/pack.t
1208 ____________________________________________________________________________
1209 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
1210         Log: The sharedsv_space* are variables, not code.  Duh.
1211      Branch: perl
1212            ! intrpvar.h makedef.pl
1213 ____________________________________________________________________________
1214 [ 12090] By: ams                                   on 2001/09/20  11:26:06
1215         Log: Subject: [patch lib/lib_pm.PL]
1216              From: Stas Bekman <stas@stason.org>
1217              Date: Thu, 20 Sep 2001 18:48:53 +0800
1218              Message-Id: <3BA9C995.6010302@stason.org>
1219              (Applied by hand.)
1220      Branch: perl
1221            ! lib/lib_pm.PL
1222 ____________________________________________________________________________
1223 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
1224         Log: Only 21 tests, skipping or not.
1225      Branch: perl
1226            ! lib/ExtUtils/Command.t
1227 ____________________________________________________________________________
1228 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
1229         Log: New exported symbols.
1230      Branch: perl
1231            ! makedef.pl
1232 ____________________________________________________________________________
1233 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
1234         Log: Update Changes.
1235      Branch: perl
1236            ! Changes patchlevel.h
1237 ____________________________________________________________________________
1238 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
1239         Log: Correct numbering of the tests is useful.
1240      Branch: perl
1241            ! ext/threads/t/basic.t
1242 ____________________________________________________________________________
1243 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
1244         Log: More tests now too.
1245      Branch: perl
1246            ! lib/ExtUtils/Command.t
1247 ____________________________________________________________________________
1248 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
1249         Log: More tests now.
1250      Branch: perl
1251            ! ext/threads/t/basic.t
1252 ____________________________________________________________________________
1253 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
1254         Log: The test assumed 7-bit ASCII.  Now it "just"
1255              assumes 8-bit whatever.
1256      Branch: perl
1257            ! t/op/crypt.t
1258 ____________________________________________________________________________
1259 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
1260         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
1261              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1262              Date: Wed, 19 Sep 2001 11:45:28 +0200
1263              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
1264              
1265              Lvalue casts are not portable.
1266      Branch: perl
1267            ! ext/threads/threads.xs
1268 ____________________________________________________________________________
1269 [ 12081] By: sky                                   on 2001/09/19  10:17:52
1270         Log: Make the basic test contain only realy basic API tests
1271              Seems to be a problem with detach.
1272      Branch: perl
1273            ! ext/threads/t/basic.t
1274 ____________________________________________________________________________
1275 [ 12080] By: ams                                   on 2001/09/19  01:23:55
1276         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
1277              From: Michael G Schwern <schwern@pobox.com>
1278              Date: Tue, 18 Sep 2001 19:53:48 -0400
1279              Message-Id: <20010918195348.M585@blackrider>
1280              
1281              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
1282              From: Michael G Schwern <schwern@pobox.com>
1283              Date: Tue, 18 Sep 2001 22:07:13 -0400
1284              Message-Id: <20010918220713.B19616@blackrider>
1285      Branch: perl
1286            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1287            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1288            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
1289            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
1290            ! lib/Test/Tutorial.pod
1291 ____________________________________________________________________________
1292 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
1293         Log: Indent the test a bit.
1294      Branch: perl
1295            ! ext/threads/t/basic.t
1296 ____________________________________________________________________________
1297 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
1298         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
1299              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1300              Date: Tue, 18 Sep 2001 18:06:44 +0200
1301              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
1302      Branch: perl
1303            ! win32/win32.c
1304 ____________________________________________________________________________
1305 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
1306         Log: Subject: stat access time is wrong on Win95
1307              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1308              Date: Tue, 18 Sep 2001 21:59:24 +0200
1309              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
1310      Branch: perl
1311            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
1312 ____________________________________________________________________________
1313 [ 12076] By: ams                                   on 2001/09/18  22:11:25
1314         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
1315              From: Michael G Schwern <schwern@pobox.com>
1316              Date: Tue, 18 Sep 2001 18:47:14 -0400
1317              Message-Id: <20010918184714.I585@blackrider>
1318      Branch: perl
1319            ! t/op/crypt.t
1320 ____________________________________________________________________________
1321 [ 12075] By: sky                                   on 2001/09/18  19:29:37
1322         Log: two test failures
1323              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1324              Message-ID: <20010918221702.A17408@rafael>
1325              partly applied, #12074 already fixed half the patch
1326      Branch: perl
1327            ! ext/threads/t/basic.t
1328 ____________________________________________________________________________
1329 [ 12074] By: sky                                   on 2001/09/18  18:49:03
1330         Log: Fixes test case failure introduced by #12071, the warning is
1331              now correctly spelled :-)
1332      Branch: perl
1333            ! ext/IO/lib/IO/t/io_sel.t
1334 ____________________________________________________________________________
1335 [ 12073] By: sky                                   on 2001/09/18  18:46:22
1336         Log: Make the test behave properly!
1337      Branch: perl
1338            ! ext/threads/t/basic.t
1339 ____________________________________________________________________________
1340 [ 12072] By: ams                                   on 2001/09/18  18:44:59
1341         Log: OP_RCATLINE is an SVOP, not a BASEOP.
1342      Branch: perl
1343            ! opcode.h opcode.pl
1344 ____________________________________________________________________________
1345 [ 12071] By: ams                                   on 2001/09/18  18:06:27
1346         Log: Deprecate != Depreciate.
1347      Branch: perl
1348            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
1349            ! lib/Pod/ParseUtils.pm
1350 ____________________________________________________________________________
1351 [ 12070] By: ams                                   on 2001/09/18  15:14:58
1352         Log: Subject: [PATCH] Getopt::Std cleanup
1353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1354              Date: Tue, 18 Sep 2001 17:32:13 +0200
1355              Message-Id: <20010918173213.C777@rafael>
1356      Branch: perl
1357            ! lib/Getopt/Std.pm lib/Getopt/Std.t
1358 ____________________________________________________________________________
1359 [ 12069] By: sky                                   on 2001/09/18  14:56:33
1360         Log: Forgot the makefile
1361      Branch: perl
1362            + ext/threads/Makefile.PL
1363 ____________________________________________________________________________
1364 [ 12068] By: sky                                   on 2001/09/18  14:13:26
1365         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
1366              The test will fail because of Test.pm not knowing about threads. 
1367              basic needs to be manually tested
1368              compile time warnings on IV2PTR conversions need to be fixed
1369      Branch: perl
1370            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
1371            + ext/threads/threads.h ext/threads/threads.pm
1372            + ext/threads/threads.xs
1373            ! MANIFEST
1374 ____________________________________________________________________________
1375 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
1376         Log: DJGPP tweak from Laszlo Molnar.
1377      Branch: perl
1378            ! djgpp/config.over
1379 ____________________________________________________________________________
1380 [ 12066] By: sky                                   on 2001/09/18  10:24:31
1381         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
1382      Branch: perl
1383            ! sharedsv.c sharedsv.h
1384 ____________________________________________________________________________
1385 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
1386         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
1387              ditto ^cns.
1388      Branch: perl
1389            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
1390            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
1391            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
1392            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
1393            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
1394            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
1395            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
1396            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
1397            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
1398            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
1399            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
1400            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
1401            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
1402            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
1403            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
1404            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
1405            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
1406            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
1407            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
1408            + ext/Encode/Encode/ir-197.enc
1409            - ext/Encode/Encode/cns11643-1.enc
1410            - ext/Encode/Encode/cns11643-2.enc
1411            - ext/Encode/Encode/iso2022-cn.enc
1412            - ext/Encode/Encode/iso2022-jp.enc
1413            - ext/Encode/Encode/iso2022-jp1.enc
1414            - ext/Encode/Encode/iso2022-jp2.enc
1415            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1416            - ext/Encode/Encode/iso8859-1.enc
1417            - ext/Encode/Encode/iso8859-1.ucm
1418            - ext/Encode/Encode/iso8859-10.enc
1419            - ext/Encode/Encode/iso8859-10.ucm
1420            - ext/Encode/Encode/iso8859-11.enc
1421            - ext/Encode/Encode/iso8859-11.ucm
1422            - ext/Encode/Encode/iso8859-13.enc
1423            - ext/Encode/Encode/iso8859-13.ucm
1424            - ext/Encode/Encode/iso8859-14.enc
1425            - ext/Encode/Encode/iso8859-14.ucm
1426            - ext/Encode/Encode/iso8859-15.enc
1427            - ext/Encode/Encode/iso8859-15.ucm
1428            - ext/Encode/Encode/iso8859-16.enc
1429            - ext/Encode/Encode/iso8859-16.ucm
1430            - ext/Encode/Encode/iso8859-2.enc
1431            - ext/Encode/Encode/iso8859-2.ucm
1432            - ext/Encode/Encode/iso8859-3.enc
1433            - ext/Encode/Encode/iso8859-3.ucm
1434            - ext/Encode/Encode/iso8859-4.enc
1435            - ext/Encode/Encode/iso8859-4.ucm
1436            - ext/Encode/Encode/iso8859-5.enc
1437            - ext/Encode/Encode/iso8859-5.ucm
1438            - ext/Encode/Encode/iso8859-6.enc
1439            - ext/Encode/Encode/iso8859-6.ucm
1440            - ext/Encode/Encode/iso8859-7.enc
1441            - ext/Encode/Encode/iso8859-7.ucm
1442            - ext/Encode/Encode/iso8859-8.enc
1443            - ext/Encode/Encode/iso8859-8.ucm
1444            - ext/Encode/Encode/iso8859-9.enc
1445            - ext/Encode/Encode/iso8859-9.ucm
1446            - ext/Encode/Encode/isoir-197.enc
1447            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
1448 ____________________________________________________________________________
1449 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
1450         Log: Must Uppercase.
1451      Branch: perl
1452            ! ext/Encode/Encode.pm
1453 ____________________________________________________________________________
1454 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
1455         Log: Add various encodings.
1456      Branch: perl
1457            + ext/Encode/Encode/iso8859-11.enc
1458            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
1459            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
1460            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
1461            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
1462            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
1463            + ext/Encode/Encode/viscii.ucm
1464            ! MANIFEST ext/Encode/Encode.pm
1465 ____________________________________________________________________________
1466 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
1467         Log: lib/unicode relic.
1468      Branch: perl
1469            ! ext/Encode/compile
1470 ____________________________________________________________________________
1471 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
1472         Log: Subject: [PATCH] Re: filename problems
1473              From: Michael G Schwern <schwern@pobox.com>
1474              Date: Mon, 17 Sep 2001 17:26:26 -0400
1475              Message-ID: <20010917172626.Q585@blackrider>
1476      Branch: perl
1477            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
1478            - t/lib/sample-tests/header_at_end
1479            - t/lib/sample-tests/header_at_end_fail
1480            ! MANIFEST lib/Test/Harness/t/test-harness.t
1481 ____________________________________________________________________________
1482 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
1483         Log: Explicitly explain the 1e9 seconds, not everybody
1484              is a C geek.
1485      Branch: perl
1486            ! ext/Time/HiRes/HiRes.pm
1487 ____________________________________________________________________________
1488 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
1489         Log: Explain an apparent bug reported by
1490              Richard J. Barbalace <rjbarbal@MIT.EDU>,
1491              with additional explanation from Gisle Aas.
1492      Branch: perl
1493            ! ext/Time/HiRes/HiRes.pm
1494 ____________________________________________________________________________
1495 [ 12058] By: ams                                   on 2001/09/17  19:52:01
1496         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
1497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1498              Date: Mon, 17 Sep 2001 22:48:05 +0200
1499              Message-Id: <20010917224805.C11744@rafael>
1500      Branch: perl
1501            ! t/lib/warnings/op t/lib/warnings/pp
1502 ____________________________________________________________________________
1503 [ 12057] By: ams                                   on 2001/09/17  16:51:18
1504         Log: Its a nit!
1505      Branch: perl
1506            ! sv.h
1507 ____________________________________________________________________________
1508 [ 12056] By: ams                                   on 2001/09/17  16:47:55
1509         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
1510              From: "Craig A. Berry" <craigberry@mac.com>
1511              Date: Mon, 17 Sep 2001 12:34:20 -0500
1512              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
1513      Branch: perl
1514            ! vms/vms.c
1515 ____________________________________________________________________________
1516 [ 12055] By: ams                                   on 2001/09/17  16:05:15
1517         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
1518              From: Gisle Aas <gisle@ActiveState.com>
1519              Date: 16 Apr 2001 16:20:34 -0700
1520              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
1521              (Applied by hand.)
1522      Branch: perl
1523            ! lib/CPAN.pm lib/CPAN/Nox.pm
1524 ____________________________________________________________________________
1525 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
1526         Log: Update Changes.
1527      Branch: perl
1528            ! Changes patchlevel.h
1529 ____________________________________________________________________________
1530 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
1531         Log: Adding new files to the MANIFEST is always nice.
1532      Branch: perl
1533            ! MANIFEST
1534 ____________________________________________________________________________
1535 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
1536         Log: Reindent the PerlIO files (suggested by NI-S), used
1537              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
1538              (GNU indent).  Note that wholesale re-indenting might
1539              be nice, but that would break nice formatting/alignment
1540              of assignments, equality testing, and complex boolean
1541              expressions with lots of &s and |s.
1542      Branch: perl
1543            ! perlio.c perlio.h perliol.h
1544 ____________________________________________________________________________
1545 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
1546         Log: Add a script for being 8.3-polite.
1547              The found conflicts are being worked on.
1548      Branch: perl
1549            + check83.pl
1550            ! MANIFEST Porting/pumpkin.pod
1551 ____________________________________________________________________________
1552 [ 12050] By: sky                                   on 2001/09/17  12:44:36
1553         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
1554              finding it.
1555      Branch: perl
1556            ! sv.c
1557 ____________________________________________________________________________
1558 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
1559         Log: Bump up versions because of #12041.
1560      Branch: perl
1561            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
1562            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
1563            ! lib/Time/localtime.pm
1564 ____________________________________________________________________________
1565 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
1566         Log: Bump the version number because of #12042.
1567      Branch: perl
1568            ! lib/CPAN/FirstTime.pm
1569 ____________________________________________________________________________
1570 [ 12047] By: ams                                   on 2001/09/17  11:21:40
1571         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
1572              From: Abhijit Menon-Sen <ams@wiw.org>
1573              Date: Mon, 17 Sep 2001 17:44:12 +0530
1574              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
1575      Branch: perl
1576            ! op.c
1577 ____________________________________________________________________________
1578 [ 12046] By: sky                                   on 2001/09/17  07:14:17
1579         Log: Subject: Re: t/op/ver.t using skip() improperly
1580              From: "chromatic" <chromatic@rmci.net>
1581              Date: Mon, 17 Sep 2001 00:22:29 -0600
1582              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
1583      Branch: perl
1584            ! t/op/ver.t
1585 ____________________________________________________________________________
1586 [ 12045] By: nick                                  on 2001/09/17  07:12:14
1587         Log: Integrate mainline
1588      Branch: perlio
1589           +> t/op/chdir.t
1590           !> (integrate 117 files)
1591 ____________________________________________________________________________
1592 [ 12044] By: ams                                   on 2001/09/17  05:49:53
1593         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
1594              From: Ilmari Karonen <iltzu@sci.fi>
1595              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
1596              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
1597              (And $VERSION = '1.05'.)
1598      Branch: perl
1599            ! lib/constant.pm
1600 ____________________________________________________________________________
1601 [ 12043] By: ams                                   on 2001/09/17  05:44:50
1602         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
1603              From: Michael G Schwern <schwern@pobox.com>
1604              Date: Mon, 17 Sep 2001 07:49:04 +0200
1605              Message-Id: <20010917074904.V1588@blackrider>
1606              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
1607      Branch: perl
1608            + t/op/chdir.t
1609            ! MANIFEST pp_sys.c
1610 ____________________________________________________________________________
1611 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
1612         Log: Subject: Re: CPAN.pm needs some hacking 
1613              From: "chromatic" <chromatic@rmci.net>
1614              Date: Sun, 16 Sep 2001 16:46:29 -0600
1615              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
1616      Branch: perl
1617            ! lib/CPAN/FirstTime.pm
1618 ____________________________________________________________________________
1619 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
1620         Log: Change use|require 5.005_64 to use|require 5.6.1.
1621      Branch: perl
1622            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
1623            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1624            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1625            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
1626            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1627            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1628            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1629            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
1630            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
1631            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
1632            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1633            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1634            ! lib/base.pm lib/fields.pm
1635 ____________________________________________________________________________
1636 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
1637         Log: Bump up version numbers.
1638              
1639              TODO 1: double check that pre-5.6.1 CPAN.pm:s
1640              don't try to download 5.8.0 because of the
1641              version numbers.  Mainly this means using _00
1642              in the core version numbers.
1643              
1644              TODO 2: the "use 5.005_64" in many modules
1645              needs to be changed to, say, "use 5.6.1".
1646      Branch: perl
1647            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
1648            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
1649            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1650            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
1651            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
1652            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
1653            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1654            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
1655            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
1656            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
1657            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
1658 ____________________________________________________________________________
1659 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
1660         Log: Use UCHARAT() as suggested by Inaba Hiroto.
1661      Branch: perl
1662            ! regexec.c
1663 ____________________________________________________________________________
1664 [ 12038] By: ams                                   on 2001/09/16  15:16:24
1665         Log: Subject: [PATCH] Re: Core module version numbers review
1666              From: Peter Scott <Peter@PSDT.com>
1667              Date: Sun, 16 Sep 2001 09:09:58 -0700
1668              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
1669      Branch: perl
1670            ! lib/perl5db.pl
1671 ____________________________________________________________________________
1672 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
1673         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
1674              not yet fully implemented.
1675      Branch: perl
1676            ! pod/perlfunc.pod pod/perlunicode.pod
1677 ____________________________________________________________________________
1678 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
1679         Log: Subject: [patch] plug PL_beginav_save leak
1680              From: Doug MacEachern <dougm@covalent.net>
1681              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
1682              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
1683      Branch: perl
1684            ! perl.c
1685 ____________________________________________________________________________
1686 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
1687         Log: (accidentally empty checkin)
1688      Branch: perl
1689            ! sv.c
1690 ____________________________________________________________________________
1691 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
1692         Log: Subject: [patch] ithreads+PL_beginav_save
1693              From: Doug MacEachern <dougm@covalent.net>
1694              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
1695              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
1696      Branch: perl
1697            ! sv.c
1698 ____________________________________________________________________________
1699 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
1700         Log: Subject: [PATCH] h2xs.PL with C::Scan
1701              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1702              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
1703              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
1704      Branch: perl
1705            ! utils/h2xs.PL
1706 ____________________________________________________________________________
1707 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
1708         Log: Elaborate (well, make more vague, really) #12030.
1709      Branch: perl
1710            ! pod/perltodo.pod pod/perlunicode.pod
1711 ____________________________________________________________________________
1712 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
1713         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
1714              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1715              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
1716              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
1717      Branch: perl
1718            ! regexec.c
1719 ____________________________________________________________________________
1720 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
1721         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
1722              are not yet complete.
1723      Branch: perl
1724            ! pod/perltodo.pod pod/perlunicode.pod
1725 ____________________________________________________________________________
1726 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
1727         Log: Document what's still to be done on the regular expression
1728              Unicode support, based on the UTR#18.
1729      Branch: perl
1730            ! pod/perltodo.pod pod/perlunicode.pod
1731 ____________________________________________________________________________
1732 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
1733         Log: Regen headers.
1734      Branch: perl
1735            ! embedvar.h perlapi.h
1736 ____________________________________________________________________________
1737 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
1738         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
1739              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1740              Date: Sun, 09 Sep 2001 18:41:54 +0100
1741              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
1742      Branch: perl
1743            ! Porting/findvars ext/ByteLoader/bytecode.h
1744            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
1745            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
1746 ____________________________________________________________________________
1747 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
1748         Log: enable most warnings for windows build; fix the various typecasting
1749              nits that showed up (no bugfixes here)
1750      Branch: maint-5.6/perl
1751            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
1752            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
1753            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
1754            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
1755            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1756            ! x2p/walk.c
1757 ____________________________________________________________________________
1758 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
1759         Log: Integrate change #12024 from maintperl
1760              (a local() precedence bug)
1761      Branch: perl
1762           !> lib/ExtUtils/Install.pm
1763 ____________________________________________________________________________
1764 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
1765         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
1766              change#8642
1767      Branch: maint-5.6/perl
1768            ! lib/ExtUtils/Install.pm
1769 ____________________________________________________________________________
1770 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
1771         Log: Update Changes.
1772      Branch: perl
1773            ! Changes patchlevel.h
1774 ____________________________________________________________________________
1775 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
1776         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
1777              From: "chromatic" <chromatic@rmci.net>
1778              Date: Fri, 14 Sep 2001 09:44:57 -0600 
1779              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
1780      Branch: perl
1781            ! lib/ExtUtils/Manifest.t
1782 ____________________________________________________________________________
1783 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
1784         Log: Hopefully better skipping of the Complete.t tests
1785              in case of not a tty. 
1786      Branch: perl
1787            ! lib/Term/Complete.t t/op/stat.t
1788 ____________________________________________________________________________
1789 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
1790         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
1791              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1792              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
1793              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
1794      Branch: perl
1795            ! regexec.c t/op/pat.t
1796 ____________________________________________________________________________
1797 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
1798         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
1799              From: Robin Barker <rmb1@cise.npl.co.uk>
1800              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
1801              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
1802      Branch: perl
1803            ! pod/perlport.pod
1804 ____________________________________________________________________________
1805 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
1806         Log: NetWare tweaks from Ananth Kesari.
1807      Branch: perl
1808            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
1809            ! NetWare/nwutil.h
1810 ____________________________________________________________________________
1811 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
1812         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
1813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1814              Date: Fri, 14 Sep 2001 10:51:13 +0200
1815              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
1816      Branch: perl
1817            ! pod/perlport.pod
1818 ____________________________________________________________________________
1819 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
1820         Log: Subject: Re: [PATCH 2 pl2pm.PL]
1821              From: Joe Smith <Joe.Smith@inwap.com>
1822              Date: Fri, 14 Sep 2001 00:13:32 -0700
1823              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
1824              
1825              Eradicate qu.
1826      Branch: perl
1827            ! keywords.h keywords.pl utils/pl2pm.PL
1828 ____________________________________________________________________________
1829 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
1830         Log: Retract #12013, didn't go over too well in Tru64.
1831      Branch: perl
1832            ! embed.h embed.pl sv.h
1833 ____________________________________________________________________________
1834 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
1835         Log: Subject: [PATCH] Execute files of debugger commands
1836              From: Peter Scott <Peter@PSDT.com>
1837              Date: Thu, 13 Sep 2001 15:26:31 -0700
1838              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
1839      Branch: perl
1840            ! lib/perl5db.pl pod/perldebug.pod
1841 ____________________________________________________________________________
1842 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
1843         Log: (Retracted by #12015)
1844              Subject: [proposed PATCH] Re: perl@11920
1845              From: Nicholas Clark <nick@ccl4.org>
1846              Date: Wed, 12 Sep 2001 23:46:09 +0100
1847              Message-ID: <20010912234609.H4971@plum.flirble.org>     
1848      Branch: perl
1849            ! embed.h embed.pl sv.h
1850 ____________________________________________________________________________
1851 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
1852         Log: ucblib shouldn't be linked against in nonstop-ux,
1853              from Tom Bates.
1854      Branch: perl
1855            ! hints/nonstopux.sh
1856 ____________________________________________________________________________
1857 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
1858         Log: Do stty only if we have stty.
1859              
1860              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
1861      Branch: perl
1862            ! lib/Term/Complete.pm
1863 ____________________________________________________________________________
1864 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
1865         Log: Skip the test if not running on a tty.
1866      Branch: perl
1867            ! lib/Term/Complete.t
1868 ____________________________________________________________________________
1869 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
1870         Log: Regen headers.
1871      Branch: perl
1872            ! embed.h opcode.h pod/perlapi.pod proto.h
1873 ____________________________________________________________________________
1874 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
1875         Log: Subject: [PATCH op.c] Re: perl@12003
1876              From: Robin Barker <rmb1@cise.npl.co.uk>
1877              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
1878              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
1879      Branch: perl
1880            ! op.c
1881 ____________________________________________________________________________
1882 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
1883         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
1884              From: Robin Barker <rmb1@cise.npl.co.uk>
1885              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
1886              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
1887      Branch: perl
1888            ! sv.c
1889 ____________________________________________________________________________
1890 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
1891         Log: Upgrade to Memoize 0.66.
1892      Branch: perl
1893            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
1894            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
1895            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
1896 ____________________________________________________________________________
1897 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
1898         Log: Subject: [ID 20010912.007] substr reference core dump
1899              From: me-01@ton.iguana.be
1900              Date: 12 Sep 2001 14:11:16 -0000
1901              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
1902      Branch: perl
1903            ! mg.c
1904 ____________________________________________________________________________
1905 [ 12004] By: ams                                   on 2001/09/12  01:13:49
1906         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
1907              From: Ilmari Karonen <iltzu@sci.fi>
1908              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
1909              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
1910      Branch: perl
1911            ! pod/perlfaq4.pod
1912 ____________________________________________________________________________
1913 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
1914         Log: Update Changes.
1915      Branch: perl
1916            ! Changes patchlevel.h
1917 ____________________________________________________________________________
1918 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
1919         Log: NetWare update from Ananth Kesari.
1920      Branch: perl
1921            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
1922            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
1923 ____________________________________________________________________________
1924 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
1925         Log: Retract #11984: div() being redefined, and 1397
1926              failing on 64-bit platforms.
1927      Branch: perl
1928            ! lib/Math/BigInt/Calc.pm
1929 ____________________________________________________________________________
1930 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
1931         Log: Metaconfig unit change for #11999.
1932      Branch: metaconfig
1933            ! U/protos/d_lseekproto.U
1934 ____________________________________________________________________________
1935 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
1936         Log: The lseek fix (#11991) was no fix.
1937      Branch: perl
1938            ! Configure
1939 ____________________________________________________________________________
1940 [ 11998] By: sky                                   on 2001/09/11  07:52:06
1941         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
1942              From: Matt Sergeant <MSergeant@star.net.uk>
1943              Date: Tue, 11 Sep 2001 09:22:32 +0100
1944              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
1945      Branch: perl
1946            ! ext/Encode/Encode.pm
1947 ____________________________________________________________________________
1948 [ 11997] By: sky                                   on 2001/09/11  06:35:29
1949         Log: Sometimes dTHX is added because it is needed on non 
1950              gnuc platforms, but not needed there. This uses GCC
1951              to silence GCC specific warnings by marking pTHX as 
1952              unused.
1953      Branch: perl
1954            ! perl.h
1955 ____________________________________________________________________________
1956 [ 11996] By: nick                                  on 2001/09/11  06:25:27
1957         Log: Integrate mainline
1958      Branch: perlio
1959            - ext/POSIX/sigaction.t lib/File/Find/taint.t
1960           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
1961 ____________________________________________________________________________
1962 [ 11995] By: nick                                  on 2001/09/11  06:23:39
1963         Log: Part Integrate mainline
1964      Branch: perlio
1965           +> (branch 69 files)
1966            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
1967            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
1968            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
1969            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1970            - lib/Switch/t/switch_case.t lib/Test/Harness.t
1971            - lib/Test/More/Changes lib/Test/More/t/More.t
1972            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1973            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1974            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
1975            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
1976            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
1977            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
1978            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
1979            - t/lib/Test/More/Catch.pm wince/perl.ico
1980           !> (integrate 197 files)
1981 ____________________________________________________________________________
1982 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
1983         Log: Subject: Re: [PATCH] Encode.pm docs fix
1984              From: Gisle Aas <gisle@ActiveState.com>
1985              Date: 10 Sep 2001 11:27:02 -0700
1986              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
1987      Branch: perl
1988            ! ext/Encode/Encode.pm
1989 ____________________________________________________________________________
1990 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
1991         Log: Fix unpack U to be the reverse of pack U
1992              (but implement unpack U0U as a backdoor to get
1993              the UTF-8 malformed warnings from un-UTF-8 data)
1994      Branch: perl
1995            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
1996 ____________________________________________________________________________
1997 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
1998         Log: Metaconfig unit change for #11991;
1999              delete an unused unit (d_strtoull.U is the one used)
2000      Branch: metaconfig
2001            ! U/protos/d_lseekproto.U
2002      Branch: metaconfig/U/perl
2003            - strtoull.U
2004 ____________________________________________________________________________
2005 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
2006         Log: Subject: [PATCH] Configure not recording lseek proto
2007              From: Blair Zajac <blair@orcaware.com>
2008              Date: Mon, 10 Sep 2001 17:52:37 -0700
2009              Message-ID: <3B9D6055.BA334A31@orcaware.com>
2010              
2011              plus regen Configure.
2012      Branch: perl
2013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2014            ! config_h.SH uconfig.h
2015 ____________________________________________________________________________
2016 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
2017         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
2018              From: Nicholas Clark <nick@ccl4.org>
2019              Date: Tue, 11 Sep 2001 00:00:31 +0100
2020              Message-ID: <20010911000031.G1512@plum.flirble.org>
2021      Branch: perl
2022            + t/op/qq.t
2023            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
2024 ____________________________________________________________________________
2025 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
2026         Log: Subject: [PATCH] Building on win32 w/o perlio
2027              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2028              Date: Mon, 10 Sep 2001 23:38:46 +0200
2029              Message-ID: <3B9D4F06.14433.2C37644@localhost>
2030      Branch: perl
2031            ! perl.c win32/Makefile win32/makefile.mk
2032 ____________________________________________________________________________
2033 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
2034         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
2035              From: "chromatic" <chromatic@rmci.net>
2036              Date: Mon, 10 Sep 2001 15:14:01 -0600
2037              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
2038      Branch: perl
2039            + lib/CGI/t/push.t
2040            ! MANIFEST
2041 ____________________________________________________________________________
2042 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
2043         Log: Subject: avoiding hoardes of zombies
2044              From: Nicholas Clark <nick@ccl4.org>
2045              Date: Mon, 10 Sep 2001 22:00:40 +0100
2046              Message-ID: <20010910220040.C1512@plum.flirble.org>
2047      Branch: perl
2048            ! pod/perlipc.pod
2049 ____________________________________________________________________________
2050 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
2051         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
2052              From: John Peacock <jpeacock@rowman.com>
2053              Date: Mon, 10 Sep 2001 16:34:30 -0400
2054              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
2055      Branch: perl
2056            ! sv.c t/op/ver.t utf8.h
2057 ____________________________________________________________________________
2058 [ 11985] By: ams                                   on 2001/09/10  23:20:13
2059         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
2060      Branch: perl
2061            ! MANIFEST
2062 ____________________________________________________________________________
2063 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
2064         Log: (Retracted by #12001)
2065              Subject: Calc with USE_MUL/USE_DIV
2066              From: Tels <perl_dummy@bloodgate.com>
2067              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
2068              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
2069      Branch: perl
2070            ! lib/Math/BigInt/Calc.pm
2071 ____________________________________________________________________________
2072 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
2073         Log: Subject: [PATCH op.c] Re: perl@11978
2074              From: Robin Barker <rmb1@cise.npl.co.uk>
2075              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
2076              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
2077              
2078              Format errors.
2079      Branch: perl
2080            ! op.c
2081 ____________________________________________________________________________
2082 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
2083         Log: Switch PADOFFSET back to U32 both because of binary backward
2084              compatibility and because Arthur seems to have been fixing the
2085              problems with naughty integer-pointer casting.
2086      Branch: perl
2087            ! op.h
2088 ____________________________________________________________________________
2089 [ 11981] By: ams                                   on 2001/09/10  16:31:43
2090         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
2091              Fix Pod Typo, Add Test for ExtUtils::Command
2092              From: "chromatic" <chromatic@rmci.net>
2093              Date: Mon, 10 Sep 2001 11:20:56 -0600
2094              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
2095      Branch: perl
2096            + lib/ExtUtils/Command.t
2097            ! MANIFEST lib/ExtUtils/Command.pm
2098 ____________________________________________________________________________
2099 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
2100         Log: Subject: [PATCH] Encode.pm docs fix
2101              From: Matt Sergeant <MSergeant@star.net.uk>
2102              Date: Mon, 10 Sep 2001 15:24:01 +0100
2103              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
2104      Branch: perl
2105            ! ext/Encode/Encode.pm
2106 ____________________________________________________________________________
2107 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
2108         Log: Update Changes.
2109      Branch: perl
2110            ! Changes patchlevel.h
2111 ____________________________________________________________________________
2112 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
2113         Log: Revert #11973, the dTHX seems to be needed in there
2114              for threaded builds.
2115      Branch: perl
2116            ! perlio.c
2117 ____________________________________________________________________________
2118 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
2119         Log: Detypo.
2120      Branch: perl
2121            ! pod/perlguts.pod
2122 ____________________________________________________________________________
2123 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
2124         Log: Further Class::Struct patching from Damian.
2125              
2126              The new new semantics are:
2127              
2128              * If you pass an initializer for a nested object, it has to be:
2129              a) a reference to an object of that class, or      
2130              b) a reference to an object of a subclass of that class, or
2131              c) a reference to a hash of arguments to be passed to the
2132              class's constructor
2133              * If you pass no initializer for a nested object, the attribute
2134              is initialized to C<undef>
2135      Branch: perl
2136            ! lib/Class/Struct.pm
2137 ____________________________________________________________________________
2138 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
2139         Log: Skip the crypt test if no crypt.
2140      Branch: perl
2141            ! t/op/crypt.t
2142 ____________________________________________________________________________
2143 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
2144         Log: Warn against using bare v-strings as IP addresses
2145              (okay if using the wrappers from Socket)
2146      Branch: perl
2147            ! pod/perldata.pod pod/perlport.pod
2148 ____________________________________________________________________________
2149 [ 11973] By: sky                                   on 2001/09/10  11:57:58
2150         Log: Remove unused dTHX. Silenced another warning.
2151      Branch: perl
2152            ! perlio.c
2153 ____________________________________________________________________________
2154 [ 11972] By: sky                                   on 2001/09/10  11:54:25
2155         Log: Silence some more warnings INT2PTR.
2156      Branch: perl
2157            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
2158 ____________________________________________________________________________
2159 [ 11971] By: sky                                   on 2001/09/10  11:21:50
2160         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
2161      Branch: perl
2162            ! cop.h
2163 ____________________________________________________________________________
2164 [ 11970] By: sky                                   on 2001/09/10  11:17:25
2165         Log: Apply INT2PTR with force to silence warnings from
2166              PM_GETRE and friends. No more warnings with 64bit 
2167              IVs and 32bit pointers.    
2168      Branch: perl
2169            ! op.c op.h perl.c
2170 ____________________________________________________________________________
2171 [ 11969] By: sky                                   on 2001/09/10  10:13:02
2172         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
2173      Branch: perl
2174            ! pod/perlguts.pod
2175 ____________________________________________________________________________
2176 [ 11968] By: sky                                   on 2001/09/10  10:02:51
2177         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
2178              Rename to custop_op_name to Perl_custom_op_name to match perlapi
2179              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
2180              perl_clone.
2181      Branch: perl
2182            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
2183 ____________________________________________________________________________
2184 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
2185         Log: Using strlen() not good on embedded nul bytes.
2186      Branch: perl
2187            ! regcomp.c
2188 ____________________________________________________________________________
2189 [ 11966] By: ams                                   on 2001/09/09  21:06:13
2190         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
2191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2192              Date: Mon, 13 Aug 2001 22:51:59 +0200
2193              Message-ID: <20010813225159.C6681@rafael>
2194              (Applied with several tweaks.)
2195      Branch: perl
2196            ! embed.h embed.pl proto.h toke.c
2197 ____________________________________________________________________________
2198 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
2199         Log: The exact error message is system-dependent.
2200      Branch: perl
2201            ! lib/ExtUtils/Manifest.t
2202 ____________________________________________________________________________
2203 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
2204         Log: Add Windows and Mac Sami support to Encode
2205              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
2206      Branch: perl
2207            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
2208            ! MANIFEST
2209 ____________________________________________________________________________
2210 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
2211         Log: Use the tried method.
2212      Branch: perl
2213            ! pod/perlport.pod
2214 ____________________________________________________________________________
2215 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
2216         Log: Can't count parentheses.
2217      Branch: perl
2218            ! ext/IO/lib/IO/Socket/INET.pm
2219 ____________________________________________________________________________
2220 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
2221         Log: perlport additions: 1 while unlink, add/delete directory
2222              entries and permissions, cygwin stat funkiness (from Michael
2223              Schwern and Nicholas Clark)
2224      Branch: perl
2225            ! pod/perlport.pod
2226 ____________________________________________________________________________
2227 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
2228         Log: blib does have a detectable test.
2229      Branch: perl
2230            ! t/lib/1_compile.t
2231 ____________________________________________________________________________
2232 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
2233         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
2234              From: "chromatic" <chromatic@rmci.net>
2235              Date: Sat, 08 Sep 2001 19:33:42 -0600
2236              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
2237      Branch: perl
2238            + lib/Term/Complete.t
2239            ! MANIFEST
2240 ____________________________________________________________________________
2241 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
2242         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
2243              From: Michael G Schwern <schwern@pobox.com> 
2244              Date: Sat, 8 Sep 2001 02:40:26 -0400
2245              Message-ID: <20010908024026.A26283@blackrider>
2246      Branch: perl
2247            + lib/Test/Tutorial.pod
2248            ! MANIFEST
2249 ____________________________________________________________________________
2250 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
2251         Log: Try to look up protocol (by name) only iff it has non-numbers:
2252              nice if the server is in a chrooted environment (no /etc/protocols,
2253              server code using hardcorded protocol numbers like 6 for tcp),
2254              suggested by John Holdsworth <coldwave@bigfoot.com>.
2255              In other words, if we are given a number, why look it up again
2256              (by number)?
2257      Branch: perl
2258            ! ext/IO/lib/IO/Socket/INET.pm
2259 ____________________________________________________________________________
2260 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
2261         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
2262              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2263              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
2264              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
2265              
2266              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
2267              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2268              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
2269              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
2270              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
2271              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2272              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
2273              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
2274      Branch: perl
2275            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
2276 ____________________________________________________________________________
2277 [ 11955] By: ams                                   on 2001/09/09  02:54:21
2278         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2279              From: "Craig A. Berry" <craigberry@mac.com>
2280              Date: Sat, 08 Sep 2001 19:02:16 -0500
2281              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
2282      Branch: perl
2283            ! lib/CGI/t/carp.t
2284 ____________________________________________________________________________
2285 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
2286         Log: Documentation tweaks; think the IP address as an opaque string.
2287      Branch: perl
2288            ! ext/Socket/Socket.pm
2289 ____________________________________________________________________________
2290 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
2291         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
2292              From: Michael G Schwern <schwern@pobox.com>
2293              Date: Sat, 8 Sep 2001 19:45:46 -0400
2294              Message-ID: <20010908194546.C9193@blackrider>
2295      Branch: perl
2296            + lib/blib.t
2297            ! MANIFEST lib/blib.pm t/lib/1_compile.t
2298 ____________________________________________________________________________
2299 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
2300         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
2301              From: "chromatic" <chromatic@rmci.net>
2302              Date: Sat, 08 Sep 2001 12:31:44 -0600
2303              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
2304      Branch: perl
2305            + lib/CGI/t/fast.t
2306            ! MANIFEST
2307 ____________________________________________________________________________
2308 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
2309         Log: The Socket tests were wrong: they were assuming too much.
2310      Branch: perl
2311            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2312 ____________________________________________________________________________
2313 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
2314         Log: Retract the portability changes since they
2315              seem to have opened a can of worms... will
2316              go back to UNICOS/mk and do the bare minimum
2317              required to get the tests working.
2318      Branch: perl
2319            ! ext/Socket/Socket.xs
2320 ____________________________________________________________________________
2321 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
2322         Log: PADOFFSET is used to cast pointers into integers,
2323              if pointers are 64 bits and U32 32 bits,
2324              bad things may happen, or at least warnings issued.
2325      Branch: perl
2326            ! op.h
2327 ____________________________________________________________________________
2328 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
2329         Log: Still more Socket portability tweaking.
2330              Now Socket.t seems to be happy in all of
2331              Linux/x86, Tru64/alpha, Solaris/sparc,
2332              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
2333              
2334              Addendum: it seems that io_multihomed, io_sock, and hostent
2335              were broken in little-endians (linux/x86 and tru64/alpha)
2336              because of this change.  Argh.
2337      Branch: perl
2338            ! ext/Socket/Socket.xs
2339 ____________________________________________________________________________
2340 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
2341         Log: More portability kicking on inet_ntoa().
2342      Branch: perl
2343            ! ext/Socket/Socket.xs
2344 ____________________________________________________________________________
2345 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
2346         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
2347              From: Michael G Schwern <schwern@pobox.com> 
2348              Date: Fri, 7 Sep 2001 23:06:51 -0400
2349              Message-ID: <20010907230651.R606@blackrider>
2350      Branch: perl
2351            + lib/ExtUtils/Manifest.t
2352            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
2353 ____________________________________________________________________________
2354 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
2355         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
2356              From: "chromatic" <chromatic@rmci.net>
2357              Date: Fri, 07 Sep 2001 17:53:15 -0600      
2358              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
2359      Branch: perl
2360            + lib/ExtUtils/testlib.t
2361            ! MANIFEST
2362 ____________________________________________________________________________
2363 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
2364         Log: Thinko.
2365      Branch: perl
2366            ! lib/integer.t
2367 ____________________________________________________________________________
2368 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
2369         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2370              From: "Craig A. Berry" <craigberry@mac.com>
2371              Date: Fri, 07 Sep 2001 15:30:03 -0500
2372              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
2373      Branch: perl
2374            ! lib/CGI/Carp.pm
2375 ____________________________________________________________________________
2376 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
2377         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
2378              From: Michael G Schwern <schwern@pobox.com>
2379              Date: Fri, 7 Sep 2001 15:38:13 -0400
2380              Message-ID: <20010907153813.K606@blackrider>
2381      Branch: perl
2382            ! lib/ExtUtils/MM_Unix.pm
2383 ____________________________________________________________________________
2384 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
2385         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
2386              From: Robin Barker <rmb1@cise.npl.co.uk>
2387              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
2388              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
2389      Branch: perl
2390            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
2391 ____________________________________________________________________________
2392 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
2393         Log: Clean up 1_compile.t; move tests to more consistent
2394              places (t/ subdirectories); add integer.t (much of
2395              the pragma is tested elsewhere but there is no one
2396              centralized place)
2397      Branch: perl
2398            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
2399            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
2400            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
2401            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
2402            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
2403            - lib/File/Find/find.t lib/File/Find/taint.t
2404            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
2405 ____________________________________________________________________________
2406 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
2407         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
2408              From: "chromatic" <chromatic@rmci.net>
2409              Date: Fri, 07 Sep 2001 10:17:40 -0600
2410              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
2411      Branch: perl
2412            ! lib/File/Find/taint.t
2413 ____________________________________________________________________________
2414 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
2415         Log: Update Changes.
2416      Branch: perl
2417            ! Changes patchlevel.h
2418 ____________________________________________________________________________
2419 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
2420         Log: Rename the old threading tutorial, start a new one,
2421              regen toc.
2422      Branch: perl
2423            + pod/perlothrtut.pod
2424            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
2425            ! pod/perltoc.pod
2426 ____________________________________________________________________________
2427 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
2428         Log: vars very much has a test.
2429      Branch: perl
2430            ! t/lib/1_compile.t
2431 ____________________________________________________________________________
2432 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
2433         Log: Subject: Re: wince/perl.ico marked as binary
2434              From: Nicholas Clark <nick@ccl4.org>
2435              Date: Fri, 7 Sep 2001 13:54:40 +0100
2436              Message-ID: <20010907135439.D39150@plum.flirble.org>
2437              
2438              and wince/Makefile.ce change from Rainer Keuchel.
2439      Branch: perl
2440            + wince/makeico.pl
2441            ! MANIFEST wince/Makefile.ce
2442 ____________________________________________________________________________
2443 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
2444         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
2445              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2446              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
2447              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
2448      Branch: perl
2449            ! regexec.c
2450 ____________________________________________________________________________
2451 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
2452         Log: (Replaced by #11934)
2453              Subject: Re: [PATCH regexec.c] more general .* and .*?
2454              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2455              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
2456              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
2457      Branch: perl
2458            ! regexec.c
2459 ____________________________________________________________________________
2460 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
2461         Log: The #11931 patching misbehaved.
2462      Branch: perl
2463            ! lib/Test/Harness/t/test-harness.t
2464 ____________________________________________________________________________
2465 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
2466         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
2467              From: Michael G Schwern <schwern@pobox.com>
2468              Date: Fri, 7 Sep 2001 03:30:41 -0400
2469              Message-ID: <20010907033041.A2796@blackrider>
2470      Branch: perl
2471            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
2472            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
2473            + t/lib/sample-tests/header_at_end_fail
2474            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
2475            - lib/Test/Harness.t
2476            ! MANIFEST lib/Test/Harness.pm t/TEST
2477 ____________________________________________________________________________
2478 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
2479         Log: Subject: [PATCH] Digest::MD5 update
2480              From: Gisle Aas <gisle@ActiveState.com>
2481              Date: 06 Sep 2001 23:32:56 -0700
2482              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
2483      Branch: perl
2484            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2485            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
2486 ____________________________________________________________________________
2487 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
2488         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
2489              From: "chromatic" <chromatic@rmci.net>
2490              Date: Thu, 06 Sep 2001 23:11:44 -0600
2491              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
2492      Branch: perl
2493            + lib/less.t
2494            ! MANIFEST t/lib/1_compile.t
2495 ____________________________________________________________________________
2496 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
2497         Log: The binary file must somehow differently stored.
2498      Branch: perl
2499            - wince/perl.ico
2500            ! MANIFEST
2501 ____________________________________________________________________________
2502 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
2503         Log: Add more modules to the list of modules that have tests,
2504              Schwern's wallet is getting more nervous.
2505              (Run t/lib/1_compile.t manually to see which modules
2506              are lacking tests, or the tests can't be run for some
2507              reason or another, such as the Net:: modules)
2508      Branch: perl
2509            ! t/lib/1_compile.t
2510 ____________________________________________________________________________
2511 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
2512         Log: Try to make Socket::inet_ntoa() more robust.
2513      Branch: perl
2514            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
2515 ____________________________________________________________________________
2516 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
2517         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
2518              From: chromatic <chromatic@rmci.net>       
2519              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
2520              Message-Id: <01090522580506.19590@firewheel>           
2521      Branch: perl
2522            ! lib/English.t
2523 ____________________________________________________________________________
2524 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
2525         Log: Subject: Re: perlvar manpage and localizing special vars
2526              From: Stas Bekman <stas@stason.org>
2527              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
2528              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
2529      Branch: perl
2530            ! pod/perlvar.pod
2531 ____________________________________________________________________________
2532 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
2533         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
2534              From: Robin Barker <rmb1@cise.npl.co.uk>
2535              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
2536              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
2537      Branch: perl
2538            ! lib/ExtUtils/MakeMaker.pm
2539 ____________________________________________________________________________
2540 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
2541         Log: Symbol missing; AIX unhappy.
2542      Branch: perl
2543            ! makedef.pl
2544 ____________________________________________________________________________
2545 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
2546         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
2547              Reported in 5.61, seems to work okay in blead.
2548      Branch: perl
2549            ! t/run/kill_perl.t
2550 ____________________________________________________________________________
2551 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
2552         Log: Update Changes.
2553      Branch: perl
2554            ! Changes patchlevel.h
2555 ____________________________________________________________________________
2556 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
2557         Log: Document the bad assumptions currently breaking
2558              the Socket.t tests 10, 11, and 13 in UNICOS.
2559      Branch: perl
2560            ! ext/Socket/Socket.xs
2561 ____________________________________________________________________________
2562 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
2563         Log: Subject: [PATCH x2p] make OPTIMIZE=...
2564              From: Robin Barker <rmb1@cise.npl.co.uk>
2565              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
2566              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
2567      Branch: perl
2568            ! x2p/Makefile.SH x2p/cflags.SH
2569 ____________________________________________________________________________
2570 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
2571         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2572              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2573              Date: Thu, 6 Sep 2001 11:09:40 +0100
2574              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2575              
2576              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
2577              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2578              Date: 6 Sep 2001 10:14:38 -0000
2579              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
2580      Branch: perl
2581            ! pod/perlfaq1.pod pod/perlhack.pod
2582 ____________________________________________________________________________
2583 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
2584         Log: Subject: Extra NUL is Data::Dumper output - patch
2585              From: Tony Cook <tony@develop-help.com>
2586              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
2587              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
2588      Branch: perl
2589            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2590 ____________________________________________________________________________
2591 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
2592         Log: Avoid redefinition warning
2593              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
2594              from
2595              perl -w -Ilib -MCwd -e ''
2596      Branch: perl
2597            ! lib/Cwd.pm
2598 ____________________________________________________________________________
2599 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
2600         Log: Update the is_tainted() example implementation.
2601      Branch: perl
2602            ! pod/perlsec.pod
2603 ____________________________________________________________________________
2604 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
2605         Log: Missing) in #11912.
2606      Branch: perl
2607            ! lib/Test/Simple/t/fail.t
2608 ____________________________________________________________________________
2609 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
2610         Log: Rewhack Test-Simple into core harness.
2611      Branch: perl
2612            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2613            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2614            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2615            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2616            ! lib/Test/Simple/t/skipall.t
2617 ____________________________________________________________________________
2618 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
2619         Log: Workaround for the new Exporter 'feature'.
2620      Branch: perl
2621            ! lib/Test/More.pm
2622 ____________________________________________________________________________
2623 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
2624         Log: Re-introduce pure-Perl fall-back for abs_path,
2625              re-introduce #11898.
2626      Branch: perl
2627            ! lib/Cwd.pm lib/File/Find.pm
2628 ____________________________________________________________________________
2629 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
2630         Log: More tests.
2631      Branch: perl
2632            ! lib/Exporter.t
2633 ____________________________________________________________________________
2634 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
2635         Log: Retract #11898 for now because it introduces
2636              a rather nasty depencency: when B is being built,
2637              MakeMaker is used.  MakeMaker uses File::Find.
2638              File::Find uses Cwd::getcwd()...which doesn't
2639              exist yet.
2640      Branch: perl
2641            ! lib/File/Find.pm
2642 ____________________________________________________________________________
2643 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
2644         Log: New test welcome.
2645      Branch: perl
2646            + lib/Test/Simple/t/simple.t
2647 ____________________________________________________________________________
2648 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
2649         Log: Old test begone.
2650      Branch: perl
2651            - lib/Attribute/Handlers/test.pl
2652 ____________________________________________________________________________
2653 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
2654         Log: Test-Simple syncup from Schwern.
2655      Branch: perl
2656            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
2657            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
2658            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2659            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2660            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2661            - lib/Test/More/Changes lib/Test/More/t/More.t
2662            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2663            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2664            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
2665            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2666            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
2667            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2668            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2669            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
2670            ! t/lib/Test/Simple/sample_tests/death.plx
2671            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
2672            ! t/lib/Test/Simple/sample_tests/extras.plx
2673            ! t/lib/Test/Simple/sample_tests/five_fail.plx
2674            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
2675            ! t/lib/Test/Simple/sample_tests/one_fail.plx
2676            ! t/lib/Test/Simple/sample_tests/require.plx
2677            ! t/lib/Test/Simple/sample_tests/success.plx
2678            ! t/lib/Test/Simple/sample_tests/too_few.plx
2679            ! t/lib/Test/Simple/sample_tests/two_fail.plx
2680 ____________________________________________________________________________
2681 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
2682         Log: Integrate File::Find changes from bleadperl
2683      Branch: maint-5.6/macperl
2684            ! lib/File/Find.pm t/lib/filefind-taint.t
2685 ____________________________________________________________________________
2686 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
2687         Log: Integrate 11847 from maint-5.6/perl
2688      Branch: maint-5.6/macperl
2689           !> sv.c
2690 ____________________________________________________________________________
2691 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
2692         Log: In UNICOS division yada yada.
2693      Branch: perl
2694            ! t/op/override.t
2695 ____________________________________________________________________________
2696 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
2697         Log: In UNICOS division is really lossy, better use
2698              a tolerance test.
2699      Branch: perl
2700            ! ext/Time/HiRes/HiRes.t
2701 ____________________________________________________________________________
2702 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
2703         Log: In UNICOS sigaction() sets an extra flag
2704              ("the signal has been registered for all the processes in
2705              a multitasking group.")
2706      Branch: perl
2707            ! ext/POSIX/sigaction.t
2708 ____________________________________________________________________________
2709 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
2710         Log: Documentation micropatch from Damian.
2711      Branch: perl
2712            ! lib/Attribute/Handlers.pm
2713 ____________________________________________________________________________
2714 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
2715         Log: (Retracted by #11908)
2716              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
2717              From: Michael G Schwern <schwern@pobox.com>
2718              Date: Wed, 5 Sep 2001 15:58:21 -0400
2719              Message-ID: <20010905155821.I632@blackrider>
2720      Branch: perl
2721            ! lib/File/Find.pm lib/File/Find/taint.t
2722 ____________________________________________________________________________
2723 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
2724         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
2725              From: Michael G Schwern <schwern@pobox.com>
2726              Date: Wed, 5 Sep 2001 19:16:31 -0400
2727              Message-ID: <20010905191631.E11386@blackrider>
2728      Branch: perl
2729            + lib/CGI/t/carp.t
2730            ! MANIFEST
2731 ____________________________________________________________________________
2732 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
2733         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
2734              From: chromatic <chromatic@rmci.net>
2735              Date: Wed, 5 Sep 2001 18:08:07 -0600
2736              Message-Id: <01090518080700.19590@firewheel>
2737      Branch: perl
2738            ! lib/English.pm
2739 ____________________________________________________________________________
2740 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
2741         Log: Fix a typo #11889 and add a test for the same.
2742      Branch: perl
2743            ! ext/Socket/Socket.t ext/Socket/Socket.xs
2744 ____________________________________________________________________________
2745 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
2746         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
2747              From: "Craig A. Berry" <craigberry@mac.com>
2748              Date: Wed, 05 Sep 2001 17:48:54 -0500
2749              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
2750      Branch: perl
2751            ! lib/warnings.t t/run/kill_perl.t
2752 ____________________________________________________________________________
2753 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
2754         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
2755              From: Michael G Schwern <schwern@pobox.com>
2756              Date: Wed, 5 Sep 2001 17:22:25 -0400
2757              Message-ID: <20010905172225.C11386@blackrider>
2758      Branch: perl
2759            ! t/run/kill_perl.t
2760 ____________________________________________________________________________
2761 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
2762         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2763              From: Nicholas Clark <nick@ccl4.org>
2764              Date: Wed, 5 Sep 2001 20:54:24 +0100
2765              Message-ID: <20010905205424.C25120@plum.flirble.org>
2766      Branch: perl
2767            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
2768 ____________________________________________________________________________
2769 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
2770         Log: Forgotten thing.
2771      Branch: perl
2772            ! uconfig.h
2773 ____________________________________________________________________________
2774 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
2775         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
2776              From: chromatic <chromatic@rmci.net>               
2777              Date: Wed, 5 Sep 2001 13:22:08 -0600
2778              Message-Id: <01090513220807.10587@firewheel> 
2779      Branch: perl
2780            ! lib/English.pm
2781 ____________________________________________________________________________
2782 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
2783         Log: inet_ntoa() tweaks:
2784              - don't allow addresses with > 255 characters
2785              - indent the HP-UX workaround
2786              - don't leak memory
2787      Branch: perl
2788            ! ext/Socket/Socket.xs
2789 ____________________________________________________________________________
2790 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
2791         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
2792              <xwu@theeducationcenter.com>
2793      Branch: perl
2794            ! lib/File/Find.pm
2795 ____________________________________________________________________________
2796 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
2797         Log: Typo nits.
2798      Branch: perl
2799            ! lib/File/Find.pm
2800 ____________________________________________________________________________
2801 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
2802         Log: -Wall nit.
2803      Branch: perl
2804            ! op.c
2805 ____________________________________________________________________________
2806 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
2807         Log: Update to Scalar-List-Utils 1.05
2808      Branch: perl
2809            ! ext/List/Util/ChangeLog ext/List/Util/README
2810            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
2811 ____________________________________________________________________________
2812 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
2813         Log: Update Changes.
2814      Branch: perl
2815            ! Changes patchlevel.h
2816 ____________________________________________________________________________
2817 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
2818         Log: Update to Scalar-List-Utils 1.04
2819      Branch: perl
2820            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
2821            ! ext/List/Util/lib/List/Util.pm
2822            ! ext/List/Util/lib/Scalar/Util.pm
2823 ____________________________________________________________________________
2824 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
2825         Log: Metaconfigify #11724.
2826      Branch: metaconfig
2827            ! U/threads/archname.U
2828 ____________________________________________________________________________
2829 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
2830         Log: The MacOS reference is okay, no reason to hide it.
2831      Branch: perl
2832            ! lib/Cwd.pm
2833 ____________________________________________________________________________
2834 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
2835         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
2836              From: Michael G Schwern <schwern@pobox.com>
2837              Date: Tue, 4 Sep 2001 15:30:10 -0400
2838              Message-ID: <20010904153010.H26466@blackrider> 
2839              
2840              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
2841      Branch: perl
2842            ! ext/Cwd/Makefile.PL lib/Cwd.pm
2843 ____________________________________________________________________________
2844 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
2845         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.))
2846              From: Michael G Schwern <schwern@pobox.com>
2847              Date: Tue, 4 Sep 2001 17:39:13 -0400
2848              Message-ID: <20010904173913.C626@blackrider>
2849      Branch: perl
2850            ! lib/Cwd.pm
2851 ____________________________________________________________________________
2852 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
2853         Log: Subject: Re: Perl_pp_* in public API?
2854              From: "Craig A. Berry" <craigberry@mac.com>
2855              Date: Tue, 4 Sep 2001 21:51:29 -0500
2856              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
2857      Branch: perl
2858            ! ext/List/Util/Util.xs
2859 ____________________________________________________________________________
2860 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
2861         Log: From Damian: Class::Struct was unable to define
2862              recursive classes.  After the patch an object reference
2863              (rather than a hash) is required to initialize
2864              an object attribute.  If no such initializer is given to
2865              the constructor, object attributes are now default
2866              initialized to C<undef>.
2867      Branch: perl
2868            ! lib/Class/Struct.pm lib/Class/Struct.t
2869 ____________________________________________________________________________
2870 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
2871         Log: Subject: Re: sv_catpvfn and sv_setpvfn
2872              From: Richard Soderberg <rs@oregonnet.com>
2873              Date: Tue, 4 Sep 2001 15:16:47 -0700
2874              Message-Id: <200109042216.PAA17858@oregonnet.com>
2875      Branch: perl
2876            ! pod/perlclib.pod pod/perlguts.pod
2877 ____________________________________________________________________________
2878 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
2879         Log: NetWare updates from Ananth Kesari.
2880      Branch: perl
2881            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
2882            ! NetWare/nw5thread.h
2883 ____________________________________________________________________________
2884 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
2885         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?))
2886              From: Nicholas Clark <nick@ccl4.org>
2887              Date: Tue, 4 Sep 2001 22:42:50 +0100
2888              Message-ID: <20010904224250.P25120@plum.flirble.org>
2889      Branch: perl
2890            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
2891            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
2892            ! t/op/oct.t toke.c
2893 ____________________________________________________________________________
2894 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
2895         Log: Fix Cwd::getcwd() not being tainted, as noticed
2896              by Schwern.
2897      Branch: perl
2898            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
2899            - ext/Cwd/Cwd.t
2900            ! MANIFEST ext/Cwd/Cwd.xs util.c
2901 ____________________________________________________________________________
2902 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
2903         Log: Retract #11870 and volatilize the right destruct_level.
2904              Silly thinko pointed out by Sarathy.
2905      Branch: perl
2906            ! intrpvar.h perl.c
2907 ____________________________________________________________________________
2908 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
2909         Log: At least a temporary fix for the mysterious scope core dumps
2910              in Tru64 from Graham.
2911      Branch: perl
2912            ! ext/List/Util/Util.xs
2913 ____________________________________________________________________________
2914 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
2915         Log: (Retracted by #11872)
2916      Branch: perl
2917            ! intrpvar.h
2918 ____________________________________________________________________________
2919 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
2920         Log: Quench a -Wall gripe noticed by Robin Barker.
2921      Branch: perl
2922            ! op.c
2923 ____________________________________________________________________________
2924 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
2925         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
2926              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2927              Date: Wed, 05 Sep 2001 02:01:32 +0900
2928              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
2929      Branch: perl
2930            ! lib/Unicode/UCD.pm
2931 ____________________________________________________________________________
2932 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
2933         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
2934              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2935              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
2936              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
2937      Branch: perl
2938            ! gv.c
2939 ____________________________________________________________________________
2940 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
2941         Log: Update Changes.
2942      Branch: perl
2943            ! Changes patchlevel.h
2944 ____________________________________________________________________________
2945 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
2946         Log: Add the \[$@%&*] prototype support.
2947      Branch: perl
2948            ! op.c pod/perlsub.pod t/comp/proto.t
2949 ____________________________________________________________________________
2950 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
2951         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
2952              From: Michael G Schwern <schwern@pobox.com>
2953              Date: Mon, 3 Sep 2001 18:59:01 -0400
2954              Message-ID: <20010903185901.Z9233@blackrider>
2955      Branch: perl
2956            ! lib/CGI/t/form.t
2957 ____________________________________________________________________________
2958 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
2959         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
2960              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2961              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
2962              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
2963      Branch: perl
2964            ! gv.c
2965 ____________________________________________________________________________
2966 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
2967         Log: More srand entry tweakage based on Randal's suggestion.
2968      Branch: perl
2969            ! pod/perlfunc.pod
2970 ____________________________________________________________________________
2971 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
2972         Log: Subject: [PATCH] 'main' *is* a reserved word
2973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2974              Date: Mon, 3 Sep 2001 22:55:41 +0200
2975              Message-ID: <20010903225541.A24097@rafael>
2976      Branch: perl
2977            ! toke.c
2978 ____________________________________________________________________________
2979 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
2980         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
2981              From: Peter Prymmer <pvhp@best.com>
2982              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
2983              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
2984      Branch: perl
2985            ! README.vms configure.com
2986 ____________________________________________________________________________
2987 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
2988         Log: Subject: Re: A slightly better default seed?   
2989              From: Michael G Schwern <schwern@pobox.com>
2990              Date: Mon, 3 Sep 2001 18:08:15 -0400 
2991              Message-ID: <20010903180815.W9233@blackrider>
2992      Branch: perl
2993            ! t/op/srand.t
2994 ____________________________________________________________________________
2995 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
2996         Log: Add sharedsv.o to microperl object files.
2997      Branch: perl
2998            ! Makefile.micro
2999 ____________________________________________________________________________
3000 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
3001         Log: AUTHORS updates and
3002              
3003              Subject: [PATCH] Just some preening :-)        
3004              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3005              Date: Tue, 4 Sep 2001 14:16:59 +0100
3006              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
3007      Branch: perl
3008            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
3009 ____________________________________________________________________________
3010 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
3011         Log: Typo fix and slight rewording.
3012      Branch: perl
3013            ! pod/perlfunc.pod
3014 ____________________________________________________________________________
3015 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
3016         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
3017      Branch: perl
3018            ! pod/perlfaq4.pod
3019 ____________________________________________________________________________
3020 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
3021         Log: The helper file changed name.
3022      Branch: perl
3023            ! MANIFEST
3024 ____________________________________________________________________________
3025 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
3026         Log: Update to Scalar-List-Utils 1.03
3027      Branch: perl
3028            + ext/List/Util/t/shuffle.t
3029            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
3030            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
3031            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
3032            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
3033            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
3034            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
3035            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
3036            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
3037 ____________________________________________________________________________
3038 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
3039         Log: Make crypt() do something more sane for Unicode
3040              (take crypt() of the low eight bits of the characters,
3041              instead of taking crypt() of the UTF-8 of the scalar);
3042              add a test for crypt().
3043      Branch: perl
3044            + t/op/crypt.t
3045            ! MANIFEST pod/perlfunc.pod pp.c
3046 ____________________________________________________________________________
3047 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
3048         Log: Reorganize the srand entry.
3049      Branch: perl
3050            ! pod/perlfunc.pod
3051 ____________________________________________________________________________
3052 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
3053         Log: Remove the tests that assume something about
3054              calling srand() without arguments multiple times.
3055      Branch: perl
3056            ! t/op/srand.t
3057 ____________________________________________________________________________
3058 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
3059         Log: Upgrade to Math::BigInt 1.42.
3060      Branch: perl
3061            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3062            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3063            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3064            ! lib/Math/BigInt/t/mbimbf.t
3065 ____________________________________________________________________________
3066 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
3067         Log: integrate change#11847 from maint-5.6
3068              
3069              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3070      Branch: perl
3071            ! sv.c
3072 ____________________________________________________________________________
3073 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
3074         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3075      Branch: maint-5.6/perl
3076            ! sv.c
3077 ____________________________________________________________________________
3078 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
3079         Log: As far as I can tell these functions have been Unicodified.
3080      Branch: perl
3081            ! doop.c
3082 ____________________________________________________________________________
3083 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
3084         Log: Update to Storable 1.0.13.
3085      Branch: perl
3086            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3087            ! ext/Storable/Storable.xs
3088 ____________________________________________________________________________
3089 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
3090         Log: Patch the Filter::Simple test to work with
3091              the core test suite (since the FilterTest.pm
3092              is in t/lib, not in lib).
3093      Branch: perl
3094            ! lib/Filter/Simple/t/filter.t
3095 ____________________________________________________________________________
3096 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
3097         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
3098      Branch: perl
3099            + t/lib/FilterTest.pm
3100            - t/lib/MyFilter.pm
3101 ____________________________________________________________________________
3102 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
3103         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
3104              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
3105              Text::Balanced 1.86.
3106      Branch: perl
3107            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
3108            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
3109            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
3110            + lib/Switch/t/nested.t lib/Switch/t/switch.t
3111            + lib/Text/Balanced/Changes lib/Text/Balanced/README
3112            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
3113            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
3114            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
3115            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
3116            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
3117            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
3118            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
3119            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
3120            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
3121            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
3122            ! MANIFEST lib/Attribute/Handlers.pm
3123            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3124            ! lib/Attribute/Handlers/demo/Demo.pm
3125            ! lib/Attribute/Handlers/demo/Descriptions.pm
3126            ! lib/Attribute/Handlers/demo/MyClass.pm
3127            ! lib/Attribute/Handlers/demo/demo.pl
3128            ! lib/Attribute/Handlers/demo/demo2.pl
3129            ! lib/Attribute/Handlers/demo/demo3.pl
3130            ! lib/Attribute/Handlers/demo/demo4.pl
3131            ! lib/Attribute/Handlers/demo/demo_call.pl
3132            ! lib/Attribute/Handlers/demo/demo_chain.pl
3133            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3134            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3135            ! lib/Attribute/Handlers/demo/demo_phases.pl
3136            ! lib/Attribute/Handlers/demo/demo_range.pl
3137            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
3138            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
3139            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3140            ! lib/Text/Balanced.pm
3141 ____________________________________________________________________________
3142 [ 11841] By: sky                                   on 2001/09/03  11:04:15
3143         Log: Forgot to add a file with Change #11840
3144      Branch: perl
3145            + t/op/srand.t
3146 ____________________________________________________________________________
3147 [ 11840] By: sky                                   on 2001/09/03  11:02:04
3148         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
3149              From: Michael G Schwern <schwern@pobox.com>
3150              Date: Mon, 3 Sep 2001 07:43:00 -0400
3151              Message-ID: <20010903074300.E9233@blackrider>
3152      Branch: perl
3153            ! MANIFEST pod/perlfunc.pod t/op/rand.t
3154 ____________________________________________________________________________
3155 [ 11839] By: sky                                   on 2001/09/03  10:47:11
3156         Log: Document the changes with regards to running of END blocks.
3157              And DESTROY on global objects are called in perl_destruct()!
3158      Branch: perl
3159            ! pod/perl572delta.pod pod/perlembed.pod
3160 ____________________________________________________________________________
3161 [ 11838] By: sky                                   on 2001/09/03  09:34:44
3162         Log: Subject: [PATCH t/op/time.t] Partial cleanup
3163              From: Michael G Schwern <schwern@pobox.com>
3164              Date: Mon, 3 Sep 2001 06:29:42 -0400
3165              Message-ID: <20010903062942.C9233@blackrider>
3166      Branch: perl
3167            ! t/op/time.t
3168 ____________________________________________________________________________
3169 [ 11837] By: sky                                   on 2001/09/03  09:30:02
3170         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
3171              From: Michael G Schwern <schwern@pobox.com>
3172              Date: Mon, 3 Sep 2001 06:24:13 -0400
3173              Message-ID: <20010903062413.B9233@blackrider>
3174      Branch: perl
3175            ! t/op/rand.t
3176 ____________________________________________________________________________
3177 [ 11836] By: sky                                   on 2001/09/03  07:56:47
3178         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
3179              From: Michael G Schwern <schwern@pobox.com>
3180              Date: Sun, 2 Sep 2001 21:38:43 -0400
3181              Message-ID: <20010902213843.L2711@blackrider>
3182      Branch: perl
3183            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
3184            ! MANIFEST
3185 ____________________________________________________________________________
3186 [ 11835] By: nick                                  on 2001/09/03  06:20:06
3187         Log: Integrate mainline
3188      Branch: perlio
3189           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
3190            - t/op/misc.t
3191           !> (integrate 187 files)
3192 ____________________________________________________________________________
3193 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
3194         Log: Update Changes.
3195      Branch: perl
3196            ! Changes patchlevel.h
3197 ____________________________________________________________________________
3198 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
3199         Log: Slight tweaks.
3200      Branch: perl
3201            ! t/run/kill_perl.t
3202 ____________________________________________________________________________
3203 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
3204         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
3205      Branch: perl
3206            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3207 ____________________________________________________________________________
3208 [ 11831] By: sky                                   on 2001/09/02  12:10:42
3209         Log: Change #11828 wasn't complete, this updates to intest path
3210      Branch: perl
3211            ! t/run/kill_perl.t
3212 ____________________________________________________________________________
3213 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
3214         Log: 's's's.
3215      Branch: perl
3216            ! Changes
3217 ____________________________________________________________________________
3218 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
3219         Log: Update Changes.
3220      Branch: perl
3221            ! Changes patchlevel.h
3222 ____________________________________________________________________________
3223 [ 11828] By: sky                                   on 2001/09/02  11:53:56
3224         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
3225              From: Michael G Schwern <schwern@pobox.com>
3226              Date: Sat, 1 Sep 2001 20:18:58 -0400
3227              Message-ID: <20010901201858.X606@blackrider>
3228              +MANIFEST Fix
3229      Branch: perl
3230            + t/run/kill_perl.t
3231            - t/op/misc.t t/run/segfault.t
3232            ! MANIFEST
3233 ____________________________________________________________________________
3234 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
3235         Log: Subject: [PATCH] lib/Time/Local.pm
3236              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3237              Date: Sun, 2 Sep 2001 06:50:01 -0500
3238              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
3239      Branch: perl
3240            ! lib/Time/Local.pm
3241 ____________________________________________________________________________
3242 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
3243         Log: Tick off Unicode collation and the normalization from
3244              the todo list.
3245      Branch: perl
3246            ! pod/perltodo.pod
3247 ____________________________________________________________________________
3248 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
3249         Log: Update to Unicode 3.1.1.
3250      Branch: perl
3251            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
3252            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
3253            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
3254            ! lib/unicore/PropList.txt lib/unicore/README.perl
3255            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
3256            ! lib/unicore/rename lib/unicore/version
3257 ____________________________________________________________________________
3258 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
3259         Log: Slight doc tweaks for the module.
3260      Branch: perl
3261            ! lib/Unicode/UCD.pm
3262 ____________________________________________________________________________
3263 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
3264         Log: Rename the variable: it *used* to be (wrongly) that the
3265              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
3266              but that is no more the case: PL_reg_match_utf8 is better.
3267      Branch: perl
3268            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
3269            ! regexec.c sv.c thrdvar.h
3270 ____________________________________________________________________________
3271 [ 11822] By: ams                                   on 2001/09/02  02:54:50
3272         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
3273              From: Ilmari Karonen <iltzu@sci.fi>
3274              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
3275              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
3276              (op/sub_lval.t updated to take new error message into account.)
3277      Branch: perl
3278            ! op.c t/op/sub_lval.t
3279 ____________________________________________________________________________
3280 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
3281         Log: remove stray CRs in files; keep all files with UNIX line-ends
3282              (Porting/makerel adds CRs to the files that need it in the
3283              distribution)
3284      Branch: perl
3285            ! NetWare/t/NWScripts.pl README.dos
3286            ! ext/Encode/Encode/cns11643-1.enc
3287            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
3288            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3289 ____________________________________________________________________________
3290 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
3291         Log: some remnants of change#11803
3292      Branch: perl
3293            ! ext/ByteLoader/byterun.h perl.h
3294 ____________________________________________________________________________
3295 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
3296         Log: Update to Unicode::Collate 0.08.
3297      Branch: perl
3298            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3299            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3300 ____________________________________________________________________________
3301 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
3302         Log: Test tweaks.
3303      Branch: perl
3304            ! t/op/pat.t
3305 ____________________________________________________________________________
3306 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
3307         Log: Fix test
3308      Branch: maint-5.6/macperl
3309            ! t/lib/b.t
3310 ____________________________________________________________________________
3311 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
3312         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
3313              warnings in Config.pm with -W; increase default and
3314              minimum RAM; bump version number.
3315      Branch: maint-5.6/macperl
3316            + macos/lib/Mac/LowMem.pm
3317            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
3318            ! macos/configpm macos/macperl/MacPerl.r
3319 ____________________________________________________________________________
3320 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
3321         Log: Make syntax check report in MPW style, fix tests
3322              to use Mac::err=unix to get normal-style error
3323              messages.
3324      Branch: maint-5.6/macperl
3325            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
3326            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
3327 ____________________________________________________________________________
3328 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
3329         Log: Make MPW-style errors optional (but the default); add
3330              MacPerl::ErrorFormat() function and Mac::err pragma
3331      Branch: maint-5.6/macperl
3332            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
3333            + macos/ext/Mac/err/err.xs
3334            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
3335            ! macos/macish.c macos/macish.h macos/macperl.sym
3336 ____________________________________________________________________________
3337 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
3338         Log: More module and test ports from Thomas Wegner et al
3339      Branch: maint-5.6/macperl
3340            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3341            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
3342            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
3343            ! t/op/magic.t
3344 ____________________________________________________________________________
3345 [ 11812] By: sky                                   on 2001/09/01  17:19:30
3346         Log: Subject: [PATCH t/op/concat.t] cleanup
3347              From: Michael G Schwern <schwern@pobox.com>
3348              Date: Sat, 1 Sep 2001 14:06:28 -0400
3349              Message-ID: <20010901140628.C606@blackrider>
3350      Branch: perl
3351            ! t/op/concat.t
3352 ____________________________________________________________________________
3353 [ 11811] By: sky                                   on 2001/09/01  12:25:29
3354         Log: Change #11805 didn't update the MANIFEST
3355      Branch: perl
3356            ! MANIFEST
3357 ____________________________________________________________________________
3358 [ 11810] By: sky                                   on 2001/09/01  11:52:44
3359         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
3360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3361              Date: Sat, 1 Sep 2001 14:50:14 +0200
3362              Message-ID: <20010901145014.A691@rafael>
3363      Branch: perl
3364            ! t/op/inccode.t
3365 ____________________________________________________________________________
3366 [ 11809] By: sky                                   on 2001/09/01  11:49:22
3367         Log: Subject: PATCH: ExtUtils::MakeMaker
3368              From: Tony Bowden <tony@kasei.com>
3369              Date: Sat, 1 Sep 2001 10:33:53 +0100
3370              Message-ID: <20010901103353.A13863@soto.kasei.com>
3371              Manually applied
3372      Branch: perl
3373            ! lib/ExtUtils/MakeMaker.pm
3374 ____________________________________________________________________________
3375 [ 11808] By: sky                                   on 2001/09/01  11:39:13
3376         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
3377              From: mike808@users.sourceforge.net
3378              Date: Sat, 1 Sep 101 11:27:50 GMT
3379              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
3380              With little tweak
3381      Branch: perl
3382            ! lib/Term/Cap.pm
3383 ____________________________________________________________________________
3384 [ 11807] By: ams                                   on 2001/09/01  11:31:16
3385         Log: Subject: oct() and hex()
3386              From: Nicholas Clark <nick@ccl4.org>
3387              Date: Fri, 31 Aug 2001 23:14:13 +0100
3388              Message-Id: <20010831231413.J4950@plum.flirble.org>
3389      Branch: perl
3390            ! pod/perlclib.pod
3391 ____________________________________________________________________________
3392 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
3393         Log: Integrate change 11801 from maintperl
3394      Branch: maint-5.6/macperl
3395            ! perl.c
3396 ____________________________________________________________________________
3397 [ 11805] By: sky                                   on 2001/08/31  21:35:10
3398         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
3399              From: Michael G Schwern <schwern@pobox.com>
3400              Date: Fri, 31 Aug 2001 15:36:28 -0400
3401              Message-ID: <20010831153628.B598@blackrider>
3402              Check for things which used to segfault
3403      Branch: perl
3404            + t/run/segfault.t
3405 ____________________________________________________________________________
3406 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
3407         Log: integrate change#11801 from maint-5.6
3408              
3409              remove age-old UNICOS "workaround" that introduces a static, and
3410              hence an egregious race condition for threaded builds (*sigh*
3411              beats me why this kludge wasn't guarded by a UNICOS-specific
3412              #define *sigh*)
3413      Branch: perl
3414            ! perl.c
3415 ____________________________________________________________________________
3416 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
3417         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
3418              working in 5.7.x
3419      Branch: perl
3420            - objXSUB.h
3421            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
3422            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
3423            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
3424            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
3425            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
3426            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
3427            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
3428            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3429            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
3430            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
3431            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3432            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3433            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
3434            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
3435            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
3436            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
3437            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
3438            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
3439            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
3440            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
3441            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
3442            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
3443 ____________________________________________________________________________
3444 [ 11802] By: ams                                   on 2001/08/31  18:11:32
3445         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
3446              From: "Philip Newton" <Philip.Newton@gmx.net>
3447              Date: Fri, 31 Aug 2001 21:12:56 +0200
3448              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
3449      Branch: perl
3450            ! pod/perldiag.pod
3451 ____________________________________________________________________________
3452 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
3453         Log: remove age-old UNICOS "workaround" that introduces a static, and
3454              hence an egregious race condition for threaded builds (*sigh*
3455              beats me why this kludge wasn't guarded by a UNICOS-specific
3456              #define *sigh*)
3457      Branch: maint-5.6/perl
3458            ! perl.c
3459 ____________________________________________________________________________
3460 [ 11800] By: sky                                   on 2001/08/31  17:30:26
3461         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
3462              Might break on platforms where bool is larger than 8 bites ???
3463      Branch: perl
3464            ! regcomp.c
3465 ____________________________________________________________________________
3466 [ 11799] By: ams                                   on 2001/08/31  12:15:44
3467         Log: Integrate 11778 into mainline.
3468      Branch: perl
3469            ! t/base/term.t
3470 ____________________________________________________________________________
3471 [ 11798] By: sky                                   on 2001/08/31  11:31:44
3472         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
3473              supposed to happen.
3474      Branch: perl
3475            ! regcomp.c
3476 ____________________________________________________________________________
3477 [ 11797] By: sky                                   on 2001/08/31  11:28:17
3478         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
3479              From: "John P. Linderman" <jpl@research.att.com>
3480              Date: Fri, 31 Aug 2001 08:20:35 -0400
3481              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
3482              Fixes test 14 which could fail randomly in rare cases.
3483      Branch: perl
3484            ! ext/Time/HiRes/HiRes.t regcomp.c
3485 ____________________________________________________________________________
3486 [ 11796] By: ams                                   on 2001/08/31  01:13:07
3487         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
3488              From: Nicholas Clark <nick@ccl4.org>
3489              Date: Thu, 30 Aug 2001 23:21:50 +0100
3490              Message-Id: <20010830232150.D4950@plum.flirble.org>
3491      Branch: perl
3492            ! ext/Sys/Syslog/Makefile.PL
3493 ____________________________________________________________________________
3494 [ 11795] By: ams                                   on 2001/08/30  23:53:23
3495         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
3496              patching example
3497              From: Michael G Schwern <schwern@pobox.com>
3498              Date: Thu, 30 Aug 2001 17:02:08 -0400
3499              Message-Id: <20010830170208.M2318@blackrider>
3500      Branch: perl
3501            ! pod/perlhack.pod
3502 ____________________________________________________________________________
3503 [ 11794] By: ams                                   on 2001/08/30  19:35:36
3504         Log: Subject: [PATCH] pp_modulo
3505              From: Nicholas Clark <nick@ccl4.org>
3506              Date: Thu, 30 Aug 2001 18:20:54 +0100
3507              Message-Id: <20010830182053.A4950@plum.flirble.org>
3508      Branch: perl
3509            ! pp.c t/op/64bitint.t
3510 ____________________________________________________________________________
3511 [ 11793] By: sky                                   on 2001/08/30  13:02:48
3512         Log: 11792 wasn't complete
3513      Branch: perl
3514            ! makedef.pl regcomp.c
3515 ____________________________________________________________________________
3516 [ 11792] By: sky                                   on 2001/08/30  12:21:11
3517         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
3518      Branch: perl
3519            ! makedef.pl
3520 ____________________________________________________________________________
3521 [ 11791] By: sky                                   on 2001/08/30  10:08:02
3522         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
3523      Branch: perl
3524            ! config_h.SH
3525 ____________________________________________________________________________
3526 [ 11790] By: sky                                   on 2001/08/30  08:22:31
3527         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
3528              on the pad. Fixes coredumps in cleanups introduced by
3529              Change 11755  
3530      Branch: perl
3531            ! op.c perl.c sv.h
3532 ____________________________________________________________________________
3533 [ 11789] By: sky                                   on 2001/08/29  19:01:47
3534         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
3535              This is a replacement implmentation that works on HPUX.
3536              This bug should probably be fixed in GCC.
3537      Branch: perl
3538            ! ext/Socket/Socket.xs
3539 ____________________________________________________________________________
3540 [ 11788] By: ams                                   on 2001/08/29  17:35:33
3541         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
3542              From: Nicholas Clark <nick@ccl4.org>
3543              Date: Wed, 29 Aug 2001 18:21:56 +0100
3544              Message-Id: <20010829182156.O4950@plum.flirble.org>
3545      Branch: perl
3546            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
3547 ____________________________________________________________________________
3548 [ 11787] By: sky                                   on 2001/08/29  10:42:54
3549         Log: Added test for pack_addr_in and unpack_addr_in
3550              Nitpik in test 10
3551      Branch: perl
3552            ! ext/Socket/Socket.t
3553 ____________________________________________________________________________
3554 [ 11786] By: sky                                   on 2001/08/29  10:28:14
3555         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
3556              Trying to catch errors on HP-UX
3557      Branch: perl
3558            ! ext/Socket/Socket.t
3559 ____________________________________________________________________________
3560 [ 11785] By: sky                                   on 2001/08/29  09:07:03
3561         Log: make sure USE_THREADS is defined so external apps work
3562      Branch: perl
3563            ! config_h.SH
3564 ____________________________________________________________________________
3565 [ 11784] By: sky                                   on 2001/08/29  08:06:12
3566         Log: Subject: Re: The hitlist of untested modules.
3567              From: Jonathan Stowe <gellyfish@gellyfish.com>
3568              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
3569              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
3570              Start of tests for Shell.pm (make Schwern poorer!)
3571      Branch: perl
3572            + lib/Shell.t
3573            ! MANIFEST
3574 ____________________________________________________________________________
3575 [ 11783] By: sky                                   on 2001/08/29  07:37:50
3576         Log: END{} can change the return value even if we die from BEGIN{}
3577      Branch: perl
3578            ! miniperlmain.c
3579 ____________________________________________________________________________
3580 [ 11782] By: ams                                   on 2001/08/29  06:32:17
3581         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
3582              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3583              Date: Wed, 29 Aug 2001 09:18:17 +0200
3584              Message-Id: <20010829091817.A4453@rafael>
3585      Branch: perl
3586            ! t/op/inccode.t
3587 ____________________________________________________________________________
3588 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
3589         Log: Delete xsubpp.patch, as full copy exists now
3590      Branch: maint-5.6/macperl
3591            - macos/xsubpp.patch
3592 ____________________________________________________________________________
3593 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
3594         Log: Add Changes file
3595      Branch: maint-5.6/macperl
3596            + macos/Changes
3597 ____________________________________________________________________________
3598 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
3599         Log: Add Mac version of xsubpp as separate file
3600      Branch: maint-5.6/macperl
3601            + macos/xsubpp
3602            ! macos/Makefile.mk
3603 ____________________________________________________________________________
3604 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
3605         Log: Fix open of /dev/null for Mac OS
3606      Branch: maint-5.6/macperl
3607            ! t/base/term.t
3608 ____________________________________________________________________________
3609 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
3610         Log: Various patches: enable more tests; skip CVS in PerlInstall;
3611              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
3612      Branch: maint-5.6/macperl
3613            ! macos/MacPerlTests.cmd macos/PerlInstall
3614            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
3615 ____________________________________________________________________________
3616 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
3617         Log: Allow for platforms to override formatting of errors
3618              on output from Matthias Neeracher (Mac files)
3619      Branch: maint-5.6/macperl
3620            ! macos/macish.c macos/macish.h
3621 ____________________________________________________________________________
3622 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
3623         Log: Allow for platforms to override formatting of errors
3624              on output from Matthias Neeracher (core files)
3625      Branch: maint-5.6/macperl
3626            ! perl.h pp_ctl.c util.c
3627 ____________________________________________________________________________
3628 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
3629         Log: Add some param checking, from reports by Kevin Reid.
3630      Branch: maint-5.6/macperl
3631            ! macos/ext/Mac/Controls/Controls.pm
3632            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
3633 ____________________________________________________________________________
3634 [ 11773] By: ams                                   on 2001/08/28  23:54:57
3635         Log: Subject: [PATCH] make coretest
3636              From: Paul Johnson <paul@pjcj.net>
3637              Date: Wed, 29 Aug 2001 00:11:38 +0200
3638              Message-Id: <20010829001138.B12169@pjcj.net>
3639              (Applied without the change to perlhack.pod. This should
3640              probably stay undocumented.)
3641      Branch: perl
3642            ! Makefile.SH t/TEST
3643 ____________________________________________________________________________
3644 [ 11772] By: sky                                   on 2001/08/28  13:01:20
3645         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
3646              From: Michael G Schwern <schwern@pobox.com>
3647              Date: Tue, 28 Aug 2001 09:57:39 -0400
3648              Message-ID: <20010828095738.E17775@blackrider>
3649      Branch: perl
3650            ! pod/perlhack.pod t/op/pack.t
3651 ____________________________________________________________________________
3652 [ 11771] By: sky                                   on 2001/08/28  11:20:13
3653         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
3654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3655              Date: Tue, 28 Aug 2001 14:23:43 +0200
3656              Message-ID: <20010828142343.A19299@rafael>
3657      Branch: perl
3658            ! pod/perlvar.pod pp_ctl.c
3659 ____________________________________________________________________________
3660 [ 11770] By: ams                                   on 2001/08/28  10:13:21
3661         Log: Subject: [PATCH] odd typo in op.h
3662              From: Nicholas Clark <nick@ccl4.org>
3663              Date: Tue, 28 Aug 2001 12:10:26 +0100
3664              Message-Id: <20010828121026.V4950@plum.flirble.org>
3665      Branch: perl
3666            ! op.h
3667 ____________________________________________________________________________
3668 [ 11769] By: sky                                   on 2001/08/28  08:09:16
3669         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
3670              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
3671              Date: Tue, 28 Aug 2001 02:22:20 +0300
3672              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
3673      Branch: perl
3674            ! ext/B/B/Lint.pm
3675 ____________________________________________________________________________
3676 [ 11768] By: ams                                   on 2001/08/28  00:47:35
3677         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
3678              From: Michael G Schwern <schwern@pobox.com>
3679              Date: Mon, 27 Aug 2001 21:24:44 -0400
3680              Message-Id: <20010827212444.F12582@blackrider>
3681      Branch: perl
3682            ! pod/perlhack.pod t/op/pack.t
3683 ____________________________________________________________________________
3684 [ 11767] By: ams                                   on 2001/08/27  23:59:48
3685         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
3686              From: Michael G Schwern <schwern@pobox.com>
3687              Date: Mon, 27 Aug 2001 20:12:29 -0400
3688              Message-Id: <20010827201229.D12582@blackrider>
3689      Branch: perl
3690            ! pod/perlhack.pod t/op/pack.t
3691 ____________________________________________________________________________
3692 [ 11766] By: ams                                   on 2001/08/27  23:39:40
3693         Log: Update Changes.
3694      Branch: perl
3695            ! Changes
3696 ____________________________________________________________________________
3697 [ 11765] By: ams                                   on 2001/08/27  22:53:10
3698         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
3699              From: Michael G Schwern <schwern@pobox.com>
3700              Date: Mon, 27 Aug 2001 19:47:30 -0400
3701              Message-Id: <20010827194730.C12582@blackrider>
3702      Branch: perl
3703            ! t/op/inccode.t
3704 ____________________________________________________________________________
3705 [ 11764] By: ams                                   on 2001/08/27  22:46:21
3706         Log: Subject: [PATCH] new tests for the coderef-in-@INC
3707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3708              Date: Mon, 27 Aug 2001 22:36:27 +0200
3709              Message-Id: <20010827223627.C690@rafael>
3710              
3711              Subject: Re: [PATCH] new tests for the coderef-in-@INC
3712              From: Nicholas Clark <nick@ccl4.org>
3713              Date: Tue, 28 Aug 2001 00:02:46 +0100
3714              Message-Id: <20010828000245.R4950@plum.flirble.org>
3715      Branch: perl
3716            + t/op/inccode.t
3717            ! MANIFEST
3718 ____________________________________________________________________________
3719 [ 11763] By: ams                                   on 2001/08/27  22:41:09
3720         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
3721              bleadperl on fire, Win95+4NT)
3722              From: Michael G Schwern <schwern@pobox.com>
3723              Date: Mon, 27 Aug 2001 16:54:42 -0400
3724              Message-Id: <20010827165442.F9436@blackrider>
3725      Branch: perl
3726            ! lib/warnings.t
3727 ____________________________________________________________________________
3728 [ 11762] By: sky                                   on 2001/08/27  19:19:17
3729         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
3730              avaible at compile time. This broke the compilation of 
3731              Net/Ping.pm
3732      Branch: perl
3733            ! lib/Net/Ping.pm
3734 ____________________________________________________________________________
3735 [ 11761] By: sky                                   on 2001/08/27  18:34:48
3736         Log: Removed tripple definitions of CUSTOM_OP functions.
3737      Branch: perl
3738            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3739 ____________________________________________________________________________
3740 [ 11760] By: sky                                   on 2001/08/27  18:21:27
3741         Log: Regen headers
3742      Branch: perl
3743            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
3744            ! perlapi.h proto.h
3745 ____________________________________________________________________________
3746 [ 11759] By: ams                                   on 2001/08/27  16:31:53
3747         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
3748              From: "chromatic" <chromatic@rmci.net>
3749              Date: Mon, 27 Aug 2001 11:17:09 -0600
3750              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
3751      Branch: perl
3752            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
3753 ____________________________________________________________________________
3754 [ 11758] By: sky                                   on 2001/08/27  15:16:42
3755         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
3756              Thanks to H. Merijn Brand for the patch.
3757              Some of the comments and or guards might be removable in perl.h now.
3758      Branch: perl
3759            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
3760            ! Porting/Glossary Porting/config_H README.threads config_h.SH
3761            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
3762            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
3763            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
3764            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
3765            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
3766            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
3767            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
3768            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
3769            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
3770            ! win32/config_H.vc win32/perllib.c win32/win32.h
3771            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
3772            ! wince/config.h wince/config_H.ce wince/win32.h
3773            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
3774 ____________________________________________________________________________
3775 [ 11757] By: sky                                   on 2001/08/27  13:39:16
3776         Log: Subject: GNU ld parses arguments different
3777              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3778              Date: Mon, 27 Aug 2001 16:25:51 +0200
3779              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
3780      Branch: perl
3781            ! hints/hpux.sh
3782 ____________________________________________________________________________
3783 [ 11756] By: sky                                   on 2001/08/27  13:18:45
3784         Log: Subject: Custom Ops
3785              From: Simon Cozens <simon@netthink.co.uk>
3786              Date: Sat, 25 Aug 2001 17:45:09 +0100
3787              Message-ID: <20010825174509.A5752@netthink.co.uk>
3788              I also added a fix to Opcode.pm to quite test cases.
3789      Branch: perl
3790            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
3791            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
3792 ____________________________________________________________________________
3793 [ 11755] By: sky                                   on 2001/08/27  05:37:17
3794         Log: Plugs a memory leak on destruction of regular expressions
3795              introcued by #11274.
3796              PL_regex_padav now has an AV as it's first entry with a list
3797              of freed regex_padav slots that it will reuse on creating
3798              new PMOPs.
3799      Branch: perl
3800            ! op.c perl.c
3801 ____________________________________________________________________________
3802 [ 11754] By: ams                                   on 2001/08/26  14:38:52
3803         Log: Subject: [PATCH] t/io/binmode.t
3804              From: Nicholas Clark <nick@ccl4.org>
3805              Date: Sun, 26 Aug 2001 12:03:05 +0100
3806              Message-Id: <20010826120305.C4950@plum.flirble.org>
3807              
3808              (Also a nitpick in #11752 to t/op/universal.t)
3809      Branch: perl
3810            ! t/io/binmode.t t/op/universal.t
3811 ____________________________________________________________________________
3812 [ 11753] By: ams                                   on 2001/08/26  08:19:34
3813         Log: Subject: [PATCH] op/universal.t failing
3814              From: Nicholas Clark <nick@ccl4.org>
3815              Date: Sun, 26 Aug 2001 09:48:22 +0100
3816              Message-Id: <20010826094822.B4950@plum.flirble.org>
3817      Branch: perl
3818            ! t/op/universal.t
3819 ____________________________________________________________________________
3820 [ 11752] By: ams                                   on 2001/08/25  22:46:13
3821         Log: Subject: Re: 'can' with undefined subs
3822              From: Tony Bowden <tony@kasei.com>
3823              Date: Sat, 25 Aug 2001 14:58:17 +0100
3824              Message-Id: <20010825145817.A11788@soto.kasei.com>
3825              (Applied with minor modifications.)
3826      Branch: perl
3827            ! t/op/universal.t
3828 ____________________________________________________________________________
3829 [ 11751] By: ams                                   on 2001/08/25  18:28:43
3830         Log: Subject: Re: 'can' with undefined subs
3831              From: Tony Bowden <tony@kasei.com>
3832              Date: Sat, 25 Aug 2001 15:13:14 +0100
3833              Message-Id: <20010825151314.B11788@soto.kasei.com>
3834      Branch: perl
3835            ! lib/UNIVERSAL.pm
3836 ____________________________________________________________________________
3837 [ 11750] By: nick                                  on 2001/08/25  15:24:15
3838         Log: Integrate mainline
3839      Branch: perlio
3840           +> t/io/binmode.t
3841           !> (integrate 26 files)
3842 ____________________________________________________________________________
3843 [ 11749] By: nick                                  on 2001/08/25  14:55:41
3844         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
3845              From:  John Peacock <jpeacock@rowman.com>
3846              Date:  Wed, 22 Aug 2001 12:05:28 -0400
3847              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
3848      Branch: perl
3849            ! pod/perlhack.pod
3850 ____________________________________________________________________________
3851 [ 11748] By: nick                                  on 2001/08/25  14:53:04
3852         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
3853              From:  Michael G Schwern <schwern@pobox.com>
3854              Date:  Wed, 22 Aug 2001 19:22:45 -0400
3855              Message-Id:  <20010822192245.U619@blackrider>
3856      Branch: perl
3857            ! MANIFEST
3858 ____________________________________________________________________________
3859 [ 11747] By: nick                                  on 2001/08/25  14:52:33
3860         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
3861              From:  Nicholas Clark <nick@ccl4.org>
3862              Date:  Wed, 22 Aug 2001 23:29:06 +0100
3863              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
3864      Branch: perl
3865            + t/io/binmode.t
3866            ! perlio.c pod/perlfunc.pod
3867 ____________________________________________________________________________
3868 [ 11744] By: nick                                  on 2001/08/25  14:37:33
3869         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
3870              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3871              Date:  Fri, 24 Aug 2001 22:10:42 +0200
3872              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
3873      Branch: perl
3874            ! x2p/a2py.c x2p/walk.c
3875 ____________________________________________________________________________
3876 [ 11743] By: nick                                  on 2001/08/25  14:32:47
3877         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
3878              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3879              Date:  Fri, 24 Aug 2001 23:34:13 +0200
3880              Message-Id:  <20010824233413.A1285@rafael>
3881      Branch: perl
3882            ! pod/perlfunc.pod pod/perlvar.pod
3883 ____________________________________________________________________________
3884 [ 11742] By: ams                                   on 2001/08/25  13:16:02
3885         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
3886              From: Nicholas Clark <nick@ccl4.org>
3887              Date: Sat, 25 Aug 2001 14:50:07 +0100
3888              Message-Id: <20010825145007.L41464@plum.flirble.org>
3889      Branch: perl
3890            ! pp_ctl.c
3891 ____________________________________________________________________________
3892 [ 11741] By: nick                                  on 2001/08/24  07:08:45
3893         Log: When applying patch via Porting/apply fails, do p4 refresh
3894              to get old files back.
3895      Branch: perl
3896            ! Porting/apply
3897 ____________________________________________________________________________
3898 [ 11740] By: ams                                   on 2001/08/24  04:47:24
3899         Log: #11739 was incomplete.
3900      Branch: perl
3901            ! pod/perldiag.pod
3902 ____________________________________________________________________________
3903 [ 11739] By: ams                                   on 2001/08/24  04:09:40
3904         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
3905              From: "Philip Newton" <Philip.Newton@gmx.net>
3906              Date: Fri, 24 Aug 2001 07:08:34 +0200
3907      Branch: perl
3908            ! pod/perldiag.pod
3909 ____________________________________________________________________________
3910 [ 11738] By: ams                                   on 2001/08/24  02:19:42
3911         Log: Fixed Doug Wilson's email address.
3912      Branch: perl
3913            ! AUTHORS
3914 ____________________________________________________________________________
3915 [ 11737] By: ams                                   on 2001/08/24  00:10:13
3916         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
3917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3918              Date: Thu, 23 Aug 2001 22:22:58 +0200
3919              Message-Id: <20010823222258.A901@rafael>
3920      Branch: perl
3921            ! pod/perldiag.pod
3922 ____________________________________________________________________________
3923 [ 11736] By: ams                                   on 2001/08/24  00:05:02
3924         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
3925              From: "Craig A. Berry" <craigberry@mac.com>
3926              Date: Thu, 23 Aug 2001 19:07:45 -0500
3927              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
3928      Branch: perl
3929            ! configure.com
3930 ____________________________________________________________________________
3931 [ 11735] By: sky                                   on 2001/08/23  13:42:07
3932         Log: Backed out 11732, it breaks lib/strict.t 
3933      Branch: perl
3934            ! op.c
3935 ____________________________________________________________________________
3936 [ 11734] By: sky                                   on 2001/08/23  11:45:59
3937         Log: Removed toy from 17133 after Matt Sargeants request.
3938      Branch: perl
3939            ! pod/perlfaq4.pod
3940 ____________________________________________________________________________
3941 [ 11733] By: sky                                   on 2001/08/23  11:36:29
3942         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
3943              From: Robin Houston <robin@kitsite.com>
3944              Date: Wed, 22 Aug 2001 23:06:16 +0100
3945              Message-ID: <20010822230616.A254@robin.kitsite.com>
3946      Branch: perl
3947            ! pod/perlfaq4.pod
3948 ____________________________________________________________________________
3949 [ 11732] By: sky                                   on 2001/08/23  10:36:02
3950         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
3951              From: Simon Cozens <simon@netthink.co.uk>
3952              Date: Thu, 23 Aug 2001 12:06:36 +0100
3953              Message-ID: <20010823120636.A9961@netthink.co.uk>
3954      Branch: perl
3955            ! op.c
3956 ____________________________________________________________________________
3957 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
3958         Log: fix broken windows build
3959      Branch: perl
3960            ! perl.h
3961 ____________________________________________________________________________
3962 [ 11730] By: ams                                   on 2001/08/22  21:35:30
3963         Log: Subject: [PATCH] io/tell.t doesn't chdir t
3964              From: Nicholas Clark <nick@ccl4.org>
3965              Date: Wed, 22 Aug 2001 23:25:58 +0100
3966              Message-Id: <20010822232557.Y82818@plum.flirble.org>
3967      Branch: perl
3968            ! t/io/tell.t
3969 ____________________________________________________________________________
3970 [ 11729] By: ams                                   on 2001/08/22  20:32:21
3971         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
3972              questions)
3973              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3974              Date: Wed, 22 Aug 2001 17:09:04 -0400
3975              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
3976              (Oops, forgot File::Spec::Unix in the previous patch.)
3977      Branch: perl
3978            ! lib/File/Spec/Unix.pm
3979 ____________________________________________________________________________
3980 [ 11728] By: ams                                   on 2001/08/22  20:25:41
3981         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
3982              questions)
3983              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3984              Date: Wed, 22 Aug 2001 17:09:04 -0400
3985              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
3986      Branch: perl
3987            ! lib/File/Spec.pm
3988 ____________________________________________________________________________
3989 [ 11727] By: ams                                   on 2001/08/22  19:43:30
3990         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
3991              From: John Peacock <jpeacock@rowman.com>
3992              Date: Wed, 22 Aug 2001 12:35:52 -0400
3993              Message-Id: <3B83DF68.5D89DC81@rowman.com>
3994              (Adds proper tests for $], notwithstanding Subject. +nitpick)
3995      Branch: perl
3996            ! t/op/ver.t
3997 ____________________________________________________________________________
3998 [ 11726] By: ams                                   on 2001/08/22  19:36:39
3999         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
4000              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
4001              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
4002              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
4003      Branch: perl
4004            ! lib/diagnostics.pm lib/diagnostics.t
4005 ____________________________________________________________________________
4006 [ 11725] By: ams                                   on 2001/08/22  19:25:01
4007         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
4008              From: Nicholas Clark <nick@ccl4.org>
4009              Date: Wed, 22 Aug 2001 20:59:05 +0100
4010              Message-Id: <20010822205905.U82818@plum.flirble.org>
4011      Branch: perl
4012            ! pp.c t/op/64bitint.t t/op/arith.t
4013 ____________________________________________________________________________
4014 [ 11724] By: ams                                   on 2001/08/22  10:02:33
4015         Log: Subject: Configure blooper
4016              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4017              Date: Wed, 22 Aug 2001 12:38:35 +0200
4018              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
4019      Branch: perl
4020            ! Configure
4021 ____________________________________________________________________________
4022 [ 11723] By: ams                                   on 2001/08/21  16:17:53
4023         Log: Subject: [PATCH] installperl -help
4024              From: Nicholas Clark <nick@ccl4.org>
4025              Date: Tue, 21 Aug 2001 17:34:23 +0100
4026              Message-Id: <20010821173423.F82818@plum.flirble.org>
4027      Branch: perl
4028            ! installperl
4029 ____________________________________________________________________________
4030 [ 11722] By: ams                                   on 2001/08/20  07:46:31
4031         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
4032              From: Ilmari Karonen <iltzu@sci.fi>
4033              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
4034              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
4035      Branch: perl
4036            ! pod/perlvar.pod
4037 ____________________________________________________________________________
4038 [ 11721] By: nick                                  on 2001/08/20  06:24:31
4039         Log: Integrate mainline
4040      Branch: perlio
4041           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
4042           +> lib/Lingua/KO/Hangul/Util/Changes
4043           +> lib/Lingua/KO/Hangul/Util/README
4044           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4045           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4046           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4047           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4048           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4049           +> lib/Unicode/Normalize/t/test.t
4050            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4051           !> (integrate 55 files)
4052 ____________________________________________________________________________
4053 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
4054         Log: Integrate Change #11599 from maint-5.6/perl
4055      Branch: maint-5.6/macperl
4056           !> README.win32
4057 ____________________________________________________________________________
4058 [ 11719] By: ams                                   on 2001/08/18  21:21:42
4059         Log: Add Porting/apply to MANIFEST.
4060      Branch: perl
4061            ! MANIFEST
4062 ____________________________________________________________________________
4063 [ 11718] By: sky                                   on 2001/08/18  14:38:01
4064         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
4065              Better solution would be to make 5005threaded perl use
4066              the same system as ithreads do
4067      Branch: perl
4068            ! perl.h
4069 ____________________________________________________________________________
4070 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
4071         Log: New try for ID 20010407.006: detach the semantics
4072              "was the last match target UTF8" into its own variable.
4073      Branch: perl
4074            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
4075            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
4076 ____________________________________________________________________________
4077 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
4078         Log: UTF8 flag should be meaningful only when POK.
4079      Branch: perl
4080            ! dump.c
4081 ____________________________________________________________________________
4082 [ 11715] By: sky                                   on 2001/08/18  11:45:16
4083         Log: USE_THREADS and USE_ITHREADS are never true at the same time
4084      Branch: perl
4085            ! perl.h
4086 ____________________________________________________________________________
4087 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
4088         Log: Retract #11712 for now.  The real fix would probably
4089              be something like making PL_reg_sv a copy (PV + UTF8)
4090              of the matched/substituted string (note: not just a SvPOK
4091              string, for example the stringified form of a ROK would
4092              be applicable)  Beware of leaks.
4093      Branch: perl
4094            ! pp_hot.c t/op/pat.t
4095 ____________________________________________________________________________
4096 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
4097         Log: UTF8 wasn't printing for PVMGs.
4098      Branch: perl
4099            ! dump.c
4100 ____________________________________________________________________________
4101 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
4102         Log: (Retracted by #11714)
4103              
4104              Okay analysis, debatable fix.  (The fix will inc
4105              the refcount of all temporary match objects,
4106              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
4107              which will then cause griping at untie() time
4108              ("inner references remain").
4109              
4110              Fix for ID 20010407.006: PL_reg_sv got wiped out
4111              by freetemps if the match target was a temporary
4112              (like function_call() =~ /.../), which in turn meant
4113              that the $1 et al stopped working if they had UTF-8
4114              in them.  Therefore bump up the refcount of PL_reg_sv.
4115      Branch: perl
4116            ! pp_hot.c t/op/pat.t
4117 ____________________________________________________________________________
4118 [ 11711] By: ams                                   on 2001/08/17  20:32:08
4119         Log: Subject: [PATCH] doesn't compile, was perl@11710
4120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4121              Date: Fri, 17 Aug 2001 23:21:10 +0200
4122              Message-Id: <20010817232110.C7041@rafael> 
4123      Branch: perl
4124            ! sharedsv.c
4125 ____________________________________________________________________________
4126 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
4127         Log: Update Changes.
4128      Branch: perl
4129            ! Changes patchlevel.h
4130 ____________________________________________________________________________
4131 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
4132         Log: Upgrade to libnet 1.0704.
4133      Branch: perl
4134            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4135            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
4136            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
4137            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
4138            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
4139            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
4140            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
4141 ____________________________________________________________________________
4142 [ 11708] By: sky                                   on 2001/08/17  13:34:04
4143         Log: Let perl_clone copy PL_exit_flags
4144      Branch: perl
4145            ! sv.c
4146 ____________________________________________________________________________
4147 [ 11707] By: sky                                   on 2001/08/17  12:28:41
4148         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
4149      Branch: perl
4150            ! sharedsv.c sharedsv.h
4151 ____________________________________________________________________________
4152 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
4153         Log: The metaconfig unit change for #11705.
4154      Branch: metaconfig/U/perl
4155            ! Extensions.U
4156 ____________________________________________________________________________
4157 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
4158         Log: Allow the threads extension to be found if present.
4159      Branch: perl
4160            ! Configure
4161 ____________________________________________________________________________
4162 [ 11704] By: nick                                  on 2001/08/17  11:47:54
4163         Log: Mail -> change script (pre-alpha)
4164      Branch: perl
4165            + Porting/apply
4166 ____________________________________________________________________________
4167 [ 11703] By: sky                                   on 2001/08/17  07:11:24
4168         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
4169              Thanks to Tom Hospel for pointing out my error.
4170      Branch: perl
4171            ! op.h
4172 ____________________________________________________________________________
4173 [ 11702] By: sky                                   on 2001/08/17  04:18:11
4174         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.
4175      Branch: perl
4176            ! embed.pl miniperlmain.c perl.c perl.h proto.h
4177 ____________________________________________________________________________
4178 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
4179         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
4180              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
4181      Branch: perl
4182            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4183            + lib/Lingua/KO/Hangul/Util/README
4184            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4185            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4186            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4187            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4188            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4189            + lib/Unicode/Normalize/t/test.t
4190            ! MANIFEST
4191 ____________________________________________________________________________
4192 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
4193         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
4194              Date: Thu, 16 Aug 2001 22:46:15 -0500
4195              From: "Craig A. Berry" <craigberry@mac.com>
4196              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
4197      Branch: perl
4198            ! configure.com numeric.c
4199 ____________________________________________________________________________
4200 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
4201         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
4202              of the usual suspects (like getpwent) but not for others
4203              (like localtime and rand).  The _r versions are available
4204              for all of them, so let's use them.
4205      Branch: perl
4206            ! perl.h
4207 ____________________________________________________________________________
4208 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
4209         Log: (Accidental apply; thankfully empty.)
4210      Branch: perl
4211            ! hints/os390.sh
4212 ____________________________________________________________________________
4213 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
4214         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
4215              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4216              Date: Thu, 16 Aug 2001 16:27:49 +0100
4217              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
4218      Branch: perl
4219            ! regexec.c t/op/re_tests
4220 ____________________________________________________________________________
4221 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
4222         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
4223              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4224              Date: Thu, 16 Aug 2001 18:50:01 +0100
4225              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
4226      Branch: perl
4227            ! pp_hot.c t/op/pat.t
4228 ____________________________________________________________________________
4229 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
4230         Log: Subject: [PATCH] *time_r again
4231              From: "Arthur Bergman" <arthur@contiller.se>
4232              Date: Thu, 16 Aug 2001 16:01:54 +0200
4233              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
4234      Branch: perl
4235            ! op.h
4236 ____________________________________________________________________________
4237 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
4238         Log: system() and backtick error handling cleanup from Craig A. Berry.
4239      Branch: perl
4240            ! vms/vms.c
4241 ____________________________________________________________________________
4242 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
4243         Log: change#10334 leaks memory, copies string when it doesn't
4244              need to
4245      Branch: perl
4246            ! perl.c
4247 ____________________________________________________________________________
4248 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
4249         Log: One more twist to the sprintf + utf8 testing.
4250      Branch: perl
4251            ! t/op/misc.t
4252 ____________________________________________________________________________
4253 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
4254         Log: Fix for 20010407.008 sprintf removes utf8-ness.
4255      Branch: perl
4256            ! pp.c t/op/misc.t
4257 ____________________________________________________________________________
4258 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
4259         Log: Subject: [PATCH] *time_r fixes
4260              From: "Arthur Bergman" <arthur@contiller.se>
4261              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
4262              Date: Thu, 16 Aug 2001 14:22:27 +0200
4263      Branch: perl
4264            ! op.h
4265 ____________________________________________________________________________
4266 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
4267         Log: Upgrade to CGI.pm 2.77.
4268      Branch: perl
4269            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
4270            ! lib/CGI/t/function.t
4271 ____________________________________________________________________________
4272 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
4273         Log: Document the bytes-to-Unicode upgrading.
4274      Branch: perl
4275            ! pod/perlunicode.pod
4276 ____________________________________________________________________________
4277 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
4278         Log: Add a test for Unicode sprintf.
4279      Branch: perl
4280            ! t/op/misc.t
4281 ____________________________________________________________________________
4282 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
4283         Log: Add Unicode tests for index/rindex.
4284      Branch: perl
4285            ! t/op/index.t
4286 ____________________________________________________________________________
4287 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
4288         Log: Document a bit the art of minimizing the installation,
4289              based on the p5p discussion.
4290      Branch: perl
4291            ! INSTALL
4292 ____________________________________________________________________________
4293 [ 11684] By: nick                                  on 2001/08/15  15:03:31
4294         Log: Integrate mainline
4295      Branch: perlio
4296           +> sharedsv.c sharedsv.h
4297           !> (integrate 53 files)
4298 ____________________________________________________________________________
4299 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
4300         Log: Update Changes.
4301      Branch: perl
4302            ! Changes patchlevel.h
4303 ____________________________________________________________________________
4304 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
4305         Log: The #11673 necessitated a test tweak.
4306      Branch: perl
4307            ! t/io/utf8.t
4308 ____________________________________________________________________________
4309 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
4310         Log: Also UNICOS is in the general case unable to silently
4311              handle fp overflows.
4312      Branch: perl
4313            ! numeric.c
4314 ____________________________________________________________________________
4315 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
4316         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
4317              NV_EPSILON #defined.
4318      Branch: perl
4319            ! perl.h
4320 ____________________________________________________________________________
4321 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
4322         Log: Re-establish the fp overflow detection for VAX VMS; there
4323              is no easy way to have the IEEE fp silent overflow semantics.
4324              (in Alpha VMS we still will use IEEE fp by default-- but it
4325              is still possible to configure Perl to use G_FLOAT)
4326      Branch: perl
4327            ! numeric.c
4328 ____________________________________________________________________________
4329 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
4330         Log: Subject: [PATCH] pp_lock 
4331              From: "Arthur Bergman" <arthur@contiller.se>
4332              Date: Wed, 15 Aug 2001 11:52:16 +0200
4333              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
4334      Branch: perl
4335            ! pp.c
4336 ____________________________________________________________________________
4337 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
4338         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
4339              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4340              Date: Wed, 15 Aug 2001 11:32:11 +0100
4341              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
4342      Branch: perl
4343            ! regcomp.c t/op/re_tests
4344 ____________________________________________________________________________
4345 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
4346         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
4347              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4348              Date: Wed, 15 Aug 2001 10:33:49 +0100
4349              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
4350      Branch: perl
4351            ! regexec.c t/op/re_tests
4352 ____________________________________________________________________________
4353 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
4354         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
4355              From: Barrie Slaymaker <barries@slaysys.com>
4356              Date: Tue, 14 Aug 2001 14:32:25 -0400
4357              Message-ID: <20010814143225.A19822@jester.slaysys.com>
4358      Branch: perl
4359            ! lib/File/Spec.t lib/File/Spec/Unix.pm
4360 ____________________________________________________________________________
4361 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
4362         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
4363              From: Peter Prymmer <pvhp@forte.com>
4364              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
4365              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
4366      Branch: perl
4367            ! README.vms configure.com
4368 ____________________________________________________________________________
4369 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
4370         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
4371              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4372              Date: Tue, 14 Aug 2001 21:23:27 +0200
4373              Message-ID: <20010814212327.A1919@rafael>
4374      Branch: perl
4375            ! doio.c
4376 ____________________________________________________________________________
4377 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
4378         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
4379              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4380              Date: Tue, 14 Aug 2001 22:30:11 +0200
4381              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
4382              
4383              Combination of nmake, quoting, and Perl expanded $( in here-doc.
4384      Branch: perl
4385            ! ext/SDBM_File/Makefile.PL
4386 ____________________________________________________________________________
4387 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
4388         Log: Todo updates.
4389      Branch: perl
4390            ! pod/perltodo.pod
4391 ____________________________________________________________________________
4392 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
4393         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
4394              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4395              Date: Mon, 13 Aug 2001 23:15:01 +0200
4396              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
4397      Branch: perl
4398            ! sv.c
4399 ____________________________________________________________________________
4400 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
4401         Log: Subject: [PATCH] [b-]showlex.t
4402              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4403              Date: Sun, 12 Aug 2001 22:24:51 +0200
4404              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
4405              
4406              The 4nt command shell will expand the % in command line
4407              no matter what quoting is attempted, changed the % to @.
4408      Branch: perl
4409            ! ext/B/Showlex.t
4410 ____________________________________________________________________________
4411 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
4412         Log: Subject: [PATCH] magic.t
4413              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4414              Date: Sun, 12 Aug 2001 20:49:27 +0200
4415              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
4416      Branch: perl
4417            ! t/op/magic.t
4418 ____________________________________________________________________________
4419 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
4420         Log: Add sharedsv* to the DOSish platforms; plus add
4421              some WinCE files to the list of DOSish files.
4422      Branch: perl
4423            ! NetWare/Makefile Porting/makerel win32/Makefile
4424            ! win32/makefile.mk wince/Makefile.ce
4425 ____________________________________________________________________________
4426 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
4427         Log: More DOSish files.
4428      Branch: perl
4429            ! Porting/makerel
4430 ____________________________________________________________________________
4431 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
4432         Log: Strip CRs from the WinCE files.  Now we need to
4433              figure out in which CRs are really needed: probably
4434              Makefile.ce and the README files, at least, probably
4435              also the registry.bat.
4436      Branch: perl
4437            ! wince/Makefile.ce wince/README.compile wince/README.perlce
4438            ! wince/config.h wince/include/cectype.h wince/include/errno.h
4439            ! wince/include/sys/stat.h wince/include/sys/types.h
4440            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
4441            ! wince/perldll.def wince/registry.bat wince/wince.h
4442            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
4443 ____________________________________________________________________________
4444 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
4445         Log: Add some files to DOSish and writables.
4446      Branch: perl
4447            ! Porting/makerel
4448 ____________________________________________________________________________
4449 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
4450         Log: Compile failure message tidying.
4451      Branch: perl
4452            ! t/lib/1_compile.t
4453 ____________________________________________________________________________
4454 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
4455         Log: The new sharedsv* should be exported only if usethreads.
4456      Branch: perl
4457            ! makedef.pl
4458 ____________________________________________________________________________
4459 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
4460         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
4461              From: Peter Prymmer <pvhp@forte.com>
4462              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
4463              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
4464      Branch: perl
4465            ! README.os390
4466 ____________________________________________________________________________
4467 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
4468         Log: Update Changes.
4469      Branch: perl
4470            ! Changes patchlevel.h
4471 ____________________________________________________________________________
4472 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
4473         Log: Subject: [PATHC] sharedsv.[c|h]
4474              From: "Artur Bergman" <artur@contiller.se>
4475              Date: Mon, 13 Aug 2001 14:38:41 +0200
4476              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
4477              
4478              Subject: [PATCH] embed.pl
4479              From: Arthur Bergman <arthur@contiller.se>
4480              Date: Mon, 13 Aug 2001 14:38:14 +0200
4481              Message-ID: <B79D96D6.3088%arthur@contiller.se>
4482              
4483              Subject: [PATCH] sharedsv cleanups
4484              From: "Arthur Bergman" <arthur@contiller.se>
4485              Date: Mon, 13 Aug 2001 15:14:25 +0200
4486              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
4487              
4488              Plus few tweaks: _init needs to be Adp, the prototypes
4489              should not be revealed unless using ithreads, #endif FOO
4490              must be #endif /* FOO */, adding (parentheses) around
4491              do { } while doesn't work too well.
4492      Branch: perl
4493            + sharedsv.c sharedsv.h
4494            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
4495            ! perl.h perlapi.c pod/perlapi.pod proto.h
4496 ____________________________________________________________________________
4497 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
4498         Log: Subject: Re: END {} blocks run in perl_run
4499              From: Arthur Bergman <arthur@contiller.se>
4500              Date: Mon, 13 Aug 2001 11:11:30 +0200
4501              Message-ID: <B79D6661.3068%arthur@contiller.se>
4502      Branch: perl
4503            ! perl.c
4504 ____________________________________________________________________________
4505 [ 11657] By: nick                                  on 2001/08/13  09:03:02
4506         Log: Integrate mainline
4507      Branch: perlio
4508           +> (branch 326 files)
4509            - (delete 330 files)
4510           !> (integrate 85 files)
4511 ____________________________________________________________________________
4512 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
4513         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
4514              and the Perl will be built to do that by default (adding that
4515              will break scripts having non-UTF-8 binary data, such as Latin-1.)
4516      Branch: perl
4517            ! op.c toke.c utf8.h
4518 ____________________________________________________________________________
4519 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
4520         Log: Unnecessary downgrades.
4521      Branch: perl
4522            ! doop.c
4523 ____________________________________________________________________________
4524 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
4525         Log: Failure not true anymore (probably caused by my broken setup).
4526      Branch: perl
4527            ! t/op/pat.t
4528 ____________________________________________________________________________
4529 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
4530         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
4531              stopped working).
4532      Branch: perl
4533            ! op.h pp_ctl.c regcomp.c
4534 ____________________________________________________________________________
4535 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
4536         Log: There is no IN_UTF8.
4537      Branch: perl
4538            ! utf8.h
4539 ____________________________________________________________________________
4540 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
4541         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
4542      Branch: perl
4543            ! op.c op.h pp_ctl.c regcomp.c
4544 ____________________________________________________________________________
4545 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
4546         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
4547              and a test tweak.
4548      Branch: perl
4549            ! op.c t/pod/find.t
4550 ____________________________________________________________________________
4551 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
4552         Log: Todo updates and fixes.
4553      Branch: perl
4554            ! pod/perltodo.pod
4555 ____________________________________________________________________________
4556 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
4557         Log: Mark tests (and one module) having explicit Latin-1
4558              (and one file having explicit UTF-8) with an explicit
4559              'no utf8' (and one explicit 'use utf8').
4560              
4561              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
4562      Branch: perl
4563            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
4564            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
4565            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
4566 ____________________________________________________________________________
4567 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
4568         Log: Subject: SV: END {} blocks run in perl_run
4569              From: "Arthur Bergman" <arthur@contiller.se>
4570              Date: Sun, 12 Aug 2001 00:34:28 +0200 
4571              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
4572      Branch: perl
4573            ! miniperlmain.c perl.c
4574 ____________________________________________________________________________
4575 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
4576         Log: Typos in #11645.
4577      Branch: perl
4578            ! perl.h
4579 ____________________________________________________________________________
4580 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
4581         Log: On ithreads default to use_reentrant except on naturally
4582              threadsafe platforms.
4583      Branch: perl
4584            ! perl.h
4585 ____________________________________________________________________________
4586 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
4587         Log: (Hopefully) a fix for 20010723.004: make install needs
4588              write permission in build directory.  The problem was
4589              probably caused by overeager sprinkling of the lib/re.pm
4590              dependencies (which was done to guarantee lib/re.pm being
4591              uptodate for parallel makes: now solved by funneling that
4592              through an explicit recursive make in the preplibrary target).
4593      Branch: perl
4594            ! Makefile.SH
4595 ____________________________________________________________________________
4596 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
4597         Log: Dispell the "use utf8" superstition.
4598      Branch: perl
4599            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
4600            ! pod/perlunicode.pod
4601 ____________________________________________________________________________
4602 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
4603         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4604              From: "Abigail" <abigail@foad.org> 
4605              Date: Sat, 11 Aug 2001 23:49:49 +0200
4606              Message-ID: <20010811214950.23255.qmail@foad.org>
4607      Branch: perl
4608            ! t/op/taint.t
4609 ____________________________________________________________________________
4610 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
4611         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4612              From: Abhijit Menon-Sen <ams@wiw.org>
4613              Date: Sat, 11 Aug 2001 06:18:19 +0530
4614              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
4615      Branch: perl
4616            ! mg.c
4617 ____________________________________________________________________________
4618 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
4619         Log: Test for change #11639.
4620      Branch: perl
4621            ! t/op/tiehandle.t
4622 ____________________________________________________________________________
4623 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
4624         Log: Subject: Re: Can't localize *FH, then tie it
4625              From: Abhijit Menon-Sen <ams@wiw.org>
4626              Date: Sun, 12 Aug 2001 16:08:06 +0530
4627              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
4628      Branch: perl
4629            ! pp_hot.c pp_sys.c
4630 ____________________________________________________________________________
4631 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
4632         Log: Drop all the unnecessary "use utf8" clauses and some of
4633              the unnecessary "use bytes" ones.
4634              
4635              TODO: scour the documentation for unnecessary "use utf8"
4636              and prominently display it in perldelta when the time comes.
4637              ("use utf8" should be necessary ONLY if one wants the script
4638              to be in UTF-8.)  Also should be checked in some non-ASCII
4639              non-Latin-1 platform, like EBCDIC.
4640      Branch: perl
4641            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
4642            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
4643 ____________________________________________________________________________
4644 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
4645         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
4646              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
4647              in Unicode handling.
4648      Branch: perl
4649            + t/op/lc.t
4650            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
4651 ____________________________________________________________________________
4652 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
4653         Log: Thinko: we want the flags for native cc, not gcc.
4654      Branch: perl
4655            ! hints/dec_osf.sh
4656 ____________________________________________________________________________
4657 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
4658         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
4659              From: Robin Houston <robin@kitsite.com>
4660              Date: Fri, 10 Aug 2001 14:42:02 +0100
4661              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
4662      Branch: perl
4663            ! pp.c
4664 ____________________________________________________________________________
4665 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
4666         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
4667              From: Abhijit Menon-Sen <ams@wiw.org>
4668              Date: Sat, 11 Aug 2001 16:31:04 +0530
4669              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
4670      Branch: perl
4671            ! op.c
4672 ____________________________________________________________________________
4673 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
4674         Log: Get rid of indread, from Abhijit Menon-Sen.
4675      Branch: perl
4676            ! pp_sys.c
4677 ____________________________________________________________________________
4678 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
4679         Log: CRLFgngngn.
4680      Branch: perl
4681            ! win32/Makefile win32/makefile.mk
4682 ____________________________________________________________________________
4683 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
4684         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
4685      Branch: perl
4686            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4687            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
4688            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
4689            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
4690            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
4691            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
4692            ! win32/Makefile win32/makefile.mk
4693 ____________________________________________________________________________
4694 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
4695         Log: Avoid #elif (less portable than #else #if).
4696      Branch: perl
4697            ! handy.h
4698 ____________________________________________________________________________
4699 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
4700         Log: Subject: patch for perlvar.pod
4701              From: mah@everybody.org (Mark A. Hershberger)
4702              Date: 08 Aug 2001 17:03:16 -0500
4703              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
4704      Branch: perl
4705            ! pod/perlvar.pod
4706 ____________________________________________________________________________
4707 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
4708         Log: cpp commands must start (the # must be) at the column #0.
4709      Branch: perl
4710            ! op.c
4711 ____________________________________________________________________________
4712 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
4713         Log: If using gcc -B/foo/bar makedepend would give
4714              unnecessary warnings about unused -B/foo/bar.
4715      Branch: perl
4716            ! makedepend.SH
4717 ____________________________________________________________________________
4718 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
4719         Log: Update Changes.
4720      Branch: perl
4721            ! Changes patchlevel.h
4722 ____________________________________________________________________________
4723 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
4724         Log: s/z/tz/
4725      Branch: perl
4726            ! pod/perlfaq2.pod
4727 ____________________________________________________________________________
4728 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
4729         Log: Article nit.
4730      Branch: perl
4731            ! pod/perlfaq2.pod
4732 ____________________________________________________________________________
4733 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
4734         Log: Rename lib/unicode files to lib/unicore to avoid
4735              conflicts between core lib/unicode and Unicode::
4736              files in case-ignoring filesystems.
4737      Branch: perl
4738            + (add 325 files)
4739            - (delete 324 files)
4740            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
4741 ____________________________________________________________________________
4742 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
4743         Log: Upgrade to Math::BigInt 1.41.
4744      Branch: perl
4745            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
4746 ____________________________________________________________________________
4747 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
4748         Log: Subject: [PATCH] remove PL_na from typemap
4749              From: James <james@rf.net>
4750              Date: Mon, 06 Aug 2001 20:23:15 -0700
4751              Message-ID: <3B6F5F23.A31A81B1@rf.net>
4752              
4753              (had to be manually applied)
4754      Branch: perl
4755            ! lib/ExtUtils/typemap
4756 ____________________________________________________________________________
4757 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
4758         Log: The metaconfig unit changes for #11618.
4759      Branch: metaconfig/U/perl
4760            + d_fpclassl.U i_fp.U
4761 ____________________________________________________________________________
4762 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
4763         Log: Forgot this from #11618.
4764              
4765              NOTE: wince/config_H.ce needs updating.
4766      Branch: perl
4767            ! wince/config.ce
4768 ____________________________________________________________________________
4769 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
4770         Log: Introduce more floating point classifying APIs;
4771              try to define (most importantly) Perl_is{inf,nan}(x).
4772              
4773              For this first cut, assume none such APIs exist in non-UNIXoid
4774              platforms-- this is of course too unkind: Win32 rumoredly has
4775              _fpclass() and _isnan(), and VMS/VOS very probably have some
4776              of the APIs available.     The only thing Perl uses at the moment
4777              is Perl_isnan() (has been in use for a while now).
4778              
4779              NOTE: the Win32 and NetWare config_h.?c need regenerating.
4780      Branch: perl
4781            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4782            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4783            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
4784            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4785            ! vos/config.ga.h win32/config.bc win32/config.gc
4786            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4787            ! win32/config_H.vc wince/config.ce wince/config.h
4788 ____________________________________________________________________________
4789 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
4790         Log: Integrate change #11519 from perlio:
4791              
4792              Avoid testing for (non-)existance of "encoding(xxxx)"
4793              layer is called "encoding" the (xxxx) is an argument.
4794      Branch: perl
4795           !> lib/open.pm
4796 ____________________________________________________________________________
4797 [ 11616] By: nick                                  on 2001/08/09  07:50:24
4798         Log: Integrate mainline
4799      Branch: perlio
4800           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
4801           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
4802           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
4803           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
4804            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
4805            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
4806           !> (integrate 79 files)
4807 ____________________________________________________________________________
4808 [ 11615] By: nick                                  on 2001/08/09  06:23:44
4809         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
4810              layer is called "encoding" the (xxxx) is an argument.
4811      Branch: perlio
4812            ! lib/open.pm
4813 ____________________________________________________________________________
4814 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
4815         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
4816              From: Paul Johnson <paul@pjcj.net>
4817              Date: Wed, 8 Aug 2001 23:54:17 +0200
4818              Message-ID: <20010808235417.O1006@pjcj.net>
4819      Branch: perl
4820            ! ext/B/B/Concise.pm
4821 ____________________________________________________________________________
4822 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
4823         Log: Make VMS use IEEE math by default; reorder Tru64 hints
4824              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
4825              exception semantics) is always set if using (the new) cc.
4826      Branch: perl
4827            ! configure.com hints/dec_osf.sh
4828 ____________________________________________________________________________
4829 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
4830         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
4831              From: Abhijit Menon-Sen <ams@wiw.org>
4832              Date: Tue, 7 Aug 2001 17:16:05 +0530
4833              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
4834      Branch: perl
4835            ! pp_sys.c
4836 ____________________________________________________________________________
4837 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
4838         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
4839              From: "Craig A. Berry" <craigberry@mac.com>
4840              Date: Tue, 07 Aug 2001 22:27:47 -0500
4841              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
4842      Branch: perl
4843            ! t/run/exit.t
4844 ____________________________________________________________________________
4845 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
4846         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
4847              From: "Craig A. Berry" <craigberry@mac.com>
4848              Date: Tue, 07 Aug 2001 20:01:53 -0500
4849              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
4850      Branch: perl
4851            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
4852 ____________________________________________________________________________
4853 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
4854         Log: Update the magazine information.
4855      Branch: perl
4856            ! pod/perlfaq2.pod
4857 ____________________________________________________________________________
4858 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
4859         Log: Ignore SIGFPE everywhere.
4860      Branch: perl
4861            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
4862 ____________________________________________________________________________
4863 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
4864         Log: With permission, change the licensing of the docs by
4865              TomC (and Gnat) to comply with the rest of Perl.
4866      Branch: perl
4867            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4868            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4869            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4870            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
4871            ! pod/perltootc.pod
4872 ____________________________________________________________________________
4873 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
4874         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
4875              From: Andy Dougherty <doughera@lafayette.edu>
4876              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
4877              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
4878      Branch: perl
4879            ! hints/openbsd.sh
4880 ____________________________________________________________________________
4881 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
4882         Log: Subject: [PATCH] Makefile.SH test_prep dependency
4883              From: Andy Dougherty <doughera@lafayette.edu>
4884              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
4885              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
4886      Branch: perl
4887            ! Makefile.SH
4888 ____________________________________________________________________________
4889 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
4890         Log: Don't autogenerate the headers et alia,
4891              make regen_headers explicitly.
4892      Branch: perl
4893            ! Makefile.SH
4894 ____________________________________________________________________________
4895 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
4896         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
4897              From: Gurusamy Sarathy <gsar@ActiveState.com> 
4898              Date: Tue, 07 Aug 2001 08:33:26 -0700
4899              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
4900              
4901              Unnecessary dependency.
4902      Branch: perl
4903            ! embed.pl
4904 ____________________________________________________________________________
4905 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
4906         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
4907              From: Abhijit Menon-Sen <ams@wiw.org>
4908              Date: Tue, 7 Aug 2001 09:10:54 +0530
4909              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
4910      Branch: perl
4911            ! pp_hot.c
4912 ____________________________________________________________________________
4913 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
4914         Log: Subject: [PATCH perl@11597] B && BEGIN handling
4915              From: "James A. Duncan" <jduncan@fotango.com>
4916              Date: Mon, 6 Aug 2001 17:29:11 +0100
4917              Message-ID: <20010806172911.A2071@fotango.com>
4918              
4919              (the intrpvar.h addition moved to the end for bincompat)
4920      Branch: perl
4921            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
4922 ____________________________________________________________________________
4923 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
4924         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
4925      Branch: perl
4926           !> README.win32
4927 ____________________________________________________________________________
4928 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
4929         Log: fix URLs for fcrypt.c
4930      Branch: maint-5.6/perl
4931            ! README.win32
4932 ____________________________________________________________________________
4933 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
4934         Log: Yet another way to say Infinity: HP-UX calls its "++".
4935      Branch: perl
4936            ! lib/Math/BigInt/t/bigintpm.t
4937 ____________________________________________________________________________
4938 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
4939         Log: Update Changes.
4940      Branch: perl
4941            ! Changes patchlevel.h
4942 ____________________________________________________________________________
4943 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
4944         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
4945      Branch: perl
4946            ! pod/perlfaq5.pod
4947 ____________________________________________________________________________
4948 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
4949         Log: The #11593 wasn't right.
4950      Branch: perl
4951            ! lib/Math/BigInt/t/bigintpm.t
4952 ____________________________________________________________________________
4953 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
4954         Log: Subject: [PATCH: perl@11564] introducing perlivp
4955              From: Prymmer/Kahn <pvhp@best.com>
4956              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
4957              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
4958              
4959              Subject: Re: [PATCH: perl@11564] introducing perlivp
4960              From: Prymmer/Kahn <pvhp@best.com>
4961              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
4962              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
4963      Branch: perl
4964            + utils/perlivp.PL
4965            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
4966            ! win32/Makefile win32/makefile.mk
4967 ____________________________________________________________________________
4968 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
4969         Log: libcs are confused what to call Infinity.
4970      Branch: perl
4971            ! lib/Math/BigInt/t/bigintpm.t
4972 ____________________________________________________________________________
4973 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
4974         Log: Avoid SIGFPE in Tru64.
4975      Branch: perl
4976            ! numeric.c
4977 ____________________________________________________________________________
4978 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
4979         Log: Upgrade to Math::BigInt 1.40.
4980              
4981              NOTE: this patch necessitates doing something about
4982              infinity handling since the new bigintpm.t tests use
4983              infinity, which causes SIGFPEs at least in Tru64.
4984      Branch: perl
4985            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4986            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4987            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
4988            ! lib/Math/BigInt/t/mbimbf.t
4989 ____________________________________________________________________________
4990 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
4991         Log: remove hardcoded cmd shell in testsuite
4992      Branch: perl
4993            ! t/op/glob.t t/op/magic.t t/op/stat.t
4994 ____________________________________________________________________________
4995 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
4996         Log: 4-arg select() was busted on windows because change#8178 didn't
4997              make it into mainline
4998      Branch: perl
4999            ! perl.h win32/include/sys/socket.h
5000 ____________________________________________________________________________
5001 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
5002         Log: Rename the Getopt::Long tests to be as they are
5003              in the Getopt::Long official distribution.
5004      Branch: perl
5005            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
5006            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
5007            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5008            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5009            ! MANIFEST
5010 ____________________________________________________________________________
5011 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
5012         Log: Upgrade to Getopt::Long 2.26.
5013      Branch: perl
5014            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
5015            ! MANIFEST lib/Getopt/Long.pm
5016 ____________________________________________________________________________
5017 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
5018         Log: Retract #10874 (the hack should be unnecessary by now)
5019      Branch: perl
5020            ! lib/Test/Harness.pm
5021 ____________________________________________________________________________
5022 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
5023         Log: avoid temp file littering in tests
5024      Branch: perl
5025            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
5026 ____________________________________________________________________________
5027 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
5028         Log: Subject: warning in sv.c: double format, NV arg
5029              From: "Philip Newton" <Philip.Newton@gmx.net>
5030              Date: Sun, 5 Aug 2001 19:41:07 +0200
5031              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
5032      Branch: perl
5033            ! sv.c
5034 ____________________________________________________________________________
5035 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
5036         Log: fix POSIX.t#13 for windos
5037      Branch: perl
5038            ! ext/POSIX/POSIX.t
5039 ____________________________________________________________________________
5040 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
5041         Log: Add a test for PerlIO::Via.
5042      Branch: perl
5043            + ext/PerlIO/t/via.t
5044            ! MANIFEST ext/PerlIO/Via/Via.pm
5045 ____________________________________________________________________________
5046 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
5047         Log: flock() and link() are not available on Windows 9x
5048      Branch: perl
5049            ! win32/config_sh.PL
5050 ____________________________________________________________________________
5051 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
5052         Log: Some Tru64 C compilers have C++ components that confuse
5053              the ccversion parsing.
5054      Branch: perl
5055            ! hints/dec_osf.sh
5056 ____________________________________________________________________________
5057 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
5058         Log: (Reintroduce #11125)
5059              
5060              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
5061              From: Alan Burlison <Alan.Burlison@sun.com> 
5062              Date: Tue, 03 Jul 2001 15:20:13 +0100   
5063              Message-ID: <3B41D49D.A923D4F9@sun.com> 
5064      Branch: perl
5065            ! lib/ExtUtils/MM_Unix.pm
5066 ____________________________________________________________________________
5067 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
5068         Log: Little pointer juggling for HP-UX cc to avoid
5069              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
5070              followed by
5071              "error 1549: Modifiable lvalue required for assignment operator."
5072      Branch: perl
5073            ! hv.c
5074 ____________________________________________________________________________
5075 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
5076         Log: Continuation of #11575: SANY_SEEN completely deprecated,
5077              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
5078              plus a fix for the bug.
5079      Branch: perl
5080            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
5081 ____________________________________________________________________________
5082 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
5083         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
5084              From: Doug MacEachern <dougm@covalent.net>
5085              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
5086              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
5087      Branch: perl
5088            ! sv.c
5089 ____________________________________________________________________________
5090 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
5091         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
5092              the new CANY is the \C.  The problem reported and the
5093              test case supplied in
5094              
5095              Subject: UTF-8 bugs in string length & single line regex matches
5096              From: "Daniel P. Berrange" <dan@berrange.com>
5097              Date: Fri, 3 Aug 2001 11:39:33 +0100
5098              Message-ID: <20010803113932.A19318@berrange.com>
5099      Branch: perl
5100            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
5101            ! t/op/pat.t
5102 ____________________________________________________________________________
5103 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
5104         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
5105              From: Doug MacEachern <dougm@covalent.net>
5106              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
5107              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
5108      Branch: perl
5109            ! perl.c regexec.c
5110 ____________________________________________________________________________
5111 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
5112         Log: The #11572 didn't up the test count.
5113      Branch: perl
5114            ! t/op/length.t
5115 ____________________________________________________________________________
5116 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
5117         Log: Subject: UTF-8 bugs in string length & single line regex matches
5118              From: "Daniel P. Berrange" <dan@berrange.com>
5119              Date: Fri, 3 Aug 2001 11:39:33 +0100         
5120              Message-ID: <20010803113932.A19318@berrange.com>
5121              
5122              (the mg_length() fix)
5123      Branch: perl
5124            ! mg.c t/op/length.t
5125 ____________________________________________________________________________
5126 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
5127         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5128              From: Abhijit Menon-Sen <ams@wiw.org>
5129              Date: Sat, 4 Aug 2001 16:56:35 +0530
5130              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
5131      Branch: perl
5132            ! hv.c
5133 ____________________________________________________________________________
5134 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
5135         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5136              From: Abhijit Menon-Sen <ams@wiw.org>
5137              Date: Sat, 4 Aug 2001 16:16:03 +0530
5138              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
5139      Branch: perl
5140            ! hv.c
5141 ____________________________________________________________________________
5142 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
5143         Log: Subject: Re: [patch] refcount re ops
5144              From: Abhijit Menon-Sen <ams@wiw.org>
5145              Date: Sat, 4 Aug 2001 08:54:55 +0530
5146              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
5147      Branch: perl
5148            ! sv.c
5149 ____________________________________________________________________________
5150 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
5151         Log: Subject: [patch] refcount re ops
5152              From: Doug MacEachern <dougm@covalent.net>
5153              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
5154              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
5155      Branch: perl
5156            ! regcomp.c sv.c
5157 ____________________________________________________________________________
5158 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
5159         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
5160              From: Doug MacEachern <dougm@covalent.net>
5161              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
5162              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
5163      Branch: perl
5164            ! perl.c regexec.c
5165 ____________________________________________________________________________
5166 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
5167         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
5168              From: "Craig A. Berry" <craigberry@mac.com> 
5169              Date: Fri, 03 Aug 2001 16:16:16 -0500
5170              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
5171      Branch: perl
5172            ! t/op/misc.t
5173 ____________________________________________________________________________
5174 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
5175         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
5176              From: John Kristian <jmk2001@engineer.com>
5177              Date: Fri, 03 Aug 2001 00:59:08 -0700
5178              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
5179      Branch: perl
5180            ! win32/win32.c
5181 ____________________________________________________________________________
5182 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
5183         Log: Update Changes.
5184      Branch: perl
5185            ! Changes patchlevel.h
5186 ____________________________________________________________________________
5187 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
5188         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
5189              From: "Craig A. Berry" <craigberry@mac.com>
5190              Date: Thu, 02 Aug 2001 23:15:24 -0500
5191              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
5192      Branch: perl
5193            ! ext/B/Stash.t
5194 ____________________________________________________________________________
5195 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
5196         Log: Subject: [patch] plug PL_cshname leak
5197              From: Doug MacEachern <dougm@covalent.net>
5198              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
5199              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
5200      Branch: perl
5201            ! sv.c
5202 ____________________________________________________________________________
5203 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
5204         Log: Subject: [patch] plug PL_sh_path leak
5205              From: Doug MacEachern <dougm@covalent.net>
5206              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
5207              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
5208      Branch: perl
5209            ! sv.c
5210 ____________________________________________________________________________
5211 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
5212         Log: Subject: [patch] plug PL_regex_padav leaks
5213              From: Doug MacEachern <dougm@covalent.net>
5214              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
5215              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
5216      Branch: perl
5217            ! op.c op.h perl.c
5218 ____________________________________________________________________________
5219 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
5220         Log: Subject: [patch] plug PL_origargv leak
5221              From: Doug MacEachern <dougm@covalent.net>
5222              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
5223              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
5224      Branch: perl
5225            ! perl.c
5226 ____________________________________________________________________________
5227 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
5228         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5229              From: Abhijit Menon-Sen <ams@wiw.org>
5230              Date: Fri, 3 Aug 2001 06:38:11 +0530
5231              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
5232      Branch: perl
5233            ! hv.c
5234 ____________________________________________________________________________
5235 [ 11557] By: nick                                  on 2001/08/03  08:17:38
5236         Log: Integrate mainline
5237      Branch: perlio
5238           +> (branch 47 files)
5239            - lib/Switch/test.pl
5240           !> (integrate 49 files)
5241 ____________________________________________________________________________
5242 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
5243         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
5244              From: "Craig A. Berry" <craigberry@mac.com>
5245              Date: Thu, 02 Aug 2001 12:56:19 -0500
5246              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
5247      Branch: perl
5248            ! ext/B/Showlex.t
5249 ____________________________________________________________________________
5250 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
5251         Log: Be more careful about non-existent files.
5252      Branch: perl
5253            ! lib/File/Copy.pm
5254 ____________________________________________________________________________
5255 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
5256         Log: Subject: [PATCH resend] deparse empty formats
5257              From: Robin Houston <robin@kitsite.com> 
5258              Date: Thu, 2 Aug 2001 14:32:36 +0100
5259              Message-ID: <20010802143236.A894@robin.kitsite.com>
5260      Branch: perl
5261            ! ext/B/B/Deparse.pm
5262 ____________________________________________________________________________
5263 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
5264         Log: Subject: [patch] ithreads + refto fix improvement
5265              From: Doug MacEachern <dougm@covalent.net>
5266              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
5267              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
5268      Branch: perl
5269            ! pp.c
5270 ____________________________________________________________________________
5271 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
5272         Log: Readability nit from Abhijit.
5273      Branch: perl
5274            ! op.c
5275 ____________________________________________________________________________
5276 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
5277         Log: setproctitle() API version nit from Anton Berezin.
5278      Branch: perl
5279            ! mg.c
5280 ____________________________________________________________________________
5281 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
5282         Log: Add PerlCE to the docs.
5283      Branch: perl
5284            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5285            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5286 ____________________________________________________________________________
5287 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
5288         Log: Integrate the PerlCE (WinCE Perl) port;
5289              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
5290      Branch: perl
5291            + README.ce wince/FindExt.pm wince/Makefile.ce
5292            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
5293            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
5294            + wince/bin/search.pl wince/config.ce wince/config.h
5295            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
5296            + wince/dl_win32.xs wince/include/arpa/inet.h
5297            + wince/include/cectype.h wince/include/errno.h
5298            + wince/include/netdb.h wince/include/sys/socket.h
5299            + wince/include/sys/stat.h wince/include/sys/types.h
5300            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
5301            + wince/perl.rc wince/perldll.def wince/perllib.c
5302            + wince/perlmain.c wince/registry.bat wince/runperl.c
5303            + wince/splittree.pl wince/win32.h wince/win32iop.h
5304            + wince/win32thread.c wince/win32thread.h wince/wince.c
5305            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
5306            + wince/xdistclean.ksh wince/xmakediffs.ksh
5307            ! MANIFEST perl.c perl.h perlio.c
5308 ____________________________________________________________________________
5309 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
5310         Log: setproctitle() made simpler.  (This assumes the string is
5311              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
5312              should be used.  Note len, not len + 1.)  BSD-fu from Anton
5313              Berezin.
5314      Branch: perl
5315            ! mg.c
5316 ____________________________________________________________________________
5317 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
5318         Log: Subject: [PATCH] -Wall cleanup: op.c
5319              From: Richard Soderberg <rs@oregonnet.com>
5320              Date: Thu, 2 Aug 2001 00:17:09 -0700
5321              Message-Id: <200108020717.AAA26895@oregonnet.com>
5322              
5323              Subject: [PATCH] -Wall cleanup: sv.c
5324              From: Richard Soderberg <rs@oregonnet.com>
5325              Date: Thu, 2 Aug 2001 00:49:21 -0700
5326              Message-Id: <200108020749.AAA27492@oregonnet.com>
5327      Branch: perl
5328            ! op.c sv.c
5329 ____________________________________________________________________________
5330 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
5331         Log: Update Changes.
5332      Branch: perl
5333            ! Changes patchlevel.h
5334 ____________________________________________________________________________
5335 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
5336         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5337              From: Doug MacEachern <dougm@covalent.net>
5338              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
5339              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
5340      Branch: perl
5341            ! op.c
5342 ____________________________________________________________________________
5343 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
5344         Log: The #11541 didn't work under threads.
5345      Branch: perl
5346            ! op.c
5347 ____________________________________________________________________________
5348 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
5349         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
5350              From: Hugo <hv@crypt.compulink.co.uk>
5351              Date: Fri, 22 Jun 2001 01:19:08 +0100 
5352              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
5353              
5354              (Skip tests if accept() failed)
5355      Branch: perl
5356            ! ext/IO/lib/IO/t/io_unix.t
5357 ____________________________________________________________________________
5358 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
5359         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
5360              From: "Stian Seeberg" <sseeberg@nimsoft.no>
5361              Date: Mon, 30 Jul 2001 12:28:07 +0200
5362              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
5363      Branch: perl
5364            ! perl.h
5365 ____________________________________________________________________________
5366 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
5367         Log: Subject: Pluggable optimizer
5368              From: Simon Cozens <simon@netthink.co.uk>
5369              Date: Wed, 1 Aug 2001 13:57:02 -0700
5370              Message-ID: <20010801135702.I10442@netthink.co.uk>
5371      Branch: perl
5372            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
5373 ____________________________________________________________________________
5374 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
5375         Log: Subject: [ID 20010801.039] perlre.pod message typo
5376              From: Autrijus Tang <autrijus@geb.elixus.org>
5377              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
5378              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
5379      Branch: perl
5380            ! pod/perlre.pod
5381 ____________________________________________________________________________
5382 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
5383         Log: Test for change #11536.
5384      Branch: perl
5385            ! t/op/tiehandle.t
5386 ____________________________________________________________________________
5387 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
5388         Log: More test fixups for #11537.
5389      Branch: perl
5390            ! t/lib/warnings/4lint t/lib/warnings/9enabled
5391 ____________________________________________________________________________
5392 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
5393         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5394              From: Doug MacEachern <dougm@covalent.net>
5395              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
5396              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
5397      Branch: perl
5398            ! op.c t/TestInit.pm
5399 ____________________________________________________________________________
5400 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
5401         Log: Subject: [patch] ithreads + refto bug
5402              From: Doug MacEachern <dougm@covalent.net>
5403              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
5404              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
5405              
5406              (Test in change #11539)
5407      Branch: perl
5408            ! pp.c
5409 ____________________________________________________________________________
5410 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
5411         Log: Subject: [PATCH: perl@11523] fixups for t/harness
5412              From: Prymmer/Kahn <pvhp@best.com>
5413              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
5414              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
5415      Branch: perl
5416            ! t/harness
5417 ____________________________________________________________________________
5418 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
5419         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
5420              From: Prymmer/Kahn <pvhp@best.com>
5421              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
5422              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
5423      Branch: perl
5424            ! win32/Makefile win32/makefile.mk
5425 ____________________________________________________________________________
5426 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
5427         Log: Need to know the number of tests.
5428      Branch: perl
5429            ! t/run/exit.t
5430 ____________________________________________________________________________
5431 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
5432         Log: Subject: Re: new exit tests on VMS
5433              From: "Craig A. Berry" <craigberry@mac.com>
5434              Date: Tue, 31 Jul 2001 12:19:29 -0500
5435              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
5436      Branch: perl
5437            ! t/run/exit.t
5438 ____________________________________________________________________________
5439 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
5440         Log: Retract #11530 (the dTHX is needed under threads)
5441      Branch: perl
5442            ! perlio.c
5443 ____________________________________________________________________________
5444 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
5445         Log: (Retracted by #11531)
5446      Branch: perl
5447            ! perlio.c
5448 ____________________________________________________________________________
5449 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
5450         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
5451              From: Richard Soderberg <rs@crystalflame.net>
5452              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
5453              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
5454      Branch: perl
5455            ! unixish.h
5456 ____________________________________________________________________________
5457 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
5458         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
5459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5460              Date: Tue, 31 Jul 2001 05:39:09 -0400
5461              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
5462              
5463              (with a note about the case of UV being equal to long long)
5464      Branch: perl
5465            ! utils/h2xs.PL
5466 ____________________________________________________________________________
5467 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
5468         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
5469              From: "Craig A. Berry" <craigberry@mac.com>
5470              Date: Tue, 31 Jul 2001 14:57:43 -0500
5471              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
5472      Branch: perl
5473            ! t/io/fs.t
5474 ____________________________________________________________________________
5475 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
5476         Log: Fix for
5477              
5478              Subject: [ID 20010116.001] File::Copy truncates orig file 
5479              From: arbor@al37al08.telecel.pt
5480              Date: Tue, 16 Jan 2001 11:43:02 GMT
5481              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
5482              
5483              (copy($foo, $foo) would truncate $foo)
5484      Branch: perl
5485            ! lib/File/Copy.pm lib/File/Copy.t
5486 ____________________________________________________________________________
5487 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
5488         Log: Metaconfig unit change for #11524.
5489      Branch: metaconfig/U/perl
5490            ! Extras.U
5491 ____________________________________________________________________________
5492 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
5493         Log: Multiple modules didn't work; plus typo fixes.
5494      Branch: perl
5495            ! Configure
5496 ____________________________________________________________________________
5497 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
5498         Log: Update Changes.
5499      Branch: perl
5500            ! Changes patchlevel.h
5501 ____________________________________________________________________________
5502 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
5503         Log: Regen perlapi.
5504      Branch: perl
5505            ! pod/perlapi.pod
5506 ____________________________________________________________________________
5507 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
5508         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
5509              From: Dave Mitchell <davem@fdgroup.co.uk>
5510              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
5511              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
5512      Branch: perl
5513            ! sv.c
5514 ____________________________________________________________________________
5515 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
5516         Log: Regen toc.
5517      Branch: perl
5518            ! pod/perltoc.pod
5519 ____________________________________________________________________________
5520 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
5521         Log: Regen Porting stuff.
5522      Branch: perl
5523            ! Porting/Glossary Porting/config.sh Porting/config_H
5524 ____________________________________________________________________________
5525 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
5526         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
5527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5528              Date: Tue, 31 Jul 2001 05:34:38 -0400
5529              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
5530      Branch: perl
5531            ! utils/h2xs.PL
5532 ____________________________________________________________________________
5533 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
5534         Log: Metaconfig unit change for #11516. 
5535      Branch: metaconfig/U/perl
5536            ! gccvers.U
5537 ____________________________________________________________________________
5538 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
5539         Log: Add -Wall in cflags, not in Configure.
5540              (This way -Wall affects only the core and the core XS,
5541              not user modules' XS.  Concern from Paul Marquess,
5542              implementation idea from Andy Dougherty.)
5543      Branch: perl
5544            ! Configure cflags.SH
5545 ____________________________________________________________________________
5546 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
5547         Log: Metaconfig unit changes for #11514.
5548      Branch: metaconfig
5549            + U/modified/sysman.U
5550            ! U/installdirs/man1dir.U
5551 ____________________________________________________________________________
5552 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
5553         Log: Subject: Configure's detection of system manual
5554              From: Sean Dague <sean@dague.net> 
5555              Date: Sun, 13 May 2001 15:53:15 -0400
5556              Message-ID: <20010513155315.A15833@underhill.dague.net>
5557      Branch: perl
5558            ! Configure
5559 ____________________________________________________________________________
5560 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
5561         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
5562              From: Autrijus Tang <autrijus@autrijus.org> 
5563              Date: Thu, 21 Jun 2001 23:56:48 +0800
5564              Message-Id: <20010621235648.A57340@not.autrijus.org>
5565      Branch: perl
5566            ! pod/perlobj.pod
5567 ____________________________________________________________________________
5568 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
5569         Log: Subject: Typo in DB_File.pm
5570              From: "Philip Newton" <Philip.Newton@gmx.net>
5571              Date: Tue, 31 Jul 2001 06:19:35 +0200
5572              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
5573      Branch: perl
5574            ! ext/DB_File/DB_File.pm
5575 ____________________________________________________________________________
5576 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
5577         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
5578              From: "Stephen P. Potter" <spp@spotter.yi.org>
5579              Date: Wed, 30 May 2001 13:59:34 -0400
5580              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
5581      Branch: perl
5582            ! pod/perlre.pod
5583 ____________________________________________________________________________
5584 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
5585         Log: eval "format foo=" would loop indefinitely; reported in
5586              
5587              Subject: A load of old rubbish
5588              From: Mike Guy <mjtg@cam.ac.uk>
5589              Date: Mon, 14 May 2001 16:12:22 +0100
5590              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
5591              
5592              (The core dumps reported in there already fixed.)
5593      Branch: perl
5594            ! toke.c
5595 ____________________________________________________________________________
5596 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
5597         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
5598      Branch: perl
5599            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
5600            + lib/Switch/t/switch_case.t
5601            - lib/Switch/test.pl
5602            ! MANIFEST lib/Switch.pm
5603 ____________________________________________________________________________
5604 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
5605         Log: Subject: [PATCH @11505] DB_File-1.78
5606              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5607              Date: Mon, 30 Jul 2001 22:54:37 +0100
5608              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
5609      Branch: perl
5610            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5611            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5612 ____________________________________________________________________________
5613 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
5614         Log: Explain in more detail why -pipe and -fno-common are good.
5615      Branch: perl
5616            ! hints/darwin.sh
5617 ____________________________________________________________________________
5618 [ 11506] By: nick                                  on 2001/07/30  14:32:23
5619         Log: Integrate mainline
5620      Branch: perlio
5621           !> INSTALL Makefile.SH doio.c hints/darwin.sh
5622 ____________________________________________________________________________
5623 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
5624         Log: Perl hasn't been putting man pages into $prefix/lib for
5625              a long time now; pointed out by Andy Dougherty. 
5626      Branch: perl
5627            ! hints/darwin.sh
5628 ____________________________________________________________________________
5629 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
5630         Log: Document the extras Configure option.
5631      Branch: perl
5632            ! INSTALL
5633 ____________________________________________________________________________
5634 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
5635         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
5636              everywhere.
5637      Branch: perl
5638           !> doio.c
5639 ____________________________________________________________________________
5640 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
5641         Log: Doubly guard against invoking CPAN if no extras defined,
5642              pointed out by H. Merijn Brand.
5643      Branch: perl
5644            ! Makefile.SH
5645 ____________________________________________________________________________
5646 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
5647         Log: Fix O_RDONLY check to check for O_RDONLY.
5648      Branch: maint-5.6/macperl
5649            ! doio.c
5650 ____________________________________________________________________________
5651 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
5652         Log: Integrate miscellaneous changes from maint-5.6/perl.
5653      Branch: maint-5.6/macperl
5654           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
5655 ____________________________________________________________________________
5656 [ 11499] By: nick                                  on 2001/07/30  06:52:42
5657         Log: Integrate mainline
5658      Branch: perlio
5659           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
5660           +> win32/sync_ext.pl
5661            - win32/sncfnmcs.pl
5662           !> (integrate 71 files)
5663 ____________________________________________________________________________
5664 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
5665         Log: Update Changes.
5666      Branch: perl
5667            ! Changes patchlevel.h
5668 ____________________________________________________________________________
5669 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
5670         Log: Now Configure -Dextras=Foo::Bar and "make install" will
5671              fetch and install Foo::Bar.
5672      Branch: perl
5673            ! Makefile.SH
5674 ____________________________________________________________________________
5675 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
5676         Log: Metaconfig unit change for #11495.
5677      Branch: metaconfig/U/perl
5678            ! Extras.U
5679 ____________________________________________________________________________
5680 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
5681         Log: extras.make, extras.test, and extras.install make targets.
5682      Branch: perl
5683            ! Configure Makefile.SH
5684 ____________________________________________________________________________
5685 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
5686         Log: Metaconfig unit change for #11493.
5687      Branch: metaconfig/U/perl
5688            ! Extras.U
5689 ____________________________________________________________________________
5690 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
5691         Log: Better to have the list of extras in $extras than 'define'.
5692      Branch: perl
5693            ! Configure
5694 ____________________________________________________________________________
5695 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
5696         Log: The metaconfig unit change for #11490.
5697      Branch: metaconfig/U/perl
5698            + Extras.U
5699 ____________________________________________________________________________
5700 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
5701         Log: Missed from #11490 (the required dependency).
5702      Branch: perl
5703            ! Makefile.SH
5704 ____________________________________________________________________________
5705 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
5706         Log: Add the support of asking for extra modules or bundles of modules
5707              to be fetched from the CPAN and installed as a part of the Perl
5708              build process.  None of this installation is yet really done;
5709              only the list is asked, and saved away in extras.lst for
5710              the build and installation process to worry about later.
5711      Branch: perl
5712            ! Configure
5713 ____________________________________________________________________________
5714 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
5715         Log: Beginnings of better Inf and NaN support.
5716              At least toke.c and sv.c still need quite a bit of work.
5717      Branch: perl
5718            ! numeric.c perl.h
5719 ____________________________________________________________________________
5720 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
5721         Log: Top-level Makefile didn't honour OPTIMIZE.
5722      Branch: perl
5723            ! Makefile.SH
5724 ____________________________________________________________________________
5725 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
5726         Log: Update Changes.
5727      Branch: perl
5728            ! Changes patchlevel.h
5729 ____________________________________________________________________________
5730 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
5731         Log: Use Search::Dict 1.02 interface for charinfo().
5732      Branch: perl
5733            ! lib/UnicodeCD.pm
5734 ____________________________________________________________________________
5735 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
5736         Log: Now also allow transforming the read lines before comparing them.
5737              (This will help UnicodeCD.) 
5738      Branch: perl
5739            ! lib/Search/Dict.pm
5740 ____________________________________________________________________________
5741 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
5742         Log: Remove tiehandle code.
5743      Branch: perl
5744            ! lib/UnicodeCD.pm
5745 ____________________________________________________________________________
5746 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
5747         Log: Allow specifying a comparison function for Search::Dict::look().
5748      Branch: perl
5749            ! lib/Search/Dict.pm
5750 ____________________________________________________________________________
5751 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
5752         Log: Small UnicodeCD tweaks.
5753      Branch: perl
5754            ! lib/UnicodeCD.pm lib/UnicodeCD.t
5755 ____________________________________________________________________________
5756 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
5757         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
5758              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5759              Date: Tue, 24 Jul 2001 01:51:32 +0900
5760              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
5761      Branch: perl
5762            ! lib/UnicodeCD.pm lib/UnicodeCD.t
5763 ____________________________________________________________________________
5764 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
5765         Log: Subject: [PATCH] installperl
5766              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
5767              Date: Fri, 27 Jul 2001 19:05:04 -0700
5768              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
5769      Branch: perl
5770            ! installperl
5771 ____________________________________________________________________________
5772 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
5773         Log: Subject: [PATCH] Set proper compatibility versions in core
5774              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
5775              Date: Fri, 27 Jul 2001 20:01:49 -0700
5776              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
5777      Branch: perl
5778            ! Makefile.SH
5779 ____________________________________________________________________________
5780 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
5781         Log: Metaconfig unit change for #11477.
5782      Branch: metaconfig/U/perl
5783            ! dlsrc.U
5784 ____________________________________________________________________________
5785 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
5786         Log: Subject: [PATCH] Darwin: -fpic not so good
5787              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
5788              Date: Fri, 27 Jul 2001 18:57:38 -0700
5789              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
5790      Branch: perl
5791            ! Configure
5792 ____________________________________________________________________________
5793 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
5794         Log: Subject: [PATCH] Clean up Darwin hints
5795              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
5796              Date: Fri, 27 Jul 2001 19:13:15 -0700
5797              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
5798      Branch: perl
5799            ! hints/darwin.sh
5800 ____________________________________________________________________________
5801 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
5802         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
5803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5804              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
5805              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
5806      Branch: perl
5807            ! pod/perlfunc.pod pp.c t/op/split.t
5808 ____________________________________________________________________________
5809 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
5810         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
5811              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5812              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
5813              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
5814      Branch: perl
5815            ! pod/perlvar.pod
5816 ____________________________________________________________________________
5817 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
5818         Log: Subject: [PATCH] fixes to constant.pm documentation
5819              From: Ilmari Karonen <iltzu@sci.fi>
5820              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
5821              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
5822      Branch: perl
5823            ! lib/constant.pm
5824 ____________________________________________________________________________
5825 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
5826         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
5827              From: "Philip Newton" <Philip.Newton@gmx.net>
5828              Date: Fri, 27 Jul 2001 07:51:10 +0200
5829              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
5830      Branch: perl
5831            ! pod/perlport.pod
5832 ____________________________________________________________________________
5833 [ 11471] By: nick                                  on 2001/07/26  06:23:32
5834         Log: Subject:  [PATCH] Doc fix for perlguts / threading
5835              From:  Arthur Bergman <arthur@contiller.se>
5836              Date:  Wed, 25 Jul 2001 11:28:23 +0200
5837              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
5838      Branch: perl
5839            ! pod/perlguts.pod
5840 ____________________________________________________________________________
5841 [ 11470] By: nick                                  on 2001/07/26  06:21:06
5842         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
5843              From:  Philip Newton <Philip.Newton@gmx.net>
5844              Date:  Wed, 25 Jul 2001 08:19:47 +0200
5845              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
5846      Branch: perl
5847            ! INSTALL
5848 ____________________________________________________________________________
5849 [ 11469] By: nick                                  on 2001/07/26  06:20:25
5850         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
5851              From:  Philip Newton <Philip.Newton@gmx.net>
5852              Date:  Wed, 25 Jul 2001 08:12:48 +0200
5853              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
5854      Branch: perl
5855            ! INSTALL
5856 ____________________________________________________________________________
5857 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
5858         Log: More +x.
5859      Branch: perl
5860            ! Porting/makerel
5861 ____________________________________________________________________________
5862 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
5863         Log: Update Changes.
5864      Branch: perl
5865            ! Changes patchlevel.h
5866 ____________________________________________________________________________
5867 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
5868         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
5869              From: "Philip Newton" <Philip.Newton@gmx.net>
5870              Date: Tue, 24 Jul 2001 06:45:55 +0200
5871              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
5872      Branch: perl
5873            ! os2/perlrexx.c
5874 ____________________________________________________________________________
5875 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
5876         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
5877              From: Peter Prymmer <pvhp@forte.com>
5878              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
5879              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
5880      Branch: perl
5881            ! pod/perlport.pod t/io/fs.t vms/test.com
5882 ____________________________________________________________________________
5883 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
5884         Log: Workaround on Cwd bootstrap problem.
5885      Branch: perl
5886            ! lib/ExtUtils/MakeMaker.pm
5887 ____________________________________________________________________________
5888 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
5889         Log: When in Rome, quote like the Romans do.
5890      Branch: perl
5891            ! cflags.SH
5892 ____________________________________________________________________________
5893 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
5894         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
5895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5896              Date: Mon, 23 Jul 2001 19:29:49 -0400
5897              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
5898      Branch: perl
5899            + os2/perlrexx.c
5900            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
5901            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
5902            ! t/op/write.t
5903 ____________________________________________________________________________
5904 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
5905         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
5906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5907              Date: Mon, 23 Jul 2001 18:43:42 -0400
5908              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
5909      Branch: perl
5910            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5911 ____________________________________________________________________________
5912 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
5913         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
5914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5915              Date: Mon, 23 Jul 2001 18:33:16 -0400
5916              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
5917      Branch: perl
5918            ! lib/ExtUtils/MakeMaker.pm
5919 ____________________________________________________________________________
5920 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
5921         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
5922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5923              Date: Mon, 23 Jul 2001 18:20:35 -0400
5924              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
5925      Branch: perl
5926            ! Makefile.SH cflags.SH
5927 ____________________________________________________________________________
5928 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
5929         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
5930              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
5931              Date: Mon, 23 Jul 2001 11:32:17 -0500
5932              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
5933      Branch: perl
5934            ! lib/ExtUtils/MakeMaker.pm
5935 ____________________________________________________________________________
5936 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
5937         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
5938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5939              Date: Mon, 23 Jul 2001 18:13:20 -0400
5940              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
5941      Branch: perl
5942            ! lib/perl5db.pl
5943 ____________________________________________________________________________
5944 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
5945         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
5946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5947              Date: Mon, 23 Jul 2001 18:07:40 -0400
5948              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
5949      Branch: perl
5950            ! op.c
5951 ____________________________________________________________________________
5952 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
5953         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
5954              From: "Craig A. Berry" <craigberry@mac.com>
5955              Date: Mon, 23 Jul 2001 15:35:06 -0500
5956              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
5957      Branch: perl
5958            ! util.c
5959 ____________________________________________________________________________
5960 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
5961         Log: Subject: [PATCH perlfaq9.pod typo]
5962              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
5963              Date: Mon, 23 Jul 2001 07:49:05 -0700
5964              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
5965      Branch: perl
5966            ! pod/perlfaq9.pod
5967 ____________________________________________________________________________
5968 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
5969         Log: Subject: win32\sncfnmcs.pl corrections
5970              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5971              Date: Mon, 23 Jul 2001 12:56:54 +0200
5972              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
5973              
5974              Rename the script a little bit more sensibly.
5975      Branch: perl
5976            + win32/sync_ext.pl
5977            - win32/sncfnmcs.pl
5978            ! MANIFEST README.win32
5979 ____________________________________________________________________________
5980 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
5981         Log: Test tweak.
5982      Branch: perl
5983            ! ext/B/Deparse.t
5984 ____________________________________________________________________________
5985 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
5986         Log: Metaconfig unit tweak for #11450.
5987      Branch: metaconfig/U/perl
5988            ! Mksymlinks.U
5989 ____________________________________________________________________________
5990 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
5991         Log: Too volatile failsafe check.
5992      Branch: perl
5993            ! Configure
5994 ____________________________________________________________________________
5995 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
5996         Log: Further doc tweaks.
5997      Branch: perl
5998            ! lib/UnicodeCD.pm
5999 ____________________________________________________________________________
6000 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
6001         Log: Doc tweaks.
6002      Branch: perl
6003            ! lib/UnicodeCD.pm
6004 ____________________________________________________________________________
6005 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
6006         Log: Doc tweakery from Abhijit.
6007      Branch: perl
6008            ! Porting/repository.pod
6009 ____________________________________________________________________________
6010 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
6011         Log: An accidental empty line.
6012      Branch: perl
6013            ! MANIFEST
6014 ____________________________________________________________________________
6015 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
6016         Log: Missing MANIFESTations.
6017      Branch: perl
6018            ! MANIFEST
6019 ____________________________________________________________________________
6020 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
6021         Log: Update Changes.
6022      Branch: perl
6023            ! Changes patchlevel.h
6024 ____________________________________________________________________________
6025 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
6026         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
6027              From: Mike Guy <mjtg@cam.ac.uk>
6028              Date: Fri, 20 Jul 2001 16:12:49 +0100
6029              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
6030      Branch: perl
6031            ! Porting/pumpkin.pod
6032 ____________________________________________________________________________
6033 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
6034         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6035              From: Peter Prymmer <pvhp@forte.com>
6036              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
6037              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
6038      Branch: perl
6039            ! pod/perlhack.pod
6040 ____________________________________________________________________________
6041 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
6042         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
6043              From: Michael G Schwern <schwern@pobox.com>
6044              Date: Fri, 20 Jul 2001 20:22:35 -0400
6045              Message-ID: <20010720202235.O4498@blackrider>
6046      Branch: perl
6047            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
6048            ! lib/Test/t/todo.t
6049 ____________________________________________________________________________
6050 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
6051         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
6052              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6053              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
6054              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
6055      Branch: perl
6056            ! ext/POSIX/POSIX.pod
6057 ____________________________________________________________________________
6058 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
6059         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
6060              From: Mark-Jason Dominus <mjd@plover.com>
6061              Date: Fri, 20 Jul 2001 23:16:54 -0400
6062              Message-ID: <20010721031654.21877.qmail@plover.com>
6063      Branch: perl
6064            ! ext/POSIX/POSIX.pod
6065 ____________________________________________________________________________
6066 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
6067         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
6068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6069              Date: Sun, 22 Jul 2001 14:56:09 +0200
6070              Message-ID: <20010722145609.A766@rafael>
6071      Branch: perl
6072            ! ext/B/O.pm
6073 ____________________________________________________________________________
6074 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
6075         Log: Subject: regexec.c #define cleanup
6076              From: Mark-Jason Dominus <mjd@plover.com>
6077              Date: Sat, 21 Jul 2001 18:33:25 -0400
6078              Message-ID: <20010721223325.3069.qmail@plover.com>
6079      Branch: perl
6080            ! regexec.c
6081 ____________________________________________________________________________
6082 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
6083         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
6084              From: Prymmer/Kahn <pvhp@best.com>
6085              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
6086              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
6087      Branch: perl
6088            ! t/io/fs.t
6089 ____________________________________________________________________________
6090 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
6091         Log: Typo in #11432.
6092      Branch: perl
6093            ! ext/POSIX/POSIX.t
6094 ____________________________________________________________________________
6095 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
6096         Log: Integrate (manually) change #11424 from macperl.
6097      Branch: perl
6098            ! ext/Filter/t/call.t
6099 ____________________________________________________________________________
6100 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
6101         Log: Integrate change #11408 from macperl.
6102      Branch: perl
6103           !> README.macos pod/perlport.pod
6104 ____________________________________________________________________________
6105 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
6106         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
6107      Branch: perl
6108           +> macos/MacPerlTests.cmd macos/xsubpp.patch
6109            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6110            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
6111            ! ext/POSIX/POSIX.t
6112 ____________________________________________________________________________
6113 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
6114         Log: pod/*.t tests not picked up by t/TEST either
6115      Branch: maint-5.6/perl
6116            ! t/TEST
6117 ____________________________________________________________________________
6118 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
6119         Log: better tweak for change#11429 (windows has both / and \ separated
6120              paths in @INC at that point)
6121      Branch: maint-5.6/perl
6122            ! t/pod/testp2pt.pl
6123 ____________________________________________________________________________
6124 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
6125         Log: MacOS pod test tweak needs \Escape
6126      Branch: maint-5.6/perl
6127            ! t/pod/testp2pt.pl
6128 ____________________________________________________________________________
6129 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
6130         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
6131              resulting duplicate output, but t/harness isn't)
6132      Branch: maint-5.6/perl
6133            ! t/run/runenv.t
6134 ____________________________________________________________________________
6135 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
6136         Log: t/harness wasn't picking up all the tests
6137      Branch: maint-5.6/perl
6138            ! t/harness
6139 ____________________________________________________________________________
6140 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
6141         Log: update MANIFEST for new file
6142      Branch: maint-5.6/perl
6143            ! MANIFEST
6144 ____________________________________________________________________________
6145 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
6146         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
6147              the exception of the macperl/macos/... tree
6148      Branch: maint-5.6/perl
6149           +> t/lib/filefind-taint.t
6150           !> (integrate 72 files)
6151 ____________________________________________________________________________
6152 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
6153         Log: Fix test.
6154      Branch: maint-5.6/macperl
6155            ! macos/bundled_ext/Filter/t/call.t
6156 ____________________________________________________________________________
6157 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
6158         Log: Make perl fork()-safe (in a slightly limited way) even on
6159              platforms that don't have pthread_atfork() (extension of
6160              the fix in change#11151).
6161              
6162              Note that this will not help extensions that call fork()
6163              directly in C, or that link to libraries that call fork()
6164              directly.  Such cases must be fixed to either call
6165              PerlProc_fork(), or call atfork_lock() in parent before the
6166              calling the function that forks and call atfork_unlock()
6167              in both parent and child immediately after the fork().
6168              (There are no worries if C code calls exec() in the child
6169              immediately after a fork().  Only cases where the child
6170              calls perl's API functions (including New()) after the
6171              fork() are problematic.)
6172              
6173              This change also eliminates the use of vfork() from perl,
6174              since all such uses were violating the severe restrictions
6175              on modifying the state of the process between the vfork()
6176              and the exec().
6177              
6178              This is a modified version of patches suggested by Abhijit
6179              Menon-Sen and Richard Soderberg.
6180      Branch: perl
6181            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
6182            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
6183 ____________________________________________________________________________
6184 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
6185         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
6186              Switch, and Text::Balanced.
6187      Branch: maint-5.6/macperl
6188            + macos/bundled_ext/Filter/Util/Call/Call.pm
6189            + macos/bundled_ext/Filter/Util/Call/Call.xs
6190            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
6191            + macos/bundled_ext/Filter/t/MyFilter.pm
6192            + macos/bundled_ext/Filter/t/call.t
6193            + macos/bundled_ext/Filter/t/filter-util.pl
6194            + macos/bundled_lib/blib/lib/Class/ISA.pm
6195            + macos/bundled_lib/blib/lib/Digest.pm
6196            + macos/bundled_lib/blib/lib/Filter/Simple.pm
6197            + macos/bundled_lib/blib/lib/Switch.pm
6198            + macos/bundled_lib/blib/lib/Text/Balanced.pm
6199            + macos/bundled_lib/blib/lib/Text/Balanced.pod
6200            + macos/bundled_lib/t/Class/ISA/test.pl
6201            + macos/bundled_lib/t/Digest/Digest.t
6202            + macos/bundled_lib/t/Filter/Simple/test.pl
6203            + macos/bundled_lib/t/Switch/test.pl
6204            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
6205            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6206            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
6207            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6208            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
6209            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
6210            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6211            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
6212 ____________________________________________________________________________
6213 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
6214         Log: Add Filter::Util::Call to config/make files; edit utils
6215              to recognize the module (it was descended too far down).
6216              Bump version to 5.6.1a4.
6217      Branch: maint-5.6/macperl
6218            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
6219            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
6220            ! macos/macperl/Makefile.mk macos/xsubpp.patch
6221 ____________________________________________________________________________
6222 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
6223         Log: Make DB_File the default for MLDBM on MacOS.
6224      Branch: maint-5.6/macperl
6225            ! macos/bundled_lib/blib/lib/MLDBM.pm
6226 ____________________________________________________________________________
6227 [ 11419] By: nick                                  on 2001/07/20  14:51:03
6228         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
6229              From:  Simon Cozens <simon@netthink.co.uk>
6230              Date:  Fri, 20 Jul 2001 11:42:35 -0400
6231              Message-Id:  <20010720114235.A5235@netthink.co.uk>
6232      Branch: perl
6233            ! lib/UnicodeCD.pm
6234 ____________________________________________________________________________
6235 [ 11418] By: nick                                  on 2001/07/20  14:48:12
6236         Log: Subject:  [PATCH regcomp.h] adds a comment
6237              From:  Abhijit Menon-Sen <ams@wiw.org>
6238              Date:  Fri, 20 Jul 2001 21:05:37 +0530
6239              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
6240      Branch: perl
6241            ! regcomp.h
6242 ____________________________________________________________________________
6243 [ 11417] By: nick                                  on 2001/07/20  14:16:38
6244         Log: Subject:  [PATCH 5.7.2] INSTALL updates
6245              From:  Andy Dougherty <doughera@lafayette.edu>
6246              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
6247              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
6248      Branch: perl
6249            ! INSTALL
6250 ____________________________________________________________________________
6251 [ 11416] By: nick                                  on 2001/07/20  06:44:44
6252         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6253              From:  Russ Allbery <rra@stanford.edu>
6254              Date:  19 Jul 2001 15:52:37 -0700
6255              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
6256      Branch: perl
6257            ! lib/Pod/Man.pm
6258 ____________________________________________________________________________
6259 [ 11415] By: nick                                  on 2001/07/20  06:35:11
6260         Log: Subject:  [PATCH] defer op_seq allocation
6261              From:  Abhijit Menon-Sen <ams@wiw.org>
6262              Date:  Thu, 19 Jul 2001 22:12:24 +0530
6263              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
6264      Branch: perl
6265            ! op.c
6266 ____________________________________________________________________________
6267 [ 11414] By: nick                                  on 2001/07/20  06:23:36
6268         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
6269              From:  Abhijit Menon-Sen <ams@wiw.org>
6270              Date:  Fri, 20 Jul 2001 01:18:50 +0530
6271              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
6272              (Private e-mail)
6273      Branch: perl
6274            ! ext/Time/HiRes/HiRes.xs
6275 ____________________________________________________________________________
6276 [ 11413] By: nick                                  on 2001/07/20  06:18:53
6277         Log: Integrate mainline
6278      Branch: perlio
6279           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
6280            - t/base/commonsense.t
6281           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
6282           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
6283           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
6284           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
6285           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
6286           !> win32/win32.c
6287 ____________________________________________________________________________
6288 [ 11412] By: nick                                  on 2001/07/19  06:44:27
6289         Log: Integrate win32/perlhost.h from maintenance branch.
6290              (Rest of $ENV{PATH} / system() fix.)
6291      Branch: perl
6292           !> win32/perlhost.h
6293 ____________________________________________________________________________
6294 [ 11411] By: nick                                  on 2001/07/19  06:41:34
6295         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
6296              From:  Philip Newton <Philip.Newton@gmx.net>
6297              Date:  Wed, 18 Jul 2001 21:43:57 +0200
6298              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
6299      Branch: perl
6300            ! pod/perlhack.pod
6301 ____________________________________________________________________________
6302 [ 11410] By: nick                                  on 2001/07/19  06:39:35
6303         Log: Subject:  Security hole in taint checking in open()
6304              From:  deekoo@tentacle.net
6305              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
6306              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
6307      Branch: perl
6308            ! doio.c
6309 ____________________________________________________________________________
6310 [ 11409] By: nick                                  on 2001/07/19  06:28:08
6311         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
6312              From:  Abhijit Menon-Sen <ams@wiw.org>
6313              Date:  Thu, 19 Jul 2001 04:30:43 +0530
6314              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
6315      Branch: perl
6316            ! ext/Time/HiRes/HiRes.xs
6317 ____________________________________________________________________________
6318 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
6319         Log: Update docs with latest implementation information and new URLs.
6320      Branch: maint-5.6/macperl
6321            ! README.macos pod/perlport.pod
6322 ____________________________________________________________________________
6323 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
6324         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
6325              Fix BuildRules to accept optimization variables.
6326      Branch: maint-5.6/macperl
6327            + macos/bundled_ext/Digest/MD5/Makefile.mk
6328            ! macos/BuildRules.mk macos/Makefile.mk
6329            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
6330            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
6331 ____________________________________________________________________________
6332 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
6333         Log: Integrate changes 11399,11401
6334      Branch: maint-5.6/macperl
6335           !> win32/perlhost.h win32/win32.c
6336 ____________________________________________________________________________
6337 [ 11405] By: nick                                  on 2001/07/18  06:50:33
6338         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
6339              from perl5.6*
6340      Branch: perl
6341           !> win32/perlhost.h win32/win32.c
6342 ____________________________________________________________________________
6343 [ 11404] By: nick                                  on 2001/07/18  06:43:59
6344         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
6345              From:  hv@crypt0.demon.co.uk
6346              Date:  Wed, 18 Jul 2001 05:58:46 +0100
6347              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
6348      Branch: perl
6349            ! ext/POSIX/POSIX.t
6350 ____________________________________________________________________________
6351 [ 11403] By: nick                                  on 2001/07/18  06:38:57
6352         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
6353              From:  hv@crypt0.demon.co.uk
6354              Date:  Wed, 18 Jul 2001 05:21:54 +0100
6355              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
6356      Branch: perl
6357            ! numeric.c t/op/arith.t
6358 ____________________________________________________________________________
6359 [ 11402] By: nick                                  on 2001/07/18  06:19:17
6360         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
6361              From:  mjd@plover.com
6362              Date:  17 Jul 2001 17:59:20 -0000
6363              Message-Id:  <20010717175920.8177.qmail@plover.com>
6364      Branch: perl
6365            ! pod/perlre.pod
6366 ____________________________________________________________________________
6367 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
6368         Log: thinko in change#11400 (duh)
6369      Branch: maint-5.6/perl
6370            ! win32/perlhost.h
6371 ____________________________________________________________________________
6372 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
6373         Log: change#11399 revealed another unrelated bug; this is just a temporary
6374              bandaid
6375      Branch: maint-5.6/perl
6376            ! win32/perlhost.h
6377 ____________________________________________________________________________
6378 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
6379         Log: fix bugs in handling of the virtualized environment under windows;
6380              there were bugs in propagating any changes to %ENV down to the real
6381              environment when such changes happened in the toplevel process
6382              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
6383              problem identification, and for a part of the fix)
6384      Branch: maint-5.6/perl
6385            ! win32/perlhost.h win32/win32.c
6386 ____________________________________________________________________________
6387 [ 11398] By: nick                                  on 2001/07/17  08:26:35
6388         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6389              From: Peter Prymmer <pvhp@forte.com>
6390              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
6391              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
6392              
6393              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
6394              should not depend on existance of Config.pm
6395      Branch: perl
6396           +> t/lib/commonsense.t
6397            - t/base/commonsense.t
6398            ! MANIFEST t/README
6399 ____________________________________________________________________________
6400 [ 11397] By: nick                                  on 2001/07/17  08:09:58
6401         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
6402              From:  Michael G Schwern <schwern@pobox.com>
6403              Date:  Mon, 16 Jul 2001 18:20:31 -0400
6404              Message-Id:  <20010716182031.A1128@blackrider>
6405      Branch: perl
6406            ! pod/perlhack.pod
6407 ____________________________________________________________________________
6408 [ 11396] By: nick                                  on 2001/07/17  08:04:11
6409         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
6410              From:  Gwyn Judd <b.judd@xtra.co.nz>
6411              Date:  Tue, 17 Jul 2001 20:55:58 +1200
6412              Message-Id:  <20010717205558.A3107@thislove>
6413      Branch: perl
6414            ! pod/perlfunc.pod
6415 ____________________________________________________________________________
6416 [ 11395] By: nick                                  on 2001/07/17  08:02:22
6417         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
6418              From:  Peter Prymmer <pvhp@forte.com>
6419              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
6420              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
6421      Branch: perl
6422            ! t/op/sprintf.t
6423 ____________________________________________________________________________
6424 [ 11394] By: nick                                  on 2001/07/17  07:57:06
6425         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
6426              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
6427              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
6428              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
6429      Branch: perl
6430            ! gv.c
6431 ____________________________________________________________________________
6432 [ 11392] By: nick                                  on 2001/07/17  07:50:12
6433         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
6434              From:  Coral <coral@moonlight.crystalflame.net>
6435              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
6436              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
6437      Branch: perl
6438            ! pp_sys.c thread.h
6439 ____________________________________________________________________________
6440 [ 11391] By: nick                                  on 2001/07/17  07:34:28
6441         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
6442              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6443              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
6444              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
6445      Branch: perl
6446            ! utils/h2xs.PL
6447 ____________________________________________________________________________
6448 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
6449         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
6450              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
6451              and Mac::Apps::Launch, which don't work, and Time::HiRes and
6452              Time::Piece, which don't yet work.
6453      Branch: maint-5.6/macperl
6454            + (add 154 files)
6455 ____________________________________________________________________________
6456 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
6457         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
6458              Also add hack to get around missing setenv for PERL5DB.
6459      Branch: maint-5.6/macperl
6460            ! macos/macish.c macos/macish.h
6461 ____________________________________________________________________________
6462 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
6463         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
6464      Branch: maint-5.6/macperl
6465            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
6466            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
6467 ____________________________________________________________________________
6468 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
6469         Log: Fix up some configuration and make options, add extra
6470              extensions.
6471      Branch: maint-5.6/macperl
6472            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
6473            ! macos/macperl/Makefile.mk
6474 ____________________________________________________________________________
6475 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
6476         Log: From Change 11374 in maintperl.
6477      Branch: maint-5.6/macperl
6478           !> utils/h2ph.PL
6479 ____________________________________________________________________________
6480 [ 11385] By: nick                                  on 2001/07/16  14:12:58
6481         Log: Back out change to h2xs till it passes its test.
6482      Branch: perl
6483            ! utils/h2xs.PL
6484 ____________________________________________________________________________
6485 [ 11384] By: nick                                  on 2001/07/16  14:00:10
6486         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
6487              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6488              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
6489              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
6490      Branch: perl
6491            ! utils/h2xs.PL
6492 ____________________________________________________________________________
6493 [ 11383] By: nick                                  on 2001/07/16  13:53:12
6494         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
6495              From:  Robin Houston <robin@kitsite.com>
6496              Date:  Sun, 15 Jul 2001 18:22:31 +0100
6497              Message-Id:  <20010715182230.A11174@robin>
6498      Branch: perl
6499            ! hints/darwin.sh
6500 ____________________________________________________________________________
6501 [ 11382] By: nick                                  on 2001/07/16  13:52:49
6502         Log: Subject:  [PATCH perl@11372] re_dup
6503              From:  Radu Greab <radu@netsoft.ro>
6504              Date:  Sun, 15 Jul 2001 04:50:06 +0300
6505              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
6506      Branch: perl
6507            ! sv.c
6508 ____________________________________________________________________________
6509 [ 11379] By: nick                                  on 2001/07/16  13:35:39
6510         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
6511              From:  Robin Houston <robin@kitsite.com>
6512              Date:  Sat, 14 Jul 2001 14:28:50 +0100
6513              Message-Id:  <20010714142850.A10205@robin>
6514      Branch: perl
6515            ! ext/B/B/Deparse.pm
6516 ____________________________________________________________________________
6517 [ 11378] By: nick                                  on 2001/07/16  13:30:36
6518         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
6519              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
6520              Date:  Sat, 14 Jul 2001 22:17:42 +0900
6521              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
6522      Branch: perl
6523            + ext/Encode/Encode/euc-jp-0212.enc
6524            ! ext/Encode/Encode/Tcl.pm
6525 ____________________________________________________________________________
6526 [ 11377] By: nick                                  on 2001/07/16  13:17:28
6527         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
6528              From:  Andy Dougherty <doughera@lafayette.edu>
6529              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
6530              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
6531      Branch: perl
6532            ! hints/darwin.sh hints/rhapsody.sh
6533 ____________________________________________________________________________
6534 [ 11376] By: nick                                  on 2001/07/16  09:05:00
6535         Log: Integrate mainline
6536      Branch: perlio
6537           +> ext/Encode/Encode/7bit-greek.enc
6538           +> ext/Encode/Encode/7bit-latin1.enc
6539           +> ext/Encode/Encode/cns11643-1.enc
6540           +> ext/Encode/Encode/cns11643-2.enc
6541           +> ext/Encode/Encode/iso2022-cn.enc
6542           +> ext/Encode/Encode/iso2022-jp1.enc
6543           +> ext/Encode/Encode/iso2022-jp2.enc
6544           !> Changes Configure MANIFEST Makefile.SH
6545           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
6546           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
6547           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
6548           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
6549           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
6550 ____________________________________________________________________________
6551 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
6552         Log: integrate change#11374 from maint-5.6
6553              
6554              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6555      Branch: perl
6556           !> utils/h2ph.PL
6557 ____________________________________________________________________________
6558 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
6559         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6560      Branch: maint-5.6/perl
6561            ! utils/h2ph.PL
6562 ____________________________________________________________________________
6563 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
6564         Log: Update Changes.
6565      Branch: perl
6566            ! Changes patchlevel.h
6567 ____________________________________________________________________________
6568 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
6569         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
6570              From: Jonathan Stowe <gellyfish@gellyfish.com>
6571              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
6572              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
6573      Branch: perl
6574            ! utils/h2xs.PL
6575 ____________________________________________________________________________
6576 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
6577         Log: Subject: patch to add DEL to [:cntrl:]
6578              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6579              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
6580              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
6581      Branch: perl
6582            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
6583 ____________________________________________________________________________
6584 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
6585         Log: Metaconfig unit change for #11369; plus a dependency nit.
6586      Branch: metaconfig
6587            ! U/compline/nblock_io.U
6588      Branch: metaconfig/U/perl
6589            ! Extensions.U
6590 ____________________________________________________________________________
6591 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
6592         Log: #include <stdlib.h> so that exit() is prototyped,
6593              noticed by Hugo.
6594      Branch: perl
6595            ! Configure
6596 ____________________________________________________________________________
6597 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
6598         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6599              From: Peter Prymmer <pvhp@forte.com>
6600              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
6601              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
6602      Branch: perl
6603            ! t/op/sprintf.t
6604 ____________________________________________________________________________
6605 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
6606         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
6607              From: Peter Prymmer <pvhp@forte.com>
6608              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
6609              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
6610      Branch: perl
6611            ! ext/Encode/Encode/Tcl.t
6612 ____________________________________________________________________________
6613 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
6614         Log: Add information about gcc 3.0 basic block profiling.
6615      Branch: perl
6616            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
6617 ____________________________________________________________________________
6618 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
6619         Log: Subject: Error in lib/PerlIO/Via.pm ?
6620              From: Mark-Jason Dominus <mjd@plover.com>
6621              Date: Fri, 13 Jul 2001 15:55:41 -0400
6622              Message-ID: <20010713195541.26751.qmail@plover.com>
6623      Branch: perl
6624            ! ext/PerlIO/Via/Via.pm
6625 ____________________________________________________________________________
6626 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
6627         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
6628              section from the Compiler section.
6629      Branch: perl
6630            ! myconfig.SH
6631 ____________________________________________________________________________
6632 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
6633         Log: Handle glibc style of constant definitions using enum
6634              with intervening #defines; from Brendan O'Dea.
6635      Branch: perl
6636            ! utils/h2ph.PL
6637 ____________________________________________________________________________
6638 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
6639         Log: Add LC_MESSAGES to the locale_h export tag (it already is
6640              in the Makefile.PL and thusly eligible for an XS constant)
6641              (see also maintperl #10543)
6642      Branch: perl
6643            ! ext/POSIX/POSIX.pm
6644 ____________________________________________________________________________
6645 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
6646         Log: Subject: Re: [patch] re_dup
6647              From: Abhijit Menon-Sen <ams@wiw.org>
6648              Date: Fri, 13 Jul 2001 21:41:09 +0530
6649              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
6650      Branch: perl
6651            ! sv.c
6652 ____________________________________________________________________________
6653 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
6654         Log: Subject: [patch] re_dup
6655              From: Doug MacEachern <dougm@covalent.net>
6656              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
6657              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
6658      Branch: perl
6659            ! sv.c
6660 ____________________________________________________________________________
6661 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
6662         Log: Update Changes.
6663      Branch: perl
6664            ! Changes patchlevel.h
6665 ____________________________________________________________________________
6666 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
6667         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
6668              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
6669              Date: Sat, 14 Jul 2001 00:06:30 +0900
6670              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
6671      Branch: perl
6672            + ext/Encode/Encode/7bit-greek.enc
6673            + ext/Encode/Encode/7bit-latin1.enc
6674            + ext/Encode/Encode/cns11643-1.enc
6675            + ext/Encode/Encode/cns11643-2.enc
6676            + ext/Encode/Encode/iso2022-cn.enc
6677            + ext/Encode/Encode/iso2022-jp1.enc
6678            + ext/Encode/Encode/iso2022-jp2.enc
6679            ! MANIFEST ext/Encode/Encode/Tcl.pm
6680            ! ext/Encode/Encode/iso2022-kr.enc
6681 ____________________________________________________________________________
6682 [ 11357] By: nick                                  on 2001/07/13  14:24:06
6683         Log: Blind integrate mainline (as of 5.7.2?)
6684      Branch: perlio
6685           !> AUTHORS Changes Porting/config.sh Porting/config_H
6686           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
6687           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
6688           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6689           !> win32/makefile.mk
6690 ____________________________________________________________________________
6691 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
6692         Log: Snip away the devel patchlevel.
6693      Branch: perl
6694            ! patchlevel.h
6695 ____________________________________________________________________________
6696 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
6697         Log: Bump the version to 5.7.2.
6698      Branch: perl
6699            ! Porting/config.sh Porting/config_H patchlevel.h
6700            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
6701            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6702            ! win32/makefile.mk
6703 ____________________________________________________________________________
6704 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
6705         Log: Update Changes.
6706      Branch: perl
6707            ! Changes
6708 ____________________________________________________________________________
6709 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
6710         Log: Reword.
6711      Branch: perl
6712            ! AUTHORS
6713 ____________________________________________________________________________
6714 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
6715         Log: AUTHORS update.
6716      Branch: perl
6717            ! AUTHORS
6718 ____________________________________________________________________________
6719 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
6720         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
6721              unless ithreads.
6722      Branch: perl
6723            ! makedef.pl
6724 ____________________________________________________________________________
6725 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
6726         Log: Integrate perlio.
6727      Branch: perl
6728           !> win32/distclean.bat
6729 ____________________________________________________________________________
6730 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
6731         Log: Test the encoding transform only iff we have PerlIO,
6732              noticed by H. Merijn Brand.
6733      Branch: perl
6734            ! ext/PerlIO/t/encoding.t
6735 ____________________________________________________________________________
6736 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
6737         Log: README.netware tweaks from Ananth Kesari.
6738      Branch: perl
6739            ! README.netware
6740 ____________________________________________________________________________
6741 [ 11346] By: nick                                  on 2001/07/13  09:18:51
6742         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
6743              to avoid /unicode vs /Unicode issues.
6744      Branch: perlio
6745            ! win32/distclean.bat
6746 ____________________________________________________________________________
6747 [ 11345] By: nick                                  on 2001/07/13  06:24:18
6748         Log: Integrate mainline
6749      Branch: perlio
6750           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
6751            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
6752           !> (integrate 63 files)
6753 ____________________________________________________________________________
6754 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
6755         Log: Add d_bincompat5005 information to perl -V.
6756      Branch: perl
6757            ! myconfig.SH
6758 ____________________________________________________________________________
6759 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
6760         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
6761              From: Abhijit Menon-Sen <ams@wiw.org>
6762              Date: Fri, 13 Jul 2001 07:12:36 +0530
6763              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
6764      Branch: perl
6765            ! sv.c
6766 ____________________________________________________________________________
6767 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
6768         Log: Remove unicode::distinct, as per Inaba Hiroto.
6769      Branch: perl
6770            - lib/unicode/distinct.pm
6771            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
6772            ! t/lib/1_compile.t
6773 ____________________________________________________________________________
6774 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
6775         Log: Paging for Dr Octothorpe.
6776      Branch: perl
6777            ! pod/perlfaq4.pod
6778 ____________________________________________________________________________
6779 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
6780         Log: cut-n-paste error noticed by mjd.
6781      Branch: perl
6782            ! pod/perlfaq4.pod
6783 ____________________________________________________________________________
6784 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
6785         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
6786              From: Peter Prymmer <pvhp@forte.com>
6787              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
6788              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
6789      Branch: perl
6790            ! pod/perlfaq4.pod
6791 ____________________________________________________________________________
6792 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
6793         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
6794              From: Randall Gellens <randy@qualcomm.com>
6795              Date: Thu, 12 Jul 2001 16:56:23 -0700
6796              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
6797      Branch: perl
6798            ! Porting/repository.pod
6799 ____________________________________________________________________________
6800 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
6801         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
6802      Branch: perl
6803            ! thread.h
6804 ____________________________________________________________________________
6805 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
6806         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
6807              From: coral <coral@moonlight.crystalflame.net>
6808              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
6809              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
6810      Branch: perl
6811            ! thread.h
6812 ____________________________________________________________________________
6813 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
6814         Log: Metaconfig unit change for #11134.
6815      Branch: metaconfig
6816            + U/threads/d_pthread_atfork.U
6817 ____________________________________________________________________________
6818 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
6819         Log: Add HAS_PTHREAD_ATFORK.
6820      Branch: perl
6821            ! Configure NetWare/config.wc NetWare/config_H.wc
6822            ! Porting/Glossary Porting/config.sh Porting/config_H
6823            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
6824            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
6825            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6826            ! win32/config.gc win32/config.vc win32/config_H.bc
6827            ! win32/config_H.gc win32/config_H.vc
6828 ____________________________________________________________________________
6829 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
6830         Log: Subject: [PATCH] File::Copy fails on tied handles
6831              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
6832              Date: Thu, 12 Jul 2001 15:18:51 -0700
6833              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
6834      Branch: perl
6835            ! lib/File/Copy.pm
6836 ____________________________________________________________________________
6837 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
6838         Log: Subject: [PATCH] Langinfo.t
6839              From: Nicholas Clark <nick@ccl4.org>
6840              Date: Thu, 12 Jul 2001 23:55:38 +0100
6841              Message-ID: <20010712235538.M5827@plum.flirble.org>
6842      Branch: perl
6843            ! ext/I18N/Langinfo/Langinfo.t
6844 ____________________________________________________________________________
6845 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
6846         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
6847              From: Peter Prymmer <pvhp@forte.com>
6848              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
6849              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
6850      Branch: perl
6851            ! pod/perl572delta.pod
6852 ____________________________________________________________________________
6853 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
6854         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
6855              From: Abhijit Menon-Sen <ams@wiw.org>
6856              Date: Fri, 13 Jul 2001 05:21:16 +0530
6857              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
6858      Branch: perl
6859            ! sv.c
6860 ____________________________________________________________________________
6861 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
6862         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
6863              From: Abhijit Menon-Sen <ams@wiw.org>
6864              Date: Fri, 13 Jul 2001 03:04:25 +0530
6865              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
6866      Branch: perl
6867            ! av.c
6868 ____________________________________________________________________________
6869 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
6870         Log: s/^M$//g
6871      Branch: perl
6872            ! win32/Makefile win32/makefile.mk
6873 ____________________________________________________________________________
6874 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
6875         Log: Update Changes.
6876      Branch: perl
6877            ! Changes patchlevel.h
6878 ____________________________________________________________________________
6879 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
6880         Log: Typo spotted by Philip Newton.
6881      Branch: perl
6882            ! pod/perl572delta.pod
6883 ____________________________________________________________________________
6884 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
6885         Log: Subject: [PATCH] fixes perl_clone of perl_clone
6886              From: Artur Bergman <artur@contiller.se>
6887              Date: Thu, 12 Jul 2001 20:57:09 +0200
6888              Message-ID: <B773BFA4.236B%artur@contiller.se>
6889      Branch: perl
6890            ! sv.c
6891 ____________________________________________________________________________
6892 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
6893         Log: Add README.uts from Hal Morris.
6894      Branch: perl
6895            + README.uts
6896            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
6897            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6898 ____________________________________________________________________________
6899 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
6900         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
6901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6902              Date: Thu, 12 Jul 2001 20:32:37 +0200
6903              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
6904      Branch: perl
6905            ! hints/aix.sh
6906 ____________________________________________________________________________
6907 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
6908         Log: Subject: Patch: document reg_data.what member
6909              From: Mark-Jason Dominus <mjd@plover.com>
6910              Message-ID: <20010712182532.14821.qmail@plover.com>
6911              Date: Thu, 12 Jul 2001 14:25:32 -0400
6912      Branch: perl
6913            ! regcomp.c regcomp.h
6914 ____________________________________________________________________________
6915 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
6916         Log: Subject: [PATCH] Perl_re_dup()
6917              From: Abhijit Menon-Sen <ams@wiw.org>
6918              Date: Thu, 12 Jul 2001 23:54:32 +0530
6919              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
6920      Branch: perl
6921            ! embed.h embed.pl perlapi.c proto.h sv.c
6922 ____________________________________________________________________________
6923 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
6924         Log: Regen Configure, modlib, toc.
6925      Branch: perl
6926            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6927            ! pod/perlmodlib.pod pod/perltoc.pod
6928 ____________________________________________________________________________
6929 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
6930         Log: The problem seems to be in PerlIO::Layer::->find() not
6931              accepting the ":encoding(blurflur)" arguments.
6932      Branch: perl
6933            ! lib/PerlIO.pm lib/open.pm
6934 ____________________________________________________________________________
6935 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
6936         Log: AIX doc update.
6937      Branch: perl
6938            ! README.aix pod/perl572delta.pod
6939 ____________________________________________________________________________
6940 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
6941         Log: Subject: AIX README update
6942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6943              Date: Thu, 12 Jul 2001 19:28:30 +0200
6944              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
6945      Branch: perl
6946            ! README.aix
6947 ____________________________________________________________________________
6948 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
6949         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
6950              From: Norton Allen <allen@huarp.harvard.edu>
6951              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
6952              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
6953      Branch: perl
6954            ! ext/IO/lib/IO/t/io_unix.t
6955 ____________________________________________________________________________
6956 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
6957         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6958              From: Norton Allen <allen@huarp.harvard.edu>
6959              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
6960              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
6961      Branch: perl
6962            ! README.qnx hints/qnx.sh
6963 ____________________________________________________________________________
6964 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
6965         Log: Subject: [patch] faster PM_GETRE
6966              From: Doug MacEachern <dougm@covalent.net>
6967              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
6968              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
6969      Branch: perl
6970            ! op.h
6971 ____________________________________________________________________________
6972 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
6973         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
6974              From: Doug MacEachern <dougm@covalent.net>
6975              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
6976              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
6977      Branch: perl
6978            ! op.c
6979 ____________________________________________________________________________
6980 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
6981         Log: Tell where the nice Estonian database is.
6982      Branch: perl
6983            ! lib/open.pm
6984 ____________________________________________________________________________
6985 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
6986         Log: Retract #11309 since #11310 is a better fix.
6987      Branch: perl
6988            ! t/lib/1_compile.t
6989 ____________________________________________________________________________
6990 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
6991         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
6992              change#11300 needs to return the status of failed win32_spawnvp())
6993              
6994              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
6995              splitting correctly; remove unused variables; 'require' at run time
6996              rather than 'use' at compile time for I18N::Langinfo, since it
6997              isn't everyware
6998      Branch: perl
6999            ! lib/open.pm win32/win32.c
7000 ____________________________________________________________________________
7001 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
7002         Log: Temporary workaround.
7003      Branch: perl
7004            ! t/lib/1_compile.t
7005 ____________________________________________________________________________
7006 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
7007         Log: UCD typo in #11306 and add also more known-to-be-tested
7008              modules to the skip list.
7009      Branch: perl
7010            ! t/lib/1_compile.t
7011 ____________________________________________________________________________
7012 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
7013         Log: Rename Unicode::UCD to UnicodeCD to avoid
7014              messups with case-insensitive filesystems.
7015      Branch: perl
7016            + lib/UnicodeCD.pm lib/UnicodeCD.t
7017            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
7018            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
7019 ____________________________________________________________________________
7020 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
7021         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
7022              From: daniel@biz.bitpusher.com
7023              Date: Wed, 11 Jul 2001 23:25:47 -0700
7024              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
7025      Branch: perl
7026            ! lib/Tie/Array.pm t/op/splice.t
7027 ____________________________________________________________________________
7028 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
7029         Log: Subject: [PATCH] More accurate line numbers in messages
7030              From: Paul Johnson <paul@pjcj.net>
7031              Date: Thu, 12 Jul 2001 04:14:11 +0200
7032              Message-ID: <20010712041411.A3467@pjcj.net>
7033              
7034              (With prototyping and multiplicity tweaks.)
7035      Branch: perl
7036            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
7037 ____________________________________________________________________________
7038 [ 11304] By: nick                                  on 2001/07/12  12:53:40
7039         Log: Integrate mainline
7040      Branch: perlio
7041           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
7042           !> regexec.c thread.h
7043 ____________________________________________________________________________
7044 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
7045         Log: Cut-and-pasto in #11298.
7046      Branch: perl
7047            ! ext/ByteLoader/bytecode.h
7048 ____________________________________________________________________________
7049 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
7050         Log: Update the AIX known problems section.
7051      Branch: perl
7052            ! pod/perl572delta.pod
7053 ____________________________________________________________________________
7054 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
7055         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
7056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7057              Date: Thu, 12 Jul 2001 12:16:16 +0200
7058              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
7059      Branch: perl
7060            ! hints/aix.sh
7061 ____________________________________________________________________________
7062 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
7063         Log: Integrate perlio.
7064      Branch: perl
7065           !> makedef.pl win32/win32.c
7066 ____________________________________________________________________________
7067 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
7068         Log: Subject: [PATCH] fix for PMOP threadness failures
7069              From: Artur Bergman <artur@contiller.se>
7070              Date: Thu, 12 Jul 2001 09:48:06 +0200
7071              Message-ID: <B77322D6.22DD%artur@contiller.se>
7072      Branch: perl
7073            ! regexec.c
7074 ____________________________________________________________________________
7075 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
7076         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
7077              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7078              Date: Thu, 12 Jul 2001 09:09:48 +0200
7079              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
7080              
7081              More parentheses to keep bcc happy.
7082      Branch: perl
7083            ! ext/ByteLoader/bytecode.h
7084 ____________________________________________________________________________
7085 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
7086         Log: Subject: Re: [patch] pthread_atfork bandaid
7087              From: Doug MacEachern <dougm@covalent.net>
7088              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
7089              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
7090      Branch: perl
7091            ! thread.h
7092 ____________________________________________________________________________
7093 [ 11296] By: nick                                  on 2001/07/12  11:55:48
7094         Log: Exclude reentrant_buffer from .def file
7095      Branch: perlio
7096            ! makedef.pl
7097 ____________________________________________________________________________
7098 [ 11295] By: nick                                  on 2001/07/12  11:11:44
7099         Log: Honour void-ness of my_exit()
7100      Branch: perlio
7101            ! win32/win32.c
7102 ____________________________________________________________________________
7103 [ 11294] By: nick                                  on 2001/07/12  07:51:04
7104         Log: Integrate mainline
7105      Branch: perlio
7106           +> uts/sprintf_wrap.c
7107           !> (integrate 35 files)
7108 ____________________________________________________________________________
7109 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
7110         Log: Retract #11289.
7111      Branch: perl
7112            ! embed.h embed.pl perl.c proto.h thread.h
7113 ____________________________________________________________________________
7114 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
7115         Log: Now the :locale pseudolayer *almost* works...
7116      Branch: perl
7117            ! lib/open.pm
7118 ____________________________________________________________________________
7119 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
7120         Log: Locale encoding tweaks.
7121      Branch: perl
7122            ! lib/open.pm
7123 ____________________________________________________________________________
7124 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
7125         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
7126              From: Mark-Jason Dominus <mjd@plover.com>
7127              Date: Thu, 12 Jul 2001 00:59:31 -0400
7128              Message-ID: <20010712045931.8543.qmail@plover.com>
7129              
7130              Remove the chmod/umask leading zero warning.
7131      Branch: perl
7132            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
7133            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7134 ____________________________________________________________________________
7135 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
7136         Log: (Retracted by #11289.)
7137      Branch: perl
7138            ! embed.h embed.pl perl.c proto.h thread.h
7139 ____________________________________________________________________________
7140 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
7141         Log: Needed by #11283.
7142      Branch: perl
7143            ! intrpvar.h
7144 ____________________________________________________________________________
7145 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
7146         Log: Metaconfig unit change for #11286.
7147      Branch: metaconfig/U/perl
7148            ! patchlevel.U
7149 ____________________________________________________________________________
7150 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
7151         Log: Subject: Re: [PATCH Configure] perl -V broken
7152              From: Andy Dougherty <doughera@lafayette.edu>
7153              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
7154              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
7155      Branch: perl
7156            ! Configure myconfig.SH
7157 ____________________________________________________________________________
7158 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
7159         Log: Retract #11166 (and #11237).
7160      Branch: perl
7161            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
7162            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
7163            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7164 ____________________________________________________________________________
7165 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
7166         Log: UTS tweaks for Hal Morris.
7167      Branch: perl
7168            + uts/sprintf_wrap.c
7169            ! MANIFEST hints/uts.sh perl.h
7170 ____________________________________________________________________________
7171 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
7172         Log: Subject: [PATCH] Use reentrant API glibc
7173              From: Artur Bergman <artur@contiller.se>
7174              Date: Thu, 12 Jul 2001 00:58:21 +0200
7175              Message-ID: <B772A6AD.2288%artur@contiller.se>
7176      Branch: perl
7177            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
7178            ! sv.c
7179 ____________________________________________________________________________
7180 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
7181         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
7182              From: barries <barries@slaysys.com>
7183              Date: Wed, 11 Jul 2001 15:11:46 -0400
7184              Message-ID: <20010711151146.G24560@jester.slaysys.com>
7185      Branch: perl
7186            ! pp_sys.c t/lib/warnings/doio win32/win32.c
7187 ____________________________________________________________________________
7188 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
7189         Log: Subject: [patch] pthread_atfork bandaid
7190              From: Doug MacEachern <dougm@covalent.net>
7191              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
7192              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
7193      Branch: perl
7194            ! miniperlmain.c perl.c
7195 ____________________________________________________________________________
7196 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
7197         Log: Subject: [patch] perl_clone leaks
7198              From: Doug MacEachern <dougm@covalent.net>
7199              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
7200              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
7201      Branch: perl
7202            ! sv.c
7203 ____________________________________________________________________________
7204 [ 11279] By: nick                                  on 2001/07/11  15:49:38
7205         Log: Integrate mainline
7206      Branch: perlio
7207           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
7208           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
7209           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
7210           +> lib/Term/ANSIColor/README
7211           !> (integrate 54 files)
7212 ____________________________________________________________________________
7213 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
7214         Log: Update Changes.
7215      Branch: perl
7216            ! Changes patchlevel.h
7217 ____________________________________________________________________________
7218 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
7219         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
7220              From: Peter Prymmer <pvhp@forte.com>
7221              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
7222              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
7223              
7224              Backport of embed.pl to 5.003.
7225      Branch: perl
7226            ! embed.pl
7227 ____________________________________________________________________________
7228 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
7229         Log: Subject: Re: POSIX test #14 on UTS 
7230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7231              Date: Wed, 11 Jul 2001 03:02:14 +0100
7232              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
7233      Branch: perl
7234            ! ext/POSIX/POSIX.t
7235 ____________________________________________________________________________
7236 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
7237         Log: Make the I32 an IV to preserve structure alignment and size.
7238      Branch: perl
7239            ! op.h
7240 ____________________________________________________________________________
7241 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
7242         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
7243              From: "Artur Bergman" <artur@contiller.se>
7244              Date: Wed, 11 Jul 2001 14:23:37 +0200
7245              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
7246              
7247              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
7248      Branch: perl
7249            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
7250            ! pod/perlapi.pod sv.c
7251 ____________________________________________________________________________
7252 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
7253         Log: Tweak until Pod::Parser gets updated.
7254      Branch: perl
7255            ! t/pod/special_seqs.xr
7256 ____________________________________________________________________________
7257 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
7258         Log: File::Spec usage tweak.
7259      Branch: perl
7260            ! lib/ExtUtils.t
7261 ____________________________________________________________________________
7262 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
7263         Log: Integrate #11263 from macperl; macos and macosx updates.
7264      Branch: perl
7265           !> pod/perlport.pod
7266 ____________________________________________________________________________
7267 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
7268         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
7269              From: Peter Prymmer <pvhp@forte.com>
7270              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
7271              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
7272      Branch: perl
7273            + ext/Time/HiRes/hints/dynixptx.pl
7274            ! MANIFEST hints/dynixptx.sh
7275 ____________________________________________________________________________
7276 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
7277         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
7278              From: Nicholas Clark <nick@ccl4.org>
7279              Date: Tue, 10 Jul 2001 23:17:43 +0100
7280              Message-ID: <20010710231742.B59620@plum.flirble.org>
7281      Branch: perl
7282            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
7283 ____________________________________________________________________________
7284 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
7285         Log: Subject: [DOC PATCH] Pluggable runops
7286              From: Paul Johnson <paul@pjcj.net>
7287              Date: Tue, 10 Jul 2001 21:53:28 +0200
7288              Message-ID: <20010710215328.B26577@pjcj.net>
7289      Branch: perl
7290            ! pod/perlguts.pod
7291 ____________________________________________________________________________
7292 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
7293         Log: Subject: [PATCH] Authors
7294              From: Artur Bergman <artur@contiller.se>
7295              Date: Tue, 10 Jul 2001 20:39:12 +0200
7296              Message-ID: <B771186F.21CD%artur@contiller.se>
7297      Branch: perl
7298            ! AUTHORS
7299 ____________________________________________________________________________
7300 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
7301         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
7302              From: Doug MacEachern <dougm@covalent.net>
7303              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
7304              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
7305      Branch: perl
7306            ! pp_ctl.c
7307 ____________________________________________________________________________
7308 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
7309         Log: Subject: doc patch; times() in scalar context
7310              From: mjd@plover.com
7311              Date: 10 Jul 2001 18:01:17 -0000
7312              Message-ID: <20010710180117.12477.qmail@plover.com>
7313      Branch: perl
7314            ! pod/perlfunc.pod
7315 ____________________________________________________________________________
7316 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
7317         Log: Subject: [PATCH] Small fix to pp_gmtime
7318              From: Artur Bergman <artur@contiller.se>
7319              Date: Tue, 10 Jul 2001 19:54:52 +0200
7320              Message-ID: <B7710E0B.21C5%artur@contiller.se>
7321      Branch: perl
7322            ! pp_sys.c
7323 ____________________________________________________________________________
7324 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
7325         Log: Integrate changes from mainline perl, add notes about
7326              Mac OS X and Mac OS.
7327      Branch: maint-5.6/macperl
7328            ! pod/perlport.pod
7329 ____________________________________________________________________________
7330 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
7331         Log: A proof of the dangers of package; ?
7332      Branch: perl
7333            ! t/lib/warnings/op
7334 ____________________________________________________________________________
7335 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
7336         Log: Regen toc and modlib.
7337      Branch: perl
7338            ! pod/perlmodlib.pod pod/perltoc.pod
7339 ____________________________________________________________________________
7340 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
7341         Log: Add compexcl(), casefold(), and casespec() interfaces;
7342              and make all interfaces to return hash references instead
7343              of hashes. 
7344      Branch: perl
7345            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7346 ____________________________________________________________________________
7347 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
7348         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
7349              From: "Philip Newton" <Philip.Newton@gmx.net>
7350              Date: Tue, 10 Jul 2001 09:55:59 +0200
7351              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
7352              
7353              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
7354              From: "Philip Newton" <Philip.Newton@gmx.net>
7355              Date: Tue, 10 Jul 2001 09:56:37 +0200
7356              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
7357      Branch: perl
7358            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7359            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
7360 ____________________________________________________________________________
7361 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
7362         Log: Subject: [patch] undef &xsub for 1,2
7363              From: Doug MacEachern <dougm@covalent.net>
7364              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
7365              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
7366              
7367              (This version of the patch with a comment from Gisle.)
7368      Branch: perl
7369            ! op.c
7370 ____________________________________________________________________________
7371 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
7372         Log: Mention package; deprecation and the Win32 problems.
7373      Branch: perl
7374            ! pod/perl572delta.pod
7375 ____________________________________________________________________________
7376 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
7377         Log: Subject: [PATCH] deprecate package with no arguments
7378              From: Robin Houston <robin@kitsite.com>
7379              Date: Tue, 10 Jul 2001 13:33:40 +0100
7380              Message-ID: <20010710133340.A13452@robin.kitsite.com>
7381      Branch: perl
7382            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
7383 ____________________________________________________________________________
7384 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
7385         Log: Upgrade to podlators 1.10.
7386      Branch: perl
7387            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
7388            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7389            ! pod/pod2man.PL pod/pod2text.PL
7390 ____________________________________________________________________________
7391 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
7392         Log: Upgrade to Term::ANSIColor 1.04.
7393      Branch: perl
7394            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
7395            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
7396 ____________________________________________________________________________
7397 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
7398         Log: Integrate perlio (the right fix for the ":layer(args)")
7399      Branch: perl
7400           !> perlio.c
7401 ____________________________________________________________________________
7402 [ 11252] By: nick                                  on 2001/07/10  06:58:14
7403         Log: Fix open(...,"...:layer(xxx)",...)
7404              - use memEQ not strEQ as there is '(' not '\0'
7405      Branch: perlio
7406            ! perlio.c
7407 ____________________________________________________________________________
7408 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
7409         Log: Telling the number of tests helps.
7410      Branch: perl
7411            ! ext/PerlIO/t/encoding.t
7412 ____________________________________________________________________________
7413 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
7414         Log: Require I18N::Langinfo, not use.
7415      Branch: perl
7416            ! lib/open.pm
7417 ____________________________________________________________________________
7418 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
7419         Log: Add a test for for PerlIO ":encoding(...)" layer.
7420      Branch: perl
7421            + ext/PerlIO/t/encoding.t
7422            ! MANIFEST ext/Encode/Encode.pm
7423 ____________________________________________________________________________
7424 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
7425         Log: PerlIO ":encoding(foobar)" temporary fix.
7426              Not really correct, I think, since the change means
7427              that prefixes match.
7428      Branch: perl
7429            ! perlio.c
7430 ____________________________________________________________________________
7431 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
7432         Log: Update to Math::BigInt 1.36.  The biggest news is
7433              the separation of the backend; now the pure Perl
7434              implementation is in Math::BigInt::Calc, but one
7435              can plugin, say, Math::BigInt::BitVect, and get
7436              considerable speedup.
7437      Branch: perl
7438            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
7439            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7440            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7441            ! lib/Math/BigInt/t/mbimbf.t
7442 ____________________________________________________________________________
7443 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
7444         Log: Subject: Re: compatibility question
7445              From: Peter Prymmer <pvhp@forte.com>
7446              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
7447              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
7448      Branch: perl
7449            ! lib/ExtUtils/MM_VMS.pm
7450 ____________________________________________________________________________
7451 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
7452         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
7453              From: Norton Allen <allen@huarp.harvard.edu>
7454              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
7455              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
7456      Branch: perl
7457            ! ext/File/Glob/t/basic.t
7458 ____________________________________________________________________________
7459 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
7460         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
7461              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7462              Date: Tue, 10 Jul 2001 00:29:55 +0900
7463              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
7464      Branch: perl
7465            + ext/Encode/Encode/HZ.enc
7466            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
7467            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7468            ! ext/Encode/Encode/iso2022-jp.enc
7469            ! ext/Encode/Encode/iso2022-kr.enc
7470 ____________________________________________________________________________
7471 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
7472         Log: Add in all them there macos/ files.
7473      Branch: maint-5.6/macperl
7474            + (add 577 files)
7475 ____________________________________________________________________________
7476 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
7477         Log: Add the new modules to the list of having those own tests.
7478      Branch: perl
7479            ! t/lib/1_compile.t
7480 ____________________________________________________________________________
7481 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
7482         Log: Add INOUT to control both ways at the same time.
7483      Branch: perl
7484            ! lib/open.pm
7485 ____________________________________________________________________________
7486 [ 11240] By: nick                                  on 2001/07/09  16:33:50
7487         Log: Integrate mainline
7488      Branch: perlio
7489           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7490           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
7491           !> (integrate 41 files)
7492 ____________________________________________________________________________
7493 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
7494         Log: More encoding mapping magic.
7495      Branch: perl
7496            ! lib/open.pm
7497 ____________________________________________________________________________
7498 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
7499         Log: Update Changes.
7500      Branch: perl
7501            ! Changes patchlevel.h
7502 ____________________________________________________________________________
7503 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
7504         Log: (Retracted by #11285).
7505              
7506              Subject: [PATCH] OPpCONST_OCTAL fixes
7507              From: Abhijit Menon-Sen <ams@wiw.org>
7508              Date: Mon, 9 Jul 2001 07:38:45 +0530
7509              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
7510      Branch: perl
7511            ! op.c
7512 ____________________________________________________________________________
7513 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
7514         Log: Add a pseudolayer ":locale" to the open pragma which
7515              will get the encoding from the locale.  Yet undocumented
7516              because I can't get the PerlIO :encoding(foobar) to work.
7517      Branch: perl
7518            ! ext/Encode/Encode.pm lib/open.pm
7519 ____________________________________________________________________________
7520 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
7521         Log: Add more encoding mappings.
7522      Branch: perl
7523            ! ext/Encode/Encode.pm
7524 ____________________________________________________________________________
7525 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
7526         Log: Document that using :encoding layer requires using Encode.
7527      Branch: perl
7528            ! ext/Encode/Encode.pm lib/PerlIO.pm
7529 ____________________________________________________________________________
7530 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
7531         Log: Netware tweak from Ananth Kesari.
7532      Branch: perl
7533            ! NetWare/netware.h
7534 ____________________________________________________________________________
7535 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
7536         Log: t/harness doesn't know about run/*.t
7537      Branch: perl
7538            ! t/harness
7539 ____________________________________________________________________________
7540 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
7541         Log: run/exit.t busted on windows
7542      Branch: perl
7543            ! t/run/exit.t
7544 ____________________________________________________________________________
7545 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
7546         Log: fix a couple of UCD.t tests that fail due to bad case
7547      Branch: perl
7548            ! lib/Unicode/UCD.t
7549 ____________________________________________________________________________
7550 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
7551         Log: test skip logic was broken
7552      Branch: perl
7553            ! ext/I18N/Langinfo/Langinfo.t
7554 ____________________________________________________________________________
7555 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
7556         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
7557              failure of ExtUtils.t#27 when built in debug mode)
7558      Branch: perl
7559            ! lib/ExtUtils/MM_Win32.pm
7560 ____________________________________________________________________________
7561 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
7562         Log: I18N::Langinfo is not available on windows
7563      Branch: perl
7564            ! win32/FindExt.pm
7565 ____________________________________________________________________________
7566 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
7567         Log: save a dTHX
7568      Branch: perl
7569            ! ext/POSIX/POSIX.xs
7570 ____________________________________________________________________________
7571 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
7572         Log: Update Changes.
7573      Branch: perl
7574            ! Changes patchlevel.h
7575 ____________________________________________________________________________
7576 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
7577         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
7578              as pointed out by Sarathy.
7579      Branch: perl
7580            ! ext/I18N/Langinfo/Langinfo.xs
7581 ____________________________________________________________________________
7582 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
7583         Log: Retract #11212.
7584      Branch: perl
7585            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7586 ____________________________________________________________________________
7587 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
7588         Log: Bump up the VERSION of Cwd.xs.
7589      Branch: perl
7590            ! ext/Cwd/Makefile.PL
7591 ____________________________________________________________________________
7592 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
7593         Log: Retract #11220, the problem wasn't the missing leading zero.
7594              Here's the problem:
7595              $ ./perl -we 'chmod(oct("755"), ".")'
7596              Non-octal literal mode (493) specified at -e line 1.
7597              (Did you mean 0493 instead?)
7598      Branch: perl
7599            ! lib/ExtUtils/MM_Unix.pm
7600 ____________________________________________________________________________
7601 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
7602         Log: (Retracted by #11221)
7603              Change the PERM_RW and PERM_RWX to 0644 and 0755
7604              (add the leading zero).
7605      Branch: perl
7606            ! lib/ExtUtils/MM_Unix.pm
7607 ____________________________________________________________________________
7608 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
7609         Log: Integrate changes #11193, 11205, 11209 from macperl.
7610              
7611              Fix up AutoLoader to fudge for Mac paths in import().
7612              
7613              Allow symbols in try_symbol() to begin with "_".
7614              
7615              Small portability fix for Mac OS.
7616      Branch: perl
7617           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
7618 ____________________________________________________________________________
7619 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
7620         Log: Metaconfig unit change for #11217.
7621      Branch: metaconfig/U/perl
7622            ! Extensions.U
7623 ____________________________________________________________________________
7624 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
7625         Log: Detypo, problem noticed by Gerrit P. Haase.
7626      Branch: perl
7627            ! Configure config_h.SH
7628 ____________________________________________________________________________
7629 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
7630         Log: Cwd cleanups.
7631      Branch: perl
7632            ! ext/Cwd/Cwd.xs
7633 ____________________________________________________________________________
7634 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
7635         Log: Slight tweaks on #11213.
7636      Branch: perl
7637            ! toke.c
7638 ____________________________________________________________________________
7639 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
7640         Log: A missing dTHX noticed by Gerrit P. Haase.
7641      Branch: perl
7642            ! ext/POSIX/POSIX.xs
7643 ____________________________________________________________________________
7644 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
7645         Log: Subject: [PATCH toke.c] Simplify yytoke()
7646              From: Simon Cozens <simon@netthink.co.uk>
7647              Date: Sun, 8 Jul 2001 13:24:34 +0100
7648              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
7649              
7650              Split out pending_ident().
7651      Branch: perl
7652            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
7653 ____________________________________________________________________________
7654 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
7655         Log: (Retracted by #11223.)
7656              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
7657              Date: Wed, 05 Nov 1997 17:22:34 -0600
7658              From: Graham Barr <gbarr@ti.com>
7659              Message-Id: <3460FFBA.6DA51F46@ti.com>
7660      Branch: perl
7661            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7662 ____________________________________________________________________________
7663 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
7664         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
7665      Branch: perl
7666            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7667            ! pod/perllocale.pod
7668 ____________________________________________________________________________
7669 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
7670         Log: Really do the test under the C locale.
7671      Branch: perl
7672            ! ext/I18N/Langinfo/Langinfo.t
7673 ____________________________________________________________________________
7674 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
7675         Log: Small portability fix for Mac OS.
7676      Branch: maint-5.6/macperl
7677            ! lib/Cwd.pm
7678 ____________________________________________________________________________
7679 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
7680         Log: Metaconfig unit change for #11207.
7681      Branch: metaconfig/U/perl
7682            ! Extensions.U
7683 ____________________________________________________________________________
7684 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
7685         Log: Add I18N::Langinfo, which is basically a wrapper around
7686              nl_langinfo(), which is an additional way to query locale
7687              specific information.
7688      Branch: perl
7689            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7690            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
7691            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
7692 ____________________________________________________________________________
7693 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
7694         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
7695              used in File::Find tests; replace with if.t.
7696      Branch: maint-5.6/macperl
7697            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
7698            ! t/pragma/warn/op
7699 ____________________________________________________________________________
7700 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
7701         Log: Allow symbols in try_symbol() to begin with "_".
7702      Branch: maint-5.6/macperl
7703            ! makedef.pl
7704 ____________________________________________________________________________
7705 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
7706         Log: Sync up the File::Find changes from the rewrite by
7707              Thomas Wegner, et al.
7708      Branch: maint-5.6/macperl
7709            + t/lib/filefind-taint.t
7710            ! lib/File/Find.pm t/lib/filefind.t
7711 ____________________________________________________________________________
7712 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
7713         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
7714              From: Thomas Wegner <wegner_thomas@yahoo.com>
7715              Date: Thu, 5 Jul 2001 20:31:25 +0200
7716              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
7717      Branch: maint-5.6/macperl
7718            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
7719 ____________________________________________________________________________
7720 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
7721         Log: Some more test portability fixes.
7722      Branch: maint-5.6/macperl
7723            ! t/lib/filecopy.t t/pragma/warn/pp_sys
7724 ____________________________________________________________________________
7725 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
7726         Log: The #11200 removed wrong (non-existent) target.  Duh.
7727      Branch: perl
7728            ! Makefile.SH
7729 ____________________________________________________________________________
7730 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
7731         Log: Zap the lib/re.pm before creating it.
7732      Branch: perl
7733            ! Makefile.SH
7734 ____________________________________________________________________________
7735 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
7736         Log: Another test.  Please ignore.
7737      Branch: maint-5.6/macperl
7738            ! README.macos
7739 ____________________________________________________________________________
7740 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
7741         Log: Portability fixes for a lot of tests, especially IO-related
7742              tests, and warnings, and the harness script.
7743      Branch: maint-5.6/macperl
7744            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
7745            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
7746            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
7747            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
7748            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
7749            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
7750            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
7751            ! t/pragma/warnings.t
7752 ____________________________________________________________________________
7753 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
7754         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
7755              From: Nicholas Clark <nick@ccl4.org>
7756              Date: Sat, 7 Jul 2001 21:00:17 +0100
7757              Message-ID: <20010707210017.H59620@plum.flirble.org>
7758      Branch: perl
7759            ! lib/h2xs.t
7760 ____________________________________________________________________________
7761 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
7762         Log: The UNICOS/mk SysV IPC problem has been fixed.
7763      Branch: perl
7764            ! pod/perl572delta.pod
7765 ____________________________________________________________________________
7766 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
7767         Log: Slight update tweaks on perlunicode.pod.
7768      Branch: perl
7769            ! pod/perlunicode.pod
7770 ____________________________________________________________________________
7771 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
7772         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
7773              From: Mark-Jason Dominus <mjd@plover.com>
7774              Date: Sat, 07 Jul 2001 13:04:04 -0400
7775              Message-ID: <20010707170404.32694.qmail@plover.com>
7776      Branch: perl
7777            ! ext/DB_File/DB_File.pm
7778 ____________________________________________________________________________
7779 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
7780         Log: Fix up AutoLoader to fudge for Mac paths in import().
7781      Branch: maint-5.6/macperl
7782            ! lib/AutoLoader.pm
7783 ____________________________________________________________________________
7784 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
7785         Log: Try to force the lib/re.pm to be there before entering
7786              the extensions builds, should help for parallel makes.
7787      Branch: perl
7788            ! Makefile.SH
7789 ____________________________________________________________________________
7790 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
7791         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
7792              From: Norton Allen <allen@huarp.harvard.edu>
7793              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
7794              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
7795      Branch: perl
7796            ! ext/POSIX/POSIX.xs
7797 ____________________________________________________________________________
7798 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
7799         Log: Subject: [PATCH] Re: op/arith.t
7800              From: Nicholas Clark <nick@ccl4.org>
7801              Date: Sat, 7 Jul 2001 13:04:54 +0100
7802              Message-ID: <20010707130454.D59620@plum.flirble.org>
7803      Branch: perl
7804            ! numeric.c toke.c
7805 ____________________________________________________________________________
7806 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
7807         Log: Subject: [PATCH] h2xs
7808              From: Nicholas Clark <nick@ccl4.org>
7809              Date: Fri, 6 Jul 2001 23:25:14 +0100
7810              Message-ID: <20010706232514.X59620@plum.flirble.org>
7811      Branch: perl
7812            ! utils/h2xs.PL
7813 ____________________________________________________________________________
7814 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
7815         Log: Subject: Re: bleedperl perl_alloc..free leakage
7816              From: Radu Greab <radu@netsoft.ro>
7817              Date: Fri, 6 Jul 2001 19:48:54 +0300
7818              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
7819              
7820              Leak-be-gone.
7821      Branch: perl
7822            ! op.c
7823 ____________________________________________________________________________
7824 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
7825         Log: Test again.  Please ignore.
7826      Branch: maint-5.6/macperl
7827            ! README.macos
7828 ____________________________________________________________________________
7829 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
7830         Log: Test.  Please ignore.
7831      Branch: maint-5.6/macperl
7832            ! README.macos
7833 ____________________________________________________________________________
7834 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
7835         Log: Include changes already sent in separately as patches,
7836              before branch was created.
7837      Branch: maint-5.6/macperl
7838            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
7839            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
7840            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
7841            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
7842            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
7843            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
7844            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
7845            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
7846            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
7847            ! t/pragma/strict.t
7848 ____________________________________________________________________________
7849 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
7850         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
7851              From: Norton Allen <allen@huarp.harvard.edu>
7852              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
7853              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
7854      Branch: perl
7855            ! utf8.h
7856 ____________________________________________________________________________
7857 [ 11183] By: nick                                  on 2001/07/06  16:27:40
7858         Log: Integrate mainline
7859      Branch: perlio
7860           +> (branch 42 files)
7861            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
7862            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
7863            - win32/bin/mdelete.bat
7864           !> (integrate 215 files)
7865 ____________________________________________________________________________
7866 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
7867         Log: The #11166 needed also these updated.
7868      Branch: perl
7869            ! lib/warnings.pm warnings.h
7870 ____________________________________________________________________________
7871 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
7872         Log: Update Changes.
7873      Branch: perl
7874            ! Changes patchlevel.h
7875 ____________________________________________________________________________
7876 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
7877         Log: Regen toc.
7878      Branch: perl
7879            ! pod/perltoc.pod
7880 ____________________________________________________________________________
7881 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
7882         Log: Nit from Abhijit.
7883      Branch: perl
7884            ! lib/CPAN.pm
7885 ____________________________________________________________________________
7886 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
7887         Log: Retract #11172.
7888      Branch: perl
7889            ! t/op/method.t
7890 ____________________________________________________________________________
7891 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
7892         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
7893              From: Norton Allen <allen@huarp.harvard.edu>
7894              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
7895              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
7896      Branch: perl
7897            ! lib/Cwd.pm
7898 ____________________________________________________________________________
7899 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
7900         Log: (Accidentally empty check-in.)
7901      Branch: perl
7902            ! utf8.h
7903 ____________________________________________________________________________
7904 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
7905         Log: Retract #11165 since Sarathy pointed out it'll not
7906              work properly under threads, the problem should be
7907              solved using "the savestack, either via SSNEW() or
7908              using a newSVpv()+SAVEFREESV() combo."
7909      Branch: perl
7910            ! ext/POSIX/POSIX.xs
7911 ____________________________________________________________________________
7912 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
7913         Log: Retract #11125 since NI-S pointed out it'll not work in
7914              cases where the extension has their own handcrafted INC
7915              et alia.
7916      Branch: perl
7917            ! lib/ExtUtils/MM_Unix.pm
7918 ____________________________________________________________________________
7919 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
7920         Log: Subject: RE: [PATCH] -I and MakeMaker again
7921              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7922              Date: Fri, 6 Jul 2001 09:18:29 +0200
7923              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
7924      Branch: perl
7925            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
7926            ! lib/ExtUtils/MM_Win32.pm
7927 ____________________________________________________________________________
7928 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
7929         Log: (Retracted by #11178)
7930              Subject: [PATCH t/op/method.t] SUPER:: strangeness
7931              From: Piers Cawley <pdcawley@iterative-software.com>
7932              Date: 06 Jul 2001 10:49:01 +0100
7933              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
7934      Branch: perl
7935            ! t/op/method.t
7936 ____________________________________________________________________________
7937 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
7938         Log: VOS README update from Paul Green.
7939      Branch: perl
7940            ! README.vos
7941 ____________________________________________________________________________
7942 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
7943         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7944              From: Norton Allen <allen@huarp.harvard.edu>
7945              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
7946              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
7947      Branch: perl
7948            ! README.qnx hints/qnx.sh
7949 ____________________________________________________________________________
7950 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
7951         Log: Subject: [PATCH] Doc patch for Tie::Hash
7952              From: Artur Bergman <artur@contiller.se>
7953              Date: Thu, 05 Jul 2001 22:51:18 +0200
7954              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
7955      Branch: perl
7956            ! lib/Tie/Hash.pm
7957 ____________________________________________________________________________
7958 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
7959         Log: Subject: [PATCH] perlfaq4.pod
7960              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
7961              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
7962              Date: Thu, 5 Jul 2001 18:44:10 +0100 
7963      Branch: perl
7964            ! pod/perlfaq4.pod
7965 ____________________________________________________________________________
7966 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
7967         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
7968              From: Robin Houston <robin@kitsite.com>
7969              Date: Thu, 5 Jul 2001 18:33:21 +0100
7970              Message-ID: <20010705183321.A27345@robin.kitsite.com>
7971      Branch: perl
7972            ! ext/B/B/Deparse.pm
7973 ____________________________________________________________________________
7974 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
7975         Log: (Retracted by #11285.)
7976              
7977              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
7978              From: Abhijit Menon-Sen <ams@wiw.org>
7979              Date: Fri, 6 Jul 2001 01:26:32 +0530
7980              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
7981      Branch: perl
7982            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
7983            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
7984            ! warnings.pl
7985 ____________________________________________________________________________
7986 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
7987         Log: (Retracted by #11175)
7988              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
7989              From: Norton Allen <allen@huarp.harvard.edu>
7990              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
7991              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
7992      Branch: perl
7993            ! ext/POSIX/POSIX.xs
7994 ____________________________________________________________________________
7995 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
7996         Log: Unterminated C< (noticed by Richard Hatch), and few other
7997              small Unicode doc tweaks.
7998      Branch: perl
7999            ! pod/perlretut.pod
8000 ____________________________________________________________________________
8001 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
8002         Log: More flexible argument understanding; add charblocks() and
8003              charscripts(); make charblock() and charscript() two-way;
8004              add charinrange(); separate the $Unicode::UCD::VERSION and
8005              the version of the Unicode by adding UnicodeVersion().
8006      Branch: perl
8007            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8008 ____________________________________________________________________________
8009 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
8010         Log: Update Unicode::UCD on \p{In...}.
8011      Branch: perl
8012            ! lib/Unicode/UCD.pm
8013 ____________________________________________________________________________
8014 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
8015         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
8016              From: Norton Allen <allen@huarp.harvard.edu>
8017              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
8018              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
8019      Branch: perl
8020            ! lib/ExtUtils/MM_Unix.pm
8021 ____________________________________________________________________________
8022 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
8023         Log: POSIX-BC tweaks from Thomas Dorner.
8024      Branch: perl
8025            ! hints/posix-bc.sh perlio.h
8026 ____________________________________________________________________________
8027 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
8028         Log: Module updates for the delta.
8029      Branch: perl
8030            ! pod/perl572delta.pod
8031 ____________________________________________________________________________
8032 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
8033         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
8034              From: Norton Allen <allen@huarp.harvard.edu>
8035              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
8036              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
8037      Branch: perl
8038            ! ext/IO/lib/IO/t/io_sock.t
8039 ____________________________________________________________________________
8040 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
8041         Log: Subject: [PATCH perldiag.pod] Quick fixes
8042              From: Simon Cozens <simon@netthink.co.uk>
8043              Date: Wed, 4 Jul 2001 20:22:12 +0100
8044              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
8045      Branch: perl
8046            ! pod/perldiag.pod
8047 ____________________________________________________________________________
8048 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
8049         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
8050              From: Radu Greab <radu@netsoft.ro>
8051              Date: Wed, 4 Jul 2001 22:13:31 +0300
8052              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
8053      Branch: perl
8054            ! op.c sv.c t/op/pos.t
8055 ____________________________________________________________________________
8056 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
8057         Log: Subject: [PATCH] -I and MakeMaker again
8058              From: Michael G Schwern <schwern@pobox.com>
8059              Date: Wed, 4 Jul 2001 15:03:07 -0400
8060              Message-ID: <20010704150307.I20340@blackrider>
8061              
8062              (and retract #11145)
8063      Branch: perl
8064            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
8065            ! lib/ExtUtils/MakeMaker.pm
8066 ____________________________________________________________________________
8067 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
8068         Log: Subject: Re: PERFORCE change 11142 for review
8069              From: "Philip Newton" <Philip.Newton@gmx.net>
8070              Date: Wed, 4 Jul 2001 20:46:26 +0200
8071              Message-Id: <200107041841.VAA25380@taas.iki.fi>
8072      Branch: perl
8073            ! lib/ExtUtils/MakeMaker.pm
8074 ____________________________________________________________________________
8075 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
8076         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8077              From: Jonathan Stowe <gellyfish@gellyfish.com>
8078              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
8079              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
8080      Branch: perl
8081            ! utils/pl2pm.PL
8082 ____________________________________________________________________________
8083 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
8084         Log: fix the binary compatibility issue when building with/without
8085              usemymalloc by exporting Perl_malloc() et al as simple wrappers
8086              around the system functions (this allows most extensions built
8087              using one mode to coexist with perls built in the other mode)
8088              
8089              XXX the Perl_mfree() wrapper might need to do return(free()) on
8090              platforms where Free_t isn't "void"
8091      Branch: perl
8092            ! embed.h embed.pl makedef.pl proto.h util.c
8093 ____________________________________________________________________________
8094 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
8095         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
8096              since it doesn't ensure threads other than the one calling fork()
8097              aren't holding any locks; the fix is to use pthread_atfork() to
8098              hold global locks
8099              
8100              building perl with -Dusemymalloc exacerbates the problem since
8101              Perl_malloc() holds a mutex, and perl's exec() calls New()
8102              
8103              XXX the code in win32thread.h may be needed on platforms that have
8104              no pthread_atfork()
8105      Branch: perl
8106            ! perl.c thread.h win32/win32thread.h
8107 ____________________________________________________________________________
8108 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
8109         Log: Integrate #11009 from maintperl.
8110      Branch: maint-5.6/macperl
8111           !> lib/ExtUtils/Manifest.pm
8112 ____________________________________________________________________________
8113 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
8114         Log: Flexing my Perforce muscles.
8115      Branch: maint-5.6/macperl
8116            ! README.macos
8117 ____________________________________________________________________________
8118 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
8119         Log: Update Changes.
8120      Branch: perl
8121            ! Changes patchlevel.h
8122 ____________________________________________________________________________
8123 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
8124         Log: Metaconfig unit change for #11146.
8125      Branch: metaconfig/U/perl
8126            ! d_fcntl_can_lock.U
8127 ____________________________________________________________________________
8128 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
8129         Log: Somehow the #ifdefs of the added code (in #11093) made
8130              HP-UX to fail the fcntl locking test, without the ifdefs
8131              the test seems to be working again.  Reason unknown:
8132              HP-UX cc doesn't complain either way.
8133      Branch: perl
8134            ! Configure
8135 ____________________________________________________________________________
8136 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
8137         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
8138      Branch: perl
8139            ! lib/ExtUtils/MM_Unix.pm
8140 ____________________________________________________________________________
8141 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
8142         Log: gcc -Wall nit.
8143      Branch: perl
8144            ! pp_hot.c
8145 ____________________________________________________________________________
8146 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
8147         Log: When removing tests updating the test count is a good idea, too.
8148      Branch: perl
8149            ! lib/Net/t/require.t
8150 ____________________________________________________________________________
8151 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
8152         Log: Document #11134 and add the new symbols to the list of
8153              of MakeMaker known ones.
8154      Branch: perl
8155            ! lib/ExtUtils/MakeMaker.pm
8156 ____________________________________________________________________________
8157 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
8158         Log: Microperl update.
8159      Branch: perl
8160            ! uconfig.h
8161 ____________________________________________________________________________
8162 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
8163         Log: Update the libnet tests as per #11138.
8164      Branch: perl
8165            - lib/Net/t/ph.t
8166            ! MANIFEST lib/Net/t/require.t
8167 ____________________________________________________________________________
8168 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
8169         Log: Regen toc and modlib.
8170      Branch: perl
8171            ! pod/perlmodlib.pod pod/perltoc.pod
8172 ____________________________________________________________________________
8173 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
8174         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
8175              Graham's request.
8176      Branch: perl
8177            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
8178            ! MANIFEST
8179 ____________________________________________________________________________
8180 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
8181         Log: Add the OS/390 harness results to the delta.
8182      Branch: perl
8183            ! pod/perl572delta.pod
8184 ____________________________________________________________________________
8185 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
8186         Log: Avoid the two study tests in OS/390 until the bug has been solved.
8187      Branch: perl
8188            ! t/op/study.t
8189 ____________________________________________________________________________
8190 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
8191         Log: DOS/DJGPP tweaks from Laszlo Molnar.
8192      Branch: perl
8193            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
8194 ____________________________________________________________________________
8195 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
8196         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
8197              From: Michael G Schwern <schwern@pobox.com>
8198              Date: Wed, 4 Jul 2001 00:01:16 -0400
8199              Message-ID: <20010704000116.C591@blackrider>
8200      Branch: perl
8201            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
8202 ____________________________________________________________________________
8203 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
8204         Log: The #11132 missed singleton characters (not part
8205              of a unilo..unihi range) in Unicode scripts.
8206      Branch: perl
8207            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
8208            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
8209            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
8210            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
8211            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
8212            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
8213            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
8214            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
8215            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
8216            ! lib/unicode/mktables.PL t/op/pat.t
8217 ____________________________________________________________________________
8218 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
8219         Log: Support preferentially the Unicode 'scripts' definition
8220              in the \p{In...} notation since according to Unicode the
8221              scripts concept is more natural for matching than using
8222              the somewhat artificial block names.  The block names are
8223              still available, though, and if there's a name conflict,
8224              the scripts one wins and the blocks one has to do with
8225              'Block' appended to its name.  For more information see
8226              
8227              http://www.unicode.org/unicode/reports/tr24/
8228      Branch: perl
8229            + lib/unicode/In/100.pl lib/unicode/In/101.pl
8230            + lib/unicode/In/102.pl lib/unicode/In/103.pl
8231            + lib/unicode/In/104.pl lib/unicode/In/105.pl
8232            + lib/unicode/In/106.pl lib/unicode/In/107.pl
8233            + lib/unicode/In/108.pl lib/unicode/In/109.pl
8234            + lib/unicode/In/110.pl lib/unicode/In/111.pl
8235            + lib/unicode/In/112.pl lib/unicode/In/113.pl
8236            + lib/unicode/In/114.pl lib/unicode/In/115.pl
8237            + lib/unicode/In/116.pl lib/unicode/In/117.pl
8238            + lib/unicode/In/118.pl lib/unicode/In/119.pl
8239            + lib/unicode/In/120.pl lib/unicode/In/121.pl
8240            + lib/unicode/In/122.pl lib/unicode/In/123.pl
8241            + lib/unicode/In/124.pl lib/unicode/In/125.pl
8242            + lib/unicode/In/126.pl lib/unicode/In/127.pl
8243            + lib/unicode/In/128.pl lib/unicode/In/129.pl
8244            + lib/unicode/In/130.pl lib/unicode/In/131.pl
8245            + lib/unicode/In/132.pl lib/unicode/In/133.pl
8246            + lib/unicode/In/134.pl lib/unicode/In/135.pl
8247            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
8248            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
8249            ! (edit 106 files)
8250 ____________________________________________________________________________
8251 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
8252         Log: Better document the difference between a block and a script.
8253      Branch: perl
8254            ! lib/Unicode/UCD.pm
8255 ____________________________________________________________________________
8256 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
8257         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
8258              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8259              Date: Tue, 3 Jul 2001 15:04:23 -0500
8260              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
8261      Branch: perl
8262            ! lib/CPAN.pm
8263 ____________________________________________________________________________
8264 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
8265         Log: Add tests for charscript().
8266      Branch: perl
8267            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8268 ____________________________________________________________________________
8269 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
8270         Log: Add charscript() to get the UTR#24 script names of characters.
8271      Branch: perl
8272            ! lib/Unicode/UCD.pm
8273 ____________________________________________________________________________
8274 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
8275         Log: Todo updates.
8276      Branch: perl
8277            ! pod/perltodo.pod
8278 ____________________________________________________________________________
8279 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
8280         Log: Unicode::UCD updates.
8281      Branch: perl
8282            ! lib/Unicode/UCD.pm
8283 ____________________________________________________________________________
8284 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
8285         Log: (Retracted by #11174)
8286              Subject: MakeMaker should pass through DEFINE and INC to subdirs
8287              From: Alan Burlison <Alan.Burlison@sun.com>
8288              Date: Tue, 03 Jul 2001 15:20:13 +0100
8289              Message-ID: <3B41D49D.A923D4F9@sun.com>
8290      Branch: perl
8291            ! lib/ExtUtils/MM_Unix.pm
8292 ____________________________________________________________________________
8293 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
8294         Log: Subject: Patch needed for UTS
8295              From: hom00@utsglobal.com (Hal Morris)
8296              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
8297              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
8298              
8299              Replace #11113 with a better version.
8300      Branch: perl
8301            ! perl.h
8302 ____________________________________________________________________________
8303 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
8304         Log: Subject: Re: POINTERRIGOR
8305              From: Andy Dougherty <doughera@lafayette.edu>
8306              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
8307              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
8308      Branch: perl
8309            ! util.c
8310 ____________________________________________________________________________
8311 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
8312         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
8313              From: "Philip Newton" <pnewton@gmx.de>
8314              Date: Tue, 3 Jul 2001 17:03:34 +0200
8315              Message-ID: <3B41FAE6.29564.660E117@localhost>
8316      Branch: perl
8317            ! pp_hot.c
8318 ____________________________________________________________________________
8319 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
8320         Log: Typos.
8321      Branch: perl
8322            ! INSTALL
8323 ____________________________________________________________________________
8324 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
8325         Log: Subject: [PATCH 5.6.1] debugger fixes
8326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8327              Date: Tue, 3 Jul 2001 03:38:18 -0400
8328              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
8329              
8330              The $^S is working again.
8331      Branch: perl
8332            ! lib/perl5db.pl
8333 ____________________________________________________________________________
8334 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
8335         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
8336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8337              Date: Tue, 3 Jul 2001 03:34:06 -0400
8338              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
8339      Branch: perl
8340            ! os2/OS2/Process/Process.pm
8341 ____________________________________________________________________________
8342 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
8343         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
8344              From: "Philip Newton" <Philip.Newton@gmx.net>
8345              Date: Tue, 3 Jul 2001 09:11:27 +0200
8346              Message-Id: <200107030706.KAA04596@taas.iki.fi>
8347      Branch: perl
8348            ! lib/FindBin.pm
8349 ____________________________________________________________________________
8350 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
8351         Log: Delta delta.
8352      Branch: perl
8353            ! pod/perl572delta.pod
8354 ____________________________________________________________________________
8355 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
8356         Log: Metaconfig unit change for 11115.
8357      Branch: metaconfig
8358            ! U/modified/libc.U
8359 ____________________________________________________________________________
8360 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
8361         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
8362              (from Richard Hatch) (this was the cause of pipes() and
8363              times() myeteriously not being found)
8364      Branch: perl
8365            ! Configure
8366 ____________________________________________________________________________
8367 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
8368         Log: Retract #10142, the real culprit found by Richard Hatch,
8369              coming soon to Configure near you.
8370      Branch: perl
8371            ! hints/aix.sh
8372 ____________________________________________________________________________
8373 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
8374         Log: (Replaced by #11124) UTS workaround from Hal Morris.
8375      Branch: perl
8376            ! perl.h
8377 ____________________________________________________________________________
8378 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
8379         Log: Subject: [PATCH] grok not grocking correctly
8380              From: Nicholas Clark <nick@ccl4.org>
8381              Date: Tue, 3 Jul 2001 00:19:08 +0100
8382              Message-ID: <20010703001908.H59620@plum.flirble.org>
8383      Branch: perl
8384            ! numeric.c
8385 ____________________________________________________________________________
8386 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
8387         Log: Subject: [PATCH Deparse.t] test just-posted patches
8388              From: Robin Houston <robin@kitsite.com>
8389              Date: Mon, 2 Jul 2001 23:46:15 +0100
8390              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
8391      Branch: perl
8392            ! ext/B/Deparse.t
8393 ____________________________________________________________________________
8394 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
8395         Log: Subject: [PATCH toke.c] autosplit into @F
8396              From: Robin Houston <robin@kitsite.com>
8397              Date: Mon, 2 Jul 2001 23:18:20 +0100
8398              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
8399      Branch: perl
8400            ! perl.c toke.c
8401 ____________________________________________________________________________
8402 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
8403         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
8404              From: Robin Houston <robin@kitsite.com>
8405              Date: Mon, 2 Jul 2001 23:00:48 +0100
8406              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
8407      Branch: perl
8408            ! ext/B/B/Deparse.pm
8409 ____________________________________________________________________________
8410 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
8411         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
8412              From: "Philip Newton" <Philip.Newton@gmx.net>
8413              Date: Mon, 2 Jul 2001 22:06:22 +0200
8414              (no Message-Id)
8415      Branch: perl
8416            ! ext/NDBM_File/hints/linux.pl
8417 ____________________________________________________________________________
8418 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
8419         Log: Subject: Re: Fixed pack problem - sort of
8420              From: Nicholas Clark <nick@ccl4.org>
8421              Date: Mon, 2 Jul 2001 20:59:20 +0100
8422              Message-ID: <20010702205919.F59620@plum.flirble.org>
8423      Branch: perl
8424            ! pp_pack.c t/op/pack.t
8425 ____________________________________________________________________________
8426 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
8427         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
8428              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8429              Date: Mon, 2 Jul 2001 15:45:41 -0400
8430              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
8431      Branch: perl
8432            ! os2/os2.c
8433 ____________________________________________________________________________
8434 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
8435         Log: (Mistaken retraction)
8436      Branch: perl
8437            ! utils/pl2pm.PL
8438 ____________________________________________________________________________
8439 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
8440         Log: Detypo in #11103.
8441      Branch: perl
8442            ! utils/pl2pm.PL
8443 ____________________________________________________________________________
8444 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
8445         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8446              From: Jonathan Stowe <gellyfish@gellyfish.com>
8447              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
8448              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
8449      Branch: perl
8450            ! utils/pl2pm.PL
8451 ____________________________________________________________________________
8452 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
8453         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
8454              From: "Craig A. Berry" <craigberry@mac.com>
8455              Date: Mon, 02 Jul 2001 14:11:23 -0500
8456              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
8457      Branch: perl
8458            ! lib/Unicode/UCD.pm
8459 ____________________________________________________________________________
8460 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
8461         Log: Subject: [PATCH] Re: op/numconvert.t failures
8462              From: Nicholas Clark <nick@ccl4.org>
8463              Date: Mon, 2 Jul 2001 20:10:48 +0100
8464              Message-ID: <20010702201048.E59620@plum.flirble.org>
8465      Branch: perl
8466            ! t/op/numconvert.t
8467 ____________________________________________________________________________
8468 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
8469         Log: Update Changes.
8470      Branch: perl
8471            ! Changes patchlevel.h
8472 ____________________________________________________________________________
8473 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
8474         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
8475              The real fix must be more involved.  The line of code all the leaky
8476              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
8477              line of Perl_newPMOP().
8478      Branch: perl
8479            ! op.h
8480 ____________________________________________________________________________
8481 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
8482         Log: Based on
8483              
8484              Subject: Re: sizeof(struct sembuf)
8485              From: Nicholas Clark <nick@ccl4.org>
8486              Date: Sun, 1 Jul 2001 22:26:48 +0100
8487              Message-ID: <20010701222648.W59620@plum.flirble.org>
8488              
8489              but do semop() always the slow way.
8490      Branch: perl
8491            ! doio.c
8492 ____________________________________________________________________________
8493 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
8494         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
8495              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8496              Date: Tue, 03 Jul 2001 00:56:30 +0900
8497              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
8498      Branch: perl
8499            ! ext/Encode/Encode/Tcl.t
8500 ____________________________________________________________________________
8501 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
8502         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
8503              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8504              Date: Tue, 03 Jul 2001 00:55:46 +0900
8505              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
8506      Branch: perl
8507            ! ext/Encode/Encode/Tcl.pm
8508 ____________________________________________________________________________
8509 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
8510         Log: Regen api and toc.
8511      Branch: perl
8512            ! pod/perlapi.pod pod/perltoc.pod
8513 ____________________________________________________________________________
8514 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
8515         Log: Metaconfig unit change for #11093.
8516      Branch: metaconfig/U/perl
8517            ! d_fcntl_can_lock.U
8518 ____________________________________________________________________________
8519 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
8520         Log: The fcntl locking test may hang if NFS locking messed up;
8521              break out with alarm(10).
8522      Branch: perl
8523            ! Configure
8524 ____________________________________________________________________________
8525 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
8526         Log: Move the mdelete.bat from win32/bin to win32.
8527      Branch: perl
8528            ! MANIFEST
8529 ____________________________________________________________________________
8530 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
8531         Log: Typo in #11083.
8532      Branch: perl
8533            ! ext/Time/Piece/Piece.t
8534 ____________________________________________________________________________
8535 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
8536         Log: Netware tweaks from Guruprasad.
8537      Branch: perl
8538            - NetWare/perlsdio.h
8539            ! MANIFEST NetWare/Makefile NetWare/interface.c
8540            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
8541            ! perlsdio.h
8542 ____________________________________________________________________________
8543 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
8544         Log: Subject: Re: [PATH] shared -> unique;
8545              From: Abhijit Menon-Sen <ams@wiw.org>
8546              Date: Wed, 27 Jun 2001 03:51:27 +0530
8547              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
8548      Branch: perl
8549            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
8550 ____________________________________________________________________________
8551 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
8552         Log: Subject: Re: AIX / gcc-3.0
8553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8554              Date: Mon, 02 Jul 2001 15:20:21 +0200
8555              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
8556      Branch: perl
8557            ! hints/aix.sh
8558 ____________________________________________________________________________
8559 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
8560         Log: Subject: Re: Bug report: split splits on wrong pattern
8561              From: Abhijit Menon-Sen <ams@wiw.org>
8562              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
8563              Date: Mon, 2 Jul 2001 16:31:33 +0530
8564      Branch: perl
8565            ! pp_ctl.c
8566 ____________________________________________________________________________
8567 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
8568         Log: Subject: [PATCH 5.6.1] test harness
8569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8570              Date: Mon, 2 Jul 2001 06:29:21 -0400
8571              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
8572      Branch: perl
8573            ! lib/Test/Harness.pm
8574 ____________________________________________________________________________
8575 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
8576         Log: Subject: [PATCH 5.6.1] debugger goof
8577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8578              Date: Mon, 2 Jul 2001 06:27:22 -0400
8579              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
8580      Branch: perl
8581            ! lib/perl5db.pl
8582 ____________________________________________________________________________
8583 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
8584         Log: Subject: [PATCH 5.6.1] OS/2 cwd
8585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8586              Date: Mon, 2 Jul 2001 06:21:17 -0400
8587              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
8588      Branch: perl
8589            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
8590 ____________________________________________________________________________
8591 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
8592         Log: Make #11082 more OS/2-specific.
8593      Branch: perl
8594            ! ext/Time/Piece/Piece.t
8595 ____________________________________________________________________________
8596 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
8597         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
8598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8599              Date: Mon, 2 Jul 2001 06:06:34 -0400
8600              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
8601      Branch: perl
8602            ! ext/Time/Piece/Piece.t
8603 ____________________________________________________________________________
8604 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
8605         Log: Subject: [PATCH B::Deparse] version number & changes
8606              From: Robin Houston <robin@kitsite.com>  
8607              Date: Sun, 1 Jul 2001 17:17:29 +0100
8608              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
8609      Branch: perl
8610            ! ext/B/B/Deparse.pm
8611 ____________________________________________________________________________
8612 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
8613         Log: Subject: a small fix.
8614              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8615              Date: Mon, 2 Jul 2001 12:17:53 +0200
8616              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
8617      Branch: perl
8618            ! ext/Thread/Thread.xs
8619 ____________________________________________________________________________
8620 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
8621         Log: Subject: RE: perl@10907
8622              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8623              Date: Mon, 2 Jul 2001 12:06:16 +0200
8624              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
8625              
8626              Borland C vs PerlIO.
8627      Branch: perl
8628            ! win32/config.bc win32/config_H.bc
8629 ____________________________________________________________________________
8630 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
8631         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
8632              From: "H.M. Brand" <merijn@l1.procura.nl>
8633              Date: Mon, 02 Jul 2001 11:18:57 +0200
8634              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
8635      Branch: perl
8636            ! t/op/write.t
8637 ____________________________________________________________________________
8638 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
8639         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
8640              From: Michael G Schwern <schwern@pobox.com>
8641              Date: Mon, 2 Jul 2001 00:26:24 -0400
8642              Message-ID: <20010702002624.A18302@blackrider>
8643      Branch: perl
8644            - ext/util/mkbootstrap
8645 ____________________________________________________________________________
8646 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
8647         Log: Subject: [PATCH op.h] v minor comment tweak
8648              From: Robin Houston <robin@puffinry.freeserve.co.uk>
8649              Date: Mon, 2 Jul 2001 00:42:01 +0100
8650              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
8651      Branch: perl
8652            ! op.h
8653 ____________________________________________________________________________
8654 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
8655         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
8656      Branch: perl
8657            ! pod/perlfunc.pod
8658 ____________________________________________________________________________
8659 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
8660         Log: Subject: Re: sizeof(struct sembuf)
8661              From: Nicholas Clark <nick@ccl4.org>
8662              Date: Sun, 1 Jul 2001 19:23:16 +0100
8663              Message-ID: <20010701192316.V59620@plum.flirble.org>
8664              
8665              s/signaling/signalling/
8666      Branch: perl
8667            ! pod/perlfunc.pod
8668 ____________________________________________________________________________
8669 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
8670         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
8671              From: "Philip Newton" <Philip.Newton@gmx.net>
8672              Date: Sun, 1 Jul 2001 09:37:56 +0200
8673              Message-Id: <200107010733.KAA03920@taas.iki.fi>
8674      Branch: perl
8675            ! pod/perlvar.pod
8676 ____________________________________________________________________________
8677 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
8678         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
8679              From: "Philip Newton" <Philip.Newton@gmx.net>
8680              Date: Sun, 1 Jul 2001 09:37:56 +0200
8681              Message-Id: <200107010733.KAA03925@taas.iki.fi>
8682      Branch: perl
8683            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
8684 ____________________________________________________________________________
8685 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
8686         Log: Metaconfig unit change for #11070.
8687      Branch: metaconfig
8688            ! U/compline/randfunc.U
8689 ____________________________________________________________________________
8690 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
8691         Log: Subject: [PATCH perlsnap] its --> it's --> its
8692              From: "Philip Newton" <Philip.Newton@gmx.net>
8693              Date: Sun, 1 Jul 2001 09:37:56 +0200
8694              Message-Id: <200107010733.KAA03914@taas.iki.fi>
8695      Branch: perl
8696            ! Porting/config_H
8697 ____________________________________________________________________________
8698 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
8699         Log: Sync with Sarathy; integrate with perlio.
8700      Branch: perl
8701           !> gv.c
8702 ____________________________________________________________________________
8703 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
8704         Log: regenerate win32/config_H.?c files
8705      Branch: perl
8706            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8707 ____________________________________________________________________________
8708 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
8709         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
8710              naming discipline
8711              
8712              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
8713              because of this)
8714              
8715              fix a warning about "fd" being used without being set in Cwd.xs
8716      Branch: perl
8717            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
8718            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
8719            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
8720            ! win32/config.vc
8721 ____________________________________________________________________________
8722 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
8723         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
8724              within macro arguments") and warnings ("unary minus applied to
8725              unsigned type", among others)
8726      Branch: perl
8727            ! gv.c hv.c op.c pp.c sv.c toke.c
8728 ____________________________________________________________________________
8729 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
8730         Log: win32 fixes: more spurious CRs
8731      Branch: perl
8732            ! win32/mdelete.bat
8733 ____________________________________________________________________________
8734 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
8735         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
8736              from win32/bin (or it gets deleted by distclean); don't delete
8737              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
8738              NT (should be made Win9x specific, and added to makefile.mk)
8739      Branch: perl
8740           +> win32/mdelete.bat
8741            - win32/bin/mdelete.bat
8742            ! win32/Makefile win32/makefile.mk
8743 ____________________________________________________________________________
8744 [ 11063] By: nick                                  on 2001/07/01  18:54:09
8745         Log: Quick for for #ifdef mess
8746      Branch: perlio
8747            ! gv.c
8748 ____________________________________________________________________________
8749 [ 11062] By: nick                                  on 2001/07/01  18:47:42
8750         Log: Raw integrate - does not build #if mess in gv.c
8751      Branch: perlio
8752           !> (integrate 29 files)
8753 ____________________________________________________________________________
8754 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
8755         Log: Make 'compile' target a little less broken.
8756              Still very broken, though: -Wall warnings from
8757              the generated code, boot_Foo prototypes missing,
8758              can't autoload Fcntl::SEEK_CUR et alia, ...
8759      Branch: perl
8760            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
8761            ! utils/perlcc.PL x2p/Makefile.SH
8762 ____________________________________________________________________________
8763 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
8764         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
8765      Branch: perl
8766            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8767            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
8768 ____________________________________________________________________________
8769 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
8770         Log: Update Changes.
8771      Branch: perl
8772            ! Changes patchlevel.h
8773 ____________________________________________________________________________
8774 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
8775         Log: Still one typo, regen toc.
8776      Branch: perl
8777            ! lib/Unicode/UCD.pm pod/perltoc.pod
8778 ____________________________________________________________________________
8779 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
8780         Log: Detypos and regen toc.
8781      Branch: perl
8782            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
8783 ____________________________________________________________________________
8784 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
8785         Log: VERSION tweak.
8786      Branch: perl
8787            ! ext/List/Util/lib/List/Util.pm
8788 ____________________________________________________________________________
8789 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
8790         Log: Attempt at plugging the leak under ithreads detected by Doug.
8791      Branch: perl
8792            ! op.h
8793 ____________________________________________________________________________
8794 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
8795         Log: gcc -Wall lint after #11051.
8796      Branch: perl
8797            ! pp_sys.c
8798 ____________________________________________________________________________
8799 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
8800         Log: Integrate perlio.
8801      Branch: perl
8802           !> lib/File/Find/taint.t
8803 ____________________________________________________________________________
8804 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
8805         Log: Don't use the v-strings for module VERSIONs.
8806      Branch: perl
8807            ! lib/Unicode/UCD.pm
8808 ____________________________________________________________________________
8809 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
8810         Log: Code cleanup based on turning off the -woffs in IRIX.
8811              Not all of the gripes cleaned up (hairy code in hv.c and
8812              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
8813              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
8814              to the IRIX hints)
8815      Branch: perl
8816            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
8817            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
8818            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
8819            ! regcomp.c sv.c
8820 ____________________________________________________________________________
8821 [ 11050] By: nick                                  on 2001/06/30  20:46:46
8822         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
8823      Branch: perlio
8824            ! lib/File/Find/taint.t
8825 ____________________________________________________________________________
8826 [ 11049] By: nick                                  on 2001/06/30  18:13:33
8827         Log: Integrate mainline
8828      Branch: perlio
8829           +> NetWare/nwstdio.h NetWare/perlsdio.h
8830           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
8831           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
8832           +> lib/Unicode/UCD.t t/run/exit.t
8833           !> (integrate 60 files)
8834 ____________________________________________________________________________
8835 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
8836         Log: Delta delta.
8837      Branch: perl
8838            ! pod/perl572delta.pod
8839 ____________________________________________________________________________
8840 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
8841         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
8842              by CPAN.pm, use rather _00.
8843      Branch: perl
8844            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
8845            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
8846            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
8847            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
8848            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
8849            ! lib/ExtUtils/Embed.pm lib/Test.pm
8850 ____________________________________________________________________________
8851 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
8852         Log: Add a simple Unicode character database interface, Unicode::UCD.
8853      Branch: perl
8854            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
8855            ! MANIFEST
8856 ____________________________________________________________________________
8857 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
8858         Log: Subject: [PATCH] op/numconver.t
8859              From: Nicholas Clark <nick@ccl4.org>
8860              Date: Sat, 30 Jun 2001 15:40:10 +0100
8861              Message-ID: <20010630154010.I59620@plum.flirble.org>
8862      Branch: perl
8863            ! t/op/numconvert.t
8864 ____________________________________________________________________________
8865 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
8866         Log: The $^N is now taken (by #11038).
8867      Branch: perl
8868            ! t/base/lex.t
8869 ____________________________________________________________________________
8870 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
8871         Log: The #11040 had slipped to a wrong function...
8872      Branch: perl
8873            ! sv.c
8874 ____________________________________________________________________________
8875 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
8876         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
8877              the Configure library symbol probe mysteriously finds all
8878              symbols but those of pipe() and times().
8879      Branch: perl
8880            ! hints/aix.sh
8881 ____________________________________________________________________________
8882 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
8883         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
8884              From: Nicholas Clark <nick@ccl4.org>
8885              Date: Fri, 29 Jun 2001 23:49:07 +0100
8886              Message-ID: <20010629234907.D59620@plum.flirble.org>
8887      Branch: perl
8888            ! lib/ExtUtils.t
8889 ____________________________________________________________________________
8890 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
8891         Log: Subject: [PATCH] weakref fix 2, not yet there
8892              From: Artur Bergman <artur@contiller.se>
8893              Date: Sat, 30 Jun 2001 01:18:16 +0200
8894              Message-ID: <B762D957.1CC9%artur@contiller.se>
8895      Branch: perl
8896            ! sv.c
8897 ____________________________________________________________________________
8898 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
8899         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
8900              From: Michael G Schwern <schwern@pobox.com>
8901              Date: Fri, 29 Jun 2001 19:39:11 -0400
8902              Message-ID: <20010629193910.D25304@blackrider>
8903      Branch: perl
8904            + t/run/exit.t
8905            ! MANIFEST
8906 ____________________________________________________________________________
8907 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
8908         Log: Add support for $^N, the most-recently closed group.
8909      Branch: perl
8910            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
8911            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
8912            ! thrdvar.h
8913 ____________________________________________________________________________
8914 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
8915         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
8916              From: lvirden@cas.org
8917              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
8918              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
8919              
8920              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
8921              From: lvirden@cas.org
8922              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
8923              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
8924      Branch: perl
8925            ! README.solaris
8926 ____________________________________________________________________________
8927 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
8928         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
8929              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8930              Date: Sat, 30 Jun 2001 07:33:37 +0900
8931              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
8932              
8933              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
8934              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8935              Date: Sat, 30 Jun 2001 21:38:14 +0900
8936              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
8937      Branch: perl
8938            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
8939            + ext/Encode/Encode/7bit-kr.enc
8940            ! MANIFEST ext/Encode/Encode/Tcl.pm
8941 ____________________________________________________________________________
8942 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
8943         Log: NetWare tweaks from Guruprasad.
8944      Branch: perl
8945            + NetWare/nwstdio.h NetWare/perlsdio.h
8946            ! MANIFEST NetWare/Makefile NetWare/config.wc
8947            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
8948            ! NetWare/t/Readme.txt
8949 ____________________________________________________________________________
8950 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
8951         Log: More module $VERSION bump-ups.
8952      Branch: perl
8953            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
8954            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
8955            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
8956 ____________________________________________________________________________
8957 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
8958         Log: Doc update due to #11032.
8959      Branch: perl
8960            ! pod/perl572delta.pod
8961 ____________________________________________________________________________
8962 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
8963         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
8964              From: Peter Prymmer <pvhp@forte.com>
8965              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
8966              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
8967      Branch: perl
8968            ! ext/Time/HiRes/HiRes.xs
8969 ____________________________________________________________________________
8970 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
8971         Log: -lpthreads missing in AIX.
8972      Branch: perl
8973            ! hints/aix.sh
8974 ____________________________________________________________________________
8975 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
8976         Log: Subject: [PATCH] CLONE && weakrefs
8977              From: Artur Bergman <artur@contiller.se>
8978              Date: Fri, 29 Jun 2001 17:02:00 +0200
8979              Message-ID: <B7626508.1CA0%artur@contiller.se>
8980      Branch: perl
8981            ! sv.c
8982 ____________________________________________________________________________
8983 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
8984         Log: Subject: Re: Bug report: split splits on wrong pattern
8985              From: Radu Greab <radu@netsoft.ro>
8986              Date: Wed, 27 Jun 2001 21:50:52 +0300
8987              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
8988      Branch: perl
8989            ! pp_ctl.c t/op/split.t
8990 ____________________________________________________________________________
8991 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
8992         Log: Metaconfig unit change for #11027.
8993      Branch: metaconfig/U/perl
8994            ! d_modfl.U
8995 ____________________________________________________________________________
8996 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
8997         Log: I thought this Configure glitch for AIX was just recently fixed?
8998      Branch: perl
8999            ! Configure
9000 ____________________________________________________________________________
9001 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
9002         Log: Update Changes.
9003      Branch: perl
9004            ! Changes patchlevel.h
9005 ____________________________________________________________________________
9006 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
9007         Log: Subject: Re: perl@10967, File::Find, and Cwd
9008              From: Mike Guy <mjtg@cam.ac.uk>
9009              Date: Fri, 29 Jun 2001 14:56:49 +0100
9010              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
9011      Branch: perl
9012            ! lib/File/Find/taint.t
9013 ____________________________________________________________________________
9014 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
9015         Log: Update the sv_pvprintify() spec.
9016      Branch: perl
9017            ! pod/perltodo.pod
9018 ____________________________________________________________________________
9019 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
9020         Log: Known test failures update.
9021      Branch: perl
9022            ! pod/perl572delta.pod
9023 ____________________________________________________________________________
9024 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
9025         Log: Based on
9026              
9027              Subject: [PATCH @11016] More );) fixes
9028              From: Richard Soderberg <rs@crystalflame.net>
9029              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
9030              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
9031      Branch: perl
9032            ! ext/Thread/Thread.xs ext/Thread/typemap
9033 ____________________________________________________________________________
9034 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
9035         Log: Subject: [PATCH @11016] Fixes compile errors in four files
9036              From: Richard Soderberg <rs@crystalflame.net>
9037              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
9038              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
9039      Branch: perl
9040            ! mg.c pp.c pp_hot.c util.c
9041 ____________________________________________________________________________
9042 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
9043         Log: AIX hints tweaking continues, from Merijn Brand.
9044      Branch: perl
9045            ! hints/aix.sh
9046 ____________________________________________________________________________
9047 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
9048         Log: HP-UX needs gccversion sooner, from Merijn Brand.
9049      Branch: perl
9050            ! hints/hpux.sh
9051 ____________________________________________________________________________
9052 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
9053         Log: Subject: [PATCH 5.6.1] OS/2 docs
9054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9055              Date: Fri, 29 Jun 2001 02:34:12 -0400
9056              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
9057      Branch: perl
9058            ! README.os2 os2/Changes
9059 ____________________________________________________________________________
9060 [ 11017] By: nick                                  on 2001/06/29  10:20:30
9061         Log: Integrate mainline
9062      Branch: perlio
9063           +> (branch 37 files)
9064            - ext/ODBM_File/sdbm.t
9065           !> (integrate 211 files)
9066 ____________________________________________________________________________
9067 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
9068         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
9069              the modules found using a script written by Larry Schatzer Jr.
9070      Branch: perl
9071            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
9072            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
9073            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9074            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9075            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
9076            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
9077            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
9078            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
9079            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
9080            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
9081            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
9082            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
9083            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
9084            ! lib/constant.pm lib/fields.pm lib/strict.pm
9085 ____________________________________________________________________________
9086 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
9087         Log: The latest JPL from the anoncvs.
9088      Branch: perl
9089            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9090 ____________________________________________________________________________
9091 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
9092         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
9093      Branch: perl
9094            ! t/op/pat.t
9095 ____________________________________________________________________________
9096 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
9097         Log: Worrying about insecure directories now is a bit too late.
9098      Branch: perl
9099            ! lib/File/Find/taint.t
9100 ____________________________________________________________________________
9101 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
9102         Log: Cannot DIE() in a void function,
9103              from Richard Hatch <rhatch@austin.ibm.com>.
9104      Branch: perl
9105            ! ext/IPC/SysV/SysV.xs
9106 ____________________________________________________________________________
9107 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
9108         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
9109              From: Peter Prymmer <pvhp@forte.com>
9110              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
9111              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
9112              
9113              (unfinished: time/hires tests 3, 5, 14 failing, but better
9114              than wholesale failure)
9115      Branch: perl
9116            ! ext/Time/HiRes/HiRes.xs
9117 ____________________________________________________________________________
9118 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
9119         Log: Subject: [PATCH 5.6.1] OS/2 improvements
9120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9121              Date: Thu, 28 Jun 2001 16:03:14 -0400
9122              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
9123      Branch: perl
9124            + os2/os2_base.t
9125            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
9126            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
9127            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
9128            ! os2/os2ish.h
9129 ____________________________________________________________________________
9130 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
9131         Log: Subject: Incrementing Extutils::Manifest's $VERSION
9132              From: Michael G Schwern <schwern@pobox.com>
9133              Date: Thu, 28 Jun 2001 13:13:49 -0400
9134              Message-ID: <20010628131349.A14738@blackrider>
9135      Branch: maint-5.6/perl
9136            ! lib/ExtUtils/Manifest.pm
9137 ____________________________________________________________________________
9138 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
9139         Log: AIX tweak from Merijn Brand.
9140      Branch: perl
9141            ! hints/aix.sh
9142 ____________________________________________________________________________
9143 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
9144         Log: Create the macperl branch.
9145      Branch: maint-5.6/macperl
9146           +> (branch 1728 files)
9147 ____________________________________________________________________________
9148 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
9149         Log: Update Changes.
9150      Branch: perl
9151            ! Changes patchlevel.h
9152 ____________________________________________________________________________
9153 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
9154         Log: More Perforce lore.
9155      Branch: perl
9156            ! Porting/repository.pod
9157 ____________________________________________________________________________
9158 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
9159         Log: Metaconfig unit changes for #11003.
9160      Branch: metaconfig/U/perl
9161            + d_nl_langinfo.U i_langinfo.U
9162 ____________________________________________________________________________
9163 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
9164         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
9165              Expected not to exist in non-UNIX excepting in VMS, where
9166              according to a quick web survey they just might.
9167      Branch: perl
9168            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9169            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9170            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
9171            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9172            ! win32/config.bc win32/config.gc win32/config.vc
9173 ____________________________________________________________________________
9174 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
9175         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
9176              in AIX is one is doing a 64-bit build.
9177      Branch: perl
9178            ! hints/aix.sh
9179 ____________________________________________________________________________
9180 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
9181         Log: Metaconfig unit changes for #11000.
9182      Branch: metaconfig/U/perl
9183            ! use64bits.U uselfs.U
9184 ____________________________________________________________________________
9185 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
9186         Log: Move use64bitint and use64bitall before uselargefiles.
9187      Branch: perl
9188            ! Configure
9189 ____________________________________________________________________________
9190 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
9191         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
9192              From: Robert Spier <rspier@pobox.com>
9193              Message-ID: <15162.41164.618712.841415@rls.cx>
9194              Date: Wed, 27 Jun 2001 23:13:16 -0400
9195      Branch: perl
9196            ! doio.c
9197 ____________________________________________________________________________
9198 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
9199         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
9200              From: Peter Prymmer <pvhp@forte.com>
9201              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
9202              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
9203      Branch: perl
9204            ! numeric.c
9205 ____________________________________________________________________________
9206 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
9207         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
9208              From: Peter Prymmer <pvhp@forte.com>
9209              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
9210              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
9211      Branch: perl
9212            ! configure.com ext/Digest/MD5/Makefile.PL
9213 ____________________________________________________________________________
9214 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
9215         Log: Update Changes.
9216      Branch: perl
9217            ! Changes patchlevel.h
9218 ____________________________________________________________________________
9219 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
9220         Log: Tiny EPOC updates.
9221      Branch: perl
9222            ! epoc/config.sh
9223 ____________________________________________________________________________
9224 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
9225         Log: The Test::More and Test::Simple tests required help
9226              thanks to our schizophrenic test scheme.
9227      Branch: perl
9228            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9229            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9230            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9231            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9232            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9233 ____________________________________________________________________________
9234 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
9235         Log: Upgrade to Test::Simple 0.09.
9236      Branch: perl
9237            + lib/Test/Simple/Changes
9238            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
9239            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9240            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9241            ! lib/Test/Simple/t/plan_is_noplan.t
9242 ____________________________________________________________________________
9243 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
9244         Log: Upgrade to Test::More 0.07.
9245      Branch: perl
9246            + lib/Test/More/Changes
9247            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
9248            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
9249            ! lib/Test/More/t/skipall.t
9250 ____________________________________________________________________________
9251 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
9252         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
9253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9254              Date: Wed, 27 Jun 2001 18:40:04 +0200
9255              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
9256      Branch: perl
9257            ! hints/hpux.sh
9258 ____________________________________________________________________________
9259 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
9260         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9261              From: Norton Allen <allen@huarp.harvard.edu>
9262              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
9263              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
9264      Branch: perl
9265            ! README.qnx hints/qnx.sh
9266 ____________________________________________________________________________
9267 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
9268         Log: Subject: [PATCH] two little documentation nits
9269              From: Abhijit Menon-Sen <ams@wiw.org>
9270              Date: Wed, 27 Jun 2001 20:07:50 +0530
9271              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
9272      Branch: perl
9273            ! sv.c sv.h
9274 ____________________________________________________________________________
9275 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
9276         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
9277              From: Norton Allen <allen@huarp.harvard.edu>
9278              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
9279              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
9280      Branch: perl
9281            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9282 ____________________________________________________________________________
9283 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
9284         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
9285              From: Michael G Schwern <schwern@pobox.com>
9286              Date: Wed, 27 Jun 2001 02:34:58 -0400
9287              Message-ID: <20010627023458.K23874@blackrider>
9288      Branch: perl
9289            ! vms/test.com
9290 ____________________________________________________________________________
9291 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
9292         Log: Add perl_clone_host() for Netware.
9293      Branch: perl
9294            ! NetWare/nw5.c
9295 ____________________________________________________________________________
9296 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
9297         Log: GCC 3.0 hints for HP-UX.
9298      Branch: perl
9299            ! hints/hpux.sh
9300 ____________________________________________________________________________
9301 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
9302         Log: In some Linux distributions the libndbm is broken
9303              (no null key support), therefore link with libgdbm
9304              (if available), since it has a working ndbm emulation,
9305              from Jonathan Stowe.
9306      Branch: perl
9307            + ext/NDBM_File/hints/linux.pl
9308            ! MANIFEST
9309 ____________________________________________________________________________
9310 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
9311         Log: Subject: [PATCH perl@10930] find.t hack for VMS
9312              From: "Craig A. Berry" <craigberry@mac.com>
9313              Date: Tue, 26 Jun 2001 23:40:25 -0500
9314              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
9315      Branch: perl
9316            ! lib/File/Find/find.t
9317 ____________________________________________________________________________
9318 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
9319         Log: AUTHORS updates.
9320      Branch: perl
9321            ! AUTHORS
9322 ____________________________________________________________________________
9323 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
9324         Log: Metaconfig unit change like #10980.
9325      Branch: metaconfig
9326            ! U/compline/d_stdstdio.U
9327 ____________________________________________________________________________
9328 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
9329         Log: "lose the it's", from Abhijit Menon-Sen.
9330              ("It's" not searched, pods not searched.)
9331      Branch: perl
9332            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
9333            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
9334            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
9335            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
9336            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9337            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
9338 ____________________________________________________________________________
9339 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
9340         Log: "lose the looses", from Abhijit Menon-Sen.
9341      Branch: perl
9342            ! ext/B/B/Assembler.pm gv.c
9343 ____________________________________________________________________________
9344 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
9345         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
9346      Branch: perl
9347            ! hints/os390.sh
9348 ____________________________________________________________________________
9349 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
9350         Log: DEC C 5.3 on the VAX simply doesn't seem to like
9351              compiling the MD5 extension, disable it there for now,
9352              from Peter Prymmer.
9353      Branch: perl
9354            ! configure.com
9355 ____________________________________________________________________________
9356 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
9357         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
9358              From: Jonathan Stowe <gellyfish@gellyfish.com>
9359              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
9360              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
9361      Branch: perl
9362            ! pod/perlfaq3.pod
9363 ____________________________________________________________________________
9364 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
9365         Log: Subject: [PATCH 5.6.1] perlxs misprints
9366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9367              Date: Tue, 26 Jun 2001 17:20:00 -0400
9368              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
9369      Branch: perl
9370            ! pod/perlxs.pod
9371 ____________________________________________________________________________
9372 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
9373         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
9374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9375              Date: Tue, 26 Jun 2001 17:27:07 -0400
9376              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
9377      Branch: perl
9378            ! lib/ExtUtils/MM_Unix.pm
9379 ____________________________________________________________________________
9380 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
9381         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
9382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9383              Date: Tue, 26 Jun 2001 17:23:24 -0400
9384              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
9385      Branch: perl
9386            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9387 ____________________________________________________________________________
9388 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
9389         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
9390              by Olaf Flebbe.
9391      Branch: perl
9392            ! perl.h
9393 ____________________________________________________________________________
9394 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
9395         Log: Detypo.
9396      Branch: perl
9397            ! lib/Memoize/t/tie_sdbm.t
9398 ____________________________________________________________________________
9399 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
9400         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
9401      Branch: perl
9402            ! win32/perllib.c
9403 ____________________________________________________________________________
9404 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
9405         Log: Subject: [patch] perl_clone+CvFILE
9406              From: Doug MacEachern <dougm@covalent.net>
9407              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
9408              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
9409      Branch: perl
9410            ! sv.c
9411 ____________________________________________________________________________
9412 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
9413         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
9414              From: Mark-Jason Dominus <mjd@plover.com>
9415              Date: Tue, 26 Jun 2001 12:33:01 -0400
9416              Message-ID: <20010626163301.31298.qmail@plover.com>
9417      Branch: perl
9418            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9419 ____________________________________________________________________________
9420 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
9421         Log: Update Changes.
9422      Branch: perl
9423            ! Changes patchlevel.h
9424 ____________________________________________________________________________
9425 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
9426         Log: Also catfile() needs now to explicitly exported.
9427      Branch: perl
9428            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9429 ____________________________________________________________________________
9430 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
9431         Log: Regen toc.
9432      Branch: perl
9433            ! pod/perltoc.pod
9434 ____________________________________________________________________________
9435 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
9436         Log: Nonexistent pod command.
9437      Branch: perl
9438            ! pod/perl572delta.pod
9439 ____________________________________________________________________________
9440 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
9441         Log: Be more portable in the quest for tmpdir.
9442      Branch: perl
9443            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9444 ____________________________________________________________________________
9445 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
9446         Log: Be more portable in finding out the home directory,
9447              and use File::Spec to do the concat.
9448              (Come to think of it, couldn't File::Spec provide
9449              for a ->homedir method?)
9450      Branch: perl
9451            ! lib/Net/Config.pm
9452 ____________________________________________________________________________
9453 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
9454         Log: Doc patch for #10959.
9455      Branch: perl
9456            ! pod/perlfunc.pod
9457 ____________________________________________________________________________
9458 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
9459         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
9460              From: "Philip Newton" <pnewton@gmx.de>
9461              Date: Tue, 26 Jun 2001 16:26:47 +0200
9462              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
9463      Branch: perl
9464            ! pod/perldata.pod
9465 ____________________________________________________________________________
9466 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
9467         Log: Subject: [PATH] shared -> unique;
9468              From: "Artur Bergman" <artur@contiller.se>
9469              Date: Tue, 26 Jun 2001 16:18:40 +0200
9470              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
9471              
9472              Because "shared" isn't: it's read-only.
9473      Branch: perl
9474            ! toke.c xsutils.c
9475 ____________________________________________________________________________
9476 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
9477         Log: Escape multiline croak messages.
9478      Branch: perl
9479            ! t/op/ver.t
9480 ____________________________________________________________________________
9481 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
9482         Log: No more pragma/*.t for minitest.
9483      Branch: perl
9484            ! Makefile.SH
9485 ____________________________________________________________________________
9486 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
9487         Log: AUTHORS updates.
9488      Branch: perl
9489            ! AUTHORS
9490 ____________________________________________________________________________
9491 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
9492         Log: delta updates.
9493      Branch: perl
9494            ! pod/perl572delta.pod
9495 ____________________________________________________________________________
9496 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
9497         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
9498              From: Artur Bergman <artur@contiller.se> 
9499              Date: Tue, 26 Jun 2001 15:32:53 +0200
9500              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
9501      Branch: perl
9502            ! makedef.pl sv.c sv.h win32/perllib.c
9503 ____________________________________________________________________________
9504 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
9505         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
9506              From: Jonathan Stowe <gellyfish@gellyfish.com>
9507              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
9508              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
9509              
9510              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
9511      Branch: perl
9512            + ext/Time/HiRes/hints/sco.pl
9513            ! MANIFEST
9514 ____________________________________________________________________________
9515 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
9516         Log: Subject: [PATCH 5.6.1] static build
9517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9518              Date: Tue, 26 Jun 2001 04:22:25 -0400
9519              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
9520      Branch: perl
9521            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
9522            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9523 ____________________________________________________________________________
9524 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
9525         Log: DJGPP patches from Laszlo Molnar.
9526      Branch: perl
9527            ! djgpp/djgpp.c perl.c util.c
9528 ____________________________________________________________________________
9529 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
9530         Log: Netware patches from Ananth Kesari.
9531      Branch: perl
9532            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
9533            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
9534            ! NetWare/nwtinfo.h
9535 ____________________________________________________________________________
9536 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
9537         Log: Detypo.
9538      Branch: perl
9539            ! ext/Errno/Errno_pm.PL
9540 ____________________________________________________________________________
9541 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
9542         Log: There seems to be two ways of spelling the $^O in *STEP.
9543      Branch: perl
9544            ! ext/Errno/Errno_pm.PL
9545 ____________________________________________________________________________
9546 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
9547         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
9548              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
9549      Branch: perl
9550            ! ext/Errno/Errno_pm.PL
9551 ____________________________________________________________________________
9552 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
9553         Log: Known bugs update.
9554      Branch: perl
9555            ! pod/perl572delta.pod
9556 ____________________________________________________________________________
9557 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
9558         Log: The default installation of Cygwin has 500 as root's uid.
9559      Branch: perl
9560            ! lib/User/pwent.t
9561 ____________________________________________________________________________
9562 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
9563         Log: Be even more relaxed (re-allow having only one entry).
9564      Branch: perl
9565            ! t/op/grent.t t/op/pwent.t
9566 ____________________________________________________________________________
9567 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
9568         Log: Test failure updates.
9569      Branch: perl
9570            ! pod/perl572delta.pod
9571 ____________________________________________________________________________
9572 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
9573         Log: MPE/iX test tweaks from Mark Bixby.
9574      Branch: perl
9575            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
9576            ! t/io/fs.t t/op/stat.t
9577 ____________________________________________________________________________
9578 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
9579         Log: Microperl findings.
9580      Branch: perl
9581            ! perl.h pp_sys.c
9582 ____________________________________________________________________________
9583 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
9584         Log: Touch uconfig.h.
9585      Branch: perl
9586            ! uconfig.h
9587 ____________________________________________________________________________
9588 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
9589         Log: Subject: [PATCH] Proposed fix for Pod::Man
9590              From: Rob Napier <rnapier@employees.org>
9591              Date: Mon, 25 Jun 2001 15:49:24 -0400
9592              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
9593              
9594              Cater for Solaris nroff brokenness (shortchanges daisywheel
9595              printers, but hey, we also no more support PDPs.)
9596      Branch: perl
9597            ! lib/Pod/Man.pm
9598 ____________________________________________________________________________
9599 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
9600         Log: Typo in #10937.
9601      Branch: perl
9602            ! ext/POSIX/sigaction.t
9603 ____________________________________________________________________________
9604 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
9605         Log: SIGCONT not trappable in VMS.
9606      Branch: perl
9607            ! ext/POSIX/sigaction.t
9608 ____________________________________________________________________________
9609 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
9610         Log: Subject: [DRAFT] Encode-Tcl.t
9611              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9612              Date: Tue, 26 Jun 2001 03:38:08 +0900
9613              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
9614      Branch: perl
9615            + ext/Encode/Encode/Tcl.t
9616            ! MANIFEST ext/Encode/Encode/Tcl.pm
9617 ____________________________________________________________________________
9618 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
9619         Log: Because of #10932 retract also the perlfunc hunk of #10910.
9620      Branch: perl
9621            ! pod/perlfunc.pod
9622 ____________________________________________________________________________
9623 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
9624         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
9625              by Ilya Zakharevich in
9626              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
9627      Branch: perl
9628            ! XSUB.h
9629 ____________________________________________________________________________
9630 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
9631         Log: Typo in #10889.
9632      Branch: perl
9633            ! hints/uts.sh
9634 ____________________________________________________________________________
9635 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
9636         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
9637              From: Abhijit Menon-Sen <ams@wiw.org>
9638              Date: Mon, 25 Jun 2001 23:45:45 +0530
9639              Message-ID: <20010625234545.A5022@lustre.linux.in>
9640      Branch: perl
9641            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
9642 ____________________________________________________________________________
9643 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
9644         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
9645              From: Michael G Schwern <schwern@pobox.com>
9646              Date: Mon, 25 Jun 2001 14:35:51 -0400
9647              Message-ID: <20010625143551.H13819@blackrider>
9648      Branch: perl
9649            ! lib/Test.pm
9650 ____________________________________________________________________________
9651 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
9652         Log: Update Changes.
9653      Branch: perl
9654            ! Changes patchlevel.h
9655 ____________________________________________________________________________
9656 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
9657         Log: Regen toc and modlib.
9658      Branch: perl
9659            ! pod/perlmodlib.pod pod/perltoc.pod
9660 ____________________________________________________________________________
9661 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
9662         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
9663              for the benefit of C++ compilers, as suggested by Guruprasad.
9664      Branch: perl
9665            ! embed.pl proto.h
9666 ____________________________________________________________________________
9667 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
9668         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
9669              From: Jonathan Stowe <gellyfish@gellyfish.com>
9670              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
9671              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
9672      Branch: perl
9673            ! pod/perlfaq5.pod
9674 ____________________________________________________________________________
9675 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
9676         Log: Missed from #10925.
9677      Branch: perl
9678            ! gv.c
9679 ____________________________________________________________________________
9680 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
9681         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
9682              From: Robin Houston <robin@kitsite.com>
9683              Date: Sat, 19 May 2001 16:19:34 +0100
9684              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
9685      Branch: perl
9686            ! cv.h gv.h op.c
9687 ____________________________________________________________________________
9688 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
9689         Log: Netware README tweak.
9690      Branch: perl
9691            ! README.netware
9692 ____________________________________________________________________________
9693 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
9694         Log: Subject: [PATCH] Re: overload.t fails
9695              From: Abhijit Menon-Sen <ams@wiw.org>
9696              Date: Mon, 25 Jun 2001 14:52:20 +0530
9697              Message-ID: <20010625145220.A24114@lustre.linux.in>
9698      Branch: perl
9699            ! lib/overload.t
9700 ____________________________________________________________________________
9701 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
9702         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
9703              From: Mike Guy <mjtg@cam.ac.uk>
9704              Date: Mon, 25 Jun 2001 11:43:23 +0100
9705              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
9706      Branch: perl
9707            ! lib/Carp.pm
9708 ____________________________________________________________________________
9709 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
9710         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
9711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9712              Date: Sun, 24 Jun 2001 05:17:05 -0400
9713              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
9714      Branch: perl
9715            ! os2/os2ish.h
9716 ____________________________________________________________________________
9717 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
9718         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
9719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9720              Date: Mon, 25 Jun 2001 05:52:27 -0400
9721              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
9722      Branch: perl
9723            ! hints/os2.sh
9724 ____________________________________________________________________________
9725 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
9726         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
9727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9728              Date: Mon, 25 Jun 2001 05:23:35 -0400
9729              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
9730      Branch: perl
9731            ! os2/os2.c
9732 ____________________________________________________________________________
9733 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
9734         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
9735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9736              Date: Mon, 25 Jun 2001 05:04:32 -0400
9737              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
9738      Branch: perl
9739            ! os2/OS2/REXX/DLL/DLL.pm
9740 ____________________________________________________________________________
9741 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
9742         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
9743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9744              Date: Mon, 25 Jun 2001 05:02:36 -0400
9745              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
9746      Branch: perl
9747            ! mg.c os2/dl_os2.c os2/os2.c
9748 ____________________________________________________________________________
9749 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
9750         Log: Subject: Re: [PATCH 5.6.1] misprints
9751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9752              Date: Mon, 25 Jun 2001 04:50:50 -0400
9753              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
9754      Branch: perl
9755            ! os2/os2.c pp_sys.c
9756 ____________________________________________________________________________
9757 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
9758         Log: Add Test::More and Test::Simple to the delta.
9759      Branch: perl
9760            ! pod/perl572delta.pod
9761 ____________________________________________________________________________
9762 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
9763         Log: Add Test::More, from Michael G Schwern.
9764      Branch: perl
9765            + lib/Test/More.pm lib/Test/More/t/More.t
9766            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9767            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9768            + t/lib/Test/More/Catch.pm
9769            ! MANIFEST
9770 ____________________________________________________________________________
9771 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
9772         Log: Add Test::Simple from Michael G Schwern.
9773      Branch: perl
9774            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
9775            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9776            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9777            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
9778            + t/lib/Test/Simple/Catch.pm
9779            + t/lib/Test/Simple/sample_tests/death.plx
9780            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
9781            + t/lib/Test/Simple/sample_tests/extras.plx
9782            + t/lib/Test/Simple/sample_tests/five_fail.plx
9783            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
9784            + t/lib/Test/Simple/sample_tests/one_fail.plx
9785            + t/lib/Test/Simple/sample_tests/require.plx
9786            + t/lib/Test/Simple/sample_tests/success.plx
9787            + t/lib/Test/Simple/sample_tests/too_few.plx
9788            + t/lib/Test/Simple/sample_tests/two_fail.plx
9789            ! MANIFEST
9790 ____________________________________________________________________________
9791 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
9792         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
9793              From: "Craig A. Berry" <craigberry@mac.com>
9794              Date: Sun, 24 Jun 2001 23:41:36 -0500
9795              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
9796      Branch: perl
9797            ! pp_sys.c
9798 ____________________________________________________________________________
9799 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
9800         Log: Upgrade to Attribute::Handlers 0.70.
9801      Branch: perl
9802            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9803            ! MANIFEST lib/Attribute/Handlers.pm
9804 ____________________________________________________________________________
9805 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
9806         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
9807              From: Abhijit Menon-Sen <ams@wiw.org>
9808              Date: Sat, 23 Jun 2001 05:17:44 +0530
9809              Message-ID: <20010623051744.A18583@lustre.linux.in>
9810              
9811              (Can't think of a good place to put tests.)
9812      Branch: perl
9813            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
9814 ____________________________________________________________________________
9815 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
9816         Log: Subject: [PATCH] t/op/pat.t typo fix
9817              From: Richard Soderberg <rs@crystalflame.net>
9818              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
9819              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
9820      Branch: perl
9821            ! t/op/pat.t
9822 ____________________________________________________________________________
9823 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
9824         Log: Move the pack warnings to their own file, as pointed
9825              out by Spider.
9826      Branch: perl
9827            + t/lib/warnings/pp_pack
9828            ! MANIFEST t/lib/warnings/pp
9829 ____________________________________________________________________________
9830 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
9831         Log: Update Changes.
9832      Branch: perl
9833            ! Changes patchlevel.h
9834 ____________________________________________________________________________
9835 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
9836         Log: Partially fix a problem noticed by IRIX compiler:
9837              the initialization of parse_start was bypassed by
9838              several gotos.  Now initialized to zero, which may
9839              not be the best choice.
9840      Branch: perl
9841            ! regcomp.c
9842 ____________________________________________________________________________
9843 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
9844         Log: Relax the group and password tests back to moaning only
9845              if no matches at all are found.  (Even with a small sample
9846              I could find many sites where there are, umm, anomalies in
9847              the said databases.)       
9848      Branch: perl
9849            ! t/op/grent.t t/op/pwent.t
9850 ____________________________________________________________________________
9851 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
9852         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
9853      Branch: perl
9854            ! pp_ctl.c
9855 ____________________________________________________________________________
9856 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
9857         Log: De-cut-and-pasto in #10902.
9858      Branch: perl
9859            ! pp_ctl.c
9860 ____________________________________________________________________________
9861 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
9862         Log: The #10771 didn't take?
9863      Branch: perl
9864            ! pp_ctl.c
9865 ____________________________________________________________________________
9866 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
9867         Log: Undo the filetests part of #10900, under multiplicity
9868              weird errors take place.
9869      Branch: perl
9870            ! pp_sys.c
9871 ____________________________________________________________________________
9872 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
9873         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
9874      Branch: perl
9875            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
9876 ____________________________________________________________________________
9877 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
9878         Log: (Replaced by #10922)
9879              
9880              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
9881              From: Tony Bowden <tony@kasei.com>
9882              Date: Sun, 24 Jun 2001 17:32:40 +0100
9883              Message-ID: <20010624173240.A16293@blackstar.co.uk>
9884              
9885              Document (well, mention) shortmess() and longmess()
9886              to rob people of their fun of reinventing the weel.
9887      Branch: perl
9888            ! lib/Carp.pm
9889 ____________________________________________________________________________
9890 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
9891         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
9892              From: Brian Jepson <bjepson@oreilly.com>
9893              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
9894              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
9895      Branch: perl
9896            ! pp_sys.c
9897 ____________________________________________________________________________
9898 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
9899         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
9900              From: Robin Barker <rmb1@cise.npl.co.uk> 
9901              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
9902              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
9903      Branch: perl
9904            ! lib/CPAN.pm
9905 ____________________________________________________________________________
9906 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
9907         Log: Memoize patch from mjd.
9908      Branch: perl
9909            ! lib/Memoize/t/tie_storable.t
9910 ____________________________________________________________________________
9911 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
9912         Log: Spec the sv_pvprintify() a bit more.
9913      Branch: perl
9914            ! pod/perltodo.pod
9915 ____________________________________________________________________________
9916 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
9917         Log: Upgrade to Memoize 0.65.
9918      Branch: perl
9919            + lib/Memoize/t/array_confusion.t
9920            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9921            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9922            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9923            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
9924            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9925            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9926            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9927            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
9928            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
9929            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
9930            ! lib/Memoize/t/tie_storable.t
9931 ____________________________________________________________________________
9932 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
9933         Log: Metaconfig unit change for #10892.
9934      Branch: metaconfig
9935            ! U/modified/Options.U
9936 ____________________________________________________________________________
9937 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
9938         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
9939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9940              Date: Sun, 24 Jun 2001 05:24:40 -0400
9941              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
9942      Branch: perl
9943            ! Configure hints/os2.sh
9944 ____________________________________________________________________________
9945 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
9946         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
9947              From: Mike Guy <mjtg@cam.ac.uk>
9948              Date: Sun, 24 Jun 2001 15:28:39 +0100
9949              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
9950              
9951              Fix an ancient (5.002) bug.
9952      Branch: perl
9953            ! lib/Carp/Heavy.pm
9954 ____________________________________________________________________________
9955 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
9956         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
9957              variables.
9958      Branch: perl
9959            ! pp_sys.c
9960 ____________________________________________________________________________
9961 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
9962         Log: Make UTS as per #10888.
9963      Branch: perl
9964            ! hints/uts.sh
9965 ____________________________________________________________________________
9966 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
9967         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
9968      Branch: perl
9969            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
9970            ! mpeix/mpeixish.h perl.h unixish.h
9971 ____________________________________________________________________________
9972 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
9973         Log: AUTHORS update.
9974      Branch: perl
9975            ! AUTHORS
9976 ____________________________________________________________________________
9977 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
9978         Log: Subject: Encode::Tcl for multibyte doesnot work
9979              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9980              Date: Sun, 24 Jun 2001 22:48:21 +0900
9981              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
9982      Branch: perl
9983            ! ext/Encode/Encode/Tcl.pm
9984 ____________________________________________________________________________
9985 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
9986         Log: Subject: [PATCH] Remove tautology in error messages
9987              From: Mike Guy <mjtg@cam.ac.uk>
9988              Date: Sun, 24 Jun 2001 13:31:00 +0100
9989              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
9990      Branch: perl
9991            ! pp_sys.c
9992 ____________________________________________________________________________
9993 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
9994         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
9995      Branch: perl
9996            ! hints/darwin.sh
9997 ____________________________________________________________________________
9998 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
9999         Log: Subject: Re: [PATCH 5.6.1] test suite
10000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10001              Date: Sun, 24 Jun 2001 05:47:05 -0400
10002              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
10003              
10004              Test suite fixes.
10005      Branch: perl
10006            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
10007 ____________________________________________________________________________
10008 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
10009         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
10010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10011              Date: Sun, 24 Jun 2001 05:37:19 -0400
10012              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
10013      Branch: perl
10014            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
10015 ____________________________________________________________________________
10016 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
10017         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
10018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10019              Date: Sun, 24 Jun 2001 05:34:50 -0400
10020              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
10021              
10022              Pacify compiler warnings.
10023      Branch: perl
10024            ! pp_sys.c
10025 ____________________________________________________________________________
10026 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
10027         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10029              Date: Sun, 24 Jun 2001 05:21:18 -0400
10030              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
10031              
10032              Enable compression of executables during link time.
10033      Branch: perl
10034            ! hints/os2.sh
10035 ____________________________________________________________________________
10036 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
10037         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10039              Date: Sun, 24 Jun 2001 05:15:11 -0400
10040              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
10041              
10042              Add ordinals to the export list for Perl DLL.
10043              (Breaks intra-version DLL compatibility.)
10044      Branch: perl
10045            ! makedef.pl
10046 ____________________________________________________________________________
10047 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
10048         Log: Allow (displaying and) re-editing the Subject in perlbug.
10049              Also abstract the Subject quality control into a function.
10050      Branch: perl
10051            ! utils/perlbug.PL
10052 ____________________________________________________________________________
10053 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
10054         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
10055      Branch: perl
10056            ! utils/perlbug.PL
10057 ____________________________________________________________________________
10058 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
10059         Log: Regen toc and modlib.
10060      Branch: perl
10061            ! pod/perlmodlib.pod pod/perltoc.pod
10062 ____________________________________________________________________________
10063 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
10064         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
10065              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
10066              attribute semantics as much as possible, or 'ntsec' which uses
10067              native NTFS semantics.)  (See also #10877.)
10068      Branch: perl
10069            ! perl.c
10070 ____________________________________________________________________________
10071 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
10072         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
10073      Branch: perl
10074            ! lib/Test/Harness.pm
10075 ____________________________________________________________________________
10076 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
10077         Log: Just zap the -uPerlio.
10078      Branch: perl
10079            ! ext/B/Stash.t
10080 ____________________________________________________________________________
10081 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
10082         Log: Do not test PerlIO if PerlIO not used.
10083      Branch: perl
10084            ! ext/PerlIO/PerlIO.t
10085 ____________________________________________________________________________
10086 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
10087         Log: Regen perlapi.
10088      Branch: perl
10089            ! pod/perlapi.pod
10090 ____________________________________________________________________________
10091 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
10092         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10093              From: Nicholas Clark <nick@ccl4.org>
10094              Date: Sat, 23 Jun 2001 22:55:47 +0100
10095              Message-ID: <20010623225547.Z98663@plum.flirble.org>
10096      Branch: perl
10097            ! numeric.c
10098 ____________________________________________________________________________
10099 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
10100         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
10101              From: Prymmer/Kahn <pvhp@best.com>
10102              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
10103              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
10104      Branch: perl
10105            ! lib/h2xs.t
10106 ____________________________________________________________________________
10107 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
10108         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
10109              cygwin does not taint cwd, just like win32.
10110      Branch: perl
10111            ! lib/File/Find/taint.t t/op/taint.t
10112 ____________________________________________________________________________
10113 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
10114         Log: Retract #10865, the patch should be unnecessary.
10115              (But seemingly helpful in Cygwin?  Strange.)
10116      Branch: perl
10117            ! lib/Memoize/t/tie_ndbm.t
10118 ____________________________________________________________________________
10119 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
10120         Log: Misplaced test file; plus Cygwin filesystem semantics.
10121      Branch: perl
10122            + ext/SDBM_File/sdbm.t
10123            - ext/ODBM_File/sdbm.t
10124            ! MANIFEST
10125 ____________________________________________________________________________
10126 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
10127         Log: (Retracted by #10867.)
10128      Branch: perl
10129            ! lib/Memoize/t/tie_ndbm.t
10130 ____________________________________________________________________________
10131 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
10132         Log: Metaconfig unit change for #10863.
10133      Branch: metaconfig/U/perl
10134            ! Extensions.U
10135 ____________________________________________________________________________
10136 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
10137         Log: In Cygwin do not build NDBM_File and ODBM_File unless
10138              -lndbm and -ldbm are available.
10139      Branch: perl
10140            ! Configure config_h.SH
10141 ____________________________________________________________________________
10142 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
10143         Log: More Cygwin filesystem semantics.
10144      Branch: perl
10145            ! t/io/fs.t t/op/stat.t
10146 ____________________________________________________________________________
10147 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
10148         Log: More DOSish permission semantics for Cygwin.
10149      Branch: perl
10150            ! lib/AnyDBM_File.t
10151 ____________________________________________________________________________
10152 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
10153         Log: Cygwin too has different permission semantics.
10154      Branch: perl
10155            ! ext/GDBM_File/gdbm.t
10156 ____________________________________________________________________________
10157 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
10158         Log: The group (and assumedly passwd) databases can have
10159              only one entry (this is the case in cygwin).
10160      Branch: perl
10161            ! t/op/grent.t t/op/pwent.t
10162 ____________________________________________________________________________
10163 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
10164         Log: Also in Cygwin use Socket to figure out domainname
10165              (if any) (avoids trying to call external 'domainname',
10166              which doesn't at the moment exist in Cygwin)
10167      Branch: perl
10168            ! lib/Net/Domain.pm
10169 ____________________________________________________________________________
10170 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
10171         Log: Remove also the lib$Foo.def, not just $Foo.def.
10172      Branch: perl
10173            ! lib/ExtUtils/MM_Unix.pm
10174 ____________________________________________________________________________
10175 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
10176         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
10177      Branch: perl
10178            ! unixish.h
10179 ____________________________________________________________________________
10180 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
10181         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
10182              to match the whole isprint(), only the space character.
10183      Branch: perl
10184            ! handy.h pod/perlre.pod t/op/pat.t
10185 ____________________________________________________________________________
10186 [ 10854] By: nick                                  on 2001/06/23  08:09:33
10187         Log: Integrate mainline
10188      Branch: perlio
10189           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
10190           !> lib/ExtUtils.t lib/File/Find/taint.t
10191           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
10192           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
10193           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10194 ____________________________________________________________________________
10195 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
10196         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
10197              with its floats    in os390 and s390 (UTS).
10198      Branch: perl
10199            ! lib/Math/BigInt/t/bigintpm.t
10200 ____________________________________________________________________________
10201 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
10202         Log: Add also UTS (s390) to the non-IEEE float platforms.
10203      Branch: perl
10204            ! t/op/sprintf.t
10205 ____________________________________________________________________________
10206 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
10207         Log: Subject: RFC: what are applicable standards for exponent sizes?
10208              From: Peter Prymmer <pvhp@forte.com>
10209              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
10210              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
10211      Branch: perl
10212            ! t/op/sprintf.t
10213 ____________________________________________________________________________
10214 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
10215         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
10216              From: Peter Prymmer <pvhp@forte.com>
10217              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
10218              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
10219      Branch: perl
10220            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10221 ____________________________________________________________________________
10222 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
10223         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
10224              From: Peter Prymmer <pvhp@forte.com>
10225              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
10226              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
10227      Branch: perl
10228            ! lib/ExtUtils.t
10229 ____________________________________________________________________________
10230 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
10231         Log: Retract #10845.
10232      Branch: perl
10233            ! lib/File/Find/taint.t
10234 ____________________________________________________________________________
10235 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
10236         Log: Yet another error message.
10237      Branch: perl
10238            ! t/op/mkdir.t
10239 ____________________________________________________________________________
10240 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
10241         Log: The croak message for nonexistent socket functions may vary.
10242      Branch: perl
10243            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
10244 ____________________________________________________________________________
10245 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
10246         Log: (Retracted by #10848.)
10247      Branch: perl
10248            ! lib/File/Find/taint.t
10249 ____________________________________________________________________________
10250 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
10251         Log: Integrate perlio.
10252      Branch: perl
10253           !> lib/File/Find/taint.t t/op/write.t
10254 ____________________________________________________________________________
10255 [ 10843] By: nick                                  on 2001/06/22  21:24:51
10256         Log: Back out debug in taint.t
10257      Branch: perlio
10258            ! lib/File/Find/taint.t
10259 ____________________________________________________________________________
10260 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
10261         Log: setitimer() does not exist in Unicos, despite of what
10262              Configure thinks, from Mark P. Lutz.
10263      Branch: perl
10264            ! hints/unicos.sh
10265 ____________________________________________________________________________
10266 [ 10841] By: nick                                  on 2001/06/22  21:19:36
10267         Log: Skip cwd test on Win32 ???
10268      Branch: perlio
10269            ! lib/File/Find/taint.t
10270 ____________________________________________________________________________
10271 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
10272         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
10273              and Tru64 gcc -Wall happy.
10274      Branch: perl
10275            ! mg.c
10276 ____________________________________________________________________________
10277 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
10278         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
10279      Branch: perl
10280            ! ext/IPC/SysV/Semaphore.pm
10281 ____________________________________________________________________________
10282 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
10283         Log: Metaconfig unit change for #10837.
10284      Branch: metaconfig/U/perl
10285            ! Cross.U
10286 ____________________________________________________________________________
10287 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
10288         Log: Cleanup of the cross-compilation unit.
10289      Branch: perl
10290            ! Configure
10291 ____________________________________________________________________________
10292 [ 10836] By: nick                                  on 2001/06/22  20:45:12
10293         Log: Skip |- based op/write.t on Win32 as well as VMS
10294      Branch: perlio
10295            ! t/op/write.t
10296 ____________________________________________________________________________
10297 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
10298         Log: Integrate perlio.
10299      Branch: perl
10300           !> util.c
10301 ____________________________________________________________________________
10302 [ 10834] By: nick                                  on 2001/06/22  20:41:54
10303         Log: Integrate mainline
10304      Branch: perlio
10305           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10306           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
10307           !> vos/config.ga.h
10308 ____________________________________________________________________________
10309 [ 10833] By: nick                                  on 2001/06/22  20:22:58
10310         Log: Patcho fix.
10311      Branch: perlio
10312            ! util.c
10313 ____________________________________________________________________________
10314 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
10315         Log: Metaconfig unit changes for #10831.
10316      Branch: metaconfig
10317            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10318 ____________________________________________________________________________
10319 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
10320         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
10321              From: Andy Dougherty <doughera@lafayette.edu>
10322              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
10323              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
10324      Branch: perl
10325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10326            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
10327 ____________________________________________________________________________
10328 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
10329         Log: MPE/iX prototype nits from Mark Bixby.
10330      Branch: perl
10331            ! pp_sys.c
10332 ____________________________________________________________________________
10333 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
10334         Log: Detypo.
10335      Branch: perl
10336            ! util.c
10337 ____________________________________________________________________________
10338 [ 10828] By: nick                                  on 2001/06/22  15:33:37
10339         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
10340      Branch: perlio
10341           +> lib/h2xs.t
10342           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
10343           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
10344           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
10345           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
10346           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10347           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10348           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
10349           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
10350           !> vms/vmsish.h
10351 ____________________________________________________________________________
10352 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
10353         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
10354              Date: Fri, 22 Jun 2001 10:08:35 -0500
10355              From: "Craig A. Berry" <craigberry@mac.com>
10356              Message-Id: <a05101001b75908704194@[192.168.56.145]>
10357      Branch: perl
10358            ! vms/vms.c vms/vmsish.h
10359 ____________________________________________________________________________
10360 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
10361         Log: NetWare scripts tweak from Ananth Kesari.
10362      Branch: perl
10363            ! NetWare/t/NWScripts.pl
10364 ____________________________________________________________________________
10365 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
10366         Log: Update Changes.
10367      Branch: perl
10368            ! Changes patchlevel.h
10369 ____________________________________________________________________________
10370 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
10371         Log: Add .i and .s targets.
10372      Branch: perl
10373            ! Makefile.SH
10374 ____________________________________________________________________________
10375 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
10376         Log: Upgrade to Locale::Maketext 1.03.
10377      Branch: perl
10378            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10379            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10380 ____________________________________________________________________________
10381 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
10382         Log: Upgrade to I18N::LangTags 0.26.
10383      Branch: perl
10384            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10385            ! lib/I18N/LangTags/test.pl
10386 ____________________________________________________________________________
10387 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
10388         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
10389              Philip Newton.
10390      Branch: perl
10391            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10392            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10393 ____________________________________________________________________________
10394 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
10395         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
10396              From: Prymmer/Kahn <pvhp@best.com>
10397              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
10398              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
10399      Branch: perl
10400            + lib/h2xs.t
10401            ! MANIFEST utils/h2xs.PL
10402 ____________________________________________________________________________
10403 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
10404         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
10405              From: Prymmer/Kahn <pvhp@best.com>
10406              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
10407              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
10408      Branch: perl
10409            ! lib/ExtUtils.t
10410 ____________________________________________________________________________
10411 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
10412         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
10413              From: Prymmer/Kahn <pvhp@best.com>
10414              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
10415              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
10416      Branch: perl
10417            ! t/pod/plainer.t
10418 ____________________________________________________________________________
10419 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
10420         Log: AUTHORS update.
10421      Branch: perl
10422            ! AUTHORS
10423 ____________________________________________________________________________
10424 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
10425         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
10426              From: "Craig A. Berry" <craigberry@mac.com>
10427              Date: Thu, 21 Jun 2001 18:20:38 -0500
10428              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
10429      Branch: perl
10430            ! ext/POSIX/POSIX.xs
10431 ____________________________________________________________________________
10432 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
10433         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
10434              From: "Craig A. Berry" <craigberry@mac.com>
10435              Date: Thu, 21 Jun 2001 09:58:52 -0500
10436              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
10437      Branch: perl
10438            ! ext/B/Deparse.t t/op/write.t
10439 ____________________________________________________________________________
10440 [ 10814] By: nick                                  on 2001/06/22  08:13:09
10441         Log: Integrate mainline.
10442      Branch: perlio
10443           !> (integrate 46 files)
10444 ____________________________________________________________________________
10445 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
10446         Log: Change the prefixes only if $prefix is unset,
10447              as originally patched by Marcel Grunauer.
10448      Branch: perl
10449            ! hints/darwin.sh hints/rhapsody.sh
10450 ____________________________________________________________________________
10451 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
10452         Log: Subject: Re: Patch for hints/darwin.sh
10453              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10454              Date: Thu, 21 Jun 2001 11:23:46 -0700
10455              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
10456      Branch: perl
10457            ! hints/darwin.sh hints/rhapsody.sh
10458 ____________________________________________________________________________
10459 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
10460         Log: Add .PHONY targets for non-file targets,
10461              from Wilfredo Sánchez.  Should help saying
10462              "make install" on case-insensitive filesystems.
10463      Branch: perl
10464            ! Makefile.SH
10465 ____________________________________________________________________________
10466 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
10467         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
10468              From: Doug MacEachern <dougm@covalent.net>
10469              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
10470              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
10471              
10472              plus reword the getcwd() comment, plus use getcwd() buffer
10473              size minus one.
10474      Branch: perl
10475            ! util.c
10476 ____________________________________________________________________________
10477 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
10478         Log: More gprofing from Doug MacEachern.
10479      Branch: perl
10480            ! Makefile.SH
10481 ____________________________________________________________________________
10482 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
10483         Log: Metaconfig unit change for #10807.
10484      Branch: metaconfig/U/perl
10485            ! d_sfio.U
10486 ____________________________________________________________________________
10487 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
10488         Log: Tell that you are removing the unneeded -lsfio.
10489      Branch: perl
10490            ! Configure
10491 ____________________________________________________________________________
10492 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
10493         Log: More MPE/iX tweaks from Mark Bixby.
10494      Branch: perl
10495            ! perl.c t/op/magic.t
10496 ____________________________________________________________________________
10497 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
10498         Log: The fchdir() proto is supposed to live in <unistd.h>.
10499      Branch: perl
10500            ! ext/Cwd/Cwd.xs
10501 ____________________________________________________________________________
10502 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
10503         Log: This town is too small for the Cwd extension and me,
10504              it would seem...
10505      Branch: perl
10506            ! ext/Cwd/Cwd.xs
10507 ____________________________________________________________________________
10508 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
10509         Log: Metaconfig unit change for #10802.
10510      Branch: metaconfig/U/perl
10511            ! d_modfl.U
10512 ____________________________________________________________________________
10513 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
10514         Log: More d'ohs.
10515      Branch: perl
10516            ! Configure
10517 ____________________________________________________________________________
10518 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
10519         Log: Off-by-one.  I'm so classic.
10520      Branch: perl
10521            ! util.c
10522 ____________________________________________________________________________
10523 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
10524         Log: Update Changes.
10525      Branch: perl
10526            ! Changes patchlevel.h
10527 ____________________________________________________________________________
10528 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
10529         Log: Subject: Documentation patch for Net::FTP
10530              From: Marcel Grunauer <marcel@codewerk.com>
10531              Date: Wed, 20 Jun 2001 23:03:26 +0200
10532              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
10533      Branch: perl
10534            ! lib/Net/FTP.pm
10535 ____________________________________________________________________________
10536 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
10537         Log: Retract the #10417 mg.c and embed.pl parts because of
10538              strange SEGVs in 64bit x86 FreeBSD observed by
10539              Nicholas Clark.
10540      Branch: perl
10541            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
10542 ____________________________________________________________________________
10543 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
10544         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
10545      Branch: perl
10546            ! Configure NetWare/config.wc NetWare/config_H.wc
10547            ! Porting/Glossary Porting/config.sh Porting/config_H
10548            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
10549            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10550            ! vos/config.ga.h win32/config.bc win32/config.gc
10551            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10552            ! win32/config_H.vc
10553 ____________________________________________________________________________
10554 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
10555         Log: Cwd tweak from Doug MacEachern.
10556      Branch: perl
10557            ! ext/Cwd/Cwd.xs
10558 ____________________________________________________________________________
10559 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
10560         Log: Protect the fchdir() and lstat() with ifdefs.
10561              fchdir() needs a Configure probe.
10562      Branch: perl
10563            ! ext/Cwd/Cwd.xs
10564 ____________________________________________________________________________
10565 [ 10794] By: nick                                  on 2001/06/21  17:11:35
10566         Log: Integrate mainline
10567      Branch: perlio
10568           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
10569           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
10570           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
10571           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
10572           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
10573           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
10574           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
10575           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10576            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
10577            - lib/File/Glob/case.t lib/File/Glob/global.t
10578            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
10579            - lib/File/Temp/posix.t lib/File/Temp/security.t
10580            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
10581            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
10582            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
10583            - lib/Text/Wrap/wrap.t
10584           !> (integrate 41 files)
10585 ____________________________________________________________________________
10586 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
10587         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
10588              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10589              Date: Thu, 21 Jun 2001 13:04:54 -0500
10590              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
10591      Branch: perl
10592            ! ext/Cwd/Cwd.xs
10593 ____________________________________________________________________________
10594 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
10595         Log: Subject: [PATCH pod] overlong =item
10596              From: Robin Barker <rmb1@cise.npl.co.uk>
10597              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
10598              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
10599      Branch: perl
10600            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10601            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10602 ____________________________________________________________________________
10603 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
10604         Log: Subject: [PATCH perlio.c] format 
10605              From: Robin Barker <rmb1@cise.npl.co.uk>
10606              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
10607              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
10608      Branch: perl
10609            ! perlio.c
10610 ____________________________________________________________________________
10611 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
10612         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
10613              From: Radu Greab <radu@netsoft.ro>
10614              Date: Thu, 21 Jun 2001 19:06:02 +0300
10615              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
10616      Branch: perl
10617            ! pod/perlapi.pod sv.c
10618 ____________________________________________________________________________
10619 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
10620         Log: The metaconfig unit changes for #10788.
10621      Branch: metaconfig/U/perl
10622            ! Cross.U fflushall.U
10623 ____________________________________________________________________________
10624 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
10625         Log: Cross-configuration changes: make $from to rm the files
10626              before copying them over (this means that he rm can be
10627              removed from the fflushall test), create $targetmkdir      
10628              (not documented in install since it is supposed to internal
10629              use only), make $run to copy over the executable only if
10630              a stamp file .xok doesn't already exist (to avoid unnecessary
10631              copying of the executable)
10632      Branch: perl
10633            ! Configure Makefile.SH
10634 ____________________________________________________________________________
10635 [ 10787] By: nick                                  on 2001/06/21  14:16:18
10636         Log: Integrate mainline
10637      Branch: perlio
10638           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
10639           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
10640           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
10641            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
10642           !> (integrate 34 files)
10643 ____________________________________________________________________________
10644 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
10645         Log: Re-add the files as text.
10646      Branch: perl
10647            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10648 ____________________________________________________________________________
10649 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
10650         Log: Delete the binary files.
10651      Branch: perl
10652            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10653 ____________________________________________________________________________
10654 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
10655         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
10656              From: Andy Dougherty <doughera@lafayette.edu>
10657              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
10658              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
10659      Branch: perl
10660            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
10661            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
10662            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
10663            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
10664 ____________________________________________________________________________
10665 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
10666         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10667              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
10668              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
10669              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
10670              
10671              Setting umask to something friendlier.
10672      Branch: perl
10673            ! installman installperl
10674 ____________________________________________________________________________
10675 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
10676         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
10677              Resort MANIFEST with sort -f, looks much better.
10678      Branch: perl
10679            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
10680            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
10681            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
10682            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
10683            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
10684            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
10685            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
10686            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10687            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
10688            - lib/File/Glob/case.t lib/File/Glob/global.t
10689            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
10690            - lib/File/Temp/posix.t lib/File/Temp/security.t
10691            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
10692            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
10693            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
10694            - lib/Text/Wrap/wrap.t
10695            ! MANIFEST
10696 ____________________________________________________________________________
10697 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
10698         Log: Upgrade to I18N::LangTags 0.25.
10699      Branch: perl
10700            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10701            ! lib/I18N/LangTags/List.pm
10702 ____________________________________________________________________________
10703 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
10704         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
10705              From: Richard Soderberg <rs@crystalflame.net>
10706              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
10707              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
10708      Branch: perl
10709            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
10710            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
10711 ____________________________________________________________________________
10712 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
10713         Log: Test obsoleted by change #10777.
10714      Branch: perl
10715            ! t/op/sub_lval.t
10716 ____________________________________________________________________________
10717 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
10718         Log: Case of confused test numbering.
10719      Branch: perl
10720            ! t/op/pat.t
10721 ____________________________________________________________________________
10722 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
10723         Log: Subject: Re: Opinion on undef lvalue
10724              From: Abhijit Menon-Sen <ams@wiw.org>
10725              Date: Sun, 17 Jun 2001 13:04:46 +0530
10726              Message-ID: <20010617130446.B27925@lustre.linux.in>
10727              
10728              Allow lvalue subs to return undef in array context.
10729      Branch: perl
10730            ! pp_hot.c
10731 ____________________________________________________________________________
10732 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
10733         Log: Just a guess that using the same hack for cygwin as
10734              for win32 might help.
10735      Branch: perl
10736            ! lib/File/Find/find.t
10737 ____________________________________________________________________________
10738 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
10739         Log: NetWare tweaks from Guruprasad.
10740      Branch: perl
10741            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10742            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
10743            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
10744            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
10745 ____________________________________________________________________________
10746 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
10747         Log: Subject: Re: perl@10722: Bogus warnings on REs 
10748              From: Hugo <hv@crypt.compulink.co.uk>
10749              Date: Thu, 21 Jun 2001 09:51:17 +0100
10750              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
10751              
10752              Unroll to avoid a UTS compiler bug.
10753      Branch: perl
10754            ! regcomp.c
10755 ____________________________________________________________________________
10756 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
10757         Log: Subject: Re: [PATCH] Make /o work under i?threads
10758              From: Artur Bergman <artur@contiller.se>
10759              Date: Thu, 21 Jun 2001 14:38:03 +0200
10760              Message-ID: <B757B74A.184D%artur@contiller.se>
10761      Branch: perl
10762            ! t/op/pat.t
10763 ____________________________________________________________________________
10764 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
10765         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
10766              From: Artur Bergman <artur@contiller.se> 
10767              Date: Thu, 21 Jun 2001 14:27:33 +0200
10768              Message-ID: <B757B4D4.1849%artur@contiller.se>
10769              
10770              Plus extra parentheses.
10771      Branch: perl
10772            ! op.h
10773 ____________________________________________________________________________
10774 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
10775         Log: Subject: [PATCH] Make /o work under i?threads
10776              From: Richard Soderberg <rs@crystalflame.net>
10777              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
10778              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
10779      Branch: perl
10780            ! pp_ctl.c
10781 ____________________________________________________________________________
10782 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
10783         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
10784              From: Artur Bergman <artur@contiller.se>
10785              Date: Thu, 21 Jun 2001 14:04:54 +0200
10786              Message-ID: <B757AF86.1842%artur@contiller.se>
10787      Branch: perl
10788            ! op.h
10789 ____________________________________________________________________________
10790 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
10791         Log: Subject: Re: perl@10765: sv.c not OK on win32
10792              From: Artur Bergman <artur@contiller.se>
10793              Date: Thu, 21 Jun 2001 10:31:06 +0200
10794              Message-ID: <B7577D69.182C%artur@contiller.se>
10795      Branch: perl
10796            ! sv.c
10797 ____________________________________________________________________________
10798 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
10799         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
10800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10801              Date: Thu, 21 Jun 2001 06:23:56 -0400
10802              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
10803              
10804              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
10805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10806              Date: Thu, 21 Jun 2001 06:32:21 -0400
10807              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
10808      Branch: perl
10809            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
10810 ____________________________________________________________________________
10811 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
10812         Log: Subject: [PATCH] make syslog test more verbose
10813              From: Robert Spier <rspier@pobox.com>
10814              Date: Thu, 21 Jun 2001 00:54:32 -0400
10815              Message-ID: <15153.32264.295807.333073@rls.cx>
10816      Branch: perl
10817            ! ext/Sys/Syslog/syslog.t
10818 ____________________________________________________________________________
10819 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
10820         Log: Subject: op/study.t refinements
10821              From: Hugo <hv@crypt.compulink.co.uk>
10822              Date: Thu, 21 Jun 2001 00:29:07 +0100
10823              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
10824      Branch: perl
10825            ! t/op/study.t
10826 ____________________________________________________________________________
10827 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
10828         Log: Update Changes.
10829      Branch: perl
10830            ! Changes patchlevel.h
10831 ____________________________________________________________________________
10832 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
10833         Log: Subject: Re: [PATCH] djgpp updates
10834              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
10835              Date: Wed, 20 Jun 2001 10:05:15 +0200
10836              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
10837      Branch: perl
10838            ! djgpp/config.over
10839 ____________________________________________________________________________
10840 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
10841         Log: Fix for ID 20010619.002 "When building hash, hash keys that
10842              are function calls are not being called", from Abhijit.
10843      Branch: perl
10844            ! t/base/lex.t toke.c
10845 ____________________________________________________________________________
10846 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
10847         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
10848      Branch: perl
10849            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
10850            + lib/Locale/Maketext/test.pl
10851            - lib/Locale/Maketext.t
10852            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10853            ! lib/Locale/Maketext/TPJ13.pod
10854 ____________________________________________________________________________
10855 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
10856         Log: Metaconfig unit change for #10760.
10857      Branch: metaconfig
10858            ! U/modified/Cppsym.U
10859 ____________________________________________________________________________
10860 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
10861         Log: Do not remove the ccsym* Cppsym* files since
10862              they are useful for metaconfig units coming after us.
10863              (This is the Configure nit mentioned in #10752.)
10864      Branch: perl
10865            ! Configure
10866 ____________________________________________________________________________
10867 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
10868         Log: Update to I18N::LangTags 0.24, from Sean Burke.
10869      Branch: perl
10870            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
10871            + lib/I18N/LangTags/README
10872            - lib/I18N/LangTags/List.pod
10873            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
10874 ____________________________________________________________________________
10875 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
10876         Log: Regen headers.
10877      Branch: perl
10878            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
10879            ! pod/perlapi.pod proto.h
10880 ____________________________________________________________________________
10881 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
10882         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
10883              From: Artur Bergman <artur@contiller.se>
10884              Date: Wed, 20 Jun 2001 11:31:32 +0200
10885              Message-ID: <B7563A14.17D8%artur@contiller.se>
10886      Branch: perl
10887            ! embed.pl hv.c intrpvar.h sv.c sv.h
10888 ____________________________________________________________________________
10889 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
10890         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
10891              From: Tim Sweetman <tim@aldigital.co.uk> 
10892              Date: Wed, 13 Jun 2001 14:25:17 +0100 
10893              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
10894      Branch: perl
10895            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
10896 ____________________________________________________________________________
10897 [ 10755] By: nick                                  on 2001/06/20  16:12:37
10898         Log: Integrate mainline
10899      Branch: perlio
10900           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
10901           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
10902           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
10903           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
10904           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
10905           !> t/op/study.t util.c
10906 ____________________________________________________________________________
10907 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
10908         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
10909              but not Makefile)
10910      Branch: maint-5.6/perl
10911            ! win32/Makefile
10912 ____________________________________________________________________________
10913 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
10914         Log: Security tweak on readlink().
10915      Branch: perl
10916            ! pp_sys.c
10917 ____________________________________________________________________________
10918 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
10919         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
10920      Branch: perl
10921            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
10922            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
10923            ! mpeix/relink t/op/pwent.t
10924 ____________________________________________________________________________
10925 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
10926         Log: Reinstate #10725 (with probe for alarm()).
10927      Branch: perl
10928            ! t/op/study.t
10929 ____________________________________________________________________________
10930 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
10931         Log: Replace our implementation of realpath() with OpenBSD's
10932              (src/lib/libc/stdlib/realpath.c 1.4).
10933      Branch: perl
10934            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
10935            ! pod/perldiag.pod proto.h util.c
10936 ____________________________________________________________________________
10937 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
10938         Log: Integrate perlio.
10939      Branch: perl
10940           !> perlio.c
10941 ____________________________________________________________________________
10942 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
10943         Log: No point in going into memory-saving contortions
10944              with getcwd() since there's a danger of buffer overflow.
10945              Also make the POSIX extension to use sv_getcwd().
10946              Finally, a missed proto.h fragment.
10947      Branch: perl
10948            ! ext/POSIX/POSIX.xs proto.h util.c
10949 ____________________________________________________________________________
10950 [ 10747] By: nick                                  on 2001/06/20  12:38:26
10951         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
10952      Branch: perlio
10953            ! perlio.c
10954 ____________________________________________________________________________
10955 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
10956         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
10957              From: Graham Barr <gbarr@pobox.com>
10958              Date: Wed, 20 Jun 2001 11:05:49 +0100
10959              Message-ID: <20010620110549.I19188@pobox.com>
10960              
10961              reported in        
10962              
10963              Subject: Bug in IO::Socket::INET module (repeat)
10964              From: "Harmon S. Nine" <hnine@netarx.com>
10965              Date: Tue, 19 Jun 2001 09:41:35 -0400
10966              Message-ID: <3B2F568F.8080605@netarx.com>
10967              
10968              The bug was that the IO::Socket::INET constructor
10969              did not allow a 'LocalPort' of 0.
10970      Branch: perl
10971            ! ext/IO/lib/IO/Socket/INET.pm
10972 ____________________________________________________________________________
10973 [ 10745] By: nick                                  on 2001/06/20  08:56:39
10974         Log: Integrate mainline.
10975      Branch: perlio
10976           !> (integrate 37 files)
10977 ____________________________________________________________________________
10978 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
10979         Log: After some reading I don't think we can blindly
10980              use systems' realpath().  Too many security problems,
10981              too many buggy implementations.
10982              
10983              TODO: the realpath() emulation code in util.c doesn't
10984              seem fully operational?  (readlink(), for example?)
10985      Branch: perl
10986            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
10987            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
10988            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
10989            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
10990            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
10991            ! win32/config_H.gc win32/config_H.vc
10992 ____________________________________________________________________________
10993 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
10994         Log: Metaconfig unit change for #10738.
10995      Branch: metaconfig
10996            ! U/compline/d_gconvert.U
10997 ____________________________________________________________________________
10998 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
10999         Log: Integrate change #10739 from maintperl:
11000              
11001              C<eval "/x$\r\n/x"> fails to compile correctly 
11002      Branch: perl
11003           !> t/op/pat.t toke.c
11004 ____________________________________________________________________________
11005 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
11006         Log: Retract #10725 (Hugo asked NOT to apply the patch)
11007      Branch: perl
11008            ! t/op/study.t
11009 ____________________________________________________________________________
11010 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
11011         Log: The test.third results were funnily named because of the
11012              new test scheme.
11013      Branch: perl
11014            ! t/TEST
11015 ____________________________________________________________________________
11016 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
11017         Log: C<eval "/x$\r\n/x"> fails to compile correctly
11018      Branch: maint-5.6/perl
11019            ! t/op/pat.t toke.c
11020 ____________________________________________________________________________
11021 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
11022         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
11023              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11024              Date: Tue, 19 Jun 2001 19:15:40 -0400
11025              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
11026              
11027              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
11028              because "1e+129" being expected but "1.e+129" being returned.
11029              The culprit (at least in Tru64) is the use of gcvt().
11030      Branch: perl
11031            ! Configure
11032 ____________________________________________________________________________
11033 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
11034         Log: Subject: [PATCH perl@10722] test hunting on VMS
11035              From: "Craig A. Berry" <craigberry@mac.com>
11036              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
11037              Date: Tue, 19 Jun 2001 18:59:01 -0500
11038      Branch: perl
11039            ! vms/test.com
11040 ____________________________________________________________________________
11041 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
11042         Log: Subject: [PATCH] s/typos//
11043              From: Abhijit Menon-Sen <ams@wiw.org>
11044              Date: Wed, 20 Jun 2001 02:15:02 +0530
11045              Message-ID: <20010620021502.A14541@lustre.linux.in>
11046              
11047              Without the op.h s/bearword/bareword/ hunk, see
11048              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
11049      Branch: perl
11050            ! util.c
11051 ____________________________________________________________________________
11052 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
11053         Log: Metaconfig unit change for #10732 and #10733.
11054      Branch: metaconfig/U/perl
11055            ! fflushall.U
11056 ____________________________________________________________________________
11057 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
11058         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
11059              From: "Craig A. Berry" <craigberry@mac.com>
11060              Date: Tue, 19 Jun 2001 17:19:48 -0500
11061              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
11062      Branch: perl
11063            ! configure.com vms/descrip_mms.template
11064 ____________________________________________________________________________
11065 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
11066         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
11067              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11068              Date: Tue, 19 Jun 2001 16:48:07 -0400
11069              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
11070              
11071              Further fixes to fflush(NULL) detection.
11072      Branch: perl
11073            ! Configure
11074 ____________________________________________________________________________
11075 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
11076         Log: AIX test -s hangs with non-existent files?
11077              (A genuine logic bug in Configure, but AIX also broken?)
11078      Branch: perl
11079            ! Configure
11080 ____________________________________________________________________________
11081 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
11082         Log: AUTHORS updates.
11083      Branch: perl
11084            ! AUTHORS
11085 ____________________________________________________________________________
11086 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
11087         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
11088              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11089              Date: Tue, 19 Jun 2001 15:33:25 -0400
11090              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
11091      Branch: perl
11092            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
11093            ! t/lib/warnings/pp
11094 ____________________________________________________________________________
11095 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
11096         Log: Integrate perlio.
11097      Branch: perl
11098           !> lib/File/Find/find.t win32/distclean.bat
11099 ____________________________________________________________________________
11100 [ 10728] By: nick                                  on 2001/06/19  18:24:53
11101         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
11102      Branch: perlio
11103            ! lib/File/Find/find.t win32/distclean.bat
11104 ____________________________________________________________________________
11105 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
11106         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
11107              also add information how to find out whether one has PerlIO.
11108      Branch: perl
11109            ! pod/perlfunc.pod
11110 ____________________________________________________________________________
11111 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
11112         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
11113              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11114              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
11115              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
11116      Branch: perl
11117            ! pod/perlfunc.pod
11118 ____________________________________________________________________________
11119 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
11120         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11121              From: Hugo <hv@crypt.compulink.co.uk>
11122              Date: Tue, 19 Jun 2001 12:37:30 +0100
11123              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
11124      Branch: perl
11125            ! t/op/study.t
11126 ____________________________________________________________________________
11127 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
11128         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11129              From: Hugo <hv@crypt.compulink.co.uk>
11130              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
11131              Date: Tue, 19 Jun 2001 13:15:17 +0100
11132      Branch: perl
11133            ! util.c
11134 ____________________________________________________________________________
11135 [ 10723] By: nick                                  on 2001/06/19  14:46:15
11136         Log: Integrate mainline
11137      Branch: perlio
11138           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
11139           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
11140           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
11141           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
11142           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
11143           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11144            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11145            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11146            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11147            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11148            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11149            - ext/Thread/unsync4.t
11150           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
11151           !> djgpp/config.over djgpp/fixpmain
11152           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
11153           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
11154           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
11155 ____________________________________________________________________________
11156 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
11157         Log: Update Changes.
11158      Branch: perl
11159            ! Changes patchlevel.h
11160 ____________________________________________________________________________
11161 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
11162         Log: The existence shall be MANIFESted.
11163      Branch: perl
11164            ! MANIFEST
11165 ____________________________________________________________________________
11166 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
11167         Log: The old libnet.cfg is first searched from the current directory,
11168              only then from the module path.
11169      Branch: perl
11170            ! utils/libnetcfg.PL
11171 ____________________________________________________________________________
11172 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
11173         Log: NetWare tweaks from Guruprasad.
11174      Branch: perl
11175            ! NetWare/Makefile NetWare/config.wc
11176 ____________________________________________________________________________
11177 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
11178         Log: Subject: [PATCH] djgpp updates
11179              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11180              Date: Tue, 19 Jun 2001 10:59:06 +0200
11181              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
11182      Branch: perl
11183            ! djgpp/config.over djgpp/fixpmain
11184 ____________________________________________________________________________
11185 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
11186         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
11187              From: Prymmer/Kahn <pvhp@best.com>
11188              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
11189              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
11190      Branch: perl
11191            ! win32/Makefile
11192 ____________________________________________________________________________
11193 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
11194         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
11195              to happen right after the inclusion of <inttypes.h>,
11196              from Edward Moy.
11197      Branch: perl
11198            ! handy.h perl.h
11199 ____________________________________________________________________________
11200 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
11201         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
11202              From: Doug MacEachern <dougm@covalent.net>
11203              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
11204              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
11205      Branch: perl
11206            ! ext/DynaLoader/DynaLoader_pm.PL
11207 ____________________________________________________________________________
11208 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
11209         Log: Revert #10656 for perfomance reasons but leave in the
11210              use of Hv*() macros -- in comments, so that grepping the
11211              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
11212              suggested by Sarathy, also by Abhijit.)
11213      Branch: perl
11214            ! hv.c
11215 ____________________________________________________________________________
11216 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
11217         Log: Subject: [patch] .s MakeMaker suffix
11218              From: Doug MacEachern <dougm@covalent.net>
11219              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
11220              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
11221      Branch: perl
11222            ! lib/ExtUtils/MM_Unix.pm
11223 ____________________________________________________________________________
11224 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
11225         Log: One test lost in the big shuffle restored.
11226      Branch: perl
11227            + ext/IPC/SysV/ipcsysv.t
11228            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11229 ____________________________________________________________________________
11230 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
11231         Log: Rename the old non-standard threads tests so that
11232              they won't be invoked.
11233      Branch: perl
11234            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
11235            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
11236            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
11237            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
11238            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
11239            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11240            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11241            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11242            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11243            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11244            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11245            - ext/Thread/unsync4.t
11246            ! MANIFEST
11247 ____________________________________________________________________________
11248 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
11249         Log: Integrate perlio.
11250      Branch: perl
11251           !> win32/config_sh.PL
11252 ____________________________________________________________________________
11253 [ 10709] By: nick                                  on 2001/06/19  08:18:18
11254         Log: Integrate mainline
11255      Branch: perlio
11256           +> (branch 40 files)
11257            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11258            - lib/strict/subs lib/strict/vars lib/warnings/1global
11259            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11260            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11261            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11262            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11263            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11264            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11265            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11266            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11267            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11268            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11269            - lib/warnings/utf8 lib/warnings/util
11270           !> (integrate 57 files)
11271 ____________________________________________________________________________
11272 [ 10708] By: nick                                  on 2001/06/19  07:57:10
11273         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
11274      Branch: perlio
11275            ! win32/config_sh.PL
11276 ____________________________________________________________________________
11277 [ 10707] By: nick                                  on 2001/06/19  07:05:07
11278         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
11279      Branch: perl
11280            ! perly.c perly.y perly_c.diff vms/perly_c.vms
11281 ____________________________________________________________________________
11282 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
11283         Log: More perl572delta tweaks.
11284      Branch: perl
11285            ! pod/perl572delta.pod
11286 ____________________________________________________________________________
11287 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
11288         Log: Update perl572delta.
11289      Branch: perl
11290            ! pod/perl572delta.pod
11291 ____________________________________________________________________________
11292 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
11293         Log: VOS updates from Paul Green.
11294      Branch: perl
11295            ! vos/Changes vos/build.cm vos/perl.bind
11296 ____________________________________________________________________________
11297 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
11298         Log: Update the vos/config.*.* files.
11299      Branch: perl
11300            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11301            ! vos/config.ga.h
11302 ____________________________________________________________________________
11303 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
11304         Log: Add a makefile for more painless adding of symbols to the
11305              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
11306              takes care of the adding)
11307      Branch: perl
11308            + vos/Makefile
11309 ____________________________________________________________________________
11310 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
11311         Log: Make libnetcfg by default display the libnet configuration,
11312              -c to change, add -i for old config, document all options,
11313              regen toc.
11314      Branch: perl
11315            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
11316 ____________________________________________________________________________
11317 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
11318         Log: gcc -Wall sweep.
11319      Branch: perl
11320            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
11321 ____________________________________________________________________________
11322 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
11323         Log: So there.
11324      Branch: perl
11325            ! universal.c
11326 ____________________________________________________________________________
11327 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
11328         Log: Document the need for sv_printify().
11329              
11330              Document that 'use utf8' has been considered.
11331              
11332              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
11333      Branch: perl
11334            ! pod/perltodo.pod universal.c
11335 ____________________________________________________________________________
11336 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
11337         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
11338              From: Nicholas Clark <nick@ccl4.org>
11339              Date: Mon, 18 Jun 2001 23:29:23 +0100
11340              Message-ID: <20010618232923.I98663@plum.flirble.org>
11341      Branch: perl
11342            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
11343            ! ext/Sys/Syslog/Makefile.PL
11344 ____________________________________________________________________________
11345 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
11346         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
11347              From: Scott.L.Miller@Compaq.com
11348              Date: Mon, 18 Jun 2001 10:12:27 -0500
11349              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
11350      Branch: perl
11351            ! lib/perl5db.pl pod/perldebug.pod
11352 ____________________________________________________________________________
11353 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
11354         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
11355              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
11356              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
11357              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
11358      Branch: perl
11359            ! lib/Carp/Heavy.pm
11360 ____________________________________________________________________________
11361 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
11362         Log: Subject: [PATCH] Documentation changes for CLONE
11363              From: Artur Bergman <artur@contiller.se>
11364              Date: Mon, 18 Jun 2001 22:06:37 +0200
11365              Message-ID: <B7542BEC.1719%artur@contiller.se>
11366      Branch: perl
11367            ! pod/perlmod.pod pod/perlsub.pod
11368 ____________________________________________________________________________
11369 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
11370         Log: Subject: Re: configure.com
11371              From: "Craig A. Berry" <craigberry@mac.com>
11372              Date: Mon, 18 Jun 2001 16:04:38 -0500
11373              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
11374      Branch: perl
11375            ! configure.com
11376 ____________________________________________________________________________
11377 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
11378         Log: Subject: PL_nullstash + perl_clone()
11379              From: Doug MacEachern <dougm@covalent.net>
11380              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
11381              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
11382      Branch: perl
11383            ! sv.c
11384 ____________________________________________________________________________
11385 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
11386         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11387              From: davem@fdgroup.co.uk
11388              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
11389              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
11390      Branch: perl
11391            ! embed.pl pod/perlapi.pod
11392 ____________________________________________________________________________
11393 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
11394         Log: More cross-compilation defaults gleaned from -Dcc
11395              if it is CPU-OS-gcc.
11396      Branch: metaconfig
11397            ! U/modified/libc.U
11398      Branch: metaconfig/U/perl
11399            ! Cross.U
11400      Branch: perl
11401            ! Configure INSTALL
11402 ____________________________________________________________________________
11403 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
11404         Log: Update Changes.
11405      Branch: perl
11406            ! Changes patchlevel.h
11407 ____________________________________________________________________________
11408 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
11409         Log: Subject: [PATCH 5.7.1] sv.c documentation
11410              From: davem@fdgroup.co.uk
11411              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
11412              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
11413      Branch: perl
11414            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
11415            ! sv.c sv.h
11416 ____________________________________________________________________________
11417 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
11418         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
11419              From: "Jon Gunnip" <jongunnip@hotmail.com>
11420              Date: Sun, 17 Jun 2001 18:24:29 -0400
11421              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
11422      Branch: perl
11423            ! pod/perlvar.pod
11424 ____________________________________________________________________________
11425 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
11426         Log: Move the locale/strict/warnings helper files back
11427              under the t/lib; this way the amount of non-installabled
11428              stuff under lib/ stays smaller.
11429      Branch: perl
11430            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
11431            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
11432            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
11433            + t/lib/warnings/5nolint t/lib/warnings/6default
11434            + t/lib/warnings/7fatal t/lib/warnings/8signal
11435            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
11436            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
11437            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
11438            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
11439            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
11440            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
11441            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
11442            + t/lib/warnings/taint t/lib/warnings/toke
11443            + t/lib/warnings/universal t/lib/warnings/utf8
11444            + t/lib/warnings/util
11445            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11446            - lib/strict/subs lib/strict/vars lib/warnings/1global
11447            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11448            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11449            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11450            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11451            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11452            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11453            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11454            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11455            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11456            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11457            - lib/warnings/utf8 lib/warnings/util
11458            ! MANIFEST installperl lib/locale.t lib/strict.t
11459 ____________________________________________________________________________
11460 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
11461         Log: Split off the pack/unpack code, from Nicholas Clark.
11462      Branch: perl
11463            + pp_pack.c
11464            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
11465            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
11466            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11467 ____________________________________________________________________________
11468 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
11469         Log: Guard the SysV IPC tests against being invoked in
11470              SysV-IPC-less places.
11471      Branch: perl
11472            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11473 ____________________________________________________________________________
11474 [ 10683] By: nick                                  on 2001/06/18  12:24:42
11475         Log: Integrate mainline (new test scheme now ok on Linux).
11476      Branch: perlio
11477           +> lib/warnings.t
11478           !> dump.c sv.c
11479 ____________________________________________________________________________
11480 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
11481         Log: Add the locale.c and numeric.c to the microperl sources.
11482      Branch: perl
11483            ! Makefile.micro win32/Makefile
11484 ____________________________________________________________________________
11485 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
11486         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
11487              From: Abhijit Menon-Sen <ams@wiw.org>
11488              Date: Mon, 18 Jun 2001 14:23:44 +0530
11489              Message-ID: <20010618142344.A13136@lustre.linux.in>
11490      Branch: perl
11491            ! dump.c
11492 ____________________________________________________________________________
11493 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
11494         Log: Subject: Re: [PATCH] more anonymous stash cleanups
11495              From: Abhijit Menon-Sen <ams@wiw.org>
11496              Date: Mon, 18 Jun 2001 15:50:32 +0530
11497              Message-ID: <20010618155032.A13223@lustre.linux.in>
11498              
11499              Plus the comment left in as suggested by NI-S.
11500      Branch: perl
11501            ! sv.c
11502 ____________________________________________________________________________
11503 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
11504         Log: One missed file.
11505      Branch: perl
11506            + lib/warnings.t
11507 ____________________________________________________________________________
11508 [ 10678] By: nick                                  on 2001/06/18  08:05:29
11509         Log: Integrate mainline (part2 - the deletes)
11510      Branch: perlio
11511            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
11512            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
11513            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
11514            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
11515            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
11516            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
11517            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
11518            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
11519            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
11520            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
11521            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
11522 ____________________________________________________________________________
11523 [ 10677] By: nick                                  on 2001/06/18  08:04:44
11524         Log: Integrate mainline (part1)
11525      Branch: perlio
11526           +> (branch 376 files)
11527            - (delete 219 files)
11528           !> (integrate 151 files)
11529 ____________________________________________________________________________
11530 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
11531         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
11532              No doubt I made some mistakes like missed some files or
11533              misnamed some files.  The naming rules were more or less:
11534              (1) if the module is from CPAN, follows its ways, be it
11535              t/*.t or test.pl.
11536              (2) otherwise if there are multiple tests for a module
11537              put them in a t/
11538              (3) otherwise if there's only one test put it in Module.t
11539              (4) helper files go to module/ (locale, strict, warnings)
11540              (5) use longer filenames now that we can (but e.g. the
11541              compat-0.6.t and the Text::Balanced test files still
11542              were renamed to be more civil against the 8.3 people)
11543              installperl was updated appropriately not to install the
11544              *.t files or the help files from under lib.
11545              
11546              TODO: some helper files still remain under t/ that could
11547              follow their 'masters'.  UPDATE: On second thoughts, why
11548              should they.  They can continue to live under t/lib, and
11549              in fact the locale/strict/warnings helpers that were moved
11550              could be moved back.  This way the amount of non-installable
11551              stuff under lib/ stays smaller.
11552      Branch: perl
11553            + (add 253 files)
11554            - (delete 254 files)
11555            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
11556 ____________________________________________________________________________
11557 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
11558         Log: The warning no more comes from util.c, it comes from numeric.c.
11559      Branch: perl
11560            ! README.tru64
11561 ____________________________________________________________________________
11562 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
11563         Log: Subject: Re: anyone good at casting spells?
11564              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11565              Date: Sun, 17 Jun 2001 21:21:04 -0400
11566              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
11567      Branch: perl
11568            ! ext/POSIX/POSIX.xs hv.h
11569 ____________________________________________________________________________
11570 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
11571         Log: Protect the (original) thread tests against testing if no 5.005
11572              threads have been configured.
11573      Branch: perl
11574            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11575            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11576            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11577            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11578            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11579            ! ext/Thread/unsync4.t
11580 ____________________________________________________________________________
11581 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
11582         Log: Try the new test scanning scheme on Text::Abbrev.
11583      Branch: perl
11584            + lib/Text/Abbrev.t
11585            - lib/Text/Abbrev/t/abbrev.t
11586            ! MANIFEST
11587 ____________________________________________________________________________
11588 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
11589         Log: Change the scan policy of the *.t and test.pl files,
11590              now the *.t do not need to live in a t/ directory.
11591      Branch: perl
11592            ! t/TEST t/harness
11593 ____________________________________________________________________________
11594 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
11595         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
11596              From: Ilmari Karonen <iltzu@sci.fi>
11597              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
11598              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
11599      Branch: perl
11600            ! pod/perlfaq7.pod
11601 ____________________________________________________________________________
11602 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
11603         Log: Quench the warnings from Tru64; the HP-UX is still
11604              broken because it really, REALLY, doesn't like the
11605              HvARRAY() being lvalue:
11606              
11607              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
11608              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
11609      Branch: perl
11610            ! hv.c
11611 ____________________________________________________________________________
11612 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
11613         Log: Integrate change #10667 from maintperl:
11614              
11615              change#10449 broke the special-case that makes lexicals inside the
11616              eval"" within DB::DB() visible
11617      Branch: perl
11618           !> op.c
11619 ____________________________________________________________________________
11620 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
11621         Log: change#10449 broke the special-case that makes lexicals inside the
11622              eval"" within DB::DB() visible
11623      Branch: maint-5.6/perl
11624            ! op.c
11625 ____________________________________________________________________________
11626 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
11627         Log: Still spurious output; indent the code a bit.
11628              
11629              TODO1: separate the utility functions like MkDir
11630              into a helper script?
11631              
11632              TODO2: I see a lot of repetition in the filepath()
11633              and dirpath() calls.
11634      Branch: perl
11635            ! t/lib/filefind.t t/lib/findtaint.t
11636 ____________________________________________________________________________
11637 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
11638         Log: Regen modlib, toc.
11639      Branch: perl
11640            ! pod/perlmodlib.pod pod/perltoc.pod
11641 ____________________________________________________________________________
11642 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
11643         Log: Add libnetcfg to perlutil.
11644      Branch: perl
11645            ! pod/perlutil.pod
11646 ____________________________________________________________________________
11647 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
11648         Log: Initial integration of libnet-1.0703.
11649              The Configure script renamed as libnetcfg, will be
11650              installed along other utilities.
11651      Branch: perl
11652            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
11653            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
11654            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
11655            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
11656            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
11657            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
11658            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
11659            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
11660            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
11661            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
11662            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
11663            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11664            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
11665            + utils/libnetcfg.PL
11666            ! MANIFEST utils.lst utils/Makefile
11667 ____________________________________________________________________________
11668 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
11669         Log: Less potentially test-harness-confusing output.
11670      Branch: perl
11671            ! lib/Memoize/t/expire_module_t.t
11672 ____________________________________________________________________________
11673 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
11674         Log: The final print annoys make test.
11675      Branch: perl
11676            ! t/lib/filefind.t t/lib/findtaint.t
11677 ____________________________________________________________________________
11678 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
11679         Log: Add an option for handling dangling symbolic links.
11680      Branch: perl
11681            ! lib/File/Find.pm t/lib/filefind.t
11682 ____________________________________________________________________________
11683 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
11684         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
11685              From: Thomas Wegner <wegner_thomas@yahoo.com>
11686              Date: Sun, 17 Jun 2001 14:43:11 +0200
11687              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
11688      Branch: perl
11689            + t/lib/findtaint.t
11690            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
11691 ____________________________________________________________________________
11692 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
11693         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
11694              From: Jonathan Stowe <gellyfish@gellyfish.com>
11695              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
11696              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
11697      Branch: perl
11698            ! lib/ExtUtils/MM_Unix.pm
11699 ____________________________________________________________________________
11700 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
11701         Log: Subject: [PATCH] more anonymous stash cleanups
11702              From: Abhijit Menon-Sen <ams@wiw.org>
11703              Date: Sun, 17 Jun 2001 11:44:06 +0530
11704              Message-ID: <20010617114406.A25203@lustre.linux.in>
11705      Branch: perl
11706            ! op.c
11707 ____________________________________________________________________________
11708 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
11709         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
11710              From: Abhijit Menon-Sen <ams@wiw.org>
11711              Date: Sun, 17 Jun 2001 08:02:59 +0530
11712              Message-ID: <20010617080259.A28776@lustre.linux.in>
11713              
11714              Subject: [PATCH #2/7] xhv_eiter
11715              From: Abhijit Menon-Sen <ams@wiw.org>
11716              Date: Sun, 17 Jun 2001 08:13:18 +0530
11717              Message-ID: <20010617081318.B28776@lustre.linux.in>
11718              
11719              Subject: [PATCH #3/7] xhv_fill
11720              From: Abhijit Menon-Sen <ams@wiw.org>
11721              Date: Sun, 17 Jun 2001 08:25:16 +0530
11722              Message-ID: <20010617082516.C28776@lustre.linux.in>
11723              
11724              Subject: [PATCH #4/7] xhv_keys
11725              From: Abhijit Menon-Sen <ams@wiw.org>
11726              Date: Sun, 17 Jun 2001 08:36:17 +0530
11727              Message-ID: <20010617083617.D28776@lustre.linux.in>
11728              
11729              Subject: [PATCH #5/7] xhv_max
11730              From: Abhijit Menon-Sen <ams@wiw.org>
11731              Date: Sun, 17 Jun 2001 08:39:48 +0530
11732              Message-ID: <20010617083948.E28776@lustre.linux.in>
11733              
11734              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
11735              From: Abhijit Menon-Sen <ams@wiw.org>
11736              Date: Sun, 17 Jun 2001 08:51:11 +0530
11737              Message-ID: <20010617085111.F28776@lustre.linux.in>
11738      Branch: perl
11739            ! hv.c
11740 ____________________________________________________________________________
11741 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
11742         Log: Update Changes.
11743      Branch: perl
11744            ! Changes patchlevel.h
11745 ____________________________________________________________________________
11746 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
11747         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
11748              From: Abhijit Menon-Sen <ams@wiw.org>
11749              Date: Sat, 16 Jun 2001 07:41:19 +0530
11750              Message-ID: <20010616074119.A24720@lustre.linux.in>
11751      Branch: perl
11752            ! hv.c perl.c vms/vmsish.h win32/win32.h
11753 ____________________________________________________________________________
11754 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
11755         Log: Document tests failing when threaded, since we now have more.
11756      Branch: perl
11757            ! pod/perl572delta.pod
11758 ____________________________________________________________________________
11759 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
11760         Log: -Wall cleanup.
11761      Branch: perl
11762            ! ext/Thread/Thread.xs
11763 ____________________________________________________________________________
11764 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
11765         Log: pthread_attr_setstacksize() isn't absolutely necessary
11766              to call, only iff THREAD_CREATE_NEEDS_STACK.
11767      Branch: perl
11768            ! ext/Thread/Thread.xs
11769 ____________________________________________________________________________
11770 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
11771         Log: -Wall strays.
11772      Branch: perl
11773            ! perl.c util.c
11774 ____________________________________________________________________________
11775 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
11776         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
11777              (and INT64_MIN) brokenness.
11778      Branch: perl
11779            ! hints/darwin.sh perl.h
11780 ____________________________________________________________________________
11781 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
11782         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
11783              From: Nicholas Clark <nick@ccl4.org>
11784              Date: Sun, 17 Jun 2001 00:16:05 +0100
11785              Message-ID: <20010617001605.V98663@plum.flirble.org>
11786      Branch: perl
11787            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
11788            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
11789            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11790 ____________________________________________________________________________
11791 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
11792         Log: Add perlnetware to docs; regen toc; supply skeleton
11793              docs for some Memoize submodules.
11794      Branch: perl
11795            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
11796            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
11797            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
11798            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
11799            ! win32/Makefile win32/makefile.mk
11800 ____________________________________________________________________________
11801 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
11802         Log: pod cleanup.
11803      Branch: perl
11804            ! README.netware
11805 ____________________________________________________________________________
11806 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
11807         Log: Integrate Memoize 0.64.  Few tweaks were required in
11808              the test scripts.  Note that the speed and expire*
11809              tests take several dozen seconds to run.
11810      Branch: perl
11811            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
11812            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
11813            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
11814            + lib/Memoize/README lib/Memoize/SDBM_File.pm
11815            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
11816            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
11817            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
11818            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11819            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
11820            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
11821            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
11822            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
11823            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
11824            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
11825            ! MANIFEST t/lib/1_compile.t
11826 ____________________________________________________________________________
11827 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
11828         Log: Document the cross-compilation options.
11829      Branch: perl
11830            ! Cross/README INSTALL
11831 ____________________________________________________________________________
11832 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
11833         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
11834      Branch: perl
11835            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
11836            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
11837            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
11838            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
11839            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
11840            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
11841            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
11842            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
11843            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
11844            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
11845            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
11846            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
11847            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
11848            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
11849            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
11850            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
11851            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
11852            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
11853            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
11854            + lib/ExtUtils/MM_NW5.pm
11855            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
11856            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
11857            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11858            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
11859            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
11860            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
11861            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
11862            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
11863            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
11864            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
11865            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
11866            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
11867            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
11868            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
11869            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
11870            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
11871            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
11872            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
11873            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
11874            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
11875            ! util.h x2p/a2py.c
11876 ____________________________________________________________________________
11877 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
11878         Log: Resort MANIFEST.
11879      Branch: perl
11880            ! MANIFEST
11881 ____________________________________________________________________________
11882 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
11883         Log: Integrate perlio.
11884      Branch: perl
11885           +> win32/win32io.c
11886           !> MANIFEST perlio.c perliol.h win32/makefile.mk
11887 ____________________________________________________________________________
11888 [ 10640] By: nick                                  on 2001/06/16  18:38:31
11889         Log: Disable :win32 layer as default till I get it working
11890      Branch: perlio
11891            ! MANIFEST perlio.c
11892 ____________________________________________________________________________
11893 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
11894         Log: Try the new scheme by moving the Text::Abbrev test
11895              to a new place under lib.
11896      Branch: perl
11897            + lib/Text/Abbrev/t/abbrev.t
11898            - t/lib/abbrev.t
11899            ! MANIFEST
11900 ____________________________________________________________________________
11901 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
11902         Log: Make the code even more dynamical so that testname
11903              suffix length can change.
11904      Branch: perl
11905            ! lib/Test/Harness.pm t/TEST
11906 ____________________________________________________________________________
11907 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
11908         Log: Allow for deeper t/ and also a single test.pl.
11909      Branch: perl
11910            ! t/TEST t/harness
11911 ____________________________________________________________________________
11912 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
11913         Log: #define fix from Nicholas Clark.
11914      Branch: perl
11915            ! ext/POSIX/POSIX.xs
11916 ____________________________________________________________________________
11917 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
11918         Log: Initialization is nice.
11919      Branch: perl
11920            ! lib/Test/Harness.pm
11921 ____________________________________________________________________________
11922 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
11923         Log: Make t/TEST and t/harness to test also the t/ tests
11924              under the main lib/ and ext/ directories.  Fix Test::Harness
11925              to dynamically change the width of its "foo/bar....ok" output.
11926      Branch: perl
11927            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
11928 ____________________________________________________________________________
11929 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
11930         Log: Subject: [PATCH] Re: perl@10611 
11931              From: Nicholas Clark <nick@ccl4.org>
11932              Date: Sat, 16 Jun 2001 16:52:47 +0100
11933              Message-ID: <20010616165247.O98663@plum.flirble.org>
11934              
11935              The .xs parts, too.
11936      Branch: perl
11937            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
11938            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
11939 ____________________________________________________________________________
11940 [ 10632] By: nick                                  on 2001/06/16  16:44:35
11941         Log: Work-in-progress win32 layer semi-functional, checking 
11942              for UNIX breakage.
11943      Branch: perlio
11944            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
11945 ____________________________________________________________________________
11946 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
11947         Log: Subject: [PATCH] Re: perl@10611 
11948              From: Nicholas Clark <nick@ccl4.org>
11949              Date: Sat, 16 Jun 2001 16:52:47 +0100
11950              Message-ID: <20010616165247.O98663@plum.flirble.org>
11951      Branch: perl
11952            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
11953            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
11954            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
11955            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
11956            ! lib/ExtUtils/Constant.pm
11957 ____________________________________________________________________________
11958 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
11959         Log: Metaconfig unit change for #10629.
11960      Branch: metaconfig
11961            ! U/modified/Finish.U
11962 ____________________________________________________________________________
11963 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
11964         Log: The extraction changed directories.
11965      Branch: perl
11966            ! Configure
11967 ____________________________________________________________________________
11968 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
11969         Log: Math::BigInt 1.35 from Tels.
11970      Branch: perl
11971            + t/lib/mbimbf.t
11972            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11973            ! t/lib/bigfltpm.t t/lib/bigintpm.t
11974 ____________________________________________________________________________
11975 [ 10627] By: nick                                  on 2001/06/16  14:54:52
11976         Log: Work in progress UNIX-side edit of win32 PerLIO layer
11977      Branch: perlio
11978            + win32/win32io.c
11979            ! perlio.c win32/makefile.mk
11980 ____________________________________________________________________________
11981 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
11982         Log: Subject: [PATCH 5.6.1] os2/diff-configure
11983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11984              Date: Fri, 15 Jun 2001 01:19:36 -0400
11985              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
11986              
11987              Empty all of it because I think #10624 made even the
11988              last patch hunk unnecessary.
11989      Branch: perl
11990            ! os2/diff.configure
11991 ____________________________________________________________________________
11992 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
11993         Log: Metaconfig unit change for 10624.
11994      Branch: metaconfig
11995            ! U/modified/libc.U
11996      Branch: perl
11997            ! config_h.SH
11998 ____________________________________________________________________________
11999 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
12000         Log: Move the initialization of libnames to the beginning so
12001              that can one 'seed' it (as OS/2 does.)
12002      Branch: perl
12003            ! Configure
12004 ____________________________________________________________________________
12005 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
12006         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
12007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12008              Date: Fri, 15 Jun 2001 19:10:57 -0400
12009              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
12010      Branch: perl
12011            ! os2/OS2/REXX/DLL/DLL.pm
12012 ____________________________________________________________________________
12013 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
12014         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
12015              From: "Craig A. Berry" <craigberry@mac.com>
12016              Date: Fri, 15 Jun 2001 17:00:03 -0500
12017              Message-Id: <a05101007b750342599be@[172.16.52.1]>
12018      Branch: perl
12019            ! vms/descrip_mms.template
12020 ____________________________________________________________________________
12021 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
12022         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
12023              From: "Craig A. Berry" <craigberry@mac.com>
12024              Date: Fri, 15 Jun 2001 18:39:42 -0500
12025              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
12026      Branch: perl
12027            ! lib/File/Spec/VMS.pm t/lib/extutils.t
12028 ____________________________________________________________________________
12029 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
12030         Log: Integrate perlio.
12031      Branch: perl
12032           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
12033           !> t/io/utf8.t t/lib/io_scalar.t
12034 ____________________________________________________________________________
12035 [ 10619] By: nick                                  on 2001/06/15  21:05:19
12036         Log: Generated files
12037      Branch: perlio
12038            ! embed.h proto.h
12039 ____________________________________________________________________________
12040 [ 10618] By: nick                                  on 2001/06/15  20:27:42
12041         Log: Fix open.pm to work via XS-implemented method calls rather
12042              than *open::layers variables which caused all the HV/AV hassle.
12043      Branch: perlio
12044            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
12045            ! t/lib/io_scalar.t
12046 ____________________________________________________________________________
12047 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
12048         Log: Integrate perlio.
12049      Branch: perl
12050           !> lib/ExtUtils/Constant.pm
12051 ____________________________________________________________________________
12052 [ 10616] By: nick                                  on 2001/06/15  18:46:47
12053         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
12054      Branch: perlio
12055            ! lib/ExtUtils/Constant.pm
12056 ____________________________________________________________________________
12057 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
12058         Log: Integrate perlio.
12059      Branch: perl
12060           !> ext/Socket/Socket.xs
12061 ____________________________________________________________________________
12062 [ 10614] By: nick                                  on 2001/06/15  18:33:37
12063         Log: MULTIPLICITY fix for Socket.xs
12064      Branch: perlio
12065            ! ext/Socket/Socket.xs
12066 ____________________________________________________________________________
12067 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
12068         Log: Subject: Re: perl@10611
12069              From: Doug MacEachern <dougm@covalent.net>
12070              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
12071              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
12072      Branch: perl
12073            ! ext/Socket/Socket.xs
12074 ____________________________________________________________________________
12075 [ 10612] By: nick                                  on 2001/06/15  16:14:38
12076         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
12077      Branch: perlio
12078           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12079           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
12080           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
12081           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
12082           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
12083           !> utils/h2ph.PL
12084 ____________________________________________________________________________
12085 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
12086         Log: Update Changes.
12087      Branch: perl
12088            ! Changes patchlevel.h
12089 ____________________________________________________________________________
12090 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
12091         Log: Upping the test count.
12092      Branch: perl
12093            ! t/lib/filefind.t
12094 ____________________________________________________________________________
12095 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
12096         Log: Integrate perlio.
12097      Branch: perl
12098           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12099 ____________________________________________________________________________
12100 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
12101         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12102              From: andreas.koenig@anima.de (Andreas J. Koenig)
12103              Date: 15 Jun 2001 13:30:39 +0200
12104              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
12105              
12106              Record the grim history.
12107      Branch: perl
12108            ! lib/File/Find.pm
12109 ____________________________________________________________________________
12110 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
12111         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12112              From: Brian McCauley <nobull@mail.com>
12113              Date: 15 Jun 2001 07:51:26 +0100
12114              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
12115      Branch: perl
12116            ! lib/File/Find.pm t/lib/filefind.t
12117 ____________________________________________________________________________
12118 [ 10606] By: nick                                  on 2001/06/15  14:00:08
12119         Log: regen_config_h for Win32.
12120      Branch: perlio
12121            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12122 ____________________________________________________________________________
12123 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
12124         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
12125              From: Peter Prymmer <pvhp@forte.com>
12126              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
12127              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
12128      Branch: perl
12129            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
12130 ____________________________________________________________________________
12131 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
12132         Log: Some filesystems require writability for rename/unlink.
12133      Branch: perl
12134            ! opcode.pl
12135 ____________________________________________________________________________
12136 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
12137         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
12138              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12139              Date: Fri, 15 Jun 2001 12:08:53 +0200
12140              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
12141      Branch: perl
12142            ! perlio.c
12143 ____________________________________________________________________________
12144 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
12145         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
12146              From: Mike Guy <mjtg@cam.ac.uk>
12147              Date: Fri, 15 Jun 2001 14:11:49 +0100
12148              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
12149      Branch: perl
12150            ! opcode.pl
12151 ____________________________________________________________________________
12152 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
12153         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
12154              From: Nicholas Clark <nick@ccl4.org>
12155              Date: Thu, 14 Jun 2001 23:52:56 +0100
12156              Message-ID: <20010614235256.G98663@plum.flirble.org>
12157      Branch: perl
12158            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12159            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12160 ____________________________________________________________________________
12161 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
12162         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12163              From: Russ Allbery <rra@stanford.edu>
12164              Date: 14 Jun 2001 13:24:43 -0700
12165              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
12166      Branch: perl
12167            ! ext/GDBM_File/GDBM_File.pm
12168 ____________________________________________________________________________
12169 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
12170         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12171              From: Nicholas Clark <nick@ccl4.org>
12172              Date: Thu, 14 Jun 2001 20:37:47 +0100
12173              Message-ID: <20010614203747.F98663@plum.flirble.org>
12174      Branch: perl
12175            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12176            ! t/lib/gdbm.t
12177 ____________________________________________________________________________
12178 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
12179         Log: Integrate perlio.
12180      Branch: perl
12181           !> makedef.pl sv.c
12182 ____________________________________________________________________________
12183 [ 10597] By: nick                                  on 2001/06/15  11:08:13
12184         Log: Check that HVs with HvNAME() != NULL are really stashes before
12185              treating them as such. Also be more defensive on the GvCV.
12186              Win32 fork and dprof now working again. 
12187      Branch: perlio
12188            ! sv.c
12189 ____________________________________________________________________________
12190 [ 10596] By: nick                                  on 2001/06/15  10:11:20
12191         Log: Integrate mainline.
12192      Branch: perlio
12193           +> Cross/README
12194           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12195           !> Porting/config_H config_h.SH configure.com epoc/config.sh
12196           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
12197           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12198           !> vos/config.ga.h win32/config.bc win32/config.gc
12199           !> win32/config.vc win32/config_H.bc win32/config_H.gc
12200           !> win32/config_H.vc
12201 ____________________________________________________________________________
12202 [ 10595] By: nick                                  on 2001/06/15  09:37:17
12203         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
12204              - Win32 (VC++) now builds but fails:
12205              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
12206              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
12207              write.t    - open(...,"|-") not implemented on Win32 
12208      Branch: perlio
12209            ! makedef.pl
12210 ____________________________________________________________________________
12211 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
12212         Log: Integrate perlio.
12213      Branch: perl
12214           !> perlio.c win32/makefile.mk
12215 ____________________________________________________________________________
12216 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
12217         Log: Metaconfig unit changes for #10592.
12218      Branch: metaconfig
12219            + U/modified/i_varhdr.U U/modified/startsh.U
12220            - U/a_dvisory/crosscompile.U U/target/Target.U
12221            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
12222            ! U/compline/bitpbyte.U U/compline/byteorder.U
12223            ! U/compline/ccflags.U U/compline/charsize.U
12224            ! U/compline/d_casti32.U U/compline/d_castneg.U
12225            ! U/compline/d_closedir.U U/compline/d_fd_set.U
12226            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
12227            ! U/compline/d_keepsig.U U/compline/d_open3.U
12228            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12229            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
12230            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
12231            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
12232            ! U/compline/doublesize.U U/compline/floatsize.U
12233            ! U/compline/nblock_io.U U/compline/orderlib.U
12234            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
12235            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
12236            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
12237            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
12238            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
12239            ! U/modified/spitshell.U U/threads/archname.U
12240            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
12241            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
12242            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
12243            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
12244            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
12245      Branch: metaconfig/U/perl
12246            + Cross.U
12247            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
12248            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
12249            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
12250            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
12251            ! stdio_streams.U uselfs.U
12252 ____________________________________________________________________________
12253 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
12254         Log: The first steps towards cross-compilation.
12255              
12256              Abstract execution of compiled test executables with $run,
12257              and abstract transfer of files with $to and $from.
12258              
12259              Under cross-compilation the $run, $to, and $from will point
12260              to appropriate wrapper scripts, by default ssh and scp,
12261              but also rsh, rcp, and cp are supported.  If not
12262              cross-compiling, they will be set to '', ':', and ':',
12263              respectively.
12264              
12265              With these patches I was able to get Configure for
12266              iPAQ ARM Linux on an Intel Linux about 95% right
12267              (only a few tests failed to execute or they produced
12268              incorrect results), and I was able to compile
12269              a functional miniperl.
12270              
12271              The symbol crosscompile renamed to be usecrosscompile,
12272              the corresponding C symbol from CROSSCOMPILE to
12273              USE_CROSS_COMPILE.
12274      Branch: perl
12275            ! Configure Cross/README Makefile.SH Porting/Glossary
12276            ! Porting/config.sh Porting/config_H config_h.SH configure.com
12277            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
12278            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12279            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12280            ! win32/config.gc win32/config.vc win32/config_H.bc
12281            ! win32/config_H.gc win32/config_H.vc
12282 ____________________________________________________________________________
12283 [ 10591] By: nick                                  on 2001/06/14  20:00:12
12284         Log: Steps along the road toward Win32 building again.
12285      Branch: perlio
12286            ! perlio.c win32/makefile.mk
12287 ____________________________________________________________________________
12288 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
12289         Log: Integrate perlio.
12290      Branch: perl
12291           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12292 ____________________________________________________________________________
12293 [ 10589] By: nick                                  on 2001/06/14  13:54:07
12294         Log: Routine regen_config_h for Win32
12295      Branch: perlio
12296            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12297 ____________________________________________________________________________
12298 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
12299         Log: Integrate perlio.
12300      Branch: perl
12301           +> perlyline.pl
12302           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
12303 ____________________________________________________________________________
12304 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
12305         Log: A placeholder.
12306      Branch: perl
12307            + Cross/README
12308 ____________________________________________________________________________
12309 [ 10586] By: nick                                  on 2001/06/14  08:25:07
12310         Log: Add new step to run_byacc which:
12311              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
12312              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
12313      Branch: perlio
12314            + perlyline.pl
12315            ! MANIFEST Makefile.SH perly.c
12316 ____________________________________________________________________________
12317 [ 10585] By: nick                                  on 2001/06/14  08:22:29
12318         Log: Integrate mainline
12319      Branch: perlio
12320           +> locale.c numeric.c
12321           !> Changes cygwin/Makefile.SHs embed.h embed.pl
12322           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
12323           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
12324           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
12325           !> x2p/Makefile.SH
12326 ____________________________________________________________________________
12327 [ 10584] By: nick                                  on 2001/06/14  08:05:53
12328         Log: Hack to remove insecure directories from PATH so test will run.
12329      Branch: perlio
12330            ! t/lib/filefind.t
12331 ____________________________________________________________________________
12332 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
12333         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
12334      Branch: perl
12335            - t/lib/mbimbf.t
12336            ! MANIFEST
12337 ____________________________________________________________________________
12338 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
12339         Log: Detypo.
12340      Branch: perl
12341            ! x2p/Makefile.SH
12342 ____________________________________________________________________________
12343 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
12344         Log: de-$CONFIG continues.
12345      Branch: perl
12346            ! cygwin/Makefile.SHs x2p/Makefile.SH
12347 ____________________________________________________________________________
12348 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
12349         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
12350              From: Nicholas Clark <nick@ccl4.org>
12351              Date: Wed, 13 Jun 2001 21:20:13 +0100
12352              Message-ID: <20010613212013.D98663@plum.flirble.org>
12353      Branch: perl
12354            ! opcode.pl
12355 ____________________________________________________________________________
12356 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
12357         Log: Subject: splitting util.c
12358              From: Hugo <hv@crypt.compulink.co.uk>
12359              Date: Thu, 14 Jun 2001 00:41:08 +0100
12360              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
12361      Branch: perl
12362            + locale.c numeric.c
12363            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
12364            ! pod/perlapi.pod proto.h util.c
12365 ____________________________________________________________________________
12366 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
12367         Log: Upgrade to Math::BigInt 1.34 from Tels.
12368      Branch: perl
12369            + t/lib/mbimbf.t
12370            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12371            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12372 ____________________________________________________________________________
12373 [ 10577] By: nick                                  on 2001/06/13  19:02:48
12374         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
12375      Branch: perlio
12376           !> (integrate 125 files)
12377 ____________________________________________________________________________
12378 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
12379         Log: Update Changes.
12380      Branch: perl
12381            ! Changes patchlevel.h
12382 ____________________________________________________________________________
12383 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
12384         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12385              From: "Craig A. Berry" <craigberry@mac.com>
12386              Date: Wed, 13 Jun 2001 13:24:28 -0500
12387              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
12388      Branch: perl
12389            ! ext/re/Makefile.PL
12390 ____________________________________________________________________________
12391 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
12392         Log: Mc.u.c. for #10573.
12393      Branch: metaconfig
12394            ! U/threads/usethreads.U
12395 ____________________________________________________________________________
12396 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
12397         Log: It would be also be good if I could type.
12398      Branch: perl
12399            ! Configure
12400 ____________________________________________________________________________
12401 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
12402         Log: Metaconfig unit change for #10571.
12403      Branch: metaconfig
12404            ! U/threads/usethreads.U
12405 ____________________________________________________________________________
12406 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
12407         Log: A non-empty default is a good thing.
12408      Branch: perl
12409            ! Configure
12410 ____________________________________________________________________________
12411 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
12412         Log: Metaconfig unit change for #10569.
12413      Branch: metaconfig
12414            ! U/threads/usethreads.U
12415 ____________________________________________________________________________
12416 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
12417         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
12418              extremely experimental, not even prompted for.
12419      Branch: perl
12420            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12421            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
12422            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12423            ! win32/config.bc win32/config.gc win32/config.vc
12424 ____________________________________________________________________________
12425 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
12426         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
12427      Branch: perl
12428            ! pod/perlfaq6.pod
12429 ____________________________________________________________________________
12430 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
12431         Log: Integrate perlio; conflicts, accept Nick's versions.
12432      Branch: perl
12433           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12434           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12435 ____________________________________________________________________________
12436 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
12437         Log: Subject: Re: ext/ + -Wall
12438              From: Doug MacEachern <dougm@covalent.net>
12439              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
12440              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
12441      Branch: perl
12442            ! XSUB.h lib/ExtUtils/xsubpp perl.h
12443 ____________________________________________________________________________
12444 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
12445         Log: Similar logic as DB_File.xs, using the modern macros and
12446              defines them to older ones for older Perls where PERL_VERSION
12447              is not defined, from Doug MacEachern.
12448      Branch: perl
12449            ! ext/Storable/Storable.xs
12450 ____________________________________________________________________________
12451 [ 10564] By: nick                                  on 2001/06/13  15:22:01
12452         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
12453              and using that instead (name lookups are sequential search for now).
12454      Branch: perlio
12455            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12456            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12457 ____________________________________________________________________________
12458 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
12459         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
12460              From: "Richard Soderberg" <rs@crystalflame.net>
12461              Date: Sat, 26 May 2001 06:44:20 -0700
12462              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
12463      Branch: perl
12464            ! sv.c t/op/glob.t
12465 ____________________________________________________________________________
12466 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
12467         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12468              From: "Craig A. Berry" <craigberry@mac.com>
12469              Date: Tue, 12 Jun 2001 23:55:26 -0500
12470              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
12471      Branch: perl
12472            ! ext/re/Makefile.PL ext/re/re.xs
12473 ____________________________________________________________________________
12474 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
12475         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
12476              suggested by NI-S.
12477      Branch: perl
12478            ! XSUB.h malloc.c perl.h
12479 ____________________________________________________________________________
12480 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
12481         Log: Regen toc.
12482      Branch: perl
12483            ! pod/perltoc.pod
12484 ____________________________________________________________________________
12485 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
12486         Log: Subject: [patch] perl.gprof control
12487              From: Doug MacEachern <dougm@covalent.net>
12488              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
12489              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
12490      Branch: perl
12491            ! miniperlmain.c perl.h
12492 ____________________________________________________________________________
12493 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
12494         Log: Subject: Re: ext/ + -Wall
12495              From: Doug MacEachern <dougm@covalent.net>
12496              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
12497              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
12498              
12499              Document ax and break up dXSARGS.
12500      Branch: perl
12501            ! XSUB.h pod/perlapi.pod
12502 ____________________________________________________________________________
12503 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
12504         Log: More AIX tweakage from Merijn.
12505      Branch: perl
12506            ! hints/aix.sh
12507 ____________________________________________________________________________
12508 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
12509         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
12510              From: "Craig A. Berry" <craigberry@mac.com>
12511              Date: Tue, 12 Jun 2001 22:57:45 -0500
12512              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
12513      Branch: perl
12514            ! vms/descrip_mms.template
12515 ____________________________________________________________________________
12516 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
12517         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
12518              From: "Craig A. Berry" <craigberry@mac.com>
12519              Date: Tue, 12 Jun 2001 22:21:39 -0500
12520              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
12521      Branch: perl
12522            ! configure.com util.c
12523 ____________________________________________________________________________
12524 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
12525         Log: New AIX dynaloading code from Jens-Uwe Mager.
12526              Does break binary compatibility.
12527      Branch: perl
12528            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
12529 ____________________________________________________________________________
12530 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
12531         Log: VMS DEC C compiler found nits by Peter Prymmer.
12532      Branch: perl
12533            ! util.c
12534 ____________________________________________________________________________
12535 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
12536         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
12537              From: Peter Prymmer <pvhp@forte.com>
12538              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
12539              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
12540      Branch: perl
12541            ! t/lib/filecomp.t
12542 ____________________________________________________________________________
12543 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
12544         Log: I wonder how many $CONFIGs still lurk in the shadows.
12545      Branch: perl
12546            ! pod/Makefile.SH x2p/cflags.SH
12547 ____________________________________________________________________________
12548 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
12549         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
12550      Branch: perl
12551            ! pod/checkpods.PL
12552 ____________________________________________________________________________
12553 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
12554         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
12555      Branch: perl
12556            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
12557 ____________________________________________________________________________
12558 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
12559         Log: Subject: [patch] rid local_patches warnings
12560              From: Doug MacEachern <dougm@covalent.net>
12561              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
12562              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
12563      Branch: perl
12564            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
12565 ____________________________________________________________________________
12566 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
12567         Log: Subject: Re: ext/ + -Wall
12568              From: Doug MacEachern <dougm@covalent.net>
12569              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
12570              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
12571      Branch: perl
12572            ! ext/attrs/attrs.xs
12573 ____________________________________________________________________________
12574 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
12575         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
12576              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12577              Date: Tue, 12 Jun 2001 14:36:20 -0400
12578              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
12579      Branch: perl
12580            ! pod/perlretut.pod
12581 ____________________________________________________________________________
12582 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
12583         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
12584              From: Mike Guy <mjtg@cam.ac.uk>
12585              Date: Tue, 12 Jun 2001 19:10:31 +0100
12586              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
12587              
12588              Subject: Re: [ID 20010612.001] out of memory during regex compilation
12589              From: Mike Guy <mjtg@cam.ac.uk>
12590              Date: Tue, 12 Jun 2001 19:21:01 +0100
12591              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
12592      Branch: perl
12593            ! pod/perlop.pod
12594 ____________________________________________________________________________
12595 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
12596         Log: AIX tweaks from Merijn H. Brand.
12597      Branch: perl
12598            ! hints/aix.sh
12599 ____________________________________________________________________________
12600 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
12601         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
12602              From: "Brendan O'Dea" <bod@compusol.com.au>
12603              Date: Wed, 13 Jun 2001 05:16:47 +1000
12604              Message-ID: <20010613051647.A8945@compusol.com.au>
12605      Branch: maint-5.6/perl
12606            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12607 ____________________________________________________________________________
12608 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
12609         Log: Subject: Small bcopy cleanup
12610              From: Andy Dougherty <doughera@lafayette.edu>
12611              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
12612              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
12613      Branch: perl
12614            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
12615 ____________________________________________________________________________
12616 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
12617         Log: Subject: [PATCH] Re: ext/ + -Wall
12618              From: Nicholas Clark <nick@ccl4.org>
12619              Date: Wed, 13 Jun 2001 00:04:30 +0100
12620              Message-ID: <20010613000430.M5901@plum.flirble.org>
12621      Branch: perl
12622            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12623 ____________________________________________________________________________
12624 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
12625         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
12626              From: Nicholas Clark <nick@ccl4.org>
12627              Date: Tue, 12 Jun 2001 23:53:07 +0100
12628              Message-ID: <20010612235307.L5901@plum.flirble.org>
12629      Branch: perl
12630            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12631 ____________________________________________________________________________
12632 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
12633         Log: MPE/iX tweaks from Mark Bixby.
12634      Branch: perl
12635            ! hints/mpeix.sh mpeix/mpeixish.h util.c
12636 ____________________________________________________________________________
12637 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
12638         Log: Update Changes.
12639      Branch: perl
12640            ! Changes patchlevel.h
12641 ____________________________________________________________________________
12642 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
12643         Log: One less -Wall whine (found under DEBUGGING).
12644      Branch: perl
12645            ! x2p/Makefile.SH x2p/a2p.c
12646 ____________________________________________________________________________
12647 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
12648         Log: s/case-independent/case-insensitive/g
12649      Branch: perl
12650            ! pod/perldebug.pod
12651 ____________________________________________________________________________
12652 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
12653         Log: As suggested in    
12654              
12655              Subject: Re: ext/ + -Wall
12656              From: Gurusamy Sarathy <gsar@ActiveState.com>
12657              Date: Mon, 11 Jun 2001 23:34:31 -0700
12658              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
12659      Branch: perl
12660            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
12661            ! perl.h
12662 ____________________________________________________________________________
12663 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
12664         Log: Subject: ext/ + -Wall
12665              From: Doug MacEachern <dougm@covalent.net>
12666              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
12667              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
12668      Branch: perl
12669            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
12670            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
12671            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
12672            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
12673            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
12674            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
12675            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
12676            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
12677            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
12678            ! lib/ExtUtils/xsubpp
12679 ____________________________________________________________________________
12680 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
12681         Log: Subject: [PATCH] anonymous stashes
12682              From: Abhijit Menon-Sen <ams@wiw.org>
12683              Date: Tue, 12 Jun 2001 12:47:04 +0530
12684              Message-ID: <20010612124704.A29029@lustre.linux.in>
12685      Branch: perl
12686            ! dump.c gv.c sv.c xsutils.c
12687 ____________________________________________________________________________
12688 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
12689         Log: One more test for $^S.
12690      Branch: perl
12691            ! t/op/magic.t
12692 ____________________________________________________________________________
12693 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
12694         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
12695              From: Abhijit Menon-Sen <ams@wiw.org>
12696              Date: Tue, 12 Jun 2001 17:35:55 +0530
12697              Message-ID: <20010612173555.A32426@lustre.linux.in>
12698      Branch: perl
12699            ! mg.c t/op/magic.t
12700 ____________________________________________________________________________
12701 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
12702         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
12703              From: Mike Guy <mjtg@cam.ac.uk>
12704              Date: Tue, 12 Jun 2001 13:14:15 +0100
12705              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
12706      Branch: perl
12707            ! pod/perlop.pod
12708 ____________________________________________________________________________
12709 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
12710         Log: AUTHORS updates.
12711      Branch: perl
12712            ! AUTHORS
12713 ____________________________________________________________________________
12714 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
12715         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
12716              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
12717              Content-Transfer-Encoding: 7bit
12718              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
12719      Branch: perl
12720            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
12721 ____________________________________________________________________________
12722 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
12723         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
12724              From: "Philip Newton" <Philip.Newton@gmx.net>
12725              Date: Mon, 11 Jun 2001 07:08:03 +0200
12726              Message-Id: <200106120802.LAA08992@taas.iki.fi>
12727      Branch: perl
12728            ! t/base/term.t
12729 ____________________________________________________________________________
12730 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
12731         Log: Cleanup the a2p.c for -Wall.
12732      Branch: perl
12733            ! x2p/Makefile.SH x2p/a2p.c
12734 ____________________________________________________________________________
12735 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
12736         Log: File::Find update for MacOS from Chris Nandor.
12737      Branch: perl
12738            ! lib/File/Find.pm t/lib/filefind.t
12739 ____________________________________________________________________________
12740 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
12741         Log: gcc -Wall nits picked out by a non-UNIX system
12742              (courtesy of Mark Bixby)
12743      Branch: perl
12744            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
12745            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
12746            ! pp_sys.c util.c
12747 ____________________________________________________________________________
12748 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
12749         Log: Metaconfig unit change for #10522.  (The d_modfl changes
12750              placate metalint.)
12751      Branch: metaconfig/U/perl
12752            ! d_modfl.U d_u32align.U
12753 ____________________________________________________________________________
12754 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
12755         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
12756              be "./try 2>&1 >/dev/null".
12757      Branch: perl
12758            ! Configure
12759 ____________________________________________________________________________
12760 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
12761         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
12762              From: "Craig A. Berry" <craigberry@mac.com>
12763              Date: Mon, 11 Jun 2001 14:00:32 -0500
12764              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
12765      Branch: perl
12766            ! configure.com
12767 ____________________________________________________________________________
12768 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
12769         Log: Move the full \p\P lists to perlunicode.
12770      Branch: perl
12771            ! pod/perlretut.pod pod/perlunicode.pod
12772 ____________________________________________________________________________
12773 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
12774         Log: VOS build tweak for 5.6.1 from Paul Green.
12775      Branch: maint-5.6/perl
12776            ! vos/build.cm
12777 ____________________________________________________________________________
12778 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
12779         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
12780              From: "Craig A. Berry" <craigberry@mac.com>
12781              Date: Fri, 8 Jun 2001 18:08:18 -0500
12782              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
12783      Branch: perl
12784            ! vms/vms.c
12785 ____________________________________________________________________________
12786 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
12787         Log: Update Changes.
12788      Branch: perl
12789            ! Changes patchlevel.h
12790 ____________________________________________________________________________
12791 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
12792         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
12793      Branch: perl
12794            ! vos/config.alpha.h vos/config.ga.h
12795 ____________________________________________________________________________
12796 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
12797         Log: VOS updates from Paul Green for @10476.
12798      Branch: perl
12799            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
12800            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12801            ! vos/config.ga.h vos/configure_perl.cm
12802 ____________________________________________________________________________
12803 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
12804         Log: Subject: [PATCH] Not many people know this ...
12805              From: Mike Guy <mjtg@cam.ac.uk>
12806              Date: Mon, 11 Jun 2001 14:55:15 +0100
12807              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
12808      Branch: perl
12809            ! pod/perldebug.pod
12810 ____________________________________________________________________________
12811 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
12812         Log: Add final commas to lists as suggested by Philip Newton.
12813      Branch: perl
12814            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12815 ____________________________________________________________________________
12816 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
12817         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
12818              Date: Sun, 10 Jun 2001 23:35:38 -0400
12819              From: Chris Nandor <pudge@pobox.com>
12820              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
12821      Branch: perl
12822            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
12823            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
12824            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
12825            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
12826            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
12827            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
12828            ! t/op/write.t t/pragma/strict.t
12829 ____________________________________________________________________________
12830 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
12831         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
12832              From: Chris Nandor <pudge@pobox.com>
12833              Date: Mon, 11 Jun 2001 08:24:28 -0400
12834              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
12835      Branch: perl
12836            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
12837            ! t/lib/io_dir.t
12838 ____________________________________________________________________________
12839 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
12840         Log: One more run_byacc (a hand-tweaked version had slipped in).
12841      Branch: perl
12842            ! perly.c vms/perly_c.vms
12843 ____________________________________________________________________________
12844 [ 10509] By: nick                                  on 2001/06/11  07:49:15
12845         Log: Integrate mainline
12846      Branch: perlio
12847           !> Makefile.SH embed.h embed.pl global.sym
12848           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
12849           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
12850           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
12851           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
12852 ____________________________________________________________________________
12853 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
12854         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
12855              From: Mike Guy <mjtg@cam.ac.uk>
12856              Reply-To: mjtg@cam.ac.uk
12857              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
12858      Branch: perl
12859            ! lib/ExtUtils/Manifest.pm
12860 ____________________________________________________________________________
12861 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
12862         Log: Subject: [PATCH] ExtUtils::Constant
12863              From: Nicholas Clark <nick@ccl4.org>
12864              Date: Sun, 10 Jun 2001 23:25:41 +0100
12865              Message-ID: <20010610232540.C76396@plum.flirble.org>
12866      Branch: perl
12867            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12868 ____________________________________________________________________________
12869 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
12870         Log: Integrate perlio.
12871      Branch: perl
12872           !> iperlsys.h
12873 ____________________________________________________________________________
12874 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
12875         Log: Move the grok_number and its lieutenant grok_numeric_radix
12876              from sv.c statics to util.c and public.
12877      Branch: perl
12878            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
12879            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
12880 ____________________________________________________________________________
12881 [ 10504] By: nick                                  on 2001/06/10  17:47:06
12882         Log: Fix (valid) -Wall warnings in perlio.c
12883      Branch: perlio
12884            ! iperlsys.h
12885 ____________________________________________________________________________
12886 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
12887         Log: Update perly_c.diff, update perly.fixer to edit away
12888              some of the -Wall noise.
12889      Branch: perl
12890            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
12891 ____________________________________________________________________________
12892 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
12893         Log: Check the version of byacc.
12894      Branch: perl
12895            ! Makefile.SH
12896 ____________________________________________________________________________
12897 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
12898         Log: Subject: [PATCH] perly.y overhaul
12899              From: Simon Cozens <simon@netthink.co.uk>
12900              Date: Sun, 10 Jun 2001 16:56:54 +0100
12901              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
12902              
12903              Plus make run_byacc.
12904      Branch: perl
12905            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
12906 ____________________________________________________________________________
12907 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
12908         Log: Integrate perlio.
12909      Branch: perl
12910           !> perlio.c perlsfio.h
12911 ____________________________________________________________________________
12912 [ 10499] By: nick                                  on 2001/06/10  15:01:08
12913         Log: Integrate mainline
12914      Branch: perlio
12915           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
12916           !> t/pragma/locale.t util.c
12917 ____________________________________________________________________________
12918 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
12919         Log: Put some meat on the perl572delta bones.  The list of
12920              selected bug fixes needs more work, as does still the
12921              whole document.
12922      Branch: perl
12923            ! pod/perl572delta.pod
12924 ____________________________________________________________________________
12925 [ 10497] By: nick                                  on 2001/06/10  12:27:51
12926         Log: Paper over a crack or two with USE_SFIO
12927      Branch: perlio
12928            ! perlio.c perlsfio.h
12929 ____________________________________________________________________________
12930 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
12931         Log: Update Changes.
12932      Branch: perl
12933            ! Changes patchlevel.h
12934 ____________________________________________________________________________
12935 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
12936         Log: Subject: Re: pragma/locale.t #107
12937              From: Hugo <hv@crypt.compulink.co.uk>
12938              Date: Sun, 10 Jun 2001 11:23:30 +0100
12939              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
12940              
12941              Encapsulate the scan of the decimal radix separator.
12942      Branch: perl
12943            ! embed.h embed.pl proto.h sv.c
12944 ____________________________________________________________________________
12945 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
12946         Log: Try to grok numbers both with the locale specific separator
12947              and with the usual "." (if different from the lss); add a test
12948              to locale.t to do also a little bit of math in addition to just
12949              equalness testing; remove extraneous logic as suggested in
12950              
12951              Subject: Re: pragma/locale.t #107
12952              From: Nicholas Clark <nick@ccl4.org>
12953              Date: Sat, 9 Jun 2001 22:37:36 +0100
12954              Message-ID: <20010609223735.Y76396@plum.flirble.org>
12955      Branch: perl
12956            ! sv.c t/pragma/locale.t
12957 ____________________________________________________________________________
12958 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
12959         Log: Metaconfig unit change for #10492.
12960      Branch: metaconfig/U/perl
12961            ! Extensions.U
12962 ____________________________________________________________________________
12963 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
12964         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
12965              From: Artur Bergman <artur@contiller.se> 
12966              Date: Sat, 09 Jun 2001 21:03:51 +0200
12967              Message-ID: <B7483FB6.1398%artur@contiller.se>
12968      Branch: perl
12969            ! Configure
12970 ____________________________________________________________________________
12971 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
12972         Log: Integrate perlio.
12973      Branch: perl
12974           !> perlsfio.h
12975 ____________________________________________________________________________
12976 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
12977         Log: Do locale specific separator if only in locale.
12978      Branch: perl
12979            ! util.c
12980 ____________________________________________________________________________
12981 [ 10489] By: nick                                  on 2001/06/09  19:13:25
12982         Log: Make XS/Typemap compile (but fail) with sfio
12983      Branch: perlio
12984            ! perlsfio.h
12985 ____________________________________________________________________________
12986 [ 10488] By: nick                                  on 2001/06/09  19:12:51
12987         Log: Re-integrate mainline
12988      Branch: perlio
12989           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
12990           !> proto.h sv.c util.c
12991 ____________________________________________________________________________
12992 [ 10487] By: nick                                  on 2001/06/09  16:26:29
12993         Log: Integrate mainline
12994      Branch: perlio
12995           !> (integrate 31 files)
12996 ____________________________________________________________________________
12997 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
12998         Log: Subject: [PATCH] New attempt to clone callack
12999              From: Artur Bergman <artur@contiller.se> 
13000              Date: Thu, 07 Jun 2001 11:52:16 +0200
13001              Message-ID: <B7451B6F.12B7%artur@contiller.se>
13002      Branch: perl
13003            ! embedvar.h intrpvar.h perlapi.h sv.c
13004 ____________________________________________________________________________
13005 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
13006         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
13007      Branch: perl
13008            ! embed.h embed.pl perl.h proto.h sv.c util.c
13009 ____________________________________________________________________________
13010 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
13011         Log: Subject: Re: pragma/locale.t #107
13012              From: Nicholas Clark <nick@ccl4.org>
13013              Date: Sat, 9 Jun 2001 16:26:10 +0100
13014              Message-ID: <20010609162609.V76396@plum.flirble.org>
13015              
13016              A missing NVification.
13017      Branch: perl
13018            ! sv.c
13019 ____________________________________________________________________________
13020 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
13021         Log: Redo the #10482, there already was a test script for formats.
13022      Branch: perl
13023            - t/io/format.t
13024            ! MANIFEST t/op/write.t
13025 ____________________________________________________________________________
13026 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
13027         Log: Twisted format testing, from Merijn.
13028      Branch: perl
13029            + t/io/format.t
13030            ! MANIFEST
13031 ____________________________________________________________________________
13032 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
13033         Log: More \p{In...} testing, combined with \N{...}.
13034      Branch: perl
13035            ! lib/utf8_heavy.pl t/op/pat.t
13036 ____________________________________________________________________________
13037 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
13038         Log: Metaconfig changes for #10479.
13039      Branch: metaconfig
13040            ! U/Glossary.patch
13041      Branch: metaconfig/U/perl
13042            ! d_modfl.U
13043 ____________________________________________________________________________
13044 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
13045         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
13046      Branch: perl
13047            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13048            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
13049            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13050            ! win32/config.bc win32/config.gc win32/config.vc
13051 ____________________________________________________________________________
13052 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
13053         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
13054              From: "Craig A. Berry" <craigberry@mac.com>
13055              Date: Thu, 7 Jun 2001 14:27:20 -0500
13056              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
13057      Branch: perl
13058            ! vms/perlvms.pod
13059 ____________________________________________________________________________
13060 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
13061         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
13062              From: Gisle Aas <gisle@ActiveState.com>
13063              Date: 07 Jun 2001 17:04:29 -0700
13064              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
13065      Branch: perl
13066            ! ext/re/re.xs
13067 ____________________________________________________________________________
13068 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
13069         Log: Update Changes.
13070      Branch: perl
13071            ! Changes patchlevel.h
13072 ____________________________________________________________________________
13073 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
13074         Log: Regen Glossary et alia.
13075      Branch: perl
13076            ! Porting/Glossary Porting/config.sh Porting/config_H
13077 ____________________________________________________________________________
13078 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
13079         Log: Metaconfig unit changes for #10473.
13080      Branch: metaconfig/U/perl
13081            ! d_modfl.U
13082 ____________________________________________________________________________
13083 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
13084         Log: Harumph, also AIX will spill its guts (i.e. dump core)
13085              if an executable contains modfl() but it hasn't been
13086              compiled right (in the case of AIX, with cc -qlongdouble).
13087      Branch: perl
13088            ! Configure
13089 ____________________________________________________________________________
13090 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
13091         Log: integrate change#10471 from mainline
13092              
13093              in change#10451, check that CvOUTSIDE is a CV before looking in
13094              (it can apparently be SVt_NULL during global destruction)
13095      Branch: maint-5.6/perl
13096           !> op.c
13097 ____________________________________________________________________________
13098 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
13099         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
13100              (it can apparently be SVt_NULL during global destruction)
13101      Branch: perl
13102            ! op.c
13103 ____________________________________________________________________________
13104 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
13105         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
13106              From: Robin Barker <rmb1@cise.npl.co.uk>
13107              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
13108              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
13109      Branch: perl
13110            ! lib/diagnostics.pm pod/perldiag.pod
13111 ____________________________________________________________________________
13112 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
13113         Log: Subject: [PATCH perl@10439] long =item
13114              From: Robin Barker <rmb1@cise.npl.co.uk>
13115              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
13116              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
13117      Branch: perl
13118            ! README.amiga lib/Attribute/Handlers.pm
13119            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13120 ____________________________________________________________________________
13121 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
13122         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
13123              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
13124              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
13125              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
13126      Branch: perl
13127            ! pod/perlguts.pod
13128 ____________________________________________________________________________
13129 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
13130         Log: Integrate perlio.
13131      Branch: perl
13132           !> sv.c
13133 ____________________________________________________________________________
13134 [ 10466] By: nick                                  on 2001/06/07  10:25:40
13135         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
13136              whitespace tweaks.
13137              Still coredumps in pragma/overload.t - what a nice hard fail that is...
13138      Branch: perlio
13139            ! sv.c
13140 ____________________________________________________________________________
13141 [ 10465] By: nick                                  on 2001/06/07  08:41:58
13142         Log: Raw integrate of mainline for S_grok_number debug
13143              (sv.c has MULTIPLICITY issues as well as whatever else ...)
13144      Branch: perlio
13145            - plan9/perlplan9.doc plan9/perlplan9.pod
13146           !> (integrate 46 files)
13147 ____________________________________________________________________________
13148 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
13149         Log: The proper prototyping for #10463.
13150      Branch: perl
13151            ! embed.h embed.pl proto.h sv.c
13152 ____________________________________________________________________________
13153 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
13154         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13155              From: Nicholas Clark <nick@ccl4.org>
13156              Date: Thu, 7 Jun 2001 00:29:59 +0100
13157              Message-ID: <20010607002959.Z76396@plum.flirble.org>
13158      Branch: perl
13159            ! sv.c
13160 ____________________________________________________________________________
13161 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
13162         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
13163              From: "Craig A. Berry" <craigberry@mac.com>
13164              Date: Wed, 06 Jun 2001 17:54:30 -0500
13165              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
13166      Branch: perl
13167            ! vms/perlvms.pod
13168 ____________________________________________________________________________
13169 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
13170         Log: Podify the remaining README.platform files;
13171              merge README.plan9 and plan9/perlplan9.pod;
13172              delete plan9/perlplan9.* (the perlplan.doc needs to
13173              be regenerated in Plan 9); make the =head1 and =head2
13174              in the README.platform to be a little more verbose
13175              (skipped README.os2 not to anger Ilya) so that they
13176              look better in the toc; regen toc.
13177      Branch: perl
13178            - plan9/perlplan9.doc plan9/perlplan9.pod
13179            ! MANIFEST README.aix README.amiga README.apollo README.beos
13180            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
13181            ! README.hpux README.hurd README.machten README.macos
13182            ! README.micro README.mint README.mpeix README.os390
13183            ! README.plan9 README.qnx README.solaris README.threads
13184            ! README.tru64 README.vmesa README.vms README.vos README.win32
13185            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13186            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13187 ____________________________________________________________________________
13188 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
13189         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
13190              From: Mike Guy <mjtg@cam.ac.uk>
13191              Reply-To: mjtg@cam.ac.uk
13192              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
13193      Branch: perl
13194            ! pod/perlguts.pod
13195 ____________________________________________________________________________
13196 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
13197         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
13198              From: Mike Guy <mjtg@cam.ac.uk>
13199              Reply-To: mjtg@cam.ac.uk
13200              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
13201      Branch: perl
13202            ! pod/perlsec.pod
13203 ____________________________________________________________________________
13204 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
13205         Log: Disable long doubles from pre-5.0 Tru64s.
13206      Branch: perl
13207            ! README.tru64 hints/dec_osf.sh
13208 ____________________________________________________________________________
13209 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
13210         Log: The #10455 exposed that modfl() is fundamentally busted
13211              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
13212              testing it.
13213      Branch: perl
13214            ! hints/dec_osf.sh
13215 ____________________________________________________________________________
13216 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
13217         Log: Metaconfig unit change for #10455.
13218      Branch: metaconfig/U/perl
13219            ! d_modfl.U
13220 ____________________________________________________________________________
13221 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
13222         Log: Configure check for geborken modfl(), inspired by
13223              
13224              Subject: Re: [20010118.017] op/int.t failure 
13225              From: Hugo <hv@crypt.compulink.co.uk>
13226              Date: Tue, 05 Jun 2001 13:43:27 +0100
13227              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
13228      Branch: perl
13229            ! Configure
13230 ____________________________________________________________________________
13231 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
13232         Log: Integrate changes #10450 and #10451 from maintperl:
13233              
13234              optimize change#10448 slightly (don't repeat search in eval""s lexical
13235              scope, since that has already been searched)
13236              
13237              change#9108 needs subtler treatment for case of closures created
13238              within eval""
13239      Branch: perl
13240           !> op.c t/op/misc.t
13241 ____________________________________________________________________________
13242 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
13243         Log: MakeMaker magic to compile (when no dynamic loading)
13244              List/Util.xsc as (ListUtil.c and) ListUtil.o since
13245              POSIX-BC (BS2000) linker has an evil limitation of
13246              being unable to include in the same executable several
13247              object files with the same name - case-insensitively -
13248              because otherwise we conflict with util.c.
13249              Strictly speaking currently required only in POSIX-BC
13250              but probably will do no harm elsewhere where static
13251              linking is required.
13252      Branch: perl
13253            ! ext/List/Util/Makefile.PL
13254 ____________________________________________________________________________
13255 [ 10452] By: nick                                  on 2001/06/06  08:59:51
13256         Log: Integrate mainline.
13257      Branch: perlio
13258           +> lib/Attribute/Handlers/demo/Demo.pm
13259           +> lib/Attribute/Handlers/demo/Descriptions.pm
13260           +> lib/Attribute/Handlers/demo/MyClass.pm
13261           +> lib/Attribute/Handlers/demo/demo.pl
13262           +> lib/Attribute/Handlers/demo/demo2.pl
13263           +> lib/Attribute/Handlers/demo/demo3.pl
13264           +> lib/Attribute/Handlers/demo/demo4.pl
13265           +> lib/Attribute/Handlers/demo/demo_call.pl
13266           +> lib/Attribute/Handlers/demo/demo_chain.pl
13267           +> lib/Attribute/Handlers/demo/demo_cycle.pl
13268           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
13269           +> lib/Attribute/Handlers/demo/demo_phases.pl
13270           +> lib/Attribute/Handlers/demo/demo_range.pl
13271           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
13272           +> uts/strtol_wrap.c
13273           !> (integrate 91 files)
13274 ____________________________________________________________________________
13275 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
13276         Log: change#9108 needs subtler treatment for case of closures created
13277              within eval""
13278      Branch: maint-5.6/perl
13279            ! op.c t/op/misc.t
13280 ____________________________________________________________________________
13281 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
13282         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
13283              scope, since that has already been searched)
13284      Branch: maint-5.6/perl
13285            ! op.c
13286 ____________________________________________________________________________
13287 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
13288         Log: Integrate change #10448 from maintperl; lexicals
13289              outside an eval"" weren't resolved correctly inside a subroutine
13290              definition inside the eval"" if they were not already referenced
13291              in the toplevel of the eval""-ed code
13292      Branch: perl
13293           !> cop.h op.c pp_ctl.c t/op/misc.t
13294 ____________________________________________________________________________
13295 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
13296         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
13297              outside an eval"" weren't resolved correctly inside a subroutine
13298              definition inside the eval"" if they were not already referenced
13299              in the toplevel of the eval""-ed code
13300      Branch: maint-5.6/perl
13301            ! cop.h op.c pp_ctl.c t/op/misc.t
13302 ____________________________________________________________________________
13303 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
13304         Log: Subject: [PATCH] perl570delta.pod
13305              From: Peter Scott <Peter@PSDT.com> 
13306              Date: Tue, 05 Jun 2001 18:51:02 -0700
13307              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
13308      Branch: perl
13309            ! pod/perl570delta.pod
13310 ____________________________________________________________________________
13311 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
13312         Log: The fudge factor is no more needed.  I hope.
13313      Branch: perl
13314            ! t/lib/posix.t
13315 ____________________________________________________________________________
13316 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
13317         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
13318              From: Hugo <hv@crypt.compulink.co.uk>
13319              Date: Tue, 05 Jun 2001 12:58:19 +0100
13320              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
13321      Branch: perl
13322            ! util.c
13323 ____________________________________________________________________________
13324 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
13325         Log: Make up prototypes only for those who have the functions
13326              but not the prototypes.
13327      Branch: perl
13328            ! perl.h
13329 ____________________________________________________________________________
13330 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
13331         Log: Subject: Re: Not OK: perl@10439 on win32 
13332              From: Prymmer/Kahn <pvhp@best.com> 
13333              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
13334              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
13335      Branch: perl
13336            ! perl.h util.c
13337 ____________________________________________________________________________
13338 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
13339         Log: The metaconfig units changes for #10441.
13340      Branch: metaconfig
13341            ! U/modified/Extract.U U/modified/Extractall.U
13342            ! U/modified/Finish.U
13343 ____________________________________________________________________________
13344 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
13345         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
13346      Branch: perl
13347            ! Configure
13348 ____________________________________________________________________________
13349 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
13350         Log: Unnecessary fuzziness undone, noted by Mike Guy.
13351      Branch: perl
13352            ! t/op/tr.t
13353 ____________________________________________________________________________
13354 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
13355         Log: Update Changes.
13356      Branch: perl
13357            ! Changes patchlevel.h
13358 ____________________________________________________________________________
13359 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
13360         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
13361              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
13362              leakage patch.
13363      Branch: perl
13364            ! t/op/misc.t
13365 ____________________________________________________________________________
13366 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
13367         Log: Test case for #10433/#10424.
13368      Branch: perl
13369            ! t/op/misc.t
13370 ____________________________________________________________________________
13371 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
13372         Log: Subject: One fix for strtoul not setting errno
13373              From: hom00@utsglobal.com (Hal Morris)
13374              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
13375              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
13376      Branch: perl
13377            + uts/strtol_wrap.c
13378            ! MANIFEST hints/uts.sh
13379 ____________________________________________________________________________
13380 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
13381         Log: Metaconfig units changes for #10434.
13382      Branch: metaconfig
13383            ! U/modified/Cppsym.U
13384      Branch: metaconfig/U/perl
13385            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
13386            + d_syscallproto.U d_usleepproto.U
13387            ! longdblfio.U quadfio.U
13388 ____________________________________________________________________________
13389 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
13390         Log: Configure tweaks; add prototype probes, make the cpp symbols
13391              probe to cast, not whine; test for %Ld and %Lf before %lld and
13392              %llf because the L is the ANSI way.
13393      Branch: perl
13394            ! Configure config_h.SH configure.com epoc/config.sh
13395            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
13396            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13397            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
13398 ____________________________________________________________________________
13399 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
13400         Log: Sigh.  This is what #10424 was supposed to check in.
13401      Branch: perl
13402            ! op.c sv.c sv.h
13403 ____________________________________________________________________________
13404 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
13405         Log: More verbose failure.
13406      Branch: perl
13407            ! t/op/ver.t
13408 ____________________________________________________________________________
13409 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
13410         Log: The .pm changes to go with #10428.
13411      Branch: perl
13412            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
13413            ! ext/Sys/Syslog/Syslog.pm
13414 ____________________________________________________________________________
13415 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
13416         Log: On second thoughts show to utf8 skippage message only
13417              on failures, it's too confusing otherwise,
13418      Branch: perl
13419            ! t/pragma/locale.t
13420 ____________________________________________________________________________
13421 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
13422         Log: Do not import anything from Encode.
13423      Branch: perl
13424            ! ext/MIME/Base64/QuotedPrint.pm
13425 ____________________________________________________________________________
13426 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
13427         Log: The #10402 didn't take.  Weird.
13428      Branch: perl
13429            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13430            ! ext/Sys/Syslog/Syslog.xs
13431 ____________________________________________________________________________
13432 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
13433         Log: Eradicate traces of 'asciirange' re subpragma.
13434      Branch: perl
13435            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
13436            ! pod/perldiag.pod
13437 ____________________________________________________________________________
13438 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
13439         Log: use is a compile-time thing.
13440      Branch: perl
13441            ! ext/MIME/Base64/QuotedPrint.pm
13442 ____________________________________________________________________________
13443 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
13444         Log: Subject: [PATCH perl@10419] -Wall casting patch
13445              From: Robin Barker <rmb1@cise.npl.co.uk>
13446              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
13447              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
13448      Branch: perl
13449            ! ext/Devel/DProf/DProf.xs mg.c
13450 ____________________________________________________________________________
13451 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
13452         Log: Subject: [PATCH #2] introducing SVpad_TYPED
13453              From: Abhijit Menon-Sen <ams@wiw.org>
13454              Date: Mon, 4 Jun 2001 12:26:02 +0530
13455              Message-ID: <20010604122602.A5775@lustre.linux.in>
13456      Branch: perl
13457            ! op.c sv.c sv.h
13458 ____________________________________________________________________________
13459 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
13460         Log: testsuite for change#10192 (from Gisle Aas)
13461      Branch: perl
13462            + t/op/override.t
13463            ! MANIFEST
13464 ____________________________________________________________________________
13465 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
13466         Log: integrate changes#10414-10416 from mainline
13467              
13468              Potential buffer overrun if the radix separator is more than
13469              one byte.  Also, under locales, prefer the locale-specific
13470              separator over the old boring ".".
13471              
13472              "10.", that is, decimal numbers can have no decimal part at all.
13473              
13474              The non-locale places need love, too.
13475      Branch: maint-5.6/perl
13476           !> perl.h sv.c
13477 ____________________________________________________________________________
13478 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
13479         Log: Missed from #10420.
13480      Branch: perl
13481            ! epoc/config.sh
13482 ____________________________________________________________________________
13483 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
13484         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
13485              often this prototype goes with HAS_SETRESUID_PROTO.
13486      Branch: perl
13487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13488            ! config_h.SH configure.com perl.h uconfig.h
13489 ____________________________________________________________________________
13490 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
13491         Log: Update Changes.
13492      Branch: perl
13493            ! Changes patchlevel.h
13494 ____________________________________________________________________________
13495 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
13496         Log: -Wall "subscript has type `char'" cleanup.
13497      Branch: perl
13498            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
13499 ____________________________________________________________________________
13500 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
13501         Log: Various "cast to pointer from integer of different size"
13502              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
13503              wide but I32 (int) only 32 bits wide).
13504              
13505              WARNING: the classnum and tagnum changes in Storable.xs
13506              may not be wise, they may be breaking binary compatibility
13507              (in 64-bit platforms), asked Raphael Manfredi about the changes.
13508      Branch: perl
13509            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
13510            ! mg.c proto.h
13511 ____________________________________________________________________________
13512 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
13513         Log: The non-locale places need love, too.
13514      Branch: perl
13515            ! perl.h
13516 ____________________________________________________________________________
13517 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
13518         Log: "10.", that is, decimal numbers can have no decimal part at all.
13519      Branch: perl
13520            ! perl.h
13521 ____________________________________________________________________________
13522 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
13523         Log: Potential buffer overrun if the radix separator is more than
13524              one byte.  Also, under locales, prefer the locale-specific
13525              separator over the old boring ".".
13526      Branch: perl
13527            ! perl.h sv.c
13528 ____________________________________________________________________________
13529 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
13530         Log: Integrate change #10412 from maintperl; locale is now
13531              per-cop, not per-op; plus retweak the locale.t to always
13532              list the skipped utf8 locales.
13533      Branch: perl
13534            ! t/pragma/locale.t
13535           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13536           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
13537 ____________________________________________________________________________
13538 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
13539         Log: rationalize locale handling to fix the bugs uncovered by change#10394
13540              
13541              the major issue was that the runtime was looking at PL_hints rather
13542              than op_private to notice whether locale was enabled
13543              
13544              the secondary issue was that many locale-sensitive numeric ops didn't
13545              have HINT_LOCALE propagated into their op_private
13546              
13547              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
13548              instead of per-op, just like HINT_BYTE and the hints for lexical
13549              warnings (this makes the hint available to every op via PL_curcop)
13550              
13551              pragma/locale.t may need to be reworked with these fixes in mind
13552              (it currently passes its tests)
13553      Branch: maint-5.6/perl
13554            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13555            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
13556 ____________________________________________________________________________
13557 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
13558         Log: More verbose debugging.
13559      Branch: perl
13560            ! t/pragma/locale.t
13561 ____________________________________________________________________________
13562 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
13563         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
13564              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13565              Date: Sat, 2 Jun 2001 22:53:33 +0100
13566              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
13567      Branch: perl
13568            ! regcomp.c t/pragma/warn/regcomp
13569 ____________________________________________________________________________
13570 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
13571         Log: Mention that lexicalizing $a or $b is a bad idea if one
13572              wants to use sort().
13573      Branch: perl
13574            ! pod/perlvar.pod
13575 ____________________________________________________________________________
13576 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
13577         Log: Tweak the test to be happy if the accuracy is 'good enough'.
13578      Branch: perl
13579            ! t/lib/posix.t
13580 ____________________________________________________________________________
13581 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
13582         Log: Upgrade to Attribute::Handlers 0.70.
13583              
13584              NOTE: this unearthed the "too late for CHECK block" bug,
13585              that's why the 1_compile.t change.
13586      Branch: perl
13587            + lib/Attribute/Handlers/demo/Demo.pm
13588            + lib/Attribute/Handlers/demo/Descriptions.pm
13589            + lib/Attribute/Handlers/demo/MyClass.pm
13590            + lib/Attribute/Handlers/demo/demo.pl
13591            + lib/Attribute/Handlers/demo/demo2.pl
13592            + lib/Attribute/Handlers/demo/demo3.pl
13593            + lib/Attribute/Handlers/demo/demo4.pl
13594            + lib/Attribute/Handlers/demo/demo_call.pl
13595            + lib/Attribute/Handlers/demo/demo_chain.pl
13596            + lib/Attribute/Handlers/demo/demo_cycle.pl
13597            + lib/Attribute/Handlers/demo/demo_hashdir.pl
13598            + lib/Attribute/Handlers/demo/demo_phases.pl
13599            + lib/Attribute/Handlers/demo/demo_range.pl
13600            + lib/Attribute/Handlers/demo/demo_rawdata.pl
13601            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
13602            ! t/lib/attrhand.t
13603 ____________________________________________________________________________
13604 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
13605         Log: One less -Wall whine.
13606      Branch: perl
13607            ! regcomp.c
13608 ____________________________________________________________________________
13609 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
13610         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
13611      Branch: perl
13612           !> t/op/eval.t
13613 ____________________________________________________________________________
13614 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
13615         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
13616              aren't "normally" visible inside eval""s contained in subs unless
13617              a cloned reference to them already exists)
13618              
13619              strangely enough, t/harness didn't show this up as a failure
13620              (harness needs fixing?)
13621      Branch: maint-5.6/perl
13622            ! t/op/eval.t
13623 ____________________________________________________________________________
13624 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
13625         Log: Update to Text::Balanced 1.85.
13626      Branch: perl
13627            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
13628 ____________________________________________________________________________
13629 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
13630         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
13631              From: Nicholas Clark <nick@ccl4.org>
13632              Date: Sun, 3 Jun 2001 17:54:36 +0100
13633              Message-ID: <20010603175436.E76396@plum.flirble.org> 
13634      Branch: perl
13635            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13636            ! ext/Sys/Syslog/Syslog.xs
13637 ____________________________________________________________________________
13638 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
13639         Log: Unused variables.
13640      Branch: perl
13641            ! util.c
13642 ____________________________________________________________________________
13643 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
13644         Log: Subject: [PATCH] APIfy op_clear 
13645              From: Simon Cozens <simon@netthink.co.uk>
13646              Date: Sun, 3 Jun 2001 13:51:46 +0100
13647              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13648              
13649              (despite the subject line, op_null is APIfied by the patch)
13650      Branch: perl
13651            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13652 ____________________________________________________________________________
13653 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
13654         Log: Subject: [PATCH] t/lib/extutils.t
13655              From: Nicholas Clark <nick@ccl4.org>
13656              Date: Sat, 2 Jun 2001 23:57:05 +0100
13657              Message-ID: <20010602235705.Q12698@plum.flirble.org>
13658      Branch: perl
13659            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13660 ____________________________________________________________________________
13661 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
13662         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
13663              From: Prymmer/Kahn <pvhp@best.com>
13664              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
13665              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
13666      Branch: perl
13667            ! win32/Makefile win32/makefile.mk
13668 ____________________________________________________________________________
13669 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
13670         Log: Subject: Re: 'decimal digits' macro? 
13671              From: Hugo <hv@crypt.compulink.co.uk>
13672              Date: Sun, 03 Jun 2001 04:26:36 +0100
13673              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
13674      Branch: perl
13675            ! handy.h t/lib/posix.t t/op/tr.t
13676 ____________________________________________________________________________
13677 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
13678         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
13679              From: Hugo <hv@crypt.compulink.co.uk>
13680              Date: Sun, 03 Jun 2001 14:56:30 +0100
13681              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
13682      Branch: perl
13683            ! util.c
13684 ____________________________________________________________________________
13685 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
13686         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
13687      Branch: perl
13688           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
13689           !> vms/perly_c.vms
13690 ____________________________________________________________________________
13691 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
13692         Log: fix leakage of lexicals at file scope into subroutines that were
13693              declared before them; this appears to be a longstanding bug that
13694              meant that lexicals at file scope were never "deintroduced", meaning
13695              their scope range was never properly closed, and their visibility
13696              extended to all subsequent eval""s or requires
13697              
13698              added a test case
13699              
13700              seems to also fix a case of bogus duplicate warnings
13701      Branch: maint-5.6/perl
13702            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
13703            ! vms/perly_c.vms
13704 ____________________________________________________________________________
13705 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
13706         Log: More VMS tweaks from Craig A. Berry.
13707      Branch: perl
13708            ! configure.com t/lib/extutils.t
13709 ____________________________________________________________________________
13710 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
13711         Log: -Wall cleanup continues.
13712      Branch: perl
13713            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
13714            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13715            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
13716            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
13717            ! run.c toke.c util.c
13718 ____________________________________________________________________________
13719 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
13720         Log: The metaconfig unit change for #10390.
13721      Branch: metaconfig/U/perl
13722            ! gccvers.U
13723 ____________________________________________________________________________
13724 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
13725         Log: Drop the -ansi from the default gcc flags.
13726              
13727              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
13728              that struct cannot be compared with a flat integer, such as STRLEN.
13729              The -ansi will also cause a lot of noise in Solaris because of:
13730              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
13731      Branch: perl
13732            ! Configure
13733 ____________________________________________________________________________
13734 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
13735         Log: Integrate perlio.
13736      Branch: perl
13737           !> pod/perlapi.pod util.c
13738 ____________________________________________________________________________
13739 [ 10388] By: nick                                  on 2001/06/02  08:01:12
13740         Log: Integrate mainline
13741      Branch: perlio
13742           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
13743           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
13744           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
13745           !> t/lib/1_compile.t t/lib/mimeqp.t
13746 ____________________________________________________________________________
13747 [ 10387] By: nick                                  on 2001/06/02  07:39:17
13748         Log: Tweak util.c's atof2 for MULTIPLICITY
13749      Branch: perlio
13750            ! util.c
13751 ____________________________________________________________________________
13752 [ 10386] By: nick                                  on 2001/06/02  07:38:33
13753         Log: Integrate mainline
13754      Branch: perlio
13755           !> (integrate 41 files)
13756 ____________________________________________________________________________
13757 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
13758         Log: Add Attribute::Handlers 0.61 from Damian Conway.
13759      Branch: perl
13760            + lib/Attribute/Handlers.pm t/lib/attrhand.t
13761            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
13762 ____________________________________________________________________________
13763 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
13764         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
13765              From: Peter Prymmer <pvhp@forte.com>
13766              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
13767              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
13768      Branch: perl
13769            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
13770 ____________________________________________________________________________
13771 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
13772         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
13773              From: Jeff Pinyan <jeffp@crusoe.net>
13774              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
13775              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
13776      Branch: perl
13777            ! lib/File/Find.pm
13778 ____________________________________________________________________________
13779 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
13780         Log: Subject: [PATCH perl@10381] configure.com tweaks
13781              From: "Craig A. Berry" <craigberry@mac.com>
13782              Date: Fri, 1 Jun 2001 13:55:43 -0500
13783              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
13784      Branch: perl
13785            ! configure.com
13786 ____________________________________________________________________________
13787 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
13788         Log: Update Changes.
13789      Branch: perl
13790            ! Changes patchlevel.h
13791 ____________________________________________________________________________
13792 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
13793         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
13794              From: Mike Guy <mjtg@cam.ac.uk>
13795              Date: Fri, 01 Jun 2001 18:17:02 +0100
13796              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
13797      Branch: perl
13798            ! lib/perl5db.pl
13799 ____________________________________________________________________________
13800 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
13801         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
13802              From: Hugo <hv@crypt.compulink.co.uk>
13803              Date: Thu, 31 May 2001 20:49:48 +0100
13804              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
13805      Branch: perl
13806            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
13807            ! util.c
13808 ____________________________________________________________________________
13809 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
13810         Log: Zero() is not available in x2p (or, rather, some of its
13811              implementations like memzero() might not be available.)
13812      Branch: perl
13813            ! x2p/hash.c
13814 ____________________________________________________________________________
13815 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
13816         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
13817              From: Michael G Schwern <schwern@pobox.com>
13818              Date: Fri, 1 Jun 2001 12:00:29 +0100
13819              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
13820              
13821              (But use Zero() instead of memset.)
13822      Branch: perl
13823            ! x2p/hash.c
13824 ____________________________________________________________________________
13825 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
13826         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
13827              From: Jeff Pinyan <jeffp@crusoe.net>
13828              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
13829              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
13830      Branch: perl
13831            ! pod/perldiag.pod regcomp.c t/op/pat.t
13832 ____________________________________________________________________________
13833 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
13834         Log: Retract #10324 and #10333; not needed.
13835      Branch: perl
13836            ! hints/irix_6.sh hints/linux.sh
13837 ____________________________________________________________________________
13838 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
13839         Log: The #10370 wasn't quite right.
13840      Branch: perl
13841            ! ext/XS/Typemap/Typemap.xs
13842 ____________________________________________________________________________
13843 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
13844         Log: The metaconfig units changes for #10372.
13845      Branch: metaconfig/U/perl
13846            + d_realpath.U d_sresgproto.U d_sresuproto.U
13847            ! gccvers.U i_db.U
13848 ____________________________________________________________________________
13849 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
13850         Log: Configure tweaks; record the Berkeley DB version,
13851              probe for realpath(), for setresuid() and setresgid()
13852              prototypes; use realpath() (try to be paranoid enough),
13853              use the setres[ug]id prototypes because glibc has the functions
13854              but not their prototypes; add -Wall -ansi to gcc ccflags;
13855              regen toc.
13856      Branch: perl
13857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13858            ! config_h.SH configure.com epoc/config.sh
13859            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
13860            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
13861            ! vos/config.ga.def win32/config.bc win32/config.gc
13862            ! win32/config.vc
13863 ____________________________________________________________________________
13864 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
13865         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
13866              From: Michael G Schwern <schwern@pobox.com>
13867              Date: Fri, 1 Jun 2001 11:28:14 +0100
13868              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
13869      Branch: perl
13870            ! lib/attributes.pm xsutils.c
13871 ____________________________________________________________________________
13872 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
13873         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
13874              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13875              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
13876              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
13877      Branch: perl
13878            ! ext/XS/Typemap/Typemap.xs
13879 ____________________________________________________________________________
13880 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
13881         Log: Subject: [patch] Cwd.xs optimizations/abstraction
13882              From: Doug MacEachern <dougm@covalent.net>
13883              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
13884              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
13885      Branch: perl
13886            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
13887            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
13888 ____________________________________________________________________________
13889 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
13890         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!])
13891              From: Nicholas Clark <nick@ccl4.org>
13892              Date: Thu, 31 May 2001 23:56:40 +0100
13893              Message-ID: <20010531235640.F12698@plum.flirble.org>
13894              
13895              Make the test work also under only static extensions
13896              (sh Configure -Uusedl fakes this nicely)
13897      Branch: perl
13898            ! t/lib/extutils.t
13899 ____________________________________________________________________________
13900 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
13901         Log: Subject: [PATCH hv.c] Eliminating trigraph
13902              From: Michael G Schwern <schwern@pobox.com>
13903              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
13904              Date: Fri, 1 Jun 2001 11:49:56 +0100
13905      Branch: perl
13906            ! hv.c
13907 ____________________________________________________________________________
13908 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
13909         Log: Subject: Re: [PATCH] Tests for File::Compare 
13910              From: "Philip Newton" <Philip.Newton@gmx.net>
13911              Date: Thu, 31 May 2001 19:44:05 +0200
13912              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
13913              
13914              Unnecessary "quotation marks".
13915      Branch: perl
13916            ! t/lib/filecomp.t
13917 ____________________________________________________________________________
13918 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
13919         Log: Integrate perlio.
13920      Branch: perl
13921           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
13922 ____________________________________________________________________________
13923 [ 10364] By: nick                                  on 2001/06/01  10:13:31
13924         Log: Cleanup dll.base and dll.exp created by GCC builds.
13925      Branch: perlio
13926            ! lib/ExtUtils/MM_Win32.pm
13927 ____________________________________________________________________________
13928 [ 10363] By: nick                                  on 2001/06/01  10:02:17
13929         Log: Make filecomp test work on CRLF platforms by adding binmode.
13930      Branch: perlio
13931            ! t/lib/filecomp.t
13932 ____________________________________________________________________________
13933 [ 10362] By: nick                                  on 2001/06/01  08:37:17
13934         Log: Integrate mainline
13935      Branch: perlio
13936           !> Changes Configure patchlevel.h perlio.c
13937 ____________________________________________________________________________
13938 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
13939         Log: panic:claustrophobia.
13940      Branch: perl
13941            ! perlio.c
13942 ____________________________________________________________________________
13943 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
13944         Log: Update Changes.
13945      Branch: perl
13946            ! Changes patchlevel.h
13947 ____________________________________________________________________________
13948 [ 10359] By: nick                                  on 2001/05/31  12:35:50
13949         Log: Integrate mainline.
13950      Branch: perlio
13951           +> t/lib/filecomp.t
13952           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
13953           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
13954 ____________________________________________________________________________
13955 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
13956         Log: Integrate perlio.
13957      Branch: perl
13958           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
13959           !> win32/config_H.vc
13960 ____________________________________________________________________________
13961 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
13962         Log: Metaconfig unit change for #10356.
13963      Branch: metaconfig
13964            ! U/installdirs/inc_version_list.U
13965 ____________________________________________________________________________
13966 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
13967         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
13968              (idea from Sarathy; implementation from Andy)
13969      Branch: perl
13970            ! Configure
13971 ____________________________________________________________________________
13972 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
13973         Log: More AUTHORS.
13974      Branch: perl
13975            ! AUTHORS
13976 ____________________________________________________________________________
13977 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
13978         Log: Subject: Re: [PATCH] Tests for File::Compare
13979              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
13980              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
13981              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
13982      Branch: perl
13983            + t/lib/filecomp.t
13984            ! MANIFEST t/lib/1_compile.t
13985 ____________________________________________________________________________
13986 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
13987         Log: Subject: [PATCH] DEBUG_* macro cleanups
13988              From: Abhijit Menon-Sen <ams@wiw.org>
13989              Date: Thu, 31 May 2001 12:16:22 +0530
13990              Message-ID: <20010531121622.B4829@lustre.linux.in>
13991              
13992              Subject: Re: [PATCH] DEBUG_* macro cleanups
13993              From: Abhijit Menon-Sen <ams@wiw.org>
13994              Date: Thu, 31 May 2001 13:57:01 +0530
13995              Message-ID: <20010531135701.A21775@lustre.linux.in>
13996              
13997              (The DEBUG_ definitions in perl.h changed to use the
13998              STMT_START and STMT_END.)
13999      Branch: perl
14000            ! perl.h pp_ctl.c sv.c toke.c
14001 ____________________________________________________________________________
14002 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
14003         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
14004              From: Abhijit Menon-Sen <ams@wiw.org>
14005              Date: Thu, 31 May 2001 08:27:55 +0530
14006              Message-ID: <20010531082755.A10018@lustre.linux.in>
14007      Branch: perl
14008            ! ext/Storable/Storable.xs gv.c perl.c
14009 ____________________________________________________________________________
14010 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
14011         Log: Subject: [PATCH] AUTHORS
14012              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14013              Date: Thu, 31 May 2001 01:27:59 -0500
14014              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
14015              
14016              Subject: Re: [PATCH] AUTHORS
14017              From: "Philip Newton" <Philip.Newton@gmx.net>
14018              Date: Thu, 31 May 2001 10:08:06 +0200
14019              (Message-Id missing?)
14020      Branch: perl
14021            ! AUTHORS
14022 ____________________________________________________________________________
14023 [ 10350] By: nick                                  on 2001/05/31  11:40:43
14024         Log: win32 - dmake regen_config_h
14025      Branch: perlio
14026            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14027 ____________________________________________________________________________
14028 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
14029         Log: Subject: Re: [PATCH util.c] More warning cleanups.
14030              From: "Philip Newton" <Philip.Newton@gmx.net>
14031              Date: Thu, 31 May 2001 07:41:36 +0200
14032              Message-Id: <200105310538.IAA25458@taku.hut.fi>
14033              
14034              Undo C++-ism that snekt in.
14035      Branch: perl
14036            ! util.c
14037 ____________________________________________________________________________
14038 [ 10348] By: nick                                  on 2001/05/31  11:36:46
14039         Log: Tolerate Win32 numerics
14040      Branch: perlio
14041            ! t/pragma/warn/toke
14042 ____________________________________________________________________________
14043 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
14044         Log: Integrate perlio.
14045      Branch: perl
14046           !> perlio.c win32/win32.h
14047 ____________________________________________________________________________
14048 [ 10346] By: nick                                  on 2001/05/31  10:54:55
14049         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
14050              perlio.c change 10255.
14051      Branch: perlio
14052            ! perlio.c
14053 ____________________________________________________________________________
14054 [ 10345] By: nick                                  on 2001/05/31  10:01:57
14055         Log: Conditionaly put back some "unused" dTHX which are used
14056              with PERL_IMPLICIT_SYS
14057      Branch: perlio
14058            ! perlio.c
14059 ____________________________________________________________________________
14060 [ 10344] By: nick                                  on 2001/05/31  10:00:59
14061         Log: Fix Win32 for new spelling IN_BYTES 
14062      Branch: perlio
14063            ! win32/win32.h
14064 ____________________________________________________________________________
14065 [ 10343] By: nick                                  on 2001/05/31  08:01:32
14066         Log: perlio.c -Wall cleaner under MULTIPLICITY
14067              - still minor noise with linux stdio
14068      Branch: perlio
14069            ! perlio.c
14070 ____________________________________________________________________________
14071 [ 10342] By: nick                                  on 2001/05/31  07:52:23
14072         Log: Integrate mainline.
14073      Branch: perlio
14074           !> (integrate 42 files)
14075 ____________________________________________________________________________
14076 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
14077         Log: AUTHORS updates.
14078      Branch: perl
14079            ! AUTHORS
14080 ____________________________________________________________________________
14081 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
14082         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
14083              From: Peter Prymmer <pvhp@forte.com>
14084              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
14085              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
14086      Branch: perl
14087            ! t/lib/md5-file.t
14088 ____________________________________________________________________________
14089 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
14090         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
14091              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
14092              to match the pragma name; various robustness cleanups.
14093      Branch: perl
14094            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
14095            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
14096 ____________________________________________________________________________
14097 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
14098         Log: More -Wall sweeping.
14099      Branch: perl
14100            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
14101            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
14102            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
14103            ! regcomp.c sv.c toke.c utf8.c
14104 ____________________________________________________________________________
14105 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
14106         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
14107              From: Nicholas Clark <nick@ccl4.org>
14108              Date: Wed, 30 May 2001 22:34:41 +0100
14109              Message-ID: <20010530223441.Y86445@plum.flirble.org>
14110      Branch: perl
14111            ! t/op/cmp.t
14112 ____________________________________________________________________________
14113 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
14114         Log: It's is not, it isn't ain't, and it's it's, not its,
14115              if you mean it is. If you don't, it's its. Then too,
14116              it's hers. It isn't her's. It isn't our's either.
14117              It's ours, and likewise yours and theirs.
14118              -- Oxford University Press, Edpress News
14119      Branch: perl
14120            ! lib/autouse.pm
14121 ____________________________________________________________________________
14122 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
14123         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
14124      Branch: perl
14125            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
14126            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
14127            ! x2p/str.c x2p/walk.c xsutils.c
14128 ____________________________________________________________________________
14129 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
14130         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14131              From: Michael G Schwern <schwern@pobox.com>
14132              Date: Wed, 30 May 2001 17:10:38 +0100
14133              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
14134              
14135              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14136              From: Abhijit Menon-Sen <ams@wiw.org>
14137              Date: Wed, 30 May 2001 23:16:13 +0530
14138              Message-ID: <20010530231613.A31933@lustre.linux.in>
14139      Branch: perl
14140            ! perl.c t/run/runenv.t
14141 ____________________________________________________________________________
14142 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
14143         Log: (Retracted by #10375.)
14144              
14145              IRIX hints patch from Merijn Broeren.
14146              
14147              TODO: (this and the earlier Linux hints patch) should be solved
14148              at Configure level.  Merijn: -ldb should not be used on any platform
14149              for perl, just when linking DBFile itself. Trying to be helpful here
14150              is counterproductive.
14151      Branch: perl
14152            ! hints/irix_6.sh
14153 ____________________________________________________________________________
14154 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
14155         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
14156              From: Nicholas Clark <nick@ccl4.org>
14157              Date: Wed, 30 May 2001 23:20:58 +0100
14158              Message-ID: <20010530232058.B86445@plum.flirble.org>
14159      Branch: perl
14160            ! doop.c
14161 ____________________________________________________________________________
14162 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
14163         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14164              From: Michael G Schwern <schwern@pobox.com> 
14165              Date: Wed, 30 May 2001 15:24:20 +0100
14166              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
14167      Branch: perl
14168            ! t/pragma/autouse.t
14169 ____________________________________________________________________________
14170 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
14171         Log: The regex trick wasn't a good idea.
14172      Branch: perl
14173            ! pod/perlfaq4.pod
14174 ____________________________________________________________________________
14175 [ 10329] By: nick                                  on 2001/05/30  18:34:35
14176         Log: Integrate mainline
14177      Branch: perlio
14178           !> (integrate 40 files)
14179 ____________________________________________________________________________
14180 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
14181         Log: Update Changes.
14182      Branch: perl
14183            ! Changes patchlevel.h
14184 ____________________________________________________________________________
14185 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
14186         Log: The metaconfig unit change for #10325.
14187      Branch: metaconfig
14188            + U/modified/afs.U
14189 ____________________________________________________________________________
14190 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
14191         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
14192              is now wrong.
14193      Branch: perl
14194            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14195 ____________________________________________________________________________
14196 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
14197         Log: Introduce $Config{afsroot}.
14198      Branch: perl
14199            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14200            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
14201            ! win32/config.gc win32/config.vc
14202 ____________________________________________________________________________
14203 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
14204         Log: (Retracted by #10375.)
14205              
14206              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
14207      Branch: perl
14208            ! hints/linux.sh
14209 ____________________________________________________________________________
14210 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
14211         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
14212              (Also Configure tweaks needed; coming up soon.)
14213      Branch: perl
14214            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
14215 ____________________________________________________________________________
14216 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
14217         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
14218              From: Michael G Schwern <schwern@pobox.com>
14219              Date: Sun, 27 May 2001 10:29:43 +0100
14220              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
14221      Branch: perl
14222            ! lib/perl5db.pl
14223 ____________________________________________________________________________
14224 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
14225         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
14226              and Abhijit Menon-Sen.
14227      Branch: perl
14228            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
14229            ! perl.c pp_sys.c regcomp.c
14230 ____________________________________________________________________________
14231 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
14232         Log: Fix the BOOT section to call myU2time properly.
14233      Branch: perl
14234            ! ext/Time/HiRes/HiRes.xs
14235 ____________________________________________________________________________
14236 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
14237         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14238              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14239              Date: Wed, 30 May 2001 09:44:29 -0400
14240              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
14241              
14242              Detypo; plus add one more trick.
14243      Branch: perl
14244            ! pod/perlfaq4.pod
14245 ____________________________________________________________________________
14246 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
14247         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)
14248              From: Michael G Schwern <schwern@pobox.com>
14249              Date: Wed, 30 May 2001 14:39:06 +0100
14250              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
14251      Branch: perl
14252            ! lib/autouse.pm t/pragma/autouse.t
14253 ____________________________________________________________________________
14254 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
14255         Log: Subject: Re: AIX and gcc (moving targets)
14256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14257              Date: Wed, 30 May 2001 15:25:08 +0200
14258              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
14259      Branch: perl
14260            ! ext/Time/HiRes/HiRes.xs
14261 ____________________________________________________________________________
14262 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
14263         Log: Subject: [PATCH t/TEST] sorting tests
14264              From: Michael G Schwern <schwern@pobox.com>
14265              Date: Wed, 30 May 2001 10:24:02 +0100
14266              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
14267      Branch: perl
14268            ! t/TEST
14269 ____________________________________________________________________________
14270 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
14271         Log: Subject: [ID 20010529.002] typos in man page perlre
14272              From: bart@cg681574-a.adubn1.nj.home.com 
14273              Date: Tue, 29 May 2001 13:58:59 -0500
14274              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
14275      Branch: perl
14276            ! pod/perlre.pod
14277 ____________________________________________________________________________
14278 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
14279         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14280              From: "Craig A. Berry" <craigberry@mac.com>
14281              Date: Tue, 29 May 2001 23:23:45 -0500
14282              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
14283      Branch: perl
14284            ! t/lib/extutils.t t/pragma/autouse.t
14285 ____________________________________________________________________________
14286 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
14287         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)
14288              From: David Dyck <dcd@tc.fluke.com>
14289              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
14290              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
14291      Branch: perl
14292            ! t/lib/filefind.t
14293 ____________________________________________________________________________
14294 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
14295         Log: AIX hints update for gcc from Merijn H. Brand.
14296      Branch: perl
14297            ! hints/aix.sh
14298 ____________________________________________________________________________
14299 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
14300         Log: Retract #10295 and #10296: a more generic solution
14301              is needed (there's something funny with gcc on AIX).
14302      Branch: perl
14303            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
14304 ____________________________________________________________________________
14305 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
14306         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14307              From: Hugo <hv@crypt.compulink.co.uk>
14308              Date: Wed, 30 May 2001 11:59:19 +0100
14309              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
14310              
14311              localizing $@ has unfortunate semantics - if you die past
14312              a local $@, the die message is lost.
14313      Branch: perl
14314            ! lib/utf8_heavy.pl
14315 ____________________________________________________________________________
14316 [ 10309] By: nick                                  on 2001/05/30  08:23:02
14317         Log: Integrate mainline (autouse works again.)
14318      Branch: perlio
14319           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
14320           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
14321           !> pod/perlvar.pod t/op/cmp.t
14322 ____________________________________________________________________________
14323 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
14324         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
14325              From: David Dyck <dcd@tc.fluke.com>
14326              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
14327              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
14328      Branch: perl
14329            ! lib/File/Find.pm
14330 ____________________________________________________________________________
14331 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
14332         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
14333              From: Nicholas Clark <nick@ccl4.org>
14334              Date: Tue, 29 May 2001 23:16:09 +0100
14335              Message-ID: <20010529231609.U86445@plum.flirble.org>
14336              
14337              Make the test output slightly clearer by distinguishing
14338              between '' and undef.
14339      Branch: perl
14340            ! t/op/cmp.t
14341 ____________________________________________________________________________
14342 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
14343         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
14344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14345              Date: Tue, 29 May 2001 19:15:19 -0400
14346              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
14347      Branch: perl
14348            ! hints/os2.sh
14349 ____________________________________________________________________________
14350 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
14351         Log: Subject: perlvar.pod addition
14352              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
14353              Date: Fri, 25 May 2001 20:23:12 +0200
14354              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
14355              
14356              Subject: Re: perlvar.pod addition
14357              From: "Abigail" <abigail@foad.org> 
14358              Date: Fri, 25 May 2001 22:00:39 +0200
14359              Message-ID: <20010525200039.28029.qmail@foad.org>
14360              
14361              Mention $a and $b in perlvar.
14362      Branch: perl
14363            ! pod/perlvar.pod
14364 ____________________________________________________________________________
14365 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
14366         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
14367              From: Jeff Pinyan <jeffp@crusoe.net>
14368              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
14369              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
14370      Branch: perl
14371            ! pod/perlvar.pod
14372 ____________________________________________________________________________
14373 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
14374         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
14375              From: Jeff Pinyan <jeffp@crusoe.net>
14376              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
14377              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
14378      Branch: perl
14379            ! pod/perlfaq6.pod
14380 ____________________________________________________________________________
14381 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
14382         Log: Mention Time::localtime and Time::gmtime.
14383      Branch: perl
14384            ! ext/Time/Piece/Piece.pm
14385 ____________________________________________________________________________
14386 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
14387         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14388              From: Michael G Schwern <schwern@pobox.com>
14389              Date: Tue, 29 May 2001 18:51:32 +0100
14390              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
14391      Branch: perl
14392            ! pod/perlfaq4.pod
14393 ____________________________________________________________________________
14394 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
14395         Log: Retract #10243.
14396      Branch: perl
14397            ! lib/autouse.pm
14398 ____________________________________________________________________________
14399 [ 10299] By: nick                                  on 2001/05/29  18:41:19
14400         Log: Post weekend integrate mainline (fails one test pragma/autouse).
14401      Branch: perlio
14402           +> (branch 29 files)
14403           !> (integrate 91 files)
14404 ____________________________________________________________________________
14405 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
14406         Log: Update Changes.
14407      Branch: perl
14408            ! Changes patchlevel.h
14409 ____________________________________________________________________________
14410 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
14411         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
14412              before Perl_load_module/Perl_call_method and restore the value
14413              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
14414      Branch: perl
14415            ! utf8.c
14416 ____________________________________________________________________________
14417 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
14418         Log: Subject: Re: AIX and gcc (moving targets)
14419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14420              Date: Tue, 29 May 2001 17:59:40 +0200
14421              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
14422      Branch: perl
14423            ! ext/Storable/Makefile.PL
14424 ____________________________________________________________________________
14425 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
14426         Log: Subject: Re: AIX and gcc (moving targets)
14427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14428              Date: Tue, 29 May 2001 12:32:57 +0200
14429              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
14430      Branch: perl
14431            ! ext/POSIX/Makefile.PL
14432 ____________________________________________________________________________
14433 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
14434         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
14435              From: Michael G Schwern <schwern@pobox.com>
14436              Date: Tue, 29 May 2001 09:53:29 +0100
14437              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
14438              
14439              (#10280 retracted)
14440      Branch: perl
14441            ! lib/Test/Harness.pm t/lib/test-harness.t
14442 ____________________________________________________________________________
14443 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
14444         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
14445              From: Michael G Schwern <schwern@pobox.com>
14446              Date: Tue, 29 May 2001 09:19:52 +0100
14447              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
14448      Branch: perl
14449            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
14450            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
14451            + t/lib/Test/todo.t
14452            ! MANIFEST lib/Test.pm t/TEST
14453 ____________________________________________________________________________
14454 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
14455         Log: From: Michael G Schwern <schwern@pobox.com>
14456              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
14457              Date: Tue, 29 May 2001 08:26:09 +0100
14458              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
14459      Branch: perl
14460            ! t/TEST
14461 ____________________________________________________________________________
14462 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
14463         Log: Add tests for Time::gmtime and Time::localtime.
14464      Branch: perl
14465            + t/lib/time-gmtime.t t/lib/time-localtime.t
14466            ! MANIFEST t/lib/1_compile.t
14467 ____________________________________________________________________________
14468 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
14469         Log: Add test for File::stat.
14470      Branch: perl
14471            + t/lib/filestat.t
14472            ! MANIFEST t/lib/1_compile.t
14473 ____________________________________________________________________________
14474 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
14475         Log: Add test for Net::servent.
14476      Branch: perl
14477            + t/lib/net-sent.t
14478            ! MANIFEST t/lib/1_compile.t
14479 ____________________________________________________________________________
14480 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
14481         Log: Add test for Net::protoent.
14482      Branch: perl
14483            + t/lib/net-pent.t
14484            ! MANIFEST t/lib/1_compile.t
14485 ____________________________________________________________________________
14486 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
14487         Log: Add test for Net::netent.
14488      Branch: perl
14489            + t/lib/net-nent.t
14490            ! MANIFEST t/lib/1_compile.t
14491 ____________________________________________________________________________
14492 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
14493         Log: Add test for User::grent.  Portability doubtful.
14494      Branch: perl
14495            + t/lib/user-grent.t
14496            ! MANIFEST t/lib/1_compile.t
14497 ____________________________________________________________________________
14498 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
14499         Log: Add test for User::pwent.
14500              Probably will fall down somewhere for portability reasons.
14501      Branch: perl
14502            + t/lib/user-pwent.t
14503            ! MANIFEST t/lib/1_compile.t
14504 ____________________________________________________________________________
14505 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
14506         Log: Metaconfig units changes for #10283.
14507      Branch: metaconfig
14508            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
14509            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
14510            ! U/installdirs/sitescript.U U/modified/Signal.U
14511 ____________________________________________________________________________
14512 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
14513         Log: Subject: [PATCH 5.6.1] signal names in Configure
14514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14515              Date: Tue, 29 May 2001 03:52:25 -0400
14516              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
14517              
14518              Subject: [PATCH 5.6.1] older perl in Configure
14519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14520              Date: Tue, 29 May 2001 03:55:40 -0400
14521              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
14522              
14523              Subject: [PATCH 5.6.1] goofs in Configure
14524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14525              Date: Tue, 29 May 2001 04:13:07 -0400
14526              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
14527              
14528              Configure portability tweaks.
14529      Branch: perl
14530            ! Configure
14531 ____________________________________________________________________________
14532 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
14533         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
14534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14535              Date: Tue, 29 May 2001 04:07:06 -0400
14536              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
14537      Branch: perl
14538            ! os2/os2.c
14539 ____________________________________________________________________________
14540 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
14541         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
14542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14543              Date: Tue, 29 May 2001 04:01:38 -0400
14544              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
14545      Branch: perl
14546            ! hints/os2.sh os2/Makefile.SHs
14547 ____________________________________________________________________________
14548 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
14549         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
14550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14551              Date: Tue, 29 May 2001 03:50:18 -0400
14552              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
14553      Branch: perl
14554            ! lib/Test/Harness.pm
14555 ____________________________________________________________________________
14556 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
14557         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
14558      Branch: perl
14559            ! lib/utf8_heavy.pl
14560 ____________________________________________________________________________
14561 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
14562         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14563              From: Hugo <hv@crypt.compulink.co.uk>
14564              Date: Tue, 29 May 2001 03:03:45 +0100
14565              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
14566              
14567              Explanation why the $@ always gets the UTF8 flag when under use utf8--
14568              because we told it to have the flag when under use utf8.
14569      Branch: perl
14570            ! pp_ctl.c
14571 ____________________________________________________________________________
14572 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
14573         Log: At least a partial fix for 20010528.004.
14574      Branch: perl
14575            ! lib/utf8_heavy.pl
14576 ____________________________________________________________________________
14577 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
14578         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
14579              From: Nicholas Clark <nick@ccl4.org> 
14580              Date: Mon, 28 May 2001 23:39:38 +0100
14581              Message-ID: <20010528233938.M86445@plum.flirble.org>
14582              
14583              More portable non-zero UV.
14584      Branch: perl
14585            ! t/lib/extutils.t
14586 ____________________________________________________________________________
14587 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
14588         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
14589              From: Nicholas Clark <nick@ccl4.org>
14590              Date: Mon, 28 May 2001 22:46:09 +0100
14591              Message-ID: <20010528224608.L86445@plum.flirble.org>
14592              
14593              Test also "make clean".
14594      Branch: perl
14595            ! t/lib/extutils.t
14596 ____________________________________________________________________________
14597 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
14598         Log: Subject: Re: Would -Wno-unused -Wall be better?
14599              From: Michael G Schwern <schwern@pobox.com>
14600              Date: Tue, 29 May 2001 00:55:54 +0100
14601              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
14602      Branch: perl
14603            ! pp.h
14604 ____________________________________________________________________________
14605 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
14606         Log: Add a test for 20010528.007, fixed in #10272.
14607      Branch: perl
14608            ! t/op/misc.t toke.c
14609 ____________________________________________________________________________
14610 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
14611         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
14612              From: Hugo <hv@crypt.compulink.co.uk>
14613              Date: Tue, 29 May 2001 00:23:23 +0100
14614              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
14615      Branch: perl
14616            ! toke.c
14617 ____________________________________________________________________________
14618 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
14619         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
14620              From: Michael G Schwern <schwern@pobox.com>
14621              Date: Tue, 29 May 2001 00:42:59 +0100
14622              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
14623      Branch: perl
14624            ! t/pragma/autouse.t
14625 ____________________________________________________________________________
14626 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
14627         Log: Some shells seemingly arrange the signal handlers differently
14628              (bug id 20010521.004).
14629      Branch: perl
14630            ! t/lib/sigaction.t
14631 ____________________________________________________________________________
14632 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
14633         Log: Regen perlmodlib.
14634      Branch: perl
14635            ! pod/perlmodlib.pod
14636 ____________________________________________________________________________
14637 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
14638         Log: Update Changes.
14639      Branch: perl
14640            ! Changes patchlevel.h
14641 ____________________________________________________________________________
14642 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
14643         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
14644              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14645              Date: Mon, 28 May 2001 14:56:35 -0500
14646              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
14647      Branch: perl
14648            ! pod/perlnewmod.pod
14649 ____________________________________________________________________________
14650 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
14651         Log: Regen toc.
14652      Branch: perl
14653            ! pod/perltoc.pod
14654 ____________________________________________________________________________
14655 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
14656         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
14657              From: "Richard Soderberg" <rs@crystalflame.net>
14658              Date: Mon, 28 May 2001 12:31:23 -0700
14659              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
14660      Branch: perl
14661            ! t/op/splice.t
14662 ____________________________________________________________________________
14663 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
14664         Log: The #10260 was too bold: locales and utf8 still do not mix.
14665      Branch: perl
14666            ! t/pragma/locale.t
14667 ____________________________________________________________________________
14668 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
14669         Log: Subject: [PATCH] Pod nitpicks
14670              From: "Richard Soderberg" <rs@crystalflame.net>
14671              Date: Mon, 28 May 2001 10:08:58 -0700
14672              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
14673      Branch: perl
14674            ! pod/perl571delta.pod pod/perlapi.pod sv.h
14675 ____________________________________________________________________________
14676 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
14677         Log: Upgrade to I18N::LangTags 0.22.
14678      Branch: perl
14679            + lib/I18N/LangTags/List.pod
14680            ! MANIFEST lib/I18N/LangTags.pm
14681 ____________________________________________________________________________
14682 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
14683         Log: A slightly more serious bug found by -Mutf8; op/misc and
14684              lib/complex dumped core.
14685      Branch: perl
14686            ! regexec.c
14687 ____________________________________________________________________________
14688 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
14689         Log: Various buglets shaken out by -Mutf8.
14690      Branch: perl
14691            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
14692            ! t/pragma/locale.t
14693 ____________________________________________________________________________
14694 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
14695         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
14696      Branch: perl
14697            ! t/lib/carp.t
14698 ____________________________________________________________________________
14699 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
14700         Log: Subject: [PATCH] todo patch
14701              From: Artur Bergman <artur@contiller.se> 
14702              Date: Mon, 28 May 2001 17:03:51 +0200
14703              Message-ID: <B7383577.F34%artur@contiller.se>
14704      Branch: perl
14705            ! pod/perltodo.pod
14706 ____________________________________________________________________________
14707 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
14708         Log: Subject: typo in perlguts.pod
14709              From: "John P. Linderman" <jpl@research.att.com>
14710              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
14711              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
14712      Branch: perl
14713            ! pod/perlguts.pod
14714 ____________________________________________________________________________
14715 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
14716         Log: Subject: AIX and gcc (moving targets)
14717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14718              Date: Mon, 28 May 2001 12:54:04 +0200
14719              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
14720      Branch: perl
14721            ! hints/aix.sh
14722 ____________________________________________________________________________
14723 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
14724         Log: Subject: Re: perlio + multiple perl_alloc..destruct
14725              From: Doug MacEachern <dougm@covalent.net>
14726              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
14727              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
14728      Branch: perl
14729            ! perlio.c
14730 ____________________________________________________________________________
14731 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
14732         Log: The #10251 wasn't quite up-to-the-code.
14733      Branch: perl
14734            ! t/op/misc.t
14735 ____________________________________________________________________________
14736 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
14737         Log: Test case for bug 20010526.004, fixed in #10252.
14738      Branch: perl
14739            ! t/op/taint.t
14740 ____________________________________________________________________________
14741 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
14742         Log: Subject: Re: [ID 20010526.004] Taint looses value
14743              From: Hugo <hv@crypt.compulink.co.uk>
14744              Date: Sun, 27 May 2001 20:39:32 +0100
14745              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
14746      Branch: perl
14747            ! sv.c
14748 ____________________________________________________________________________
14749 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
14750         Log: Test case for 20010422.005, fixed by #10250.
14751      Branch: perl
14752            ! t/op/misc.t
14753 ____________________________________________________________________________
14754 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
14755         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
14756              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14757              Date: Mon, 28 May 2001 06:39:12 -0400
14758              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
14759      Branch: perl
14760            ! toke.c
14761 ____________________________________________________________________________
14762 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
14763         Log: Linerewrapping.
14764      Branch: perl
14765            ! lib/open.pm
14766 ____________________________________________________________________________
14767 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
14768         Log: Updates on the modules list.
14769      Branch: perl
14770            ! t/lib/1_compile.t
14771 ____________________________________________________________________________
14772 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
14773         Log: Add a test for PerlIO.
14774              
14775              (I probably got the crlf/raw thing wrong for clrfy platforms...)
14776      Branch: perl
14777            + t/lib/perlio.t
14778            ! MANIFEST lib/PerlIO.pm
14779 ____________________________________________________________________________
14780 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
14781         Log: Add a test for carp et alia.
14782      Branch: perl
14783            + t/lib/carp.t
14784            ! MANIFEST
14785 ____________________________________________________________________________
14786 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
14787         Log: Adding the new test would be swell.
14788      Branch: perl
14789            + t/pragma/autouse.t
14790 ____________________________________________________________________________
14791 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
14792         Log: Add a test for the autouse pragma.
14793      Branch: perl
14794            ! MANIFEST
14795 ____________________________________________________________________________
14796 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
14797         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
14798              From: dLux <dlux@spam.sch.bme.hu>
14799              Date: Sun, 27 May 2001 16:14:26 +0200
14800              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
14801      Branch: perl
14802            ! lib/autouse.pm
14803 ____________________________________________________________________________
14804 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
14805         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
14806              From: "Richard Soderberg" <rs@crystalflame.net>
14807              Date: Mon, 28 May 2001 03:56:36 -0700
14808              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
14809      Branch: perl
14810            ! utils/dprofpp.PL
14811 ____________________________________________________________________________
14812 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
14813         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
14814              From: "Stephen P. Potter" <spp@spotter.yi.org>
14815              Date: Tue, 22 May 2001 11:40:25 -0400
14816              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
14817              
14818              Subject: Re: [ID 20010522.003] Time::Local module bug
14819              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
14820              Date: Tue, 22 May 2001 11:50:19 -0400
14821              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
14822      Branch: perl
14823            ! lib/Time/Local.pm
14824 ____________________________________________________________________________
14825 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
14826         Log: The PERL_DL_NONLAZY can have whitespace in front.
14827      Branch: perl
14828            ! t/lib/extutils.t
14829 ____________________________________________________________________________
14830 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
14831         Log: Document strftime() and strptime().
14832      Branch: perl
14833            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
14834 ____________________________________________________________________________
14835 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
14836         Log: Make Time::Piece::strptime() to be a function, not a method.
14837      Branch: perl
14838            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14839 ____________________________________________________________________________
14840 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
14841         Log: Tweak the test to be more portable.
14842      Branch: perl
14843            ! t/lib/extutils.t
14844 ____________________________________________________________________________
14845 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
14846         Log: Subject: PATCH: Re: Re: Attributes that tie
14847              From: Leon Brocard <acme@astray.com>
14848              Date: Sun, 27 May 2001 12:37:29 +0100
14849              Message-ID: <20010527123729.A22663@ns0.astray.com>
14850              
14851              Document that variable attributes are not currently usable
14852              for tieing.  (An ugly limitation that should be fixed.)
14853      Branch: perl
14854            ! lib/attributes.pm
14855 ____________________________________________________________________________
14856 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
14857         Log: Microperl tweaks.
14858      Branch: perl
14859            ! Makefile.micro uconfig.h uconfig.sh
14860 ____________________________________________________________________________
14861 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
14862         Log: Add make target for microperl (kind of silly, but convenient).
14863      Branch: perl
14864            ! Makefile.SH
14865 ____________________________________________________________________________
14866 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
14867         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
14868              for microperl.)
14869      Branch: perl
14870            ! doio.c
14871 ____________________________________________________________________________
14872 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
14873         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
14874              From: rspier@pobox.com (Robert Spier)
14875              Date: Sat, 26 May 2001 20:05:23 -0400
14876              Message-ID: <15120.17603.148648.12430@rls.cx>
14877              
14878              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
14879              From: rspier@pobox.com (Robert Spier)
14880              Date: Sun, 27 May 2001 00:23:12 -0400
14881              Message-ID: <15120.33072.511966.767230@rls.cx>
14882      Branch: perl
14883            ! doio.c pod/perlfunc.pod
14884 ____________________________________________________________________________
14885 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
14886         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
14887      Branch: perl
14888            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14889 ____________________________________________________________________________
14890 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
14891         Log: Add README.tru64.
14892      Branch: perl
14893            + README.tru64
14894 ____________________________________________________________________________
14895 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
14896         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
14897      Branch: perl
14898            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14899            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
14900            ! MANIFEST
14901 ____________________________________________________________________________
14902 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
14903         Log: Integrate I18N::LangTags from Sean Burke.
14904              
14905              TODO: the language list from RFC 3066 needs to be integrated
14906              and made available somehow.  The list is included in the
14907              I18N-LangTags 0.21 distribution, but it is undocumented
14908              and unconnected to the module.
14909      Branch: perl
14910            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
14911            ! MANIFEST
14912 ____________________________________________________________________________
14913 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
14914         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
14915              envisioned by Sarathy.
14916      Branch: perl
14917            ! t/op/ver.t toke.c
14918 ____________________________________________________________________________
14919 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
14920         Log: Subject: [ID 20010525.001] Pod typo nits fixed
14921              From: lvirden@cas.org
14922              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
14923              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
14924              
14925              minus the perlsolaris decimation plus the
14926              
14927              Subject: Re: [ID 20010525.001] Pod typo nits fixed
14928              From: "Philip Newton" <Philip.Newton@gmx.net>
14929              Date: Fri, 25 May 2001 18:05:55 +0200
14930              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
14931      Branch: perl
14932            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
14933            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
14934            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
14935            ! pod/perlutil.pod pod/perlxstut.pod
14936 ____________________________________________________________________________
14937 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
14938         Log: return clauses are nice.
14939      Branch: perl
14940            ! sv.c
14941 ____________________________________________________________________________
14942 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
14943         Log: Subject: change 10199 backwards?
14944              From: Doug MacEachern <dougm@covalent.net>
14945              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
14946              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
14947      Branch: perl
14948            ! sv.c
14949 ____________________________________________________________________________
14950 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
14951         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
14952              From: Hugo <hv@crypt.compulink.co.uk>
14953              Date: Sat, 26 May 2001 17:05:12 +0100
14954              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
14955      Branch: perl
14956            + t/op/gmagic.t
14957            ! MANIFEST doop.c embed.h embed.pl global.sym
14958            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
14959            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
14960 ____________________________________________________________________________
14961 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
14962         Log: Regen headers for #10221.
14963      Branch: perl
14964            ! global.sym objXSUB.h perlapi.c
14965 ____________________________________________________________________________
14966 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
14967         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
14968              From: Juha Laiho <juha.laiho@Elma.Net>
14969              Date: Thu, 3 May 2001 09:51:30 +0300
14970              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
14971      Branch: perl
14972            ! embed.pl
14973 ____________________________________________________________________________
14974 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
14975         Log: Subject: Re: [PATCH] Re: stability of sort()?
14976              From: "John P. Linderman" <jpl@research.att.com>
14977              Date: Sat, 26 May 2001 13:27:19 -0400
14978              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
14979      Branch: perl
14980            ! pod/perlfunc.pod
14981 ____________________________________________________________________________
14982 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
14983         Log: Integrate perlio.
14984      Branch: perl
14985           !> pod/perlguts.pod
14986 ____________________________________________________________________________
14987 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
14988         Log: Subject: [PATCH perl@10210] PerlIO for VMS
14989              From: "Craig A. Berry" <craigberry@mac.com>
14990              Date: Sat, 26 May 2001 09:34:11 -0500
14991              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
14992      Branch: perl
14993            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
14994            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
14995            ! vms/vmsish.h
14996 ____________________________________________________________________________
14997 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
14998         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
14999              From: David Dyck <dcd@tc.fluke.com>
15000              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
15001              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
15002      Branch: perl
15003            ! lib/perl5db.pl
15004 ____________________________________________________________________________
15005 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
15006         Log: Subject: utf8 regexp tests
15007              From: Hugo <hv@crypt.compulink.co.uk>
15008              Date: Fri, 25 May 2001 22:35:01 +0100
15009              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
15010      Branch: perl
15011            ! t/op/regexp.t
15012 ____________________________________________________________________________
15013 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
15014         Log: Subject: [PATCH] Re: stability of sort()?
15015              From: Nicholas Clark <nick@ccl4.org>
15016              Date: Fri, 25 May 2001 22:40:19 +0100
15017              Message-ID: <20010525224019.B86445@plum.flirble.org>
15018      Branch: perl
15019            ! pod/perlfunc.pod
15020 ____________________________________________________________________________
15021 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
15022         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
15023              From: John Peacock <jpeacock@rowman.com>
15024              Date: Thu, 24 May 2001 22:14:01 -0400
15025              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
15026      Branch: perl
15027            ! mg.c scope.c sv.c
15028 ____________________________________________________________________________
15029 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
15030         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15031              From: Nicholas Clark <nick@ccl4.org>
15032              Date: Sun, 20 May 2001 19:24:13 +0100
15033              Message-ID: <20010520192413.G83222@plum.flirble.org>
15034      Branch: perl
15035            + lib/ExtUtils/Constant.pm t/lib/extutils.t
15036            ! MANIFEST utils/h2xs.PL
15037 ____________________________________________________________________________
15038 [ 10212] By: nick                                  on 2001/05/26  09:49:28
15039         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
15040              add a few more notes there on use of mortals on the stack.
15041      Branch: perlio
15042            ! pod/perlguts.pod
15043 ____________________________________________________________________________
15044 [ 10211] By: nick                                  on 2001/05/26  09:05:36
15045         Log: Integrate mainline
15046      Branch: perlio
15047           +> t/lib/fcntl.t t/pragma/vars.t
15048           !> (integrate 49 files)
15049 ____________________________________________________________________________
15050 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
15051         Log: Update Changes.
15052      Branch: perl
15053            ! Changes patchlevel.h
15054 ____________________________________________________________________________
15055 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
15056         Log: Based on
15057              
15058              Subject: [PATCH pp.c] Wrapping pack("C",256)
15059              From: Simon Cozens <simon@netthink.co.uk>
15060              Date: Sat, 12 May 2001 17:58:41 +0100
15061              Message-ID: <20010512175841.A6132@netthink.co.uk>
15062      Branch: perl
15063            ! pod/perldiag.pod pp.c t/pragma/warn/pp
15064 ____________________________________________________________________________
15065 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
15066         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
15067              From: "Brendan O'Dea" <bod@compusol.com.au>
15068              Date: Fri, 25 May 2001 11:18:29 +1000
15069              Message-ID: <20010525111829.A28411@compusol.com.au>
15070              
15071              (Slightly modified.)
15072      Branch: perl
15073            ! lib/Term/Cap.pm
15074 ____________________________________________________________________________
15075 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
15076         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
15077              From: Hugo <hv@crypt.compulink.co.uk>
15078              Date: Fri, 25 May 2001 02:13:25 +0100
15079              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
15080      Branch: perl
15081            ! t/op/misc.t
15082 ____________________________________________________________________________
15083 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
15084         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
15085              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
15086              Date: Fri, 25 May 2001 10:25:36 +0900
15087              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
15088      Branch: perl
15089            ! regcomp.c regexec.c
15090 ____________________________________________________________________________
15091 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
15092         Log: Subject: [PATCH #2] stash autovivification and method call error messages
15093              From: Ilmari Karonen <iltzu@sci.fi>
15094              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
15095              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
15096      Branch: perl
15097            ! gv.c pp_hot.c t/op/method.t
15098 ____________________________________________________________________________
15099 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
15100         Log: Add make target and documentation for gprof profiling.
15101      Branch: perl
15102            ! Makefile.SH pod/perlhack.pod
15103 ____________________________________________________________________________
15104 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
15105         Log: Subject: Don't think about UTF8 
15106              From: Mike Guy <mjtg@cam.ac.uk> 
15107              Date: Tue, 22 May 2001 14:35:39 +0100
15108              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
15109      Branch: perl
15110            ! sv.h
15111 ____________________________________________________________________________
15112 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
15113         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
15114              From: Geraint A Edwards <gedge@serf.org> 
15115              Date: Thu, 24 May 2001 22:51:24 +0100
15116              Message-Id: <20010524225124.A34981@cymru.serf.org>
15117      Branch: perl
15118            ! x2p/find2perl.PL
15119 ____________________________________________________________________________
15120 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
15121         Log: DB_File has its own attribute story.
15122      Branch: perl
15123            ! ext/DB_File/DB_File.xs
15124 ____________________________________________________________________________
15125 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
15126         Log: Subject: Re: Making perl with -Wall
15127              From: Andy Dougherty <doughera@lafayette.edu>
15128              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
15129              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
15130      Branch: perl
15131            ! perl.h
15132 ____________________________________________________________________________
15133 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
15134         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
15135              From: "Richard Soderberg" <rs@crystalflame.net>
15136              Date: Thu, 24 May 2001 08:58:16 -0700
15137              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
15138      Branch: perl
15139            ! sv.c
15140 ____________________________________________________________________________
15141 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
15142         Log: IV/UV casting fixes from Nicholas Clark.
15143      Branch: perl
15144            ! perl.h pp_sys.c util.c
15145 ____________________________________________________________________________
15146 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
15147         Log: Subject: Re: Making perl with -Wall
15148              From: Michael G Schwern <schwern@pobox.com>
15149              Date: Thu, 24 May 2001 15:40:28 +0100
15150              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
15151      Branch: perl
15152            ! malloc.c perl.h
15153 ____________________________________________________________________________
15154 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
15155         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
15156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15157              Date: Tue, 22 May 2001 11:49:37 +0200
15158              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
15159      Branch: metaconfig
15160            ! U/modified/Oldsym.U
15161      Branch: metaconfig/U/perl
15162            ! patchlevel.U
15163      Branch: perl
15164            ! Configure config_h.SH myconfig.SH
15165 ____________________________________________________________________________
15166 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
15167         Log: Under versiononly install also the scripts with the version suffix.
15168              (e.g. .../bin/h2xs5.7.1)
15169      Branch: perl
15170            ! installperl
15171 ____________________________________________________________________________
15172 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
15173         Log: Subject: [PATCH] Stop segfault in mg.c:636
15174              From: "Richard Soderberg" <rs@crystalflame.net>
15175              Date: Thu, 24 May 2001 05:51:52 -0700
15176              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
15177      Branch: perl
15178            ! mg.c
15179 ____________________________________________________________________________
15180 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
15181         Log: Iteration continues; hopefully convergently.
15182      Branch: perl
15183            ! t/lib/b-stash.t
15184 ____________________________________________________________________________
15185 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
15186         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
15187              From: Gisle Aas <gisle@ActiveState.com>
15188              Date: 23 May 2001 16:13:10 -0700
15189              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
15190      Branch: perl
15191            ! op.c toke.c
15192 ____________________________________________________________________________
15193 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
15194         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
15195              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15196              Date: Thu, 24 May 2001 05:05:22 -0500
15197              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
15198      Branch: perl
15199            ! lib/dumpvar.pl lib/perl5db.pl
15200 ____________________________________________________________________________
15201 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
15202         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
15203              From: David Dyck <dcd@tc.fluke.com>
15204              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
15205              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
15206      Branch: perl
15207            ! lib/perl5db.pl
15208 ____________________________________________________________________________
15209 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
15210         Log: Tiny pod nits on READMEs, mostly whitespace issues.
15211      Branch: perl
15212            ! README.amiga README.dos README.macos README.mpeix README.vmesa
15213            ! README.win32
15214 ____________________________________________________________________________
15215 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
15216         Log: The DG/UX part of the 20010521.005.
15217      Branch: perl
15218            ! README.dgux
15219 ____________________________________________________________________________
15220 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
15221         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
15222              From: Hugo <hv@crypt.compulink.co.uk>
15223              Date: Mon, 21 May 2001 16:32:02 +0100
15224              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
15225      Branch: perl
15226            ! regcomp.c t/op/misc.t
15227 ____________________________________________________________________________
15228 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
15229         Log: Subject: [PATCH] Extra UNIVERSAL tests
15230              From: Mike Guy <mjtg@cam.ac.uk>
15231              Date: Wed, 23 May 2001 12:29:20 +0100
15232              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
15233      Branch: perl
15234            ! t/op/universal.t
15235 ____________________________________________________________________________
15236 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
15237         Log: Subject: [PATCH] Remove EQ keyword
15238              From: Mike Guy <mjtg@cam.ac.uk>
15239              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
15240              Date: Wed, 23 May 2001 11:17:29 +0100
15241      Branch: perl
15242            ! keywords.h keywords.pl
15243 ____________________________________________________________________________
15244 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
15245         Log: Subject: [PATCH] lib/perl5db.pl
15246              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15247              Date: Wed, 23 May 2001 02:18:03 -0500
15248              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
15249      Branch: perl
15250            ! lib/perl5db.pl
15251 ____________________________________________________________________________
15252 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
15253         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
15254              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15255              Date: Tue, 22 May 2001 23:34:41 -0500
15256              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
15257      Branch: perl
15258            ! lib/Term/Cap.pm
15259 ____________________________________________________________________________
15260 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
15261         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
15262              From: davem@fdgroup.co.uk
15263              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
15264              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
15265      Branch: perl
15266            ! emacs/e2ctags.pl
15267 ____________________________________________________________________________
15268 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
15269         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
15270              From: Michael G Schwern <schwern@pobox.com>
15271              Date: Tue, 22 May 2001 14:15:09 +0100
15272              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
15273      Branch: perl
15274            ! lib/vars.pm
15275 ____________________________________________________________________________
15276 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
15277         Log: Subject: [PATCH lib/vars.pm] Odd code nit
15278              From: Michael G Schwern <schwern@pobox.com>
15279              Date: Tue, 22 May 2001 14:14:28 +0100
15280              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
15281      Branch: perl
15282            ! lib/vars.pm
15283 ____________________________________________________________________________
15284 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
15285         Log: Use the new use vars feature.
15286      Branch: perl
15287            ! t/lib/b-stash.t
15288 ____________________________________________________________________________
15289 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
15290         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
15291              From: Mike Guy <mjtg@cam.ac.uk>
15292              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15293              Date: Tue, 22 May 2001 13:11:39 +0100
15294      Branch: perl
15295            + t/pragma/vars.t
15296            ! MANIFEST lib/vars.pm t/lib/1_compile.t
15297 ____________________________________________________________________________
15298 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
15299         Log: -qlongdouble considered harmful by Merijn.
15300      Branch: perl
15301            ! hints/aix.sh
15302 ____________________________________________________________________________
15303 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
15304         Log: Update Changes.
15305      Branch: perl
15306            ! Changes patchlevel.h
15307 ____________________________________________________________________________
15308 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
15309         Log: Add a test of its very own for Fcntl.  Hopefully portable.
15310      Branch: perl
15311            + t/lib/fcntl.t
15312            ! MANIFEST
15313 ____________________________________________________________________________
15314 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
15315         Log: Must be trickier for 'minitest' not to die.
15316      Branch: perl
15317            ! t/op/taint.t
15318 ____________________________________________________________________________
15319 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
15320         Log: Can't declare other people's variables.
15321      Branch: perl
15322            ! t/lib/b-stash.t
15323 ____________________________________________________________________________
15324 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
15325         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
15326      Branch: perl
15327            ! doio.c t/op/taint.t
15328 ____________________________________________________________________________
15329 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
15330         Log: The OS/2 variable needs to be declared.
15331      Branch: perl
15332            ! t/lib/b-stash.t
15333 ____________________________________________________________________________
15334 [ 10170] By: nick                                  on 2001/05/20  16:48:29
15335         Log: Integrate mainline
15336      Branch: perlio
15337           !> (integrate 41 files)
15338 ____________________________________________________________________________
15339 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
15340         Log: Small perlsec updates: clarify the taintedness of filename
15341              globbing; suggest using Scalar::Util::tainted().
15342      Branch: perl
15343            ! pod/perlsec.pod
15344 ____________________________________________________________________________
15345 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
15346         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
15347              From: Dave Mitchell <davem@fdgroup.co.uk>
15348              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
15349              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
15350      Branch: perl
15351            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
15352            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
15353            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
15354            ! xsutils.c
15355 ____________________________________________________________________________
15356 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
15357         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
15358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15359              Date: Sat, 19 May 2001 04:08:46 -0400
15360              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
15361      Branch: perl
15362            ! lib/ExtUtils/Mksymlists.pm makedef.pl
15363 ____________________________________________________________________________
15364 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
15365         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
15366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15367              Date: Sat, 19 May 2001 04:30:45 -0400
15368              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
15369      Branch: perl
15370            ! os2/os2.c
15371 ____________________________________________________________________________
15372 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
15373         Log: Subject: [PATCH 5.6.1] build bugs OS/2
15374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15375              Date: Sat, 19 May 2001 04:35:28 -0400
15376              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
15377      Branch: perl
15378            ! os2/Makefile.SHs os2/os2.c
15379 ____________________________________________________________________________
15380 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
15381         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
15382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15383              Date: Sat, 19 May 2001 04:04:23 -0400
15384              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
15385              
15386              (In bleadperl patched b-stash.t instead of b.t)
15387      Branch: perl
15388            ! t/lib/b-stash.t t/lib/bigfltpm.t
15389 ____________________________________________________________________________
15390 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
15391         Log: Subject: [PATCH 5.6.1] perl5db
15392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15393              Date: Sat, 19 May 2001 03:49:09 -0400
15394              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
15395      Branch: perl
15396            ! lib/perl5db.pl
15397 ____________________________________________________________________________
15398 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
15399         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
15400              From: Gisle Aas <gisle@ActiveState.com>
15401              Date: 18 May 2001 14:24:51 -0700
15402              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
15403      Branch: perl
15404            ! pp_ctl.c
15405 ____________________________________________________________________________
15406 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
15407         Log: Subject: [PATCH] Chomp should not always stringify
15408              From: Gisle Aas <gisle@ActiveState.com>
15409              Date: 18 May 2001 07:55:25 -0700
15410              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
15411      Branch: perl
15412            ! doop.c t/op/chop.t
15413 ____________________________________________________________________________
15414 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
15415         Log: Integrate perlio.
15416      Branch: perl
15417           !> pod/perlfunc.pod
15418 ____________________________________________________________________________
15419 [ 10159] By: nick                                  on 2001/05/20  09:39:46
15420         Log: Document some more of open's features.
15421      Branch: perlio
15422            ! pod/perlfunc.pod
15423 ____________________________________________________________________________
15424 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
15425         Log: back out change#10153 (it has compatibility issues such as the
15426              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
15427              benefit for 5.6.x doesn't seem worth the risk)
15428      Branch: maint-5.6/perl
15429            ! toke.c
15430 ____________________________________________________________________________
15431 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
15432         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
15433      Branch: perl
15434            ! x2p/s2p.PL
15435 ____________________________________________________________________________
15436 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
15437         Log: Update Changes.
15438      Branch: perl
15439            ! Changes patchlevel.h
15440 ____________________________________________________________________________
15441 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
15442         Log: Integrate change #10144 from maintperl.
15443              
15444              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
15445      Branch: perl
15446           !> win32/config.bc win32/config.gc win32/config.vc
15447           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15448 ____________________________________________________________________________
15449 [ 10154] By: nick                                  on 2001/05/18  07:23:03
15450         Log: Integrate mainline.
15451      Branch: perlio
15452           +> README.dgux t/lib/i18n-collate.t utils.lst
15453           !> (integrate 49 files)
15454 ____________________________________________________________________________
15455 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
15456         Log: Integrate change #7224 from mainline into maintperl.
15457              
15458              Allow @+ and @- to be doublequoted, from Simon Cozens. 
15459              (Approved by Larry, see Tom's comment in 20000830.005.)
15460      Branch: maint-5.6/perl
15461           !> toke.c
15462 ____________________________________________________________________________
15463 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
15464         Log: Subject: [PATCH bleadperl] small lookbehind fix
15465              From: Hugo <hv@crypt.compulink.co.uk>
15466              Date: Fri, 18 May 2001 00:07:19 +0100
15467              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
15468      Branch: perl
15469            ! regexec.c
15470 ____________________________________________________________________________
15471 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
15472         Log: Detypos.
15473      Branch: perl
15474            ! installman utils.lst
15475 ____________________________________________________________________________
15476 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
15477         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
15478              in 20001222.001.
15479      Branch: perl
15480            ! t/lib/glob-basic.t
15481 ____________________________________________________________________________
15482 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
15483         Log: Subject: [PATCH] Test for bug 20010515.004
15484              From: Benjamin Sugars <bsugars@canoe.ca>
15485              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
15486              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
15487      Branch: perl
15488            ! t/op/misc.t
15489 ____________________________________________________________________________
15490 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
15491         Log: Integrate #10145 from maintperl.
15492              
15493              fix for ID 20010515.004 (needs test)
15494      Branch: perl
15495           !> pp_hot.c
15496 ____________________________________________________________________________
15497 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
15498         Log: Thinko noticed by Doug MacEachern.
15499      Branch: perl
15500            ! thread.h
15501 ____________________________________________________________________________
15502 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
15503         Log: Subject: Re: [PATCH] HERE mark in regex
15504              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15505              Date: Thu, 17 May 2001 12:20:33 -0400
15506              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
15507      Branch: perl
15508            ! t/op/re_tests
15509 ____________________________________________________________________________
15510 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
15511         Log: fix for ID 20010515.004 (needs test)
15512      Branch: maint-5.6/perl
15513            ! pp_hot.c
15514 ____________________________________________________________________________
15515 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
15516         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
15517      Branch: maint-5.6/perl
15518            ! win32/config.bc win32/config.gc win32/config.vc
15519            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15520 ____________________________________________________________________________
15521 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
15522         Log: Macrofy the getspecific (and use it also in util.c)
15523      Branch: perl
15524            ! thread.h util.c
15525 ____________________________________________________________________________
15526 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
15527         Log: Use the unchecked thread-specific key fetch also in Tru64.
15528      Branch: perl
15529            ! thread.h
15530 ____________________________________________________________________________
15531 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
15532         Log: Subject: [PATCH 5.6.1]Quick thread speedup
15533              From: Dan Sugalski <dan@sidhe.org> 
15534              Date: Wed, 16 May 2001 18:05:19 -0400
15535              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
15536      Branch: perl
15537            ! thread.h util.c
15538 ____________________________________________________________________________
15539 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
15540         Log: I think this is quite enough testing for a deprecated feature.
15541      Branch: perl
15542            + t/lib/i18n-collate.t
15543            ! MANIFEST t/lib/1_compile.t
15544 ____________________________________________________________________________
15545 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
15546         Log: More HP-UX lore from Jeff Okamoto.
15547      Branch: perl
15548            ! README.hpux
15549 ____________________________________________________________________________
15550 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
15551         Log: Sort utils.lst for easier maintenance.
15552      Branch: perl
15553            ! utils.lst
15554 ____________________________________________________________________________
15555 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
15556         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15557              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15558              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
15559              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
15560              
15561              Add pod2latex to utils.lst.
15562      Branch: perl
15563            ! MANIFEST utils.lst
15564 ____________________________________________________________________________
15565 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
15566         Log: Subject: Re: [PATCH] HERE mark in regex
15567              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15568              Date: Wed, 16 May 2001 13:04:43 -0400
15569              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
15570      Branch: perl
15571            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15572            ! t/op/regmesg.t t/pragma/warn/regcomp
15573 ____________________________________________________________________________
15574 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
15575         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15576              From: Simon Cozens <simon@netthink.co.uk>
15577              Date: Wed, 16 May 2001 18:02:08 +0100
15578              Message-ID: <20010516180208.A6458@netthink.co.uk>
15579      Branch: perl
15580            ! installman utils.lst
15581 ____________________________________________________________________________
15582 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
15583         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
15584              From: "Philip Newton" <pnewton@gmx.de>
15585              Date: Tue, 15 May 2001 15:09:30 +0200
15586              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
15587              
15588              Test case for #10128.
15589      Branch: perl
15590            ! t/pragma/warn/pp_hot
15591 ____________________________________________________________________________
15592 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
15593         Log: Update Changes.
15594      Branch: perl
15595            ! Changes patchlevel.h
15596 ____________________________________________________________________________
15597 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
15598         Log: Deprecate pseudo-hashes.
15599      Branch: perl
15600            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
15601 ____________________________________________________________________________
15602 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
15603         Log: HP-UX hints update from Merijn.
15604      Branch: perl
15605            ! hints/hpux.sh
15606 ____________________________________________________________________________
15607 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
15608         Log: README.hpux update from Merijn.
15609      Branch: perl
15610            ! README.hpux
15611 ____________________________________________________________________________
15612 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
15613         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15614              From: Simon Cozens <simon@netthink.co.uk>
15615              Date: Wed, 16 May 2001 15:57:55 +0100
15616              Message-ID: <20010516155755.A4728@netthink.co.uk>
15617      Branch: perl
15618            + utils.lst
15619            ! MANIFEST installman installperl
15620 ____________________________________________________________________________
15621 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
15622         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
15623              From: "Philip Newton" <pnewton@gmx.de>
15624              Date: Tue, 15 May 2001 16:31:05 +0200
15625              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
15626              
15627              Fix PERL_Y2KWARN test to check before rather than after appending.
15628      Branch: perl
15629            ! pp_hot.c
15630 ____________________________________________________________________________
15631 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
15632         Log: Regen Porting stuff.
15633      Branch: perl
15634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15635            ! config_h.SH
15636 ____________________________________________________________________________
15637 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
15638         Log: Metaconfig unit change for #10125.
15639      Branch: metaconfig
15640            ! U/modified/Oldconfig.U
15641 ____________________________________________________________________________
15642 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
15643         Log: Use OSVERS.
15644      Branch: perl
15645            ! Configure config_h.SH perl.c
15646 ____________________________________________________________________________
15647 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
15648         Log: Regen toc.
15649      Branch: perl
15650            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15651 ____________________________________________________________________________
15652 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
15653         Log: Adding the README.dgux to the MANIFEST would be a good idea.
15654      Branch: perl
15655            ! MANIFEST
15656 ____________________________________________________________________________
15657 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
15658         Log: Move the stack desire definition to thread.h.
15659      Branch: perl
15660            ! ext/Thread/Thread.xs thread.h
15661 ____________________________________________________________________________
15662 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
15663         Log: DG-UX threading patches, including a README.dgux,
15664              from Takis Psarogiannakopoulos.
15665      Branch: perl
15666            + README.dgux
15667            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
15668 ____________________________________________________________________________
15669 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
15670         Log: Subject: [PATCH B::Deparse] More on /x regexes
15671              From: Robin Houston <robin@kitsite.com>
15672              Date: Tue, 15 May 2001 19:09:35 +0100
15673              Message-ID: <20010515190935.A27268@penderel>
15674      Branch: perl
15675            ! ext/B/B/Deparse.pm
15676 ____________________________________________________________________________
15677 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
15678         Log: Document that the core time() may be rounding rather
15679              than truncating, would have saved at least my confusion.
15680      Branch: perl
15681            ! ext/Time/HiRes/HiRes.pm
15682 ____________________________________________________________________________
15683 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
15684         Log: Subject: perl-current/t/time-hires.t
15685              From: John Peacock <jpeacock@rowman.com>
15686              Date: Fri, 11 May 2001 14:09:41 -0400
15687              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
15688      Branch: perl
15689            ! t/lib/time-hires.t
15690 ____________________________________________________________________________
15691 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
15692         Log: Subject: [PATCH dump.c] Op private flags
15693              From: Simon Cozens <simon@netthink.co.uk>
15694              Date: Sun, 13 May 2001 20:20:36 +0100
15695              Message-ID: <20010513202036.A21896@netthink.co.uk>
15696      Branch: perl
15697            ! dump.c
15698 ____________________________________________________________________________
15699 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
15700         Log: Upgrade to Switch 2.03.
15701      Branch: perl
15702            ! lib/Switch.pm
15703 ____________________________________________________________________________
15704 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
15705         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
15706              to PERL_CONFIG_SH and use it consistently.
15707      Branch: maint-5.6/perl
15708           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15709           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
15710           !> myconfig.SH writemain.SH
15711 ____________________________________________________________________________
15712 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
15713         Log: Metaconfig units changes for #10113.
15714      Branch: metaconfig
15715            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
15716 ____________________________________________________________________________
15717 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
15718         Log: The problem described in 20010514.031 still wasn't
15719              fully cured, there were remnants of $CONFIG when
15720              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
15721              to avoid future conflicts.
15722      Branch: perl
15723            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15724            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
15725            ! myconfig.SH writemain.SH
15726 ____________________________________________________________________________
15727 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
15728         Log: Half of #10107 got lost.
15729      Branch: perl
15730            ! ext/B/B/Deparse.pm
15731 ____________________________________________________________________________
15732 [ 10111] By: nick                                  on 2001/05/15  08:39:14
15733         Log: Integrate mainline.
15734      Branch: perlio
15735           +> ext/POSIX/hints/uts.pl
15736            - Todo Todo-5.6 t/camel-III/vstring.t
15737           !> (integrate 48 files)
15738 ____________________________________________________________________________
15739 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
15740         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
15741              From: Robin Houston <robin@kitsite.com>
15742              Date: Mon, 14 May 2001 22:27:08 +0100
15743              Message-ID: <20010514222708.A22963@penderel>
15744      Branch: perl
15745            ! t/TestInit.pm
15746 ____________________________________________________________________________
15747 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
15748         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
15749              From: Robin Houston <robin@kitsite.com>
15750              Date: Mon, 14 May 2001 22:16:43 +0100
15751              Message-ID: <20010514221643.A22437@penderel>
15752      Branch: perl
15753            ! ext/B/B/Deparse.pm
15754 ____________________________________________________________________________
15755 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
15756         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
15757              From: Robin Houston <robin@kitsite.com>
15758              Date: Mon, 14 May 2001 22:03:44 +0100
15759              Message-ID: <20010514220344.A20643@penderel>
15760      Branch: perl
15761            ! ext/B/B/Deparse.pm
15762 ____________________________________________________________________________
15763 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
15764         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
15765              From: Robin Houston <robin@kitsite.com>
15766              Date: Mon, 14 May 2001 22:10:07 +0100
15767              Message-ID: <20010514221007.A21118@penderel>
15768      Branch: perl
15769            ! ext/B/B/Deparse.pm
15770 ____________________________________________________________________________
15771 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
15772         Log: Fix for 20010514.037; substr() didn't invalidate the locale
15773              collation magic.
15774      Branch: perl
15775            ! pp.c
15776 ____________________________________________________________________________
15777 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
15778         Log: Update Changes.
15779      Branch: perl
15780            ! Changes patchlevel.h
15781 ____________________________________________________________________________
15782 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
15783         Log: Retract #10094.
15784      Branch: perl
15785            ! lib/Pod/Text.pm
15786 ____________________________________________________________________________
15787 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
15788         Log: Integrate change #10100 from maintperl.
15789              
15790              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
15791              bug ID 20010514.027)
15792      Branch: perl
15793           !> mg.c pp_ctl.c
15794 ____________________________________________________________________________
15795 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
15796         Log: Document the deprecatedness of suidperl.
15797      Branch: perl
15798            ! INSTALL pod/perlfaq1.pod
15799 ____________________________________________________________________________
15800 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
15801         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
15802              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15803              Date: Mon, 14 May 2001 09:38:59 -0400
15804              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
15805      Branch: perl
15806            ! lib/ExtUtils/MM_Unix.pm
15807 ____________________________________________________________________________
15808 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
15809         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
15810              bug ID 20010514.027)
15811              
15812              TODO: this needs a testsuite addition
15813      Branch: maint-5.6/perl
15814            ! mg.c pp_ctl.c
15815 ____________________________________________________________________________
15816 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
15817         Log: More DWIMminess for Class::Struct: calling the array or hash
15818              accessors only with one argument, an array or a hash reference,
15819              sets the underlying array or hash.  This mirrors nicely also
15820              the usage in the constructor.
15821              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
15822      Branch: perl
15823            ! lib/Class/Struct.pm t/lib/class-struct.t
15824 ____________________________________________________________________________
15825 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
15826         Log: Reference cmp'ing should go through the whole stringification
15827              process shebang, as pointed out by Sarathy in #10091.
15828      Branch: perl
15829            ! pp.c
15830 ____________________________________________________________________________
15831 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
15832         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
15833              From: Simon Cozens <simon@netthink.co.uk>
15834              Date: Sat, 12 May 2001 16:36:27 +0100
15835              Message-ID: <20010512163627.A5522@netthink.co.uk>
15836              
15837              with some additions salvaged from Todo and Todo-5.6 before
15838              retiring them.
15839      Branch: perl
15840            - Todo Todo-5.6
15841            ! MANIFEST pod/perltodo.pod
15842 ____________________________________________________________________________
15843 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
15844         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
15845              From: "Golubev I. N." <gin@mo.msk.ru>
15846              Date: Mon, 07 May 2001 14:33:34 (GMT)
15847              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
15848      Branch: perl
15849            ! perl.h
15850 ____________________________________________________________________________
15851 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
15852         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
15853              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15854              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
15855              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
15856      Branch: perl
15857            ! lib/ExtUtils/MM_Unix.pm
15858 ____________________________________________________________________________
15859 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
15860         Log: (Retracted by #10104.)
15861              
15862              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
15863              From: barries <barries@slaysys.com>
15864              Date: Sat, 12 May 2001 01:28:10 -0400
15865              Message-ID: <20010512012810.B26358@jester.slaysys.com>
15866      Branch: perl
15867            ! lib/Pod/Text.pm
15868 ____________________________________________________________________________
15869 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
15870         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
15871              From: Mike Guy <mjtg@cam.ac.uk>
15872              Date: Sat, 12 May 2001 19:24:33 +0100
15873              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
15874      Branch: perl
15875            ! lib/AutoSplit.pm
15876 ____________________________________________________________________________
15877 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
15878         Log: Yet another HP-UX hints tweak from Merijn.
15879      Branch: perl
15880            ! hints/hpux.sh
15881 ____________________________________________________________________________
15882 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
15883         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
15884              isn't defined (changes#9366,9368,9370 from mainline without the
15885              pp_scmp() change)
15886      Branch: maint-5.6/perl
15887            ! pp.c pp.h pp_hot.c
15888 ____________________________________________________________________________
15889 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
15890         Log: The sorting seems to happen now automatically.
15891      Branch: perl
15892            ! t/lib/glob-basic.t
15893 ____________________________________________________________________________
15894 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
15895         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
15896              From: Benjamin Sugars <bsugars@canoe.ca>
15897              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
15898              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
15899      Branch: perl
15900            ! pod/perlfunc.pod
15901 ____________________________________________________________________________
15902 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
15903         Log: Subject: Re: undef(&foo) does not work for XS functions
15904              From: Doug MacEachern <dougm@covalent.net>
15905              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
15906              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
15907      Branch: perl
15908            ! op.c
15909 ____________________________________________________________________________
15910 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
15911         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
15912              From: Peter Prymmer <pvhp@forte.com>
15913              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
15914              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
15915      Branch: perl
15916            ! t/op/append.t
15917 ____________________________________________________________________________
15918 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
15919         Log: Update Changes.
15920      Branch: perl
15921            ! Changes patchlevel.h
15922 ____________________________________________________________________________
15923 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
15924         Log: Remove the 'asciir' re subpragma.  Should instead implement
15925              the 'physical vs logical' range scheme:
15926              
15927              \xAA-\xCC is a native physical range, you want that range of
15928              codepoints in your native encoding.  In EBCDIC the codepoints
15929              in the gaps (between i-j and r-s) should be included.
15930              
15931              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
15932              codepoints in Unicode.
15933              
15934              a-z is a logical range, you want that range of 'logical' codepoints
15935              in your native encoding.  In EBCDIC the codepoints in the gaps
15936              (between i-j and r-s) should not be included.
15937              
15938              Mixed cases (a-\xAA, etc) should either be errors, or maybe
15939              the 'logical' endpoints should be converted to native/Unicode
15940              codepoints, and the range handled as a physical range.
15941              
15942              'Logical endpoints' are to be recognized only in the A-Z, a-z,
15943              and 0-9 ranges.  Probably a warning should be given for mixed
15944              cases like A-z or a-9 (since such expressions are encoding
15945              dependent), with a recommendation to use physical ranges.
15946      Branch: perl
15947            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
15948            ! t/op/regexp.t
15949 ____________________________________________________________________________
15950 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
15951         Log: Make the test to cleanup the test directory tree
15952              both before and after the testing so that we always
15953              have a clean slate to work with.
15954      Branch: perl
15955            ! t/lib/filefind.t
15956 ____________________________________________________________________________
15957 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
15958         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
15959              From: Jon Eveland <jweveland@yahoo.com>
15960              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
15961              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
15962      Branch: perl
15963            ! pod/perlfunc.pod
15964 ____________________________________________________________________________
15965 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
15966         Log: Merge the camel-III/vstring.t with op/ver.t.
15967      Branch: perl
15968            - t/camel-III/vstring.t
15969            ! MANIFEST t/TEST t/harness t/op/ver.t
15970 ____________________________________________________________________________
15971 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
15972         Log: Add test.deparse make target.
15973      Branch: perl
15974            ! Makefile.SH
15975 ____________________________________________________________________________
15976 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
15977         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
15978              From: Robin Houston <robin@kitsite.com>
15979              Date: Fri, 11 May 2001 12:02:22 +0100
15980              Message-ID: <20010511120222.A11529@penderel>
15981      Branch: perl
15982            ! ext/B/B/Deparse.pm t/op/method.t
15983 ____________________________________________________________________________
15984 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
15985         Log: A nicely working combination for UTS from Hal Morris.
15986      Branch: perl
15987            + ext/POSIX/hints/uts.pl
15988            ! MANIFEST hints/uts.sh
15989 ____________________________________________________________________________
15990 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
15991         Log: i_ieeefp=undef for UTS.
15992      Branch: perl
15993            ! hints/uts.sh
15994 ____________________________________________________________________________
15995 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
15996         Log: Subject: RE: rand(0) is rand(1)
15997              From: Larry Shatzer <lshatzer@islanddata.com>
15998              Date: Thu, 10 May 2001 11:09:27 -0700
15999              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
16000      Branch: perl
16001            ! pod/perlfunc.pod
16002 ____________________________________________________________________________
16003 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
16004         Log: Subject: [patch] make op_{clear,null} public
16005              From: Doug MacEachern <dougm@covalent.net>
16006              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
16007              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
16008      Branch: perl
16009            ! embed.h embed.pl op.c proto.h
16010 ____________________________________________________________________________
16011 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
16012         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
16013              From: Robin Houston <robin@kitsite.com>
16014              Date: Thu, 10 May 2001 18:54:59 +0100
16015              Message-ID: <20010510185459.A5995@penderel>
16016      Branch: perl
16017            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
16018 ____________________________________________________________________________
16019 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
16020         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
16021              From: Robin Houston <robin@kitsite.com>
16022              Date: Thu, 10 May 2001 12:56:39 +0100
16023              Message-ID: <20010510125639.A2119@penderel>
16024      Branch: perl
16025            ! ext/B/B/Deparse.pm
16026 ____________________________________________________________________________
16027 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
16028         Log: Retract #10070, not ready yet.
16029      Branch: perl
16030            ! ext/B/B/Deparse.pm
16031 ____________________________________________________________________________
16032 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
16033         Log: The metaconfig unit change for #10071.
16034      Branch: metaconfig
16035            ! U/modified/mallocsrc.U
16036 ____________________________________________________________________________
16037 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
16038         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
16039      Branch: perl
16040            ! Configure
16041 ____________________________________________________________________________
16042 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
16043         Log: (Retracted by #10073)
16044              
16045              Subject: Re: [PATCH t/TEST] B::Deparse tester 
16046              From: Hugo <hv@crypt.compulink.co.uk>
16047              Date: Thu, 10 May 2001 05:48:09 +0100
16048              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
16049      Branch: perl
16050            ! ext/B/B/Deparse.pm
16051 ____________________________________________________________________________
16052 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
16053         Log: Add a for(func()) test.
16054      Branch: perl
16055            ! t/cmd/for.t
16056 ____________________________________________________________________________
16057 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
16058         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
16059              From: Robin Houston <robin@kitsite.com>
16060              Date: Thu, 10 May 2001 13:50:08 +0100
16061              Message-ID: <20010510135008.A2454@penderel>
16062      Branch: perl
16063            ! ext/B/B/Deparse.pm
16064 ____________________________________________________________________________
16065 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
16066         Log: A thinko in #10065.
16067      Branch: perl
16068            ! hv.c
16069 ____________________________________________________________________________
16070 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
16071         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
16072              From: Robin Houston <robin@kitsite.com>
16073              Date: Thu, 10 May 2001 02:10:34 +0100
16074              Message-ID: <20010510021034.A19421@penderel>
16075      Branch: perl
16076            ! ext/B/B.xs ext/B/B/Deparse.pm
16077 ____________________________________________________________________________
16078 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
16079         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
16080              From: Doug MacEachern <dougm@covalent.net>
16081              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
16082              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
16083      Branch: perl
16084            ! hv.c
16085 ____________________________________________________________________________
16086 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
16087         Log: One more workaround for the UTS compiler from Hal Morris.
16088      Branch: perl
16089            ! perl.h
16090 ____________________________________________________________________________
16091 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
16092         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
16093              From: Robin Houston <robin@kitsite.com>
16094              Date: Thu, 10 May 2001 01:02:08 +0100
16095              Message-ID: <20010510010208.A18200@penderel>
16096      Branch: perl
16097            ! ext/B/B/Debug.pm
16098 ____________________________________________________________________________
16099 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
16100         Log: Subject: [PATCH] Simplify deb_curcv() a bit
16101              From: Benjamin Sugars <bsugars@canoe.ca>
16102              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
16103              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
16104      Branch: perl
16105            ! run.c
16106 ____________________________________________________________________________
16107 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
16108         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
16109              From: Benjamin Sugars <bsugars@canoe.ca>
16110              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
16111              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
16112      Branch: perl
16113            ! t/lib/io_scalar.t
16114 ____________________________________________________________________________
16115 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
16116         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
16117              From: Peter Prymmer <pvhp@forte.com>
16118              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
16119              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
16120      Branch: perl
16121            ! t/lib/md5-file.t
16122 ____________________________________________________________________________
16123 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
16124         Log: Subject: [PATCH t/TEST] B::Deparse tester
16125              From: Robin Houston <robin@kitsite.com>
16126              Date: Wed, 9 May 2001 19:17:50 +0100
16127              Message-ID: <20010509191750.A16940@penderel>
16128      Branch: perl
16129            ! ext/B/O.pm t/TEST
16130 ____________________________________________________________________________
16131 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
16132         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
16133              From: Jeff Pinyan <jeffp@crusoe.net>
16134              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
16135              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
16136      Branch: perl
16137            ! lib/Pod/Html.pm
16138 ____________________________________________________________________________
16139 [ 10057] By: nick                                  on 2001/05/09  18:37:56
16140         Log: Integrate mainline.
16141      Branch: perlio
16142           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
16143           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
16144 ____________________________________________________________________________
16145 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
16146         Log: Update Changes.
16147      Branch: perl
16148            ! Changes patchlevel.h
16149 ____________________________________________________________________________
16150 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
16151         Log: Integrate perlio.
16152      Branch: perl
16153           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16154 ____________________________________________________________________________
16155 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
16156         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
16157              From: Benjamin Sugars <bsugars@canoe.ca>
16158              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
16159              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
16160      Branch: perl
16161            ! perlio.c
16162 ____________________________________________________________________________
16163 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
16164         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
16165              From: Benjamin Sugars <bsugars@canoe.ca>
16166              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
16167              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
16168      Branch: perl
16169            ! ext/PerlIO/Scalar/Scalar.xs
16170 ____________________________________________________________________________
16171 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
16172         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
16173              From: Jeff Pinyan <jeffp@crusoe.net>
16174              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
16175              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
16176      Branch: perl
16177            ! lib/Pod/Html.pm
16178 ____________________________________________________________________________
16179 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
16180         Log: EPOC tweak from Olaf Flebbe.
16181      Branch: perl
16182            ! epoc/epocish.h
16183 ____________________________________________________________________________
16184 [ 10050] By: nick                                  on 2001/05/09  14:37:57
16185         Log: win32, regen_config_h
16186      Branch: perlio
16187            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16188 ____________________________________________________________________________
16189 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
16190         Log: Integrate perlio.
16191      Branch: perl
16192           !> pp_sys.c
16193 ____________________________________________________________________________
16194 [ 10048] By: nick                                  on 2001/05/09  11:59:50
16195         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
16196              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
16197      Branch: perlio
16198            ! pp_sys.c
16199 ____________________________________________________________________________
16200 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
16201         Log: Integrate perlio.
16202      Branch: perl
16203           !> run.c
16204 ____________________________________________________________________________
16205 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
16206         Log: Subject: Re: Less warnings during configure
16207              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16208              Date: Wed, 09 May 2001 13:12:49 +0200
16209              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
16210      Branch: perl
16211            ! hints/hpux.sh
16212 ____________________________________________________________________________
16213 [ 10045] By: nick                                  on 2001/05/09  09:56:59
16214         Log: MULTIPLICITY/DEBUGGING build fix.
16215      Branch: perlio
16216            ! run.c
16217 ____________________________________________________________________________
16218 [ 10044] By: nick                                  on 2001/05/09  09:46:37
16219         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
16220      Branch: perlio
16221           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
16222            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16223           !> (integrate 65 files)
16224 ____________________________________________________________________________
16225 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
16226         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16227              From: Robin Houston <robin@kitsite.com>
16228              Date: Tue, 8 May 2001 19:38:00 +0100
16229              Message-ID: <20010508193800.A4389@penderel>
16230              
16231              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16232              From: Robin Houston <robin@kitsite.com>
16233              Date: Tue, 8 May 2001 20:03:57 +0100
16234              Message-ID: <20010508200357.A4614@penderel>
16235              
16236              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16237              From: Robin Houston <robin@kitsite.com>
16238              Date: Wed, 9 May 2001 00:12:05 +0100
16239              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
16240      Branch: perl
16241            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
16242 ____________________________________________________________________________
16243 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
16244         Log: Retract #10031.
16245      Branch: perl
16246            ! pod/perlfunc.pod
16247 ____________________________________________________________________________
16248 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
16249         Log: The metaconfig unit changes for #10040.
16250      Branch: metaconfig/U/perl
16251            ! Checkcc.U d_dlsymun.U dlsrc.U
16252 ____________________________________________________________________________
16253 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
16254         Log: The Configure half of
16255              
16256              Subject: Less warnings during configure
16257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16258              Date: Tue, 08 May 2001 08:44:02 +0200
16259              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16260      Branch: perl
16261            ! Configure
16262 ____________________________________________________________________________
16263 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
16264         Log: Subject: Less warnings during configure
16265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16266              Date: Tue, 08 May 2001 08:44:02 +0200
16267              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16268      Branch: perl
16269            ! hints/hpux.sh
16270 ____________________________________________________________________________
16271 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
16272         Log: Don't forget to whine about \d__\d.
16273      Branch: perl
16274            ! t/pragma/warn/toke toke.c
16275 ____________________________________________________________________________
16276 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
16277         Log: Allow underscores also in the exponent part.
16278      Branch: perl
16279            ! t/pragma/warn/toke toke.c
16280 ____________________________________________________________________________
16281 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
16282         Log: CodeMagicCD doesn't look like an *I*DE.
16283      Branch: perl
16284            ! pod/perlfaq3.pod
16285 ____________________________________________________________________________
16286 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
16287         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
16288              to be consistently down).
16289      Branch: perl
16290            ! pod/perlfaq3.pod
16291 ____________________________________________________________________________
16292 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
16293         Log: Upgrade to Text::Balanced 1.84.
16294      Branch: perl
16295            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
16296 ____________________________________________________________________________
16297 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
16298         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
16299              From: Benjamin Sugars <bsugars@canoe.ca>
16300              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
16301              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
16302      Branch: perl
16303            ! run.c
16304 ____________________________________________________________________________
16305 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
16306         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
16307              From: Peter Prymmer <pvhp@forte.com>
16308              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
16309              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
16310      Branch: perl
16311            ! t/pod/plainer.t
16312 ____________________________________________________________________________
16313 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
16314         Log: (Retracted by #10042)
16315              
16316              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
16317              From: "Philip Newton" <pnewton@gmx.de>
16318              Date: Tue, 8 May 2001 09:18:10 +0200
16319              Message-ID: <3AF7B9D2.28861.603732@localhost>
16320      Branch: perl
16321            ! pod/perlfunc.pod
16322 ____________________________________________________________________________
16323 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
16324         Log: Subject: [PATCH B::Deparse] Document known bugs
16325              From: Robin Houston <robin@kitsite.com>
16326              Date: Tue, 8 May 2001 01:53:34 +0100
16327              Message-ID: <20010508015334.A32394@penderel>
16328      Branch: perl
16329            ! ext/B/B/Deparse.pm
16330 ____________________________________________________________________________
16331 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
16332         Log: Subject: Re: Perl book, magazine and website updates.
16333              From: "Philip Newton" <pnewton@gmx.de>
16334              Date: Mon, 7 May 2001 17:03:58 +0200
16335              Message-ID: <3AF6D57E.5387.1E29930@localhost>
16336      Branch: perl
16337            ! pod/perlfaq2.pod
16338 ____________________________________________________________________________
16339 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
16340         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
16341              From: Peter Prymmer <pvhp@forte.com>
16342              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
16343              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
16344      Branch: perl
16345            ! t/io/fflush.t
16346 ____________________________________________________________________________
16347 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
16348         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
16349              From: Robin Houston <robin@kitsite.com>
16350              Date: Tue, 8 May 2001 01:14:55 +0100
16351              Message-ID: <20010508011455.A32162@penderel>
16352      Branch: perl
16353            ! ext/B/B/Deparse.pm
16354 ____________________________________________________________________________
16355 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
16356         Log: Typo in #10025.
16357      Branch: perl
16358            ! hints/uts.sh
16359 ____________________________________________________________________________
16360 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
16361         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
16362      Branch: perl
16363            ! hints/uts.sh
16364 ____________________________________________________________________________
16365 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
16366         Log: Subject: Re: [ID 20010506.045] question about hash syntax
16367              From: Peter Scott <Peter@PSDT.com>
16368              Date: Sun, 06 May 2001 13:10:40 -0700
16369              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
16370      Branch: perl
16371            ! pod/perl56delta.pod
16372 ____________________________________________________________________________
16373 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
16374         Log: Configure should figure out the list of dynamic extensions
16375              just fine in UTS-- and in fact it does, as reported by Hal Morris.
16376      Branch: perl
16377            ! hints/uts.sh
16378 ____________________________________________________________________________
16379 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
16380         Log: Update Changes.
16381      Branch: perl
16382            ! Changes patchlevel.h
16383 ____________________________________________________________________________
16384 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
16385         Log: Subject: [PATCH regcomp.c] Insecure regexes
16386              From: Robin Houston <robin@kitsite.com>
16387              Date: Mon, 7 May 2001 21:56:12 +0100
16388              Message-ID: <20010507215612.A31114@penderel>
16389      Branch: perl
16390            ! regcomp.c
16391 ____________________________________________________________________________
16392 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
16393         Log: Drop the foobar.perl.com references for now until Simon
16394              gets them sorted out.
16395      Branch: perl
16396            ! pod/perlfaq2.pod
16397 ____________________________________________________________________________
16398 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
16399         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
16400              From: Prymmer/Kahn <pvhp@best.com>
16401              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
16402              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
16403      Branch: perl
16404            ! lib/Devel/SelfStubber.pm
16405 ____________________________________________________________________________
16406 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
16407         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
16408              From: Prymmer/Kahn <pvhp@best.com>
16409              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
16410              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
16411      Branch: perl
16412            ! win32/Makefile
16413 ____________________________________________________________________________
16414 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
16415         Log: s/WebTechnique's/WebTechniques/
16416      Branch: perl
16417            ! pod/perlfaq2.pod
16418 ____________________________________________________________________________
16419 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
16420         Log: Llama 3 updates from Randal.
16421      Branch: perl
16422            ! pod/perlfaq2.pod
16423 ____________________________________________________________________________
16424 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
16425         Log: Subject: [PATCH] Help -Dt show correct pad variables
16426              From: Benjamin Sugars <ben.sugars@home.com>
16427              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
16428              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
16429      Branch: perl
16430            ! embed.h embed.pl proto.h run.c
16431 ____________________________________________________________________________
16432 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
16433         Log: Subject: [PATCH] Document C<our $foo : shared>
16434              From: Benjamin Sugars <ben.sugars@home.com>
16435              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
16436              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
16437      Branch: perl
16438            ! pod/perlfunc.pod
16439 ____________________________________________________________________________
16440 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
16441         Log: Subject: [PATCH B::Deparse] undefined folded constants
16442              From: Robin Houston <robin@kitsite.com>
16443              Date: Sun, 6 May 2001 17:19:09 +0100
16444              Message-ID: <20010506171909.A7046@penderel>
16445      Branch: perl
16446            ! ext/B/B/Deparse.pm
16447 ____________________________________________________________________________
16448 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
16449         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
16450              From: Robin Houston <robin@kitsite.com>
16451              Message-ID: <20010506164654.A6848@penderel>
16452              Date: Sun, 6 May 2001 16:46:54 +0100
16453      Branch: perl
16454            ! ext/B/B/Deparse.pm
16455 ____________________________________________________________________________
16456 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
16457         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
16458              From: Robin Houston <robin@kitsite.com>
16459              Date: Sun, 6 May 2001 14:47:02 +0100
16460              Message-ID: <20010506144702.A6308@penderel>
16461      Branch: perl
16462            ! t/op/my_stash.t
16463 ____________________________________________________________________________
16464 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
16465         Log: Subject: Perl book, magazine and website updates.
16466              From: Simon Cozens <simon@netthink.co.uk>
16467              Date: Sun, 6 May 2001 16:55:36 +0100
16468              Message-ID: <20010506165536.A1795@netthink.co.uk>
16469      Branch: perl
16470            ! pod/perlbook.pod pod/perlfaq2.pod
16471 ____________________________________________________________________________
16472 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
16473         Log: Tweaks on the Tru64 prof options.
16474      Branch: perl
16475            ! pod/perlhack.pod
16476 ____________________________________________________________________________
16477 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
16478         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
16479              From: Robin Houston <robin@kitsite.com>
16480              Date: Sun, 6 May 2001 14:40:51 +0100
16481              Message-ID: <20010506144051.A6279@penderel>
16482      Branch: perl
16483            ! t/pod/testp2pt.pl
16484 ____________________________________________________________________________
16485 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
16486         Log: Subject: [PATCH B::Deparse] scoping
16487              From: Robin Houston <robin@kitsite.com>
16488              Date: Sun, 6 May 2001 14:36:56 +0100
16489              Message-ID: <20010506143656.A4006@penderel>
16490      Branch: perl
16491            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
16492 ____________________________________________________________________________
16493 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
16494         Log: Document the undefinedness of bitshifting out of range.
16495      Branch: perl
16496            ! pod/perlop.pod
16497 ____________________________________________________________________________
16498 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
16499         Log: Retract #10003 and update the IDE descriptions a bit.
16500      Branch: perl
16501            ! pod/perlfaq3.pod
16502 ____________________________________________________________________________
16503 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
16504         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
16505              From: Prymmer/Kahn <pvhp@best.com>
16506              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
16507              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
16508      Branch: perl
16509            ! win32/Makefile win32/buildext.pl win32/config.bc
16510            ! win32/config.gc win32/config.vc
16511 ____________________________________________________________________________
16512 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
16513         Log: (Retracted by #10005.)
16514      Branch: perl
16515            ! pod/perlfaq3.pod
16516 ____________________________________________________________________________
16517 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
16518         Log: It's "psed", not "sed".
16519      Branch: perl
16520            ! x2p/s2p.PL
16521 ____________________________________________________________________________
16522 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
16523         Log: Update Changes.
16524      Branch: perl
16525            ! Changes patchlevel.h
16526 ____________________________________________________________________________
16527 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
16528         Log: Subject: Re: bleadperl make install fails due to "psed"
16529              From: andreas.koenig@anima.de (Andreas J. Koenig)
16530              Date: 05 May 2001 18:23:28 +0200
16531              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
16532      Branch: perl
16533            ! x2p/Makefile.SH x2p/s2p.PL
16534 ____________________________________________________________________________
16535 [  9999] By: jhi                                   on 2001/05/05  18:28:09
16536         Log: AUTHORS updates.
16537      Branch: perl
16538            ! AUTHORS
16539 ____________________________________________________________________________
16540 [  9998] By: jhi                                   on 2001/05/05  18:16:00
16541         Log: Updates on the pods related to the modules included since 5.6.
16542              
16543              TODO: perltodo really could use major updating.
16544      Branch: perl
16545            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
16546            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
16547            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
16548            ! pod/perlsyn.pod pod/perltodo.pod
16549 ____________________________________________________________________________
16550 [  9997] By: jhi                                   on 2001/05/05  17:35:17
16551         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
16552              from Kurt Skauen.
16553      Branch: perl
16554            + hints/atheos.sh
16555            ! MANIFEST
16556 ____________________________________________________________________________
16557 [  9996] By: jhi                                   on 2001/05/05  17:25:00
16558         Log: Add preemptive #undefs for some of the shorter and more prone
16559              to collision regcomp.h #defines.  (Background: the MASK collided
16560              with a system header #define in Rhapsody.)
16561      Branch: perl
16562            ! regcomp.h
16563 ____________________________________________________________________________
16564 [  9995] By: jhi                                   on 2001/05/05  13:24:21
16565         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
16566              From: Nicholas Clark <nick@ccl4.org>
16567              Date: Sat, 5 May 2001 14:46:39 +0100
16568              Message-ID: <20010505144639.O53513@plum.flirble.org>
16569              
16570              Add a test for the constants (if any) being processed correctly.
16571      Branch: perl
16572            ! utils/h2xs.PL
16573 ____________________________________________________________________________
16574 [  9994] By: jhi                                   on 2001/05/05  02:11:03
16575         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
16576              From: Peter Prymmer <pvhp@forte.com>
16577              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
16578              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
16579      Branch: perl
16580            ! t/lib/b-stash.t
16581 ____________________________________________________________________________
16582 [  9993] By: jhi                                   on 2001/05/05  02:03:49
16583         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
16584              From: Peter Prymmer <pvhp@forte.com>
16585              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
16586              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
16587      Branch: perl
16588            ! perlio.c vms/vmsish.h
16589 ____________________________________________________________________________
16590 [  9992] By: jhi                                   on 2001/05/04  17:21:12
16591         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
16592              From: Robin Barker <rmb1@cise.npl.co.uk>
16593              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
16594              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
16595      Branch: perl
16596            + t/pod/plainer.t
16597            ! MANIFEST
16598 ____________________________________________________________________________
16599 [  9991] By: jhi                                   on 2001/05/04  16:47:45
16600         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
16601              From: Robin Barker <rmb1@cise.npl.co.uk>
16602              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
16603              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
16604      Branch: perl
16605            ! regcomp.c
16606 ____________________________________________________________________________
16607 [  9990] By: jhi                                   on 2001/05/04  14:37:20
16608         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
16609              From: Prymmer/Kahn <pvhp@best.com>
16610              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
16611              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
16612      Branch: perl
16613            ! t/lib/b-stash.t
16614 ____________________________________________________________________________
16615 [  9989] By: jhi                                   on 2001/05/04  14:03:58
16616         Log: Introduce perl572delta, update Todo, add the missing
16617              mention about signal safety since 5.7.1 (though this
16618              requires verification and more details.)
16619      Branch: perl
16620            + pod/perl572delta.pod
16621            ! MANIFEST Todo pod/perl571delta.pod
16622 ____________________________________________________________________________
16623 [  9988] By: jhi                                   on 2001/05/04  12:41:51
16624         Log: Subject: [PATCH perl@9944] long =item
16625              From: Robin Barker <rmb1@cise.npl.co.uk>
16626              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
16627              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
16628      Branch: perl
16629            ! ext/Time/HiRes/HiRes.pm
16630 ____________________________________________________________________________
16631 [  9987] By: jhi                                   on 2001/05/04  12:39:19
16632         Log: The #9901 had removed one line essential for EBCDIC.
16633      Branch: perl
16634            ! regcomp.c
16635 ____________________________________________________________________________
16636 [  9986] By: jhi                                   on 2001/05/04  12:30:23
16637         Log: Subject: cygwin/Makefile.SHs INSTALL patch
16638              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
16639              Date: Mon, 08 Jan 2001 04:59:21 +0200
16640              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
16641      Branch: perl
16642            ! cygwin/Makefile.SHs
16643 ____________________________________________________________________________
16644 [  9985] By: jhi                                   on 2001/05/04  03:51:39
16645         Log: Encode/IO doc tweaks.
16646      Branch: perl
16647            ! ext/Encode/Encode.pm
16648 ____________________________________________________________________________
16649 [  9984] By: jhi                                   on 2001/05/04  03:29:34
16650         Log: Remove GDBM_File from the dynamic extensions for UTS,
16651              GDBM is not a standard feature.
16652      Branch: perl
16653            ! hints/uts.sh
16654 ____________________________________________________________________________
16655 [  9983] By: jhi                                   on 2001/05/04  03:22:59
16656         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
16657      Branch: perl
16658            ! pod/perlretut.pod
16659 ____________________________________________________________________________
16660 [  9982] By: jhi                                   on 2001/05/03  23:21:03
16661         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
16662              From: Benjamin Sugars <bsugars@canoe.ca>
16663              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
16664              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
16665      Branch: perl
16666            ! dump.c
16667 ____________________________________________________________________________
16668 [  9981] By: jhi                                   on 2001/05/03  23:20:05
16669         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
16670              From: Benjamin Sugars <bsugars@canoe.ca>
16671              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
16672              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
16673      Branch: perl
16674            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16675 ____________________________________________________________________________
16676 [  9980] By: jhi                                   on 2001/05/03  23:15:29
16677         Log: Integrate perlio.
16678      Branch: perl
16679           !> ext/Encode/Encode.pm
16680 ____________________________________________________________________________
16681 [  9979] By: jhi                                   on 2001/05/03  16:54:59
16682         Log: Install psed man page.
16683      Branch: perl
16684            ! installman
16685 ____________________________________________________________________________
16686 [  9978] By: jhi                                   on 2001/05/03  16:45:58
16687         Log: Remove unused files; noted by Sarathy.
16688      Branch: perl
16689            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16690            ! MANIFEST
16691 ____________________________________________________________________________
16692 [  9977] By: jhi                                   on 2001/05/03  16:42:30
16693         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
16694              From: Andy Dougherty <doughera@lafayette.edu>
16695              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
16696              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
16697      Branch: perl
16698            ! INSTALL
16699 ____________________________________________________________________________
16700 [  9976] By: nick                                  on 2001/05/03  16:40:42
16701         Log: Allow $answer = encode($object,$text); like it says in docs.
16702      Branch: perlio
16703            ! ext/Encode/Encode.pm
16704 ____________________________________________________________________________
16705 [  9975] By: nick                                  on 2001/05/03  16:22:30
16706         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
16707              to be in scope (fair enough), and also a package variable (our) for eval to see it.
16708      Branch: perlio
16709            ! ext/Encode/Encode.pm
16710 ____________________________________________________________________________
16711 [  9974] By: nick                                  on 2001/05/03  15:48:17
16712         Log: Integrate mainline.
16713      Branch: perlio
16714           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
16715           +> t/lib/filter-simple.t t/lib/next.t
16716           !> (integrate 70 files)
16717 ____________________________________________________________________________
16718 [  9973] By: jhi                                   on 2001/05/03  13:09:09
16719         Log: Update Changes.
16720      Branch: perl
16721            ! Changes patchlevel.h
16722 ____________________________________________________________________________
16723 [  9972] By: jhi                                   on 2001/05/03  12:58:33
16724         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
16725              From: Prymmer/Kahn <pvhp@best.com>
16726              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
16727              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
16728      Branch: perl
16729            ! t/io/fflush.t
16730 ____________________________________________________________________________
16731 [  9971] By: jhi                                   on 2001/05/03  12:57:26
16732         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
16733              From: Prymmer/Kahn <pvhp@best.com>
16734              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
16735              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
16736      Branch: perl
16737            ! win32/FindExt.pm
16738 ____________________________________________________________________________
16739 [  9970] By: jhi                                   on 2001/05/03  02:42:46
16740         Log: Can't croak sans thread context, from Doug MacEachern.
16741      Branch: perl
16742            ! toke.c
16743 ____________________________________________________________________________
16744 [  9969] By: jhi                                   on 2001/05/03  01:23:48
16745         Log: Subject: Random input test and Perl
16746              From: Ilya Zakharevich <ilya@math.berkeley.edu>
16747              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
16748              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
16749      Branch: perl
16750            ! toke.c
16751 ____________________________________________________________________________
16752 [  9968] By: jhi                                   on 2001/05/02  22:17:21
16753         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
16754              From: Peter Prymmer <pvhp@forte.com>
16755              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
16756              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
16757      Branch: perl
16758            ! pod/perlfunc.pod pod/perlport.pod
16759 ____________________________________________________________________________
16760 [  9967] By: jhi                                   on 2001/05/02  20:12:45
16761         Log: Workaround for UTS compiler casting bug from Hal Morris.
16762      Branch: perl
16763            ! perl.h
16764 ____________________________________________________________________________
16765 [  9966] By: jhi                                   on 2001/05/02  18:31:37
16766         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
16767              From: Dan Sugalski <dan@sidhe.org>
16768              Date: Wed, 02 May 2001 15:23:22 -0400
16769              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
16770      Branch: perl
16771            ! perl.c vms/vms.c
16772 ____________________________________________________________________________
16773 [  9965] By: jhi                                   on 2001/05/02  18:21:29
16774         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
16775      Branch: perl
16776            ! pod/perlfunc.pod
16777 ____________________________________________________________________________
16778 [  9964] By: jhi                                   on 2001/05/02  18:15:01
16779         Log: Document large files in INSTALL, document also the %x
16780              limitation if not use64bitint, closes bug 20010326.007.
16781      Branch: perl
16782            ! INSTALL
16783 ____________________________________________________________________________
16784 [  9963] By: jhi                                   on 2001/05/02  17:24:47
16785         Log: perlmodlib tweaks; regen pods.
16786      Branch: perl
16787            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
16788            ! pod/perltoc.pod
16789 ____________________________________________________________________________
16790 [  9962] By: jhi                                   on 2001/05/02  17:14:00
16791         Log: Fix for a segfault, from Marc Lehmann.
16792      Branch: perl
16793            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
16794 ____________________________________________________________________________
16795 [  9961] By: jhi                                   on 2001/05/02  15:55:53
16796         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
16797              From: "Philip Newton" <pnewton@gmx.de>
16798              Date: Wed, 2 May 2001 18:39:03 +0200
16799              Message-ID: <3AF05447.15525.173B588@localhost>
16800      Branch: perl
16801            ! pod/perlop.pod
16802 ____________________________________________________________________________
16803 [  9960] By: jhi                                   on 2001/05/02  15:35:37
16804         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
16805              From: Dan Sugalski <dan@sidhe.org>
16806              Date: Wed, 02 May 2001 11:37:27 -0400
16807              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
16808      Branch: perl
16809            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
16810            ! thread.h vms/vms.c vms/vmsish.h
16811 ____________________________________________________________________________
16812 [  9959] By: jhi                                   on 2001/05/02  15:21:08
16813         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
16814              From: Benjamin Sugars <bsugars@canoe.ca>
16815              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
16816              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
16817      Branch: perl
16818            ! ext/PerlIO/Scalar/Scalar.xs
16819 ____________________________________________________________________________
16820 [  9958] By: jhi                                   on 2001/05/02  15:15:53
16821         Log: Bug in #9915, spotted by Mike Guy.
16822      Branch: perl
16823            ! installperl
16824 ____________________________________________________________________________
16825 [  9957] By: jhi                                   on 2001/05/02  13:26:01
16826         Log: Add a test for not griping about references as array
16827              indices if the reference has magic in it (overloaded
16828              methods).
16829      Branch: perl
16830            ! pod/perldiag.pod t/pragma/warn/pp_hot
16831 ____________________________________________________________________________
16832 [  9956] By: jhi                                   on 2001/05/02  13:07:01
16833         Log: Retracted a bit too much in #9952.
16834      Branch: perl
16835            ! t/pragma/sub_lval.t
16836 ____________________________________________________________________________
16837 [  9955] By: jhi                                   on 2001/05/02  13:05:38
16838         Log: Test for #9952.
16839      Branch: perl
16840            ! t/op/tie.t
16841 ____________________________________________________________________________
16842 [  9954] By: jhi                                   on 2001/05/02  11:48:18
16843         Log: Additional note on the encoding example: one cannot
16844              convert string constants in-place.
16845      Branch: perl
16846            ! ext/Encode/Encode.pm
16847 ____________________________________________________________________________
16848 [  9953] By: jhi                                   on 2001/05/02  11:43:51
16849         Log: Note that if you have recent enough Perl you already
16850              have Filter::Util::Call.
16851      Branch: perl
16852            ! lib/Filter/Simple.pm
16853 ____________________________________________________________________________
16854 [  9952] By: jhi                                   on 2001/05/02  11:31:53
16855         Log: Retract changes #8254 and #8255, causes coredump in
16856              'tie FH, "main"', reported by Abigail, culprit found by
16857              Benjamin Sugars.  Mirrors maintperl change #9950.
16858      Branch: perl
16859            ! op.c t/pragma/sub_lval.t
16860 ____________________________________________________________________________
16861 [  9951] By: jhi                                   on 2001/05/02  11:14:29
16862         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
16863      Branch: perl
16864            + t/lib/MyFilter.pm
16865 ____________________________________________________________________________
16866 [  9950] By: gsar                                  on 2001/05/02  03:17:11
16867         Log: revert integration of changes#8254,8255 in change#8620 (causes
16868              a coredump in C<tie FH, 'foo'>; the idea itself may need better
16869              rationalization)
16870      Branch: maint-5.6/perl
16871            ! op.c t/pragma/sub_lval.t
16872 ____________________________________________________________________________
16873 [  9949] By: gsar                                  on 2001/05/02  02:56:32
16874         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
16875              
16876              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16877              
16878              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16879      Branch: maint-5.6/perl
16880           !> hints/svr5.sh
16881 ____________________________________________________________________________
16882 [  9948] By: gsar                                  on 2001/05/02  02:49:15
16883         Log: pod/find.t breaks on VMS (from Craig Berry)
16884      Branch: maint-5.6/perl
16885            ! t/pod/find.t
16886 ____________________________________________________________________________
16887 [  9947] By: jhi                                   on 2001/05/02  02:43:09
16888         Log: Add an encoding conversion example.
16889      Branch: perl
16890            ! ext/Encode/Encode.pm
16891 ____________________________________________________________________________
16892 [  9946] By: jhi                                   on 2001/05/02  01:34:22
16893         Log: Another coat of paint but still nowhere finished.
16894              Need to decide on the semantics of strptime(): should
16895              strptime() be a function instead of a method?  To do
16896              the week/monthname-strptiming the i18n/l10n bullet needs
16897              to be bitten with gusto.
16898      Branch: perl
16899            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16900 ____________________________________________________________________________
16901 [  9945] By: jhi                                   on 2001/05/01  23:40:52
16902         Log: Update Changes.
16903      Branch: perl
16904            ! Changes patchlevel.h
16905 ____________________________________________________________________________
16906 [  9944] By: jhi                                   on 2001/05/01  23:33:37
16907         Log: Add known-to-be-tested modules to the list-to-be-skipped.
16908      Branch: perl
16909            ! t/lib/1_compile.t
16910 ____________________________________________________________________________
16911 [  9943] By: jhi                                   on 2001/05/01  23:24:40
16912         Log: Subject: BorlandC++ fix
16913              From: "Vadim Konovalov" <watman@inbox.ru>
16914              Date: Mon, 30 Apr 2001 20:12:26 -0700
16915              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
16916      Branch: perl
16917            ! win32/makefile.mk
16918 ____________________________________________________________________________
16919 [  9942] By: jhi                                   on 2001/05/01  23:18:02
16920         Log: Update to Filter::Simple 0.60, create a test for it.
16921      Branch: perl
16922            + t/lib/filter-simple.t
16923            ! MANIFEST lib/Filter/Simple.pm
16924 ____________________________________________________________________________
16925 [  9941] By: jhi                                   on 2001/05/01  19:47:24
16926         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
16927              From: Hugo <hv@crypt.compulink.co.uk>
16928              Date: Tue, 01 May 2001 20:12:20 +0100
16929              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
16930      Branch: perl
16931            ! pp_hot.c t/op/re_tests
16932 ____________________________________________________________________________
16933 [  9940] By: jhi                                   on 2001/05/01  19:42:16
16934         Log: Integrate perlio.
16935      Branch: perl
16936           !> lib/base.pm t/lib/fields.t
16937 ____________________________________________________________________________
16938 [  9939] By: jhi                                   on 2001/05/01  19:39:51
16939         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
16940              From: Benjamin Sugars <bsugars@canoe.ca>
16941              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
16942              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
16943      Branch: perl
16944            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16945 ____________________________________________________________________________
16946 [  9938] By: jhi                                   on 2001/05/01  19:34:09
16947         Log: Add NEXT, a pseudo-class for method redispatching.
16948              <Damian>NEXT.pm probably offers more bang-for-buck
16949              than anything else I've ever written.</Damian>
16950      Branch: perl
16951            + lib/NEXT.pm t/lib/next.t
16952            ! MANIFEST
16953 ____________________________________________________________________________
16954 [  9937] By: jhi                                   on 2001/05/01  19:21:41
16955         Log: Update to Switch 2.02.
16956      Branch: perl
16957            ! lib/Switch.pm t/lib/switch.t
16958 ____________________________________________________________________________
16959 [  9936] By: nick                                  on 2001/05/01  19:09:21
16960         Log: Fix for base.pm clobbering $VERSION
16961      Branch: perlio
16962            ! lib/base.pm
16963 ____________________________________________________________________________
16964 [  9935] By: nick                                  on 2001/05/01  18:54:38
16965         Log: Test for base.pm clobbering $VERSION.
16966      Branch: perlio
16967            ! t/lib/fields.t
16968 ____________________________________________________________________________
16969 [  9934] By: jhi                                   on 2001/05/01  18:39:10
16970         Log: Add information about Scalar::Util::blessed.
16971      Branch: perl
16972            ! pod/perlobj.pod
16973 ____________________________________________________________________________
16974 [  9933] By: jhi                                   on 2001/05/01  18:33:51
16975         Log: Subject: Extra UNIVERSAL documentation
16976              From: Mike Guy <mjtg@cam.ac.uk>
16977              Date: Tue, 01 May 2001 20:12:11 +0100
16978              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
16979      Branch: perl
16980            ! pod/perlobj.pod
16981 ____________________________________________________________________________
16982 [  9932] By: jhi                                   on 2001/05/01  18:26:54
16983         Log: Subject: Autoflush in tests as appropriate
16984              From: Mike Guy <mjtg@cam.ac.uk>
16985              Date: Tue, 01 May 2001 20:05:31 +0100
16986              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
16987      Branch: perl
16988            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
16989            ! t/op/taint.t
16990 ____________________________________________________________________________
16991 [  9931] By: jhi                                   on 2001/05/01  18:02:29
16992         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
16993              From: Benjamin Sugars <bsugars@canoe.ca>
16994              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
16995              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
16996      Branch: perl
16997            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16998 ____________________________________________________________________________
16999 [  9930] By: jhi                                   on 2001/05/01  15:12:26
17000         Log: Subject: Re: Finally got a round tuit
17001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17002              Date: Tue, 01 May 2001 14:14:10 +0200
17003              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
17004              
17005              The -DP part, slightly modified.
17006      Branch: perl
17007            ! perl.c
17008 ____________________________________________________________________________
17009 [  9929] By: jhi                                   on 2001/05/01  14:17:15
17010         Log: Subject: Re: Finally got a round tuit
17011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17012              Date: Tue, 01 May 2001 16:34:06 +0200
17013              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
17014              
17015              cpp and optimization tweaks for HP-UX.
17016      Branch: perl
17017            ! hints/hpux.sh
17018 ____________________________________________________________________________
17019 [  9928] By: jhi                                   on 2001/05/01  13:24:20
17020         Log: Tune the scan_num() comments to reality.
17021      Branch: perl
17022            ! toke.c
17023 ____________________________________________________________________________
17024 [  9927] By: jhi                                   on 2001/05/01  13:14:01
17025         Log: Subject: [PATCH B::Deparse] optimised sort
17026              From: Robin Houston <robin@kitsite.com>
17027              Date: Tue, 1 May 2001 14:07:12 +0100
17028              Message-ID: <20010501140712.A4266@penderel>
17029      Branch: perl
17030            ! ext/B/B/Deparse.pm
17031 ____________________________________________________________________________
17032 [  9926] By: jhi                                   on 2001/05/01  13:10:53
17033         Log: Subject: [PATCH t/lib/b-deparse.t] 
17034              From: Robin Houston <robin@kitsite.com>
17035              Date: Tue, 1 May 2001 13:37:42 +0100
17036              Message-ID: <20010501133742.A4082@penderel>
17037      Branch: perl
17038            ! t/lib/b-deparse.t
17039 ____________________________________________________________________________
17040 [  9925] By: jhi                                   on 2001/05/01  13:10:13
17041         Log: Subject: [PATCH B::Deparse] for(;;), sort
17042              From: Robin Houston <robin@kitsite.com>
17043              Date: Tue, 1 May 2001 13:35:00 +0100
17044              Message-ID: <20010501133500.A4061@penderel>
17045      Branch: perl
17046            ! ext/B/B/Deparse.pm
17047 ____________________________________________________________________________
17048 [  9924] By: jhi                                   on 2001/05/01  13:09:22
17049         Log: Subject: [PATCH B::Deparse] do, warn, use
17050              From: Robin Houston <robin@kitsite.com>
17051              Date: Tue, 1 May 2001 13:31:03 +0100
17052              Message-ID: <20010501133103.A4041@penderel>
17053      Branch: perl
17054            ! ext/B/B/Deparse.pm
17055 ____________________________________________________________________________
17056 [  9923] By: jhi                                   on 2001/05/01  11:45:36
17057         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
17058              From: Benjamin Sugars <ben.sugars@home.com>
17059              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
17060              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
17061      Branch: perl
17062            + t/io/fflush.t
17063            ! MANIFEST
17064 ____________________________________________________________________________
17065 [  9922] By: jhi                                   on 2001/05/01  11:35:42
17066         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
17067              From: Peter Prymmer <pvhp@forte.com>
17068              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
17069              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
17070      Branch: perl
17071            ! t/lib/selfstubber.t
17072 ____________________________________________________________________________
17073 [  9921] By: jhi                                   on 2001/04/30  16:34:33
17074         Log: Subject: [PATCH B::Concise] suppress warning
17075              From: Robin Houston <robin@kitsite.com>
17076              Date: Mon, 30 Apr 2001 16:09:49 +0100
17077              Message-ID: <20010430160949.A25086@penderel>
17078      Branch: perl
17079            ! ext/B/B/Concise.pm
17080 ____________________________________________________________________________
17081 [  9920] By: jhi                                   on 2001/04/30  13:56:04
17082         Log: Strip the *markers* from #9919.
17083      Branch: perl
17084            ! pod/perlfaq.pod pod/perlfaq5.pod
17085 ____________________________________________________________________________
17086 [  9919] By: jhi                                   on 2001/04/30  13:54:04
17087         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
17088              From: Gwyn Judd <b.judd@xtra.co.nz>
17089              Date: Sun, 29 Apr 2001 01:47:49 +1200
17090              Message-ID: <20010429014749.A4418@thislove>
17091      Branch: perl
17092            ! pod/perlfaq.pod pod/perlfaq5.pod
17093 ____________________________________________________________________________
17094 [  9918] By: jhi                                   on 2001/04/30  13:13:54
17095         Log: More_tweakage.
17096      Branch: perl
17097            ! pod/perldata.pod pod/perldiag.pod
17098 ____________________________________________________________________________
17099 [  9917] By: jhi                                   on 2001/04/30  13:01:27
17100         Log: Update Changes.
17101      Branch: perl
17102            ! Changes patchlevel.h
17103 ____________________________________________________________________________
17104 [  9916] By: jhi                                   on 2001/04/30  12:57:03
17105         Log: T_w_e_a_k_a_g_e.
17106      Branch: perl
17107            ! pod/perldata.pod pod/perldiag.pod
17108 ____________________________________________________________________________
17109 [  9915] By: jhi                                   on 2001/04/30  12:39:29
17110         Log: Install s2p also as psed.
17111              
17112              TODO: psed documentation?
17113      Branch: perl
17114            ! installperl
17115 ____________________________________________________________________________
17116 [  9914] By: jhi                                   on 2001/04/30  12:29:21
17117         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
17118              From: Jens Hamisch <jens@Strawberry.COM>
17119              Date: Fri, 27 Apr 2001 17:00:36 +0200
17120              Message-ID: <20010427170036.K1372@Strawberry.COM>
17121              
17122              SOCKS5_VERSION_NAME is the right symbol to detect
17123              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
17124              function called socks5_init() is available, and even that is
17125              not universal, most SOCKS5 installations use SOCKSinit()).
17126      Branch: perl
17127            ! perlio.c
17128 ____________________________________________________________________________
17129 [  9913] By: jhi                                   on 2001/04/30  12:22:15
17130         Log: Allow a zero timeout on IO::Socket accept and connect--
17131              though one really shouldn't do that.  Based on
17132              
17133              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
17134              From: "John Holdsworth" <coldwave@bigfoot.com>
17135              Date: Sun, 4 Feb 2001 12:48:18 +0100
17136              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
17137      Branch: perl
17138            ! ext/IO/lib/IO/Socket.pm
17139 ____________________________________________________________________________
17140 [  9912] By: jhi                                   on 2001/04/30  11:27:27
17141         Log: Save the spot of regprev (see #9911) for binary compatibility;
17142              regen API.
17143      Branch: perl
17144            ! embedvar.h perlapi.h thrdvar.h
17145 ____________________________________________________________________________
17146 [  9911] By: jhi                                   on 2001/04/30  11:22:03
17147         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
17148              From: Hugo <hv@crypt.compulink.co.uk>
17149              Date: Sun, 29 Apr 2001 17:09:30 +0100
17150              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
17151      Branch: perl
17152            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
17153 ____________________________________________________________________________
17154 [  9910] By: jhi                                   on 2001/04/30  11:15:12
17155         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
17156              a dummy for PL_numeric_radix); no pressing reason to break
17157              binary compatibility; regen API.
17158      Branch: perl
17159            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
17160            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
17161 ____________________________________________________________________________
17162 [  9909] By: jhi                                   on 2001/04/30  10:56:08
17163         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
17164              From: Walt Mankowski <waltman@netaxs.com>
17165              Date: Sun, 29 Apr 2001 21:53:48 -0400
17166              Message-ID: <20010429215348.A3971@netaxs.com>
17167      Branch: perl
17168            ! pod/perlfunc.pod
17169 ____________________________________________________________________________
17170 [  9908] By: jhi                                   on 2001/04/30  10:49:40
17171         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
17172      Branch: perl
17173            ! t/lib/selfstubber.t
17174 ____________________________________________________________________________
17175 [  9907] By: nick                                  on 2001/04/30  09:26:50
17176         Log: Integrate mainline.
17177      Branch: perlio
17178           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17179 ____________________________________________________________________________
17180 [  9906] By: jhi                                   on 2001/04/29  23:24:20
17181         Log: Abigail spotted a thinko in #9905.
17182      Branch: perl
17183            ! pod/perldiag.pod
17184 ____________________________________________________________________________
17185 [  9905] By: jhi                                   on 2001/04/29  15:55:39
17186         Log: Changed the underscore/undebar syntax in numeric constants;
17187              now any grouping will do, as long as the underscores are not
17188              consecutive (so "zero-grouping" is out), and they do not begin
17189              or end the integer or fractional parts.
17190      Branch: perl
17191            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17192 ____________________________________________________________________________
17193 [  9904] By: nick                                  on 2001/04/29  15:43:22
17194         Log: Integrate mainline.
17195      Branch: perlio
17196           +> (branch 98 files)
17197            - lib/unicode/Block.pl
17198            - lib/unicode/In/AlphabeticPresentationForms.pl
17199            - lib/unicode/In/Arabic.pl
17200            - lib/unicode/In/ArabicPresentationForms-A.pl
17201            - lib/unicode/In/ArabicPresentationForms-B.pl
17202            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17203            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17204            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17205            - lib/unicode/In/BopomofoExtended.pl
17206            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17207            - lib/unicode/In/CJKCompatibility.pl
17208            - lib/unicode/In/CJKCompatibilityForms.pl
17209            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17210            - lib/unicode/In/CJKRadicalsSupplement.pl
17211            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17212            - lib/unicode/In/CJKUnifiedIdeographs.pl
17213            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17214            - lib/unicode/In/Cherokee.pl
17215            - lib/unicode/In/CombiningDiacriticalMarks.pl
17216            - lib/unicode/In/CombiningHalfMarks.pl
17217            - lib/unicode/In/CombiningMarksforSymbols.pl
17218            - lib/unicode/In/ControlPictures.pl
17219            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17220            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17221            - lib/unicode/In/EnclosedAlphanumerics.pl
17222            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17223            - lib/unicode/In/Ethiopic.pl
17224            - lib/unicode/In/GeneralPunctuation.pl
17225            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17226            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17227            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17228            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17229            - lib/unicode/In/HangulCompatibilityJamo.pl
17230            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17231            - lib/unicode/In/Hebrew.pl
17232            - lib/unicode/In/HighPrivateUseSurrogates.pl
17233            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17234            - lib/unicode/In/IPAExtensions.pl
17235            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17236            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17237            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17238            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17239            - lib/unicode/In/Latin-1Supplement.pl
17240            - lib/unicode/In/LatinExtended-A.pl
17241            - lib/unicode/In/LatinExtended-B.pl
17242            - lib/unicode/In/LatinExtendedAdditional.pl
17243            - lib/unicode/In/LetterlikeSymbols.pl
17244            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17245            - lib/unicode/In/MathematicalOperators.pl
17246            - lib/unicode/In/MiscellaneousSymbols.pl
17247            - lib/unicode/In/MiscellaneousTechnical.pl
17248            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17249            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17250            - lib/unicode/In/OpticalCharacterRecognition.pl
17251            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17252            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17253            - lib/unicode/In/SmallFormVariants.pl
17254            - lib/unicode/In/SpacingModifierLetters.pl
17255            - lib/unicode/In/Specials.pl
17256            - lib/unicode/In/SuperscriptsandSubscripts.pl
17257            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17258            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17259            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17260            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17261            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17262           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
17263           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
17264           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
17265           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
17266           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
17267           !> utf8.c win32/Makefile
17268 ____________________________________________________________________________
17269 [  9903] By: jhi                                   on 2001/04/29  14:30:53
17270         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
17271              From: Prymmer/Kahn <pvhp@best.com>
17272              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
17273              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
17274      Branch: perl
17275            ! win32/Makefile
17276 ____________________________________________________________________________
17277 [  9902] By: jhi                                   on 2001/04/29  02:52:44
17278         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
17279              From: "Abigail" <abigail@foad.org>
17280              Date: Sun, 29 Apr 2001 03:14:25 +0200
17281              Message-ID: <20010429011425.24503.qmail@foad.org>
17282      Branch: perl
17283            ! ext/IO/lib/IO/Seekable.pm
17284 ____________________________________________________________________________
17285 [  9901] By: jhi                                   on 2001/04/29  02:04:46
17286         Log: In character classes one couldn't have 0x80..0xff characters
17287              at the left hand side if there were 0x100.. characters in the
17288              character class.
17289      Branch: perl
17290            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
17291            ! t/op/pat.t utf8.c
17292 ____________________________________________________________________________
17293 [  9900] By: jhi                                   on 2001/04/28  22:55:04
17294         Log: Forgot the latest mktables.PL from #9899.
17295      Branch: perl
17296            ! lib/unicode/mktables.PL
17297 ____________________________________________________________________________
17298 [  9899] By: jhi                                   on 2001/04/28  22:53:28
17299         Log: Explain the \p{} and \P{} error message better and
17300              have prettier prettyprint in In.pl.
17301      Branch: perl
17302            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
17303            ! pod/perldiag.pod
17304 ____________________________________________________________________________
17305 [  9898] By: jhi                                   on 2001/04/28  21:03:34
17306         Log: Add one possible explanation for the "Invalid [] range" error.
17307      Branch: perl
17308            ! pod/perldiag.pod
17309 ____________________________________________________________________________
17310 [  9897] By: jhi                                   on 2001/04/28  17:18:26
17311         Log: Add a level of indirection to the implementation of \p{InFoo}
17312              so that we don't have to have long filenames.  (Nothing changes
17313              in the user interface.)   The indirection is defined in
17314              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
17315              Also rename some the character classes by removing '-' from
17316              the classnames, and finally renamed Block.pl as Blocks.pl.
17317      Branch: perl
17318            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
17319            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
17320            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
17321            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
17322            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
17323            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
17324            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
17325            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
17326            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
17327            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
17328            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
17329            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
17330            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
17331            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
17332            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
17333            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
17334            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
17335            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
17336            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
17337            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
17338            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
17339            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
17340            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
17341            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
17342            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
17343            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
17344            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
17345            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
17346            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
17347            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
17348            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
17349            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
17350            + lib/unicode/In/94.pl lib/unicode/In/95.pl
17351            - lib/unicode/Block.pl
17352            - lib/unicode/In/AlphabeticPresentationForms.pl
17353            - lib/unicode/In/Arabic.pl
17354            - lib/unicode/In/ArabicPresentationForms-A.pl
17355            - lib/unicode/In/ArabicPresentationForms-B.pl
17356            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17357            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17358            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17359            - lib/unicode/In/BopomofoExtended.pl
17360            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17361            - lib/unicode/In/CJKCompatibility.pl
17362            - lib/unicode/In/CJKCompatibilityForms.pl
17363            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17364            - lib/unicode/In/CJKRadicalsSupplement.pl
17365            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17366            - lib/unicode/In/CJKUnifiedIdeographs.pl
17367            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17368            - lib/unicode/In/Cherokee.pl
17369            - lib/unicode/In/CombiningDiacriticalMarks.pl
17370            - lib/unicode/In/CombiningHalfMarks.pl
17371            - lib/unicode/In/CombiningMarksforSymbols.pl
17372            - lib/unicode/In/ControlPictures.pl
17373            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17374            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17375            - lib/unicode/In/EnclosedAlphanumerics.pl
17376            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17377            - lib/unicode/In/Ethiopic.pl
17378            - lib/unicode/In/GeneralPunctuation.pl
17379            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17380            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17381            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17382            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17383            - lib/unicode/In/HangulCompatibilityJamo.pl
17384            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17385            - lib/unicode/In/Hebrew.pl
17386            - lib/unicode/In/HighPrivateUseSurrogates.pl
17387            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17388            - lib/unicode/In/IPAExtensions.pl
17389            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17390            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17391            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17392            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17393            - lib/unicode/In/Latin-1Supplement.pl
17394            - lib/unicode/In/LatinExtended-A.pl
17395            - lib/unicode/In/LatinExtended-B.pl
17396            - lib/unicode/In/LatinExtendedAdditional.pl
17397            - lib/unicode/In/LetterlikeSymbols.pl
17398            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17399            - lib/unicode/In/MathematicalOperators.pl
17400            - lib/unicode/In/MiscellaneousSymbols.pl
17401            - lib/unicode/In/MiscellaneousTechnical.pl
17402            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17403            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17404            - lib/unicode/In/OpticalCharacterRecognition.pl
17405            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17406            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17407            - lib/unicode/In/SmallFormVariants.pl
17408            - lib/unicode/In/SpacingModifierLetters.pl
17409            - lib/unicode/In/Specials.pl
17410            - lib/unicode/In/SuperscriptsandSubscripts.pl
17411            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17412            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17413            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17414            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17415            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17416            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
17417            ! pod/perlunicode.pod
17418 ____________________________________________________________________________
17419 [  9896] By: jhi                                   on 2001/04/28  14:33:17
17420         Log: Update the information on shared library path on HP-UX.
17421      Branch: perl
17422            ! INSTALL
17423 ____________________________________________________________________________
17424 [  9895] By: jhi                                   on 2001/04/28  14:32:30
17425         Log: Because #9894 seems to do the trick, this workaround can be removed.
17426      Branch: perl
17427            ! t/lib/selfstubber.t
17428 ____________________________________________________________________________
17429 [  9894] By: jhi                                   on 2001/04/28  14:26:13
17430         Log: For PerlIO flush the children's file handles (on fork/exec/system).
17431      Branch: perl
17432            ! perl.h
17433 ____________________________________________________________________________
17434 [  9893] By: jhi                                   on 2001/04/28  14:23:15
17435         Log: Test tweak for #9891.
17436      Branch: perl
17437            ! t/lib/b-deparse.t
17438 ____________________________________________________________________________
17439 [  9892] By: jhi                                   on 2001/04/28  14:10:13
17440         Log: New HP-UX hints from Merijn.
17441      Branch: perl
17442            ! hints/hpux.sh
17443 ____________________________________________________________________________
17444 [  9891] By: jhi                                   on 2001/04/28  14:07:27
17445         Log: Subject: [PATCH B::Deparse] non-block scopes
17446              From: Robin Houston <robin@kitsite.com>
17447              Date: Fri, 27 Apr 2001 19:15:14 +0100
17448              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
17449      Branch: perl
17450            ! ext/B/B/Deparse.pm
17451 ____________________________________________________________________________
17452 [  9890] By: nick                                  on 2001/04/27  19:41:25
17453         Log: Integrate mainline
17454      Branch: perlio
17455           +> t/lib/selfstubber.t
17456           !> (integrate 50 files)
17457 ____________________________________________________________________________
17458 [  9889] By: jhi                                   on 2001/04/27  18:23:46
17459         Log: Subject: Re: selfstubber test fail on bleadperl
17460              From: Mike Guy <mjtg@cam.ac.uk>
17461              Date: Fri, 27 Apr 2001 19:31:18 +0100
17462              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
17463      Branch: perl
17464            ! t/lib/selfstubber.t
17465 ____________________________________________________________________________
17466 [  9888] By: jhi                                   on 2001/04/27  16:20:54
17467         Log: Test tweak for #9886.
17468      Branch: perl
17469            ! t/lib/b-deparse.t
17470 ____________________________________________________________________________
17471 [  9887] By: jhi                                   on 2001/04/27  16:16:33
17472         Log: Buffering issue at least in Solaris (even with perlio).
17473      Branch: perl
17474            ! t/lib/selfstubber.t
17475 ____________________________________________________________________________
17476 [  9886] By: jhi                                   on 2001/04/27  14:59:23
17477         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
17478              From: Robin Houston <robin@kitsite.com>
17479              Date: Fri, 27 Apr 2001 16:53:20 +0100
17480              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
17481      Branch: perl
17482            ! ext/B/B/Deparse.pm
17483 ____________________________________________________________________________
17484 [  9885] By: jhi                                   on 2001/04/27  14:23:51
17485         Log: Update Changes.
17486      Branch: perl
17487            ! Changes patchlevel.h
17488 ____________________________________________________________________________
17489 [  9884] By: jhi                                   on 2001/04/27  14:14:12
17490         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
17491              From: "Philip Newton" <pnewton@gmx.de>
17492              Date: Fri, 27 Apr 2001 16:40:13 +0200
17493              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
17494      Branch: perl
17495            ! pod/perldata.pod
17496 ____________________________________________________________________________
17497 [  9883] By: jhi                                   on 2001/04/27  13:28:19
17498         Log: Add LOG_PERROR; prettify the "removed".
17499      Branch: perl
17500            ! ext/Sys/Syslog/Syslog.xs
17501 ____________________________________________________________________________
17502 [  9882] By: jhi                                   on 2001/04/27  13:13:18
17503         Log: h2xs tweaks: use NV instead of double, "quote" the removed
17504              prefixes for clarity (especially when nothing is removed),
17505              slight pod reformats.
17506      Branch: perl
17507            ! utils/h2xs.PL
17508 ____________________________________________________________________________
17509 [  9881] By: jhi                                   on 2001/04/27  12:58:48
17510         Log: Don't bother creating existing directories.
17511      Branch: perl
17512            ! utils/h2xs.PL
17513 ____________________________________________________________________________
17514 [  9880] By: jhi                                   on 2001/04/27  12:45:39
17515         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
17516              From: Mike Schilli <m@perlmeister.com>
17517              Date: Wed, 25 Apr 2001 01:29:21 -0700
17518              Message-id: <3AE68AE1.6A981723@perlmeister.com>
17519      Branch: perl
17520            ! utils/h2xs.PL
17521 ____________________________________________________________________________
17522 [  9879] By: jhi                                   on 2001/04/27  12:40:55
17523         Log: break is not yet Perl.  Added the template license also to README.
17524      Branch: perl
17525            ! utils/h2xs.PL
17526 ____________________________________________________________________________
17527 [  9878] By: jhi                                   on 2001/04/27  03:08:20
17528         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
17529              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17530              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
17531              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
17532      Branch: perl
17533            ! t/lib/xs-typemap.t
17534 ____________________________________________________________________________
17535 [  9877] By: jhi                                   on 2001/04/26  23:54:40
17536         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
17537              From: "Abigail" <abigail@foad.org>
17538              Date: Fri, 27 Apr 2001 01:44:28 +0200
17539              Message-ID: <20010426234428.19786.qmail@foad.org>
17540      Branch: perl
17541            ! utils/h2xs.PL
17542 ____________________________________________________________________________
17543 [  9876] By: jhi                                   on 2001/04/26  23:52:06
17544         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
17545              From: Peter Prymmer <pvhp@forte.com>
17546              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
17547              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
17548      Branch: perl
17549            ! t/lib/selfstubber.t
17550 ____________________________________________________________________________
17551 [  9875] By: jhi                                   on 2001/04/26  23:48:10
17552         Log: Deparse nits.
17553      Branch: perl
17554            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
17555 ____________________________________________________________________________
17556 [  9874] By: jhi                                   on 2001/04/26  22:46:05
17557         Log: Document ANYOF_CLASS.
17558      Branch: perl
17559            ! regcomp.h
17560 ____________________________________________________________________________
17561 [  9873] By: jhi                                   on 2001/04/26  22:35:03
17562         Log: Subject: Re: [PATCH @9846] dumping ANYOF
17563              From: Hugo <hv@crypt.compulink.co.uk>
17564              Date: Thu, 26 Apr 2001 23:33:38 +0100
17565              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
17566      Branch: perl
17567            ! regcomp.c regcomp.h
17568 ____________________________________________________________________________
17569 [  9872] By: jhi                                   on 2001/04/26  22:34:31
17570         Log: Subject: [PATCH] more for Devel::SelfStubber
17571              From: Nicholas Clark <nick@ccl4.org>
17572              Date: Fri, 27 Apr 2001 00:13:52 +0100
17573              Message-ID: <20010427001351.K88186@plum.flirble.org>
17574      Branch: perl
17575            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
17576 ____________________________________________________________________________
17577 [  9871] By: jhi                                   on 2001/04/26  21:59:17
17578         Log: Subject: [PATCH B::Deparse] formats must be flush left
17579              From: Robin Houston <robin@kitsite.com>
17580              Date: Thu, 26 Apr 2001 23:54:29 +0100
17581              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
17582      Branch: perl
17583            ! ext/B/B/Deparse.pm
17584 ____________________________________________________________________________
17585 [  9870] By: jhi                                   on 2001/04/26  21:57:37
17586         Log: If some of the constants are prefixes of others,
17587              the prefixes may never get recognized.  (See 20010426.006.)
17588      Branch: perl
17589            ! utils/h2xs.PL
17590 ____________________________________________________________________________
17591 [  9869] By: jhi                                   on 2001/04/26  21:50:42
17592         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
17593              From: Chris Bongaarts <cab@tc.umn.edu>
17594              Date: Thu, 26 Apr 2001 17:10:31 -0500
17595              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
17596      Branch: perl
17597            ! ext/Sys/Syslog/Syslog.xs
17598 ____________________________________________________________________________
17599 [  9868] By: jhi                                   on 2001/04/26  21:35:12
17600         Log: Further cuts and more docs from Graham Barr.
17601      Branch: perl
17602            ! ext/List/Util/lib/List/Util.pm
17603            ! ext/List/Util/lib/Scalar/Util.pm
17604 ____________________________________________________________________________
17605 [  9867] By: jhi                                   on 2001/04/26  21:18:57
17606         Log: Subject: [PATCH 5.7.1] DB_File-1.77
17607              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
17608              Date: Thu, 26 Apr 2001 22:37:53 +0100
17609              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
17610      Branch: perl
17611            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17612            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17613 ____________________________________________________________________________
17614 [  9866] By: jhi                                   on 2001/04/26  21:12:31
17615         Log: Subject: [PATCH B::Deparse] fix easy bugs
17616              From: Robin Houston <robin@kitsite.com>
17617              Date: Thu, 26 Apr 2001 23:03:33 +0100
17618              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
17619      Branch: perl
17620            ! ext/B/B/Deparse.pm
17621 ____________________________________________________________________________
17622 [  9865] By: jhi                                   on 2001/04/26  20:26:13
17623         Log: Update Changes.
17624      Branch: perl
17625            ! Changes patchlevel.h
17626 ____________________________________________________________________________
17627 [  9864] By: jhi                                   on 2001/04/26  19:27:48
17628         Log: Dethinko from Robin Houston.
17629      Branch: perl
17630            ! ext/B/B/Deparse.pm
17631 ____________________________________________________________________________
17632 [  9863] By: jhi                                   on 2001/04/26  19:10:35
17633         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
17634              From: Robin Houston <robin@kitsite.com>
17635              Date: Thu, 26 Apr 2001 21:08:32 +0100
17636              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
17637      Branch: perl
17638            ! ext/B/B/Deparse.pm
17639 ____________________________________________________________________________
17640 [  9862] By: jhi                                   on 2001/04/26  19:04:23
17641         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17642              From: Robin Houston <robin@kitsite.com>
17643              Date: Thu, 26 Apr 2001 20:52:50 +0100
17644              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
17645      Branch: perl
17646            ! ext/B/B/Deparse.pm
17647 ____________________________________________________________________________
17648 [  9861] By: jhi                                   on 2001/04/26  18:56:14
17649         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
17650              From: Mike Guy <mjtg@cam.ac.uk>
17651              Date: Thu, 26 Apr 2001 14:22:40 +0100
17652              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
17653      Branch: perl
17654            ! pod/perlobj.pod
17655 ____________________________________________________________________________
17656 [  9860] By: jhi                                   on 2001/04/26  18:46:42
17657         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17658              From: Robin Houston <robin@kitsite.com>
17659              Date: Thu, 26 Apr 2001 20:34:29 +0100
17660              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
17661              
17662              Hashes do not interpolate.
17663      Branch: perl
17664            ! ext/B/B/Deparse.pm
17665 ____________________________________________________________________________
17666 [  9859] By: jhi                                   on 2001/04/26  18:43:51
17667         Log: Subject: The Time::Piece conspiracy unmasked!!!
17668              From: Mike Guy <mjtg@cam.ac.uk>
17669              Date: Thu, 26 Apr 2001 19:02:50 +0100
17670              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
17671              
17672              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
17673              From: Mike Guy <mjtg@cam.ac.uk>
17674              Date: Thu, 26 Apr 2001 19:08:21 +0100
17675              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
17676              
17677              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
17678              From: Graham Barr <gbarr@pobox.com>
17679              Date: Thu, 26 Apr 2001 19:12:03 +0100
17680              Message-ID: <20010426191203.A70835@pobox.com>
17681              
17682              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
17683      Branch: perl
17684            ! ext/List/Util/lib/List/Util.pm
17685            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
17686 ____________________________________________________________________________
17687 [  9858] By: jhi                                   on 2001/04/26  18:17:42
17688         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
17689              From: Robin Houston <robin@kitsite.com>
17690              Date: Thu, 26 Apr 2001 16:09:35 +0100
17691              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
17692      Branch: perl
17693            ! t/comp/proto.t
17694 ____________________________________________________________________________
17695 [  9857] By: jhi                                   on 2001/04/26  18:04:59
17696         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
17697              From: barries <barries@slaysys.com>
17698              Date: Thu, 26 Apr 2001 12:01:10 -0400
17699              Message-ID: <20010426120110.E29698@jester.slaysys.com>
17700      Branch: perl
17701            ! pod/perldiag.pod
17702 ____________________________________________________________________________
17703 [  9856] By: jhi                                   on 2001/04/26  18:03:33
17704         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
17705              Date: Thu, 26 Apr 2001 17:13:41 +0100
17706              From: Robin Houston <robin@kitsite.com>
17707              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
17708              
17709              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17710              From: Robin Houston <robin@kitsite.com>
17711              Date: Thu, 26 Apr 2001 18:44:29 +0100
17712              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
17713      Branch: perl
17714            ! ext/B/B/Deparse.pm
17715 ____________________________________________________________________________
17716 [  9855] By: jhi                                   on 2001/04/26  17:56:04
17717         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
17718              From: Robin Houston <robin@kitsite.com>
17719              Date: Thu, 26 Apr 2001 17:04:08 +0100
17720              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
17721      Branch: perl
17722            ! ext/B/B/Deparse.pm
17723 ____________________________________________________________________________
17724 [  9854] By: jhi                                   on 2001/04/26  17:47:26
17725         Log: Subject: Re: Short test case for undef %stash:: crash
17726              From: Benjamin Sugars <bsugars@canoe.ca> 
17727              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
17728              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
17729              Changed and moved the perldiag entry.
17730      Branch: perl
17731            ! gv.c pod/perldiag.pod
17732 ____________________________________________________________________________
17733 [  9853] By: jhi                                   on 2001/04/26  14:35:16
17734         Log: Beginnings of strptime().  Do not touch the wet paint.
17735      Branch: perl
17736            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17737 ____________________________________________________________________________
17738 [  9852] By: jhi                                   on 2001/04/26  13:17:21
17739         Log: Retract #9851, core dumps from pod2man.
17740      Branch: perl
17741            ! regcomp.c
17742 ____________________________________________________________________________
17743 [  9851] By: jhi                                   on 2001/04/26  11:54:41
17744         Log: (Retracted by #9852.)
17745              
17746              Subject: [PATCH @9846] dumping ANYOF
17747              From: Hugo <hv@crypt.compulink.co.uk>
17748              Date: Thu, 26 Apr 2001 05:32:38 +0100
17749              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
17750      Branch: perl
17751            ! regcomp.c
17752 ____________________________________________________________________________
17753 [  9850] By: jhi                                   on 2001/04/26  02:34:44
17754         Log: If ccflags was empty the _previous_ $* containing all the
17755              environment variables and Configure variables was used,
17756              which lead, among other bad things, into $ccflags being your
17757              uname -a output, which lead into test compile with cc failing,
17758              which lead into gcc being selected, which didn't work that well
17759              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
17760              with large files, et cetera.
17761      Branch: perl
17762            ! hints/hpux.sh
17763 ____________________________________________________________________________
17764 [  9849] By: jhi                                   on 2001/04/26  01:44:57
17765         Log: Make selfstubber test more portable.
17766      Branch: perl
17767            ! t/lib/selfstubber.t
17768 ____________________________________________________________________________
17769 [  9848] By: jhi                                   on 2001/04/26  00:50:26
17770         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
17771              From: Benjamin Sugars <ben.sugars@home.com>
17772              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
17773              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
17774      Branch: perl
17775            ! ext/Cwd/Cwd.xs
17776 ____________________________________________________________________________
17777 [  9847] By: jhi                                   on 2001/04/26  00:46:58
17778         Log: Subject: [PATCH: perl@9841] VMS updates
17779              From: Peter Prymmer <pvhp@forte.com>
17780              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
17781              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
17782      Branch: perl
17783            ! README.vms configure.com vms/descrip_mms.template
17784            ! vms/ext/filespec.t
17785 ____________________________________________________________________________
17786 [  9846] By: jhi                                   on 2001/04/26  00:11:56
17787         Log: re 'debug' was broken by #9084.
17788      Branch: perl
17789            ! ext/re/re.xs
17790 ____________________________________________________________________________
17791 [  9845] By: jhi                                   on 2001/04/25  22:33:17
17792         Log: Subject: [PATCH] test for Devel::SelfStubber
17793              From: Nicholas Clark <nick@ccl4.org>
17794              Date: Thu, 26 Apr 2001 00:00:54 +0100
17795              Message-ID: <20010426000054.D89026@plum.flirble.org>
17796      Branch: perl
17797            + t/lib/selfstubber.t
17798            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
17799 ____________________________________________________________________________
17800 [  9844] By: jhi                                   on 2001/04/25  22:29:32
17801         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
17802              From: Paul Johnson <paul@pjcj.net>
17803              Date: Thu, 26 Apr 2001 00:46:08 +0200
17804              Message-ID: <20010426004608.H2338@pjcj.net>
17805      Branch: perl
17806            ! ext/B/B/Concise.pm
17807 ____________________________________________________________________________
17808 [  9843] By: jhi                                   on 2001/04/25  22:28:28
17809         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
17810              From: Peter Prymmer <pvhp@forte.com>
17811              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
17812              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
17813      Branch: perl
17814            ! ext/Cwd/Cwd.xs
17815 ____________________________________________________________________________
17816 [  9842] By: jhi                                   on 2001/04/25  20:58:12
17817         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
17818              From: John Peacock <jpeacock@rowman.com>
17819              Date: Wed, 25 Apr 2001 17:30:26 -0400
17820              Message-ID: <3AE741F2.B3217464@rowman.com>
17821      Branch: perl
17822            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17823 ____________________________________________________________________________
17824 [  9841] By: jhi                                   on 2001/04/25  20:07:05
17825         Log: Update Changes.
17826      Branch: perl
17827            ! Changes patchlevel.h
17828 ____________________________________________________________________________
17829 [  9840] By: jhi                                   on 2001/04/25  19:56:51
17830         Log: Yet another HP-UX hints version from Merijn.
17831      Branch: perl
17832            ! hints/hpux.sh
17833 ____________________________________________________________________________
17834 [  9839] By: jhi                                   on 2001/04/25  19:53:04
17835         Log: abs_path() didn't terminate the filename correctly,
17836              in DIRNAMLENless systems like HP-UX this would fail.
17837      Branch: perl
17838            ! ext/Cwd/Cwd.xs
17839 ____________________________________________________________________________
17840 [  9838] By: jhi                                   on 2001/04/25  16:37:26
17841         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
17842              From: Mike Guy <mjtg@cam.ac.uk>
17843              Date: Wed, 25 Apr 2001 18:31:47 +0100
17844              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
17845      Branch: perl
17846            ! op.c
17847 ____________________________________________________________________________
17848 [  9837] By: jhi                                   on 2001/04/25  16:21:53
17849         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
17850              From: Jon Eveland <jweveland@yahoo.com>
17851              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
17852              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
17853      Branch: perl
17854            ! lib/perl5db.pl
17855 ____________________________________________________________________________
17856 [  9836] By: jhi                                   on 2001/04/25  14:17:50
17857         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
17858              From: "Philip Newton" <pnewton@gmx.de>
17859              Date: Wed, 25 Apr 2001 17:05:58 +0200
17860              Message-ID: <3AE703F6.3234.1833C45@localhost>
17861      Branch: perl
17862            ! Porting/patching.pod
17863 ____________________________________________________________________________
17864 [  9835] By: jhi                                   on 2001/04/25  13:58:07
17865         Log: It would seem that both ar and full_ar need to be overridden
17866              for HP-UX to avoid the GNU ar.
17867      Branch: perl
17868            ! hints/hpux.sh
17869 ____________________________________________________________________________
17870 [  9834] By: jhi                                   on 2001/04/25  13:50:40
17871         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
17872              From: "Philip Newton" <pnewton@gmx.de>
17873              Date: Wed, 25 Apr 2001 16:09:23 +0200
17874              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
17875              
17876              Detypo.
17877      Branch: perl
17878            ! t/op/misc.t
17879 ____________________________________________________________________________
17880 [  9833] By: jhi                                   on 2001/04/25  12:36:11
17881         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
17882      Branch: perl
17883            ! hints/hpux.sh
17884 ____________________________________________________________________________
17885 [  9832] By: jhi                                   on 2001/04/25  12:33:36
17886         Log: New version of HP-UX hints from Merijn.
17887      Branch: perl
17888            ! hints/hpux.sh
17889 ____________________________________________________________________________
17890 [  9831] By: jhi                                   on 2001/04/25  03:39:45
17891         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
17892      Branch: perl
17893            ! hints/hpux.sh
17894 ____________________________________________________________________________
17895 [  9830] By: jhi                                   on 2001/04/25  02:53:25
17896         Log: The tzname[] bit is not needed by util.c -- and causes
17897              heartburn in VMS (and it missing was probably the cause of
17898              the Mac OS X trouble).  Ouch.
17899      Branch: perl
17900            ! ext/POSIX/POSIX.xs util.c
17901 ____________________________________________________________________________
17902 [  9829] By: jhi                                   on 2001/04/25  00:10:06
17903         Log: Metaconfig unit change for #9828.
17904      Branch: metaconfig
17905            ! U/compline/ccflags.U
17906 ____________________________________________________________________________
17907 [  9828] By: jhi                                   on 2001/04/25  00:04:18
17908         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
17909              (which is actually the reason for the change, we need to pass
17910              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
17911              EP/IX, OS/2, and TitanOS, based on the hints files.
17912      Branch: perl
17913            ! Configure config_h.SH
17914 ____________________________________________________________________________
17915 [  9827] By: jhi                                   on 2001/04/24  23:49:20
17916         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
17917              the $cat must have an absolute path.
17918      Branch: perl
17919            ! makedepend.SH
17920 ____________________________________________________________________________
17921 [  9826] By: jhi                                   on 2001/04/24  23:40:53
17922         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
17923      Branch: perl
17924            ! README.amiga
17925 ____________________________________________________________________________
17926 [  9825] By: jhi                                   on 2001/04/24  23:35:35
17927         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
17928              From: "Philip Newton" <pnewton@gmx.de>
17929              Date: Tue, 24 Apr 2001 18:52:49 +0200
17930              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
17931      Branch: perl
17932            ! x2p/find2perl.PL
17933 ____________________________________________________________________________
17934 [  9824] By: jhi                                   on 2001/04/24  23:33:07
17935         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
17936              Some gcc specifics dropped out due to extensive rewriting;
17937              will be put back later as needed.
17938      Branch: perl
17939            ! hints/hpux.sh
17940 ____________________________________________________________________________
17941 [  9823] By: jhi                                   on 2001/04/24  23:27:57
17942         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
17943      Branch: perl
17944            ! ext/POSIX/POSIX.xs
17945 ____________________________________________________________________________
17946 [  9822] By: jhi                                   on 2001/04/24  23:25:21
17947         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
17948              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17949              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
17950              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
17951      Branch: perl
17952            ! ext/XS/Typemap/Typemap.xs
17953 ____________________________________________________________________________
17954 [  9821] By: jhi                                   on 2001/04/24  23:24:10
17955         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
17956              From: "Abigail" <abigail@foad.org>
17957              Date: Tue, 24 Apr 2001 23:12:03 +0200
17958              Message-ID: <20010424211203.7901.qmail@foad.org>
17959      Branch: perl
17960            ! pod/perlport.pod
17961 ____________________________________________________________________________
17962 [  9820] By: jhi                                   on 2001/04/24  23:23:15
17963         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
17964              From: Matt Sergeant <matt@sergeant.org>
17965              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
17966              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
17967      Branch: perl
17968            ! pod/perlfaq4.pod
17969 ____________________________________________________________________________
17970 [  9819] By: nick                                  on 2001/04/24  18:49:43
17971         Log: Integrate mainline.
17972      Branch: perlio
17973           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
17974           !> (integrate 37 files)
17975 ____________________________________________________________________________
17976 [  9818] By: jhi                                   on 2001/04/24  14:35:23
17977         Log: Update Changes.
17978      Branch: perl
17979            ! Changes patchlevel.h
17980 ____________________________________________________________________________
17981 [  9817] By: jhi                                   on 2001/04/24  14:09:17
17982         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
17983              From: "Philip Newton" <pnewton@gmx.de>
17984              Date: Tue, 24 Apr 2001 12:58:12 +0200
17985              Message-ID: <3AE57864.8304.B77A0A@localhost> 
17986              
17987              plus add CPAN to the list of modules that have their own tests.
17988      Branch: perl
17989            ! t/lib/1_compile.t
17990 ____________________________________________________________________________
17991 [  9816] By: jhi                                   on 2001/04/24  14:07:03
17992         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
17993              From: Michael G Schwern <schwern@pobox.com>
17994              Date: Sat, 21 Apr 2001 22:35:00 +0100
17995              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
17996      Branch: perl
17997            ! t/lib/1_compile.t
17998 ____________________________________________________________________________
17999 [  9815] By: jhi                                   on 2001/04/24  13:54:32
18000         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
18001              From: Robin Houston <robin@kitsite.com>
18002              Date: Tue, 24 Apr 2001 15:51:18 +0100
18003              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
18004      Branch: perl
18005            ! ext/B/B/Deparse.pm
18006 ____________________________________________________________________________
18007 [  9814] By: jhi                                   on 2001/04/24  13:17:34
18008         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18009              From: Bill Glicker <billg@burrelles.com>
18010              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
18011              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
18012      Branch: perl
18013            ! hints/svr5.sh
18014 ____________________________________________________________________________
18015 [  9813] By: jhi                                   on 2001/04/24  12:54:23
18016         Log: Prevent path disclosure (probing for existence of filenames)
18017              using suidperl; bug id 20010322.218.
18018      Branch: perl
18019            ! perl.c pod/perldiag.pod
18020 ____________________________________________________________________________
18021 [  9812] By: jhi                                   on 2001/04/24  12:08:36
18022         Log: Retract #9811.
18023      Branch: perl
18024            ! ext/POSIX/POSIX.xs
18025 ____________________________________________________________________________
18026 [  9811] By: jhi                                   on 2001/04/24  11:57:35
18027         Log: (Retracted by #9812.)
18028      Branch: perl
18029            ! ext/POSIX/POSIX.xs
18030 ____________________________________________________________________________
18031 [  9810] By: jhi                                   on 2001/04/24  03:32:35
18032         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
18033      Branch: perl
18034            ! util.c
18035 ____________________________________________________________________________
18036 [  9809] By: jhi                                   on 2001/04/24  03:16:13
18037         Log: The Math::BigFloat::import() was broken.
18038              (Fixes bug id 20010422.002.)
18039      Branch: perl
18040            ! lib/Math/BigFloat.pm
18041 ____________________________________________________________________________
18042 [  9808] By: jhi                                   on 2001/04/24  01:11:40
18043         Log: Additional dependencies; should help for parallel makes
18044              not to fail on missing lib/lib.pm or lib/re.pm.
18045      Branch: perl
18046            ! Makefile.SH
18047 ____________________________________________________________________________
18048 [  9807] By: jhi                                   on 2001/04/24  00:57:01
18049         Log: Update the test failure disclaimer.
18050      Branch: perl
18051            ! t/pragma/warn/pp_hot
18052 ____________________________________________________________________________
18053 [  9806] By: jhi                                   on 2001/04/24  00:54:04
18054         Log: Add make target "install-all" which is alias for "install"
18055              to cater for case-preserving filesystems like HFS+.
18056      Branch: perl
18057            ! INSTALL Makefile.SH
18058 ____________________________________________________________________________
18059 [  9805] By: jhi                                   on 2001/04/24  00:47:28
18060         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
18061              From: Peter Prymmer <pvhp@forte.com>
18062              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
18063              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
18064              
18065              (Ken William's message forwarded from macosx@perl.org)
18066      Branch: perl
18067            ! hints/darwin.sh
18068 ____________________________________________________________________________
18069 [  9804] By: jhi                                   on 2001/04/23  23:57:35
18070         Log: Cut-and-pasto.
18071      Branch: perl
18072            ! perlio.c
18073 ____________________________________________________________________________
18074 [  9803] By: jhi                                   on 2001/04/23  23:52:25
18075         Log: More PerlIO robustness.
18076      Branch: perl
18077            ! perlio.c
18078 ____________________________________________________________________________
18079 [  9802] By: jhi                                   on 2001/04/23  23:43:35
18080         Log: Make the "STD* opened only for ..." errors more consistent.
18081      Branch: perl
18082            ! doio.c
18083 ____________________________________________________________________________
18084 [  9801] By: jhi                                   on 2001/04/23  23:34:26
18085         Log: Test case for #9800.
18086      Branch: perl
18087            ! t/op/misc.t
18088 ____________________________________________________________________________
18089 [  9800] By: jhi                                   on 2001/04/23  23:14:43
18090         Log: Avoid coredump on 'close STDERR; die' by making
18091              the PerlIO calls more robust.  Also use SETERRNO()
18092              instead of errno = to be more VMS-ready.
18093      Branch: perl
18094            ! perlio.c
18095 ____________________________________________________________________________
18096 [  9799] By: jhi                                   on 2001/04/23  21:41:10
18097         Log: Subject: test for ID 20010423.002
18098              From: Robin Houston <robin@kitsite.com>
18099              Date: Mon, 23 Apr 2001 16:52:21 +0100
18100              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
18101      Branch: perl
18102            ! t/op/avhv.t
18103 ____________________________________________________________________________
18104 [  9798] By: jhi                                   on 2001/04/23  21:40:07
18105         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
18106              From: David Dyck <dcd@tc.fluke.com>
18107              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
18108              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
18109      Branch: perl
18110            ! installperl
18111 ____________________________________________________________________________
18112 [  9797] By: jhi                                   on 2001/04/23  21:37:56
18113         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
18114              From: Benjamin Sugars <bsugars@canoe.ca>
18115              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
18116              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
18117      Branch: perl
18118            ! ext/Cwd/Cwd.xs lib/Cwd.pm
18119 ____________________________________________________________________________
18120 [  9796] By: jhi                                   on 2001/04/23  21:29:24
18121         Log: Synchronize h2xs and pod2man some more on the documentation
18122              templates they propose.
18123      Branch: perl
18124            ! pod/pod2man.PL utils/h2xs.PL
18125 ____________________________________________________________________________
18126 [  9795] By: jhi                                   on 2001/04/23  17:30:40
18127         Log: Add one more naughty test for base64; make encoding logic cleaner.
18128      Branch: perl
18129            ! t/lib/mimeb64.t
18130 ____________________________________________________________________________
18131 [  9794] By: jhi                                   on 2001/04/23  13:51:32
18132         Log: Update Changes.
18133      Branch: perl
18134            ! Changes patchlevel.h
18135 ____________________________________________________________________________
18136 [  9793] By: jhi                                   on 2001/04/23  13:44:18
18137         Log: Duplicate lines.
18138      Branch: perl
18139            ! MANIFEST
18140 ____________________________________________________________________________
18141 [  9792] By: jhi                                   on 2001/04/23  13:39:13
18142         Log: Subject: Re: PATCH 5.7.1
18143              From: Mark-Jason Dominus <mjd@plover.com>
18144              Date: Mon, 23 Apr 2001 10:30:21 -0400
18145              Message-ID: <20010423143021.17335.qmail@plover.com>
18146      Branch: perl
18147            ! perl.h sv.c
18148 ____________________________________________________________________________
18149 [  9791] By: jhi                                   on 2001/04/23  13:32:40
18150         Log: Add the CPAN.pm 1.59_54 tests.
18151      Branch: perl
18152            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18153            ! MANIFEST
18154 ____________________________________________________________________________
18155 [  9790] By: jhi                                   on 2001/04/23  13:21:55
18156         Log: Subject: Deparse nit
18157              From: Robin Houston <robin@kitsite.com>
18158              Date: Mon, 23 Apr 2001 12:38:20 +0100
18159              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
18160      Branch: perl
18161            ! ext/B/B/Deparse.pm
18162 ____________________________________________________________________________
18163 [  9789] By: jhi                                   on 2001/04/23  13:19:07
18164         Log: Subject: [PATCH] bug 20010423.002
18165              From: Robin Houston <robin@kitsite.com>
18166              Date: Mon, 23 Apr 2001 13:12:30 +0100
18167              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
18168      Branch: perl
18169            ! pp.c
18170 ____________________________________________________________________________
18171 [  9788] By: jhi                                   on 2001/04/23  13:02:49
18172         Log: Subject: PATCH [5.7.1] hv.c unused #define
18173              From: Mark-Jason Dominus <mjd@plover.com>
18174              Date: Sun, 22 Apr 2001 14:17:49 -0400
18175              Message-ID: <20010422181749.26976.qmail@plover.com>
18176      Branch: perl
18177            ! hv.c
18178 ____________________________________________________________________________
18179 [  9787] By: jhi                                   on 2001/04/23  13:02:02
18180         Log: Subject: PATCH 5.7.1
18181              From: Mark-Jason Dominus <mjd@plover.com>
18182              Date: Sun, 22 Apr 2001 15:12:57 -0400
18183              Message-ID: <20010422191258.6539.qmail@plover.com>
18184              
18185              plus Sarathy's STMT_START + STMT_END suggestion.
18186      Branch: perl
18187            ! perl.h
18188 ____________________________________________________________________________
18189 [  9786] By: jhi                                   on 2001/04/23  12:53:25
18190         Log: Fix for
18191              
18192              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
18193              From: dLux <dlux@spam.sch.bme.hu>
18194              Date: Mon, 23 Apr 2001 01:25:26 +0200
18195              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
18196              
18197              (SvGROW really does return a char *.)
18198      Branch: perl
18199            ! pod/perlapi.pod sv.h
18200 ____________________________________________________________________________
18201 [  9785] By: jhi                                   on 2001/04/23  04:34:04
18202         Log: Time::Piece work continues.  $t->day removed since
18203              I think it's too confusing.  Now has normal and
18204              abbreviated length weekday names and month names,
18205              the names change with _names(), not _list().
18206              Now has strftime() in Perl, _strftime() is
18207              the libc version (to which strftime() falls back
18208              if it doesn't know the format.  To do: the reverse
18209              of strftime, strptime(), and the localisation of both.
18210      Branch: perl
18211            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
18212            ! t/lib/time-piece.t
18213 ____________________________________________________________________________
18214 [  9784] By: jhi                                   on 2001/04/23  02:41:46
18215         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
18216              From: andreas.koenig@anima.de (Andreas J. Koenig)
18217              Date: 23 Apr 2001 05:20:55 +0200
18218              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
18219      Branch: perl
18220            ! t/pragma/overload.t
18221 ____________________________________________________________________________
18222 [  9783] By: jhi                                   on 2001/04/22  23:32:42
18223         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
18224              From: Robin Houston <robin@kitsite.com>
18225              Date: Mon, 23 Apr 2001 00:38:18 +0100
18226              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
18227      Branch: perl
18228            ! ext/B/B/Deparse.pm
18229 ____________________________________________________________________________
18230 [  9782] By: jhi                                   on 2001/04/22  20:55:43
18231         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
18232              From: Simon Cozens <simon@netthink.co.uk>
18233              Date: Sun, 22 Apr 2001 18:47:25 +0100
18234              Message-ID: <20010422184725.A14411@netthink.co.uk>
18235      Branch: perl
18236            ! sv.c t/pragma/overload.t
18237 ____________________________________________________________________________
18238 [  9781] By: jhi                                   on 2001/04/22  20:52:13
18239         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
18240              From: Robin Houston <robin@kitsite.com>
18241              Date: Sun, 22 Apr 2001 22:14:50 +0100
18242              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
18243      Branch: perl
18244            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18245 ____________________________________________________________________________
18246 [  9780] By: nick                                  on 2001/04/22  20:40:31
18247         Log: Integrate mainline.
18248      Branch: perlio
18249           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18250           +> t/lib/b-stash.t
18251           !> (integrate 38 files)
18252 ____________________________________________________________________________
18253 [  9779] By: jhi                                   on 2001/04/22  15:16:03
18254         Log: Subject: IO::Socket::INET patch
18255              From: andrew deryabin <djsf@technarchy.ru>
18256              Date: Sat, 21 Apr 2001 17:46:52 +0400
18257              Message-ID: <20010421174652.B1426@technarchy>
18258      Branch: perl
18259            ! ext/IO/lib/IO/Socket/INET.pm
18260 ____________________________________________________________________________
18261 [  9778] By: jhi                                   on 2001/04/22  15:14:33
18262         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
18263              From: Mark-Jason Dominus <mjd@plover.com>
18264              Date: Sat, 21 Apr 2001 21:27:49 -0400
18265              Message-ID: <20010422012749.27024.qmail@plover.com>
18266      Branch: perl
18267            ! regcomp.c
18268 ____________________________________________________________________________
18269 [  9777] By: jhi                                   on 2001/04/22  15:10:51
18270         Log: Subject: Re: Regex debugger patch 
18271              From: Mark-Jason Dominus <mjd@plover.com>
18272              Date: Sat, 21 Apr 2001 21:48:51 -0400
18273              Message-ID: <20010422014851.27165.qmail@plover.com>
18274      Branch: perl
18275            ! pod/perldebguts.pod
18276 ____________________________________________________________________________
18277 [  9776] By: jhi                                   on 2001/04/22  15:09:48
18278         Log: Subject: Re: Regex debugger patch
18279              From: Mark-Jason Dominus <mjd@plover.com>
18280              Date: Sat, 21 Apr 2001 14:24:39 -0400
18281              Message-ID: <20010421182439.16508.qmail@plover.com>
18282              
18283              Regex debugger backend.
18284      Branch: perl
18285            ! regcomp.c regexp.h
18286 ____________________________________________________________________________
18287 [  9775] By: jhi                                   on 2001/04/21  16:45:40
18288         Log: Subject: [PATCH] Typo in utf8.h
18289              From: Jesús Quiroga <jquiroga@pobox.com>
18290              Date: Sat, 21 Apr 2001 19:25:33 +0200
18291              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
18292      Branch: perl
18293            ! utf8.h
18294 ____________________________________________________________________________
18295 [  9774] By: jhi                                   on 2001/04/21  16:43:52
18296         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18297              From: Joe Orton <jorton@redhat.com>
18298              Date: Tue, 17 Apr 2001 15:50:43 +0100
18299              Message-Id: <20010417155043.D19132@eu.c2.net>
18300      Branch: perl
18301            ! hints/svr5.sh
18302 ____________________________________________________________________________
18303 [  9773] By: jhi                                   on 2001/04/21  15:30:15
18304         Log: Subject: Patch utils/h2xs.PL
18305              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18306              Date: Sat, 21 Apr 2001 10:32:16 -0500
18307              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
18308              
18309              Add MAILING list and LICENSE templates.
18310      Branch: perl
18311            ! utils/h2xs.PL
18312 ____________________________________________________________________________
18313 [  9772] By: jhi                                   on 2001/04/21  15:28:36
18314         Log: Subject: perlfaq2.patch for 5.7.1
18315              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18316              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
18317              Date: Fri, 20 Apr 2001 16:42:19 -0500
18318              
18319              rm an extra tab, a blurb about the xx.cpan to clarify
18320              which countries actually have that and dejanews is history
18321              as well as most of that nonsensical entry.
18322      Branch: perl
18323            ! pod/perlfaq2.pod
18324 ____________________________________________________________________________
18325 [  9771] By: jhi                                   on 2001/04/21  15:27:17
18326         Log: Subject: perlfaq1.patch for 5.7.1
18327              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18328              Date: Fri, 20 Apr 2001 16:57:36 -0500
18329              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
18330              
18331              Evil URLs must die. Especially when they are broken.
18332      Branch: perl
18333            ! pod/perlfaq1.pod
18334 ____________________________________________________________________________
18335 [  9770] By: jhi                                   on 2001/04/21  15:23:38
18336         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
18337              From: Michael G Schwern <schwern@pobox.com>
18338              Date: Sat, 21 Apr 2001 16:11:12 +0100
18339              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
18340      Branch: perl
18341            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18342            + t/lib/b-stash.t
18343            ! MANIFEST ext/B/B.pm t/lib/b.t
18344 ____________________________________________________________________________
18345 [  9769] By: jhi                                   on 2001/04/21  15:03:32
18346         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
18347              From: Michael G Schwern <schwern@pobox.com>
18348              Date: Sat, 21 Apr 2001 09:48:00 +0100
18349              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
18350      Branch: perl
18351            ! utils/h2ph.PL
18352 ____________________________________________________________________________
18353 [  9768] By: jhi                                   on 2001/04/21  14:33:49
18354         Log: PerlIO and Encode doc cleanup and tweaks.
18355      Branch: perl
18356            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
18357            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
18358 ____________________________________________________________________________
18359 [  9767] By: jhi                                   on 2001/04/21  12:40:16
18360         Log: Integrate perlio.
18361      Branch: perl
18362           !> doio.c
18363 ____________________________________________________________________________
18364 [  9766] By: nick                                  on 2001/04/20  18:28:35
18365         Log: Avoid core dump on
18366              open(STDOUT,">",\$foo);
18367      Branch: perlio
18368            ! doio.c
18369 ____________________________________________________________________________
18370 [  9765] By: jhi                                   on 2001/04/20  13:23:43
18371         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18372              From: Robin Houston <robin@kitsite.com>
18373              Date: Fri, 20 Apr 2001 14:29:22 +0100
18374              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
18375      Branch: perl
18376            ! ext/B/B.pm ext/B/B/Deparse.pm
18377 ____________________________________________________________________________
18378 [  9764] By: jhi                                   on 2001/04/20  13:19:33
18379         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
18380              From: Peter Prymmer <pvhp@forte.com>
18381              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
18382              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
18383      Branch: perl
18384            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18385            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18386            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18387            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18388 ____________________________________________________________________________
18389 [  9763] By: jhi                                   on 2001/04/20  12:36:39
18390         Log: Subject: Re: A new PerlIO coredump
18391              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18392              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
18393              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
18394      Branch: perl
18395            ! doio.c
18396 ____________________________________________________________________________
18397 [  9762] By: jhi                                   on 2001/04/19  23:02:30
18398         Log: Update Changes.
18399      Branch: perl
18400            ! Changes patchlevel.h
18401 ____________________________________________________________________________
18402 [  9761] By: jhi                                   on 2001/04/19  22:59:19
18403         Log: More cleanup cleanup.
18404      Branch: perl
18405            ! Makefile.SH win32/Makefile win32/makefile.mk
18406 ____________________________________________________________________________
18407 [  9760] By: jhi                                   on 2001/04/19  22:50:31
18408         Log: lib/Time is non-empty, let's not rmdir it.
18409      Branch: perl
18410            ! Makefile.SH
18411 ____________________________________________________________________________
18412 [  9759] By: jhi                                   on 2001/04/19  22:36:51
18413         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18414              From: Robin Houston <robin@kitsite.com>
18415              Date: Fri, 20 Apr 2001 00:18:53 +0100
18416              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
18417      Branch: perl
18418            ! ext/B/B/Deparse.pm
18419 ____________________________________________________________________________
18420 [  9758] By: jhi                                   on 2001/04/19  22:36:00
18421         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
18422              From: Peter Prymmer <pvhp@forte.com>
18423              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
18424              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
18425      Branch: perl
18426            ! ext/Cwd/Cwd.xs
18427 ____________________________________________________________________________
18428 [  9757] By: nick                                  on 2001/04/19  18:53:54
18429         Log: Blind (untested) integrate of mainline.
18430      Branch: perlio
18431           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18432           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
18433           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18434           !> (integrate 53 files)
18435 ____________________________________________________________________________
18436 [  9756] By: jhi                                   on 2001/04/19  16:59:23
18437         Log: Document and test Time::Piece.
18438      Branch: perl
18439            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
18440            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
18441 ____________________________________________________________________________
18442 [  9755] By: jhi                                   on 2001/04/19  12:13:29
18443         Log: A better fix for the \x{12345678} trouble from NI-S.
18444      Branch: perl
18445            ! utf8.c
18446 ____________________________________________________________________________
18447 [  9754] By: jhi                                   on 2001/04/19  11:56:07
18448         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
18449              From: Robin Houston <robin@kitsite.com>
18450              Date: Wed, 18 Apr 2001 17:58:33 +0100
18451              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
18452      Branch: perl
18453            ! ext/B/B/Deparse.pm op.c
18454 ____________________________________________________________________________
18455 [  9753] By: jhi                                   on 2001/04/19  04:21:52
18456         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
18457              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
18458              Date: Thu, 19 Apr 2001 01:11:41 -0400
18459              Message-ID: <20010419011141.A5798@cpan.org>
18460      Branch: perl
18461            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18462 ____________________________________________________________________________
18463 [  9752] By: jhi                                   on 2001/04/19  02:41:10
18464         Log: The new time utils need to be thread-aware, too.
18465      Branch: perl
18466            ! util.c
18467 ____________________________________________________________________________
18468 [  9751] By: jhi                                   on 2001/04/19  02:26:47
18469         Log: Compilation nit noticed by AIX compiler.
18470      Branch: perl
18471            ! perlio.c
18472 ____________________________________________________________________________
18473 [  9750] By: jhi                                   on 2001/04/19  02:20:06
18474         Log: The new time utils need to be public.
18475      Branch: perl
18476            ! embed.pl
18477 ____________________________________________________________________________
18478 [  9749] By: jhi                                   on 2001/04/19  01:42:39
18479         Log: Regen toc.
18480      Branch: perl
18481            ! pod/perltoc.pod
18482 ____________________________________________________________________________
18483 [  9748] By: jhi                                   on 2001/04/19  01:41:10
18484         Log: Add Time::Piece, a slight rewrite of Time::Object,
18485              from Matt Sergeant.
18486      Branch: perl
18487            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18488            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
18489            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18490            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
18491            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
18492            ! win32/makefile.mk
18493 ____________________________________________________________________________
18494 [  9747] By: jhi                                   on 2001/04/19  00:55:35
18495         Log: The new metaconfig unit from strftime.
18496      Branch: metaconfig/U/perl
18497            + d_strftime.U
18498 ____________________________________________________________________________
18499 [  9746] By: jhi                                   on 2001/04/19  00:54:54
18500         Log: Move the strftime() wrapper from POSIX.xs to util.c
18501              as my_strftime(), requires HAS_STRFTIME.
18502      Branch: perl
18503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18504            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18505            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
18506            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18507            ! vos/config.ga.h win32/config.bc win32/config.gc
18508            ! win32/config.vc
18509 ____________________________________________________________________________
18510 [  9745] By: jhi                                   on 2001/04/18  23:11:03
18511         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
18512              in preparation of Time::Piece.
18513      Branch: perl
18514            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
18515 ____________________________________________________________________________
18516 [  9744] By: jhi                                   on 2001/04/18  22:33:12
18517         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
18518              From: Peter Prymmer <pvhp@forte.com>
18519              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
18520              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
18521      Branch: perl
18522            ! t/lib/exporter.t
18523 ____________________________________________________________________________
18524 [  9743] By: jhi                                   on 2001/04/18  22:32:23
18525         Log: Subject: Fwd: pod2html leaves cache files lying around?
18526              From: Rajesh Vaidheeswarran <rv@gnu.org>
18527              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
18528              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
18529      Branch: perl
18530            ! lib/Pod/Html.pm
18531 ____________________________________________________________________________
18532 [  9742] By: jhi                                   on 2001/04/18  20:31:49
18533         Log: Update Changes.
18534      Branch: perl
18535            ! Changes patchlevel.h
18536 ____________________________________________________________________________
18537 [  9741] By: jhi                                   on 2001/04/18  20:23:02
18538         Log: Declare hints only if needed.
18539      Branch: perl
18540            ! ext/B/B/Deparse.pm
18541 ____________________________________________________________________________
18542 [  9740] By: jhi                                   on 2001/04/18  19:06:05
18543         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
18544              bug noticed by Robin Houston; basically the code of detecting
18545              value wraparound was acting differently under different compilers
18546              and platforms.  The workaround is to remove the overflow check
18547              for now, a real fix would be to do the overflow (portably) right.
18548      Branch: perl
18549            ! t/op/pat.t utf8.c
18550 ____________________________________________________________________________
18551 [  9739] By: jhi                                   on 2001/04/18  19:01:23
18552         Log: Subject: [PATCH B::Deparse] some pragma support
18553              From: Robin Houston <robin@kitsite.com>
18554              Date: Wed, 18 Apr 2001 19:32:12 +0100
18555              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
18556      Branch: perl
18557            ! ext/B/B/Deparse.pm
18558 ____________________________________________________________________________
18559 [  9738] By: jhi                                   on 2001/04/18  15:16:37
18560         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
18561              From: Benjamin Sugars <bsugars@canoe.ca>
18562              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
18563              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
18564      Branch: perl
18565            ! t/op/glob.t
18566 ____________________________________________________________________________
18567 [  9737] By: jhi                                   on 2001/04/18  13:24:50
18568         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
18569              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18570              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
18571              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
18572      Branch: perl
18573            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18574            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
18575 ____________________________________________________________________________
18576 [  9736] By: jhi                                   on 2001/04/18  04:15:14
18577         Log: The #9735 also changes the subtest 12.
18578      Branch: perl
18579            ! t/lib/b.t
18580 ____________________________________________________________________________
18581 [  9735] By: jhi                                   on 2001/04/18  03:55:17
18582         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
18583              From: David Dyck <dcd@tc.fluke.com>
18584              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
18585              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
18586      Branch: perl
18587            ! ext/B/B/Deparse.pm
18588 ____________________________________________________________________________
18589 [  9734] By: jhi                                   on 2001/04/18  03:54:11
18590         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18591              From: Gisle Aas <gisle@ActiveState.com>
18592              Date: 17 Apr 2001 19:06:45 -0700
18593              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
18594      Branch: perl
18595            ! pp_hot.c t/op/misc.t
18596 ____________________________________________________________________________
18597 [  9733] By: jhi                                   on 2001/04/17  22:25:22
18598         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
18599              From: "Abigail" <abigail@foad.org>
18600              Date: Wed, 18 Apr 2001 01:17:46 +0200
18601              Message-ID: <20010417231746.21657.qmail@foad.org>
18602      Branch: perl
18603            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
18604 ____________________________________________________________________________
18605 [  9732] By: jhi                                   on 2001/04/17  20:47:56
18606         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
18607              From: Robin Houston <robin@kitsite.com>
18608              Date: Tue, 17 Apr 2001 22:37:42 +0100
18609              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
18610      Branch: perl
18611            ! ext/B/B/Deparse.pm
18612 ____________________________________________________________________________
18613 [  9731] By: nick                                  on 2001/04/17  20:46:35
18614         Log: Re-sync for t/lib/b.t fix
18615      Branch: perlio
18616           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
18617 ____________________________________________________________________________
18618 [  9730] By: jhi                                   on 2001/04/17  20:45:29
18619         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
18620              From: Robin Houston <robin@kitsite.com>
18621              Date: Tue, 17 Apr 2001 22:29:36 +0100
18622              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
18623      Branch: perl
18624            ! ext/B/B.xs ext/B/B/Deparse.pm
18625 ____________________________________________________________________________
18626 [  9729] By: jhi                                   on 2001/04/17  20:43:11
18627         Log: Subject: Deparse - parenthesise args to undeclared subs
18628              From: Robin Houston <robin@kitsite.com>
18629              Date: Tue, 17 Apr 2001 21:31:05 +0100
18630              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
18631      Branch: perl
18632            ! ext/B/B/Deparse.pm
18633 ____________________________________________________________________________
18634 [  9728] By: jhi                                   on 2001/04/17  18:57:30
18635         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
18636              From: Benjamin Sugars <ben.sugars@home.com>
18637              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
18638              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
18639      Branch: perl
18640            ! t/lib/cwd.t
18641 ____________________________________________________________________________
18642 [  9727] By: jhi                                   on 2001/04/17  18:20:20
18643         Log: Subject: [PATCH B::Deparse] ambient pragmas
18644              From: Robin Houston <robin@kitsite.com>
18645              Date: Tue, 17 Apr 2001 20:01:59 +0100
18646              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
18647      Branch: perl
18648            ! ext/B/B/Deparse.pm t/lib/b.t
18649 ____________________________________________________________________________
18650 [  9726] By: nick                                  on 2001/04/17  16:33:51
18651         Log: Integrate mainline (t/lib/b.t fails test 2...)
18652      Branch: perlio
18653           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
18654           +> ext/List/Util/README ext/List/Util/Util.xs
18655           +> ext/List/Util/lib/List/Util.pm
18656           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
18657           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18658           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18659           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18660           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18661           !> (integrate 31 files)
18662 ____________________________________________________________________________
18663 [  9725] By: jhi                                   on 2001/04/17  12:14:24
18664         Log: Subject: multiple B::* changes
18665              From: Robin Houston <robin@kitsite.com>
18666              Date: Thu, 12 Apr 2001 20:12:27 +0100
18667              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
18668      Branch: perl
18669            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18670 ____________________________________________________________________________
18671 [  9724] By: jhi                                   on 2001/04/17  11:59:05
18672         Log: Thread-awareness from Doug MacEachern.
18673      Branch: perl
18674            ! ext/List/Util/Util.xs
18675 ____________________________________________________________________________
18676 [  9723] By: jhi                                   on 2001/04/17  11:57:41
18677         Log: Make the test more portable.
18678      Branch: perl
18679            ! t/lib/cwd.t
18680 ____________________________________________________________________________
18681 [  9722] By: jhi                                   on 2001/04/17  11:53:50
18682         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
18683              From: Benjamin Sugars <ben.sugars@home.com>
18684              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
18685              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
18686      Branch: perl
18687            ! t/lib/cwd.t
18688 ____________________________________________________________________________
18689 [  9721] By: jhi                                   on 2001/04/17  11:52:17
18690         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
18691              From: Benjamin Sugars <bsugars@canoe.ca>
18692              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
18693              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
18694      Branch: perl
18695            ! op.c
18696 ____________________________________________________________________________
18697 [  9720] By: jhi                                   on 2001/04/17  11:35:42
18698         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
18699              From: Chris Nandor <pudge@pobox.com>
18700              Date: Tue, 17 Apr 2001 00:30:49 -0400
18701              Message-Id: <p05100207b701768712de@[10.0.1.177]>
18702      Branch: perl
18703            ! ext/File/Glob/bsd_glob.c gv.c
18704 ____________________________________________________________________________
18705 [  9719] By: jhi                                   on 2001/04/17  11:32:13
18706         Log: Subject: [PATCH] Tweten->West
18707              From: Casey West <casey@geeknest.com>
18708              Date: Mon, 16 Apr 2001 12:11:22 -0400
18709              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
18710      Branch: perl
18711            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
18712            ! pod/perltie.pod
18713 ____________________________________________________________________________
18714 [  9718] By: jhi                                   on 2001/04/16  03:22:52
18715         Log: Update Changes.
18716      Branch: perl
18717            ! Changes patchlevel.h
18718 ____________________________________________________________________________
18719 [  9717] By: jhi                                   on 2001/04/16  03:06:28
18720         Log: Regen toc.
18721      Branch: perl
18722            ! pod/perltoc.pod
18723 ____________________________________________________________________________
18724 [  9716] By: jhi                                   on 2001/04/16  02:58:42
18725         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
18726              From: Prymmer/Kahn <pvhp@best.com>
18727              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
18728              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
18729      Branch: perl
18730            ! utf8.c
18731 ____________________________________________________________________________
18732 [  9715] By: jhi                                   on 2001/04/15  23:40:35
18733         Log: Subject: Re: Net::Ping patch, adds stream protocol
18734              From: bronson@rinspin.com (Scott Bronson)
18735              Date: Tue, 10 Apr 2001 23:58:33 -0700
18736              Message-ID: <20010410235833.N29719@rinspin.com>
18737      Branch: perl
18738            ! lib/Net/Ping.pm
18739 ____________________________________________________________________________
18740 [  9714] By: jhi                                   on 2001/04/15  23:31:46
18741         Log: Printing out the ok messages helps successful testing.
18742      Branch: perl
18743            ! t/lib/time-hires.t
18744 ____________________________________________________________________________
18745 [  9713] By: jhi                                   on 2001/04/15  21:43:24
18746         Log: Update Douglas Wegscheid's email.
18747      Branch: perl
18748            ! AUTHORS
18749 ____________________________________________________________________________
18750 [  9712] By: jhi                                   on 2001/04/15  21:40:41
18751         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
18752              From: Michael G Schwern <schwern@pobox.com>
18753              Date: Sat, 14 Apr 2001 22:40:50 +0100
18754              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
18755      Branch: perl
18756            + t/lib/exporter.t
18757            ! MANIFEST lib/Exporter/Heavy.pm
18758 ____________________________________________________________________________
18759 [  9711] By: jhi                                   on 2001/04/15  21:39:21
18760         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
18761              From: Michael G Schwern <schwern@pobox.com>
18762              Date: Sat, 14 Apr 2001 22:13:59 +0100
18763              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
18764      Branch: perl
18765            ! t/op/loopctl.t
18766 ____________________________________________________________________________
18767 [  9710] By: jhi                                   on 2001/04/15  21:30:19
18768         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
18769              From: Michael G Schwern <schwern@pobox.com>
18770              Date: Sat, 14 Apr 2001 22:05:32 +0100
18771              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
18772      Branch: perl
18773            ! t/pragma/warnings.t
18774 ____________________________________________________________________________
18775 [  9709] By: jhi                                   on 2001/04/15  19:34:09
18776         Log: Integrate changes #9706,9707 from maintperl into mainline.
18777              
18778              change#7210 broke .packlist generation
18779              
18780              ExtUtils::Installed doesn't quote regex metacharacters in paths
18781              before using them in match; also make it work for dosish platforms
18782      Branch: perl
18783           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
18784 ____________________________________________________________________________
18785 [  9708] By: jhi                                   on 2001/04/15  19:31:01
18786         Log: Test also the scalar aspect of getitimer().
18787      Branch: perl
18788            ! t/lib/time-hires.t
18789 ____________________________________________________________________________
18790 [  9707] By: gsar                                  on 2001/04/15  17:24:20
18791         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
18792              before using them in match; also make it work for dosish platforms
18793      Branch: maint-5.6/perl
18794            ! lib/ExtUtils/Installed.pm
18795 ____________________________________________________________________________
18796 [  9706] By: gsar                                  on 2001/04/15  17:21:59
18797         Log: change#7210 broke .packlist generation (listed only filename
18798              rather than fully qualified path name)
18799      Branch: maint-5.6/perl
18800            ! lib/ExtUtils/Install.pm
18801 ____________________________________________________________________________
18802 [  9705] By: jhi                                   on 2001/04/15  12:36:33
18803         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
18804      Branch: perl
18805            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
18806            ! t/lib/time-hires.t
18807 ____________________________________________________________________________
18808 [  9704] By: jhi                                   on 2001/04/15  10:49:08
18809         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
18810              From: Prymmer/Kahn <pvhp@best.com>
18811              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
18812              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
18813      Branch: perl
18814            ! lib/utf8.pm pod/perlebcdic.pod
18815 ____________________________________________________________________________
18816 [  9703] By: jhi                                   on 2001/04/15  02:26:26
18817         Log: I keep forgetting to sort MANIFEST.
18818      Branch: perl
18819            ! MANIFEST
18820 ____________________________________________________________________________
18821 [  9702] By: jhi                                   on 2001/04/15  02:07:47
18822         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
18823              Now we have blessed, reftype, tainted, first, reduce, ...
18824      Branch: perl
18825            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
18826            + ext/List/Util/README ext/List/Util/Util.xs
18827            + ext/List/Util/lib/List/Util.pm
18828            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
18829            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
18830            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18831            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18832            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18833            ! MANIFEST
18834 ____________________________________________________________________________
18835 [  9701] By: jhi                                   on 2001/04/14  15:05:25
18836         Log: Subject: RE: dprofpp.pl updates 
18837              From: Carl Eklof <CEklof@endeca.com>
18838              Date: Thu, 12 Apr 2001 18:45:46 -0400
18839              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
18840      Branch: perl
18841            ! utils/dprofpp.PL
18842 ____________________________________________________________________________
18843 [  9700] By: jhi                                   on 2001/04/14  14:44:55
18844         Log: Do not just blindly add CR.
18845      Branch: perl
18846            ! Porting/makerel
18847 ____________________________________________________________________________
18848 [  9699] By: jhi                                   on 2001/04/13  13:17:01
18849         Log: Update Changes.
18850      Branch: perl
18851            ! Changes patchlevel.h
18852 ____________________________________________________________________________
18853 [  9698] By: jhi                                   on 2001/04/13  12:44:48
18854         Log: Integrate perlio.
18855      Branch: perl
18856           !> ext/PerlIO/Scalar/Scalar.xs
18857 ____________________________________________________________________________
18858 [  9697] By: jhi                                   on 2001/04/13  12:29:15
18859         Log: Add more debug output to the test.
18860      Branch: perl
18861            ! t/lib/cwd.t
18862 ____________________________________________________________________________
18863 [  9696] By: nick                                  on 2001/04/13  10:14:29
18864         Log: Fix core dump on binmode($fh,'Scalar')
18865      Branch: perlio
18866            ! ext/PerlIO/Scalar/Scalar.xs
18867 ____________________________________________________________________________
18868 [  9695] By: nick                                  on 2001/04/13  09:05:42
18869         Log: Integrate mainline
18870      Branch: perlio
18871           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18872           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18873           +> t/lib/time-hires.t
18874           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
18875           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
18876           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18877           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
18878           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
18879           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
18880           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
18881 ____________________________________________________________________________
18882 [  9694] By: jhi                                   on 2001/04/12  22:23:35
18883         Log: Integrate change #9693 from maintperl into mainline.
18884              
18885              $VERSION and Version() on the same line provokes a warning from
18886              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
18887      Branch: perl
18888           !> lib/Devel/SelfStubber.pm
18889 ____________________________________________________________________________
18890 [  9693] By: gsar                                  on 2001/04/12  21:55:56
18891         Log: $VERSION and Version() on the same line provokes a warning from
18892              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
18893      Branch: maint-5.6/perl
18894            ! lib/Devel/SelfStubber.pm
18895 ____________________________________________________________________________
18896 [  9692] By: jhi                                   on 2001/04/12  13:54:00
18897         Log: This is at least 5.005.
18898      Branch: perl
18899            ! ext/Time/HiRes/HiRes.xs
18900 ____________________________________________________________________________
18901 [  9691] By: jhi                                   on 2001/04/12  13:37:20
18902         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
18903      Branch: perl
18904            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
18905            ! win32/Makefile win32/makefile.mk
18906 ____________________________________________________________________________
18907 [  9690] By: jhi                                   on 2001/04/12  01:34:46
18908         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
18909      Branch: perl
18910            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18911            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18912            + t/lib/time-hires.t
18913            ! MANIFEST
18914 ____________________________________________________________________________
18915 [  9689] By: jhi                                   on 2001/04/12  00:28:39
18916         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
18917              From: Gisle Aas <gisle@ActiveState.com>
18918              Date: 11 Apr 2001 16:36:11 -0700
18919              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
18920      Branch: perl
18921            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
18922 ____________________________________________________________________________
18923 [  9688] By: jhi                                   on 2001/04/12  00:27:39
18924         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
18925              From: Gisle Aas <gisle@ActiveState.com>
18926              Date: 11 Apr 2001 11:13:24 -0700
18927              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
18928      Branch: perl
18929            ! ext/MIME/Base64/Base64.xs
18930 ____________________________________________________________________________
18931 [  9687] By: jhi                                   on 2001/04/11  19:51:47
18932         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
18933      Branch: perl
18934            ! Todo-5.6
18935 ____________________________________________________________________________
18936 [  9686] By: jhi                                   on 2001/04/11  16:54:25
18937         Log: Subject: [PATCH opcode.pl] Documentation of table format
18938              From: Simon Cozens <simon@netthink.co.uk>
18939              Date: Wed, 11 Apr 2001 12:59:31 +0100
18940              Message-ID: <20010411125931.A25681@netthink.co.uk>
18941      Branch: perl
18942            ! opcode.pl
18943 ____________________________________________________________________________
18944 [  9685] By: jhi                                   on 2001/04/11  16:53:15
18945         Log: Subject: [PATCH] prototype("CORE::recv")
18946              From: Simon Cozens <simon@netthink.co.uk>
18947              Date: Wed, 11 Apr 2001 13:24:35 +0100
18948              Message-ID: <20010411132435.A26169@netthink.co.uk>
18949      Branch: perl
18950            ! pp.c t/comp/proto.t
18951 ____________________________________________________________________________
18952 [  9684] By: jhi                                   on 2001/04/11  16:47:13
18953         Log: FAQ (and AUTHORS) update from Dan Carson: the information
18954              was several years obsolete, Term::Readkey has been updated
18955              to have the functionality.
18956      Branch: perl
18957            ! AUTHORS pod/perlfaq5.pod
18958 ____________________________________________________________________________
18959 [  9683] By: jhi                                   on 2001/04/11  12:15:46
18960         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
18961              From: Calle Dybedahl <calle@lysator.liu.se>
18962              Date: 10 Apr 2001 16:44:16 +0200
18963              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
18964      Branch: perl
18965            ! ext/MIME/Base64/Base64.xs
18966 ____________________________________________________________________________
18967 [  9682] By: jhi                                   on 2001/04/11  12:12:26
18968         Log: A more minimal fix for 20010410.006 from Hugo.
18969      Branch: perl
18970            ! regexec.c
18971 ____________________________________________________________________________
18972 [  9681] By: jhi                                   on 2001/04/11  11:34:23
18973         Log: Integrate changes #9678,9679 from maintline into mainperl.
18974              
18975              addendum to change#9676
18976              
18977              up $File::Glob::VERSION; add a note pointing out the version of
18978              the OpenBSD glob bsd_glob.c resembles
18979      Branch: perl
18980           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18981           !> ext/File/Glob/bsd_glob.h
18982 ____________________________________________________________________________
18983 [  9680] By: jhi                                   on 2001/04/11  11:30:38
18984         Log: Bad test numbering in integrate in #9677.
18985              Fixes ID 20010411.001.
18986      Branch: perl
18987            ! t/op/pat.t
18988 ____________________________________________________________________________
18989 [  9679] By: gsar                                  on 2001/04/11  03:38:40
18990         Log: up $File::Glob::VERSION; add a note pointing out the version of
18991              the OpenBSD glob bsd_glob.c resembles
18992      Branch: maint-5.6/perl
18993            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18994            ! ext/File/Glob/bsd_glob.h
18995 ____________________________________________________________________________
18996 [  9678] By: gsar                                  on 2001/04/11  03:09:48
18997         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
18998              revision 1.8.10.1 found here:
18999              
19000              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
19001      Branch: maint-5.6/perl
19002            ! ext/File/Glob/bsd_glob.c
19003 ____________________________________________________________________________
19004 [  9677] By: jhi                                   on 2001/04/11  02:54:39
19005         Log: Integrate changes #9675,9676 from maintperl into mainline.
19006              
19007              fix for bug 20010410.006, undo change#7115
19008              
19009              port the OpenBSD glob() security patch
19010      Branch: perl
19011           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19012           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
19013           !> t/op/pat.t
19014 ____________________________________________________________________________
19015 [  9676] By: gsar                                  on 2001/04/11  02:19:02
19016         Log: port the glob() security patch found at:
19017              
19018              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
19019              
19020              CERT advisory for the issue is here:
19021              
19022              http://www.cert.org/advisories/CA-2001-07.html
19023              
19024              Note that the security scare is only relevant for those who are
19025              foolish enough to build suidperl (which is now officially discouraged)
19026      Branch: maint-5.6/perl
19027            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19028            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
19029 ____________________________________________________________________________
19030 [  9675] By: gsar                                  on 2001/04/10  23:52:11
19031         Log: fix for bug 20010410.006
19032              
19033              undo change#7115 (came into maint-5.6 as change#8156)
19034              
19035              add tests to keep it from coming back
19036      Branch: maint-5.6/perl
19037            ! regexec.c t/op/pat.t
19038 ____________________________________________________________________________
19039 [  9674] By: nick                                  on 2001/04/10  20:39:31
19040         Log: Integrate mainline
19041      Branch: perlio
19042           +> Porting/testall.atom
19043           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
19044           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
19045           !> t/lib/lc-uk.t t/pod/find.t
19046 ____________________________________________________________________________
19047 [  9673] By: nick                                  on 2001/04/10  18:46:14
19048         Log: Integrate against change 9670 aka perl-5.7.1
19049      Branch: perlio
19050           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19051           !> (integrate 53 files)
19052 ____________________________________________________________________________
19053 [  9672] By: jhi                                   on 2001/04/10  13:45:01
19054         Log: Add a script for doing cumulative profile of the test suite.
19055              (Requires ATOM, that is, Tru64.)
19056      Branch: perl
19057            + Porting/testall.atom
19058            ! MANIFEST
19059 ____________________________________________________________________________
19060 [  9671] By: jhi                                   on 2001/04/10  12:38:53
19061         Log: Missing std block.
19062      Branch: perl
19063            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
19064            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
19065            ! t/pod/find.t
19066 ____________________________________________________________________________
19067 [  9670] By: jhi                                   on 2001/04/10  01:25:58
19068         Log: This is 5.7.1.
19069      Branch: perl
19070            ! patchlevel.h
19071 ____________________________________________________________________________
19072 [  9669] By: jhi                                   on 2001/04/10  01:09:14
19073         Log: Update Changes.
19074      Branch: perl
19075            ! Changes patchlevel.h
19076 ____________________________________________________________________________
19077 [  9668] By: jhi                                   on 2001/04/10  01:00:38
19078         Log: Regen toc.
19079      Branch: perl
19080            ! pod/perltoc.pod
19081 ____________________________________________________________________________
19082 [  9667] By: jhi                                   on 2001/04/10  00:52:16
19083         Log: Update perlhist.
19084      Branch: perl
19085            ! pod/perlhist.pod
19086 ____________________________________________________________________________
19087 [  9666] By: jhi                                   on 2001/04/09  23:38:59
19088         Log: Slight wording tweaks from Damian to #9658.
19089      Branch: perl
19090            ! pod/perlobj.pod
19091 ____________________________________________________________________________
19092 [  9665] By: jhi                                   on 2001/04/09  19:56:06
19093         Log: Subject: [PATCH perlutil.pod] Nit
19094              From: Simon Cozens <simon@netthink.co.uk>
19095              Date: Mon, 9 Apr 2001 20:29:44 +0100
19096              Message-ID: <20010409202944.A14796@the.earth.li>
19097      Branch: perl
19098            ! pod/perlutil.pod
19099 ____________________________________________________________________________
19100 [  9664] By: jhi                                   on 2001/04/09  19:54:42
19101         Log: Subject: Re: perl571delta.pod@9631
19102              From: Mike Guy <mjtg@cam.ac.uk>
19103              Date: Mon, 09 Apr 2001 18:09:14 +0100
19104              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
19105      Branch: perl
19106            ! pod/perl571delta.pod
19107 ____________________________________________________________________________
19108 [  9663] By: jhi                                   on 2001/04/09  13:43:35
19109         Log: Update Changes.
19110      Branch: perl
19111            ! Changes patchlevel.h
19112 ____________________________________________________________________________
19113 [  9662] By: jhi                                   on 2001/04/09  13:24:46
19114         Log: tweak tweak.
19115      Branch: perl
19116            ! AUTHORS pod/perl571delta.pod
19117 ____________________________________________________________________________
19118 [  9661] By: jhi                                   on 2001/04/09  13:15:13
19119         Log: Thinko in manual patch applying.
19120      Branch: perl
19121            ! sv.c
19122 ____________________________________________________________________________
19123 [  9660] By: jhi                                   on 2001/04/09  13:07:53
19124         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
19125              From: Robin Barker <rmb1@cise.npl.co.uk> 
19126              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
19127              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
19128              
19129              (This corrects the case where the "isn't numeric" string contains \0s
19130              and is longer than the temporary buffer, and contains \0 at the point
19131              the string would be truncated by "...".) 
19132      Branch: perl
19133            ! sv.c
19134 ____________________________________________________________________________
19135 [  9659] By: jhi                                   on 2001/04/09  12:57:41
19136         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
19137      Branch: perl
19138            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
19139            ! t/lib/cgi-function.t t/lib/cgi-html.t
19140 ____________________________________________________________________________
19141 [  9658] By: jhi                                   on 2001/04/09  12:48:47
19142         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
19143              From: Ilmari Karonen <iltzu@sci.fi>
19144              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
19145              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
19146              
19147              Rearrange and rewrite the Method Invocation section
19148              to explain the concepts in nicer order.
19149      Branch: perl
19150            ! pod/perlobj.pod
19151 ____________________________________________________________________________
19152 [  9657] By: jhi                                   on 2001/04/09  12:35:58
19153         Log: Upgrade to podlators 1.09, from Russ Allbery.
19154      Branch: perl
19155            ! lib/Pod/Man.pm lib/Pod/Text.pm
19156 ____________________________________________________________________________
19157 [  9656] By: jhi                                   on 2001/04/09  12:31:53
19158         Log: perl571delta.
19159      Branch: perl
19160            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
19161 ____________________________________________________________________________
19162 [  9655] By: jhi                                   on 2001/04/09  12:20:09
19163         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
19164              From: Prymmer/Kahn <pvhp@best.com>
19165              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
19166              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
19167      Branch: perl
19168            ! lib/utf8.pm pod/perlunicode.pod
19169 ____________________________________________________________________________
19170 [  9654] By: gsar                                  on 2001/04/09  03:38:33
19171         Log: here lies 5.6.1
19172      Branch: maint-5.6/perl
19173            ! Changes
19174 ____________________________________________________________________________
19175 [  9653] By: jhi                                   on 2001/04/09  03:25:24
19176         Log: Update perlhist.
19177      Branch: perl
19178            ! pod/perlhist.pod
19179 ____________________________________________________________________________
19180 [  9652] By: jhi                                   on 2001/04/09  03:18:49
19181         Log: perl571delta tweaking continues.
19182      Branch: perl
19183            ! pod/perl571delta.pod
19184 ____________________________________________________________________________
19185 [  9651] By: gsar                                  on 2001/04/09  03:11:19
19186         Log: update Changes, patchlevel.h &c.
19187      Branch: maint-5.6/perl
19188            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
19189            ! pod/perltoc.pod
19190 ____________________________________________________________________________
19191 [  9650] By: jhi                                   on 2001/04/09  02:40:24
19192         Log: Integrate the perlfork half of #9513 from maintperl into mainline
19193              (the perlunicode half is obsolete)
19194      Branch: perl
19195            ! pod/perlfork.pod
19196 ____________________________________________________________________________
19197 [  9649] By: gsar                                  on 2001/04/09  02:35:43
19198         Log: tweak perldelta as suggested by Jarkko
19199      Branch: maint-5.6/perl
19200            ! pod/perldelta.pod
19201 ____________________________________________________________________________
19202 [  9648] By: jhi                                   on 2001/04/09  02:13:04
19203         Log: Integrate change #9646 from maintperl into mainline.
19204              
19205              add note about ithreads and Thread.pm
19206      Branch: perl
19207           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
19208 ____________________________________________________________________________
19209 [  9647] By: jhi                                   on 2001/04/09  02:10:18
19210         Log: Bad assumption that shortsize == 2.
19211      Branch: perl
19212            ! t/lib/xs-typemap.t
19213 ____________________________________________________________________________
19214 [  9646] By: gsar                                  on 2001/04/09  00:48:04
19215         Log: add note about ithreads and Thread.pm (too many people are
19216              confused by the fact that Thread.pm is built and installed
19217              under non-5005threads but doesn't work)
19218      Branch: maint-5.6/perl
19219            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
19220 ____________________________________________________________________________
19221 [  9645] By: gsar                                  on 2001/04/09  00:19:03
19222         Log: update perldelta.pod for changes in 5.6.1
19223      Branch: maint-5.6/perl
19224            ! Changes pod/perldelta.pod
19225 ____________________________________________________________________________
19226 [  9644] By: jhi                                   on 2001/04/08  20:37:00
19227         Log: Integrate change #9639 from maintperl into mainline:
19228              on windows, many of the README.* pods were being copied to
19229              the wrong location
19230      Branch: perl
19231           !> win32/Makefile win32/makefile.mk
19232 ____________________________________________________________________________
19233 [  9643] By: jhi                                   on 2001/04/08  20:07:11
19234         Log: Integrate change #9624 from maintperl into mainline:
19235              the pod tests were not okay.  (t/pod/find.t changes ignored)
19236      Branch: perl
19237           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
19238           !> t/pod/include.t t/pod/included.t t/pod/lref.t
19239           !> t/pod/multiline_items.t t/pod/nested_items.t
19240           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19241           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19242 ____________________________________________________________________________
19243 [  9642] By: jhi                                   on 2001/04/08  19:57:17
19244         Log: Integrate change #9638 from maintperl into mainline:
19245              update to latest JPL from the anoncvs repository
19246      Branch: perl
19247           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19248           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19249           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19250 ____________________________________________________________________________
19251 [  9641] By: jhi                                   on 2001/04/08  19:53:30
19252         Log: perl571delta updates.
19253      Branch: perl
19254            ! lib/Filter/Simple.pm pod/perl571delta.pod
19255 ____________________________________________________________________________
19256 [  9640] By: gsar                                  on 2001/04/08  19:20:46
19257         Log: integrate change#9634 from mainline
19258              
19259              Fix the perlmodlib generation (didn't understand separate .pod
19260              files; didn't understand -- as the name-thing separator).
19261              Update the CPAN mirrors list.
19262      Branch: maint-5.6/perl
19263            ! pod/perlmodlib.pod
19264           !> pod/perlmodlib.PL
19265 ____________________________________________________________________________
19266 [  9639] By: gsar                                  on 2001/04/08  18:57:31
19267         Log: on windows, many of the README.* pods were being copied to the wrong
19268              location
19269      Branch: maint-5.6/perl
19270            ! win32/Makefile win32/makefile.mk
19271 ____________________________________________________________________________
19272 [  9638] By: gsar                                  on 2001/04/08  18:38:25
19273         Log: update to latest JPL from the anoncvs repository
19274      Branch: maint-5.6/perl
19275            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19276            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19277            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19278 ____________________________________________________________________________
19279 [  9637] By: jhi                                   on 2001/04/08  17:53:53
19280         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
19281      Branch: perl
19282            ! pod/perl571delta.pod
19283 ____________________________________________________________________________
19284 [  9636] By: jhi                                   on 2001/04/08  17:18:32
19285         Log: Regen toc.
19286      Branch: perl
19287            ! pod/perltoc.pod
19288 ____________________________________________________________________________
19289 [  9635] By: jhi                                   on 2001/04/08  17:16:33
19290         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
19291              From: "Craig A. Berry" <craigberry@mac.com>
19292              Date: Sun, 08 Apr 2001 12:30:16 -0500
19293              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
19294      Branch: perl
19295            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
19296 ____________________________________________________________________________
19297 [  9634] By: jhi                                   on 2001/04/08  17:09:19
19298         Log: Fix the perlmodlib generation (didn't understand separate .pod
19299              files; didn't understand -- as the name-thing separator).
19300              
19301              Update the CPAN mirrors list.
19302      Branch: perl
19303            ! pod/perlmodlib.PL pod/perlmodlib.pod
19304 ____________________________________________________________________________
19305 [  9633] By: jhi                                   on 2001/04/08  16:49:17
19306         Log: Sort MANIFEST.
19307      Branch: perl
19308            ! MANIFEST
19309 ____________________________________________________________________________
19310 [  9632] By: gsar                                  on 2001/04/08  16:36:06
19311         Log: add $Tie::RefHash::VERSION
19312      Branch: maint-5.6/perl
19313            ! lib/Tie/RefHash.pm
19314 ____________________________________________________________________________
19315 [  9631] By: jhi                                   on 2001/04/08  16:10:15
19316         Log: perl571delta updates based on p5p feedback; still needs
19317              lots of examples.
19318      Branch: perl
19319            ! pod/perl571delta.pod
19320 ____________________________________________________________________________
19321 [  9630] By: jhi                                   on 2001/04/08  15:59:13
19322         Log: Update the list of supported platforms to talk about 5.7.1
19323              (and 5.6.1)
19324      Branch: perl
19325            ! pod/perlport.pod
19326 ____________________________________________________________________________
19327 [  9629] By: jhi                                   on 2001/04/08  15:55:41
19328         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
19329              from maintperl into mainline: perlport updates.
19330      Branch: perl
19331            ! pod/perlport.pod
19332 ____________________________________________________________________________
19333 [  9628] By: jhi                                   on 2001/04/08  15:53:17
19334         Log: perlsolaris.pod copied to wrong directory.
19335      Branch: perl
19336            ! win32/makefile.mk
19337 ____________________________________________________________________________
19338 [  9627] By: jhi                                   on 2001/04/08  14:48:18
19339         Log: Subject: Typos in perl571delta.pod
19340              From: "Stephen P. Potter" <spp@spotter.yi.org>
19341              Date: Sat, 07 Apr 2001 20:37:05 -0400
19342              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
19343      Branch: perl
19344            ! pod/perl571delta.pod
19345 ____________________________________________________________________________
19346 [  9626] By: jhi                                   on 2001/04/08  14:39:04
19347         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
19348      Branch: perl
19349            ! gv.c
19350 ____________________________________________________________________________
19351 [  9625] By: nick                                  on 2001/04/08  10:14:23
19352         Log: Integrate mainline
19353      Branch: perlio
19354           +> pod/perl570delta.pod pod/perl571delta.pod
19355           !> (integrate 27 files)
19356 ____________________________________________________________________________
19357 [  9624] By: gsar                                  on 2001/04/08  06:08:17
19358         Log: test in t/pod/* were busted
19359              
19360              these tests are still not enabled in t/{harness,TEST}
19361      Branch: maint-5.6/perl
19362            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
19363            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
19364            ! t/pod/multiline_items.t t/pod/nested_items.t
19365            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19366            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19367 ____________________________________________________________________________
19368 [  9623] By: gsar                                  on 2001/04/08  03:37:01
19369         Log: integrate change#9470 from mainline
19370              
19371              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
19372      Branch: maint-5.6/perl
19373           !> ext/Socket/Socket.xs
19374 ____________________________________________________________________________
19375 [  9622] By: jhi                                   on 2001/04/07  22:40:47
19376         Log: Update Changes.
19377      Branch: perl
19378            ! Changes patchlevel.h
19379 ____________________________________________________________________________
19380 [  9621] By: jhi                                   on 2001/04/07  22:34:16
19381         Log: Update AUTHORS.
19382      Branch: perl
19383            ! AUTHORS
19384 ____________________________________________________________________________
19385 [  9620] By: jhi                                   on 2001/04/07  22:12:47
19386         Log: Forgot to bump the number of tests in #9164.
19387      Branch: perl
19388            ! t/op/array.t
19389 ____________________________________________________________________________
19390 [  9619] By: jhi                                   on 2001/04/07  22:09:50
19391         Log: Bump patchlevel to 5.7.1.
19392      Branch: perl
19393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19394            ! config_h.SH patchlevel.h
19395 ____________________________________________________________________________
19396 [  9618] By: jhi                                   on 2001/04/07  22:02:41
19397         Log: Populate perl571delta.
19398      Branch: perl
19399            ! pod/perl571delta.pod
19400 ____________________________________________________________________________
19401 [  9617] By: jhi                                   on 2001/04/07  22:01:23
19402         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
19403              to forget it later; do not change patchlevel.h yet or regenerate
19404              Configure yet.
19405      Branch: perl
19406            ! epoc/config.sh win32/Makefile win32/config_H.bc
19407            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19408 ____________________________________________________________________________
19409 [  9616] By: jhi                                   on 2001/04/07  17:46:33
19410         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
19411      Branch: perl
19412            ! pod/perl571delta.pod
19413 ____________________________________________________________________________
19414 [  9615] By: jhi                                   on 2001/04/07  17:33:21
19415         Log: Change the toc configuration.
19416      Branch: perl
19417            ! pod/buildtoc.PL pod/perl.pod
19418 ____________________________________________________________________________
19419 [  9614] By: jhi                                   on 2001/04/07  17:29:47
19420         Log: Subject: PATCH: $[
19421              From: Robin Houston <robin@kitsite.com>
19422              Date: Fri, 6 Apr 2001 18:10:14 +0100
19423              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
19424      Branch: perl
19425            ! op.c t/op/array.t
19426 ____________________________________________________________________________
19427 [  9613] By: jhi                                   on 2001/04/07  17:28:26
19428         Log: Subject: [PATCH perl@9424] isn't numeric warning
19429              From: Robin Barker <rmb1@cise.npl.co.uk>
19430              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
19431              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
19432      Branch: perl
19433            ! sv.c t/pragma/warn/sv
19434 ____________________________________________________________________________
19435 [  9612] By: jhi                                   on 2001/04/07  17:26:45
19436         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
19437              From: Mike Guy <mjtg@cam.ac.uk>
19438              Date: Fri, 06 Apr 2001 12:47:06 +0100
19439              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
19440      Branch: perl
19441            ! dump.c t/lib/peek.t
19442 ____________________________________________________________________________
19443 [  9611] By: jhi                                   on 2001/04/07  17:21:35
19444         Log: Create perl571delta and seed it off with the perldelta changes
19445              since 5.7.0; remove those changes from perldelta and rename it
19446              as perl570delta; recreate perldelta but leave it almost empty.
19447      Branch: perl
19448            + pod/perl570delta.pod pod/perl571delta.pod
19449            ! MANIFEST pod/perldelta.pod
19450 ____________________________________________________________________________
19451 [  9610] By: jhi                                   on 2001/04/07  16:56:32
19452         Log: Denit.
19453      Branch: perl
19454            ! pod/perldelta.pod
19455 ____________________________________________________________________________
19456 [  9609] By: jhi                                   on 2001/04/07  16:38:32
19457         Log: Retract #9523: needs more thought.
19458      Branch: perl
19459            ! Makefile.SH
19460 ____________________________________________________________________________
19461 [  9608] By: jhi                                   on 2001/04/07  14:59:20
19462         Log: atmark() code cleanaup.
19463      Branch: perl
19464            ! ext/IO/IO.xs
19465 ____________________________________________________________________________
19466 [  9607] By: jhi                                   on 2001/04/07  14:48:14
19467         Log: Integrate change #9605 from maintperl into mainline.
19468              
19469              can't optimize away scope entry if tr/// is present
19470      Branch: perl
19471           !> op.c t/op/tr.t
19472 ____________________________________________________________________________
19473 [  9606] By: jhi                                   on 2001/04/07  14:43:59
19474         Log: Integrate perlio.
19475      Branch: perl
19476           +> win32/FindExt.pm
19477           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
19478           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
19479 ____________________________________________________________________________
19480 [  9605] By: gsar                                  on 2001/04/07  11:52:40
19481         Log: can't optimize away scope entry if tr/// is present
19482      Branch: maint-5.6/perl
19483            ! op.c t/op/tr.t
19484 ____________________________________________________________________________
19485 [  9604] By: nick                                  on 2001/04/07  11:39:45
19486         Log: Split out extension finding code from buildext.pl into FindExt.pm
19487              Use it to get Config.pm's idea of available extensions in line
19488              with what is built.
19489      Branch: perlio
19490            + win32/FindExt.pm
19491            ! MANIFEST win32/buildext.pl win32/config_sh.PL
19492            ! win32/makefile.mk
19493 ____________________________________________________________________________
19494 [  9603] By: nick                                  on 2001/04/07  09:11:38
19495         Log: Cleanup correction for failed :Via() layer, also set an error code.
19496      Branch: perlio
19497            ! ext/PerlIO/Via/Via.xs
19498 ____________________________________________________________________________
19499 [  9602] By: nick                                  on 2001/04/07  08:38:04
19500         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
19501              style. So don't use binmode() on the handles so that Win32 etc. see
19502              same sequence and produce same digests.
19503      Branch: perlio
19504            ! t/lib/md5-file.t
19505 ____________________________________________________________________________
19506 [  9601] By: nick                                  on 2001/04/07  08:36:26
19507         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
19508              Else it complains and so crlf layer (say) does not get pushed.
19509      Branch: perlio
19510            ! perlio.c
19511 ____________________________________________________________________________
19512 [  9600] By: jhi                                   on 2001/04/06  23:00:09
19513         Log: Integrate change #9599 from perlio into mainline.
19514      Branch: perl
19515           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19516           !> win32/config_H.vc
19517 ____________________________________________________________________________
19518 [  9599] By: nick                                  on 2001/04/06  21:42:43
19519         Log: Quote $VERSION in Encode.pm.
19520              regen_config_h as requested.
19521      Branch: perlio
19522            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19523            ! win32/config_H.vc
19524 ____________________________________________________________________________
19525 [  9598] By: nick                                  on 2001/04/06  20:34:59
19526         Log: Integrate mainline
19527      Branch: perlio
19528           +> README.macos
19529           !> (integrate 39 files)
19530 ____________________________________________________________________________
19531 [  9597] By: gsar                                  on 2001/04/06  18:06:35
19532         Log: integrate change#9464 from mainline (addendum to change#8313)
19533              
19534              Subject: [PATCH @9452] Better peep()ing for foreach() loops
19535      Branch: maint-5.6/perl
19536           !> op.c
19537 ____________________________________________________________________________
19538 [  9596] By: jhi                                   on 2001/04/06  17:26:03
19539         Log: The d_casti32=undef is good for you even when not use64bitall.
19540      Branch: perl
19541            ! hints/hpux.sh
19542 ____________________________________________________________________________
19543 [  9595] By: gsar                                  on 2001/04/06  14:57:17
19544         Log: add a low-impact fix to accomodate darwin-ism
19545      Branch: maint-5.6/perl
19546            ! ext/Errno/Errno_pm.PL
19547 ____________________________________________________________________________
19548 [  9594] By: jhi                                   on 2001/04/06  14:55:14
19549         Log: Integrate changes #9528,9593 from mainline into maintperl;
19550              tweaking the editor/IDE/shell list.
19551      Branch: maint-5.6/perl
19552           !> pod/perlfaq3.pod
19553 ____________________________________________________________________________
19554 [  9593] By: jhi                                   on 2001/04/06  14:51:39
19555         Log: Make the editor/IDE/shell list a little bit airier.
19556      Branch: perl
19557            ! pod/perlfaq3.pod
19558 ____________________________________________________________________________
19559 [  9592] By: gsar                                  on 2001/04/06  14:45:18
19560         Log: integrate change#9477 from mainline (base.pm doc tweak)
19561              
19562              missing doc entry for fmod()
19563      Branch: maint-5.6/perl
19564            ! lib/Math/BigFloat.pm
19565           !> lib/base.pm
19566 ____________________________________________________________________________
19567 [  9591] By: jhi                                   on 2001/04/06  13:55:48
19568         Log: Regen toc.
19569      Branch: perl
19570            ! pod/perltoc.pod
19571 ____________________________________________________________________________
19572 [  9590] By: jhi                                   on 2001/04/06  13:54:52
19573         Log: Math::BigFloat patches from John Peacock.  The equivalent
19574              of #9586 from maintperl but reworked by John to work with
19575              the bleadperl.
19576      Branch: perl
19577            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19578 ____________________________________________________________________________
19579 [  9589] By: jhi                                   on 2001/04/06  13:42:23
19580         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
19581      Branch: perl
19582            ! ext/Digest/MD5/Makefile.PL
19583 ____________________________________________________________________________
19584 [  9588] By: jhi                                   on 2001/04/06  13:31:45
19585         Log: Integrate changes #9584,9587 from maintperl into mainline.
19586              
19587              keep eval"" CVs alive until the end of the statement in which
19588              they're called
19589              
19590              add README.macos (from Chris Nandor)
19591              
19592              tyop in change#9555
19593      Branch: perl
19594           +> README.macos
19595           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
19596           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
19597           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
19598           !> win32/makefile.mk
19599 ____________________________________________________________________________
19600 [  9587] By: gsar                                  on 2001/04/06  07:31:30
19601         Log: add README.macos (from Chris Nandor)
19602              
19603              tyop in change#9555
19604      Branch: maint-5.6/perl
19605            + README.macos
19606            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
19607            ! win32/Makefile win32/makefile.mk
19608 ____________________________________________________________________________
19609 [  9586] By: gsar                                  on 2001/04/06  07:08:54
19610         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
19611      Branch: maint-5.6/perl
19612            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19613 ____________________________________________________________________________
19614 [  9585] By: gsar                                  on 2001/04/06  06:58:44
19615         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
19616              from mainline
19617              
19618              Subject: [PATCH] Base64 update to perlfaq9.pod
19619              
19620              Subject: [PATCH AUTHORS] Housekeeping
19621              
19622              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
19623              Mac OS X (Darwin) has extra pwent fields.
19624              
19625              Subject: [PATCH B::*] print control-character vars readably
19626              Needs EBCDICification.
19627              
19628              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
19629              
19630              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
19631              
19632              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
19633              
19634              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
19635              
19636              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
19637              
19638              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
19639              
19640              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
19641              
19642              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
19643              
19644              FreeBSD hints tweak from Anton Berezin.
19645              
19646              Subject: [PATCH foolperl & bleadperl] README.vms update
19647              
19648              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
19649      Branch: maint-5.6/perl
19650           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
19651           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19652           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
19653 ____________________________________________________________________________
19654 [  9584] By: gsar                                  on 2001/04/06  04:09:00
19655         Log: keep eval"" CVs alive until the end of the statement in which
19656              they're called; this avoids a coredump ensuing from search for
19657              lexicals in code such as:
19658              
19659              sub bug {
19660              my $s = @_;
19661              eval q[sub { eval 'sub { &$s }' }];
19662              }
19663              bug("x")->()->();
19664              
19665              this code still doesn't work as intended (as it has remained
19666              since time immemorial), but it doesn't provoke a coredump anymore
19667      Branch: maint-5.6/perl
19668            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19669            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
19670 ____________________________________________________________________________
19671 [  9583] By: jhi                                   on 2001/04/05  23:52:51
19672         Log: Update Changes.
19673      Branch: perl
19674            ! Changes patchlevel.h
19675 ____________________________________________________________________________
19676 [  9582] By: jhi                                   on 2001/04/05  23:11:23
19677         Log: Slight doc tweak.
19678      Branch: perl
19679            ! pod/perlunicode.pod
19680 ____________________________________________________________________________
19681 [  9581] By: jhi                                   on 2001/04/05  23:04:11
19682         Log: Integrate perlio.
19683      Branch: perl
19684           !> pod/perlunicode.pod
19685 ____________________________________________________________________________
19686 [  9580] By: jhi                                   on 2001/04/05  23:03:29
19687         Log: Test for #9579.
19688      Branch: perl
19689            ! t/op/do.t
19690 ____________________________________________________________________________
19691 [  9579] By: jhi                                   on 2001/04/05  22:54:17
19692         Log: Subject: [PATCH] Propagate calling context for do '...'
19693              From: Gisle Aas <gisle@ActiveState.com>
19694              Date: 04 Apr 2001 20:17:29 -0700
19695              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
19696      Branch: perl
19697            ! pod/perlfunc.pod pp_ctl.c
19698 ____________________________________________________________________________
19699 [  9578] By: jhi                                   on 2001/04/05  22:52:51
19700         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
19701              From: Peter Prymmer <pvhp@forte.com>
19702              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
19703              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
19704      Branch: perl
19705            ! README.vms
19706 ____________________________________________________________________________
19707 [  9577] By: jhi                                   on 2001/04/05  22:48:22
19708         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
19709              From: "Craig A. Berry" <craigberry@mac.com>
19710              Date: Thu, 5 Apr 2001 13:43:28 -0500
19711              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
19712      Branch: perl
19713            ! README.vms
19714 ____________________________________________________________________________
19715 [  9576] By: jhi                                   on 2001/04/05  22:31:38
19716         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
19717              From: Michael G Schwern <schwern@pobox.com>
19718              Date: Thu, 5 Apr 2001 21:53:21 +0100
19719              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
19720      Branch: perl
19721            ! lib/base.pm t/lib/fields.t
19722 ____________________________________________________________________________
19723 [  9575] By: jhi                                   on 2001/04/05  22:26:10
19724         Log: FreeBSD hints tweak from Anton Berezin.
19725      Branch: perl
19726            ! hints/freebsd.sh
19727 ____________________________________________________________________________
19728 [  9574] By: jhi                                   on 2001/04/05  22:24:03
19729         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
19730              From: David Dyck <dcd@tc.fluke.com>
19731              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
19732              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
19733      Branch: perl
19734            ! t/op/oct.t
19735 ____________________________________________________________________________
19736 [  9573] By: jhi                                   on 2001/04/05  22:23:06
19737         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
19738              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
19739              From: David Dyck <dcd@tc.fluke.com>
19740              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
19741      Branch: perl
19742            ! pp.c
19743 ____________________________________________________________________________
19744 [  9572] By: jhi                                   on 2001/04/05  22:14:47
19745         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
19746              From: Robin Houston <robin@kitsite.com>
19747              Date: Thu, 5 Apr 2001 20:56:48 +0100
19748              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
19749      Branch: perl
19750            ! ext/B/B/Deparse.pm
19751 ____________________________________________________________________________
19752 [  9571] By: jhi                                   on 2001/04/05  22:12:53
19753         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
19754              From: Robin Houston <robin@kitsite.com>
19755              Date: Thu, 5 Apr 2001 19:55:51 +0100
19756              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
19757      Branch: perl
19758            ! ext/B/B/Deparse.pm
19759 ____________________________________________________________________________
19760 [  9570] By: jhi                                   on 2001/04/05  22:11:06
19761         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
19762              From: Robin Houston <robin@kitsite.com>
19763              Date: Thu, 5 Apr 2001 20:16:29 +0100
19764              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
19765      Branch: perl
19766            ! ext/B/B/Deparse.pm
19767 ____________________________________________________________________________
19768 [  9569] By: nick                                  on 2001/04/05  21:32:26
19769         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
19770      Branch: perlio
19771            ! pod/perlunicode.pod
19772 ____________________________________________________________________________
19773 [  9568] By: nick                                  on 2001/04/05  19:38:09
19774         Log: Integrate mainline
19775      Branch: perlio
19776           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
19777           !> (integrate 35 files)
19778 ____________________________________________________________________________
19779 [  9567] By: jhi                                   on 2001/04/05  18:31:45
19780         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
19781              From: Robin Houston <robin@kitsite.com>
19782              Date: Thu, 5 Apr 2001 18:03:23 +0100
19783              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
19784      Branch: perl
19785            ! ext/B/B/Deparse.pm
19786 ____________________________________________________________________________
19787 [  9566] By: jhi                                   on 2001/04/05  18:29:35
19788         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
19789              From: Robin Houston <robin@kitsite.com>
19790              Date: Thu, 5 Apr 2001 16:45:18 +0100
19791              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
19792      Branch: perl
19793            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19794 ____________________________________________________________________________
19795 [  9565] By: jhi                                   on 2001/04/05  18:24:23
19796         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
19797              From: Robin Houston <robin@kitsite.com>
19798              Date: Thu, 5 Apr 2001 14:50:09 +0100
19799              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
19800      Branch: perl
19801            ! ext/B/B/Deparse.pm
19802 ____________________________________________________________________________
19803 [  9564] By: jhi                                   on 2001/04/05  18:23:03
19804         Log: Subject: [PATCH B::*] print control-character vars readably
19805              From: Robin Houston <robin@kitsite.com>
19806              Date: Thu, 5 Apr 2001 14:27:38 +0100
19807              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
19808              
19809              Needs EBCDICification.
19810      Branch: perl
19811            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
19812            ! ext/B/B/Terse.pm
19813 ____________________________________________________________________________
19814 [  9563] By: jhi                                   on 2001/04/05  18:20:32
19815         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
19816              Date: Thu, 5 Apr 2001 13:21:42 -0400
19817              From: Paul Schinder <schinder@pobox.com>
19818              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
19819              
19820              Mac OS X (Darwin) has extra pwent fields.
19821      Branch: perl
19822            ! t/op/pwent.t
19823 ____________________________________________________________________________
19824 [  9562] By: jhi                                   on 2001/04/05  17:57:51
19825         Log: Regen toc.
19826      Branch: perl
19827            ! pod/perltoc.pod
19828 ____________________________________________________________________________
19829 [  9561] By: jhi                                   on 2001/04/05  17:47:33
19830         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
19831      Branch: metaconfig
19832            ! U/Glossary.patch
19833      Branch: metaconfig/U/perl
19834            + d_u32align.U
19835            ! d_cmsghdr_s.U d_msghdr_s.U
19836 ____________________________________________________________________________
19837 [  9560] By: jhi                                   on 2001/04/05  17:47:01
19838         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
19839              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
19840              Introduce probes for struct msghdr, struct cmsghdr,
19841              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
19842              ualarm, usleep, for possible later extension work.
19843      Branch: perl
19844            + t/lib/md5-align.t
19845            ! Configure MANIFEST Porting/Glossary Porting/config.sh
19846            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19847            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
19848            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19849            ! vos/config.ga.h win32/config.bc win32/config.gc
19850            ! win32/config.vc
19851 ____________________________________________________________________________
19852 [  9559] By: jhi                                   on 2001/04/05  13:03:04
19853         Log: Be traditional in your cpp (for the Errno extension).
19854      Branch: perl
19855            ! hints/darwin.sh
19856 ____________________________________________________________________________
19857 [  9558] By: jhi                                   on 2001/04/05  13:00:05
19858         Log: Add $Config{cppflags} to the gcc incantation.
19859      Branch: perl
19860            ! ext/Errno/Errno_pm.PL
19861 ____________________________________________________________________________
19862 [  9557] By: jhi                                   on 2001/04/05  04:22:39
19863         Log: Introduce Sean Burke's Class::ISA 0.32.
19864      Branch: perl
19865            + lib/Class/ISA.pm t/lib/class-isa.t
19866            ! MANIFEST
19867 ____________________________________________________________________________
19868 [  9556] By: jhi                                   on 2001/04/05  04:09:50
19869         Log: Subject: [PATCH AUTHORS] Housekeeping
19870              From: Paul Johnson <paul@pjcj.net> 
19871              Date: Wed, 4 Apr 2001 22:45:47 +0200
19872              Message-ID: <20010404224547.D9548@pjcj.net>
19873      Branch: perl
19874            ! AUTHORS
19875 ____________________________________________________________________________
19876 [  9555] By: jhi                                   on 2001/04/05  04:06:33
19877         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
19878              From: Gisle Aas <gisle@ActiveState.com>
19879              Date: 04 Apr 2001 14:23:04 -0700
19880              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
19881      Branch: perl
19882            ! pod/perlfaq9.pod
19883 ____________________________________________________________________________
19884 [  9554] By: jhi                                   on 2001/04/05  04:05:49
19885         Log: Downgrade also the "Wide character" diagnostic.
19886      Branch: perl
19887            ! pod/perldiag.pod
19888 ____________________________________________________________________________
19889 [  9553] By: jhi                                   on 2001/04/05  04:00:33
19890         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
19891              maintperl into mainline.
19892              
19893              "double" should be "NV"; standard typemap is missing entry
19894              for NV
19895              
19896              s/djSP/dSP/
19897              
19898              Downgrade "Wide character in print" to a warning.
19899              
19900              B::Deparse fix for ${^FOO} and documentation for PVX() method
19901              (from Robin Houston)
19902              
19903              tr/// doesn't null-terminate the result in some situations
19904              (from Gisle Aas)
19905      Branch: perl
19906           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
19907           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
19908           !> t/io/utf8.t t/op/tr.t
19909 ____________________________________________________________________________
19910 [  9552] By: jhi                                   on 2001/04/05  03:52:50
19911         Log: Retract changes #9542 and #9538 (from maintperl, integrated
19912              at #9540), shouldn't be needed because of the perlio changes.
19913      Branch: perl
19914            ! util.c
19915 ____________________________________________________________________________
19916 [  9551] By: gsar                                  on 2001/04/05  00:18:34
19917         Log: tr/// doesn't null-terminate the result in some situations
19918              (from Gisle Aas)
19919      Branch: maint-5.6/perl
19920            ! doop.c t/op/tr.t
19921 ____________________________________________________________________________
19922 [  9550] By: gsar                                  on 2001/04/04  20:04:17
19923         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
19924              (from Robin Houston)
19925      Branch: maint-5.6/perl
19926            ! ext/B/B.pm ext/B/B/Deparse.pm
19927 ____________________________________________________________________________
19928 [  9549] By: nick                                  on 2001/04/04  18:56:15
19929         Log: Downgrade "Wide character in print" to a warning.
19930      Branch: perlio
19931            ! doio.c t/io/utf8.t
19932 ____________________________________________________________________________
19933 [  9548] By: gsar                                  on 2001/04/04  18:51:49
19934         Log: integrate changes#9460,9462,9482,9521,9522
19935              
19936              Subject: PATCH: B::Debug should show LOOP-specific fields
19937              
19938              Subject: B::Deparse precedence bug. (Patch included.)
19939              
19940              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
19941              
19942              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
19943              
19944              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
19945      Branch: maint-5.6/perl
19946           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
19947           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
19948 ____________________________________________________________________________
19949 [  9547] By: gsar                                  on 2001/04/04  18:49:16
19950         Log: s/djSP/dSP/
19951      Branch: maint-5.6/perl
19952            ! ext/Thread/Thread.xs
19953 ____________________________________________________________________________
19954 [  9546] By: nick                                  on 2001/04/04  18:44:00
19955         Log: Integrate mainline.
19956      Branch: perlio
19957           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
19958           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
19959 ____________________________________________________________________________
19960 [  9545] By: gsar                                  on 2001/04/04  18:38:52
19961         Log: integrate change#8837 from mainline
19962              
19963              Subject: [patch] -Wall cleanup round 2
19964      Branch: maint-5.6/perl
19965           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
19966           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
19967           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
19968           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
19969           !> ext/SDBM_File/SDBM_File.xs
19970 ____________________________________________________________________________
19971 [  9544] By: gsar                                  on 2001/04/04  17:49:57
19972         Log: "double" should be "NV"; standard typemap is missing entry
19973              for NV
19974      Branch: maint-5.6/perl
19975            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
19976 ____________________________________________________________________________
19977 [  9543] By: jhi                                   on 2001/04/04  14:13:18
19978         Log: Thou shalt not (just) match for English error messages.
19979      Branch: perl
19980            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
19981            ! os2/OS2/Process/Process.pm
19982 ____________________________________________________________________________
19983 [  9542] By: jhi                                   on 2001/04/04  13:20:39
19984         Log: Make the stdio tricks of fflush_all() to exist only if
19985              stdio is being used.
19986      Branch: perl
19987            ! util.c
19988 ____________________________________________________________________________
19989 [  9541] By: jhi                                   on 2001/04/04  04:20:24
19990         Log: Subject: Re: [PATCH] Lighten up glob
19991              From: Benjamin Sugars <bsugars@canoe.ca>
19992              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
19993              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
19994      Branch: perl
19995            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
19996            ! util.c
19997 ____________________________________________________________________________
19998 [  9540] By: jhi                                   on 2001/04/04  04:03:57
19999         Log: Integrate changes #9538,9539 from maintperl into mainline.
20000              
20001              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20002              for use with _fwalk() (fix for change#7705)
20003              
20004              another tweak needed for SunOS 4.1.x build (from Mike Guy)
20005              (cp -f is not portable)
20006      Branch: perl
20007           !> Makefile.SH util.c
20008 ____________________________________________________________________________
20009 [  9539] By: gsar                                  on 2001/04/04  03:01:14
20010         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
20011      Branch: maint-5.6/perl
20012            ! Makefile.SH
20013 ____________________________________________________________________________
20014 [  9538] By: gsar                                  on 2001/04/04  01:00:38
20015         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20016              for use with _fwalk() (fix for change#7705)
20017      Branch: maint-5.6/perl
20018            ! util.c
20019 ____________________________________________________________________________
20020 [  9537] By: nick                                  on 2001/04/03  19:24:55
20021         Log: Integrate mainline
20022      Branch: perlio
20023           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
20024           +> lib/unicode/PropList.html
20025            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
20026           !> (integrate 69 files)
20027 ____________________________________________________________________________
20028 [  9536] By: jhi                                   on 2001/04/03  18:02:31
20029         Log: Integrate change #9533 from maintperl into mainline.
20030              
20031              better fix for change#9517 to accomodate UNC paths like
20032              \\server\share\foo, and paths with trailing backslash
20033              like c:\this\
20034      Branch: perl
20035           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20036 ____________________________________________________________________________
20037 [  9535] By: jhi                                   on 2001/04/03  17:58:07
20038         Log: Change the push/unshift warning to be of class syntax, not misc.
20039      Branch: perl
20040            ! op.c pod/perldiag.pod t/pragma/warn/op
20041 ____________________________________________________________________________
20042 [  9534] By: jhi                                   on 2001/04/03  15:03:46
20043         Log: Change the push/unshift warning (#9532) to talk about "no values"
20044              instead of "no arguments".
20045      Branch: perl
20046            ! op.c pod/perldiag.pod t/pragma/warn/op
20047 ____________________________________________________________________________
20048 [  9533] By: gsar                                  on 2001/04/03  14:30:07
20049         Log: better fix for change#9517 to accomodate UNC paths like
20050              \\server\share\foo, and paths with trailing backslash
20051              like c:\this\
20052      Branch: maint-5.6/perl
20053            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20054 ____________________________________________________________________________
20055 [  9532] By: jhi                                   on 2001/04/03  13:11:46
20056         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
20057              From: Robin Houston <robin@kitsite.com>
20058              Date: Mon, 2 Apr 2001 15:03:29 +0100
20059              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
20060      Branch: perl
20061            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
20062 ____________________________________________________________________________
20063 [  9531] By: jhi                                   on 2001/04/03  13:06:34
20064         Log: Integrate change #9530 from maintperl into mainline.
20065              
20066              accomodate VMS "mailbox overflow" quirk in testsuite (from
20067              Craig Berry)
20068      Branch: perl
20069           !> t/lib/socket.t
20070 ____________________________________________________________________________
20071 [  9530] By: gsar                                  on 2001/04/03  04:56:41
20072         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
20073              Craig Berry)
20074      Branch: maint-5.6/perl
20075            ! t/lib/socket.t
20076 ____________________________________________________________________________
20077 [  9529] By: jhi                                   on 2001/04/03  02:34:34
20078         Log: Update Changes.
20079      Branch: perl
20080            ! Changes patchlevel.h
20081 ____________________________________________________________________________
20082 [  9528] By: jhi                                   on 2001/04/03  01:27:57
20083         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
20084              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
20085              To: perl5-porters@perl.org
20086              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
20087      Branch: perl
20088            ! pod/perlfaq3.pod
20089 ____________________________________________________________________________
20090 [  9527] By: jhi                                   on 2001/04/03  01:22:09
20091         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
20092              From: Peter Prymmer <pvhp@forte.com>
20093              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
20094              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
20095      Branch: perl
20096            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
20097 ____________________________________________________________________________
20098 [  9526] By: jhi                                   on 2001/04/03  01:18:25
20099         Log: The metaconfig unit changes for #9525.
20100      Branch: metaconfig
20101            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
20102      Branch: metaconfig/U/perl
20103            ! use64bits.U
20104 ____________________________________________________________________________
20105 [  9525] By: jhi                                   on 2001/04/03  01:17:30
20106         Log: Configure sanity checks:
20107              * if use64bitall is attempted but pointers are only 32-bit,
20108              'downgrade' to use64bitint
20109              * if use64bitint is attempted but there's no quad type,
20110              forget about use64bitint (well, the default for it is 'n',
20111              the user can still override this)
20112              * if pointers are 64 bits, do not try to use Perl's malloc
20113      Branch: perl
20114            ! Configure
20115 ____________________________________________________________________________
20116 [  9524] By: gsar                                  on 2001/04/03  01:09:12
20117         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
20118      Branch: maint-5.6/perl
20119            ! pp_sys.c
20120 ____________________________________________________________________________
20121 [  9523] By: jhi                                   on 2001/04/03  00:02:31
20122         Log: (Retracted by #9609)
20123              
20124              Make it harder for parallel makes to enter 'test' before
20125              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
20126              should be unhappy enough, but sometimes parallel makes seem
20127              to sneak past both in Tru64 and AIX.)
20128      Branch: perl
20129            ! Makefile.SH
20130 ____________________________________________________________________________
20131 [  9522] By: jhi                                   on 2001/04/02  22:35:31
20132         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20133              Date: Mon, 2 Apr 2001 22:54:10 +0100
20134              From: Robin Houston <robin@kitsite.com>
20135              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
20136      Branch: perl
20137            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
20138 ____________________________________________________________________________
20139 [  9521] By: jhi                                   on 2001/04/02  22:32:23
20140         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20141              From: Robin Houston <robin@kitsite.com>
20142              Date: Mon, 2 Apr 2001 20:24:03 +0100
20143              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
20144      Branch: perl
20145            ! ext/B/B/Concise.pm
20146 ____________________________________________________________________________
20147 [  9520] By: jhi                                   on 2001/04/02  22:30:43
20148         Log: Subject: [PATCH] REALLY pedantic hv.h nit
20149              From: Simon Cozens <simon@netthink.co.uk>
20150              Date: Mon, 2 Apr 2001 15:43:06 +0100
20151              Message-ID: <20010402154306.A21711@netthink.co.uk>
20152      Branch: perl
20153            ! hv.h
20154 ____________________________________________________________________________
20155 [  9519] By: jhi                                   on 2001/04/02  22:28:04
20156         Log: Based on
20157              
20158              Subject: [foolperl] EPOC fix
20159              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20160              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
20161              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
20162      Branch: perl
20163            ! pp_sys.c
20164 ____________________________________________________________________________
20165 [  9518] By: jhi                                   on 2001/04/02  22:22:34
20166         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
20167              
20168              README.win32 tweaks; add a note about alternative location for
20169              getting a gcc-2.95.2 that will build perl properly on windows
20170              
20171              add some notes about gutsy threading matters
20172              
20173              many of the utilities interpolate literal paths within doublequotes
20174              (fails on dosish platforms where path contains backslashes)
20175      Branch: perl
20176           !> README.win32 pod/perlguts.pod utils/perldoc.PL
20177           !> x2p/find2perl.PL x2p/s2p.PL
20178 ____________________________________________________________________________
20179 [  9517] By: gsar                                  on 2001/04/02  19:52:21
20180         Log: many of the utilities interpolate literal paths within doublequotes
20181              (fails on dosish platforms where path contains backslashes)
20182      Branch: maint-5.6/perl
20183            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20184 ____________________________________________________________________________
20185 [  9516] By: gsar                                  on 2001/04/02  05:49:37
20186         Log: a foolish release
20187      Branch: maint-5.6/perl
20188            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20189            ! pod/perltoc.pod
20190 ____________________________________________________________________________
20191 [  9515] By: gsar                                  on 2001/04/02  05:04:29
20192         Log: add missing changelog summaries
20193      Branch: maint-5.6/perl
20194            ! Changes
20195 ____________________________________________________________________________
20196 [  9514] By: gsar                                  on 2001/04/02  04:07:13
20197         Log: add some notes about gutsy threading matters
20198      Branch: maint-5.6/perl
20199            ! pod/perlguts.pod
20200 ____________________________________________________________________________
20201 [  9513] By: gsar                                  on 2001/04/02  03:25:21
20202         Log: add more prominent caveat notices about experimental features
20203      Branch: maint-5.6/perl
20204            ! pod/perlfork.pod pod/perlunicode.pod
20205 ____________________________________________________________________________
20206 [  9512] By: gsar                                  on 2001/04/02  02:54:33
20207         Log: integrate changes#9479,9509 from mainline
20208              
20209              [PATCH] File::Glob stuff for Mac OS
20210              
20211              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20212      Branch: maint-5.6/perl
20213           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20214           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20215           !> t/lib/glob-taint.t
20216 ____________________________________________________________________________
20217 [  9511] By: gsar                                  on 2001/04/02  02:38:24
20218         Log: README.win32 tweaks; add a note about alternative location for
20219              getting a gcc-2.95.2 that will build perl properly on windows
20220      Branch: maint-5.6/perl
20221            ! README.win32
20222 ____________________________________________________________________________
20223 [  9510] By: jhi                                   on 2001/04/01  20:45:10
20224         Log: An ambiguosity warning.
20225      Branch: perl
20226            ! t/lib/trig.t
20227 ____________________________________________________________________________
20228 [  9509] By: jhi                                   on 2001/04/01  19:53:47
20229         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20230              From: Jonathan Stowe <gellyfish@gellyfish.com>
20231              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
20232              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
20233      Branch: perl
20234            ! ext/File/Glob/bsd_glob.c
20235 ____________________________________________________________________________
20236 [  9508] By: jhi                                   on 2001/04/01  19:35:03
20237         Log: Update Changes.
20238      Branch: perl
20239            ! Changes patchlevel.h
20240 ____________________________________________________________________________
20241 [  9507] By: jhi                                   on 2001/04/01  19:24:01
20242         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
20243              from mainline to maintperl: pod tweaks.
20244      Branch: maint-5.6/perl
20245           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
20246           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
20247           !> pod/perlvar.pod
20248 ____________________________________________________________________________
20249 [  9506] By: jhi                                   on 2001/04/01  19:11:53
20250         Log: Commit Sarathy to April release of 5.6.1 :-)
20251      Branch: perl
20252            ! pod/perlfaq1.pod
20253 ____________________________________________________________________________
20254 [  9505] By: jhi                                   on 2001/04/01  19:03:15
20255         Log: Subject: PATCH 5.6.0 (perldebug.pod)
20256              From: Mark-Jason Dominus <mjd@plover.com>
20257              Date: Sun, 01 Apr 2001 14:25:11 -0400
20258              Message-ID: <20010401182511.9247.qmail@plover.com>
20259      Branch: perl
20260            ! pod/perldebug.pod
20261 ____________________________________________________________________________
20262 [  9504] By: jhi                                   on 2001/04/01  18:43:09
20263         Log: Add great_circle_direction().
20264      Branch: perl
20265            ! lib/Math/Trig.pm t/lib/trig.t
20266 ____________________________________________________________________________
20267 [  9503] By: jhi                                   on 2001/04/01  17:29:12
20268         Log: Unicode ReadMe update for Unicode 3.1.
20269      Branch: perl
20270            ! lib/unicode/ReadMe.txt
20271 ____________________________________________________________________________
20272 [  9502] By: jhi                                   on 2001/04/01  17:18:40
20273         Log: Integrate change #9501 from maintperl into mainline.
20274              
20275              fix the perlembed notes on multiple interpreters
20276              
20277              fix ExtUtils::Embed to work passably on Windows
20278      Branch: perl
20279           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
20280 ____________________________________________________________________________
20281 [  9501] By: gsar                                  on 2001/04/01  07:21:57
20282         Log: fix the perlembed notes on multiple interpreters
20283              
20284              fix ExtUtils::Embed to work passably on Windows
20285      Branch: maint-5.6/perl
20286            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
20287 ____________________________________________________________________________
20288 [  9500] By: jhi                                   on 2001/04/01  05:58:23
20289         Log: Test for #9499.
20290      Branch: perl
20291            ! t/op/tr.t
20292 ____________________________________________________________________________
20293 [  9499] By: jhi                                   on 2001/04/01  05:55:46
20294         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
20295      Branch: perl
20296            ! embed.h embed.pl op.c proto.h
20297 ____________________________________________________________________________
20298 [  9498] By: jhi                                   on 2001/04/01  05:44:34
20299         Log: Protect the workaround hunk more.
20300      Branch: perl
20301            ! toke.c
20302 ____________________________________________________________________________
20303 [  9497] By: jhi                                   on 2001/04/01  00:24:25
20304         Log: Integrate changes #9493,9494,9495,9496 from maintperl
20305              into mainline.
20306              
20307              fix a broken workaround for Borland compiler in change#4739
20308              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20309              
20310              nits spotted by Borland compiler
20311              
20312              avoid redefinition warnings under Borland 5.02
20313              
20314              various nits identified by the Borland 5.5 compiler; remove suppression
20315              of a few warnings
20316      Branch: perl
20317           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
20318           !> win32/win32.h
20319 ____________________________________________________________________________
20320 [  9496] By: gsar                                  on 2001/03/31  23:22:28
20321         Log: various nits identified by the Borland 5.5 compiler; remove suppression
20322              of a few warnings
20323      Branch: maint-5.6/perl
20324            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
20325 ____________________________________________________________________________
20326 [  9495] By: gsar                                  on 2001/03/31  21:03:08
20327         Log: avoid redefinition warnings under Borland 5.02
20328      Branch: maint-5.6/perl
20329            ! win32/makefile.mk
20330 ____________________________________________________________________________
20331 [  9494] By: gsar                                  on 2001/03/31  20:18:59
20332         Log: nits spotted by Borland compiler
20333      Branch: maint-5.6/perl
20334            ! utf8.h win32/win32.h
20335 ____________________________________________________________________________
20336 [  9493] By: gsar                                  on 2001/03/31  20:18:05
20337         Log: fix a broken workaround for Borland compiler in change#4739
20338              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20339      Branch: maint-5.6/perl
20340            ! toke.c
20341 ____________________________________________________________________________
20342 [  9492] By: jhi                                   on 2001/03/31  18:36:24
20343         Log: Integrate change #9491 from maintperl into mainline.
20344              
20345              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20346              directory is relative (need to fetch the full path name *before*
20347              the chdir!)
20348      Branch: perl
20349           !> lib/Cwd.pm
20350 ____________________________________________________________________________
20351 [  9491] By: gsar                                  on 2001/03/31  17:01:56
20352         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20353              directory is relative (need to fetch the full path name *before*
20354              the chdir!)
20355              
20356              this is a followup patch for change#6749
20357      Branch: maint-5.6/perl
20358            ! lib/Cwd.pm
20359 ____________________________________________________________________________
20360 [  9490] By: jhi                                   on 2001/03/31  15:50:18
20361         Log: Subject: Re: [PATCH] av.h cosmetics
20362              From: Simon Cozens <simon@netthink.co.uk>
20363              Date: Sat, 31 Mar 2001 13:09:59 +0100
20364              Message-ID: <20010331130959.A22000@netthink.co.uk>
20365              
20366              Document AvALLOC.
20367      Branch: perl
20368            ! pod/perlguts.pod
20369 ____________________________________________________________________________
20370 [  9489] By: jhi                                   on 2001/03/31  15:48:44
20371         Log: Subject: [PATCH] Re: Math::Big* v1.21
20372              From: Tels <perl_dummy@bloodgate.com>
20373              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
20374              Message-Id: <200103311125.GAA377738@www08.hway.net>
20375      Branch: perl
20376            ! pod/perlop.pod
20377 ____________________________________________________________________________
20378 [  9488] By: jhi                                   on 2001/03/31  03:39:51
20379         Log: Debug output tweak.
20380      Branch: perl
20381            ! t/lib/cwd.t
20382 ____________________________________________________________________________
20383 [  9487] By: jhi                                   on 2001/03/31  03:33:02
20384         Log: OverVMSification.
20385      Branch: perl
20386            ! t/lib/cwd.t
20387 ____________________________________________________________________________
20388 [  9486] By: jhi                                   on 2001/03/31  03:01:40
20389         Log: Missed MANIFESTations in #9483.
20390      Branch: perl
20391            ! MANIFEST
20392 ____________________________________________________________________________
20393 [  9485] By: jhi                                   on 2001/03/31  02:58:17
20394         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
20395              From: Peter Prymmer <pvhp@forte.com>
20396              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
20397              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
20398      Branch: perl
20399            ! regexec.c t/lib/cwd.t
20400 ____________________________________________________________________________
20401 [  9484] By: jhi                                   on 2001/03/31  01:04:41
20402         Log: Obsolete file (see #3938)
20403      Branch: perl
20404            - lib/unicode/README.Ethiopic
20405            ! MANIFEST
20406 ____________________________________________________________________________
20407 [  9483] By: jhi                                   on 2001/03/31  00:52:42
20408         Log: Update to Unicode 3.1.
20409              (Rename Names.txt to NamesList.txt.)
20410      Branch: perl
20411            + lib/unicode/NamesList.txt lib/unicode/PropList.html
20412            - lib/unicode/Names.txt
20413            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20414            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
20415            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
20416            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
20417            ! lib/unicode/UCD.html lib/unicode/Unicode.html
20418            ! lib/unicode/rename lib/unicode/version
20419 ____________________________________________________________________________
20420 [  9482] By: jhi                                   on 2001/03/30  23:33:44
20421         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20422              From: Robin Houston <robin@kitsite.com>
20423              Date: Fri, 30 Mar 2001 20:07:22 +0100
20424              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
20425      Branch: perl
20426            ! ext/B/B/Deparse.pm
20427 ____________________________________________________________________________
20428 [  9481] By: jhi                                   on 2001/03/30  23:20:25
20429         Log: Subject: Re: [PATCH] CwdXS, Take 2
20430              From: Benjamin Sugars <bsugars@canoe.ca>
20431              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
20432              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
20433      Branch: perl
20434            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
20435            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
20436 ____________________________________________________________________________
20437 [  9480] By: jhi                                   on 2001/03/30  22:52:38
20438         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
20439              From: David Dyck <dcd@tc.fluke.com>
20440              Date: Fri, 30 Mar 2001 14:44:13 -0800
20441              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
20442              
20443              The t/rantests flags file creation was accidentally
20444              removed by #9217.
20445      Branch: perl
20446            ! Makefile.SH
20447 ____________________________________________________________________________
20448 [  9479] By: jhi                                   on 2001/03/30  22:45:45
20449         Log: Subject: [PATCH] File::Glob stuff for Mac OS
20450              From: Chris Nandor <pudge@pobox.com>
20451              Date: Fri, 30 Mar 2001 16:51:00 -0500
20452              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
20453      Branch: perl
20454            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20455            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20456            ! t/lib/glob-taint.t
20457 ____________________________________________________________________________
20458 [  9478] By: jhi                                   on 2001/03/30  22:43:12
20459         Log: Subject: fix for win32/buildext.pl
20460              From: "Vadim Konovalov" <watman@inbox.ru>
20461              Date: Sat, 31 Mar 2001 00:50:36 +0400
20462              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
20463      Branch: perl
20464            ! win32/buildext.pl
20465 ____________________________________________________________________________
20466 [  9477] By: jhi                                   on 2001/03/30  22:41:16
20467         Log: Subject: small base.pm doc patch
20468              From: Leon Brocard <acme@astray.com>
20469              Date: Fri, 30 Mar 2001 21:49:57 +0100
20470              Message-ID: <20010330214957.B8733@ns0.astray.com>
20471      Branch: perl
20472            ! lib/base.pm
20473 ____________________________________________________________________________
20474 [  9476] By: jhi                                   on 2001/03/30  18:16:57
20475         Log: Subject: [PATCH] av.h cosmetics
20476              From: Simon Cozens <simon@netthink.co.uk>
20477              Date: Fri, 30 Mar 2001 18:12:28 +0100
20478              Message-ID: <20010330181228.A9319@netthink.co.uk>
20479      Branch: perl
20480            ! av.h
20481 ____________________________________________________________________________
20482 [  9475] By: jhi                                   on 2001/03/30  18:15:50
20483         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
20484              From: "Philip Newton" <pnewton@gmx.de>
20485              Date: Fri, 30 Mar 2001 19:06:57 +0200
20486              Message-ID: <3AC4D951.14815.1AC7068@localhost>
20487      Branch: perl
20488            ! pod/perlhack.pod
20489 ____________________________________________________________________________
20490 [  9474] By: jhi                                   on 2001/03/30  18:14:02
20491         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
20492              From: Benjamin Sugars <bsugars@canoe.ca>
20493              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
20494              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
20495      Branch: perl
20496            ! t/lib/glob-basic.t
20497 ____________________________________________________________________________
20498 [  9473] By: jhi                                   on 2001/03/30  16:09:24
20499         Log: Update Changes.
20500      Branch: perl
20501            ! Changes patchlevel.h
20502 ____________________________________________________________________________
20503 [  9472] By: jhi                                   on 2001/03/30  15:16:08
20504         Log: Integrate perlio.
20505      Branch: perl
20506           !> t/lib/cwd.t t/lib/glob-basic.t
20507 ____________________________________________________________________________
20508 [  9471] By: nick                                  on 2001/03/30  14:47:10
20509         Log: Should be (^O eq 'MSWin32') not 'Win32'
20510              Fail #12 seems real - chdir is in wrong dir.
20511      Branch: perlio
20512            ! t/lib/cwd.t
20513 ____________________________________________________________________________
20514 [  9470] By: jhi                                   on 2001/03/30  14:41:11
20515         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20516              From: Radu Greab <radu@netsoft.ro>
20517              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
20518              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
20519              
20520              Replace #9352.
20521      Branch: perl
20522            ! ext/Socket/Socket.xs pp_sys.c
20523 ____________________________________________________________________________
20524 [  9469] By: jhi                                   on 2001/03/30  14:37:51
20525         Log: Subject: PATCH pod/perldiag.pod
20526              From: Robin Houston <robin@kitsite.com>
20527              Date: Fri, 30 Mar 2001 14:10:36 +0100
20528              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
20529      Branch: perl
20530            ! pod/perldiag.pod t/lib/glob-basic.t
20531 ____________________________________________________________________________
20532 [  9468] By: jhi                                   on 2001/03/30  14:36:36
20533         Log: Subject: Better diagnostic in io/fs.t
20534              From: andreas.koenig@anima.de (Andreas J. Koenig)
20535              Date: 30 Mar 2001 10:11:43 +0200
20536              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
20537      Branch: perl
20538            ! t/io/fs.t
20539 ____________________________________________________________________________
20540 [  9467] By: nick                                  on 2001/03/30  14:25:43
20541         Log: Skip order test of glob if case-ignoring system cannot 
20542              create a.test and A.test
20543      Branch: perlio
20544            ! t/lib/glob-basic.t
20545 ____________________________________________________________________________
20546 [  9466] By: nick                                  on 2001/03/30  13:03:12
20547         Log: Integrate mainline.
20548      Branch: perlio
20549            - ext/re/hints/aix.pl
20550           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
20551           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
20552           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
20553           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
20554 ____________________________________________________________________________
20555 [  9465] By: jhi                                   on 2001/03/30  03:53:37
20556         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
20557              the tests sometimes hang, sometimes not.)
20558      Branch: perl
20559            ! t/lib/io_multihomed.t t/lib/io_sock.t
20560 ____________________________________________________________________________
20561 [  9464] By: jhi                                   on 2001/03/30  02:56:04
20562         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
20563              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20564              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
20565              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
20566      Branch: perl
20567            ! op.c
20568 ____________________________________________________________________________
20569 [  9463] By: jhi                                   on 2001/03/30  02:34:48
20570         Log: Test for #9462.
20571      Branch: perl
20572            ! t/lib/b.t
20573 ____________________________________________________________________________
20574 [  9462] By: jhi                                   on 2001/03/30  02:29:37
20575         Log: Subject: B::Deparse precedence bug. (Patch included.)
20576              From: Jeremy Madea <jmadea@inktomi.com>
20577              Date: Thu, 29 Mar 2001 12:05:02 -0800
20578              Message-ID: <20010329120502.A24881@dr.inktomi.com>
20579      Branch: perl
20580            ! ext/B/B/Deparse.pm
20581 ____________________________________________________________________________
20582 [  9461] By: jhi                                   on 2001/03/30  02:18:41
20583         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
20584              From: Peter Prymmer <pvhp@forte.com>
20585              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
20586              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
20587      Branch: perl
20588            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
20589            ! t/lib/md5-file.t
20590 ____________________________________________________________________________
20591 [  9460] By: jhi                                   on 2001/03/30  02:17:07
20592         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
20593              From: Robin Houston <robin@kitsite.com>
20594              Date: Thu, 29 Mar 2001 20:47:56 +0100
20595              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
20596      Branch: perl
20597            ! ext/B/B/Debug.pm
20598 ____________________________________________________________________________
20599 [  9459] By: jhi                                   on 2001/03/30  02:16:05
20600         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
20601              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
20602              Date: Wed, 28 Mar 2001 18:02:20 -0600
20603              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
20604      Branch: perl
20605            ! lib/ExtUtils/MM_VMS.pm
20606 ____________________________________________________________________________
20607 [  9458] By: jhi                                   on 2001/03/30  02:07:58
20608         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
20609              From: "Joshua E. Rodd" <jrodd@pbs.org>
20610              Date: Wed, 28 Mar 2001 17:29:12 -0500
20611              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
20612      Branch: perl
20613            ! pod/perlop.pod
20614 ____________________________________________________________________________
20615 [  9457] By: jhi                                   on 2001/03/30  02:04:33
20616         Log: Subject: ext/re/aix.pl can go
20617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20618              Date: Thu, 29 Mar 2001 12:03:28 +0200
20619              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
20620      Branch: perl
20621            - ext/re/hints/aix.pl
20622            ! MANIFEST
20623 ____________________________________________________________________________
20624 [  9456] By: jhi                                   on 2001/03/30  02:03:32
20625         Log: Integrate perlio.
20626      Branch: perl
20627           !> ext/Encode/Encode.xs installperl
20628 ____________________________________________________________________________
20629 [  9455] By: nick                                  on 2001/03/29  21:11:46
20630         Log: DLL name has changed so installperl needs to know
20631              (Why isn't it working it out or passed it?)
20632      Branch: perlio
20633            ! installperl
20634 ____________________________________________________________________________
20635 [  9454] By: nick                                  on 2001/03/29  20:56:12
20636         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
20637              and we don't get undef warnings.
20638      Branch: perlio
20639            ! ext/Encode/Encode.xs
20640 ____________________________________________________________________________
20641 [  9453] By: nick                                  on 2001/03/29  17:58:48
20642         Log: Integrate mainline
20643      Branch: perlio
20644           !> Changes patchlevel.h
20645 ____________________________________________________________________________
20646 [  9452] By: jhi                                   on 2001/03/29  16:44:55
20647         Log: Update Changes.
20648      Branch: perl
20649            ! Changes patchlevel.h
20650 ____________________________________________________________________________
20651 [  9451] By: nick                                  on 2001/03/29  16:31:38
20652         Log: Integrate mainline
20653      Branch: perlio
20654           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
20655           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
20656           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
20657           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
20658           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
20659 ____________________________________________________________________________
20660 [  9450] By: jhi                                   on 2001/03/29  16:29:17
20661         Log: Integrate perlio.
20662      Branch: perl
20663           !> win32/buildext.pl
20664 ____________________________________________________________________________
20665 [  9449] By: jhi                                   on 2001/03/29  15:50:01
20666         Log: Update Changes.
20667      Branch: perl
20668            ! Changes patchlevel.h
20669 ____________________________________________________________________________
20670 [  9448] By: nick                                  on 2001/03/29  15:47:15
20671         Log: Make sure buildext.pl finds Errno.pm
20672      Branch: perlio
20673            ! win32/buildext.pl
20674 ____________________________________________________________________________
20675 [  9447] By: jhi                                   on 2001/03/29  15:39:34
20676         Log: Integrate perlio.
20677      Branch: perl
20678           !> win32/makefile.mk
20679 ____________________________________________________________________________
20680 [  9446] By: nick                                  on 2001/03/29  15:30:03
20681         Log: Integrate win32/makefile.mk with mainline.
20682      Branch: perlio
20683           !> win32/makefile.mk
20684 ____________________________________________________________________________
20685 [  9445] By: nick                                  on 2001/03/29  15:27:32
20686         Log: Fix breakage ... 
20687      Branch: perlio
20688            ! win32/makefile.mk
20689 ____________________________________________________________________________
20690 [  9444] By: jhi                                   on 2001/03/29  15:03:08
20691         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
20692              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20693              Date: Thu, 29 Mar 2001 10:32:59 +0400
20694              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
20695      Branch: perl
20696            ! win32/makefile.mk
20697 ____________________________________________________________________________
20698 [  9443] By: jhi                                   on 2001/03/29  15:02:12
20699         Log: Integrate perlio.
20700      Branch: perl
20701           +> win32/buildext.pl
20702           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
20703           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
20704 ____________________________________________________________________________
20705 [  9442] By: nick                                  on 2001/03/29  14:59:11
20706         Log: Work in progress - determine win32 extensions to build via script.
20707      Branch: perlio
20708            + win32/buildext.pl
20709            ! MANIFEST win32/makefile.mk
20710 ____________________________________________________________________________
20711 [  9441] By: jhi                                   on 2001/03/29  14:51:47
20712         Log: Reintroduce the use of external pwd.
20713      Branch: perl
20714            ! t/lib/cwd.t
20715 ____________________________________________________________________________
20716 [  9440] By: jhi                                   on 2001/03/29  14:42:58
20717         Log: use warnings instead of -w.
20718      Branch: perl
20719            ! utils/h2xs.PL
20720 ____________________________________________________________________________
20721 [  9439] By: jhi                                   on 2001/03/29  14:41:52
20722         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
20723              From: Jonathan Stowe <gellyfish@gellyfish.com>
20724              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
20725              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
20726      Branch: perl
20727            ! utils/h2xs.PL
20728 ____________________________________________________________________________
20729 [  9438] By: jhi                                   on 2001/03/29  14:39:38
20730         Log: Subject: [PATCH perl@9424] minor pod nits
20731              From: Robin Barker <rmb1@cise.npl.co.uk>
20732              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
20733              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
20734      Branch: perl
20735            ! pod/perlhack.pod pod/perliol.pod
20736 ____________________________________________________________________________
20737 [  9437] By: jhi                                   on 2001/03/29  14:29:16
20738         Log: Subject: [PATCH perl@9424] typemap cast warning
20739              From: Robin Barker <rmb1@cise.npl.co.uk>
20740              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
20741              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
20742      Branch: perl
20743            ! lib/ExtUtils/typemap
20744 ____________________________________________________________________________
20745 [  9436] By: jhi                                   on 2001/03/29  14:26:03
20746         Log: Subject: [PATCH perl@9424] printf warning
20747              From: Robin Barker <rmb1@cise.npl.co.uk>
20748              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
20749              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
20750      Branch: perl
20751            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
20752            ! ext/Storable/Storable.xs toke.c
20753 ____________________________________________________________________________
20754 [  9435] By: nick                                  on 2001/03/29  14:23:31
20755         Log: Win32 has name conflict with ERROR
20756      Branch: perlio
20757            ! ext/PerlIO/Via/Via.xs
20758 ____________________________________________________________________________
20759 [  9434] By: jhi                                   on 2001/03/29  14:17:48
20760         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
20761              From: Peter Prymmer <pvhp@forte.com>
20762              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
20763              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
20764      Branch: perl
20765            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
20766 ____________________________________________________________________________
20767 [  9433] By: jhi                                   on 2001/03/29  13:52:44
20768         Log: test-prep target was missing.
20769      Branch: perl
20770            ! Makefile.SH
20771 ____________________________________________________________________________
20772 [  9432] By: nick                                  on 2001/03/29  12:40:03
20773         Log: Make as-shipped compiler default to MSVC6 
20774      Branch: perlio
20775            ! win32/makefile.mk
20776 ____________________________________________________________________________
20777 [  9431] By: nick                                  on 2001/03/29  12:12:16
20778         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
20779              akin to PerlIO::Scalar.
20780      Branch: perlio
20781            ! perlio.c perlio.h
20782 ____________________________________________________________________________
20783 [  9430] By: nick                                  on 2001/03/29  10:56:35
20784         Log: Integrate mainline.
20785      Branch: perlio
20786           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
20787           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
20788           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
20789           !> win32/makefile.mk win32/win32sck.c
20790 ____________________________________________________________________________
20791 [  9429] By: nick                                  on 2001/03/29  09:03:43
20792         Log: Noticed that two tests were skipped as perlio:: package
20793              isn't there any more. Changed the skip condition.
20794              Avoid core-dump if sv_utf8_upgrade() called on something
20795              that does not become SvPOK after SvPV() (e.g. a ref).
20796      Branch: perlio
20797            ! sv.c t/io/utf8.t t/lib/io_scalar.t
20798 ____________________________________________________________________________
20799 [  9428] By: jhi                                   on 2001/03/29  01:31:47
20800         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
20801              From: Benjamin Sugars <bsugars@canoe.ca> 
20802              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
20803              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
20804      Branch: perl
20805            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
20806            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
20807            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
20808 ____________________________________________________________________________
20809 [  9427] By: jhi                                   on 2001/03/29  00:49:30
20810         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
20811              From: "Vadim Konovalov" <watman@inbox.ru>
20812              Date: Thu, 29 Mar 2001 01:50:12 +0400
20813              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
20814      Branch: perl
20815            ! win32/makefile.mk win32/win32sck.c
20816 ____________________________________________________________________________
20817 [  9426] By: gsar                                  on 2001/03/29  00:28:04
20818         Log: dmake can only handle == and != in comparisons; support building
20819              with Borland's VCL libraries (from Vadim Konovalov)
20820      Branch: maint-5.6/perl
20821            ! win32/makefile.mk
20822 ____________________________________________________________________________
20823 [  9425] By: nick                                  on 2001/03/28  19:29:56
20824         Log: Integrate (@snapshot)
20825      Branch: perlio
20826           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
20827 ____________________________________________________________________________
20828 [  9424] By: jhi                                   on 2001/03/28  19:03:16
20829         Log: Update Changes.
20830      Branch: perl
20831            ! Changes patchlevel.h
20832 ____________________________________________________________________________
20833 [  9423] By: jhi                                   on 2001/03/28  18:52:09
20834         Log: Rmdir lib/XS on cleanup.
20835      Branch: perl
20836            ! Makefile.SH
20837 ____________________________________________________________________________
20838 [  9422] By: jhi                                   on 2001/03/28  18:49:34
20839         Log: Integrate perlio.
20840      Branch: perl
20841           !> t/op/utf8decode.t
20842 ____________________________________________________________________________
20843 [  9421] By: nick                                  on 2001/03/28  18:46:44
20844         Log: Loose duplicate chunk.
20845      Branch: perlio
20846            ! t/op/utf8decode.t
20847 ____________________________________________________________________________
20848 [  9420] By: nick                                  on 2001/03/28  18:44:11
20849         Log: Integrate mainline.
20850      Branch: perlio
20851           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
20852           !> vms/vmsish.h
20853 ____________________________________________________________________________
20854 [  9419] By: jhi                                   on 2001/03/28  18:42:05
20855         Log: Can't trust external pwds
20856              (either shell builtins or external programs)
20857      Branch: perl
20858            ! t/lib/cwd.t
20859 ____________________________________________________________________________
20860 [  9418] By: jhi                                   on 2001/03/28  18:34:05
20861         Log: Integrate perlio.
20862      Branch: perl
20863            - lib/perlio.pm
20864           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
20865           !> t/op/utf8decode.t
20866 ____________________________________________________________________________
20867 [  9417] By: nick                                  on 2001/03/28  18:24:02
20868         Log: PerlIO.pm / perlio.pm conflict.
20869              Update some pods.
20870              Make t/op/utf8decode.t a text file.
20871      Branch: perlio
20872            - lib/perlio.pm
20873            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
20874            ! t/op/utf8decode.t
20875 ____________________________________________________________________________
20876 [  9416] By: jhi                                   on 2001/03/28  18:06:07
20877         Log: Integrate change #9409 from mainline to maintperl.
20878              
20879              Yet another tweak on AIX dynaloading.
20880      Branch: maint-5.6/perl
20881           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20882 ____________________________________________________________________________
20883 [  9415] By: gsar                                  on 2001/03/28  17:13:01
20884         Log: integrate changes#9377,9385,9401 from mainline
20885              
20886              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
20887              
20888              If directory entries compare equal case-insensitively,
20889              retry case-sensitively.
20890              
20891              Subject: [PATCH] B::Terse and warnings
20892      Branch: maint-5.6/perl
20893           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
20894           !> t/pragma/warn/perl
20895 ____________________________________________________________________________
20896 [  9414] By: jhi                                   on 2001/03/28  17:11:12
20897         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
20898              From: "Craig A. Berry" <craigberry@mac.com>
20899              Date: Wed, 28 Mar 2001 10:55:20 -0600
20900              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
20901      Branch: perl
20902            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
20903 ____________________________________________________________________________
20904 [  9413] By: jhi                                   on 2001/03/28  17:03:12
20905         Log: Dup hunk.
20906      Branch: perl
20907            ! t/op/utf8decode.t
20908 ____________________________________________________________________________
20909 [  9412] By: jhi                                   on 2001/03/28  17:02:36
20910         Log: Forced integrate from perlio.
20911      Branch: perl
20912           !> t/op/utf8decode.t
20913 ____________________________________________________________________________
20914 [  9411] By: nick                                  on 2001/03/28  16:50:03
20915         Log: Integrate mainline.
20916      Branch: perlio
20917           +> t/lib/cwd.t
20918           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20919           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
20920           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
20921           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
20922           !> t/pragma/warn/perl
20923 ____________________________________________________________________________
20924 [  9410] By: jhi                                   on 2001/03/28  16:44:23
20925         Log: Subject: Re: [PATCH] 9403 cannot be tested
20926              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20927              Date: Wed, 28 Mar 2001 18:33:56 +0200
20928              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
20929      Branch: perl
20930            ! makedef.pl
20931 ____________________________________________________________________________
20932 [  9409] By: jhi                                   on 2001/03/28  16:12:45
20933         Log: Yet another tweak on AIX dynaloading.
20934      Branch: perl
20935            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20936 ____________________________________________________________________________
20937 [  9408] By: jhi                                   on 2001/03/28  15:52:55
20938         Log: Subject: [PATCH] 9403 cannot be tested
20939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20940              Date: Wed, 28 Mar 2001 17:23:00 +0200
20941              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
20942              
20943              A missing symbol.
20944      Branch: perl
20945            ! makedef.pl
20946 ____________________________________________________________________________
20947 [  9407] By: jhi                                   on 2001/03/28  15:47:43
20948         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
20949      Branch: perl
20950            ! t/op/utf8decode.t
20951           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
20952           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
20953 ____________________________________________________________________________
20954 [  9406] By: jhi                                   on 2001/03/28  15:37:08
20955         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
20956              From: Benjamin Sugars <bsugars@canoe.ca> 
20957              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
20958              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
20959      Branch: perl
20960            + t/lib/cwd.t
20961            ! MANIFEST
20962 ____________________________________________________________________________
20963 [  9405] By: jhi                                   on 2001/03/28  15:13:18
20964         Log: pp_ne() needs a CORRECT boolean.
20965      Branch: perl
20966            ! pp.c
20967 ____________________________________________________________________________
20968 [  9404] By: jhi                                   on 2001/03/28  15:09:23
20969         Log: pp_ne() needs a boolean, not an integer.
20970      Branch: perl
20971            ! pp.c
20972 ____________________________________________________________________________
20973 [  9403] By: jhi                                   on 2001/03/28  14:47:43
20974         Log: (Retracted by #9404.)
20975      Branch: perl
20976            ! pp.c
20977 ____________________________________________________________________________
20978 [  9402] By: jhi                                   on 2001/03/28  14:43:59
20979         Log: Subject: Re: [PATCH] Typemap testing
20980              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
20981              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
20982              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
20983      Branch: perl
20984            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20985            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
20986 ____________________________________________________________________________
20987 [  9401] By: jhi                                   on 2001/03/28  14:42:14
20988         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
20989              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20990              Date: Sun, 25 Mar 2001 21:59:15 +0100
20991              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
20992              
20993              A variable will be checked for the "use once" warnings if:
20994              
20995              1. It is in the scope of a use warnings 'once'
20996              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
20997              
20998              Otherwise it won't be checked at all.
20999              
21000              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
21001              
21002              The enclosed patch partially fixes this issue. What I didn't
21003              get to work was the case where the "used once" warning is enabled
21004              in any file other than the main file.
21005      Branch: perl
21006            ! gv.c t/pragma/warn/perl
21007 ____________________________________________________________________________
21008 [  9400] By: nick                                  on 2001/03/28  14:38:24
21009         Log: More EBCDIC tweaks:
21010              - one more swash issue &~(0xA0-1) did not do the right thing,
21011              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
21012              - add "use re 'asciirange'" to make [!-~] etc. work
21013              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
21014              - Choose a key for t/op/each.t test which gets encoded.
21015              - Skip utf8decode if this is UTF-EBCDIC.
21016      Branch: perlio
21017            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21018            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
21019 ____________________________________________________________________________
21020 [  9399] By: jhi                                   on 2001/03/28  14:21:00
21021         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
21022              Andreas Schwab.
21023      Branch: perl
21024            ! pp.c
21025 ____________________________________________________________________________
21026 [  9398] By: jhi                                   on 2001/03/28  00:55:56
21027         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
21028              From: David Dyck <dcd@tc.fluke.com>
21029              Date: Tue, 27 Mar 2001 15:16:24 -0800
21030              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
21031      Branch: perl
21032            ! ext/IO/lib/IO/Socket.pm
21033 ____________________________________________________________________________
21034 [  9397] By: jhi                                   on 2001/03/27  21:52:49
21035         Log: Integrate perlio.
21036      Branch: perl
21037           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21038           +> ext/PerlIO/Via/Via.xs
21039           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21040 ____________________________________________________________________________
21041 [  9396] By: nick                                  on 2001/03/27  21:45:13
21042         Log: Integrate mainline.
21043      Branch: perlio
21044           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
21045           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
21046 ____________________________________________________________________________
21047 [  9395] By: nick                                  on 2001/03/27  21:18:58
21048         Log: Outline docs for PerlIO and PerlIO::Scalar
21049      Branch: perlio
21050            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21051 ____________________________________________________________________________
21052 [  9394] By: nick                                  on 2001/03/27  20:50:13
21053         Log: PerlIO::Via layer (alpha-ish).
21054      Branch: perlio
21055            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21056            + ext/PerlIO/Via/Via.xs
21057            ! MANIFEST
21058 ____________________________________________________________________________
21059 [  9393] By: jhi                                   on 2001/03/27  20:49:55
21060         Log: Retract #9329 now that 9390 should take care of the matter.
21061      Branch: perl
21062            ! utils/h2xs.PL
21063 ____________________________________________________________________________
21064 [  9390] By: jhi                                   on 2001/03/27  20:47:50
21065         Log: Subject: Autoloading Errno.pm when %! is encountered
21066              From: Robin Houston <robin@kitsite.com>
21067              Date: Tue, 27 Mar 2001 20:57:11 +0100
21068              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
21069      Branch: perl
21070            ! embed.h embed.pl gv.c proto.h t/op/magic.t
21071 ____________________________________________________________________________
21072 [  9389] By: jhi                                   on 2001/03/27  20:24:31
21073         Log: Integrate perlio.
21074      Branch: perl
21075           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21076           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
21077           !> utf8.c
21078 ____________________________________________________________________________
21079 [  9388] By: jhi                                   on 2001/03/27  20:21:38
21080         Log: Better have a three-element array if one is going to assign
21081              to the third element of that array. (from Tim Jenness)
21082      Branch: perl
21083            ! ext/XS/Typemap/Typemap.xs
21084 ____________________________________________________________________________
21085 [  9387] By: nick                                  on 2001/03/27  20:15:43
21086         Log: Integrate mainline.
21087      Branch: perlio
21088           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21089           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21090           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21091           +> t/lib/xs-typemap.t
21092           !> (integrate 34 files)
21093 ____________________________________________________________________________
21094 [  9386] By: jhi                                   on 2001/03/27  20:04:18
21095         Log: Subject: Re: perl@9359 breaks HTML::Parser
21096              From: Gisle Aas <gisle@ActiveState.com>
21097              Date: 27 Mar 2001 11:30:24 -0800
21098              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
21099              
21100              Clarify the UTF-8 issues of the API docs.
21101              (Slightly reworded and expanded.)
21102      Branch: perl
21103            ! pod/perlapi.pod sv.c sv.h
21104 ____________________________________________________________________________
21105 [  9385] By: jhi                                   on 2001/03/27  19:44:25
21106         Log: If directory entries compare equal case-insensitively,
21107              retry case-sensitively.
21108      Branch: perl
21109            ! ext/File/Glob/bsd_glob.c
21110 ____________________________________________________________________________
21111 [  9384] By: nick                                  on 2001/03/27  19:38:50
21112         Log: Various EBCDIC fixes:
21113              - major revelation that swash code is encoding aware,
21114              (or thought it was) - now it is ;-)
21115              - With that out of the way fix a slab of tr/// cases.
21116              - Fix Encode 'Unicode' to be true Unicode so tests pass.
21117              - As anticipated Base64.xs needed tweaks.
21118              - Until tr/// works right avoid old_encode64 in MIME tests.
21119      Branch: perlio
21120            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21121            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
21122 ____________________________________________________________________________
21123 [  9383] By: jhi                                   on 2001/03/27  18:34:41
21124         Log: Add the std test suite BEGIN block.
21125      Branch: perl
21126            ! t/lib/xs-typemap.t
21127 ____________________________________________________________________________
21128 [  9382] By: jhi                                   on 2001/03/27  15:16:07
21129         Log: Add debugging output to the test.
21130      Branch: perl
21131            ! t/lib/glob-basic.t
21132 ____________________________________________________________________________
21133 [  9381] By: jhi                                   on 2001/03/27  15:08:10
21134         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
21135      Branch: perl
21136            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21137            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21138            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21139            + t/lib/xs-typemap.t
21140            ! MANIFEST
21141 ____________________________________________________________________________
21142 [  9380] By: jhi                                   on 2001/03/27  14:48:34
21143         Log: Subject: [PATCH] Typemap testing
21144              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21145              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
21146              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
21147              
21148              (The first part of the patch.)
21149      Branch: perl
21150            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
21151 ____________________________________________________________________________
21152 [  9379] By: jhi                                   on 2001/03/27  14:44:56
21153         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
21154              From: Benjamin Sugars <bsugars@canoe.ca> 
21155              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
21156              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
21157      Branch: perl
21158            ! t/lib/glob-basic.t
21159 ____________________________________________________________________________
21160 [  9378] By: jhi                                   on 2001/03/27  14:42:30
21161         Log: Subject: [PATCH] perlvar nit
21162              From: Simon Cozens <simon@netthink.co.uk>
21163              Date: Tue, 27 Mar 2001 01:12:01 +0100
21164              Message-ID: <20010327011201.A19179@netthink.co.uk>
21165      Branch: perl
21166            ! pod/perlvar.pod
21167 ____________________________________________________________________________
21168 [  9377] By: jhi                                   on 2001/03/27  14:36:26
21169         Log: Subject: [PATCH] B::Terse and warnings
21170              From: Benjamin Sugars <ben.sugars@home.com>
21171              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
21172              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
21173      Branch: perl
21174            ! ext/B/B.pm ext/B/B/Terse.pm
21175 ____________________________________________________________________________
21176 [  9376] By: jhi                                   on 2001/03/27  14:31:31
21177         Log: Document sockatmark() some.
21178      Branch: perl
21179            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
21180            ! pod/perltoc.pod
21181 ____________________________________________________________________________
21182 [  9375] By: jhi                                   on 2001/03/27  14:00:24
21183         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
21184              noted by Gisle and fixed by NI-S.
21185      Branch: perl
21186            ! sv.c
21187 ____________________________________________________________________________
21188 [  9374] By: jhi                                   on 2001/03/27  05:50:01
21189         Log: Regen toc.
21190      Branch: perl
21191            ! pod/perltoc.pod
21192 ____________________________________________________________________________
21193 [  9373] By: jhi                                   on 2001/03/27  05:43:51
21194         Log: Pixie documenting.
21195      Branch: perl
21196            ! Makefile.SH pod/perlhack.pod
21197 ____________________________________________________________________________
21198 [  9372] By: jhi                                   on 2001/03/27  05:29:34
21199         Log: Metaconfig unit changes for #9371.
21200      Branch: metaconfig
21201            ! U/modified/myhostname.U
21202      Branch: metaconfig/U/perl
21203            + d_sockatmark.U
21204            ! gccvers.U
21205 ____________________________________________________________________________
21206 [  9371] By: jhi                                   on 2001/03/27  05:29:07
21207         Log: Add sockatmark() probing.
21208      Branch: perl
21209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21210            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21211            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21212            ! vos/config.ga.h win32/config.bc win32/config.gc
21213            ! win32/config.vc
21214 ____________________________________________________________________________
21215 [  9370] By: jhi                                   on 2001/03/26  22:01:18
21216         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
21217              Really need to benchmark this.
21218      Branch: perl
21219            ! pp.c
21220 ____________________________________________________________________________
21221 [  9369] By: nick                                  on 2001/03/26  21:59:30
21222         Log: Integrate mainline.
21223      Branch: perlio
21224            ! ext/MIME/Base64/QuotedPrint.pm
21225           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21226           !> patchlevel.h pod/perlhack.pod pp_sys.c
21227 ____________________________________________________________________________
21228 [  9368] By: jhi                                   on 2001/03/26  21:47:03
21229         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
21230              
21231              TODO1: perlbench.
21232              TODO2: le, lt, ge, gt?  Yech.
21233      Branch: perl
21234            ! pp.c
21235 ____________________________________________________________________________
21236 [  9367] By: jhi                                   on 2001/03/26  21:34:57
21237         Log: Too much cut-and-paste in #9363.
21238      Branch: perl
21239            ! pp_sys.c
21240 ____________________________________________________________________________
21241 [  9366] By: jhi                                   on 2001/03/26  21:20:53
21242         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
21243              From: Andreas Schwab <schwab@suse.de>
21244              Date: 26 Mar 2001 17:29:04 +0200
21245              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
21246              
21247              (The patch for 5.6.0 or so, this is a guess for bleadperl)
21248      Branch: perl
21249            ! pp_hot.c
21250 ____________________________________________________________________________
21251 [  9365] By: jhi                                   on 2001/03/26  21:07:54
21252         Log: Integrate perlio.
21253      Branch: perl
21254           !> perlio.c
21255 ____________________________________________________________________________
21256 [  9364] By: nick                                  on 2001/03/26  20:30:48
21257         Log: REFCNT botch in layer name cache hash.
21258      Branch: perlio
21259            ! perlio.c
21260 ____________________________________________________________________________
21261 [  9363] By: jhi                                   on 2001/03/26  18:44:32
21262         Log: Subject: [PATCH] socket() leaks file descriptors
21263              From: Benjamin Sugars <bsugars@canoe.ca>
21264              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
21265              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
21266              
21267              Also sockpair() fixed similarly.
21268      Branch: perl
21269            ! pp_sys.c
21270 ____________________________________________________________________________
21271 [  9362] By: jhi                                   on 2001/03/26  18:37:52
21272         Log: Integrate perlio.
21273      Branch: perl
21274           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
21275 ____________________________________________________________________________
21276 [  9361] By: nick                                  on 2001/03/26  17:32:06
21277         Log: Implement flush of linebuffered streams on read of a tty.
21278      Branch: perlio
21279            ! perlio.c perliol.h
21280 ____________________________________________________________________________
21281 [  9360] By: nick                                  on 2001/03/26  17:12:32
21282         Log: Memory tweaks and notes for OEMVS.
21283      Branch: perlio
21284            ! README.os390 miniperlmain.c t/op/pat.t
21285 ____________________________________________________________________________
21286 [  9359] By: jhi                                   on 2001/03/26  02:12:54
21287         Log: Update Changes.
21288      Branch: perl
21289            ! Changes patchlevel.h
21290 ____________________________________________________________________________
21291 [  9358] By: jhi                                   on 2001/03/26  02:05:32
21292         Log: Document the most common pixie options.
21293      Branch: perl
21294            ! pod/perlhack.pod
21295 ____________________________________________________________________________
21296 [  9357] By: jhi                                   on 2001/03/26  01:25:28
21297         Log: For perl.pixie check *before* compiling that optimize is -g,
21298              as for perl.third.
21299      Branch: perl
21300            ! Makefile.SH
21301 ____________________________________________________________________________
21302 [  9356] By: jhi                                   on 2001/03/26  01:13:41
21303         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
21304      Branch: perl
21305            ! Makefile.SH
21306 ____________________________________________________________________________
21307 [  9355] By: jhi                                   on 2001/03/26  01:11:19
21308         Log: Remove t/perl.third.
21309      Branch: perl
21310            ! Makefile.SH
21311 ____________________________________________________________________________
21312 [  9354] By: jhi                                   on 2001/03/26  00:23:38
21313         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
21314              IO::Sockatmark().
21315      Branch: perl
21316            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21317 ____________________________________________________________________________
21318 [  9353] By: jhi                                   on 2001/03/25  22:25:04
21319         Log: Integrate perlio.
21320      Branch: perl
21321           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21322           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
21323           !> pp_hot.c win32/makefile.mk
21324 ____________________________________________________________________________
21325 [  9352] By: jhi                                   on 2001/03/25  22:21:41
21326         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
21327              From: Radu Greab <radu@netsoft.ro>
21328              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
21329              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
21330      Branch: perl
21331            ! pp_sys.c
21332 ____________________________________________________________________________
21333 [  9351] By: nick                                  on 2001/03/25  22:15:02
21334         Log: Fix readline in list mode to tell rest of world that it has
21335              things on the stack. Otherwise if perl code gets invoked
21336              underneath it it scribbles over results-so-far.
21337              (Why TIEHANDLE has not tripped on this is a mystery.)
21338      Branch: perlio
21339            ! pp_hot.c
21340 ____________________________________________________________________________
21341 [  9350] By: nick                                  on 2001/03/25  22:10:13
21342         Log: win32/makefile.mk typos
21343      Branch: perlio
21344            ! win32/makefile.mk
21345 ____________________________________________________________________________
21346 [  9349] By: nick                                  on 2001/03/25  21:31:14
21347         Log: Integrate now-non-binary file.
21348      Branch: perlio
21349           !> t/lib/mimeqp.t
21350 ____________________________________________________________________________
21351 [  9348] By: nick                                  on 2001/03/25  21:27:24
21352         Log: Make it text
21353      Branch: perlio
21354            ! t/lib/mimeqp.t
21355 ____________________________________________________________________________
21356 [  9347] By: nick                                  on 2001/03/25  21:25:37
21357         Log: Integrate mainline.
21358      Branch: perlio
21359           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21360           !> lib/Term/ReadLine.pm t/lib/md5-file.t
21361 ____________________________________________________________________________
21362 [  9346] By: nick                                  on 2001/03/25  20:58:15
21363         Log: Add destruct time hook to PerlIO (for work-in-process implementing
21364              layers in perl code. In such cases layers need to be popped before
21365              we loose the ability to run perl code.)
21366              Also back-out "PerlIO::object" hook - it isn't going to work like that...
21367      Branch: perlio
21368            ! perl.c perlio.c perlio.h perliol.h
21369 ____________________________________________________________________________
21370 [  9345] By: nick                                  on 2001/03/25  20:49:11
21371         Log: Avoid at leasy one of undefined warnings in Encode.
21372      Branch: perlio
21373            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21374 ____________________________________________________________________________
21375 [  9344] By: jhi                                   on 2001/03/25  20:37:43
21376         Log: A workaround for using Term::ReadLine in emacs minibuffer
21377              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
21378              additional tweaks from Ilya Zakharevich.
21379      Branch: perl
21380            ! lib/Term/ReadLine.pm
21381 ____________________________________________________________________________
21382 [  9343] By: nick                                  on 2001/03/25  20:21:14
21383         Log: Missing return value.
21384      Branch: perlio
21385            ! ext/PerlIO/Scalar/Scalar.xs
21386 ____________________________________________________________________________
21387 [  9342] By: jhi                                   on 2001/03/25  16:21:00
21388         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
21389              to equal the CPAN versions since no code changes have been made.
21390      Branch: perl
21391            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21392            ! t/lib/md5-file.t
21393 ____________________________________________________________________________
21394 [  9341] By: jhi                                   on 2001/03/25  16:01:48
21395         Log: Escape 8-bit characters.
21396      Branch: perl
21397            ! t/lib/mimeqp.t
21398 ____________________________________________________________________________
21399 [  9340] By: gsar                                  on 2001/03/25  15:50:53
21400         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
21401              chars)
21402      Branch: perl
21403            + t/lib/mimeqp.t
21404 ____________________________________________________________________________
21405 [  9339] By: gsar                                  on 2001/03/25  15:48:50
21406         Log: delete mimeqp.t for later with text mode set
21407      Branch: perl
21408            - t/lib/mimeqp.t
21409 ____________________________________________________________________________
21410 [  9338] By: nick                                  on 2001/03/25  09:01:57
21411         Log: Integrate mainline.
21412      Branch: perlio
21413           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21414           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21415           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21416           +> t/lib/mimeb64u.t t/lib/mimeqp.t
21417           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
21418           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
21419           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
21420 ____________________________________________________________________________
21421 [  9337] By: jhi                                   on 2001/03/25  04:23:24
21422         Log: Add MIME::Base64 here and there.  Again, a lot of
21423              optimism is in the air.
21424      Branch: perl
21425            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21426            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
21427 ____________________________________________________________________________
21428 [  9336] By: jhi                                   on 2001/03/25  04:12:43
21429         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
21430              this by ear as I do not do Win32 programming.)
21431      Branch: perl
21432            ! win32/Makefile win32/makefile.mk
21433 ____________________________________________________________________________
21434 [  9335] By: jhi                                   on 2001/03/25  04:03:50
21435         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
21436      Branch: perl
21437            ! t/lib/md5-file.t
21438 ____________________________________________________________________________
21439 [  9334] By: jhi                                   on 2001/03/25  03:58:53
21440         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
21441      Branch: perl
21442            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21443            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21444            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21445            + t/lib/mimeb64u.t t/lib/mimeqp.t
21446            ! MANIFEST
21447 ____________________________________________________________________________
21448 [  9333] By: jhi                                   on 2001/03/24  20:14:37
21449         Log: Integrate perlio.
21450      Branch: perl
21451           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
21452 ____________________________________________________________________________
21453 [  9332] By: nick                                  on 2001/03/24  19:40:34
21454         Log: Fix un-init variable leading to spurious "Out of Memory!"
21455      Branch: perlio
21456            ! doio.c
21457 ____________________________________________________________________________
21458 [  9331] By: nick                                  on 2001/03/24  19:09:59
21459         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
21460              and update layers internals doc.
21461      Branch: perlio
21462            ! pod/perlfunc.pod pod/perliol.pod
21463 ____________________________________________________________________________
21464 [  9330] By: jhi                                   on 2001/03/24  18:42:11
21465         Log: The length might be uninitialized garbage if the *svp is the undef.
21466      Branch: perl
21467            ! doio.c
21468 ____________________________________________________________________________
21469 [  9329] By: jhi                                   on 2001/03/24  18:26:57
21470         Log: (Retracted by #9393)
21471
21472              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
21473              From: Simon Cozens <simon@netthink.co.uk>
21474              Date: Sat, 24 Mar 2001 17:13:17 +0000
21475              Message-ID: <20010324171317.A13406@netthink.co.uk>
21476      Branch: perl
21477            ! utils/h2xs.PL
21478 ____________________________________________________________________________
21479 [  9328] By: nick                                  on 2001/03/24  17:22:02
21480         Log: Integrate mainline.
21481      Branch: perlio
21482           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
21483           !> lib/unicode/version
21484 ____________________________________________________________________________
21485 [  9327] By: nick                                  on 2001/03/24  17:16:02
21486         Log: Integrate mainline.
21487      Branch: perlio
21488           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21489           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21490           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21491           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21492           +> t/lib/md5-file.t
21493           !> MANIFEST Makefile.SH configure.com djgpp/config.over
21494           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
21495           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
21496           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
21497           !> win32/makefile.mk
21498 ____________________________________________________________________________
21499 [  9326] By: jhi                                   on 2001/03/24  17:00:42
21500         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
21501      Branch: perl
21502            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
21503            ! lib/unicode/version
21504 ____________________________________________________________________________
21505 [  9325] By: jhi                                   on 2001/03/24  16:22:33
21506         Log: Subject: Re: B::Deparse bug (5.6.0)
21507              From: Robin Houston <robin@kitsite.com>
21508              Date: Sat, 24 Mar 2001 14:33:09 +0000
21509              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
21510      Branch: perl
21511            ! op.c pp.c t/lib/b.t t/op/repeat.t
21512 ____________________________________________________________________________
21513 [  9324] By: jhi                                   on 2001/03/24  16:21:56
21514         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
21515              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
21516              these additions may be too optimistic.
21517      Branch: perl
21518            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21519            ! hints/uwin.sh hints/vmesa.sh
21520 ____________________________________________________________________________
21521 [  9323] By: jhi                                   on 2001/03/24  16:06:01
21522         Log: Integrate perlio.
21523      Branch: perl
21524           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21525           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21526            ! Makefile.SH
21527           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
21528           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
21529           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
21530           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21531           !> win32/makefile.mk win32/perlhost.h win32/win32.c
21532           !> win32/win32iop.h
21533 ____________________________________________________________________________
21534 [  9322] By: nick                                  on 2001/03/24  14:39:12
21535         Log: Routine Win32 regen_config_h - no real changes.
21536      Branch: perlio
21537            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21538 ____________________________________________________________________________
21539 [  9321] By: nick                                  on 2001/03/24  14:31:49
21540         Log: PerlIO fixups for Win32:
21541              - provide win33_popenlist() - non-functional as yet.
21542              - avoid need for aTHX in PerlIO_debug calls - even if not 
21543              enabled args are still evaluated so Win32 has trouble during fork().
21544              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
21545              - Fixup makedef.pl for latest set of symbols.
21546      Branch: perlio
21547            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
21548            ! win32/perlhost.h win32/win32.c win32/win32iop.h
21549 ____________________________________________________________________________
21550 [  9320] By: nick                                  on 2001/03/24  14:26:58
21551         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
21552              was gibberish - broke it on WIn32 at least.
21553      Branch: perlio
21554            ! ext/POSIX/POSIX.xs
21555 ____________________________________________________________________________
21556 [  9319] By: nick                                  on 2001/03/24  11:29:41
21557         Log: Generated files.
21558      Branch: perlio
21559            ! embed.h global.sym objXSUB.h perlapi.c proto.h
21560 ____________________________________________________________________________
21561 [  9318] By: nick                                  on 2001/03/24  10:29:37
21562         Log: Implement:
21563              1.  open($fh,"+<",undef);  # add test to t/io/open.t
21564              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
21565      Branch: perlio
21566            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21567            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21568            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
21569            ! t/io/open.t t/io/utf8.t
21570 ____________________________________________________________________________
21571 [  9317] By: jhi                                   on 2001/03/23  23:41:25
21572         Log: AIX does seems to have optimization problems with its C compilers.
21573      Branch: perl
21574            ! hints/aix.sh
21575 ____________________________________________________________________________
21576 [  9316] By: jhi                                   on 2001/03/23  23:40:46
21577         Log: Integrate perlio.
21578      Branch: perl
21579           +> lib/PerlIO.pm
21580           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
21581           !> perliol.h
21582 ____________________________________________________________________________
21583 [  9315] By: jhi                                   on 2001/03/23  22:16:30
21584         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
21585      Branch: perl
21586            ! t/lib/md5-file.t
21587 ____________________________________________________________________________
21588 [  9314] By: nick                                  on 2001/03/23  20:49:02
21589         Log: Perlio internals re-organized.
21590              - open process creates AV of layer/arg pairs
21591              (appends layers from open() or open.pm to default list).
21592              - push arg is now an SV.
21593              - layer ->Open get passed the AV
21594              - open is no longer mandatory method.
21595              - topmost layer that has ->Open method does the open
21596              - any layers above are pushed once that returns.
21597              - vtable re-ordered so dummy layers need only provide push/pop methods.
21598      Branch: perlio
21599            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21600 ____________________________________________________________________________
21601 [  9313] By: nick                                  on 2001/03/23  16:27:41
21602         Log: Check in a stable (working) version before next round of tweaks.
21603              Changes include:
21604              - Move default layers code out of doio.c and into perlio.c
21605              - Single routine for parsing layer specification strings.
21606              - Skeleton support for demand loading of layers
21607              - Core-dump avoidance if PERLIO environment specifies loadable layer
21608              (does not _work_ as need IO to load and need load to do IO ...)
21609      Branch: perlio
21610            + lib/PerlIO.pm
21611            ! MANIFEST doio.c perlio.c
21612 ____________________________________________________________________________
21613 [  9312] By: gsar                                  on 2001/03/23  16:25:25
21614         Log: add execute bit to files with shebang lines in the repository;
21615              avoid clobbering execute bit in Porting/makerel 
21616      Branch: maint-5.6/perl
21617            ! (edit 144 files)
21618 ____________________________________________________________________________
21619 [  9311] By: jhi                                   on 2001/03/23  14:25:35
21620         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
21621      Branch: perl
21622            ! MANIFEST
21623 ____________________________________________________________________________
21624 [  9310] By: jhi                                   on 2001/03/23  13:45:04
21625         Log: Subject: [PATCH] Net::Ping
21626              From: Colin McMillen <mcmi0037@tc.umn.edu>
21627              Date: Thu, 22 Mar 2001 19:30:31 -0600
21628              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
21629      Branch: perl
21630            ! lib/Net/Ping.pm
21631 ____________________________________________________________________________
21632 [  9309] By: jhi                                   on 2001/03/23  13:39:13
21633         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
21634      Branch: perl
21635            ! t/lib/md5-aaa.t t/lib/md5-file.t
21636 ____________________________________________________________________________
21637 [  9308] By: jhi                                   on 2001/03/23  13:20:34
21638         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
21639              - bump the version to 2.14
21640              - drop the base64 tests since they require MIME::Base64
21641              - drop the rfc1321.txt
21642              - drop the hints/dec_osf.pl since it's only needed for
21643              pre-5.005_03 Perls
21644              Todo:
21645              - the U32 alignment testing is now removed; it needs to
21646              be reintroduced as as a Config variable (meaning also
21647              as a Configure test)
21648              - get the new EBCDIC md5sum for MD5.pm
21649              - test in Win32 to see how badly I botched the makefiles
21650      Branch: perl
21651            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21652            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21653            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21654            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21655            + t/lib/md5-file.t
21656            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21657            ! win32/Makefile win32/makefile.mk
21658 ____________________________________________________________________________
21659 [  9307] By: jhi                                   on 2001/03/23  12:56:14
21660         Log: Integrate change #9306 from maintperl into mainline,
21661              AIX dynaloader for AIXes without <load.h>.
21662      Branch: perl
21663           !> ext/DynaLoader/hints/aix.pl
21664 ____________________________________________________________________________
21665 [  9306] By: jhi                                   on 2001/03/23  12:51:36
21666         Log: There are AIXes without /usr/include/load.h,
21667              patch from H.Merijn Brand.
21668      Branch: maint-5.6/perl
21669            ! ext/DynaLoader/hints/aix.pl
21670 ____________________________________________________________________________
21671 [  9305] By: nick                                  on 2001/03/23  11:00:42
21672         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
21673      Branch: perlio
21674            ! ext/Encode/Encode.xs perlio.c perlio.h
21675 ____________________________________________________________________________
21676 [  9304] By: nick                                  on 2001/03/23  10:20:46
21677         Log: Render -Duseperlio functional again.
21678              - this is "quick fix" which calls PerlIO_apply_layers after opening,
21679              which is what old scheme did. New scheme needs to change that
21680              to make open(...,\$scalar) etc. work but this will do for now.
21681      Branch: perlio
21682            ! perlio.c
21683 ____________________________________________________________________________
21684 [  9303] By: nick                                  on 2001/03/23  09:53:20
21685         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
21686              -Uuseperlio now works again.
21687              -Duseperlio is still poorly. Don't merge yet...
21688      Branch: perlio
21689            ! doio.c perlio.h
21690 ____________________________________________________________________________
21691 [  9302] By: nick                                  on 2001/03/22  22:26:51
21692         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
21693              type code.
21694              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
21695              is its main caller. In particular now has access to "extra" args, and
21696              can tell when an open handle is "reopened" (or duped?).
21697              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
21698              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
21699              PerlIO_open() et. al. (i.e. other way round).
21700              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
21701              with args close to PerlIO_openn().
21702      Branch: perlio
21703            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21704 ____________________________________________________________________________
21705 [  9301] By: jhi                                   on 2001/03/22  20:58:04
21706         Log: Integrate perlio.
21707      Branch: perl
21708           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
21709           !> t/io/open.t util.c
21710 ____________________________________________________________________________
21711 [  9300] By: nick                                  on 2001/03/22  17:36:32
21712         Log: Don't include $@ in not ok message.
21713      Branch: perlio
21714            ! t/io/open.t
21715 ____________________________________________________________________________
21716 [  9299] By: gsar                                  on 2001/03/22  16:53:45
21717         Log: back out changes#7532,7521 for now (appears to have problems
21718              on IRIX)
21719      Branch: maint-5.6/perl
21720            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21721            ! ext/POSIX/typemap pod/perlvar.pod
21722 ____________________________________________________________________________
21723 [  9298] By: nick                                  on 2001/03/22  14:35:46
21724         Log: Give a meaning to '&' in n-arg open case:
21725              open($fh,"<&",$scalar);
21726              $scalar can be:
21727              - an integer which does "fdopen"
21728              open($fh,"<&",2); # like open($fh,"<&2")
21729              - something that will yield a file handle via sv_2io()
21730              useful for dup'ing anonymous handles.
21731              e.g.:
21732              open(my $fh,"<&",\*STDIN);
21733              open(my $dup,"<&",$fh);
21734      Branch: perlio
21735            ! doio.c t/io/open.t
21736 ____________________________________________________________________________
21737 [  9297] By: nick                                  on 2001/03/22  13:34:35
21738         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
21739      Branch: perlio
21740            ! util.c
21741 ____________________________________________________________________________
21742 [  9296] By: nick                                  on 2001/03/22  12:51:20
21743         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
21744      Branch: perlio
21745            ! perl.c
21746 ____________________________________________________________________________
21747 [  9295] By: nick                                  on 2001/03/22  11:59:44
21748         Log: If stdin, stdout or stderr get opened in unexpected read/write state
21749              then warn at time of open not at time of use.
21750      Branch: perlio
21751            ! doio.c pp_hot.c pp_sys.c
21752 ____________________________________________________________________________
21753 [  9294] By: nick                                  on 2001/03/22  10:54:35
21754         Log: Die on n-arg open(...,"",xxx,yyy,...)
21755              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
21756              - die on read/write cases so we can decide what it means later.
21757      Branch: perlio
21758            ! doio.c embed.pl iperlsys.h util.c
21759 ____________________________________________________________________________
21760 [  9293] By: nick                                  on 2001/03/22  09:02:45
21761         Log: perlio tweaks (reported by Nick Clark)
21762              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
21763              error check in Pendinf_read().
21764      Branch: perlio
21765            ! perlio.c
21766 ____________________________________________________________________________
21767 [  9292] By: gsar                                  on 2001/03/22  07:12:00
21768         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
21769              fixes)
21770      Branch: maint-5.6/perl
21771           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
21772 ____________________________________________________________________________
21773 [  9291] By: jhi                                   on 2001/03/22  06:06:44
21774         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
21775      Branch: perl
21776            ! t/op/re_tests
21777 ____________________________________________________________________________
21778 [  9290] By: jhi                                   on 2001/03/22  05:57:01
21779         Log: Move MacOS Classic higher in the list of supported platforms.
21780      Branch: maint-5.6/perl
21781            ! pod/perlport.pod
21782 ____________________________________________________________________________
21783 [  9289] By: gsar                                  on 2001/03/22  05:35:04
21784         Log: revert part of change#6438 for compatibility (av_reify()
21785              appears to be needed to implement av_splice()ish things
21786              in XS)
21787      Branch: maint-5.6/perl
21788            ! embed.pl global.sym objXSUB.h perlapi.c
21789 ____________________________________________________________________________
21790 [  9288] By: gsar                                  on 2001/03/22  03:09:19
21791         Log: update copyright year
21792      Branch: maint-5.6/perl
21793            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
21794            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
21795            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
21796            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
21797            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
21798            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
21799            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
21800            ! x2p/walk.c
21801 ____________________________________________________________________________
21802 [  9287] By: jhi                                   on 2001/03/21  20:30:54
21803         Log: Integrate perlio.
21804      Branch: perl
21805           !> ext/Data/Dumper/Dumper.xs
21806 ____________________________________________________________________________
21807 [  9286] By: gsar                                  on 2001/03/21  19:49:54
21808         Log: makefile.mk tweak
21809      Branch: maint-5.6/perl
21810            ! win32/Makefile win32/makefile.mk
21811 ____________________________________________________________________________
21812 [  9285] By: nick                                  on 2001/03/21  19:07:13
21813         Log: Multiplicity fix for Dumper.
21814      Branch: perlio
21815            ! ext/Data/Dumper/Dumper.xs
21816 ____________________________________________________________________________
21817 [  9284] By: nick                                  on 2001/03/21  19:01:07
21818         Log: Integrate mainline - (does not build xTHX issue in Dumper).
21819      Branch: perlio
21820           !> (integrate 27 files)
21821 ____________________________________________________________________________
21822 [  9283] By: jhi                                   on 2001/03/21  17:17:35
21823         Log: Integrate change #9282 from mainline into maintperl,
21824              4-arg UTF-8 substr().
21825      Branch: maint-5.6/perl
21826           !> pp.c
21827 ____________________________________________________________________________
21828 [  9282] By: jhi                                   on 2001/03/21  17:15:43
21829         Log: The #9270 would have leaked a scalar if pp_substr()
21830              returned early.
21831      Branch: perl
21832            ! pp.c
21833 ____________________________________________________________________________
21834 [  9281] By: gsar                                  on 2001/03/21  17:03:14
21835         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
21836      Branch: maint-5.6/perl
21837            ! win32/makefile.mk
21838 ____________________________________________________________________________
21839 [  9280] By: gsar                                  on 2001/03/21  17:01:20
21840         Log: some tweaks to change#9278 (fork() emulation should be enabled
21841              by setting BUILD_FLAVOR instead of changing the defaults)
21842      Branch: maint-5.6/perl
21843            ! win32/makefile.mk
21844 ____________________________________________________________________________
21845 [  9279] By: gsar                                  on 2001/03/21  16:47:19
21846         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
21847      Branch: maint-5.6/perl
21848            ! ext/File/Glob/Glob.pm
21849           !> lib/Cwd.pm
21850 ____________________________________________________________________________
21851 [  9278] By: jhi                                   on 2001/03/21  14:35:10
21852         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
21853              From: "Vadim Konovalov" <watman@inbox.ru>
21854              Date: Wed, 21 Mar 2001 01:53:51 +0300
21855              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
21856      Branch: maint-5.6/perl
21857            ! win32/makefile.mk win32/win32sck.c
21858 ____________________________________________________________________________
21859 [  9277] By: jhi                                   on 2001/03/21  13:58:28
21860         Log: Integrate change #9270 from mainline to maintperl:
21861              continued 4-arg UTF-8 substr() fixing.
21862      Branch: maint-5.6/perl
21863           !> pp.c t/op/substr.t
21864 ____________________________________________________________________________
21865 [  9276] By: jhi                                   on 2001/03/21  13:33:00
21866         Log: More pixie cleaning.
21867      Branch: perl
21868            ! Makefile.SH
21869 ____________________________________________________________________________
21870 [  9275] By: jhi                                   on 2001/03/21  03:54:17
21871         Log: Update Changes.
21872      Branch: perl
21873            ! Changes patchlevel.h
21874 ____________________________________________________________________________
21875 [  9274] By: jhi                                   on 2001/03/21  03:48:24
21876         Log: First stab at making Data::Dumper to grok Unicode.
21877              
21878              TODO: tests, EBCDICify.
21879      Branch: perl
21880            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
21881 ____________________________________________________________________________
21882 [  9273] By: jhi                                   on 2001/03/21  02:23:00
21883         Log: Fix for
21884              
21885              Subject: Memory leak in unquoted print   
21886              From: Benjamin Sugars <bsugars@canoe.ca> 
21887              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
21888              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
21889      Branch: perl
21890            ! perlio.c
21891 ____________________________________________________________________________
21892 [  9272] By: jhi                                   on 2001/03/21  01:33:17
21893         Log: Subject: Re: [PATCH] POSIX::getcwd()
21894              From: Benjamin Sugars <bsugars@canoe.ca> 
21895              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
21896              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
21897      Branch: perl
21898            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21899 ____________________________________________________________________________
21900 [  9271] By: jhi                                   on 2001/03/21  01:22:52
21901         Log: Subject: [PATCH] Cwd.pm docs
21902              From: Benjamin Sugars <bsugars@canoe.ca>
21903              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
21904              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
21905      Branch: perl
21906            ! lib/Cwd.pm
21907 ____________________________________________________________________________
21908 [  9270] By: jhi                                   on 2001/03/21  01:16:29
21909         Log: Continue 4-arg substr() UTF-8 fixage.
21910      Branch: perl
21911            ! pp.c t/op/substr.t
21912 ____________________________________________________________________________
21913 [  9269] By: jhi                                   on 2001/03/21  00:46:14
21914         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
21915              
21916              revert the leak fix in change#9142 (problem needs a more experimental
21917              fix unsuitable for 5.6.1)
21918              
21919              do alphabetical sorting by default (for csh compatibility)
21920              
21921              cut-n-paste goof in change#9264
21922              
21923              VMS piping fixes (from Charles Lane)
21924      Branch: perl
21925           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
21926           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21927           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
21928 ____________________________________________________________________________
21929 [  9268] By: jhi                                   on 2001/03/21  00:37:04
21930         Log: Integrate perlio.
21931      Branch: perl
21932           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
21933           !> utf8.c utf8.h utfebcdic.h
21934 ____________________________________________________________________________
21935 [  9267] By: nick                                  on 2001/03/20  20:04:39
21936         Log: More EBCDIC stuff:
21937              - Loose the extra level of function on ASCII.
21938              - spotted a chr(0) issue in sv.c
21939              - re-work of UTF-X tr/// ranges to work in Unicode
21940              space. Still issues with the "0xff is illegal UTF-8" hack.
21941              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
21942              (why do it once when you can do it all over the place :-(
21943              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
21944              need utf8.pm for swashes.
21945              - Simplified and commented scan_const() in toke.c
21946              Still something wrong regexp and tr (swashes?).
21947      Branch: perlio
21948            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
21949            ! utf8.c utf8.h utfebcdic.h
21950 ____________________________________________________________________________
21951 [  9266] By: gsar                                  on 2001/03/20  19:16:43
21952         Log: VMS piping fixes (from Charles Lane)
21953      Branch: maint-5.6/perl
21954            ! vms/vms.c vms/vmspipe.com
21955 ____________________________________________________________________________
21956 [  9265] By: gsar                                  on 2001/03/20  17:53:52
21957         Log: cut-n-paste goof in change#9264
21958      Branch: maint-5.6/perl
21959            ! ext/File/Glob/Glob.xs
21960 ____________________________________________________________________________
21961 [  9264] By: gsar                                  on 2001/03/20  17:43:47
21962         Log: do alphabetical sorting by default (for csh compatibility);
21963              bsd_glob() does ASCII sort by default as usual, unless
21964              GLOB_ALPHASORT was specified
21965      Branch: maint-5.6/perl
21966            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
21967            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21968            ! ext/File/Glob/bsd_glob.h
21969 ____________________________________________________________________________
21970 [  9263] By: gsar                                  on 2001/03/20  16:40:08
21971         Log: integrate change#9255 from mainline (unicode fix)
21972              
21973              substr($bytestr, i, n, $charstr)
21974      Branch: maint-5.6/perl
21975           !> Todo-5.6 pp.c t/op/substr.t
21976 ____________________________________________________________________________
21977 [  9262] By: gsar                                  on 2001/03/20  15:57:41
21978         Log: revert the leak fix in change#9142 (problem needs a more experimental
21979              fix unsuitable for 5.6.1)
21980      Branch: maint-5.6/perl
21981            ! scope.c
21982 ____________________________________________________________________________
21983 [  9261] By: jhi                                   on 2001/03/20  14:26:25
21984         Log: Integrate changes #9259,9260 from maintperl into mainline.
21985              
21986              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
21987              
21988              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
21989      Branch: perl
21990           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
21991 ____________________________________________________________________________
21992 [  9260] By: jhi                                   on 2001/03/20  14:05:46
21993         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
21994              From: Robin Barker <rmb1@cise.npl.co.uk>
21995              Date: Tue, 20 Mar 2001 10:12:04 GMT
21996              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
21997      Branch: maint-5.6/perl
21998            ! run.c
21999 ____________________________________________________________________________
22000 [  9259] By: jhi                                   on 2001/03/20  14:04:39
22001         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22002              From: Chris Nandor <pudge@pobox.com>
22003              Date: Tue, 20 Mar 2001 00:40:56 -0500
22004              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
22005      Branch: maint-5.6/perl
22006            ! ext/POSIX/POSIX.xs lib/File/Path.pm
22007 ____________________________________________________________________________
22008 [  9258] By: jhi                                   on 2001/03/20  05:09:34
22009         Log: Update Changes.
22010      Branch: perl
22011            ! Changes patchlevel.h
22012 ____________________________________________________________________________
22013 [  9257] By: jhi                                   on 2001/03/20  05:04:25
22014         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
22015      Branch: perl
22016            ! t/op/tr.t
22017 ____________________________________________________________________________
22018 [  9256] By: jhi                                   on 2001/03/20  04:43:12
22019         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
22020              From: Peter Prymmer <pvhp@forte.com>
22021              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
22022              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
22023      Branch: maint-5.6/perl
22024            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
22025 ____________________________________________________________________________
22026 [  9255] By: jhi                                   on 2001/03/19  23:17:17
22027         Log: substr($bytestr, i, n, $charstr)
22028
22029              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
22030      Branch: perl
22031            ! Todo-5.6 pp.c t/op/substr.t
22032 ____________________________________________________________________________
22033 [  9254] By: jhi                                   on 2001/03/19  22:25:09
22034         Log: Rearrange the make test target prerequisites so that
22035              in a parallel make 'all' is finished before 'test'.
22036      Branch: perl
22037            ! Makefile.SH
22038 ____________________________________________________________________________
22039 [  9253] By: jhi                                   on 2001/03/19  21:48:07
22040         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
22041              From: Robin Houston <robin@kitsite.com>
22042              Date: Mon, 19 Mar 2001 15:48:41 +0000
22043              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
22044      Branch: perl
22045            ! pp_ctl.c
22046 ____________________________________________________________________________
22047 [  9252] By: jhi                                   on 2001/03/19  21:42:27
22048         Log: Integrate perlio.
22049      Branch: perl
22050           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
22051           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
22052           !> utfebcdic.h vms/perly_c.vms
22053 ____________________________________________________________________________
22054 [  9251] By: jhi                                   on 2001/03/19  21:31:28
22055         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
22056              
22057              Dynaloading in 64-bit AIX with vac.
22058      Branch: perl
22059           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22060           !> hints/aix.sh
22061 ____________________________________________________________________________
22062 [  9250] By: jhi                                   on 2001/03/19  21:18:00
22063         Log: A more robust solution for the 64bitall AIX dynaloading
22064              problem, from Jens-Uwe Mager.
22065      Branch: maint-5.6/perl
22066            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22067 ____________________________________________________________________________
22068 [  9249] By: nick                                  on 2001/03/19  20:59:37
22069         Log: Integrate mainline.
22070      Branch: perlio
22071           !> (integrate 42 files)
22072 ____________________________________________________________________________
22073 [  9248] By: nick                                  on 2001/03/19  20:22:07
22074         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
22075              (Building on OS390 uses native YACC and YYDEBUG has other
22076              side effects.)
22077      Branch: perlio
22078            ! perly.c perly.y vms/perly_c.vms
22079 ____________________________________________________________________________
22080 [  9247] By: jhi                                   on 2001/03/19  19:59:53
22081         Log: 64-bit AIX dynaloading problem (see #9244) idea
22082              from Jens-Uwe Mager.
22083      Branch: maint-5.6/perl
22084            ! ext/DynaLoader/dl_aix.xs
22085 ____________________________________________________________________________
22086 [  9246] By: nick                                  on 2001/03/19  19:27:57
22087         Log: More EBCDIC fixes.
22088      Branch: perlio
22089            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
22090            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
22091 ____________________________________________________________________________
22092 [  9245] By: jhi                                   on 2001/03/19  19:05:19
22093         Log: Integrate change #9243 from mainline into maintperl.
22094              
22095              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22096      Branch: maint-5.6/perl
22097           !> README.vmesa
22098 ____________________________________________________________________________
22099 [  9244] By: jhi                                   on 2001/03/19  19:03:15
22100         Log: Get 64bitall AIX building, but still does not test okay:
22101              dynaloading anything fails, for example for op/defins:
22102              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
22103              (update: fixed by #9247,9250)
22104      Branch: maint-5.6/perl
22105            ! hints/aix.sh
22106 ____________________________________________________________________________
22107 [  9243] By: jhi                                   on 2001/03/19  19:00:16
22108         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22109              From: Robin Barker <rmb1@cise.npl.co.uk>
22110              Date: Mon, 19 Mar 2001 18:01:57 GMT
22111              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
22112      Branch: perl
22113            ! README.vmesa
22114 ____________________________________________________________________________
22115 [  9242] By: jhi                                   on 2001/03/19  18:58:43
22116         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
22117              
22118              TODO: tests.
22119      Branch: perl
22120            ! doop.c op.c
22121 ____________________________________________________________________________
22122 [  9241] By: gsar                                  on 2001/03/19  17:34:46
22123         Log: VMSify tests (from Charles Lane)
22124      Branch: maint-5.6/perl
22125            ! t/lib/filehand.t t/lib/texttabs.t
22126 ____________________________________________________________________________
22127 [  9240] By: jhi                                   on 2001/03/19  14:24:26
22128         Log: Integrate change #9233 from maintperl into mainline.
22129              
22130              some refcounts were incorrect in perl_clone()
22131      Branch: perl
22132           !> sv.c
22133 ____________________________________________________________________________
22134 [  9239] By: gsar                                  on 2001/03/19  09:23:17
22135         Log: this is 5.6.1-trial3
22136      Branch: maint-5.6/perl
22137            ! Changes
22138 ____________________________________________________________________________
22139 [  9238] By: gsar                                  on 2001/03/19  08:47:04
22140         Log: some new symbols are only available under ithreads
22141      Branch: maint-5.6/perl
22142            ! makedef.pl
22143 ____________________________________________________________________________
22144 [  9237] By: gsar                                  on 2001/03/19  08:42:28
22145         Log: update patchlevel.h, Changes, &c.
22146      Branch: maint-5.6/perl
22147            ! Changes patchlevel.h pod/perlhist.pod
22148           !> AUTHORS
22149 ____________________________________________________________________________
22150 [  9236] By: gsar                                  on 2001/03/19  08:17:49
22151         Log: integrate changes#8068,8717 from mainline
22152              
22153              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
22154              
22155              [PATCH CPAN 1.59_51] warning message (not!)
22156      Branch: maint-5.6/perl
22157           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
22158           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
22159           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
22160           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
22161           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22162 ____________________________________________________________________________
22163 [  9235] By: gsar                                  on 2001/03/19  08:07:09
22164         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
22165              
22166              [PATCH] Add missing CV flags to dump.c
22167              
22168              Re: [patch] Re: PL_ptr_table
22169              
22170              Fixup non-ithread build after 8713
22171              
22172              Generated files form 8713 etc.
22173              
22174              Correct the correction :-(
22175              
22176              Documenting coderef @INC (Re: CPAN "make this script work" feature)
22177              
22178              Subject: Re: sync sync sync: have I missed any patches?
22179              Replace djSP with dSP.
22180      Branch: maint-5.6/perl
22181           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
22182           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
22183           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
22184           !> sv.c sv.h win32/perlhost.h
22185 ____________________________________________________________________________
22186 [  9234] By: gsar                                  on 2001/03/19  07:22:05
22187         Log: revert the change#9090 integrate for now (change looks somewhat
22188              incomplete in that [ha]v_exists() need something similar; lacks
22189              tests; &c.)
22190      Branch: maint-5.6/perl
22191            ! hv.c
22192 ____________________________________________________________________________
22193 [  9233] By: gsar                                  on 2001/03/19  07:10:01
22194         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
22195              destruction when there are unreferenced scalars (SvREFCNT==0)
22196      Branch: maint-5.6/perl
22197            ! sv.c
22198 ____________________________________________________________________________
22199 [  9232] By: jhi                                   on 2001/03/19  05:11:02
22200         Log: Regen api and toc.
22201      Branch: maint-5.6/perl
22202            ! pod/perlapi.pod pod/perltoc.pod
22203 ____________________________________________________________________________
22204 [  9231] By: jhi                                   on 2001/03/19  04:06:03
22205         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
22206              add a lost line in pp.c:pp_chop(), update to new op/chop.
22207              
22208              Clarify the description differentiating for and while; inspired by
22209              
22210              Subject: [ID 20010306.004] || != named unary operator
22211              
22212              The $Is_MacOS needs to be declared.
22213      Branch: maint-5.6/perl
22214            ! pp.c t/op/chop.t
22215           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
22216 ____________________________________________________________________________
22217 [  9230] By: jhi                                   on 2001/03/19  03:48:16
22218         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
22219              9079,9083,9089,9090,9091 from mainline to maintperl.
22220              
22221              Quieten some noise in Win32 builds
22222              
22223              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
22224              
22225              The perlretut was still talking about the old \p and \P
22226              definitions.
22227              
22228              More tweakage on the Unicode character class descriptions.
22229              
22230              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
22231              
22232              Subject: 'no *POSIX' Patch speeding up make on BS2000 
22233              
22234              Subject: [PATCH] perldata.pod here-doc docs
22235              
22236              Add /sbin and /usr/sbin to the list of directories scanned
22237              for setuid programs.  Takes care of bug id 20010309.003.
22238              
22239              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
22240              
22241              In op/stat #35 better to scan all the potential directories
22242              for setuids, not just the first one.
22243      Branch: maint-5.6/perl
22244            ! Makefile.SH
22245           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
22246           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
22247           !> t/op/stat.t toke.c win32/win32.h
22248 ____________________________________________________________________________
22249 [  9229] By: jhi                                   on 2001/03/19  02:31:50
22250         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
22251              From: Chris Nandor <pudge@pobox.com>
22252              Date: Sat, 10 Mar 2001 14:22:19 -0500
22253              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
22254      Branch: maint-5.6/perl
22255            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
22256            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
22257            ! t/lib/b.t t/lib/errno.t
22258 ____________________________________________________________________________
22259 [  9228] By: jhi                                   on 2001/03/19  02:29:59
22260         Log: Integrate changes #9113,9122 from mainline into maintperl.
22261              
22262              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?)
22263      Branch: maint-5.6/perl
22264           !> Configure README.os390 hints/os390.sh
22265 ____________________________________________________________________________
22266 [  9227] By: jhi                                   on 2001/03/19  02:22:35
22267         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
22268              into maintperl.
22269              
22270              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
22271              
22272              Forgot to check-in the larger part of #9120, duh.
22273              
22274              Subject: Another patch for integer.pm POD 
22275              
22276              h2ph strictness and cleanliness from Kurt Starsinic.
22277              
22278              Borland filename case problem.
22279              
22280              h2ph strictness and cleanliness from Kurt Starsinic.
22281              
22282              Subject: [PATCH] the uncontroversial doc patches
22283      Branch: maint-5.6/perl
22284           +> win32/sncfnmcs.pl
22285           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
22286           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
22287           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
22288           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
22289           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
22290           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
22291           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
22292 ____________________________________________________________________________
22293 [  9226] By: jhi                                   on 2001/03/19  02:10:21
22294         Log: Integrate changes #9207,9214 from mainline into maintperl.
22295              
22296              podchecker relaxations: =over has an *optional* number after it,
22297              and whitespace in L<> is okay.
22298      Branch: maint-5.6/perl
22299           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22300           !> t/pod/poderrs.xr
22301 ____________________________________________________________________________
22302 [  9225] By: jhi                                   on 2001/03/19  02:07:38
22303         Log: Integrate change #9219 from maintperl into mainline.
22304              
22305              remove duplicated tests
22306      Branch: perl
22307           !> t/op/re_tests
22308 ____________________________________________________________________________
22309 [  9224] By: jhi                                   on 2001/03/19  02:06:11
22310         Log: Integrate change #9223 from mainline to maintperl.
22311              
22312              Document -Dmksymlinks.
22313      Branch: maint-5.6/perl
22314           !> INSTALL
22315 ____________________________________________________________________________
22316 [  9223] By: jhi                                   on 2001/03/19  02:01:25
22317         Log: Document -Dmksymlinks.
22318      Branch: perl
22319            ! INSTALL
22320 ____________________________________________________________________________
22321 [  9222] By: jhi                                   on 2001/03/19  01:15:35
22322         Log: The -Dmksymlinks wasn't working for maintperl.
22323      Branch: maint-5.6/perl
22324            ! Configure
22325 ____________________________________________________________________________
22326 [  9221] By: jhi                                   on 2001/03/19  00:49:43
22327         Log: Cleanup pixie residue.
22328      Branch: perl
22329            ! Makefile.SH
22330 ____________________________________________________________________________
22331 [  9220] By: jhi                                   on 2001/03/19  00:44:47
22332         Log: Document the use of pixie/prof; create make targets for it.
22333              
22334              TODO: make t/TEST pixie-aware.
22335      Branch: perl
22336            ! Makefile.SH pod/perlhack.pod
22337 ____________________________________________________________________________
22338 [  9219] By: gsar                                  on 2001/03/19  00:16:55
22339         Log: remove duplicated tests
22340      Branch: maint-5.6/perl
22341            ! t/op/re_tests
22342 ____________________________________________________________________________
22343 [  9218] By: jhi                                   on 2001/03/18  23:59:31
22344         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
22345      Branch: perl
22346            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
22347 ____________________________________________________________________________
22348 [  9217] By: jhi                                   on 2001/03/18  23:25:20
22349         Log: Rewrite the tests section of Makefile to be less redundant
22350              and to allow for more flexible test targets, many recursive
22351              make calls introduced.
22352      Branch: perl
22353            ! Makefile.SH
22354 ____________________________________________________________________________
22355 [  9216] By: jhi                                   on 2001/03/18  22:30:04
22356         Log: Document the use of Third Degree (sparsely).
22357      Branch: perl
22358            ! pod/perlhack.pod t/TEST
22359 ____________________________________________________________________________
22360 [  9215] By: jhi                                   on 2001/03/18  22:10:30
22361         Log: Make targets for testing with Third Degree.
22362      Branch: perl
22363            ! Makefile.SH
22364 ____________________________________________________________________________
22365 [  9214] By: jhi                                   on 2001/03/18  21:08:53
22366         Log: The podchecker relaxations need to mirrored also at the tests.
22367      Branch: perl
22368            ! t/pod/poderrs.xr
22369 ____________________________________________________________________________
22370 [  9213] By: jhi                                   on 2001/03/18  20:56:21
22371         Log: Update Changes.
22372      Branch: perl
22373            ! Changes patchlevel.h
22374 ____________________________________________________________________________
22375 [  9212] By: jhi                                   on 2001/03/18  20:36:59
22376         Log: Looking for config.sh in parent directories isn't
22377              very useful for the toplevel Makefile.
22378      Branch: perl
22379            ! Makefile.SH
22380 ____________________________________________________________________________
22381 [  9211] By: jhi                                   on 2001/03/18  20:33:37
22382         Log: On "make clean" take care of Third Degree droppings.
22383      Branch: perl
22384            ! Makefile.SH
22385 ____________________________________________________________________________
22386 [  9210] By: jhi                                   on 2001/03/18  20:21:34
22387         Log: Add a hook for running the tests under the Third Degree
22388              debugging tool (set $ENV{PERL_3LOG} to non-zero)
22389              
22390              TODO: Document the use of Third Degree.
22391      Branch: perl
22392            ! t/TEST
22393 ____________________________________________________________________________
22394 [  9209] By: jhi                                   on 2001/03/18  20:19:07
22395         Log: Regen toc and api pods.
22396      Branch: perl
22397            ! pod/perlapi.pod pod/perltoc.pod
22398 ____________________________________________________________________________
22399 [  9208] By: jhi                                   on 2001/03/18  20:12:12
22400         Log: Integrate changes #8128,9132 from mainline into maintperl,
22401              Tie::SubstrHash fixes.
22402      Branch: maint-5.6/perl
22403           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
22404 ____________________________________________________________________________
22405 [  9207] By: jhi                                   on 2001/03/18  20:07:43
22406         Log: podchecker relaxations from Michael Stevens.
22407      Branch: perl
22408            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22409 ____________________________________________________________________________
22410 [  9206] By: jhi                                   on 2001/03/18  20:04:24
22411         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
22412      Branch: perl
22413            ! lib/Locale/Constants.pm lib/Locale/Country.pm
22414            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
22415            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
22416 ____________________________________________________________________________
22417 [  9205] By: jhi                                   on 2001/03/18  19:54:45
22418         Log: Integrate changes #9161,9162 from maintperl to mainline.
22419              
22420              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
22421              results
22422      Branch: perl
22423           !> t/op/magic.t
22424 ____________________________________________________________________________
22425 [  9204] By: jhi                                   on 2001/03/18  19:37:46
22426         Log: Make perl.third checks more understandable to the builder.
22427      Branch: perl
22428            ! Makefile.SH
22429 ____________________________________________________________________________
22430 [  9203] By: jhi                                   on 2001/03/18  19:20:54
22431         Log: Re-integrate #9138 from maintperl to mainline,
22432              the squelching of the unneeded "Scalars leaked" messages.
22433      Branch: perl
22434           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22435           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22436           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22437 ____________________________________________________________________________
22438 [  9202] By: jhi                                   on 2001/03/18  18:48:36
22439         Log: More robust and more paranoid perl.third target.
22440      Branch: perl
22441            ! Makefile.SH
22442 ____________________________________________________________________________
22443 [  9201] By: jhi                                   on 2001/03/18  18:39:21
22444         Log: Integrate change #9197 from maintperl to mainline.
22445              
22446              more thorough cleaning of arenas.
22447      Branch: perl
22448           !> embed.pl perl.c proto.h sv.c t/op/sort.t
22449 ____________________________________________________________________________
22450 [  9200] By: jhi                                   on 2001/03/18  18:25:17
22451         Log: Integrate perlio.
22452      Branch: perl
22453           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
22454           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
22455           !> t/lib/encode.t toke.c universal.c utf8.c
22456 ____________________________________________________________________________
22457 [  9199] By: nick                                  on 2001/03/18  15:23:51
22458         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
22459              is the sense of the test being done. Avoid some magical 127 and 128 values
22460              by using macros.
22461      Branch: perlio
22462            ! doop.c pp_ctl.c sv.c toke.c
22463 ____________________________________________________________________________
22464 [  9198] By: nick                                  on 2001/03/18  14:18:12
22465         Log: UTF-X encoding invariance for Encode:
22466              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
22467              - move the XS code for those to universal.c (so in miniperl)
22468              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
22469              - change ext/Encode/compile to use above.
22470              - Fix t/lib/encode.t for above
22471              - Teach t/lib/b.t to expect -uutf8
22472              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
22473              utf8.pm is needed.
22474      Branch: perlio
22475            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22476            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
22477 ____________________________________________________________________________
22478 [  9197] By: gsar                                  on 2001/03/18  12:15:57
22479         Log: more thorough cleaning of arenas--keep going until no more
22480              SvREFCNT_dec()s occur (this fixes the problem that causes the
22481              pesky "Scalars leaked" warnings)
22482      Branch: maint-5.6/perl
22483            ! embed.pl perl.c proto.h sv.c t/op/sort.t
22484 ____________________________________________________________________________
22485 [  9196] By: nick                                  on 2001/03/18  10:57:29
22486         Log: Fix pragma/utf8.t # 15
22487              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
22488              are SvUTF8 as well.
22489      Branch: perlio
22490            ! toke.c
22491 ____________________________________________________________________________
22492 [  9195] By: nick                                  on 2001/03/18  09:27:06
22493         Log: Integrate mainline
22494      Branch: perlio
22495           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
22496           !> t/op/pat.t
22497 ____________________________________________________________________________
22498 [  9194] By: jhi                                   on 2001/03/18  05:29:59
22499         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
22500              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
22501      Branch: perl
22502            ! op.c op.h t/op/misc.t t/op/pat.t
22503 ____________________________________________________________________________
22504 [  9193] By: jhi                                   on 2001/03/18  05:15:06
22505         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
22506      Branch: perl
22507            ! mg.c t/op/pat.t
22508 ____________________________________________________________________________
22509 [  9192] By: jhi                                   on 2001/03/18  04:22:43
22510         Log: tr/// UTF-8 patches from Inaba Hiroto.
22511      Branch: perl
22512            ! doop.c op.c
22513 ____________________________________________________________________________
22514 [  9191] By: jhi                                   on 2001/03/18  04:21:17
22515         Log: Integrate perlio.
22516      Branch: perl
22517           !> utf8.c utfebcdic.h
22518 ____________________________________________________________________________
22519 [  9190] By: nick                                  on 2001/03/17  20:32:01
22520         Log: Correct #if EBCDIC side typos.
22521              Builds and passes many tests on OS390.
22522      Branch: perlio
22523            ! utf8.c utfebcdic.h
22524 ____________________________________________________________________________
22525 [  9189] By: jhi                                   on 2001/03/17  18:55:49
22526         Log: Add prerequisites for the perl.third target.
22527      Branch: perl
22528            ! Makefile.SH
22529 ____________________________________________________________________________
22530 [  9188] By: jhi                                   on 2001/03/17  18:46:00
22531         Log: Integrate perlio.
22532      Branch: perl
22533           +> utfebcdic.h
22534           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
22535 ____________________________________________________________________________
22536 [  9187] By: jhi                                   on 2001/03/17  18:38:47
22537         Log: Add a make rule for perl.third (the Third Degree memory debugging
22538              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
22539      Branch: perl
22540            ! Makefile.SH
22541 ____________________________________________________________________________
22542 [  9186] By: nick                                  on 2001/03/17  18:34:48
22543         Log: MANIFEST addition :-(
22544      Branch: perlio
22545            ! MANIFEST
22546 ____________________________________________________________________________
22547 [  9185] By: nick                                  on 2001/03/17  18:29:50
22548         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
22549              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
22550              a superset of ASCII are invariant under the encoding. This is EBCDIC
22551              friendly as an encoded string can be looked at as being EBCDIC by lexer
22552              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
22553              ASCII on ASCII machines.
22554              
22555              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
22556              seperate.
22557              - Add some more macros to comprehend different shift amounts and
22558              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
22559              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
22560              and conditionaly #include it.
22561              
22562              EBCDIC build as yet untested.  ASCII still fails the one test.
22563      Branch: perlio
22564            + utfebcdic.h
22565            ! utf8.c utf8.h
22566 ____________________________________________________________________________
22567 [  9184] By: nick                                  on 2001/03/17  17:44:16
22568         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
22569      Branch: perlio
22570            ! doop.c perl.h pp.c utf8.h
22571 ____________________________________________________________________________
22572 [  9183] By: jhi                                   on 2001/03/17  15:55:42
22573         Log: Integrate perlio.
22574      Branch: perl
22575            ! MANIFEST
22576           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
22577 ____________________________________________________________________________
22578 [  9182] By: nick                                  on 2001/03/17  09:16:06
22579         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
22580      Branch: perlio
22581            ! t/op/pat.t
22582 ____________________________________________________________________________
22583 [  9181] By: nick                                  on 2001/03/17  09:15:11
22584         Log: Integrate mainline.
22585      Branch: perlio
22586           +> lib/Locale/Constants.pm lib/Locale/Country.pm
22587           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
22588           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
22589           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
22590           !> (integrate 83 files)
22591 ____________________________________________________________________________
22592 [  9180] By: nick                                  on 2001/03/16  17:23:21
22593         Log: EBCDIC Fixes.
22594      Branch: perlio
22595            ! perl.h sv.c toke.c utf8.c utf8.h
22596 ____________________________________________________________________________
22597 [  9179] By: jhi                                   on 2001/03/16  14:10:12
22598         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
22599              a change needed to work around an AIX compiler bug.
22600      Branch: perl
22601            ! ext/Storable/Storable.xs
22602 ____________________________________________________________________________
22603 [  9178] By: jhi                                   on 2001/03/16  03:19:59
22604         Log: With Damian's approval synchronize damian's modules'
22605              licensing with Perl's standard module licensing.
22606      Branch: perl
22607            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
22608 ____________________________________________________________________________
22609 [  9177] By: jhi                                   on 2001/03/16  03:15:34
22610         Log: Make the Filter::Util:Call files have their own copies
22611              of the Perl standard module licensing, from Paul Marquess.
22612      Branch: perl
22613            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22614 ____________________________________________________________________________
22615 [  9176] By: jhi                                   on 2001/03/16  02:56:04
22616         Log: Subject: [PATCH] more pod patches
22617              From: Michael Stevens <michael@etla.org>
22618              Date: Thu, 15 Mar 2001 21:25:18 +0000
22619              Message-ID: <20010315212518.A18870@firedrake.org>
22620      Branch: perl
22621            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
22622            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
22623            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
22624            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
22625            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22626            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
22627            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
22628            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
22629            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
22630            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
22631            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
22632            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
22633            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
22634            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
22635            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
22636            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
22637            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
22638            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
22639            ! lib/Locale/Country.pm lib/Locale/Language.pm
22640            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
22641            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
22642            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
22643            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
22644            ! os2/OS2/Process/Process.pm
22645 ____________________________________________________________________________
22646 [  9175] By: jhi                                   on 2001/03/16  02:53:32
22647         Log: Subject: [PATCH] the uncontroversial doc patches
22648              From: Michael Stevens <michael@etla.org>
22649              Date: Thu, 15 Mar 2001 20:01:12 +0000
22650              Message-ID: <20010315200112.A7636@firedrake.org>
22651      Branch: perl
22652            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
22653            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
22654            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
22655            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
22656            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
22657 ____________________________________________________________________________
22658 [  9174] By: jhi                                   on 2001/03/16  02:50:49
22659         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
22660              From: Paul Lindner <lindner@inuus.com>
22661              Date: Fri, 16 Mar 2001 11:28:03 -0800
22662              Message-ID: <20010316112803.A7577@inuus.com>
22663      Branch: perl
22664            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22665 ____________________________________________________________________________
22666 [  9173] By: nick                                  on 2001/03/15  20:21:03
22667         Log: 1st day's EBCDIC fixes:
22668              - toke.c's parsing of strings needed attention
22669              needed to conditionally e2a if string was already UTF-8
22670              - e2a/a2e tables where wrong way round.
22671              - new macros in utf8.h
22672      Branch: perlio
22673            ! perl.h toke.c utf8.h
22674 ____________________________________________________________________________
22675 [  9172] By: jhi                                   on 2001/03/15  15:17:17
22676         Log: Update Changes.
22677      Branch: perl
22678            ! Changes patchlevel.h
22679 ____________________________________________________________________________
22680 [  9171] By: jhi                                   on 2001/03/15  15:09:32
22681         Log: Subject: Re: Another Borland C++ problem.
22682              From: "Vadim Konovalov" <watman@inbox.ru>
22683              Date: Sat, 10 Mar 2001 19:26:07 +0300
22684              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
22685              
22686              Borland filename case problem.
22687      Branch: perl
22688            + win32/sncfnmcs.pl
22689            ! MANIFEST README.win32
22690 ____________________________________________________________________________
22691 [  9170] By: jhi                                   on 2001/03/15  14:54:23
22692         Log: Add Locale::Codes 1.06, from Neil Bowers.
22693      Branch: perl
22694            + lib/Locale/Constants.pm lib/Locale/Country.pm
22695            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
22696            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
22697            + t/lib/lc-language.t t/lib/lc-uk.t
22698            ! MANIFEST
22699 ____________________________________________________________________________
22700 [  9169] By: jhi                                   on 2001/03/15  14:19:01
22701         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
22702      Branch: perl
22703            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22704            ! ext/Storable/Storable.xs
22705 ____________________________________________________________________________
22706 [  9168] By: jhi                                   on 2001/03/15  14:13:22
22707         Log: Integrate changes #9120,9167 from mainline to maintperl.
22708              
22709              Subject: [PATCH 5.6.1] OS/2 docs
22710              
22711              Subject: [PATCH 5.6.1] perldoc
22712      Branch: maint-5.6/perl
22713           !> os2/Changes utils/perldoc.PL
22714 ____________________________________________________________________________
22715 [  9167] By: jhi                                   on 2001/03/15  14:07:42
22716         Log: Subject: [PATCH 5.6.1] perldoc
22717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22718              Date: Wed, 14 Mar 2001 23:46:52 -0500
22719              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
22720      Branch: perl
22721            ! utils/perldoc.PL
22722 ____________________________________________________________________________
22723 [  9166] By: jhi                                   on 2001/03/15  13:53:15
22724         Log: sigaction test condition tweakage.
22725      Branch: perl
22726            ! t/lib/sigaction.t
22727 ____________________________________________________________________________
22728 [  9165] By: alanbur                               on 2001/03/15  03:49:17
22729         Log: Resynchronised with parent
22730      Branch: maint-5.6/pureperl
22731           +> os2/os2add.sym t/op/anonsub.t
22732           !> (integrate 72 files)
22733 ____________________________________________________________________________
22734 [  9164] By: jhi                                   on 2001/03/15  01:05:01
22735         Log: Avoid stomping off the beginning of an array in tr///.
22736      Branch: perl
22737            ! op.c
22738 ____________________________________________________________________________
22739 [  9163] By: jhi                                   on 2001/03/15  00:58:57
22740         Log: h2ph strictness and cleanliness from Kurt Starsinic.
22741      Branch: perl
22742            ! utils/h2ph.PL
22743 ____________________________________________________________________________
22744 [  9162] By: gsar                                  on 2001/03/15  00:56:53
22745         Log: avoid warnings
22746      Branch: maint-5.6/perl
22747            ! t/op/magic.t
22748 ____________________________________________________________________________
22749 [  9161] By: gsar                                  on 2001/03/15  00:52:09
22750         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
22751              results
22752      Branch: maint-5.6/perl
22753            ! t/op/magic.t
22754 ____________________________________________________________________________
22755 [  9160] By: jhi                                   on 2001/03/14  22:02:10
22756         Log: Do not use the Perl malloc in IRIX, suggested by
22757              Helmus Jarausch.
22758      Branch: perl
22759            ! hints/irix_6.sh
22760 ____________________________________________________________________________
22761 [  9159] By: nick                                  on 2001/03/14  21:45:59
22762         Log: Integrate mainline
22763      Branch: perlio
22764           +> t/op/loopctl.t
22765           !> (integrate 41 files)
22766 ____________________________________________________________________________
22767 [  9158] By: jhi                                   on 2001/03/14  21:10:09
22768         Log: The Day of the Retractions continues: the #9138
22769              (integrated in #9144) doesn't work well in mainline.
22770      Branch: perl
22771            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22772            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22773            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22774 ____________________________________________________________________________
22775 [  9157] By: jhi                                   on 2001/03/14  20:58:12
22776         Log: The #9145 CANNOT be enabled: the clear_pmop code still
22777              dumps core all over in Tru64.
22778      Branch: perl
22779            ! op.c op.h t/op/pat.t
22780 ____________________________________________________________________________
22781 [  9156] By: jhi                                   on 2001/03/14  20:48:06
22782         Log: Integrate change #9154 from maintperl to mainline.
22783              
22784              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
22785              (caused Storable 1.0.10 to break on windows)
22786      Branch: perl
22787           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
22788           !> perlapi.c proto.h
22789 ____________________________________________________________________________
22790 [  9155] By: jhi                                   on 2001/03/14  20:23:53
22791         Log: Retract #9136: breaks threading (and binary compatibility).
22792      Branch: perl
22793            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
22794 ____________________________________________________________________________
22795 [  9154] By: gsar                                  on 2001/03/14  17:48:18
22796         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
22797              (caused Storable 1.0.10 to break on windows)
22798      Branch: maint-5.6/perl
22799            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
22800            ! perlapi.c proto.h
22801 ____________________________________________________________________________
22802 [  9153] By: jhi                                   on 2001/03/14  13:35:21
22803         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
22804      Branch: perl
22805            ! t/lib/sigaction.t
22806 ____________________________________________________________________________
22807 [  9152] By: gsar                                  on 2001/03/14  07:29:40
22808         Log: back out changes#9012,9010,9009 and parts of change#9016
22809              (causes ABRs under purify, and some prerequisites don't
22810              seem to be there in 5.6.x)
22811      Branch: maint-5.6/perl
22812            ! doop.c op.c t/op/tr.t toke.c
22813 ____________________________________________________________________________
22814 [  9151] By: gsar                                  on 2001/03/14  07:01:29
22815         Log: reenable change#9145 (the test was busted due to a missing
22816              C<print "ok 27\n">)
22817      Branch: perl
22818            ! op.c op.h t/op/pat.t
22819 ____________________________________________________________________________
22820 [  9150] By: jhi                                   on 2001/03/14  06:38:36
22821         Log: Retract #9145.
22822      Branch: perl
22823            ! op.c op.h t/op/pat.t
22824 ____________________________________________________________________________
22825 [  9149] By: jhi                                   on 2001/03/14  06:14:56
22826         Log: Retract #9143.
22827      Branch: perl
22828            ! op.c
22829 ____________________________________________________________________________
22830 [  9148] By: gsar                                  on 2001/03/14  06:13:02
22831         Log: Uninitialized Memory Read in regexec.c
22832      Branch: perl
22833            ! regexec.c
22834 ____________________________________________________________________________
22835 [  9147] By: jhi                                   on 2001/03/14  04:59:54
22836         Log: Subject: PATCH: make goto work in nested eval ""
22837              From: Robin Houston <robin@kitsite.com>
22838              Date: Wed, 14 Mar 2001 04:16:10 +0000
22839              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
22840      Branch: perl
22841            ! pp_ctl.c t/op/goto.t
22842 ____________________________________________________________________________
22843 [  9146] By: jhi                                   on 2001/03/14  04:42:54
22844         Log: Preserve the #ifdef PERL_CORE in perly.h.
22845      Branch: perl
22846            ! perly.fixer
22847 ____________________________________________________________________________
22848 [  9145] By: jhi                                   on 2001/03/14  03:57:41
22849         Log: (Retracted by #9150.)
22850      Branch: perl
22851            ! op.c op.h t/op/pat.t
22852 ____________________________________________________________________________
22853 [  9144] By: jhi                                   on 2001/03/14  03:50:38
22854         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
22855              
22856              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
22857              
22858              remove squelch controls for "Scalars leaked" messages in most places
22859              (these are now cured)
22860              
22861              fix another memory leak reported by purify (tie callbacks that
22862              croak can leak when wiping out magic)
22863      Branch: perl
22864           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
22865           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
22866           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
22867           !> t/pragma/warnings.t
22868 ____________________________________________________________________________
22869 [  9143] By: jhi                                   on 2001/03/14  03:37:53
22870         Log: (Retracted by #9149.)
22871      Branch: perl
22872            ! op.c
22873 ____________________________________________________________________________
22874 [  9142] By: gsar                                  on 2001/03/14  03:20:48
22875         Log: fix another memory leak reported by purify (tie callbacks that
22876              croak can leak when wiping out magic)
22877      Branch: maint-5.6/perl
22878            ! scope.c
22879 ____________________________________________________________________________
22880 [  9141] By: jhi                                   on 2001/03/14  02:55:00
22881         Log: Subject: PATCH for [ID 20010305.003]
22882              From: Robin Houston <robin@kitsite.com>
22883              Date: Wed, 14 Mar 2001 02:45:51 +0000
22884              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
22885      Branch: perl
22886            ! pp_ctl.c t/op/eval.t
22887 ____________________________________________________________________________
22888 [  9140] By: jhi                                   on 2001/03/14  02:41:54
22889         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22890              Date: Wed, 14 Mar 2001 01:52:51 +0000
22891              From: Robin Houston <robin@kitsite.com>
22892              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
22893              
22894              Fix for 2000313.004.
22895      Branch: perl
22896            ! pp_ctl.c t/op/goto.t
22897 ____________________________________________________________________________
22898 [  9139] By: jhi                                   on 2001/03/14  02:40:50
22899         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22900              From: Robin Houston <robin@kitsite.com>
22901              Date: Wed, 14 Mar 2001 00:43:45 +0000
22902              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
22903      Branch: perl
22904            + t/op/loopctl.t
22905            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
22906            ! vms/perly_c.vms
22907 ____________________________________________________________________________
22908 [  9138] By: gsar                                  on 2001/03/14  01:18:00
22909         Log: remove squelch controls for "Scalars leaked" messages in most places
22910              (these are now cured)
22911      Branch: maint-5.6/perl
22912            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22913            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22914            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22915 ____________________________________________________________________________
22916 [  9137] By: gsar                                  on 2001/03/14  00:57:04
22917         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
22918      Branch: maint-5.6/perl
22919            ! regcomp.c
22920 ____________________________________________________________________________
22921 [  9136] By: jhi                                   on 2001/03/13  23:12:24
22922         Log: (Retracted by #9155)
22923              
22924              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
22925              From: Jens-Uwe Mager <jum@helios.de>
22926              Date: Wed, 21 Feb 2001 21:32:04 +0100
22927              Message-ID: <20010221213203.A18340@ans.helios.de>
22928      Branch: perl
22929            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
22930 ____________________________________________________________________________
22931 [  9135] By: jhi                                   on 2001/03/13  22:50:05
22932         Log: Integrate perlio.
22933      Branch: perl
22934           !> pp.c
22935 ____________________________________________________________________________
22936 [  9134] By: jhi                                   on 2001/03/13  22:49:05
22937         Log: Integrate change #9131 from maintperl into mainline.
22938              
22939              make the error text look more consistent in hints/hpux.sh
22940      Branch: perl
22941           !> hints/hpux.sh
22942 ____________________________________________________________________________
22943 [  9133] By: gsar                                  on 2001/03/13  22:46:20
22944         Log: integrate change#9067 from mainline
22945              
22946              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22947      Branch: maint-5.6/perl
22948           !> lib/ExtUtils/MM_Unix.pm
22949 ____________________________________________________________________________
22950 [  9132] By: jhi                                   on 2001/03/13  22:41:21
22951         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22952              From: "John P. Linderman" <jpl@research.att.com>
22953              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
22954              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
22955              
22956              A more correct prime finder.
22957      Branch: perl
22958            ! lib/Tie/SubstrHash.pm
22959 ____________________________________________________________________________
22960 [  9131] By: gsar                                  on 2001/03/13  22:30:42
22961         Log: make the error text look more consistent in hints/hpux.sh
22962      Branch: maint-5.6/perl
22963            ! hints/hpux.sh
22964 ____________________________________________________________________________
22965 [  9130] By: jhi                                   on 2001/03/13  22:23:44
22966         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
22967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22968              Date: Tue, 13 Mar 2001 18:41:26 +0100
22969              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
22970              
22971              If the test is run non-interactively the default handler
22972              is different.
22973      Branch: perl
22974            ! t/lib/sigaction.t
22975 ____________________________________________________________________________
22976 [  9129] By: jhi                                   on 2001/03/13  22:20:21
22977         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
22978              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22979              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
22980              Date:     Tue, 13 Mar 2001 16:44:32 EST
22981      Branch: perl
22982            ! t/lib/1_compile.t
22983 ____________________________________________________________________________
22984 [  9128] By: jhi                                   on 2001/03/13  22:18:34
22985         Log: Subject: Another patch for integer.pm POD 
22986              From: "John L. Allen" <allen@grumman.com>
22987              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
22988              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
22989      Branch: perl
22990            ! lib/integer.pm
22991 ____________________________________________________________________________
22992 [  9127] By: nick                                  on 2001/03/13  21:26:30
22993         Log: Integrate mainline.
22994      Branch: perlio
22995           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
22996           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
22997           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
22998           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
22999           !> Changes Configure MANIFEST README.os2 README.os390
23000           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
23001           !> os2/Changes patchlevel.h win32/perlhost.h
23002 ____________________________________________________________________________
23003 [  9126] By: nick                                  on 2001/03/13  20:39:51
23004         Log: #ifdef'ed out code to make packed side of pack/unpack
23005              octets. (i.e. pack('U') => encode_utf8).
23006      Branch: perlio
23007            ! pp.c
23008 ____________________________________________________________________________
23009 [  9125] By: jhi                                   on 2001/03/13  15:07:16
23010         Log: Update Changes.
23011      Branch: perl
23012            ! Changes patchlevel.h
23013 ____________________________________________________________________________
23014 [  9124] By: jhi                                   on 2001/03/13  14:22:45
23015         Log: Workaround for the buggy ("internal compiler error")
23016              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
23017              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
23018              of Andreas König.
23019      Branch: perl
23020            ! ext/re/Makefile.PL hints/aix.sh
23021 ____________________________________________________________________________
23022 [  9123] By: jhi                                   on 2001/03/13  03:24:34
23023         Log: Typo in #9114.
23024      Branch: metaconfig
23025            ! U/modified/myhostname.U
23026 ____________________________________________________________________________
23027 [  9122] By: jhi                                   on 2001/03/13  03:24:06
23028         Log: Typo in #9113.
23029      Branch: perl
23030            ! Configure
23031 ____________________________________________________________________________
23032 [  9121] By: jhi                                   on 2001/03/13  01:53:05
23033         Log: Forgot to check-in the larger part of #9120, duh.
23034      Branch: perl
23035            ! README.os2
23036 ____________________________________________________________________________
23037 [  9120] By: jhi                                   on 2001/03/13  01:51:31
23038         Log: Subject: [PATCH 5.6.1] OS/2 docs
23039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23040              Date: Mon, 12 Mar 2001 03:27:32 -0500
23041              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
23042      Branch: perl
23043            ! os2/Changes
23044 ____________________________________________________________________________
23045 [  9119] By: jhi                                   on 2001/03/13  01:49:41
23046         Log: Integrate change #9116 from maintperl into mainline.
23047              
23048              Win32::GetCwd() returns C: instead of C:\ in the root directory
23049              under ithreads
23050      Branch: perl
23051           !> win32/perlhost.h
23052 ____________________________________________________________________________
23053 [  9118] By: jhi                                   on 2001/03/13  01:13:39
23054         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
23055      Branch: perl
23056            + lib/Switch.pm t/lib/switch.t
23057            ! MANIFEST
23058 ____________________________________________________________________________
23059 [  9117] By: jhi                                   on 2001/03/13  01:03:17
23060         Log: Add Text::Balanced 1.83.
23061      Branch: perl
23062            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
23063            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
23064            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
23065            + t/lib/tb-xvari.t
23066            ! MANIFEST
23067 ____________________________________________________________________________
23068 [  9116] By: gsar                                  on 2001/03/13  00:55:53
23069         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
23070              under ithreads
23071      Branch: maint-5.6/perl
23072            ! win32/perlhost.h
23073 ____________________________________________________________________________
23074 [  9115] By: jhi                                   on 2001/03/13  00:54:09
23075         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23076              From: "John L. Allen" <allen@grumman.com>
23077              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
23078              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
23079              
23080              use integer document clarification.
23081      Branch: perl
23082            ! lib/integer.pm
23083 ____________________________________________________________________________
23084 [  9114] By: jhi                                   on 2001/03/13  00:38:54
23085         Log: Metaconfig unit change for #9113.
23086      Branch: metaconfig
23087            ! U/modified/myhostname.U
23088 ____________________________________________________________________________
23089 [  9113] By: jhi                                   on 2001/03/13  00:38:35
23090         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?)
23091              From: Peter Prymmer <pvhp@forte.com>
23092              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
23093              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
23094      Branch: perl
23095            ! Configure README.os390 hints/os390.sh
23096 ____________________________________________________________________________
23097 [  9112] By: jhi                                   on 2001/03/13  00:29:00
23098         Log: Integrate perlio.
23099      Branch: perl
23100           !> sv.c utf8.h
23101 ____________________________________________________________________________
23102 [  9111] By: nick                                  on 2001/03/12  21:16:33
23103         Log: Integrate mainline.
23104      Branch: perlio
23105           +> t/op/anonsub.t
23106           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23107           !> proto.h sv.c
23108 ____________________________________________________________________________
23109 [  9110] By: nick                                  on 2001/03/12  21:00:13
23110         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
23111      Branch: perlio
23112            ! sv.c utf8.h
23113 ____________________________________________________________________________
23114 [  9109] By: jhi                                   on 2001/03/12  16:04:47
23115         Log: Integrate change #9108 from maintperl to mainline.
23116              
23117              fix memory leak in C<sub X { sub {} }> arising from a refcount
23118              loop between the outer sub and the inner prototype anonsub
23119              
23120              this also enables closures returned by subroutines that
23121              subsequently get redefined to work without generating coredumps :)
23122              
23123              completely removed the free_closures() hack--it shouldn't be
23124              needed anymore
23125      Branch: perl
23126           +> t/op/anonsub.t
23127           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23128           !> proto.h sv.c
23129 ____________________________________________________________________________
23130 [  9108] By: gsar                                  on 2001/03/12  10:21:31
23131         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
23132              loop between the outer sub and the inner prototype anonsub
23133              
23134              this also enables closures returned by subroutines that
23135              subsequently get redefined to work without generating coredumps :)
23136              
23137              completely removed the free_closures() hack--it shouldn't be
23138              needed anymore
23139      Branch: maint-5.6/perl
23140            + t/op/anonsub.t
23141            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23142            ! proto.h sv.c
23143 ____________________________________________________________________________
23144 [  9107] By: jhi                                   on 2001/03/12  05:15:31
23145         Log: Integrate perlio.
23146      Branch: perl
23147           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
23148 ____________________________________________________________________________
23149 [  9106] By: nick                                  on 2001/03/11  20:10:12
23150         Log: regcomp.c is working in native space, not Unicode space (if different)
23151              as it is doing compare against 'W' in \W etc.
23152      Branch: perlio
23153            ! regcomp.c
23154 ____________________________________________________________________________
23155 [  9105] By: nick                                  on 2001/03/11  19:39:34
23156         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
23157              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
23158      Branch: perlio
23159            ! regcomp.c toke.c utf8.c
23160 ____________________________________________________________________________
23161 [  9104] By: nick                                  on 2001/03/11  18:15:44
23162         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
23163      Branch: perlio
23164            ! sv.c
23165 ____________________________________________________________________________
23166 [  9103] By: nick                                  on 2001/03/11  18:03:28
23167         Log: Integrate mainline (for regexp stuff).
23168      Branch: perlio
23169           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23170           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
23171           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
23172           !> t/lib/errno.t t/op/pat.t
23173 ____________________________________________________________________________
23174 [  9102] By: nick                                  on 2001/03/11  17:44:20
23175         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
23176              - exclude layer syms in makedef.pl for sfio
23177              - also inhibit Encode from trying to build ":encode()" layer.
23178      Branch: perlio
23179            ! ext/Encode/Encode.xs makedef.pl
23180 ____________________________________________________________________________
23181 [  9101] By: jhi                                   on 2001/03/10  22:38:13
23182         Log: The $Is_MacOS needs to be declared.
23183      Branch: perl
23184            ! lib/ExtUtils/Manifest.pm
23185 ____________________________________________________________________________
23186 [  9100] By: jhi                                   on 2001/03/10  22:14:29
23187         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
23188              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
23189              pollute the symbolspace if using sfio.
23190      Branch: perl
23191            ! ext/Encode/Encode.xs
23192 ____________________________________________________________________________
23193 [  9099] By: jhi                                   on 2001/03/10  21:58:48
23194         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
23195              Date: Sat, 10 Mar 2001 14:23:55 -0500
23196              From: Chris Nandor <pudge@pobox.com>
23197              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
23198      Branch: perl
23199            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23200            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
23201            ! t/lib/errno.t
23202 ____________________________________________________________________________
23203 [  9098] By: jhi                                   on 2001/03/10  21:38:30
23204         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
23205      Branch: perl
23206            ! regcomp.c regexec.c t/op/pat.t
23207 ____________________________________________________________________________
23208 [  9097] By: jhi                                   on 2001/03/10  14:38:07
23209         Log: Integrate perlio.
23210      Branch: perl
23211           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23212           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23213           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23214 ____________________________________________________________________________
23215 [  9096] By: nick                                  on 2001/03/10  11:55:43
23216         Log: EBCDIC sanity - phase I
23217              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
23218              - use utf8n_xxxx (c.f. pvn) for forms which take length.
23219              - back out vN.N and $^V exceptions to e2a/a2e
23220              - make "locale" isxxx macros be uvchr (may be redundant?)
23221              
23222              Not clear yet that toUPPER_uni et. al. return being handled correctly.
23223              The tr// and rexexp stuff still needs an audit, assumption is they are working
23224              in Unicode space.
23225              
23226              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
23227      Branch: perlio
23228            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23229            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23230            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23231 ____________________________________________________________________________
23232 [  9095] By: jhi                                   on 2001/03/09  22:10:01
23233         Log: Integrate perlio.
23234      Branch: perl
23235           !> dump.c
23236 ____________________________________________________________________________
23237 [  9094] By: nick                                  on 2001/03/09  17:36:38
23238         Log: Builds an passes all tests after integrate and this tweak.
23239      Branch: perlio
23240            ! dump.c
23241 ____________________________________________________________________________
23242 [  9093] By: nick                                  on 2001/03/09  17:16:03
23243         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
23244      Branch: perlio
23245           +> lib/unicode/Scripts.txt t/lib/sigaction.t
23246           !> (integrate 79 files)
23247 ____________________________________________________________________________
23248 [  9092] By: jhi                                   on 2001/03/09  15:28:26
23249         Log: Update Changes.
23250      Branch: perl
23251            ! Changes patchlevel.h
23252 ____________________________________________________________________________
23253 [  9091] By: jhi                                   on 2001/03/09  15:25:05
23254         Log: In op/stat #35 better to scan all the potential directories
23255              for setuids, not just the first one.
23256      Branch: perl
23257            ! t/op/stat.t
23258 ____________________________________________________________________________
23259 [  9090] By: jhi                                   on 2001/03/09  15:01:27
23260         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
23261              From: rspier@pobox.com (Robert Spier)
23262              Date: Fri, 9 Mar 2001 03:30:20 -0500
23263              Message-ID: <15016.38044.381174.160189@rls.cx>
23264              
23265              EXISTS() returning undef mistakenly triggered a FETCH().
23266      Branch: perl
23267            ! hv.c
23268 ____________________________________________________________________________
23269 [  9089] By: jhi                                   on 2001/03/09  14:59:02
23270         Log: Add /sbin and /usr/sbin to the list of directories scanned
23271              for setuid programs.  Takes care of bug id 20010309.003.
23272      Branch: perl
23273            ! t/op/stat.t
23274 ____________________________________________________________________________
23275 [  9088] By: jhi                                   on 2001/03/09  14:48:32
23276         Log: Regen perlapi, perltoc.
23277      Branch: perl
23278            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
23279 ____________________________________________________________________________
23280 [  9087] By: jhi                                   on 2001/03/09  14:38:56
23281         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23282              From: David Mitchell <davem@fdgroup.co.uk>
23283              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
23284              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
23285      Branch: perl
23286            ! dump.c perl.c perl.h pod/perlrun.pod
23287 ____________________________________________________________________________
23288 [  9086] By: jhi                                   on 2001/03/09  01:47:16
23289         Log: A modified version of
23290              
23291              Subject: [ID 20010307.005] POSIX::sigaction has various problems
23292              From: anders@broadcom.com
23293              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
23294              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
23295              
23296              Currently the sigaction.t test #6 fails (and is fudged to look
23297              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
23298              This may well be a genuine bug in Linux sigaction() (since at
23299              least Tru64, Solaris, and HP-UX disagree with Linux).
23300              Anyone with POSIX / SUSv2 tome handy?  The problem is that
23301              the flags of the oldaction don't match with the flags in
23302              the previously installed disposition.
23303      Branch: perl
23304            + t/lib/sigaction.t
23305            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23306 ____________________________________________________________________________
23307 [  9085] By: jhi                                   on 2001/03/09  01:30:13
23308         Log: Subject: Re: mission impossible for the day
23309              From: Alex Gough <alex@rcon.org>
23310              Date: Thu, 08 Mar 2001 17:18:19 +0000
23311              Message-ID: <3AA7BEDB.8070409@rcon.org>
23312              
23313              If references (are overloaded) and can be directly stringified,
23314              show that instead of "stringified".
23315              
23316              (The problem, infinite mutual recursion caused by overloaded bool
23317              in Switch.pm, tracked by David Mitchell)
23318      Branch: perl
23319            ! lib/Carp/Heavy.pm
23320 ____________________________________________________________________________
23321 [  9084] By: jhi                                   on 2001/03/09  01:20:39
23322         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23323              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
23324              From: David Mitchell <davem@fdgroup.co.uk>
23325              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
23326      Branch: perl
23327            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
23328            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
23329 ____________________________________________________________________________
23330 [  9083] By: jhi                                   on 2001/03/09  01:16:51
23331         Log: Subject: [PATCH] perldata.pod here-doc docs
23332              From: Jeff Pinyan <jeffp@crusoe.net>
23333              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
23334              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
23335      Branch: perl
23336            ! pod/perldata.pod
23337 ____________________________________________________________________________
23338 [  9082] By: jhi                                   on 2001/03/09  01:01:27
23339         Log: Subject: Re: Unicode/EBCDIC
23340              From: Peter Prymmer <pvhp@forte.com>
23341              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
23342              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
23343      Branch: perl
23344            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
23345 ____________________________________________________________________________
23346 [  9081] By: jhi                                   on 2001/03/08  13:41:30
23347         Log: Subject: Ooops, wrong 'no *POSIX' Patch
23348              From: Dorner Thomas <Thomas.Dorner@start.de>
23349              Date: Thu, 8 Mar 2001 08:43:28 +0100
23350              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
23351      Branch: perl
23352            ! hints/posix-bc.sh
23353 ____________________________________________________________________________
23354 [  9080] By: jhi                                   on 2001/03/08  13:11:42
23355         Log: It's Scripts.txt, not Script.txt.
23356      Branch: perl
23357            ! MANIFEST
23358 ____________________________________________________________________________
23359 [  9079] By: jhi                                   on 2001/03/08  12:59:05
23360         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23361              From: Dorner Thomas <Thomas.Dorner@start.de>
23362              Date: Wed, 7 Mar 2001 14:13:31 +0100
23363              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23364      Branch: perl
23365            ! makedepend.SH
23366 ____________________________________________________________________________
23367 [  9078] By: jhi                                   on 2001/03/08  12:57:43
23368         Log: Retract #9069, wrong patch.
23369      Branch: perl
23370            ! Makefile.SH
23371 ____________________________________________________________________________
23372 [  9077] By: jhi                                   on 2001/03/08  01:06:13
23373         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
23374      Branch: perl
23375            + lib/unicode/Scripts.txt
23376            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
23377            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
23378            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
23379            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23380            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
23381            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
23382            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
23383            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
23384            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
23385            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
23386            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
23387            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
23388            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
23389            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
23390            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
23391            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
23392            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
23393            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
23394            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
23395            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
23396            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
23397            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
23398            ! lib/unicode/version
23399 ____________________________________________________________________________
23400 [  9076] By: jhi                                   on 2001/03/07  22:59:39
23401         Log: Integrate change #7784 from mainline into maintperl.
23402              
23403              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
23404      Branch: maint-5.6/perl
23405           !> pp_ctl.c t/op/pat.t
23406 ____________________________________________________________________________
23407 [  9075] By: jhi                                   on 2001/03/07  22:05:11
23408         Log: More UTF-8 test tweaks.
23409      Branch: perl
23410            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
23411 ____________________________________________________________________________
23412 [  9074] By: nick                                  on 2001/03/07  21:39:29
23413         Log: Integrate mainline.
23414      Branch: perlio
23415           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
23416           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
23417           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
23418           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
23419           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
23420 ____________________________________________________________________________
23421 [  9073] By: jhi                                   on 2001/03/07  16:37:09
23422         Log: Update Changes.
23423      Branch: perl
23424            ! Changes patchlevel.h
23425 ____________________________________________________________________________
23426 [  9072] By: jhi                                   on 2001/03/07  16:32:30
23427         Log: Subject: [ID 20010306.004] || != named unary operator
23428              From: abela@geneanet.org
23429              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
23430              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
23431      Branch: perl
23432            ! pod/perlop.pod
23433 ____________________________________________________________________________
23434 [  9071] By: jhi                                   on 2001/03/07  15:14:11
23435         Log: Subject: downgrading to bytes for common functions
23436              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
23437              Date: Wed, 7 Mar 2001 02:36:55 -0500
23438              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
23439      Branch: perl
23440            ! pp_sys.c
23441 ____________________________________________________________________________
23442 [  9070] By: jhi                                   on 2001/03/07  15:04:58
23443         Log: Clarify the description differentiating for and while; inspired by
23444              
23445              Subject: [ID 20010306.002] for/while difference in for definition
23446              From: abela@geneanet.org
23447              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
23448              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
23449      Branch: perl
23450            ! pod/perlsyn.pod
23451 ____________________________________________________________________________
23452 [  9069] By: jhi                                   on 2001/03/07  14:55:30
23453         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23454              From: Dorner Thomas <Thomas.Dorner@start.de>
23455              Date: Wed, 7 Mar 2001 14:13:31 +0100
23456              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23457      Branch: perl
23458            ! Makefile.SH
23459 ____________________________________________________________________________
23460 [  9068] By: jhi                                   on 2001/03/07  14:51:17
23461         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23462              From: Radu Greab <radu@netsoft.ro>
23463              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
23464              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
23465      Branch: perl
23466            ! pp.c t/op/chop.t
23467 ____________________________________________________________________________
23468 [  9067] By: jhi                                   on 2001/03/07  14:48:57
23469         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23470              From: Simon Cozens <simon@netthink.co.uk>
23471              Date: Wed, 7 Mar 2001 13:59:28 +0000
23472              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
23473              
23474              In order to allow MakeMaker to build correct Makefiles,
23475              you need to change the order of the arguments in MM_Unix.pm
23476              as well. (Unless you have C89_CCMODE set, but we're trying
23477              to be POSIXly correct)
23478              
23479              Thanks to Merijn Broeren for tracking this down.
23480      Branch: perl
23481            ! lib/ExtUtils/MM_Unix.pm
23482 ____________________________________________________________________________
23483 [  9066] By: jhi                                   on 2001/03/07  14:30:02
23484         Log: Floating point too messy.
23485      Branch: perl
23486            ! t/camel-III/vstring.t
23487 ____________________________________________________________________________
23488 [  9065] By: jhi                                   on 2001/03/07  14:17:44
23489         Log: Integrate change #9064 from maintperl into mainline.
23490              
23491              fix memory leak in pack("Bb",...)
23492      Branch: perl
23493           !> perl.c
23494 ____________________________________________________________________________
23495 [  9064] By: gsar                                  on 2001/03/07  06:29:24
23496         Log: fix memory leak in pack("Bb",...)
23497      Branch: maint-5.6/perl
23498            ! perl.c
23499 ____________________________________________________________________________
23500 [  9063] By: jhi                                   on 2001/03/07  00:55:04
23501         Log: Major utf8 test reorganisation and rewrite.
23502              Hopefully no tests were lost in the shuffle.
23503              (The beginning of pragma/utf8 was lost intentionally,
23504              the tests were rather bogus and incomplete.)
23505      Branch: perl
23506            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
23507            ! t/pragma/utf8.t
23508 ____________________________________________________________________________
23509 [  9062] By: jhi                                   on 2001/03/07  00:41:16
23510         Log: More tweakage on the Unicode character class descriptions.
23511      Branch: perl
23512            ! lib/unicode/mktables.PL pod/perlretut.pod
23513 ____________________________________________________________________________
23514 [  9061] By: jhi                                   on 2001/03/06  23:12:38
23515         Log: The perlretut was still talking about the old \p and \P
23516              definitions.
23517      Branch: perl
23518            ! pod/perlretut.pod
23519 ____________________________________________________________________________
23520 [  9060] By: nick                                  on 2001/03/06  20:52:37
23521         Log: Integrate mainline (make test works again now).
23522      Branch: perlio
23523           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
23524 ____________________________________________________________________________
23525 [  9059] By: jhi                                   on 2001/03/06  15:36:14
23526         Log: 0.999... does equal 1.0, doesn't it?
23527      Branch: perl
23528            ! t/camel-III/vstring.t
23529 ____________________________________________________________________________
23530 [  9058] By: jhi                                   on 2001/03/06  15:34:00
23531         Log: Make /x{abcd}/ to work without use utf8.
23532      Branch: perl
23533            ! regcomp.c
23534 ____________________________________________________________________________
23535 [  9057] By: jhi                                   on 2001/03/06  03:02:36
23536         Log: Easier to outcomment all the three reset() tests for now.
23537      Branch: perl
23538            ! t/op/pat.t
23539 ____________________________________________________________________________
23540 [  9056] By: jhi                                   on 2001/03/06  02:30:02
23541         Log: Comment out the deadly reset; until the 20010301.005
23542              is finally fixed.
23543      Branch: perl
23544            ! t/op/pat.t
23545 ____________________________________________________________________________
23546 [  9055] By: jhi                                   on 2001/03/06  02:21:26
23547         Log: Integrate the change #9054 from mainline:
23548              retract the PMOP cleanup patch pending further investigation.
23549      Branch: maint-5.6/perl
23550           !> op.c op.h
23551 ____________________________________________________________________________
23552 [  9054] By: jhi                                   on 2001/03/06  02:19:57
23553         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
23554              with oddly familiar stack traces.
23555      Branch: perl
23556            ! op.c op.h
23557 ____________________________________________________________________________
23558 [  9053] By: jhi                                   on 2001/03/05  23:20:28
23559         Log: Integrate perlio.
23560      Branch: perl
23561           +> ext/Encode/Encode/koi8-r.ucm
23562           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23563           !> makedef.pl
23564 ____________________________________________________________________________
23565 [  9052] By: nick                                  on 2001/03/05  23:08:17
23566         Log: skipping USE_PERLIO symbols correction.
23567      Branch: perlio
23568            ! makedef.pl
23569 ____________________________________________________________________________
23570 [  9051] By: nick                                  on 2001/03/05  22:35:07
23571         Log: More Encode alias tidying.
23572      Branch: perlio
23573            + ext/Encode/Encode/koi8-r.ucm
23574            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23575 ____________________________________________________________________________
23576 [  9050] By: jhi                                   on 2001/03/05  21:44:29
23577         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
23578              Sarathy's fix for ID 20010301.005.
23579      Branch: maint-5.6/perl
23580           !> op.c op.h
23581 ____________________________________________________________________________
23582 [  9049] By: nick                                  on 2001/03/05  19:54:04
23583         Log: Integrate Jarkko's Encode.pm tweak.
23584      Branch: perlio
23585           !> ext/Encode/Encode.pm
23586 ____________________________________________________________________________
23587 [  9048] By: nick                                  on 2001/03/05  19:47:57
23588         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
23589      Branch: perlio
23590           +> os2/os2add.sym
23591           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
23592           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
23593           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
23594           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
23595           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
23596 ____________________________________________________________________________
23597 [  9047] By: jhi                                   on 2001/03/05  19:25:26
23598         Log: Regen perlapi.
23599      Branch: perl
23600            ! pod/perlapi.pod
23601 ____________________________________________________________________________
23602 [  9046] By: jhi                                   on 2001/03/05  19:12:14
23603         Log: Integrate perlio.
23604      Branch: perl
23605           +> t/camel-III/vstring.t
23606           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
23607 ____________________________________________________________________________
23608 [  9045] By: jhi                                   on 2001/03/05  19:10:36
23609         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
23610      Branch: perl
23611            ! ext/Encode/Encode.pm
23612 ____________________________________________________________________________
23613 [  9044] By: jhi                                   on 2001/03/05  18:49:12
23614         Log: Forgot the other half of the PMOP patch (#9033).
23615      Branch: perl
23616            ! op.h
23617 ____________________________________________________________________________
23618 [  9043] By: nick                                  on 2001/03/05  18:14:47
23619         Log: Update MANIFEST for new test.
23620      Branch: perlio
23621            ! MANIFEST
23622 ____________________________________________________________________________
23623 [  9042] By: nick                                  on 2001/03/05  18:12:41
23624         Log: Some tests for Camel 3rd edition features.
23625              Make gethostbyaddr() test in above work.
23626      Branch: perlio
23627            + t/camel-III/vstring.t
23628            ! pp.h pp_sys.c t/TEST t/harness
23629 ____________________________________________________________________________
23630 [  9041] By: jhi                                   on 2001/03/05  17:41:48
23631         Log: Add more ISO 8859 encoding aliases.
23632      Branch: perl
23633            ! ext/Encode/Encode.pm
23634 ____________________________________________________________________________
23635 [  9040] By: jhi                                   on 2001/03/05  17:30:43
23636         Log: Integrate perlio.
23637      Branch: perl
23638           !> MANIFEST sv.c
23639 ____________________________________________________________________________
23640 [  9039] By: nick                                  on 2001/03/05  17:11:36
23641         Log: Missed added file.
23642      Branch: perlio
23643            ! MANIFEST
23644 ____________________________________________________________________________
23645 [  9038] By: jhi                                   on 2001/03/05  15:58:01
23646         Log: Add tr tests for EBCDIC, from Karsten Sperling.
23647      Branch: perl
23648            ! t/op/tr.t
23649 ____________________________________________________________________________
23650 [  9037] By: nick                                  on 2001/03/05  15:56:35
23651         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
23652              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
23653              
23654              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
23655              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
23656              - uses SvPV() rather than sv_2pv() in case it isn't a string.
23657      Branch: perlio
23658            ! sv.c
23659 ____________________________________________________________________________
23660 [  9036] By: jhi                                   on 2001/03/05  15:49:15
23661         Log: Add matching tests currently failing in EBCDIC,
23662              suggested by Karsten Sperling.
23663      Branch: perl
23664            ! t/op/pat.t
23665 ____________________________________________________________________________
23666 [  9035] By: jhi                                   on 2001/03/05  15:36:55
23667         Log: The #9034 needs a MANIFESTation.
23668      Branch: perl
23669            ! MANIFEST
23670 ____________________________________________________________________________
23671 [  9034] By: jhi                                   on 2001/03/05  15:35:14
23672         Log: Integrate perlio.
23673      Branch: perl
23674           +> ext/Encode/Encode/Tcl.pm
23675           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23676           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
23677           !> ext/Encode/Encode/iso8859-1.ucm
23678           !> ext/Encode/Encode/iso8859-10.ucm
23679           !> ext/Encode/Encode/iso8859-13.ucm
23680           !> ext/Encode/Encode/iso8859-14.ucm
23681           !> ext/Encode/Encode/iso8859-15.ucm
23682           !> ext/Encode/Encode/iso8859-16.ucm
23683           !> ext/Encode/Encode/iso8859-2.ucm
23684           !> ext/Encode/Encode/iso8859-3.ucm
23685           !> ext/Encode/Encode/iso8859-4.ucm
23686           !> ext/Encode/Encode/iso8859-5.ucm
23687           !> ext/Encode/Encode/iso8859-6.ucm
23688           !> ext/Encode/Encode/iso8859-7.ucm
23689           !> ext/Encode/Encode/iso8859-8.ucm
23690           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
23691           !> t/lib/encode.t
23692 ____________________________________________________________________________
23693 [  9033] By: jhi                                   on 2001/03/05  15:33:18
23694         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
23695              From: Gurusamy Sarathy <gsar@ActiveState.com>
23696              Date: Sun, 04 Mar 2001 22:33:15 -0800
23697              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
23698              
23699              PMOPs need to remember their own stash so that they can
23700              gracefully remove themselves from their linked list.
23701      Branch: perl
23702            ! op.c
23703 ____________________________________________________________________________
23704 [  9032] By: nick                                  on 2001/03/05  14:51:50
23705         Log: Encode implementation "completion"
23706              Implement and document define_encoding()
23707              Implement and document encoding aliases including define_alias()
23708              Make Encode::XS use define_encoding() rather than back-door.
23709              Move run-time *.enc to separate Encode::Tcl module.
23710              Make 'compile' honour <codeset_name>
23711              Change canonical names of to iso-8859-* and US-ascii.
23712      Branch: perlio
23713            + ext/Encode/Encode/Tcl.pm
23714            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23715            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
23716            ! ext/Encode/Encode/iso8859-1.ucm
23717            ! ext/Encode/Encode/iso8859-10.ucm
23718            ! ext/Encode/Encode/iso8859-13.ucm
23719            ! ext/Encode/Encode/iso8859-14.ucm
23720            ! ext/Encode/Encode/iso8859-15.ucm
23721            ! ext/Encode/Encode/iso8859-16.ucm
23722            ! ext/Encode/Encode/iso8859-2.ucm
23723            ! ext/Encode/Encode/iso8859-3.ucm
23724            ! ext/Encode/Encode/iso8859-4.ucm
23725            ! ext/Encode/Encode/iso8859-5.ucm
23726            ! ext/Encode/Encode/iso8859-6.ucm
23727            ! ext/Encode/Encode/iso8859-7.ucm
23728            ! ext/Encode/Encode/iso8859-8.ucm
23729            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
23730            ! t/lib/encode.t
23731 ____________________________________________________________________________
23732 [  9031] By: jhi                                   on 2001/03/05  13:51:17
23733         Log: Integrate change #9030 from maintperl into mainline.
23734              
23735              Subject: [PATCH 5.6.1] OS/2 cleanup
23736      Branch: perl
23737           +> os2/os2add.sym
23738           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23739           !> makedef.pl os2/Changes os2/Makefile.SHs
23740           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
23741           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
23742           !> os2/os2.sym os2/os2ish.h
23743 ____________________________________________________________________________
23744 [  9030] By: jhi                                   on 2001/03/05  13:46:49
23745         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
23746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23747              Date: Mon, 5 Mar 2001 02:29:44 -0500
23748              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
23749      Branch: maint-5.6/perl
23750            + os2/os2add.sym
23751            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23752            ! makedef.pl os2/Changes os2/Makefile.SHs
23753            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
23754            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
23755            ! os2/os2.sym os2/os2ish.h
23756 ____________________________________________________________________________
23757 [  9029] By: jhi                                   on 2001/03/05  13:40:35
23758         Log: Integrate change #9028 from maintperl into mainline.
23759              
23760              various nits in MM_Unix.pm found by disabling SelfLoader
23761      Branch: perl
23762           !> lib/ExtUtils/MM_Unix.pm
23763 ____________________________________________________________________________
23764 [  9028] By: gsar                                  on 2001/03/05  09:58:38
23765         Log: various nits in MM_Unix.pm found by disabling SelfLoader
23766      Branch: maint-5.6/perl
23767            ! lib/ExtUtils/MM_Unix.pm
23768 ____________________________________________________________________________
23769 [  9027] By: nick                                  on 2001/03/05  08:35:22
23770         Log: Integrate mainline
23771      Branch: perlio
23772           !> (integrate 28 files)
23773 ____________________________________________________________________________
23774 [  9026] By: jhi                                   on 2001/03/05  02:14:59
23775         Log: Integrate change #9025 from mainline to maintperl,
23776              retract \N{U+HHHH}.
23777      Branch: maint-5.6/perl
23778           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23779           !> t/lib/charnames.t toke.c
23780 ____________________________________________________________________________
23781 [  9025] By: jhi                                   on 2001/03/05  02:13:09
23782         Log: Retracting \N{U+HHHH}.
23783      Branch: perl
23784            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23785            ! t/lib/charnames.t toke.c
23786 ____________________________________________________________________________
23787 [  9024] By: jhi                                   on 2001/03/04  20:51:07
23788         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
23789              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23790              Date: Fri, 02 Mar 2001 18:25:26 +0100
23791              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
23792              
23793              Casting problem.
23794      Branch: perl
23795            ! ext/Storable/Storable.xs
23796 ____________________________________________________________________________
23797 [  9023] By: jhi                                   on 2001/03/04  19:46:45
23798         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
23799              From: nick@talking.bollo.cx
23800              Date: Sat, 03 Mar 2001 21:41:33 +0000
23801              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
23802              
23803              Revert the workaround.
23804      Branch: perl
23805            ! perlio.c
23806 ____________________________________________________________________________
23807 [  9022] By: jhi                                   on 2001/03/04  19:36:28
23808         Log: Update Changes.
23809      Branch: perl
23810            ! Changes patchlevel.h
23811 ____________________________________________________________________________
23812 [  9021] By: jhi                                   on 2001/03/04  18:41:00
23813         Log: makedef.pl updates suggested by Chris Nandor; double-checking
23814              the changes in AIX, OS/2 Win32 would be nice.
23815      Branch: perl
23816            ! makedef.pl
23817 ____________________________________________________________________________
23818 [  9020] By: jhi                                   on 2001/03/04  18:23:58
23819         Log: Integrate change #9012 from maintperl into mainline,
23820              quench a compiler warning.
23821      Branch: perl
23822           !> toke.c
23823 ____________________________________________________________________________
23824 [  9019] By: jhi                                   on 2001/03/04  18:18:43
23825         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
23826              
23827              \N{U+HHHH} fix.
23828              
23829              pattern in G_ARRAY context
23830      Branch: maint-5.6/perl
23831           !> pp_hot.c t/op/pat.t toke.c
23832 ____________________________________________________________________________
23833 [  9018] By: jhi                                   on 2001/03/04  18:07:48
23834         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
23835              From: Jeff Pinyan <jeffp@crusoe.net>
23836              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
23837              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
23838      Branch: perl
23839            ! pp_hot.c t/op/pat.t
23840 ____________________________________________________________________________
23841 [  9017] By: jhi                                   on 2001/03/04  18:06:21
23842         Log: I thought I tested the #9014.
23843      Branch: perl
23844            ! toke.c
23845 ____________________________________________________________________________
23846 [  9016] By: jhi                                   on 2001/03/04  17:41:22
23847         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
23848              
23849              Tweak the get*ent() OS/2 prototypes.
23850              
23851              Add the \N{U+HHHH} syntax.
23852              
23853              More tr/// UTF-8 fixes from Inaba Hiroto.
23854      Branch: maint-5.6/perl
23855           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
23856           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
23857 ____________________________________________________________________________
23858 [  9015] By: jhi                                   on 2001/03/04  17:36:04
23859         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
23860      Branch: perl
23861            ! doop.c t/op/tr.t
23862 ____________________________________________________________________________
23863 [  9014] By: jhi                                   on 2001/03/04  17:24:49
23864         Log: Add the \N{U+HHHH} syntax.
23865      Branch: perl
23866            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23867            ! t/lib/charnames.t toke.c
23868 ____________________________________________________________________________
23869 [  9013] By: jhi                                   on 2001/03/04  17:20:45
23870         Log: Tweak the get*ent() OS/2 prototypes.
23871      Branch: perl
23872            ! os2/os2.c
23873 ____________________________________________________________________________
23874 [  9012] By: gsar                                  on 2001/03/04  06:26:14
23875         Log: avoid warning (nit in change#9009)
23876      Branch: maint-5.6/perl
23877            ! toke.c
23878 ____________________________________________________________________________
23879 [  9011] By: gsar                                  on 2001/03/04  06:15:24
23880         Log: lib/charnames.t fails in 5.6.x because of older Unicode
23881              data
23882              
23883              TODO: need to revisit this after updating lib/unicode/...
23884      Branch: maint-5.6/perl
23885            ! t/lib/charnames.t
23886 ____________________________________________________________________________
23887 [  9010] By: gsar                                  on 2001/03/04  06:08:36
23888         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
23889      Branch: maint-5.6/perl
23890            ! toke.c
23891 ____________________________________________________________________________
23892 [  9009] By: jhi                                   on 2001/03/03  19:27:20
23893         Log: Integrate change #9008 from mainline to maintperl,
23894              UTF-8 tr/// fixes from Inaba Hiroto.
23895      Branch: maint-5.6/perl
23896           !> doop.c op.c t/op/tr.t toke.c
23897 ____________________________________________________________________________
23898 [  9008] By: jhi                                   on 2001/03/03  19:19:42
23899         Log: UTF8 tr/// fixes from Inaba Hiroto.
23900      Branch: perl
23901            ! doop.c op.c t/op/tr.t toke.c
23902 ____________________________________________________________________________
23903 [  9007] By: jhi                                   on 2001/03/03  19:00:30
23904         Log: Integrate change #9006 from maintperl to mainline,
23905              more robust quest for the infinite.
23906      Branch: perl
23907           !> lib/Math/Complex.pm
23908 ____________________________________________________________________________
23909 [  9006] By: jhi                                   on 2001/03/03  18:58:06
23910         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
23911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23912              Date: Sat, 3 Mar 2001 12:51:50 -0500
23913              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
23914              
23915              Be more robust in our quest for the infinite.
23916      Branch: maint-5.6/perl
23917            ! lib/Math/Complex.pm
23918 ____________________________________________________________________________
23919 [  9005] By: jhi                                   on 2001/03/03  17:55:50
23920         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
23921      Branch: maint-5.6/perl
23922            ! doio.c
23923 ____________________________________________________________________________
23924 [  9004] By: jhi                                   on 2001/03/03  17:40:14
23925         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
23926              so that picky compilers like IRIX won't get huffy about
23927              "statements without effect" (like 1;).
23928      Branch: perl
23929            ! toke.c
23930 ____________________________________________________________________________
23931 [  9003] By: jhi                                   on 2001/03/03  17:15:52
23932         Log: Integrate change #9002 from mainline to maintperl.
23933              
23934              Subject: [perl-5.6.x, perl-current] accept for EPOC
23935      Branch: maint-5.6/perl
23936           !> pp_sys.c
23937 ____________________________________________________________________________
23938 [  9002] By: jhi                                   on 2001/03/03  17:14:30
23939         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
23940              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23941              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
23942              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
23943      Branch: perl
23944            ! pp_sys.c
23945 ____________________________________________________________________________
23946 [  9001] By: jhi                                   on 2001/03/03  17:13:13
23947         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
23948              From: "Craig A. Berry" <craigberry@mac.com>
23949              Date: Fri, 02 Mar 2001 17:44:40 -0600
23950              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
23951      Branch: perl
23952            ! t/pod/find.t
23953 ____________________________________________________________________________
23954 [  9000] By: jhi                                   on 2001/03/03  17:11:55
23955         Log: Integrate changes #8997,8999 from maintperl.
23956              
23957              Subject: [PATCH 5.6.1] compiling on OS/2
23958              (Better error message from hints/os2.sh)
23959              
23960              Subject: [PATCH 5.6.1] syslog.t
23961      Branch: perl
23962           !> hints/os2.sh t/lib/syslog.t
23963 ____________________________________________________________________________
23964 [  8999] By: jhi                                   on 2001/03/03  17:09:28
23965         Log: Subject: [PATCH 5.6.1] syslog.t
23966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23967              Date: Sat, 3 Mar 2001 02:11:17 -0500
23968              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
23969      Branch: maint-5.6/perl
23970            ! t/lib/syslog.t
23971 ____________________________________________________________________________
23972 [  8998] By: jhi                                   on 2001/03/03  17:07:50
23973         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
23974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23975              Date: Sat, 3 Mar 2001 01:53:52 -0500
23976              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
23977      Branch: maint-5.6/perl
23978            ! opcode.pl os2/os2.c
23979 ____________________________________________________________________________
23980 [  8997] By: jhi                                   on 2001/03/03  17:03:30
23981         Log: Subject: [PATCH 5.6.1] compiling on OS/2
23982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23983              Date: Sat, 3 Mar 2001 01:59:59 -0500
23984              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
23985      Branch: maint-5.6/perl
23986            ! hints/os2.sh
23987 ____________________________________________________________________________
23988 [  8996] By: jhi                                   on 2001/03/03  00:55:58
23989         Log: Regen files for mainline.
23990      Branch: perl
23991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23992            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
23993 ____________________________________________________________________________
23994 [  8995] By: jhi                                   on 2001/03/03  00:35:22
23995         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
23996              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
23997              to maintperl.
23998              
23999              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24000              
24001              Add Configure option -Dmksymlinks which will create a symlink
24002              forest if the current/build differs from the source directory.
24003              (8218,8220,8221,8317,8318,8971)
24004              
24005              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
24006              (Document APPLLIB_EXP in INSTALL.)
24007              
24008              If running byacc write-enable also perly.h.
24009              
24010              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
24011              
24012              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
24013              
24014              Sanity check for conflicting thread flavours.
24015              
24016              Fix the sys/fcntl.h problem reported by Peter Prymmer.
24017              
24018              Add few CPUs/architectures to the Cppsym scan,
24019              add -perlio to archname if so selected (modified 8890)
24020              
24021              Be more helpful for devel builders, suggested by John L. Allen.
24022              (admittedly pointless change for maintperl, but the usedevel
24023              code is there already)
24024      Branch: maint-5.6/perl
24025           !> Configure INSTALL Makefile.SH Porting/Glossary
24026           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
24027           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
24028           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
24029           !> win32/config.bc win32/config.gc win32/config.vc
24030 ____________________________________________________________________________
24031 [  8994] By: jhi                                   on 2001/03/02  23:31:41
24032         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
24033      Branch: metaconfig/U/perl
24034            ! gccvers.U
24035 ____________________________________________________________________________
24036 [  8993] By: jhi                                   on 2001/03/02  23:22:12
24037         Log: Regenerate various files for maint.
24038      Branch: maint-5.6/perl
24039            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
24040            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
24041 ____________________________________________________________________________
24042 [  8992] By: alanbur                               on 2001/03/02  22:48:34
24043         Log: Resync wuth parent
24044      Branch: maint-5.6/pureperl
24045           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24046           !> (integrate 60 files)
24047 ____________________________________________________________________________
24048 [  8991] By: jhi                                   on 2001/03/02  21:00:08
24049         Log: Retract the #8742 part of #8986, backward compat.
24050      Branch: maint-5.6/perl
24051            ! embed.pl
24052 ____________________________________________________________________________
24053 [  8990] By: jhi                                   on 2001/03/02  20:40:07
24054         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
24055      Branch: maint-5.6/perl
24056            ! hv.c
24057 ____________________________________________________________________________
24058 [  8989] By: jhi                                   on 2001/03/02  19:59:56
24059         Log: Update Changes.
24060      Branch: perl
24061            ! Changes patchlevel.h
24062 ____________________________________________________________________________
24063 [  8988] By: jhi                                   on 2001/03/02  19:57:08
24064         Log: Integrate perlio.
24065      Branch: perl
24066           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24067           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24068           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24069           !> ext/Encode/Encode/iso8859-10.ucm
24070           !> ext/Encode/Encode/iso8859-13.ucm
24071           !> ext/Encode/Encode/iso8859-14.ucm
24072           !> ext/Encode/Encode/iso8859-15.ucm
24073           !> ext/Encode/Encode/iso8859-16.ucm
24074           !> ext/Encode/Encode/iso8859-2.ucm
24075           !> ext/Encode/Encode/iso8859-3.ucm
24076           !> ext/Encode/Encode/iso8859-4.ucm
24077           !> ext/Encode/Encode/iso8859-5.ucm
24078           !> ext/Encode/Encode/iso8859-6.ucm
24079           !> ext/Encode/Encode/iso8859-7.ucm
24080           !> ext/Encode/Encode/iso8859-8.ucm
24081           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24082           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
24083 ____________________________________________________________________________
24084 [  8987] By: jhi                                   on 2001/03/02  19:43:40
24085         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
24086              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
24087              8950,8952,8955 from mainline to maintperl.
24088              
24089              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24090              
24091              Put to rest the 20010205.001, the email address checking (not) regex.
24092              
24093              fork() not everywhere, cleanup temp files.
24094              
24095              The #8843 wasn't quite right: %Config needs to imported.
24096              
24097              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
24098              (#8849: the glob-basic hunk needed massaging as it depended
24099              on Schwern's large-scale (unintegrated) patches)
24100              
24101              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
24102              
24103              Upgrade to CGI.pm 2.752, from Lincoln Stein.
24104              (Note: there were some conflicts due to EBCDIC and EPOC
24105              patches, in general I preferred the repository code.)
24106              (When 2.753 comes out, we need to synchronize.)
24107              
24108              Subject: [PATCH] fix for charnames above FFFF
24109              
24110              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
24111              
24112              If no sfio, no -lsfio.
24113              
24114              Run run/*.t also in minitest.
24115              
24116              Subject:  [PATCH perl 5.7.0] malloc message address offset
24117              
24118              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24119              
24120              Subject: fix for parameter -Dm (for perl@8867)
24121              
24122              Subject: [PATCH: perl@8892] was Re: hashing order difference?
24123              (make the test more portable)
24124              
24125              Subject: Re: [PATCH] fix for charnames above FFFF
24126              
24127              Subject: Re: I'm losing the war...
24128              (hv_store() not working correctly in ENV_IS_CASELESS case.)
24129              
24130              Subject: Modified README.bs2000 
24131              
24132              Subject: [PATCH: perl@8935] -Dt padsv($var)
24133              
24134              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24135              
24136              Subject: PATCH: extra tests to check on negative float to unsigned cast
24137              
24138              Subject: [PATCH] XPUSH[insp] was Re: progress
24139              
24140              Subject: Re: Compile with perlcc..
24141      Branch: maint-5.6/perl
24142           !> (integrate 36 files)
24143 ____________________________________________________________________________
24144 [  8986] By: jhi                                   on 2001/03/02  18:51:25
24145         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
24146              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
24147              to maintperl.
24148              
24149              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24150              
24151              Subject: [DOC PATCH] overload.pm nits
24152              
24153              Add header for LIB$ prototypes (C. Berry)
24154              
24155              Convert fwrite()s to sockets to write()s, since some socket stacks
24156              don't take kindly to stdio.
24157              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24158              (for often optional LNMs)
24159              Correct a few typos
24160              (C. Bailey)
24161              
24162              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24163              
24164              De-cut-and-pasto.
24165              
24166              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24167              
24168              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24169              
24170              Upgrade to CPAN 1.59_54, from Andreas König.
24171              
24172              Bogus shebang.
24173              
24174              Subject: [PATCH] Document makepatch in Porting/patching
24175              
24176              UTF-8 documentation.
24177              
24178              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24179              
24180              Sort the MANIFEST.
24181              
24182              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24183              
24184              Subject: [PATCH @8807] toke.c cleanup: scan_str()
24185              
24186              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24187              
24188              Add run/*.t to testables.
24189              
24190              TODO: integrate #8784.
24191      Branch: maint-5.6/perl
24192           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24193           !> (integrate 28 files)
24194 ____________________________________________________________________________
24195 [  8985] By: nick                                  on 2001/03/02  18:15:45
24196         Log: Integrate mainline
24197      Branch: perlio
24198           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
24199           !> vms/vms.c
24200 ____________________________________________________________________________
24201 [  8984] By: jhi                                   on 2001/03/02  16:00:17
24202         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
24203              
24204              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
24205              5.004_05, and mention the suidperl August 2000 security problem.
24206              (#8978,#8981)
24207              
24208              Subject: [ID 20010301.004] Technically speaking in perldata
24209              
24210              Subject: [PATCH] File::Copy for bleadperl, maintperl
24211              
24212              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24213              
24214              (The #8982, fix for 20010221.005 and 20010221.008,
24215              would be nice too but it didn't integrate cleanly.)
24216      Branch: maint-5.6/perl
24217           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
24218 ____________________________________________________________________________
24219 [  8983] By: jhi                                   on 2001/03/02  15:51:16
24220         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24222              Date:     Thu, 1 Mar 2001 15:54:09 EST
24223              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
24224      Branch: perl
24225            ! vms/vms.c
24226 ____________________________________________________________________________
24227 [  8982] By: jhi                                   on 2001/03/02  15:43:31
24228         Log: Subject: Re: sync sync sync: have I missed any patches?
24229              From: Radu Greab <radu@netsoft.ro> 
24230              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
24231              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
24232              
24233              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
24234              was checking argv[0] regardless of whether a different pathname
24235              will actually be executed."  Test case not supplied because 
24236              drafting that, ironically enough, revealed another bug
24237              (or a feature).
24238      Branch: perl
24239            ! doio.c
24240 ____________________________________________________________________________
24241 [  8981] By: jhi                                   on 2001/03/02  15:28:03
24242         Log: Misdate in #8978.
24243      Branch: perl
24244            ! pod/perlfaq1.pod
24245 ____________________________________________________________________________
24246 [  8980] By: jhi                                   on 2001/03/02  15:24:20
24247         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
24248              From: Chris Nandor <pudge@pobox.com>
24249              Date: Wed, 28 Feb 2001 22:10:15 -0500
24250              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
24251      Branch: perl
24252            ! lib/File/Copy.pm
24253 ____________________________________________________________________________
24254 [  8979] By: jhi                                   on 2001/03/02  15:17:16
24255         Log: Subject: [ID 20010301.004] Technically speaking in perldata
24256              From: abela@geneanet.org
24257              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
24258              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
24259      Branch: perl
24260            ! pod/perldata.pod
24261 ____________________________________________________________________________
24262 [  8978] By: jhi                                   on 2001/03/02  15:15:27
24263         Log: Subject: [ID 20010301.003] ref to 5.004
24264              From: abela@geneanet.org
24265              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
24266              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
24267              
24268              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
24269              and mention the suidperl August 2000 security problem.
24270      Branch: perl
24271            ! pod/perlfaq1.pod
24272 ____________________________________________________________________________
24273 [  8977] By: alanbur                               on 2001/03/02  14:17:45
24274         Log: Resynchronised with parent
24275      Branch: maint-5.6/pureperl
24276           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
24277           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
24278           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
24279           !> vms/descrip_mms.template win32/win32.c win32/win32.h
24280           !> win32/win32iop.h
24281 ____________________________________________________________________________
24282 [  8976] By: nick                                  on 2001/03/01  23:25:30
24283         Log: Integrate mainline.
24284      Branch: perlio
24285            - t/op/qu.t
24286           !> (integrate 55 files)
24287 ____________________________________________________________________________
24288 [  8975] By: jhi                                   on 2001/03/01  16:51:34
24289         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
24290      Branch: perl
24291           !> toke.c
24292 ____________________________________________________________________________
24293 [  8974] By: gsar                                  on 2001/03/01  16:28:21
24294         Log: fix for bugid 20010226.008
24295              
24296              the problem was that some of the pointers (PL_last_lop and
24297              PL_last_uni specifically) into the lex buffers weren't correctly
24298              being invalidated when the buffer changed; this would leave the
24299              pointers pointing at an arbitrary location in the buffer if
24300              the buffer didn't need to be reallocated, or point into freed
24301              memory if the buffer had to be realloced
24302              
24303              TODO item for bugdb maintainers: check other seemingly random
24304              parser-related bugs--they might be cured by this
24305      Branch: maint-5.6/perl
24306            ! toke.c
24307 ____________________________________________________________________________
24308 [  8973] By: jhi                                   on 2001/03/01  02:23:25
24309         Log: Retract #8970 because of a completely mysterious core dump:
24310              adding the tests 241..244 causes op/pat dump core at test #25.
24311              The test needs a lot of whittling down before the bug can be solved.
24312      Branch: perl
24313            ! t/op/pat.t
24314 ____________________________________________________________________________
24315 [  8972] By: jhi                                   on 2001/03/01  01:58:38
24316         Log: Regen perlapi.
24317      Branch: perl
24318            ! pod/perlapi.pod
24319 ____________________________________________________________________________
24320 [  8971] By: jhi                                   on 2001/03/01  01:34:09
24321         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))
24322              From: Nicholas Clark <nick@ccl4.org>
24323              Date: Wed, 28 Feb 2001 23:28:49 +0000
24324              Message-ID: <20010228232849.A55187@plum.flirble.org>
24325              
24326              Allow a completely write protected source code tree
24327              when using the Configure -Dmksymlinks.
24328      Branch: perl
24329            ! embed.pl warnings.pl
24330 ____________________________________________________________________________
24331 [  8970] By: jhi                                   on 2001/03/01  01:32:04
24332         Log: Add back the EBCDIC character range tests (for matching).
24333      Branch: perl
24334            ! t/op/pat.t
24335 ____________________________________________________________________________
24336 [  8969] By: nick                                  on 2001/02/28  18:18:01
24337         Log: Add charname comments to .ucm files writen by 'compile',
24338              also order charmaps in those files by source encoding.
24339              regenerate distrubuted .ucm files
24340      Branch: perlio
24341            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24342            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24343            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24344            ! ext/Encode/Encode/iso8859-10.ucm
24345            ! ext/Encode/Encode/iso8859-13.ucm
24346            ! ext/Encode/Encode/iso8859-14.ucm
24347            ! ext/Encode/Encode/iso8859-15.ucm
24348            ! ext/Encode/Encode/iso8859-16.ucm
24349            ! ext/Encode/Encode/iso8859-2.ucm
24350            ! ext/Encode/Encode/iso8859-3.ucm
24351            ! ext/Encode/Encode/iso8859-4.ucm
24352            ! ext/Encode/Encode/iso8859-5.ucm
24353            ! ext/Encode/Encode/iso8859-6.ucm
24354            ! ext/Encode/Encode/iso8859-7.ucm
24355            ! ext/Encode/Encode/iso8859-8.ucm
24356            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24357            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
24358 ____________________________________________________________________________
24359 [  8968] By: jhi                                   on 2001/02/28  16:26:37
24360         Log: Expand usemorebits early if d_casti32 needs to be undefined.
24361      Branch: perl
24362            ! hints/hpux.sh hints/irix_6.sh
24363 ____________________________________________________________________________
24364 [  8967] By: jhi                                   on 2001/02/28  16:22:26
24365         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
24366              retract toke.c/qu parts of #8583, retract #8485, retract
24367              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
24368              op/length.t, and MANIFEST, and delete t/op/qu.t.
24369      Branch: perl
24370            - t/op/qu.t
24371            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24372            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
24373            ! t/op/length.t toke.c
24374 ____________________________________________________________________________
24375 [  8966] By: jhi                                   on 2001/02/28  15:00:27
24376         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
24377              by not changing from pre-Unicode days into being Unicode-aware.
24378              Sniff.
24379      Branch: perl
24380            ! pp.c t/op/pack.t t/op/qu.t
24381 ____________________________________________________________________________
24382 [  8965] By: jhi                                   on 2001/02/28  14:37:55
24383         Log: Subject: Re: Errors in core PODs
24384              From: Michael Stevens <michael@etla.org> 
24385              Date: Fri, 23 Feb 2001 15:47:56 +0000
24386              Message-ID: <20010223154756.A7723@firedrake.org> 
24387      Branch: perl
24388            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
24389            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
24390            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
24391            ! x2p/a2p.pod
24392 ____________________________________________________________________________
24393 [  8964] By: jhi                                   on 2001/02/28  14:35:35
24394         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
24395              (The #8961 was too bold.)
24396      Branch: perl
24397            ! hints/hpux.sh hints/irix_6.sh
24398 ____________________________________________________________________________
24399 [  8963] By: jhi                                   on 2001/02/28  14:33:39
24400         Log: Subject: Re: sync sync sync: have I missed any patches?
24401              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24402              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
24403              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
24404              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
24405              
24406              Replace djSP with dSP.
24407      Branch: perl
24408            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
24409            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
24410            ! win32/perlhost.h
24411 ____________________________________________________________________________
24412 [  8962] By: jhi                                   on 2001/02/27  23:21:14
24413         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
24414      Branch: perl
24415            ! lib/Filter/Simple.pm
24416 ____________________________________________________________________________
24417 [  8961] By: jhi                                   on 2001/02/27  22:55:26
24418         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
24419              and this would be it.
24420      Branch: perl
24421            ! hints/hpux.sh hints/irix_6.sh
24422 ____________________________________________________________________________
24423 [  8960] By: jhi                                   on 2001/02/27  22:51:33
24424         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24425              From: "Craig A. Berry" <craigberry@mac.com>
24426              Date: Tue, 27 Feb 2001 16:11:44 -0600
24427              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24428      Branch: maint-5.6/perl
24429            ! configure.com vms/descrip_mms.template
24430 ____________________________________________________________________________
24431 [  8959] By: jhi                                   on 2001/02/27  22:47:23
24432         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24433              From: "Craig A. Berry" <craigberry@mac.com>
24434              Date: Tue, 27 Feb 2001 16:11:44 -0600
24435              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24436      Branch: perl
24437            ! configure.com vms/descrip_mms.template
24438 ____________________________________________________________________________
24439 [  8958] By: jhi                                   on 2001/02/27  15:16:42
24440         Log: Update Changes.
24441      Branch: perl
24442            ! Changes patchlevel.h
24443 ____________________________________________________________________________
24444 [  8957] By: jhi                                   on 2001/02/27  06:15:07
24445         Log: Subject: [5.6.x] EPOC additions
24446              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24447              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
24448              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
24449      Branch: maint-5.6/perl
24450            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
24451 ____________________________________________________________________________
24452 [  8956] By: jhi                                   on 2001/02/27  06:12:11
24453         Log: Subject: [perl-current] EPOC 
24454              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24455              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
24456              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
24457      Branch: perl
24458            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
24459            ! epoc/epocish.c epoc/epocish.h pp_sys.c
24460 ____________________________________________________________________________
24461 [  8955] By: jhi                                   on 2001/02/27  05:59:50
24462         Log: Subject: Re: Compile with perlcc..
24463              From: Edward Peschko <edwardp@excitehome.net>
24464              Date: Mon, 26 Feb 2001 18:51:58 -0800
24465              Message-ID: <20010226185158.A9871@excitehome.net>
24466              
24467              plus add a simple usage message if no arguments given.
24468      Branch: perl
24469            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
24470            ! utils/Makefile utils/perlcc.PL win32/pod.mak
24471 ____________________________________________________________________________
24472 [  8954] By: nick                                  on 2001/02/26  21:02:59
24473         Log: Integrate mainline
24474      Branch: perlio
24475           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
24476           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
24477           !> t/op/sprintf.t
24478 ____________________________________________________________________________
24479 [  8953] By: jhi                                   on 2001/02/26  14:43:54
24480         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
24481              From: Nicholas Clark <nick@ccl4.org>
24482              Date: Mon, 26 Feb 2001 00:42:07 +0000
24483              Message-ID: <20010226004207.F23333@plum.flirble.org>
24484      Branch: perl
24485            ! pp_ctl.c
24486 ____________________________________________________________________________
24487 [  8952] By: jhi                                   on 2001/02/26  14:42:13
24488         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
24489              From: Simon Cozens <simon@netthink.co.uk>
24490              Date: Mon, 26 Feb 2001 12:23:48 +0000
24491              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
24492      Branch: perl
24493            ! pod/perlguts.pod
24494 ____________________________________________________________________________
24495 [  8951] By: jhi                                   on 2001/02/26  14:39:15
24496         Log: Subject: [PATCH] perlio - unknown layer
24497              From: Nicholas Clark <nick@ccl4.org>
24498              Date: Mon, 26 Feb 2001 00:27:19 +0000
24499              Message-ID: <20010226002719.E23333@plum.flirble.org>
24500      Branch: perl
24501            ! perlio.c
24502 ____________________________________________________________________________
24503 [  8950] By: jhi                                   on 2001/02/26  14:38:04
24504         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
24505              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
24506              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
24507              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
24508      Branch: perl
24509            ! t/op/bop.t
24510 ____________________________________________________________________________
24511 [  8949] By: jhi                                   on 2001/02/26  14:37:07
24512         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
24513              From: Peter Prymmer <pvhp@forte.com>
24514              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
24515              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
24516      Branch: perl
24517            ! lib/Test.pm
24518 ____________________________________________________________________________
24519 [  8948] By: jhi                                   on 2001/02/26  14:35:53
24520         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24521              From: Radu Greab <radu@netsoft.ro>
24522              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
24523              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
24524      Branch: perl
24525            ! pod/perlop.pod
24526 ____________________________________________________________________________
24527 [  8947] By: jhi                                   on 2001/02/26  14:34:46
24528         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
24529              From: David Mitchell <davem@fdgroup.co.uk>
24530              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
24531              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
24532      Branch: perl
24533            ! run.c
24534 ____________________________________________________________________________
24535 [  8946] By: jhi                                   on 2001/02/26  14:32:37
24536         Log: Subject: Modified README.bs2000 
24537              From: Dorner Thomas <Thomas.Dorner@start.de>
24538              Date: Mon, 26 Feb 2001 09:22:17 +0100
24539              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
24540      Branch: perl
24541            ! README.bs2000
24542 ____________________________________________________________________________
24543 [  8945] By: jhi                                   on 2001/02/26  14:19:53
24544         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
24545              to maintperl, listing the known failures on the tests 129 and 130.
24546      Branch: maint-5.6/perl
24547           !> t/op/sprintf.t
24548 ____________________________________________________________________________
24549 [  8944] By: jhi                                   on 2001/02/26  14:14:15
24550         Log: Add more known sprintf failures.
24551      Branch: perl
24552            ! t/op/sprintf.t
24553 ____________________________________________________________________________
24554 [  8943] By: jhi                                   on 2001/02/26  13:56:22
24555         Log: perlglob.exe needs to be found in Win32, patch from
24556              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
24557              which needs external glob at mini-perl time."
24558      Branch: perl
24559            ! ext/Encode/compile
24560 ____________________________________________________________________________
24561 [  8942] By: jhi                                   on 2001/02/26  13:52:19
24562         Log: A missing dTHX from Vadim Konovalov.
24563      Branch: perl
24564            ! perlio.c
24565 ____________________________________________________________________________
24566 [  8941] By: jhi                                   on 2001/02/26  13:37:05
24567         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
24568      Branch: perl
24569            ! op.c
24570 ____________________________________________________________________________
24571 [  8940] By: jhi                                   on 2001/02/26  13:35:40
24572         Log: Integrate perlio.
24573      Branch: perl
24574           !> ext/Encode/Encode.pm
24575 ____________________________________________________________________________
24576 [  8939] By: nick                                  on 2001/02/25  23:47:09
24577         Log: Integrate mainline.
24578      Branch: perlio
24579           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
24580           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
24581 ____________________________________________________________________________
24582 [  8938] By: nick                                  on 2001/02/25  19:36:28
24583         Log: Encode implementations docs.
24584      Branch: perlio
24585            ! ext/Encode/Encode.pm
24586 ____________________________________________________________________________
24587 [  8937] By: jhi                                   on 2001/02/25  19:26:16
24588         Log: Script wasn't aligned with reality.
24589      Branch: perl
24590            ! t/pod/find.t
24591 ____________________________________________________________________________
24592 [  8936] By: jhi                                   on 2001/02/25  18:54:55
24593         Log: Update Changes.
24594      Branch: perl
24595            ! Changes patchlevel.h
24596 ____________________________________________________________________________
24597 [  8935] By: jhi                                   on 2001/02/25  18:46:36
24598         Log: Retract #8929,8930,8932,8933 for now.
24599      Branch: perl
24600            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
24601 ____________________________________________________________________________
24602 [  8934] By: jhi                                   on 2001/02/25  17:34:35
24603         Log: Integrate perlio.
24604      Branch: perl
24605           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
24606           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
24607           !> t/lib/encode.t
24608 ____________________________________________________________________________
24609 [  8933] By: jhi                                   on 2001/02/25  17:33:12
24610         Log: (Retracted by #8395.)
24611              
24612              Slight tweaks in scan_const(), not fixes yet, it seems like
24613              lots of work remains to be done...
24614      Branch: perl
24615            ! toke.c
24616 ____________________________________________________________________________
24617 [  8932] By: jhi                                   on 2001/02/25  17:27:11
24618         Log: (Retracted by #8395.)
24619              
24620              Missing from #8930.
24621      Branch: perl
24622            ! perl.h
24623 ____________________________________________________________________________
24624 [  8931] By: jhi                                   on 2001/02/25  17:26:19
24625         Log: A comment tweak.
24626      Branch: perl
24627            ! utf8.c
24628 ____________________________________________________________________________
24629 [  8930] By: jhi                                   on 2001/02/25  17:25:47
24630         Log: (Retracted by #8395.)
24631              
24632              Attempt to fix the EBCDIC character range problwm with //.
24633      Branch: perl
24634            ! regcomp.c
24635 ____________________________________________________________________________
24636 [  8929] By: jhi                                   on 2001/02/25  17:23:45
24637         Log: (Retracted by #8395.)
24638              
24639              Expand the EBCDIC character range tests, and add few nasty
24640              tr tests from Karsten Sperling.
24641      Branch: perl
24642            ! t/op/pat.t t/op/tr.t
24643 ____________________________________________________________________________
24644 [  8928] By: jhi                                   on 2001/02/25  17:18:49
24645         Log: Missing check-in.
24646      Branch: perl
24647            ! lib/Pod/Find.pm
24648 ____________________________________________________________________________
24649 [  8927] By: nick                                  on 2001/02/25  11:30:22
24650         Log: Change method names in Encode implementation classes to something
24651              less confusing (preparing to "go public").
24652      Branch: perlio
24653            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
24654 ____________________________________________________________________________
24655 [  8926] By: nick                                  on 2001/02/25  10:53:24
24656         Log: GCC __atribute__ / printf fix
24657      Branch: perlio
24658            ! perl.h
24659 ____________________________________________________________________________
24660 [  8925] By: nick                                  on 2001/02/25  10:52:25
24661         Log: Checked in the wrong one ...
24662      Branch: perlio
24663            ! ext/Encode/Encode.pm
24664 ____________________________________________________________________________
24665 [  8924] By: nick                                  on 2001/02/24  18:46:51
24666         Log: Integrate mainline - to see what Jarkko has in ...
24667      Branch: perlio
24668           +> t/pod/testpods/lib/Pod/Stuff.pm
24669           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
24670 ____________________________________________________________________________
24671 [  8923] By: nick                                  on 2001/02/24  17:05:23
24672         Log: Encode API documentation nd tidy up.
24673              Minor additions to test.
24674              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
24675              Adds STRLEN to standard typemap.
24676      Branch: perlio
24677            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
24678            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
24679 ____________________________________________________________________________
24680 [  8922] By: jhi                                   on 2001/02/24  16:38:12
24681         Log: Add a test for the "character range should match in EBCDIC
24682              if specified using explicit numerics" bug found by Karsten
24683              Sperling.
24684      Branch: perl
24685            ! t/op/pat.t
24686 ____________________________________________________________________________
24687 [  8921] By: jhi                                   on 2001/02/24  16:30:16
24688         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
24689              From: schwern@pobox.com
24690              Date: Fri, 23 Feb 2001 03:21:37 -0500
24691              Message-ID: <20010223032137.A26022@magnonel.guild.net>
24692              
24693              plus Charles Lane's fixes, plus tweaks.
24694      Branch: perl
24695            + t/pod/testpods/lib/Pod/Stuff.pm
24696            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
24697 ____________________________________________________________________________
24698 [  8920] By: nick                                  on 2001/02/24  10:30:11
24699         Log: Integrate mainline
24700      Branch: perlio
24701           !> (integrate 33 files)
24702 ____________________________________________________________________________
24703 [  8919] By: jhi                                   on 2001/02/24  00:23:35
24704         Log: Subject: Re: I'm losing the war...
24705              From: "Vadim Konovalov" <watman@inbox.ru>
24706              Date: Sat, 24 Feb 2001 00:10:14 +0300
24707              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
24708              
24709              hv_store() not working correctly in ENV_IS_CASELESS case.
24710      Branch: perl
24711            ! hv.c
24712 ____________________________________________________________________________
24713 [  8918] By: jhi                                   on 2001/02/24  00:20:09
24714         Log: Subject: Re: [PATCH] fix for charnames above FFFF
24715              From: andreas.koenig@anima.de (Andreas J. Koenig)
24716              Date: 23 Feb 2001 02:39:03 +0100
24717              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
24718              
24719              A further efficiency tweak.
24720      Branch: perl
24721            ! lib/charnames.pm
24722 ____________________________________________________________________________
24723 [  8917] By: jhi                                   on 2001/02/23  20:27:51
24724         Log: Integrate change #8916 from mainline,
24725              do away with USE_WIN32_RTL_ENV.
24726      Branch: maint-5.6/perl
24727           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
24728 ____________________________________________________________________________
24729 [  8916] By: jhi                                   on 2001/02/23  20:02:25
24730         Log: Abolish USE_WIN32_RTL_ENV.
24731      Branch: perl
24732            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
24733 ____________________________________________________________________________
24734 [  8915] By: jhi                                   on 2001/02/23  19:36:00
24735         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
24736              later protected by some #define.
24737      Branch: perl
24738            ! gv.c
24739 ____________________________________________________________________________
24740 [  8914] By: jhi                                   on 2001/02/23  19:31:38
24741         Log: Retract #8902 for now, requested by Charles Lane, the correct
24742              fix will be something else.
24743      Branch: perl
24744            ! op.c
24745 ____________________________________________________________________________
24746 [  8913] By: jhi                                   on 2001/02/23  19:11:36
24747         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
24748              From: Peter Prymmer <pvhp@forte.com>
24749              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
24750              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
24751      Branch: perl
24752            ! t/op/lex_assign.t
24753 ____________________________________________________________________________
24754 [  8912] By: jhi                                   on 2001/02/23  18:38:20
24755         Log: Subject: [patch] perlio + useithreads
24756              From: Doug MacEachern <dougm@covalent.net>
24757              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
24758              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
24759              
24760              Gets things running but not complete.
24761      Branch: perl
24762            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
24763 ____________________________________________________________________________
24764 [  8911] By: jhi                                   on 2001/02/23  04:20:02
24765         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
24766              
24767              Duplicated environment freeing, File::Temp 0.12,
24768              op/append portability (EBCDIC) tweak.
24769      Branch: maint-5.6/perl
24770           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24771           !> t/op/append.t
24772 ____________________________________________________________________________
24773 [  8910] By: jhi                                   on 2001/02/23  02:07:33
24774         Log: Integrate change #8909 from mainline, a better Borland
24775              putenv() workaround.
24776      Branch: maint-5.6/perl
24777           !> perl.c
24778 ____________________________________________________________________________
24779 [  8909] By: jhi                                   on 2001/02/23  02:05:46
24780         Log: A better workaround for Borland putenv() brokenness from Sarathy.
24781      Branch: perl
24782            ! perl.c
24783 ____________________________________________________________________________
24784 [  8908] By: jhi                                   on 2001/02/23  02:04:14
24785         Log: Subject: fix for parameter -Dm (for perl@8867)
24786              From: "Vadim Konovalov" <watman@inbox.ru>
24787              Date: Thu, 22 Feb 2001 17:30:12 +0300
24788              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
24789      Branch: perl
24790            ! perl.h
24791 ____________________________________________________________________________
24792 [  8907] By: jhi                                   on 2001/02/23  01:58:20
24793         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
24794              From: Peter Prymmer <pvhp@forte.com>
24795              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
24796              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
24797      Branch: perl
24798            ! t/op/append.t
24799 ____________________________________________________________________________
24800 [  8906] By: jhi                                   on 2001/02/23  01:48:34
24801         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
24802      Branch: perl
24803            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24804 ____________________________________________________________________________
24805 [  8905] By: jhi                                   on 2001/02/23  01:43:30
24806         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
24807              From: Peter Prymmer <pvhp@forte.com>
24808              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
24809              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
24810      Branch: perl
24811            ! t/lib/st-06compat.t
24812 ____________________________________________________________________________
24813 [  8904] By: jhi                                   on 2001/02/23  01:42:39
24814         Log: Metaconfig unit change for #8903.
24815      Branch: metaconfig/U/perl
24816            ! Devel.U
24817 ____________________________________________________________________________
24818 [  8903] By: jhi                                   on 2001/02/23  01:42:12
24819         Log: Be more helpful for devel builders, suggested by John L. Allen.
24820      Branch: perl
24821            ! Configure
24822 ____________________________________________________________________________
24823 [  8902] By: jhi                                   on 2001/02/23  01:37:41
24824         Log: (Retracted by #8914)
24825              (Wrongly, reinstated by #8941)             
24826
24827              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24829              Date:     Thu, 22 Feb 2001 09:43:57 EST
24830              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
24831      Branch: perl
24832            ! op.c
24833 ____________________________________________________________________________
24834 [  8901] By: jhi                                   on 2001/02/23  01:20:32
24835         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
24836              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24837              Date:     Thu, 22 Feb 2001 08:01:35 EST
24838              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
24839      Branch: perl
24840            ! malloc.c
24841 ____________________________________________________________________________
24842 [  8900] By: jhi                                   on 2001/02/23  01:18:02
24843         Log: Integrate changes #8898,8899 from mainline, environ handling.
24844      Branch: maint-5.6/perl
24845           !> perl.c
24846 ____________________________________________________________________________
24847 [  8899] By: jhi                                   on 2001/02/23  01:16:25
24848         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
24849              putenv() is not to be relied on, they are either broken or leaky
24850              or both.)
24851      Branch: perl
24852            ! perl.c
24853 ____________________________________________________________________________
24854 [  8898] By: jhi                                   on 2001/02/22  23:36:59
24855         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
24856              and safesysfree() must be used.
24857      Branch: perl
24858            ! perl.c
24859 ____________________________________________________________________________
24860 [  8897] By: jhi                                   on 2001/02/22  23:25:45
24861         Log: With environ one must use safesysmalloc()/safesysfree().
24862      Branch: perl
24863            ! perl.c
24864 ____________________________________________________________________________
24865 [  8896] By: jhi                                   on 2001/02/22  22:13:18
24866         Log: If we have a duplicated environment free it
24867              if PERL_DESTRUCT_LEVEL.
24868      Branch: perl
24869            ! perl.c
24870 ____________________________________________________________________________
24871 [  8895] By: alanbur                               on 2001/02/22  19:31:57
24872         Log: Synchronised with parent
24873      Branch: maint-5.6/pureperl
24874           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
24875 ____________________________________________________________________________
24876 [  8894] By: gsar                                  on 2001/02/22  19:06:18
24877         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
24878              
24879              fix memory leak in method call optimization (change#3768);
24880              made C<eval "$x->foo()"> leak
24881              
24882              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
24883      Branch: maint-5.6/perl
24884           !> op.c
24885 ____________________________________________________________________________
24886 [  8893] By: jhi                                   on 2001/02/22  18:35:27
24887         Log: (Retracted by #8915.)
24888              
24889              Third Degree finding:
24890              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
24891      Branch: perl
24892            ! gv.c
24893 ____________________________________________________________________________
24894 [  8892] By: jhi                                   on 2001/02/22  14:28:32
24895         Log: Update Changes.
24896      Branch: perl
24897            ! Changes patchlevel.h
24898 ____________________________________________________________________________
24899 [  8891] By: jhi                                   on 2001/02/22  13:22:45
24900         Log: Metaconfig unit changes for #8890.
24901      Branch: metaconfig
24902            ! U/modified/Cppsym.U U/threads/archname.U
24903 ____________________________________________________________________________
24904 [  8890] By: jhi                                   on 2001/02/22  13:22:12
24905         Log: Add -stdio to the archname if no perlio selected,
24906              no -perlio added since that is now the default.
24907              
24908              Add few CPUs/architectures to the Cppsym scan.
24909      Branch: perl
24910            ! Configure config_h.SH
24911 ____________________________________________________________________________
24912 [  8889] By: jhi                                   on 2001/02/22  13:05:59
24913         Log: Metaconfig unit change for #8888.
24914      Branch: metaconfig/U/perl
24915            ! useperlio.U
24916 ____________________________________________________________________________
24917 [  8888] By: jhi                                   on 2001/02/22  13:05:28
24918         Log: *drum roll*  Make perlio the default.
24919      Branch: perl
24920            ! Configure config_h.SH
24921 ____________________________________________________________________________
24922 [  8887] By: jhi                                   on 2001/02/22  12:50:52
24923         Log: Integrate change #8665 from maintperl to mainline,
24924              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
24925      Branch: perl
24926           !> ext/POSIX/POSIX.xs
24927 ____________________________________________________________________________
24928 [  8886] By: jhi                                   on 2001/02/22  12:49:24
24929         Log: Integrate changes #8883,8884 from mainline to maintperl.
24930              
24931              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
24932              Subject: Re: File::Temp::_gettemp warning
24933      Branch: maint-5.6/perl
24934           !> embed.h embed.pl lib/File/Temp.pm
24935 ____________________________________________________________________________
24936 [  8885] By: jhi                                   on 2001/02/22  12:43:59
24937         Log: Based on
24938              
24939              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
24940              From: schwab@suse.de
24941              Date: Thu, 22 Feb 2001 13:08:09 +0100
24942              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
24943              
24944              but the fix done slightly differently because the other
24945              half was already done in #8664.
24946      Branch: maint-5.6/perl
24947            ! ext/POSIX/POSIX.xs
24948 ____________________________________________________________________________
24949 [  8884] By: jhi                                   on 2001/02/22  12:37:15
24950         Log: Subject: Re: File::Temp::_gettemp warning
24951              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24952              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
24953              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
24954              
24955              This patch to File::Temp does two things:
24956              
24957              1. Fixes the problem with CGI::Carp when determining
24958              the Fcntl constants
24959              
24960              2. Removes most of the carps and consolidates them so that all the
24961              reasons are included in a single die that is caught by the test. This
24962              means that the correct skipping behaviour is displayed by the test.
24963      Branch: perl
24964            ! lib/File/Temp.pm
24965 ____________________________________________________________________________
24966 [  8883] By: jhi                                   on 2001/02/22  12:29:19
24967         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
24968              From: Peter Prymmer <pvhp@forte.com>
24969              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
24970              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
24971      Branch: perl
24972            ! embed.h embed.pl
24973 ____________________________________________________________________________
24974 [  8882] By: jhi                                   on 2001/02/21  19:41:33
24975         Log: Integrate change #8881 from mainlin to maintperl.
24976              
24977              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
24978      Branch: maint-5.6/perl
24979           !> op.c
24980 ____________________________________________________________________________
24981 [  8881] By: jhi                                   on 2001/02/21  19:38:57
24982         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
24983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24984              Date:     Wed, 21 Feb 2001 13:08:03 EST
24985              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
24986      Branch: perl
24987            ! op.c
24988 ____________________________________________________________________________
24989 [  8880] By: jhi                                   on 2001/02/21  19:34:34
24990         Log: Retract #8875, cannot let go of the old semantics of unpack U
24991              without rethinking utf8decode.t.
24992      Branch: perl
24993            ! pp.c t/op/pack.t
24994 ____________________________________________________________________________
24995 [  8879] By: jhi                                   on 2001/02/21  19:08:02
24996         Log: Run run/*.t also in minitest.
24997      Branch: perl
24998            ! Makefile.SH
24999 ____________________________________________________________________________
25000 [  8878] By: nick                                  on 2001/02/21  18:55:37
25001         Log: Integrate mainline
25002      Branch: perlio
25003           !> (integrate 76 files)
25004 ____________________________________________________________________________
25005 [  8877] By: jhi                                   on 2001/02/21  15:09:33
25006         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
25007      Branch: metaconfig
25008            ! U/compline/nblock_io.U
25009      Branch: perl
25010            ! Configure config_h.SH
25011 ____________________________________________________________________________
25012 [  8876] By: jhi                                   on 2001/02/21  14:54:45
25013         Log: If no sfio, no -lsfio.
25014      Branch: metaconfig/U/perl
25015            ! d_sfio.U
25016      Branch: perl
25017            ! Configure config_h.SH
25018 ____________________________________________________________________________
25019 [  8875] By: jhi                                   on 2001/02/21  14:54:00
25020         Log: Make unpack C and unpack C truly equivalent.
25021      Branch: perl
25022            ! pp.c t/op/pack.t
25023 ____________________________________________________________________________
25024 [  8874] By: jhi                                   on 2001/02/21  14:26:02
25025         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25026              From: Peter Prymmer <pvhp@forte.com>
25027              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
25028              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
25029      Branch: perl
25030            ! pod/perlport.pod
25031 ____________________________________________________________________________
25032 [  8873] By: jhi                                   on 2001/02/21  14:24:31
25033         Log: Subject: [PATCH] fix for charnames above FFFF
25034              From: andreas.koenig@anima.de (Andreas J. Koenig)
25035              Date: 21 Feb 2001 07:05:45 +0100
25036              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
25037      Branch: perl
25038            ! lib/charnames.pm t/lib/charnames.t
25039 ____________________________________________________________________________
25040 [  8872] By: jhi                                   on 2001/02/21  14:15:25
25041         Log: Integrate change #8868 from pureperl to mainline.
25042              
25043              Fixed reference count loop caused by sv_magic.
25044      Branch: perl
25045           !> sv.c
25046 ____________________________________________________________________________
25047 [  8871] By: jhi                                   on 2001/02/21  14:07:29
25048         Log: Integrate change #8868 from pureperl to maintperl.
25049              
25050              Fixed reference count loop caused by sv_magic.
25051      Branch: maint-5.6/perl
25052           !> sv.c
25053 ____________________________________________________________________________
25054 [  8870] By: jhi                                   on 2001/02/21  14:04:41
25055         Log: Put back the #8840, it was innocent.
25056      Branch: perl
25057            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25058            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25059 ____________________________________________________________________________
25060 [  8869] By: jhi                                   on 2001/02/21  14:00:03
25061         Log: unpack("C", ...) was left slightly unfinished by #8865.
25062      Branch: perl
25063            ! pp.c t/op/pack.t
25064 ____________________________________________________________________________
25065 [  8868] By: alanbur                               on 2001/02/21  01:33:45
25066         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
25067              from gv_fetchpv to create single-character magic variables (e.g. $!),
25068              and it is passed a sv and the gv that contains the sv as the mg_obj
25069              value.  When sv_magic stores the mg_obj pointer it increments the gv
25070              refcount, thus causing a sv-gv pair that can't be freed.  There is
25071              already a check for sv == obj which is used to prevent such reference
25072              loops.  This change extends the check to cover the case described above.
25073      Branch: maint-5.6/pureperl
25074            ! sv.c
25075 ____________________________________________________________________________
25076 [  8867] By: jhi                                   on 2001/02/21  00:52:39
25077         Log: Update Changes.
25078      Branch: perl
25079            ! Changes patchlevel.h
25080 ____________________________________________________________________________
25081 [  8866] By: jhi                                   on 2001/02/21  00:34:20
25082         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
25083              (Note: there were some conflicts due to EBCDIC and EPOC
25084              patches, in general I preferred the repository code.)
25085              (When 2.753 comes out, we need to synchronize.)
25086      Branch: perl
25087            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
25088            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
25089            ! t/lib/cgi-html.t
25090 ____________________________________________________________________________
25091 [  8865] By: jhi                                   on 2001/02/21  00:24:22
25092         Log: Make pack("C", 0x100) to create Unicode, unless under the
25093              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
25094              will understand Unicode, unless you under know what.
25095      Branch: perl
25096            ! pp.c t/op/pack.t t/op/qu.t
25097 ____________________________________________________________________________
25098 [  8864] By: alanbur                               on 2001/02/20  22:35:34
25099         Log: Resynchronised with parent
25100      Branch: maint-5.6/pureperl
25101           !> README.win32 ext/GDBM_File/GDBM_File.pm
25102           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25103           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
25104           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
25105           !> t/lib/sdbm.t util.c
25106 ____________________________________________________________________________
25107 [  8863] By: jhi                                   on 2001/02/20  20:55:11
25108         Log: Integrate change #8860,8861 from mainline into maintperl.
25109              
25110              "pseudo-literal j"
25111              
25112              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25113      Branch: maint-5.6/perl
25114           !> lib/Test.pm pod/perlop.pod
25115 ____________________________________________________________________________
25116 [  8862] By: jhi                                   on 2001/02/20  20:30:07
25117         Log: Don't do casting between pointers pointing to differently sized
25118              integers.
25119      Branch: perl
25120            ! hv.c sv.c
25121 ____________________________________________________________________________
25122 [  8861] By: jhi                                   on 2001/02/20  19:53:44
25123         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25124              From: Peter Prymmer <pvhp@forte.com>
25125              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
25126              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
25127      Branch: perl
25128            ! lib/Test.pm
25129 ____________________________________________________________________________
25130 [  8860] By: jhi                                   on 2001/02/20  19:48:02
25131         Log: "pseudo-literal j", a documentation glitch reported to Debian.
25132              The text recovered from Perl 5.005_03, and pseudo-literal replaced
25133              by "backtick string".
25134      Branch: perl
25135            ! pod/perlop.pod
25136 ____________________________________________________________________________
25137 [  8859] By: jhi                                   on 2001/02/20  19:15:46
25138         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
25139              from Chris Nandor.
25140      Branch: perl
25141            ! makedef.pl
25142 ____________________________________________________________________________
25143 [  8858] By: jhi                                   on 2001/02/20  17:36:53
25144         Log: Integrate pureperl changes #8844,8845,8850 to mainline
25145              (via maintperl #8855).
25146              
25147              Fixed %^H scoping bug
25148              
25149              Removed GV <-> CV refcount loop
25150              
25151              Removed %ENV refcount loop
25152      Branch: perl
25153           !> gv.c op.c perl.c pp.c scope.c
25154 ____________________________________________________________________________
25155 [  8857] By: jhi                                   on 2001/02/20  17:34:32
25156         Log: Integrate changes #8853,8854 from maintperl to mainline.
25157              
25158              EBDIC fixes, README.win32 Borland update.
25159      Branch: perl
25160           !> README.win32 handy.h util.c
25161 ____________________________________________________________________________
25162 [  8856] By: jhi                                   on 2001/02/20  17:33:16
25163         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
25164      Branch: maint-5.6/perl
25165           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25166           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25167           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25168 ____________________________________________________________________________
25169 [  8855] By: jhi                                   on 2001/02/20  17:32:13
25170         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
25171              
25172              Fixed %^H scoping bug
25173              
25174              Removed GV <-> CV refcount loop
25175              
25176              Removed %ENV refcount loop
25177      Branch: maint-5.6/perl
25178           !> gv.c op.c perl.c pp.c scope.c
25179 ____________________________________________________________________________
25180 [  8854] By: jhi                                   on 2001/02/20  17:25:06
25181         Log: Subject: Addition to readme.win32 for Borland C++ compilers
25182              Date: Tue, 20 Feb 2001 02:15:25 +0300
25183              From: "Vadim Konovalov" <watman@inbox.ru>
25184              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
25185              
25186              Document Borland compiler misbehaviour.
25187      Branch: maint-5.6/perl
25188            ! README.win32
25189 ____________________________________________________________________________
25190 [  8853] By: jhi                                   on 2001/02/20  17:22:25
25191         Log: The assimilation of ebcdic.c didn't quite work at the first try,
25192              patches from Thomas Dorner.
25193      Branch: maint-5.6/perl
25194            ! handy.h util.c
25195 ____________________________________________________________________________
25196 [  8852] By: jhi                                   on 2001/02/20  17:20:15
25197         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
25198              From: Chris Nandor <pudge@pobox.com>
25199              Date: Tue, 20 Feb 2001 08:32:45 -0500
25200              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
25201      Branch: maint-5.6/perl
25202            ! makedef.pl mg.c
25203 ____________________________________________________________________________
25204 [  8851] By: jhi                                   on 2001/02/20  17:15:52
25205         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
25206      Branch: perl
25207            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
25208            ! t/lib/filter-util.t
25209 ____________________________________________________________________________
25210 [  8850] By: alanbur                               on 2001/02/20  17:12:40
25211         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
25212              and the magic pointer points back to the GV that contains the
25213              %ENV hash.  This creates a refcount loop that prevents members
25214              of %ENV from being freed correctly.  This change removes the
25215              refcount loop - the magic pointer was never used anyway, the
25216              only use of the magic was to check the type ('E') so that the
25217              appropriate environment manipulation code is called when %ENV
25218              is modified.
25219      Branch: maint-5.6/pureperl
25220            ! perl.c
25221 ____________________________________________________________________________
25222 [  8849] By: jhi                                   on 2001/02/20  17:12:20
25223         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
25224              From: "Craig A. Berry" <craigberry@mac.com>
25225              Date: Mon, 19 Feb 2001 23:36:12 -0600
25226              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
25227              
25228              Case-forgiving systems match TestInit.pm with TES*.
25229      Branch: perl
25230            ! t/lib/glob-basic.t
25231 ____________________________________________________________________________
25232 [  8848] By: jhi                                   on 2001/02/20  17:10:02
25233         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
25234      Branch: perl
25235            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25236            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25237            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25238 ____________________________________________________________________________
25239 [  8847] By: jhi                                   on 2001/02/20  15:34:41
25240         Log: The #8843 wasn't quite right: %Config needs to imported.
25241      Branch: perl
25242            ! t/run/runenv.t
25243 ____________________________________________________________________________
25244 [  8846] By: jhi                                   on 2001/02/20  15:31:50
25245         Log: Retract the #8838 and #8840 for now because of
25246              the DB_File tie problem.
25247      Branch: perl
25248            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
25249            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
25250            ! proto.h sv.c
25251 ____________________________________________________________________________
25252 [  8845] By: alanbur                               on 2001/02/20  14:25:41
25253         Log: Removed GV <-> CV refcount loop
25254              CvGV(mycv) points to the parent GV of the CV, and was previously
25255              refcounted.  The pointer remains, but the refcounting has been removed
25256              as it causes a refcount loop between the CV and GV that means the CV
25257              can't ever be deleted.
25258      Branch: maint-5.6/pureperl
25259            ! gv.c op.c pp.c
25260 ____________________________________________________________________________
25261 [  8844] By: alanbur                               on 2001/02/20  14:23:13
25262         Log: Fixed %^H scoping bug
25263      Branch: maint-5.6/pureperl
25264            ! scope.c
25265 ____________________________________________________________________________
25266 [  8843] By: jhi                                   on 2001/02/19  13:38:08
25267         Log: fork() not everywhere, cleanup temp files.
25268      Branch: perl
25269            ! t/run/runenv.t
25270 ____________________________________________________________________________
25271 [  8842] By: alanbur                               on 2001/02/19  12:42:07
25272         Log: Resynchronised with parent
25273      Branch: maint-5.6/pureperl
25274           !> pod/perlfaq4.pod sv.c utf8.c
25275 ____________________________________________________________________________
25276 [  8841] By: jhi                                   on 2001/02/19  03:35:51
25277         Log: Update Changes.
25278      Branch: perl
25279            ! Changes patchlevel.h
25280 ____________________________________________________________________________
25281 [  8840] By: jhi                                   on 2001/02/19  00:23:41
25282         Log: Subject: [patch] add sv_setref_uv
25283              From: Doug MacEachern <dougm@covalent.net>
25284              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
25285              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
25286      Branch: perl
25287            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25288            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25289 ____________________________________________________________________________
25290 [  8839] By: jhi                                   on 2001/02/19  00:01:38
25291         Log: Put to rest the 20010205.001, the email address checking (not) regex.
25292      Branch: perl
25293            ! pod/perlfaq9.pod
25294 ____________________________________________________________________________
25295 [  8838] By: jhi                                   on 2001/02/18  22:17:54
25296         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
25297              From: Doug MacEachern <dougm@covalent.net>
25298              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
25299              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
25300      Branch: perl
25301            ! lib/ExtUtils/xsubpp
25302 ____________________________________________________________________________
25303 [  8837] By: jhi                                   on 2001/02/18  22:16:50
25304         Log: Subject: [patch] -Wall cleanup round 2
25305              From: Doug MacEachern <dougm@covalent.net>
25306              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
25307              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
25308      Branch: perl
25309            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25310            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25311            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
25312            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
25313            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25314            ! ext/SDBM_File/SDBM_File.xs
25315 ____________________________________________________________________________
25316 [  8836] By: jhi                                   on 2001/02/18  22:11:20
25317         Log: Misapplied regex optimizations when \C is present.
25318              Fixes 20001230.002.
25319              
25320              What still remains broken is that the submatches that
25321              have \C in them get their UTF8 flag on because their
25322              parent SV has it on.  This will result in malformed
25323              UTF8 if a \C happened to match a non-ASCII byte.
25324      Branch: perl
25325            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
25326            ! t/pragma/utf8.t
25327 ____________________________________________________________________________
25328 [  8835] By: jhi                                   on 2001/02/18  20:12:02
25329         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
25330              
25331              The hash key got wrongly UTF8fied.
25332      Branch: perl
25333            ! pod/perlapi.pod toke.c utf8.c
25334 ____________________________________________________________________________
25335 [  8834] By: jhi                                   on 2001/02/18  19:44:25
25336         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
25337              don't warn on magical or overloaded things.
25338      Branch: perl
25339            ! pp_hot.c
25340 ____________________________________________________________________________
25341 [  8833] By: nick                                  on 2001/02/18  19:31:22
25342         Log: Integrate mainline
25343      Branch: perlio
25344           +> t/TestInit.pm t/run/runenv.t
25345            - t/UTEST
25346           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
25347           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
25348           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
25349           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
25350           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25351           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
25352           !> utf8.c
25353 ____________________________________________________________________________
25354 [  8832] By: jhi                                   on 2001/02/18  19:21:18
25355         Log: Integrate perlio.
25356      Branch: perl
25357           !> perlio.c pod/perldiag.pod
25358 ____________________________________________________________________________
25359 [  8831] By: jhi                                   on 2001/02/18  19:14:20
25360         Log: Integrate change #8827 from mainline.
25361              
25362              UTF8 tweaks.
25363      Branch: maint-5.6/perl
25364           !> sv.c utf8.c
25365 ____________________________________________________________________________
25366 [  8830] By: nick                                  on 2001/02/18  19:10:34
25367         Log: Apply the spirit of patch from Nick Clark:
25368              Subject: [PATCH] Re: extensions that provide layers
25369              From: Nicholas Clark <nick@ccl4.org>
25370              Date: Mon, 12 Feb 2001 16:43:51 +0000
25371              Message-Id: <20010212164350.Q3652@plum.flirble.org>
25372      Branch: perlio
25373            ! perlio.c pod/perldiag.pod
25374 ____________________________________________________________________________
25375 [  8829] By: jhi                                   on 2001/02/18  19:03:25
25376         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
25377              From: schwern@pobox.com 
25378              Date: Sun, 18 Feb 2001 13:44:35 -0500
25379              Message-ID: <20010218134435.A17544@magnonel.guild.net>
25380              
25381              Applied, but as t/TestInit.pm.
25382      Branch: perl
25383            + t/TestInit.pm
25384            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
25385            ! t/op/subst_wamp.t
25386 ____________________________________________________________________________
25387 [  8828] By: jhi                                   on 2001/02/18  18:43:52
25388         Log: Integrate perlio.
25389      Branch: perl
25390           !> perlio.c
25391 ____________________________________________________________________________
25392 [  8827] By: jhi                                   on 2001/02/18  18:41:33
25393         Log: UTF-8 tweaks.
25394      Branch: perl
25395            ! sv.c utf8.c
25396 ____________________________________________________________________________
25397 [  8826] By: nick                                  on 2001/02/18  17:40:59
25398         Log: Fix [ID 20010217.002]
25399              open FOO, "<:raw:perlio", ...
25400              :raw now inserts default base layer below itself.
25401              Also
25402              open FOO, "<:unix", ...
25403              works as well - but leaves buffer layer on stack under the unix layer.
25404      Branch: perlio
25405            ! perlio.c
25406 ____________________________________________________________________________
25407 [  8825] By: jhi                                   on 2001/02/18  17:15:39
25408         Log: Integrate perlio.
25409      Branch: perl
25410           !> perlio.c perliol.h
25411 ____________________________________________________________________________
25412 [  8824] By: jhi                                   on 2001/02/18  17:10:53
25413         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
25414              From: schwern@pobox.com
25415              Date: Sun, 18 Feb 2001 01:48:50 -0500
25416              Message-ID: <20010218014850.C19957@magnonel.guild.net>
25417      Branch: perl
25418            ! lib/Test/Harness.pm t/TEST t/op/chop.t
25419 ____________________________________________________________________________
25420 [  8823] By: jhi                                   on 2001/02/18  17:01:06
25421         Log: Add run/*.t to testables.
25422      Branch: perl
25423            ! t/TEST
25424 ____________________________________________________________________________
25425 [  8822] By: jhi                                   on 2001/02/18  16:58:58
25426         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25427              From: schwern@pobox.com
25428              Date: Sun, 18 Feb 2001 01:11:35 -0500
25429              Message-ID: <20010218011135.A19957@magnonel.guild.net>
25430              
25431              Revive mjd's and Simon's PERL5OPT fix.
25432      Branch: perl
25433            + t/run/runenv.t
25434            ! MANIFEST perl.c
25435 ____________________________________________________________________________
25436 [  8821] By: jhi                                   on 2001/02/18  16:53:46
25437         Log: Subject: Re: Why t/TEST and not Test::Harness?
25438              From: schwern@pobox.com
25439              Date: Sat, 17 Feb 2001 22:44:44 -0500
25440              Message-ID: <20010217224444.A6679@magnonel.guild.net>
25441              
25442              Replace UTEST with TEST -utf8.
25443      Branch: perl
25444            - t/UTEST
25445            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
25446            ! t/lib/glob-basic.t
25447 ____________________________________________________________________________
25448 [  8820] By: nick                                  on 2001/02/18  13:06:16
25449         Log: Clean up a few core dumps when layers are used in unexpected ways.
25450              (Still not "right"...)
25451      Branch: perlio
25452            ! perlio.c perliol.h
25453 ____________________________________________________________________________
25454 [  8819] By: jhi                                   on 2001/02/18  02:25:55
25455         Log: Integrate change #8818 from maintperl, a FAQ nit.
25456      Branch: perl
25457           !> pod/perlfaq4.pod
25458 ____________________________________________________________________________
25459 [  8818] By: jhi                                   on 2001/02/18  02:24:50
25460         Log: FAQ nit from Chris Fedde.
25461      Branch: maint-5.6/perl
25462            ! pod/perlfaq4.pod
25463 ____________________________________________________________________________
25464 [  8817] By: nick                                  on 2001/02/17  18:20:14
25465         Log: Integrate mainline
25466      Branch: perlio
25467           +> lib/unicode/UCD.html lib/unicode/Unicode.html
25468           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
25469           +> pod/perlclib.pod
25470            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
25471            - lib/unicode/Unicode.301
25472           !> (integrate 324 files)
25473 ____________________________________________________________________________
25474 [  8816] By: jhi                                   on 2001/02/17  16:56:58
25475         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
25476      Branch: perl
25477            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25478            ! ext/Storable/Storable.xs t/lib/st-06compat.t
25479            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25480 ____________________________________________________________________________
25481 [  8815] By: jhi                                   on 2001/02/17  16:40:07
25482         Log: Subject: [patch] -Wall
25483              From: Doug MacEachern <dougm@covalent.net>
25484              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
25485              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
25486      Branch: perl
25487            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
25488            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
25489 ____________________________________________________________________________
25490 [  8814] By: jhi                                   on 2001/02/16  19:27:18
25491         Log: Document qu better.
25492      Branch: perl
25493            ! pod/perlop.pod
25494 ____________________________________________________________________________
25495 [  8813] By: jhi                                   on 2001/02/15  13:54:37
25496         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
25497              From: Hugo <hv@crypt.compulink.co.uk>
25498              Date: Thu, 15 Feb 2001 13:39:49 +0000
25499              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
25500      Branch: perl
25501            ! toke.c
25502 ____________________________________________________________________________
25503 [  8812] By: alanbur                               on 2001/02/15  13:52:16
25504         Log: Resynchronised with parent
25505      Branch: maint-5.6/pureperl
25506            - ebcdic.c
25507           !> (integrate 36 files)
25508 ____________________________________________________________________________
25509 [  8811] By: jhi                                   on 2001/02/15  13:51:16
25510         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
25511              
25512              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25513              From: Jan Dubois <JanD@ActiveState.com>
25514              Date: Wed, 31 Jan 2001 21:17:03 -0800
25515              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25516              
25517              tweak change#8659 to keep it simple
25518              
25519              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25520              From: Russ Allbery <rra@stanford.edu>
25521              Date: 14 Feb 2001 10:15:41 -0800
25522              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25523              
25524              (8809 empty)
25525
25526              Upgrade to podlators 1.08, from Russ Allbery.
25527      Branch: perl
25528           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
25529           !> utils/perldoc.PL
25530 ____________________________________________________________________________
25531 [  8810] By: jhi                                   on 2001/02/15  13:35:08
25532         Log: Upgrade to podlators 1.08, from Russ Allbery.
25533      Branch: maint-5.6/perl
25534            ! lib/Pod/Man.pm lib/Pod/Text.pm
25535 ____________________________________________________________________________
25536 [  8809] By: jhi                                   on 2001/02/15  13:26:38
25537         Log: (accidentally empty check-in)
25538      Branch: maint-5.6/perl
25539            ! lib/Test/Harness.pm
25540 ____________________________________________________________________________
25541 [  8808] By: jhi                                   on 2001/02/15  13:23:47
25542         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25543              From: Russ Allbery <rra@stanford.edu>
25544              Date: 14 Feb 2001 10:15:41 -0800
25545              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25546              
25547              perldoc was hardcoding $Config{installscript}, which breaks
25548              when install* isn't where Perl ends up (such as with AFS).
25549              
25550              Use $Config{scriptdir} instead.
25551      Branch: maint-5.6/perl
25552            ! utils/perldoc.PL
25553 ____________________________________________________________________________
25554 [  8807] By: jhi                                   on 2001/02/14  14:37:27
25555         Log: Update Changes.
25556      Branch: perl
25557            ! Changes patchlevel.h
25558 ____________________________________________________________________________
25559 [  8806] By: jhi                                   on 2001/02/14  14:25:31
25560         Log: Integrate changes #8803,8804,8805 from mainline.
25561              
25562              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25563              
25564              Don't skip too much of the locale error message if no environ array,
25565              from Chris Nandor.
25566              
25567              More MacOS Classic fixes from Chris Nandor.
25568      Branch: maint-5.6/perl
25569           !> doop.c lib/Cwd.pm perl.c perl.h util.c
25570 ____________________________________________________________________________
25571 [  8805] By: jhi                                   on 2001/02/14  03:29:01
25572         Log: More MacOS Classic fixes from Chris Nandor.
25573      Branch: perl
25574            ! doop.c lib/Cwd.pm
25575 ____________________________________________________________________________
25576 [  8804] By: jhi                                   on 2001/02/14  03:18:35
25577         Log: Don't skip too much of the locale error message if no environ array,
25578              from Chris Nandor.
25579      Branch: perl
25580            ! util.c
25581 ____________________________________________________________________________
25582 [  8803] By: jhi                                   on 2001/02/14  03:14:14
25583         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25584      Branch: perl
25585            ! perl.c perl.h
25586 ____________________________________________________________________________
25587 [  8802] By: jhi                                   on 2001/02/13  18:31:33
25588         Log: AUTHORS update.
25589      Branch: perl
25590            ! AUTHORS
25591 ____________________________________________________________________________
25592 [  8801] By: jhi                                   on 2001/02/13  17:55:19
25593         Log: Integrate change #8792 from mainline.
25594              
25595              Subject: buncha MacPerl patches for bleadperl
25596              From: Chris Nandor <pudge@pobox.com>
25597              Date: Tue, 13 Feb 2001 00:02:43 -0500
25598              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25599      Branch: maint-5.6/perl
25600           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25601           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25602           !> t/lib/basename.t toke.c util.h
25603 ____________________________________________________________________________
25604 [  8800] By: jhi                                   on 2001/02/13  17:46:43
25605         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
25606              to be forced to Off_t.
25607              
25608              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
25609              From: nick@ccl4.org
25610              Date: Thu, 1 Feb 2001 12:01:04 +0000
25611              Message-Id: <20010201120103.E11401@plum.flirble.org>
25612      Branch: maint-5.6/perl
25613            ! iperlsys.h perlio.c
25614 ____________________________________________________________________________
25615 [  8799] By: jhi                                   on 2001/02/13  16:52:51
25616         Log: Duplex duplex hunk hunk.
25617      Branch: maint-5.6/perl
25618            ! Makefile.SH
25619 ____________________________________________________________________________
25620 [  8797] By: jhi                                   on 2001/02/13  14:52:04
25621         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
25622              From: "Craig A. Berry" <craigberry@mac.com>
25623              Date: Mon, 12 Feb 2001 11:05:25 -0600
25624              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
25625      Branch: perl
25626            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
25627 ____________________________________________________________________________
25628 [  8796] By: jhi                                   on 2001/02/13  14:36:47
25629         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25630              From: simon.cozens@pembroke.oxford.ac.uk 
25631              Date: Sat, 10 Feb 2001 17:57:02 +0000
25632              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
25633              
25634              Now it does include.
25635      Branch: perl
25636            ! pod/perldiag.pod
25637 ____________________________________________________________________________
25638 [  8795] By: jhi                                   on 2001/02/13  14:30:11
25639         Log: Sort the MANIFEST.
25640      Branch: perl
25641            ! MANIFEST
25642 ____________________________________________________________________________
25643 [  8794] By: jhi                                   on 2001/02/13  14:26:51
25644         Log: Integrate change #8793 from mainline, FAQ updates.
25645      Branch: maint-5.6/perl
25646           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25647 ____________________________________________________________________________
25648 [  8793] By: jhi                                   on 2001/02/13  14:25:13
25649         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
25650      Branch: perl
25651            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25652 ____________________________________________________________________________
25653 [  8792] By: jhi                                   on 2001/02/13  14:22:50
25654         Log: Subject: buncha MacPerl patches for bleadperl
25655              From: Chris Nandor <pudge@pobox.com>
25656              Date: Tue, 13 Feb 2001 00:02:43 -0500
25657              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25658      Branch: perl
25659            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25660            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25661            ! t/lib/basename.t toke.c util.h
25662 ____________________________________________________________________________
25663 [  8791] By: jhi                                   on 2001/02/13  14:10:39
25664         Log: Integrate change #8790 from mainline.
25665              
25666              environ array wrongly assumed in Perl_init_i18nl10n(),
25667      Branch: maint-5.6/perl
25668           !> util.c
25669 ____________________________________________________________________________
25670 [  8790] By: jhi                                   on 2001/02/13  14:06:15
25671         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
25672              noticed by Chris Nandor in MacOS Classic.
25673      Branch: perl
25674            ! util.c
25675 ____________________________________________________________________________
25676 [  8789] By: jhi                                   on 2001/02/13  13:58:07
25677         Log: Integrate changes #8373,8487,8544,8783 from mainline.
25678              
25679              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
25680              hints files, the dynaloading, assimilate ebcdic into util.c.
25681      Branch: maint-5.6/perl
25682            - ebcdic.c
25683            ! MANIFEST hints/posix-bc.sh
25684           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
25685           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
25686           !> perlapi.c proto.h util.c
25687 ____________________________________________________________________________
25688 [  8788] By: alanbur                               on 2001/02/13  10:33:13
25689         Log: Integrated changes from maint-5.6
25690      Branch: maint-5.6/pureperl
25691           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
25692           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
25693           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25694           !> vos/config.ga.h vos/configure_perl.cm
25695 ____________________________________________________________________________
25696 [  8787] By: jhi                                   on 2001/02/13  05:56:36
25697         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
25698      Branch: perl
25699           !> Makefile.SH
25700 ____________________________________________________________________________
25701 [  8786] By: jhi                                   on 2001/02/13  05:54:34
25702         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
25703              From: Dorner Thomas <Thomas.Dorner@start.de>
25704              Date: Mon, 12 Feb 2001 15:06:26 +0100
25705              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
25706      Branch: maint-5.6/perl
25707            ! Makefile.SH
25708 ____________________________________________________________________________
25709 [  8785] By: jhi                                   on 2001/02/13  05:29:04
25710         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
25711      Branch: perl
25712           !> hints/openbsd.sh
25713 ____________________________________________________________________________
25714 [  8784] By: jhi                                   on 2001/02/13  02:25:24
25715         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
25716              From: Peter Prymmer <pvhp@forte.com>
25717              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
25718              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
25719      Branch: perl
25720            ! pod/perlclib.pod
25721 ____________________________________________________________________________
25722 [  8783] By: jhi                                   on 2001/02/13  02:22:36
25723         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
25724      Branch: perl
25725            - ebcdic.c
25726            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
25727            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
25728            ! util.c
25729 ____________________________________________________________________________
25730 [  8782] By: jhi                                   on 2001/02/13  02:00:07
25731         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
25732      Branch: maint-5.6/perl
25733            ! pod/perlport.pod
25734 ____________________________________________________________________________
25735 [  8781] By: jhi                                   on 2001/02/13  01:58:44
25736         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
25737      Branch: maint-5.6/perl
25738            ! hints/openbsd.sh
25739 ____________________________________________________________________________
25740 [  8780] By: jhi                                   on 2001/02/13  01:57:33
25741         Log: Synchronize the regexp tests between maintperl and mainline.
25742      Branch: maint-5.6/perl
25743           !> t/op/re_tests
25744 ____________________________________________________________________________
25745 [  8779] By: jhi                                   on 2001/02/13  01:49:35
25746         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
25747              From: Hugo <hv@crypt.compulink.co.uk>
25748              Date: Tue, 13 Feb 2001 00:11:11 +0000
25749              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
25750      Branch: perl
25751            ! regcomp.c t/op/re_tests
25752 ____________________________________________________________________________
25753 [  8778] By: jhi                                   on 2001/02/13  00:23:10
25754         Log: Comments do not nest.
25755      Branch: perl
25756            ! perl.h
25757 ____________________________________________________________________________
25758 [  8777] By: jhi                                   on 2001/02/13  00:17:54
25759         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
25760              From: Hugo <hv@crypt.compulink.co.uk>
25761              Date: Tue, 13 Feb 2001 00:11:11 +0000
25762              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
25763      Branch: maint-5.6/perl
25764            ! regcomp.c t/op/re_tests
25765 ____________________________________________________________________________
25766 [  8776] By: jhi                                   on 2001/02/12  23:25:52
25767         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
25768      Branch: maint-5.6/perl
25769            ! pod/perlport.pod
25770 ____________________________________________________________________________
25771 [  8775] By: jhi                                   on 2001/02/12  23:04:28
25772         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
25773      Branch: maint-5.6/perl
25774            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
25775            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25776            ! vos/configure_perl.cm
25777 ____________________________________________________________________________
25778 [  8774] By: jhi                                   on 2001/02/12  22:59:11
25779         Log: Subject: Re: [patch] context for 'U' magic functions
25780              From: Doug MacEachern <dougm@covalent.net>
25781              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
25782              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
25783              
25784              plus the suggestion by Nick Ing-Simmons to name the macro
25785              as PERL_MG_UFUNC to avoid namespace pollution, plus add
25786              the advice by Doug for XS writers to perl.h
25787      Branch: perl
25788            ! mg.c perl.h
25789 ____________________________________________________________________________
25790 [  8773] By: jhi                                   on 2001/02/11  20:14:12
25791         Log: Update Changes.
25792      Branch: perl
25793            ! Changes patchlevel.h
25794 ____________________________________________________________________________
25795 [  8772] By: jhi                                   on 2001/02/11  18:47:52
25796         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
25797              From: Simon Cozens <simon@cozens.net>
25798              Date: Wed, 31 Jan 2001 16:31:43 +0000
25799              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
25800      Branch: perl
25801            + pod/perlclib.pod
25802            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
25803            ! pod/perltoc.pod
25804 ____________________________________________________________________________
25805 [  8771] By: jhi                                   on 2001/02/11  18:36:48
25806         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
25807              
25808              Blocks-4d3.beta.txt
25809              CaseFolding-3d4.beta.txt
25810              CompositionExclusions-3d6.beta.txt
25811              EastAsianWidth-4d4.beta.txt
25812              LineBreak-6d3.beta.txt
25813              NamesList-3.1.0d1.beta.txt
25814              PropList-3.1.0d4.beta.txt
25815              SpecialCasing-4d1.beta.txt
25816              UnicodeData-3.1.0d6.beta.txt
25817      Branch: perl
25818            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
25819           +> lib/unicode/UCD.html lib/unicode/Unicode.html
25820            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
25821            - lib/unicode/Unicode.301
25822            ! (edit 257 files)
25823 ____________________________________________________________________________
25824 [  8770] By: jhi                                   on 2001/02/11  17:26:22
25825         Log: UTF-8 documentation.
25826      Branch: perl
25827            ! utf8.h
25828 ____________________________________________________________________________
25829 [  8769] By: jhi                                   on 2001/02/11  17:12:49
25830         Log: Retract #8762.
25831      Branch: perl
25832            ! regexec.c
25833 ____________________________________________________________________________
25834 [  8768] By: jhi                                   on 2001/02/11  16:54:45
25835         Log: Subject: [PATCH] Test::Harness
25836              From: andreas.koenig@anima.de (Andreas J. Koenig)
25837              Date: 11 Feb 2001 14:37:00 +0100
25838              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
25839      Branch: perl
25840            ! lib/Test/Harness.pm
25841 ____________________________________________________________________________
25842 [  8767] By: jhi                                   on 2001/02/11  16:53:52
25843         Log: Subject: [PATCH] Document makepatch in Porting/patching
25844              From: andreas.koenig@anima.de (Andreas J. Koenig)
25845              Date: 11 Feb 2001 16:46:28 +0100
25846              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
25847      Branch: perl
25848            ! Porting/patching.pod
25849 ____________________________________________________________________________
25850 [  8766] By: jhi                                   on 2001/02/11  06:30:23
25851         Log: Subject: Re: [patch] GvSHARED
25852              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
25853              From: Doug MacEachern <dougm@covalent.net>
25854              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
25855              
25856              Subject: Re: [patch] GvSHARED
25857              From: Doug MacEachern <dougm@covalent.net>
25858              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
25859              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
25860              
25861              Subject: [patch] attributes.pm support for `shared'
25862              From: Doug MacEachern <dougm@covalent.net>
25863              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
25864              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
25865              
25866              our() attributes were ignored, our :shared pieces missing,
25867              allow attributes.pm to turn on shared.
25868      Branch: perl
25869            ! op.c t/op/attrs.t toke.c xsutils.c
25870 ____________________________________________________________________________
25871 [  8765] By: alanbur                               on 2001/02/10  23:11:19
25872         Log: Resync with parent (hopefully sucessfully this time)
25873      Branch: maint-5.6/pureperl
25874           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
25875           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
25876           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25877           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25878           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25879           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25880           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
25881 ____________________________________________________________________________
25882 [  8764] By: jhi                                   on 2001/02/10  22:54:38
25883         Log: Make TEST and UTEST more verbose in case something goes
25884              wrong in running/compiling a script, suggested by Doug
25885              MacEachern.
25886      Branch: perl
25887            ! t/TEST t/UTEST
25888 ____________________________________________________________________________
25889 [  8763] By: jhi                                   on 2001/02/10  22:11:34
25890         Log: Bogus shebang.
25891      Branch: perl
25892            ! t/lib/texttabs.t
25893 ____________________________________________________________________________
25894 [  8762] By: jhi                                   on 2001/02/10  21:56:02
25895         Log: (Retracted by #8769)
25896      Branch: perl
25897            ! regexec.c
25898 ____________________________________________________________________________
25899 [  8761] By: jhi                                   on 2001/02/10  21:26:15
25900         Log: Subject: Re: [patch] GvSHARED 
25901              From: Doug MacEachern <dougm@covalent.net>
25902              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
25903              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
25904              
25905              our @EXPORT : shared = (...);
25906      Branch: perl
25907            ! toke.c
25908 ____________________________________________________________________________
25909 [  8760] By: jhi                                   on 2001/02/10  21:25:07
25910         Log: Subject: [patch] GvSHARED
25911              From: Doug MacEachern <dougm@covalent.net>
25912              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
25913              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
25914      Branch: perl
25915            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
25916 ____________________________________________________________________________
25917 [  8759] By: alanbur                               on 2001/02/10  21:24:27
25918         Log: Backed out mismerge.
25919      Branch: maint-5.6/pureperl
25920            ! MANIFEST README.hpux README.vmesa gv.c installhtml
25921            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
25922            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25923            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25924            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25925            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25926            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
25927 ____________________________________________________________________________
25928 [  8758] By: jhi                                   on 2001/02/10  18:01:17
25929         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
25930              
25931              Fixed UMRs and leak in Perl_pmtrans()
25932              
25933              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
25934              associated UTFied tr/// code.  Also fixed scoping leak of
25935              PL_reg_start_tmp.
25936              
25937              newATTRSUB leaks when an attempt to redefine the active sort sub is
25938              made.
25939      Branch: maint-5.6/perl
25940           !> op.c regcomp.c
25941 ____________________________________________________________________________
25942 [  8757] By: alanbur                               on 2001/02/10  17:56:46
25943         Log: Resynchronised with parent
25944      Branch: maint-5.6/pureperl
25945           +> README.bs2000
25946            - README.posix-bc
25947            ! gv.c perl.c sv.c
25948           !> MANIFEST README.hpux README.vmesa installhtml
25949           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
25950           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25951           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25952           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25953           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25954           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
25955 ____________________________________________________________________________
25956 [  8756] By: alanbur                               on 2001/02/10  17:51:15
25957         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
25958              made.
25959      Branch: maint-5.6/pureperl
25960            ! op.c
25961 ____________________________________________________________________________
25962 [  8755] By: jhi                                   on 2001/02/09  22:41:35
25963         Log: Upgrade to CPAN 1.59_54, from Andreas König.
25964      Branch: perl
25965            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25966 ____________________________________________________________________________
25967 [  8754] By: jhi                                   on 2001/02/09  22:29:20
25968         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
25969              
25970              Didn't upgrade the fill.t since it has a dependency to File::Slurp
25971              purely for debugging purposes, the actual test hasn't changed.
25972      Branch: perl
25973            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
25974            ! t/lib/textwrap.t
25975 ____________________________________________________________________________
25976 [  8753] By: jhi                                   on 2001/02/09  20:17:50
25977         Log: Integrate change #8682 from maintperl.
25978              
25979              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
25980              to work correctly.
25981      Branch: perl
25982           !> hints/irix_6.sh
25983 ____________________________________________________________________________
25984 [  8752] By: jhi                                   on 2001/02/09  20:00:46
25985         Log: Update Changes.
25986      Branch: perl
25987            ! Changes patchlevel.h
25988 ____________________________________________________________________________
25989 [  8751] By: nick                                  on 2001/02/09  19:48:37
25990         Log: Integrate mainline
25991      Branch: perlio
25992           +> README.bs2000 t/lib/cgi-esc.t
25993            - README.posix-bc
25994           !> (integrate 53 files)
25995 ____________________________________________________________________________
25996 [  8750] By: nick                                  on 2001/02/09  19:25:16
25997         Log: Subject: RE: Biannual Competition to Improve Hashing Function
25998              From: Fisher Mark <fisherm@tce.com>
25999              Date: Thu, 8 Feb 2001 10:44:00 -0500
26000              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
26001              Date: Thu, 8 Feb 2001 15:02:47 -0500
26002              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
26003      Branch: perl
26004            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
26005 ____________________________________________________________________________
26006 [  8749] By: jhi                                   on 2001/02/09  19:02:35
26007         Log: Forgotten fragment.
26008      Branch: perl
26009            ! pod/perlapi.pod
26010 ____________________________________________________________________________
26011 [  8748] By: jhi                                   on 2001/02/09  18:31:34
26012         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
26013              plus manual tweakage.
26014              
26015              Sync the perlfaq2 between mainline and maintperl.
26016      Branch: maint-5.6/perl
26017            ! pod/perlfaq2.pod
26018      Branch: perl
26019           !> pod/perlfaq2.pod
26020 ____________________________________________________________________________
26021 [  8747] By: jhi                                   on 2001/02/09  18:12:04
26022         Log: Subject: versiononly and installperl
26023              From: abigail@foad.org
26024              Date: Wed, 7 Feb 2001 22:43:12 +0100
26025              Message-ID: <20010207214312.7045.qmail@foad.org>    
26026              
26027              Add +v flag to force a normal install of the perl binary
26028              and the utilities.
26029              
26030              Subject: [PATCH] installperl
26031              From: Nicholas Clark <nick@ccl4.org>
26032              Date: Fri, 9 Feb 2001 16:28:57 +0000
26033              Message-ID: <20010209162857.B10931@plum.flirble.org>
26034              
26035              Add -A flag which also hardlinks the binary with
26036              the full architecture name.
26037      Branch: perl
26038            ! installperl
26039 ____________________________________________________________________________
26040 [  8746] By: jhi                                   on 2001/02/09  18:03:43
26041         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
26042              
26043              Subject: perlfaq2, re: perlmongers
26044              
26045              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26046              
26047              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26048              
26049              Subject: [ID 20010205.001] typo in perlfaq9
26050              
26051              Subject: [ID 20010208.002] unordered explanation in perlcall
26052      Branch: maint-5.6/perl
26053           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26054           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
26055           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
26056 ____________________________________________________________________________
26057 [  8745] By: jhi                                   on 2001/02/09  17:59:09
26058         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
26059              From: abela@geneanet.org
26060              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
26061              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
26062      Branch: perl
26063            ! pod/perlcall.pod
26064 ____________________________________________________________________________
26065 [  8744] By: jhi                                   on 2001/02/09  17:48:16
26066         Log: Subject: [ID 20010205.001] typo in perlfaq9
26067              From: eserte@vran.herceg.de
26068              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
26069              Message-Id: <200102042244.XAA21926@vran.herceg.de>
26070      Branch: perl
26071            ! pod/perlfaq9.pod
26072 ____________________________________________________________________________
26073 [  8743] By: jhi                                   on 2001/02/09  17:25:12
26074         Log: Integrate change #8695 from maintperl.
26075              
26076              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26077      Branch: perl
26078           !> thread.h
26079 ____________________________________________________________________________
26080 [  8742] By: jhi                                   on 2001/02/09  17:21:22
26081         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26082              From: Andy Dougherty <doughera@lafayette.edu>
26083              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
26084              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
26085      Branch: perl
26086            ! embed.pl
26087 ____________________________________________________________________________
26088 [  8741] By: jhi                                   on 2001/02/09  17:05:19
26089         Log: Integrate changes #8738,8739,8740 from maintperl.
26090              
26091              Html files will be installed in a more logical and easier to
26092              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26093              
26094              Html files will be generated with a header to make them look
26095              a little less bare.
26096              
26097              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26098      Branch: perl
26099           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
26100 ____________________________________________________________________________
26101 [  8740] By: jhi                                   on 2001/02/09  17:03:46
26102         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26103              From: "Brendan O'Dea" <bod@compusol.com.au>
26104              Date: Sun, 4 Feb 2001 11:17:56 +1100
26105              Message-ID: <20010204111756.A16301@compusol.com.au>
26106      Branch: maint-5.6/perl
26107            ! pod/perlfaq3.pod
26108 ____________________________________________________________________________
26109 [  8739] By: jhi                                   on 2001/02/09  17:01:59
26110         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
26111              From: "Indy Singh" <indy@nusphere.com>
26112              Date: Fri, 2 Feb 2001 15:09:59 -0500
26113              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
26114              
26115              Html files will be generated with a header to make them look
26116              a little less bare.
26117      Branch: maint-5.6/perl
26118            ! installhtml
26119 ____________________________________________________________________________
26120 [  8738] By: jhi                                   on 2001/02/09  16:58:48
26121         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
26122              From: "Indy Singh" <indy@nusphere.com>
26123              Date: Fri, 2 Feb 2001 15:08:23 -0500
26124              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
26125              
26126              Html files will be installed in a more logical and easier to
26127              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26128      Branch: maint-5.6/perl
26129            ! win32/Makefile win32/makefile.mk
26130 ____________________________________________________________________________
26131 [  8737] By: jhi                                   on 2001/02/09  16:46:54
26132         Log: Integrate changes #8687,8736 from maintperl.
26133              
26134              HP-UX thread patches from Merijn H. Brand.
26135              
26136              Latin nit from Philip Newton.
26137      Branch: perl
26138           !> README.hpux hints/hpux.sh
26139 ____________________________________________________________________________
26140 [  8736] By: jhi                                   on 2001/02/09  16:42:31
26141         Log: Latin nit from Philip Newton.
26142      Branch: maint-5.6/perl
26143            ! README.hpux
26144 ____________________________________________________________________________
26145 [  8735] By: jhi                                   on 2001/02/09  16:24:03
26146         Log: Integrate changes #8704,8710 from pureperl.
26147              
26148              Fixed UMRs and leak in Perl_pmtrans()
26149              
26150              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26151              associated UTFied tr/// code.  Also fixed scoping leak of
26152              PL_reg_start_tmp.
26153      Branch: perl
26154           !> op.c regcomp.c
26155 ____________________________________________________________________________
26156 [  8734] By: jhi                                   on 2001/02/09  15:40:21
26157         Log: Integrate change #8733 from maintperl.
26158              
26159              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26160      Branch: perl
26161           !> pod/perlre.pod
26162 ____________________________________________________________________________
26163 [  8733] By: jhi                                   on 2001/02/09  15:35:47
26164         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26165              From: Prymmer/Kahn <pvhp@best.com>
26166              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
26167              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
26168      Branch: maint-5.6/perl
26169            ! pod/perlre.pod
26170 ____________________________________________________________________________
26171 [  8732] By: jhi                                   on 2001/02/09  15:26:17
26172         Log: Rename README.posix-bc to README.bs2000 (to avoid the
26173              confusion of a "perlposix-bc.pod"), add a few missing
26174              arch pods, regen toc.
26175      Branch: maint-5.6/perl
26176           +> README.bs2000
26177            - README.posix-bc
26178            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26179            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26180 ____________________________________________________________________________
26181 [  8731] By: jhi                                   on 2001/02/09  15:23:39
26182         Log: De-cut-and-pasto.
26183      Branch: perl
26184            ! pod/perl.pod
26185 ____________________________________________________________________________
26186 [  8730] By: jhi                                   on 2001/02/09  15:11:13
26187         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
26188              when people think that perlposix-bc.pod tells anything about
26189              Perl and POSIX.  Regen toc.
26190      Branch: perl
26191           +> README.bs2000
26192            - README.posix-bc
26193            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26194            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26195 ____________________________________________________________________________
26196 [  8729] By: jhi                                   on 2001/02/09  14:52:28
26197         Log: The README.vmesa part of #8712 from maintperl.
26198      Branch: perl
26199            ! README.vmesa
26200 ____________________________________________________________________________
26201 [  8728] By: jhi                                   on 2001/02/09  14:46:06
26202         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
26203              From: Peter Prymmer <pvhp@forte.com>
26204              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
26205              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
26206      Branch: maint-5.6/perl
26207            ! README.vmesa win32/Makefile win32/makefile.mk
26208 ____________________________________________________________________________
26209 [  8727] By: jhi                                   on 2001/02/09  14:33:25
26210         Log: Integrate change #8712 from mainline.
26211              
26212              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
26213      Branch: maint-5.6/perl
26214           !> lib/Pod/Find.pm
26215 ____________________________________________________________________________
26216 [  8726] By: jhi                                   on 2001/02/09  14:30:28
26217         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26218              From: Peter Prymmer <pvhp@forte.com>
26219              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
26220              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
26221      Branch: perl
26222            + t/lib/cgi-esc.t
26223            ! MANIFEST lib/CGI/Util.pm
26224 ____________________________________________________________________________
26225 [  8725] By: jhi                                   on 2001/02/09  04:56:47
26226         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
26227      Branch: maint-5.6/perl
26228            ! pod/perlport.pod
26229 ____________________________________________________________________________
26230 [  8724] By: jhi                                   on 2001/02/09  04:40:59
26231         Log: Integrate changes 7819,7820 from vmsperl into mainline.
26232              
26233              Add header for LIB$ prototypes (C. Berry)
26234              
26235              Convert fwrite()s to sockets to write()s, since some socket stacks
26236              don't take kindly to stdio.
26237              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26238              (for often optional LNMs)
26239              Correct a few typos
26240              (C. Bailey)
26241      Branch: perl
26242           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
26243 ____________________________________________________________________________
26244 [  8723] By: jhi                                   on 2001/02/09  03:29:29
26245         Log: Integrate change #8722 from mainline.
26246              
26247              The Im() function wasn't returning zero for non-Math::Complex
26248              arguments.  The bug reported by John Gamble.
26249      Branch: maint-5.6/perl
26250           !> lib/Math/Complex.pm
26251 ____________________________________________________________________________
26252 [  8722] By: jhi                                   on 2001/02/09  03:28:33
26253         Log: The Im() function wasn't returning zero for non-Math::Complex
26254              arguments.  The bug reported by John Gamble.
26255      Branch: perl
26256            ! lib/Math/Complex.pm
26257 ____________________________________________________________________________
26258 [  8721] By: nick                                  on 2001/02/08  22:11:35
26259         Log: Correct the correction :-(
26260      Branch: perl
26261            ! perl.c
26262 ____________________________________________________________________________
26263 [  8720] By: bailey                                on 2001/02/08  20:59:22
26264         Log: Convert frwite()s to sockets to write()s, since some socket stacks
26265              don't take kindly to stdio.
26266              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26267              (for often optional LNMs)
26268              Correct a few typos
26269              (C. Bailey)
26270      Branch: vmsperl
26271            ! vms/vms.c vms/vmsish.h
26272 ____________________________________________________________________________
26273 [  8719] By: bailey                                on 2001/02/08  20:51:02
26274         Log: Add header for LIB$ prototypes (C. Berry)
26275      Branch: vmsperl
26276            ! ext/Devel/DProf/DProf.xs
26277 ____________________________________________________________________________
26278 [  8718] By: bailey                                on 2001/02/08  20:49:00
26279         Log: SYN SYN
26280      Branch: vmsperl
26281           +> pod/perliol.pod t/lib/sample-tests/bailout
26282           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
26283           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
26284           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
26285           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
26286           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
26287           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
26288            - lib/unicode/Is/DCinital.pl
26289           !> (integrate 101 files)
26290 ____________________________________________________________________________
26291 [  8717] By: nick                                  on 2001/02/08  19:38:48
26292         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
26293              From: Robin Barker <rmb1@cise.npl.co.uk>
26294              Date: Thu, 8 Feb 2001 14:38:07 GMT
26295              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
26296      Branch: perl
26297            ! lib/CPAN.pm
26298 ____________________________________________________________________________
26299 [  8716] By: nick                                  on 2001/02/08  19:29:07
26300         Log: Generated files form 8713 etc.
26301      Branch: perl
26302            ! embed.h global.sym objXSUB.h perlapi.c proto.h
26303 ____________________________________________________________________________
26304 [  8715] By: nick                                  on 2001/02/08  19:26:08
26305         Log: Fixup non-ithread build after 8713
26306      Branch: perl
26307            ! perl.c
26308 ____________________________________________________________________________
26309 [  8714] By: nick                                  on 2001/02/08  19:17:45
26310         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
26311              From: nick@ccl4.org
26312              Date: Wed, 7 Feb 2001 00:27:47 +0000
26313              Message-Id: <20010207002747.B63724@plum.flirble.org>
26314      Branch: perl
26315            ! sv.c toke.c
26316 ____________________________________________________________________________
26317 [  8713] By: nick                                  on 2001/02/08  19:15:58
26318         Log: Subject: Re: [patch] Re: PL_ptr_table
26319              From: Doug Maceachern <dougm@covalent.net>
26320              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
26321              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
26322      Branch: perl
26323            ! embed.pl perl.c sv.c sv.h
26324 ____________________________________________________________________________
26325 [  8712] By: nick                                  on 2001/02/08  19:12:47
26326         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
26327              From: Peter Prymmer <pvhp@forte.com>
26328              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
26329              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
26330      Branch: perl
26331            ! lib/Pod/Find.pm
26332 ____________________________________________________________________________
26333 [  8711] By: nick                                  on 2001/02/07  21:06:11
26334         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
26335              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
26336              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26337              Date: Tue, 06 Feb 2001 23:37:01 +0000
26338              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
26339      Branch: perl
26340            ! regcomp.c
26341 ____________________________________________________________________________
26342 [  8710] By: alanbur                               on 2001/02/07  00:22:04
26343         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26344              associated UTFied tr/// code.  Also fixed scoping leak of
26345              PL_reg_start_tmp.
26346      Branch: maint-5.6/pureperl
26347            ! op.c regcomp.c
26348 ____________________________________________________________________________
26349 [  8709] By: nick                                  on 2001/02/06  21:16:49
26350         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26351              From: Michael G Schwern <schwern@pobox.com>
26352              Date: Sun, 4 Feb 2001 19:47:14 -0500
26353              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
26354      Branch: perl
26355            ! pod/perlapi.pod pod/perlmodlib.PL
26356 ____________________________________________________________________________
26357 [  8708] By: nick                                  on 2001/02/06  20:41:20
26358         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26359              From: Michael G Schwern <schwern@pobox.com>
26360              Date: Sun, 4 Feb 2001 21:17:49 -0500
26361              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
26362      Branch: perl
26363            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
26364            ! pod/perltootc.pod
26365 ____________________________________________________________________________
26366 [  8707] By: nick                                  on 2001/02/06  20:29:11
26367         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
26368              From: Michael G Schwern <schwern@pobox.com>
26369              Date: Tue, 6 Feb 2001 05:54:30 -0500
26370              Message-Id: <20010206055430.A951@blackrider.aocn.com>
26371      Branch: perl
26372            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
26373 ____________________________________________________________________________
26374 [  8706] By: nick                                  on 2001/02/06  20:21:40
26375         Log: Subject: RE: some win32 fixes
26376              Date: Tue, 6 Feb 2001 09:23:20 +0300
26377              From: Vadim Konovalov <vkonovalov@lucent.com>
26378              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
26379      Branch: perl
26380            ! toke.c win32/Makefile win32/config.bc win32/config.gc
26381            ! win32/config.vc win32/config_H.bc win32/makefile.mk
26382 ____________________________________________________________________________
26383 [  8705] By: alanbur                               on 2001/02/06  15:00:03
26384         Log: Synchronised with parent
26385      Branch: maint-5.6/pureperl
26386            ! regexec.c
26387           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26388           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
26389 ____________________________________________________________________________
26390 [  8704] By: alanbur                               on 2001/02/06  14:55:24
26391         Log: Fixed UMRs and leak in Perl_pmtrans()
26392      Branch: maint-5.6/pureperl
26393            ! op.c
26394 ____________________________________________________________________________
26395 [  8703] By: gsar                                  on 2001/02/06  02:29:37
26396         Log: $(MAKE) distclean doesn't clean up properly on windows
26397      Branch: maint-5.6/perl
26398            ! win32/Makefile win32/makefile.mk
26399 ____________________________________________________________________________
26400 [  8702] By: gsar                                  on 2001/02/06  01:00:46
26401         Log: tweak change#8659 to keep it simple
26402      Branch: maint-5.6/perl
26403            ! utils/perldoc.PL
26404 ____________________________________________________________________________
26405 [  8701] By: gsar                                  on 2001/02/05  22:45:41
26406         Log: change#8693 was missing testsuite changes
26407      Branch: maint-5.6/perl
26408           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26409 ____________________________________________________________________________
26410 [  8700] By: nick                                  on 2001/02/05  20:32:52
26411         Log: Integrate mainline
26412      Branch: perlio
26413           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
26414           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26415           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26416           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26417           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26418           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26419           +> t/lib/test-harness.t
26420           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
26421           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
26422           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
26423           !> pod/perlutil.pod t/TEST utils/h2xs.PL
26424 ____________________________________________________________________________
26425 [  8699] By: nick                                  on 2001/02/05  19:41:07
26426         Log: Subject: perlfaq2, re: perlmongers
26427              From: David H. Adler <dha@panix.com>
26428              Date: Sun, 4 Feb 2001 23:48:23 -0500
26429              Message-Id: <20010204234823.A13429@panix.com>
26430      Branch: perl
26431            ! pod/perlfaq2.pod
26432 ____________________________________________________________________________
26433 [  8698] By: nick                                  on 2001/02/05  19:39:31
26434         Log: Missed file f#rom the testharness mess.
26435      Branch: perl
26436            + t/lib/test-harness.t
26437 ____________________________________________________________________________
26438 [  8697] By: nick                                  on 2001/02/05  19:37:21
26439         Log: Subject: [DOC PATCH] overload.pm nits
26440              From: John Tobey <jtobey@john-edwin-tobey.org>
26441              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
26442              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
26443      Branch: perl
26444            ! lib/overload.pm
26445 ____________________________________________________________________________
26446 [  8696] By: alanbur                               on 2001/02/05  11:56:00
26447         Log: Sync with parent
26448      Branch: maint-5.6/pureperl
26449           !> thread.h
26450 ____________________________________________________________________________
26451 [  8695] By: gsar                                  on 2001/02/05  03:27:34
26452         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26453      Branch: maint-5.6/perl
26454            ! thread.h
26455 ____________________________________________________________________________
26456 [  8694] By: alanbur                               on 2001/02/05  00:07:47
26457         Log: Initial branch creation from //depot/maint-5.6/perl
26458      Branch: maint-5.6/pureperl
26459           +> (branch 1719 files)
26460 ____________________________________________________________________________
26461 [  8693] By: gsar                                  on 2001/02/04  22:38:49
26462         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
26463              changes)
26464      Branch: maint-5.6/perl
26465           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26466           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
26467           !> ext/DB_File/version.c
26468 ____________________________________________________________________________
26469 [  8692] By: nick                                  on 2001/02/04  18:15:57
26470         Log: The missed t/TEST part of the grand testharness upgrade.
26471      Branch: perl
26472            ! t/TEST
26473 ____________________________________________________________________________
26474 [  8691] By: nick                                  on 2001/02/04  18:05:17
26475         Log: New improved test harness
26476              Subject: Re: [PATCH Test::Harness] Third time's a charm?
26477              From: Michael G Schwern <schwern@pobox.com>
26478              Date: Sun, 4 Feb 2001 08:01:20 -0500
26479              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
26480      Branch: perl
26481            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
26482            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26483            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26484            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26485            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26486            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26487            ! MANIFEST lib/Test/Harness.pm
26488 ____________________________________________________________________________
26489 [  8690] By: nick                                  on 2001/02/04  17:57:51
26490         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
26491              From: Jonathan Stowe <gellyfish@gellyfish.com>
26492              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
26493              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
26494      Branch: perl
26495            ! utils/h2xs.PL
26496 ____________________________________________________________________________
26497 [  8689] By: nick                                  on 2001/02/04  17:55:24
26498         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26499              From: Michael G Schwern <schwern@pobox.com>
26500              Date: Sat, 3 Feb 2001 22:46:38 -0500
26501              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
26502      Branch: perl
26503            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
26504            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
26505 ____________________________________________________________________________
26506 [  8688] By: nick                                  on 2001/02/04  17:43:55
26507         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
26508              length byfailing to spot lack of closing )
26509              From: nick@talking.bollo.cx
26510              Date: Sat, 03 Feb 2001 23:53:16 +0000
26511              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
26512      Branch: perl
26513            ! perlio.c pod/perldiag.pod
26514 ____________________________________________________________________________
26515 [  8687] By: jhi                                   on 2001/02/03  17:11:42
26516         Log: HP-UX thread patches from Merijn H. Brand.
26517      Branch: maint-5.6/perl
26518            ! README.hpux hints/hpux.sh
26519 ____________________________________________________________________________
26520 [  8686] By: jhi                                   on 2001/02/03  16:40:12
26521         Log: Metaconfig changes for #8685.
26522      Branch: metaconfig
26523            ! U/installdirs/instubperl.U
26524      Branch: metaconfig/U/perl
26525            ! Devel.U versiononly.U
26526 ____________________________________________________________________________
26527 [  8685] By: jhi                                   on 2001/02/03  16:39:49
26528         Log: For -Dusedevel builds turn off installusrbinperl and turn on
26529              versiononly, a combined idea of Richard Soderberg and Merijn
26530              H. Brand.  You can still override both of these from the command
26531              line if you need to, -Dinstallusrbinperl and -Uversiononly.
26532      Branch: perl
26533            ! Configure
26534 ____________________________________________________________________________
26535 [  8684] By: jhi                                   on 2001/02/03  16:16:34
26536         Log: Metaconfig unit fix for #8683.
26537      Branch: metaconfig
26538            ! U/compline/nblock_io.U
26539 ____________________________________________________________________________
26540 [  8683] By: jhi                                   on 2001/02/03  16:16:12
26541         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
26542              reported by Peter Prymmer for 5.6-TRIAL1.
26543      Branch: perl
26544            ! Configure
26545 ____________________________________________________________________________
26546 [  8682] By: jhi                                   on 2001/02/03  05:52:11
26547         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26548              to work correctly.
26549      Branch: maint-5.6/perl
26550            ! hints/irix_6.sh
26551 ____________________________________________________________________________
26552 [  8681] By: jhi                                   on 2001/02/03  05:47:33
26553         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
26554      Branch: maint-5.6/perl
26555            ! pod/perlport.pod
26556 ____________________________________________________________________________
26557 [  8680] By: jhi                                   on 2001/02/02  21:39:49
26558         Log: perlport update from Peter Prymmer.
26559      Branch: maint-5.6/perl
26560            ! pod/perlport.pod
26561 ____________________________________________________________________________
26562 [  8679] By: nick                                  on 2001/02/02  20:50:48
26563         Log: Integrate mainline
26564      Branch: perlio
26565           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26566           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
26567           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26568 ____________________________________________________________________________
26569 [  8678] By: gsar                                  on 2001/02/02  16:02:12
26570         Log: note about bincompat, slightly modified (from Lupe Christoph)
26571      Branch: maint-5.6/perl
26572            ! README.solaris
26573 ____________________________________________________________________________
26574 [  8677] By: jhi                                   on 2001/02/02  15:46:20
26575         Log: Supported platforms updates.
26576      Branch: maint-5.6/perl
26577            ! pod/perlport.pod
26578 ____________________________________________________________________________
26579 [  8676] By: jhi                                   on 2001/02/02  03:41:26
26580         Log: A couple more perlfaq2 tweaks.
26581      Branch: maint-5.6/perl
26582            ! pod/perlfaq2.pod
26583 ____________________________________________________________________________
26584 [  8675] By: jhi                                   on 2001/02/02  03:17:44
26585         Log: Misedit in #8661.
26586      Branch: maint-5.6/perl
26587            ! Configure
26588 ____________________________________________________________________________
26589 [  8674] By: jhi                                   on 2001/02/02  03:14:38
26590         Log: Damien again.
26591      Branch: maint-5.6/perl
26592            ! pod/perlfaq2.pod
26593 ____________________________________________________________________________
26594 [  8673] By: jhi                                   on 2001/02/02  03:12:40
26595         Log: perlfaq update from Elaine Ashton.
26596      Branch: maint-5.6/perl
26597            ! pod/perlfaq2.pod
26598 ____________________________________________________________________________
26599 [  8672] By: jhi                                   on 2001/02/02  03:07:08
26600         Log: UTF-8 s/// patch from Inaba Hiroto.
26601      Branch: maint-5.6/perl
26602            ! pp_ctl.c pp_hot.c
26603 ____________________________________________________________________________
26604 [  8671] By: jhi                                   on 2001/02/01  22:34:31
26605         Log: Update Changes.
26606      Branch: perl
26607            ! Changes patchlevel.h
26608 ____________________________________________________________________________
26609 [  8670] By: jhi                                   on 2001/02/01  22:15:29
26610         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
26611              from maintperl.
26612              
26613              Upgrade to Getopt::Long 2.25, from Johan Vromans.
26614              
26615              more files need to be writable in the source distribution
26616              
26617              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
26618              
26619              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
26620              
26621              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26622              
26623              Allow the float to be fuzzier.
26624              
26625              need to use INT2PTR instead of a straight cast or ia64 fails
26626              
26627              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26628              
26629              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26630      Branch: perl
26631           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26632           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
26633           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26634 ____________________________________________________________________________
26635 [  8669] By: jhi                                   on 2001/02/01  21:57:02
26636         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26637              From: Robin Barker <rmb1@cise.npl.co.uk>
26638              Date: Thu, 1 Feb 2001 16:59:05 GMT
26639              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
26640      Branch: maint-5.6/perl
26641            ! pod/perlmodlib.PL
26642 ____________________________________________________________________________
26643 [  8668] By: nick                                  on 2001/02/01  19:41:40
26644         Log: Integrate mainline
26645      Branch: perlio
26646           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
26647           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
26648           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
26649 ____________________________________________________________________________
26650 [  8667] By: gsar                                  on 2001/02/01  16:59:11
26651         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26652      Branch: maint-5.6/perl
26653            ! embed.pl embedvar.h
26654 ____________________________________________________________________________
26655 [  8666] By: gsar                                  on 2001/02/01  16:34:51
26656         Log: add missing entries to win32/config.?c
26657      Branch: maint-5.6/perl
26658            ! win32/config.bc win32/config.gc win32/config.vc
26659            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26660 ____________________________________________________________________________
26661 [  8665] By: jhi                                   on 2001/02/01  14:58:51
26662         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26663              From: "Stephen P. Potter" <spp@spotter.yi.org>
26664              Date: Thu, 01 Feb 2001 10:45:46 -0500
26665              Message-Id: <200102011545.KAA31479@spotter.yi.org>
26666      Branch: maint-5.6/perl
26667            ! pod/perlfunc.pod
26668 ____________________________________________________________________________
26669 [  8664] By: gsar                                  on 2001/02/01  14:52:37
26670         Log: need to use INT2PTR instead of a straight cast or ia64 fails
26671              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
26672      Branch: maint-5.6/perl
26673            ! ext/POSIX/POSIX.xs
26674 ____________________________________________________________________________
26675 [  8663] By: jhi                                   on 2001/02/01  14:09:13
26676         Log: Allow the float to be fuzzier.
26677      Branch: maint-5.6/perl
26678            ! t/lib/peek.t
26679 ____________________________________________________________________________
26680 [  8662] By: jhi                                   on 2001/02/01  13:59:00
26681         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26682              From: Robin Barker <rmb1@cise.npl.co.uk>
26683              Date: Thu, 1 Feb 2001 13:05:39 GMT
26684              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
26685      Branch: maint-5.6/perl
26686            ! pod/perlmodlib.pod
26687 ____________________________________________________________________________
26688 [  8661] By: jhi                                   on 2001/02/01  13:57:38
26689         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
26690              Date: Thu, 01 Feb 2001 14:15:41 +0100
26691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26692              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
26693              
26694              Have the $ccflags in the gcc version test (strange, this change
26695              is claimed to be have been integrated already)
26696      Branch: maint-5.6/perl
26697            ! Configure
26698 ____________________________________________________________________________
26699 [  8660] By: jhi                                   on 2001/02/01  13:44:10
26700         Log: Integrate changes #7950,7964,7962 from mainline.
26701              
26702              Find the stdchar signedness using cpp, should fix some of
26703              the Solaris compiler warnings reported by Alan Burlison.
26704      Branch: maint-5.6/perl
26705           !> Configure config_h.SH
26706 ____________________________________________________________________________
26707 [  8659] By: jhi                                   on 2001/02/01  05:35:32
26708         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
26709              From: Jan Dubois <JanD@ActiveState.com>
26710              Date: Wed, 31 Jan 2001 21:17:03 -0800
26711              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
26712      Branch: maint-5.6/perl
26713            ! utils/perldoc.PL
26714 ____________________________________________________________________________
26715 [  8658] By: jhi                                   on 2001/02/01  04:33:17
26716         Log: Integrate the README.os390 and README.posix-bc parts of mainline
26717              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
26718              installperl parts were taken care of by #8657.)
26719      Branch: maint-5.6/perl
26720           !> README.os390 README.posix-bc
26721 ____________________________________________________________________________
26722 [  8657] By: jhi                                   on 2001/02/01  04:29:21
26723         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26724              From: Peter Prymmer <pvhp@forte.com>
26725              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
26726              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
26727      Branch: maint-5.6/perl
26728            + ext/DynaLoader/dl_dllload.xs
26729            ! MANIFEST Makefile.SH hints/os390.sh installperl
26730 ____________________________________________________________________________
26731 [  8656] By: jhi                                   on 2001/02/01  04:25:45
26732         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
26733              From: Peter Prymmer <pvhp@forte.com>
26734              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
26735              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
26736      Branch: maint-5.6/perl
26737            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
26738 ____________________________________________________________________________
26739 [  8655] By: jhi                                   on 2001/02/01  04:14:47
26740         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
26741              From: troc@netrus.net
26742              Date: Wed, 31 Jan 2001 22:31:26 -0500
26743              Message-Id: <200102010331.WAA117.85@rocco.homenet>
26744      Branch: maint-5.6/perl
26745            ! os2/os2.c
26746 ____________________________________________________________________________
26747 [  8654] By: jhi                                   on 2001/02/01  04:12:52
26748         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
26749              as reported by Alan Burlison.
26750      Branch: maint-5.6/perl
26751            ! pp.h
26752 ____________________________________________________________________________
26753 [  8653] By: jhi                                   on 2001/02/01  04:05:12
26754         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
26755              From: dsugalski@northernlight.com
26756              Date: Wed, 31 Jan 2001 18:54:11 -0500
26757              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
26758      Branch: maint-5.6/perl
26759            ! configure.com
26760 ____________________________________________________________________________
26761 [  8652] By: jhi                                   on 2001/02/01  04:03:11
26762         Log: Misplaced #endif.
26763              
26764              Subject: [perl-5-6-1-trial2] patches for EPOC
26765              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26766              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26767              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26768      Branch: maint-5.6/perl
26769            ! epoc/epocish.c
26770 ____________________________________________________________________________
26771 [  8651] By: jhi                                   on 2001/02/01  04:00:25
26772         Log: Integrate changes #8647,8648,8650 from mainline.
26773              
26774              Macrofy a magic UTF-8 test.
26775              
26776              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
26777              
26778              Watch out for cross compiling for EPOC (usually done on linux).
26779      Branch: maint-5.6/perl
26780           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
26781 ____________________________________________________________________________
26782 [  8650] By: jhi                                   on 2001/02/01  03:56:20
26783         Log: Watch out for cross compiling for EPOC (usually done on linux)
26784              
26785              Subject: [perl-5-6-1-trial2] patches for EPOC
26786              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26787              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26788              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26789      Branch: perl
26790            ! ext/Errno/Errno_pm.PL
26791 ____________________________________________________________________________
26792 [  8649] By: gsar                                  on 2001/02/01  00:46:00
26793         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
26794      Branch: maint-5.6/perl
26795            ! sv.c
26796 ____________________________________________________________________________
26797 [  8648] By: jhi                                   on 2001/01/31  23:35:36
26798         Log: All the uses of PL_numeric_radix must be protected by
26799              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
26800              
26801              Subject: [perl-5-6-1-trial2] patches for EPOC
26802              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26803              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26804              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26805      Branch: perl
26806            ! sv.c
26807 ____________________________________________________________________________
26808 [  8647] By: jhi                                   on 2001/01/31  22:56:16
26809         Log: Macrofy a magic UTF-8 test.
26810      Branch: perl
26811            ! utf8.c utf8.h
26812 ____________________________________________________________________________
26813 [  8646] By: gsar                                  on 2001/01/31  15:55:12
26814         Log: update Changes
26815      Branch: maint-5.6/perl
26816            ! Changes
26817 ____________________________________________________________________________
26818 [  8645] By: gsar                                  on 2001/01/31  15:10:14
26819         Log: Configure tweak suggested by Peter Prymmer
26820      Branch: maint-5.6/perl
26821            ! Configure
26822 ____________________________________________________________________________
26823 [  8644] By: gsar                                  on 2001/01/31  15:06:32
26824         Log: more files need to be writable in the source distribution
26825      Branch: maint-5.6/perl
26826            ! Porting/makerel
26827 ____________________________________________________________________________
26828 [  8643] By: jhi                                   on 2001/01/31  14:59:46
26829         Log: Integrate changes #8258,8278,8279 from mainline.
26830              
26831              Make the large file tests more robust/talkative.
26832      Branch: maint-5.6/perl
26833           !> t/lib/syslfs.t t/op/lfs.t
26834 ____________________________________________________________________________
26835 [  8642] By: gsar                                  on 2001/01/31  14:53:48
26836         Log: integrate changes#8311,8334 from mainline
26837              
26838              Add a new MakeMaker variable PM_FILTER that defines a Unix
26839              filter to be run on each .pm during the pm_to_blib() phase,
26840              a fixed version of
26841              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26842              
26843              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
26844              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
26845              accurate reading of the "atime".  
26846      Branch: maint-5.6/perl
26847           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26848           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26849           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
26850 ____________________________________________________________________________
26851 [  8641] By: jhi                                   on 2001/01/31  14:46:37
26852         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
26853      Branch: maint-5.6/perl
26854            ! lib/Getopt/Long.pm
26855 ____________________________________________________________________________
26856 [  8640] By: gsar                                  on 2001/01/31  14:40:24
26857         Log: make regen_all
26858      Branch: maint-5.6/perl
26859            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
26860 ____________________________________________________________________________
26861 [  8639] By: gsar                                  on 2001/01/31  14:37:25
26862         Log: refresh windows config files
26863      Branch: maint-5.6/perl
26864            ! win32/Makefile win32/config_H.bc win32/config_H.gc
26865            ! win32/config_H.vc win32/makefile.mk
26866 ____________________________________________________________________________
26867 [  8638] By: gsar                                  on 2001/01/31  14:28:10
26868         Log: makefile tweaks for windows: introduce a bulk-switch to enable
26869              same options as ActivePerl; sync changes with makefile.mk
26870      Branch: maint-5.6/perl
26871            ! win32/Makefile win32/makefile.mk
26872 ____________________________________________________________________________
26873 [  8637] By: jhi                                   on 2001/01/31  04:41:30
26874         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
26875              From: Nicholas Clark <nick@ccl4.org>
26876              Date: Tue, 30 Jan 2001 19:51:05 +0000
26877              Message-ID: <20010130195105.R76607@plum.flirble.org> 
26878              
26879              op/inc cure.
26880      Branch: perl
26881            ! pp.c pp.h pp_hot.c t/op/arith.t
26882 ____________________________________________________________________________
26883 [  8636] By: jhi                                   on 2001/01/31  02:38:32
26884         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
26885              no perlio],8257,8380,8479,8515 from mainline.
26886              
26887              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
26888              
26889              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
26890              Subject: [PATCH perl@8133] fix-up for VMS extensions
26891              
26892              In VMS embedded perls couldn't access the statically built Socket.
26893              
26894              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
26895              
26896              Further VMS piping fixes from Charles Lane.
26897              
26898              Subject:  [PATCH] make t/op/misc.t work on VMS
26899              
26900              Add tracing for debugging extensions builds in VMS.
26901              
26902              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26903      Branch: maint-5.6/perl
26904           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
26905           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26906           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
26907 ____________________________________________________________________________
26908 [  8635] By: jhi                                   on 2001/01/31  01:46:41
26909         Log: Integrate change #7732 from mainline.
26910              
26911              Sparc 64-bit pack() fix from Jens Hamisch.
26912      Branch: maint-5.6/perl
26913           !> pp.c
26914 ____________________________________________________________________________
26915 [  8634] By: jhi                                   on 2001/01/31  01:41:16
26916         Log: One spot missing from #8626.
26917      Branch: maint-5.6/perl
26918            ! sv.c
26919 ____________________________________________________________________________
26920 [  8633] By: jhi                                   on 2001/01/31  00:49:17
26921         Log: Integrate change #7495 from mainline.
26922              
26923              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
26924      Branch: maint-5.6/perl
26925           !> MANIFEST ext/re/Makefile.PL
26926 ____________________________________________________________________________
26927 [  8632] By: jhi                                   on 2001/01/30  23:38:49
26928         Log: Integrate change #8396 from mainline.
26929              
26930              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
26931              better multicast support (resend)
26932      Branch: maint-5.6/perl
26933           !> ext/Socket/Socket.pm
26934 ____________________________________________________________________________
26935 [  8631] By: jhi                                   on 2001/01/30  23:28:03
26936         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
26937              
26938              More AIX lore. (7514, ext/re/hints/aix.pl)
26939              
26940              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
26941              
26942              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)
26943              
26944              Subject: [ID 20001214.002] Net::Ping patch
26945              
26946              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
26947              
26948              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26949              
26950              Add ReuseAddr as a (preferred) alias for Reuse as we now
26951              also have ReusePort.
26952              
26953              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
26954      Branch: maint-5.6/perl
26955           +> ext/re/hints/aix.pl
26956           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
26957           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
26958 ____________________________________________________________________________
26959 [  8630] By: jhi                                   on 2001/01/30  23:03:59
26960         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
26961              
26962              read() documentation tweak for 20001121.004.
26963              
26964              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
26965      Branch: maint-5.6/perl
26966           !> pod/perlfunc.pod pod/perlre.pod
26967 ____________________________________________________________________________
26968 [  8629] By: jhi                                   on 2001/01/30  22:41:57
26969         Log: Integrate change #8098 from mainline.
26970              
26971              fastgetcwd is defined using a glob alias on a $^O dependent basis
26972              and there was no default assignment or perl subroutine.
26973      Branch: maint-5.6/perl
26974           !> lib/Cwd.pm
26975 ____________________________________________________________________________
26976 [  8628] By: jhi                                   on 2001/01/30  21:58:52
26977         Log: Integrate change #7866 from mainline.
26978              
26979              File::Temp 0.11.
26980      Branch: maint-5.6/perl
26981           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
26982 ____________________________________________________________________________
26983 [  8627] By: jhi                                   on 2001/01/30  21:39:44
26984         Log: Integrate changes #8075,8086,8228 from mainline.  
26985              
26986              Darwin is not Windows. (8075,8086)
26987              
26988              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
26989      Branch: maint-5.6/perl
26990           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
26991           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
26992           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
26993           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
26994 ____________________________________________________________________________
26995 [  8626] By: jhi                                   on 2001/01/30  21:22:11
26996         Log: Integrate with tweakery the change #8625 from mainline,
26997              the multibyte decimal separator fix ("fa_IR locale failure").
26998      Branch: maint-5.6/perl
26999            ! embedvar.h perlapi.h
27000           !> intrpvar.h perl.c perl.h sv.c util.c
27001 ____________________________________________________________________________
27002 [  8625] By: jhi                                   on 2001/01/30  20:26:33
27003         Log: Fix for the fa_IR locale failure.  The reason for the failure
27004              was that Perl was assuming the decimal separator aka the radix
27005              separator is one character.  The Farsi-Iranian locale crushed
27006              that bad assumption since there the separator is 'Momayyez',
27007              glyphwise looking somewhat like a slash, and in Unicode UTF-8
27008              encoded in two bytes, 0xd9 0xab.
27009      Branch: perl
27010            ! intrpvar.h perl.c perl.h sv.c util.c
27011 ____________________________________________________________________________
27012 [  8624] By: gsar                                  on 2001/01/30  20:17:03
27013         Log: regen_headers
27014      Branch: maint-5.6/perl
27015            ! Makefile.SH pod/perlintern.pod
27016 ____________________________________________________________________________
27017 [  8623] By: gsar                                  on 2001/01/30  19:42:34
27018         Log: backout change#7431 and its dependents (causes spurious rebuilds
27019              of autogenerated files)
27020              
27021              fix benign b.t failure
27022      Branch: maint-5.6/perl
27023            ! Makefile.SH t/lib/b.t
27024 ____________________________________________________________________________
27025 [  8622] By: jhi                                   on 2001/01/30  19:41:41
27026         Log: Microperl sync.
27027      Branch: perl
27028            ! mg.c perl.h
27029 ____________________________________________________________________________
27030 [  8621] By: gsar                                  on 2001/01/30  19:24:47
27031         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
27032              from mainline
27033              
27034              Subject: podlators 1.06 released
27035              
27036              Subject: [PATCH @8436] Eliminate op_children
27037              
27038              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27039              
27040              (Replaced by #8448)  More op_children traces (cleanup of #8442).
27041              
27042              Subject: [PATCH #3 @8436] Re: Eliminate op_children
27043              Replace #8444 and #8445.
27044              
27045              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27046              at the setting of the ofs_sv in new_struct_thread() as the
27047              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
27048              uninitialized fields are, uh, initialized with),
27049              SvREFCNT_inc()ing that invited a core dump.
27050              
27051              podlators 1.07, from Russ Allbery.
27052              
27053              Subject: [PATCH] regcomp.c old feature removal
27054              From: mjd@plover.com
27055              Date: 16 Jan 2001 14:43:18 -0000 
27056              Message-ID: <20010116144318.7140.qmail@plover.com> 
27057      Branch: maint-5.6/perl
27058           +> lib/Pod/Text/Overstrike.pm
27059           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
27060           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
27061           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
27062           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
27063           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
27064           !> util.c
27065 ____________________________________________________________________________
27066 [  8620] By: gsar                                  on 2001/01/30  18:48:32
27067         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
27068              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
27069              now fails one test)
27070              
27071              Subject: [PATCH] lvalue AUTOLOAD. No, really.
27072              
27073              Subject: [PATCH] Interesting syntax idea
27074              Make opens + bareword assigns do typeglob assigns.
27075              
27076              Tests for #8254.
27077              
27078              Subject: [PATCH @8269] Continue blocks and B::Deparse
27079              Make the peephole optimizer to bypass more null ops and
27080              and rewrite the deparse handling of continue blocks.
27081              
27082              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27083              Doc tweak on #8313.
27084              
27085              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27086              
27087              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27088              
27089              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27090              
27091              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27092              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27093              according to the platform.
27094              
27095              Subject: [PATCH @8404] Consolidated lvalue sub changes
27096              
27097              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27098              
27099              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27100              
27101              Subject: B::Concise -- an improved replacement for B::Terse 
27102              
27103              The B::Terse drop-in replacement wasn't quite drop-in.
27104              
27105              The LVRET macro needed an aTHX.
27106              
27107              Use the /^Perl_/-less form of is_lvalue_sub().
27108              
27109              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
27110      Branch: maint-5.6/perl
27111           +> ext/B/B/Concise.pm
27112           !> (integrate 27 files)
27113 ____________________________________________________________________________
27114 [  8619] By: nick                                  on 2001/01/30  18:40:28
27115         Log: Integrate mainline
27116      Branch: perlio
27117           !> (integrate 40 files)
27118 ____________________________________________________________________________
27119 [  8618] By: jhi                                   on 2001/01/30  18:37:18
27120         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
27121              Date: Mon, 29 Jan 2001 22:51:29 -0600
27122              From: "Craig A. Berry" <craigberry@mac.com>
27123              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
27124      Branch: perl
27125            ! vms/test.com
27126 ____________________________________________________________________________
27127 [  8617] By: jhi                                   on 2001/01/30  18:34:53
27128         Log: Subject: [PATCH] Add missing CV flags to dump.c
27129              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27130              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
27131              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
27132      Branch: perl
27133            ! dump.c
27134 ____________________________________________________________________________
27135 [  8616] By: jhi                                   on 2001/01/30  18:20:58
27136         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
27137              part isn't applicable to maintperl.
27138              
27139              UTF-8 nit from Inaba Hiroto.
27140      Branch: maint-5.6/perl
27141           !> pod/perlapi.pod utf8.c
27142 ____________________________________________________________________________
27143 [  8615] By: jhi                                   on 2001/01/30  18:18:51
27144         Log: UTF-8 nit from Inaba Hiroto.
27145      Branch: perl
27146            ! pod/perlapi.pod t/op/each.t utf8.c
27147 ____________________________________________________________________________
27148 [  8614] By: jhi                                   on 2001/01/30  18:13:38
27149         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
27150              
27151              perl's internal variables are not for public consumption,
27152              move their docs from perlapi.pod to perlintern.pod
27153              
27154              support for -Dusethreads build under HP-UX 10.20 and DCE threads
27155              library (11.0 and later have pthreads but 10.x don't)
27156              
27157              avoid uninitialized value warnings
27158              
27159              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27160              gets weird results)
27161              
27162              perldoc nit on windows
27163              
27164              make it possible to run the tests outside the source tree
27165              (there's still a dependency on ../lib being the library
27166              location)
27167      Branch: perl
27168           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
27169           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
27170           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
27171           !> win32/bin/search.pl win32/vdir.h
27172 ____________________________________________________________________________
27173 [  8613] By: gsar                                  on 2001/01/30  16:39:59
27174         Log: make it possible to run the tests outside the source tree
27175              (there's still a dependency on ../lib being the library
27176              location)
27177      Branch: maint-5.6/perl
27178            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
27179 ____________________________________________________________________________
27180 [  8612] By: gsar                                  on 2001/01/30  16:31:12
27181         Log: perldoc nit on windows
27182      Branch: maint-5.6/perl
27183            ! utils/perldoc.PL
27184 ____________________________________________________________________________
27185 [  8611] By: gsar                                  on 2001/01/30  16:22:54
27186         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27187              gets weird results)
27188      Branch: maint-5.6/perl
27189            ! win32/vdir.h
27190 ____________________________________________________________________________
27191 [  8610] By: gsar                                  on 2001/01/30  16:12:45
27192         Log: avoid uninitialized value warnings
27193      Branch: maint-5.6/perl
27194            ! win32/bin/search.pl
27195 ____________________________________________________________________________
27196 [  8609] By: gsar                                  on 2001/01/30  16:08:01
27197         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
27198              library (11.0 and later have pthreads but 10.x don't)
27199      Branch: maint-5.6/perl
27200            ! hints/hpux.sh thread.h
27201 ____________________________________________________________________________
27202 [  8608] By: gsar                                  on 2001/01/30  15:48:55
27203         Log: perl's internal variables are not for public consumption,
27204              move their docs from perlapi.pod to perlintern.pod
27205      Branch: maint-5.6/perl
27206            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
27207            ! thrdvar.h
27208 ____________________________________________________________________________
27209 [  8607] By: gsar                                  on 2001/01/30  15:44:27
27210         Log: mistakenly branched perl56delta.pod, revert
27211      Branch: maint-5.6/perl
27212            - pod/perl56delta.pod
27213           !> pod/perldelta.pod
27214 ____________________________________________________________________________
27215 [  8606] By: gsar                                  on 2001/01/30  14:20:24
27216         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
27217              dTHR which has been a noop for a while now, except for the
27218              compatibility definition in thread.h)
27219      Branch: maint-5.6/perl
27220           !> (integrate 45 files)
27221 ____________________________________________________________________________
27222 [  8605] By: jhi                                   on 2001/01/30  05:43:58
27223         Log: Mark the UTF-8 APIs as experimental.
27224      Branch: maint-5.6/perl
27225            ! embed.pl pod/perlapi.pod
27226 ____________________________________________________________________________
27227 [  8604] By: jhi                                   on 2001/01/30  05:38:40
27228         Log: Nits from earlier integrates.
27229      Branch: maint-5.6/perl
27230            ! lib/Carp/Heavy.pm
27231           !> sv.c
27232 ____________________________________________________________________________
27233 [  8603] By: jhi                                   on 2001/01/30  05:27:26
27234         Log: Regenerate Porting files.
27235      Branch: maint-5.6/perl
27236            ! Porting/Glossary Porting/config.sh Porting/config_H
27237 ____________________________________________________________________________
27238 [  8602] By: jhi                                   on 2001/01/30  05:14:59
27239         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
27240              8310,8339,8447,8492,8493,8505,8525: documentation changes.
27241              
27242              Subject: Re: perlfaq style changes
27243              
27244              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27245              
27246              Subject: [PATCH] docs on NaN
27247              
27248              Subject: [patch] perlfaq7
27249              
27250              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27251              
27252              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27253              
27254              Subject: [PATCH] open() example in perlfunc.pod
27255              
27256              Podify README.mpeix (a new version from the web)
27257              
27258              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27259              
27260              Subject: [PATCH] format and rewording in perlfaq.pod
27261              
27262              Subject: [PATCH] API Variable documentation   
27263              
27264              Memory management calls documentation.
27265              
27266              Subject: [PATCH: perl@8482] README.vms URL updates
27267              
27268              Subject: Minor typos in perlfaq2.pod
27269              
27270              Subject: [PATCH] pod/perlvar.pod
27271      Branch: maint-5.6/perl
27272           +> pod/perl56delta.pod
27273            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27274           !> README.amiga README.epoc README.mpeix README.vms
27275           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
27276           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
27277           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
27278           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
27279           !> pod/perlvar.pod thrdvar.h
27280 ____________________________________________________________________________
27281 [  8601] By: jhi                                   on 2001/01/30  04:38:35
27282         Log: Integrate changes #8036,8096,8253 from mainline:
27283              hints changes.
27284              
27285              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27286              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
27287              
27288              Output the (apparent) version of gcc in Tru64.
27289      Branch: maint-5.6/perl
27290           +> ext/POSIX/hints/svr4.pl
27291           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
27292           !> hints/svr4.sh t/lib/bigfltpm.t
27293 ____________________________________________________________________________
27294 [  8600] By: jhi                                   on 2001/01/30  04:04:01
27295         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
27296              locale fixes.
27297              
27298              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
27299              
27300              Debian allows /usr/bin/locale to exist without any locales. (7868)
27301              
27302              Allow the locale test needing POSIX and the taint test
27303              needing IPC::SysV to run under 'minitest' (basically,
27304              bail out if loading the extension fails). (8384)
27305              
27306              Cleanup the locale.t output  (8480)
27307      Branch: maint-5.6/perl
27308           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
27309           !> t/pragma/locale.t
27310 ____________________________________________________________________________
27311 [  8599] By: jhi                                   on 2001/01/30  03:51:04
27312         Log: Missing generated files from #8598.
27313      Branch: maint-5.6/perl
27314            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27315 ____________________________________________________________________________
27316 [  8598] By: jhi                                   on 2001/01/30  03:41:54
27317         Log: Integrate change #8555 from mainline, manually integrate parts
27318              of changes 8452 and 8583.
27319              
27320              Subject: [PATCH] utf8.c documentation (8452)
27321              
27322              No point in checking the length if the pointer is bogus. (8555)
27323              
27324              Introduce bytes_from_utf8() and implement sv_eq() using it,
27325              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
27326              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
27327              was malformed. (8583)
27328      Branch: maint-5.6/perl
27329            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
27330           !> pod/perlapi.pod sv.c utf8.c
27331 ____________________________________________________________________________
27332 [  8597] By: gsar                                  on 2001/01/30  02:37:26
27333         Log: get PERL_OBJECT build going again on windows
27334      Branch: maint-5.6/perl
27335            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27336            ! pod/perlapi.pod proto.h sv.c
27337 ____________________________________________________________________________
27338 [  8596] By: jhi                                   on 2001/01/30  02:16:17
27339         Log: Signedness nit.
27340      Branch: perl
27341            ! sv.c
27342 ____________________________________________________________________________
27343 [  8595] By: jhi                                   on 2001/01/30  02:11:07
27344         Log: EBCDIC patch for Storable, from Peter Prymmer.
27345      Branch: perl
27346            ! t/lib/st-06compat.t
27347 ____________________________________________________________________________
27348 [  8594] By: jhi                                   on 2001/01/30  01:04:48
27349         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
27350              From: Peter Prymmer <pvhp@forte.com>
27351              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
27352              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
27353      Branch: perl
27354            ! t/lib/b.t
27355 ____________________________________________________________________________
27356 [  8593] By: jhi                                   on 2001/01/30  00:56:47
27357         Log: Subject: [PATCH: perl@8585] pod problems in io
27358              From: Peter Prymmer <pvhp@forte.com>
27359              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
27360              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
27361      Branch: perl
27362            ! pod/perlapio.pod pod/perliol.pod
27363 ____________________________________________________________________________
27364 [  8592] By: jhi                                   on 2001/01/30  00:48:20
27365         Log: Integrate perlio.
27366      Branch: perl
27367           !> pod/perlapio.pod pod/perliol.pod
27368 ____________________________________________________________________________
27369 [  8591] By: nick                                  on 2001/01/29  22:02:28
27370         Log: GNU 'merge' Simon's copy of perliol.pod with version
27371              patched by Craig's patch.
27372      Branch: perlio
27373            ! pod/perliol.pod
27374 ____________________________________________________________________________
27375 [  8590] By: nick                                  on 2001/01/29  21:55:10
27376         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
27377      Branch: perlio
27378            ! pod/perlapio.pod pod/perliol.pod
27379 ____________________________________________________________________________
27380 [  8589] By: jhi                                   on 2001/01/29  15:35:33
27381         Log: Integrate change #8586 from maint-5.6/perl.
27382              
27383              make the BOM detection code not call tell() until it has to
27384              (meant to fix esoteric compatibility issues where PL_rsfp
27385              is overridden)
27386      Branch: perl
27387           !> toke.c
27388 ____________________________________________________________________________
27389 [  8588] By: jhi                                   on 2001/01/29  15:29:11
27390         Log: Subject: MAking Solaris malloc() the default
27391              From: Lupe Christoph <lupe@lupe-christoph.de>
27392              Date: Mon, 29 Jan 2001 12:59:36 +0100
27393              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
27394              
27395              The README.solaris part slightly tweaked.
27396      Branch: perl
27397            ! README.solaris hints/solaris_2.sh
27398 ____________________________________________________________________________
27399 [  8587] By: jhi                                   on 2001/01/29  15:17:34
27400         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
27401              From: root@ak-75.mind.de
27402              Date: Sun, 28 Jan 2001 20:32:29 +0100
27403              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
27404      Branch: perl
27405            ! pod/perlre.pod
27406 ____________________________________________________________________________
27407 [  8586] By: gsar                                  on 2001/01/29  13:43:44
27408         Log: make the BOM detection code not call tell() until it has to
27409              (meant to fix esoteric compatibility issues where PL_rsfp
27410              is overridden)
27411      Branch: maint-5.6/perl
27412            ! toke.c
27413 ____________________________________________________________________________
27414 [  8585] By: jhi                                   on 2001/01/28  20:05:45
27415         Log: Update Changes.
27416      Branch: perl
27417            ! Changes patchlevel.h
27418 ____________________________________________________________________________
27419 [  8584] By: jhi                                   on 2001/01/28  19:30:02
27420         Log: Integrate perlio.
27421      Branch: perl
27422           +> pod/perliol.pod
27423           !> MANIFEST pod/perlapio.pod
27424 ____________________________________________________________________________
27425 [  8583] By: jhi                                   on 2001/01/28  19:28:40
27426         Log: Patch from Inaba Hiroto:
27427              - canonical UTF-8 hash keys: if a key string for a hash is
27428              UTF8-on, try downgrade the string and use it if
27429              unicode::distinct is not in effect.
27430              For the task, I added a function bytes_from_utf8() to utf8.c.
27431              It might resemble utf8_to_bytes() but it is not convenient
27432              to the task.
27433              Made a test for it and added to t/op/each.t
27434              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
27435              the mortal copy of the argument SV.
27436              And changed t/io/utf8.t test 18 which expects print() to
27437              upgrade its argument.
27438              - re-implement sv_eq with bytes_from_utf8()
27439              - some bug fixes
27440              - tr/// does not handle UTF8 range (\x{}-\x{})
27441              - \ before raw UTF8 character produced
27442              "Malformed UTF-8 character" warning.
27443              - "\x{100}\N{CENT SIGN}" is Malformed.
27444              Added tests for these 3.
27445              - and one silly bug (by me) with qu operator.
27446      Branch: perl
27447            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
27448            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
27449            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
27450 ____________________________________________________________________________
27451 [  8582] By: nick                                  on 2001/01/28  19:25:04
27452         Log: Add pod/perliol.pod to MANIFEST :-(
27453      Branch: perlio
27454            ! MANIFEST
27455 ____________________________________________________________________________
27456 [  8581] By: nick                                  on 2001/01/28  19:22:40
27457         Log: PerlIO documentation. Proofing and sub-editing requested.
27458      Branch: perlio
27459            + pod/perliol.pod
27460            ! pod/perlapio.pod
27461 ____________________________________________________________________________
27462 [  8580] By: jhi                                   on 2001/01/28  05:16:25
27463         Log: Revert the change to sv_2pv() done by #8054: Someone who
27464              did SvNV_set() on a scalar that also happened to be POK,
27465              followed by sv_2pv() won't get the right coercion anymore.
27466              [Sarathy]
27467      Branch: maint-5.6/perl
27468            ! sv.c
27469 ____________________________________________________________________________
27470 [  8579] By: jhi                                   on 2001/01/28  05:15:04
27471         Log: Remove the #8084 effect: do not allow -Q to be interpreted
27472              as -&Q(), this is too much wiggle room.
27473      Branch: maint-5.6/perl
27474            ! toke.c
27475 ____________________________________________________________________________
27476 [  8578] By: jhi                                   on 2001/01/28  05:12:45
27477         Log: Needed bits of #8439 (should have been in #8576),
27478              mainly for lval substr().
27479      Branch: maint-5.6/perl
27480            ! mg.c pp.c pp_hot.c
27481 ____________________________________________________________________________
27482 [  8577] By: jhi                                   on 2001/01/28  05:02:46
27483         Log: A missing check-in.
27484      Branch: maint-5.6/perl
27485            ! utf8.c
27486 ____________________________________________________________________________
27487 [  8576] By: jhi                                   on 2001/01/28  04:26:18
27488         Log: Integrate changes #8425,8436,8439,8517 from mainline.
27489              The 8439 was not truly integrated because it had too many
27490              dependencies on the development branch and because it introduced
27491              concepts too bold for a maintenance branch (such as the qu operator).
27492              
27493              Subject: [PATCH perl@8342] -Wformat
27494              
27495              Tighten some of the UTF-8 tests a bit.
27496              
27497              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
27498              - The substr lval was still not okay.
27499              - Now pp_stringify and sv_setsv copies source's UTF8 flag
27500              even if IN_BYTE.  pp_stringify is called from fold_constants
27501              at optimization phase and "\x{100}" was made SvUTF8_off under
27502              use bytes (the bytes pragma is for "byte semantics" and not
27503              for "do not produce UTF8 data")
27504      Branch: maint-5.6/perl
27505            ! t/lib/charnames.t t/op/substr.t toke.c
27506           !> sv.c t/pragma/utf8.t
27507 ____________________________________________________________________________
27508 [  8575] By: jhi                                   on 2001/01/28  04:01:51
27509         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
27510              
27511              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
27512              
27513              Subject: [ID 20001230.003] UTF-8 tr still hurts
27514              
27515              Test cases for #8385 (from Simon's "torture.pl")
27516              
27517              Start fixing UTF-8 lval substr() (8405)
27518      Branch: maint-5.6/perl
27519           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
27520           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
27521 ____________________________________________________________________________
27522 [  8574] By: jhi                                   on 2001/01/28  03:09:06
27523         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
27524              from mainline.
27525              
27526              UTF-8 cleanup.
27527              
27528              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27529              
27530              "\x{FF}\xFF" was broken.
27531              
27532              Tests for #8329 and #8330.
27533              
27534              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27535              
27536              IRIX compiler noticed that the bof initialization might be
27537              bypassed by control flow.
27538              
27539              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27540      Branch: maint-5.6/perl
27541           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27542           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
27543 ____________________________________________________________________________
27544 [  8573] By: jhi                                   on 2001/01/28  02:06:12
27545         Log: Retract #8552.
27546      Branch: perl
27547            ! lib/Text/Wrap.pm t/lib/textwrap.t
27548 ____________________________________________________________________________
27549 [  8572] By: jhi                                   on 2001/01/28  02:04:49
27550         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
27551              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
27552              not really integrated but instead salvaged by hand
27553              (they had too many dependencies on the development release
27554              to be cleanly integratable).
27555              
27556              Subject: more UTF8 test suites and an UTF8 patch
27557              
27558              Tweak for MULTIPLICITY/USE_PERLIO
27559              
27560              Signedness nit.
27561              
27562              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27563              
27564              Use the UTF8_XXX macros in is_utf8_char().
27565              
27566              Rewrite pp_concat() in terms of sv_catsv().  The . operator
27567              should now be UTF-8-proof.
27568              
27569              Subject: [PATCH perl@8269] scanning two hex-constants
27570              fails on EBCDIC environment (script length.t)
27571              
27572              Add some Unicode chop() tests.
27573      Branch: maint-5.6/perl
27574            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
27575           !> sv.c t/op/chop.t utf8.h
27576 ____________________________________________________________________________
27577 [  8571] By: jhi                                   on 2001/01/28  00:35:59
27578         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
27579              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
27580              
27581              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
27582              
27583              The maxiters upper limit sanity check (guarding against
27584              non-progress) assumed bytes instead of characters in s///
27585              and split().
27586              
27587              Signedness nit.
27588              
27589              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
27590              join() should now be UTF-8-proof.
27591              
27592              More split // UTF-8 tests. (8250)
27593      Branch: maint-5.6/perl
27594           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
27595           !> util.c
27596 ____________________________________________________________________________
27597 [  8570] By: jhi                                   on 2001/01/27  22:15:46
27598         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
27599              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
27600              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
27601              8084,8204,8244,8333 from mainline.
27602              
27603              For -Q where Q might be a one-letter sub name one does no more
27604              get a warning about an unknown filetest (7941,7943,7944,8084).
27605              
27606              Subject: Re: [ID 20001130.011] expression parsing bug ?
27607              
27608              Make uv_to_utf8() to zero-terminate its output buffer.
27609              
27610              Split off t/op/length.t (7995)
27611              
27612              Split off t/op/utf8decode.t (7996)
27613              
27614              Remove an unnecessary 'use utf8' from the utf8.t (7998)
27615              
27616              Split off t/op/concat.t (8004)
27617              
27618              Split off t/op/ver.t (8005)
27619              
27620              Document utf8_length(), utf8_distance(), and utf8_hop().
27621              
27622              Document utf8_to_uv() better.
27623              
27624              Introduce macros for UTF8 decoding (8028,8033).
27625              
27626              Add test for reverse() (8030,8031).
27627              
27628              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
27629              
27630              Do not return the Unicode replacement character    on UTF-8
27631              decoding failure.
27632              
27633              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
27634              not this_utf8 i.e. the output string has one, but don't mess
27635              with source assumption. (8052,8053)
27636              
27637              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
27638              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
27639              was not expecting to be called with something that was already
27640              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
27641              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27642              (8054)
27643              
27644              Recode the naughty binary bytes in utf8decode.t using the \xHH.
27645              
27646              Make some panic messages a bit more logical.
27647      Branch: maint-5.6/perl
27648           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
27649           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
27650           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
27651           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
27652           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
27653           !> utf8.c utf8.h
27654 ____________________________________________________________________________
27655 [  8569] By: jhi                                   on 2001/01/27  19:16:43
27656         Log: Integrate changes #7750 from perlio and #8566 from mainline.
27657      Branch: maint-5.6/perl
27658           !> regexec.c sv.c
27659 ____________________________________________________________________________
27660 [  8568] By: jhi                                   on 2001/01/27  18:06:51
27661         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
27662              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
27663              7935[-perlio.c],7936,7959,7965 from mainline.
27664              
27665              Change the "big byte" error message to "Wide character".
27666              (7355, the croak-if-wide-chars-in-print part ignored)
27667              
27668              Use UINT64_C().
27669              
27670              Introduce Perl_utf8_length().
27671              
27672              diff -se shows these as different (7753, forgotten check-ins)
27673              
27674              Subject: [PATCH] doop.c - UTF8 tr///
27675              
27676              If we use (aTHX_ ...) then put Perl_ on the front.
27677              
27678              Make utf8_length() and utf8_distance() to be less forgiving
27679              about bad UTF-8.
27680              
27681              Test line numbers are different with utf8.
27682              
27683              No need to scan till infinity, 13 is enough. (7872,7911)
27684              
27685              Subject: [PATCH] Tokeniser debugging
27686              
27687              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
27688              
27689              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
27690              
27691              Be more careful in Perl_sv_utf8_downgrade().
27692              
27693              Use DO_UTF8().
27694              
27695              Raw zero bytes in text files confuse at least GNU patch 2.1.
27696      Branch: maint-5.6/perl
27697           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
27698           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
27699           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
27700           !> t/pragma/utf8.t toke.c utf8.c utf8.h
27701 ____________________________________________________________________________
27702 [  8567] By: nick                                  on 2001/01/27  11:10:38
27703         Log: Integrate mainline
27704      Branch: perlio
27705           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
27706           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
27707           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
27708           !> toke.c
27709 ____________________________________________________________________________
27710 [  8566] By: jhi                                   on 2001/01/27  06:22:48
27711         Log: More documentation for the regexp context stack.
27712      Branch: perl
27713            ! regexec.c
27714 ____________________________________________________________________________
27715 [  8565] By: jhi                                   on 2001/01/27  05:21:57
27716         Log: Update Changes.
27717      Branch: perl
27718            ! Changes patchlevel.h
27719 ____________________________________________________________________________
27720 [  8564] By: jhi                                   on 2001/01/27  04:44:04
27721         Log: Threadedness patch for #8562 from Doug MacEachern.
27722      Branch: perl
27723            ! toke.c
27724 ____________________________________________________________________________
27725 [  8563] By: jhi                                   on 2001/01/27  04:26:24
27726         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
27727              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27728              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
27729              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
27730      Branch: perl
27731            ! op.c
27732 ____________________________________________________________________________
27733 [  8562] By: jhi                                   on 2001/01/27  04:20:30
27734         Log: Subject: Re: Announce : Tokener reporting patch
27735              From: Simon Cozens <simon@cozens.net>
27736              Date: Mon, 22 Jan 2001 02:17:22 +0000
27737              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
27738      Branch: perl
27739            ! embed.h embed.pl proto.h toke.c
27740 ____________________________________________________________________________
27741 [  8561] By: jhi                                   on 2001/01/27  04:17:24
27742         Log: Forgot from #8545.  Oops.
27743      Branch: perl
27744            ! pp.c t/pragma/overload.t
27745 ____________________________________________________________________________
27746 [  8560] By: jhi                                   on 2001/01/27  03:01:47
27747         Log: A better module compilation test, use MANIFEST as suggested
27748              by Spider.
27749      Branch: perl
27750            ! t/lib/1_compile.t
27751 ____________________________________________________________________________
27752 [  8559] By: jhi                                   on 2001/01/27  02:50:48
27753         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
27754              From: Peter Prymmer <pvhp@forte.com>
27755              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
27756              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
27757      Branch: perl
27758            ! t/lib/b.t
27759 ____________________________________________________________________________
27760 [  8558] By: jhi                                   on 2001/01/27  02:27:05
27761         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
27762              From: Peter Prymmer <pvhp@forte.com>
27763              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
27764              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
27765      Branch: perl
27766            ! t/pragma/sub_lval.t
27767 ____________________________________________________________________________
27768 [  8557] By: jhi                                   on 2001/01/27  02:26:03
27769         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
27770              From: Peter Prymmer <pvhp@forte.com>
27771              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
27772              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
27773      Branch: perl
27774            ! t/lib/st-06compat.t
27775 ____________________________________________________________________________
27776 [  8556] By: jhi                                   on 2001/01/27  02:24:33
27777         Log: Subject: [PATCH: perl@8531] minor update to README.os390
27778              From: Peter Prymmer <pvhp@forte.com>
27779              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
27780              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
27781      Branch: perl
27782            ! README.os390
27783 ____________________________________________________________________________
27784 [  8555] By: jhi                                   on 2001/01/27  00:35:47
27785         Log: No point in checking the length before we know whether the pointer
27786              is bogus or not, fixes Abigail's odbm failures in Linux.
27787      Branch: perl
27788            ! sv.c
27789 ____________________________________________________________________________
27790 [  8554] By: nick                                  on 2001/01/26  19:01:31
27791         Log: Integrate mainline
27792      Branch: perlio
27793           !> lib/Text/Wrap.pm t/lib/textwrap.t
27794 ____________________________________________________________________________
27795 [  8553] By: jhi                                   on 2001/01/26  15:19:39
27796         Log: Integrate change #7792 from perlio (multiplicity fix),
27797              fix the AV leak in regex DEBUGGING (tiny part of the
27798              polymorphic regexp patch #8143).
27799      Branch: maint-5.6/perl
27800            ! regcomp.c
27801           !> scope.h
27802 ____________________________________________________________________________
27803 [  8552] By: jhi                                   on 2001/01/26  15:03:23
27804         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
27805              From: Michael G Schwern <schwern@pobox.com>
27806              Date: Fri, 26 Jan 2001 09:28:31 -0500
27807              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
27808      Branch: perl
27809            ! lib/Text/Wrap.pm t/lib/textwrap.t
27810 ____________________________________________________________________________
27811 [  8551] By: jhi                                   on 2001/01/26  02:33:19
27812         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
27813              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
27814              
27815              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
27816              
27817              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
27818              
27819              Message nit.
27820              
27821              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
27822              
27823              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
27824              
27825              (the cleanup of unused submatches in regtry() and regcppop())
27826              
27827              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
27828              stored and restored, and thusly was trounced by the utf8 swash
27829              routines.
27830              
27831              use utf8 not required to use \x{}.
27832              
27833              Removed two more tests that make no sense in UTF-8 since the test
27834              data is not in UTF-8.
27835              
27836              Get the three different space character classes right under utf8.
27837              
27838              Implement ANYOFUTF8 regprop() dumping.
27839              
27840              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27841              
27842              Document the regex context pushing/popping a bit better.
27843      Branch: maint-5.6/perl
27844           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
27845           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
27846           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
27847           !> t/op/regmesg.t utf8.c
27848 ____________________________________________________________________________
27849 [  8550] By: nick                                  on 2001/01/25  19:42:30
27850         Log: Integrate mainline
27851      Branch: perlio
27852           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
27853           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
27854           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
27855           !> t/lib/bigint.t t/lib/bigintpm.t
27856 ____________________________________________________________________________
27857 [  8549] By: jhi                                   on 2001/01/25  15:22:28
27858         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
27859      Branch: maint-5.6/perl
27860            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
27861 ____________________________________________________________________________
27862 [  8548] By: jhi                                   on 2001/01/25  15:02:55
27863         Log: Integrate changes #7997,8063,8492,8547 from mainline.
27864              
27865              Subject: Re: STRLEN - what?
27866              
27867              Subject: [PATCH] perlguts.pod
27868              
27869              Memory management calls documentation.
27870              
27871              Layout using tabulator is not a good idea in a pod.
27872      Branch: maint-5.6/perl
27873           !> pod/perlguts.pod
27874 ____________________________________________________________________________
27875 [  8547] By: jhi                                   on 2001/01/25  14:49:05
27876         Log: Layout using tabulator is not a good idea in a pod.
27877      Branch: perl
27878            ! pod/perlguts.pod
27879 ____________________________________________________________________________
27880 [  8546] By: jhi                                   on 2001/01/25  14:31:12
27881         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
27882              from mainline.
27883              
27884              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27885              
27886              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
27887              
27888              More Win32 editor/IDE/shell hints.
27889              
27890              More Win32 Perling.
27891              
27892              Yet another editor edit.
27893              
27894              Edit edit edit.
27895              
27896              IDE/editor section tweaking.
27897              
27898              Few more IDE/editor nits from p5p.
27899      Branch: maint-5.6/perl
27900           !> pod/perlfaq3.pod
27901 ____________________________________________________________________________
27902 [  8545] By: jhi                                   on 2001/01/25  04:16:32
27903         Log: Subject: [PATCH 5.7.0] overload int()
27904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27905              Date: Wed, 24 Jan 2001 19:06:57 -0500
27906              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
27907      Branch: perl
27908            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
27909            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
27910            ! t/lib/bigintpm.t
27911 ____________________________________________________________________________
27912 [  8544] By: jhi                                   on 2001/01/25  04:15:11
27913         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
27914              From: Peter Prymmer <pvhp@forte.com>
27915              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
27916              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
27917      Branch: perl
27918            ! Makefile.SH README.os390 hints/os390.sh installperl
27919 ____________________________________________________________________________
27920 [  8543] By: jhi                                   on 2001/01/25  03:52:08
27921         Log: Integrate change #8462,8469 from mainline.
27922              
27923              In VMS Perl subversion (perl -V) is undef.
27924      Branch: maint-5.6/perl
27925           !> configure.com
27926 ____________________________________________________________________________
27927 [  8542] By: jhi                                   on 2001/01/25  03:44:55
27928         Log: Integrate changes #7835,7850,8315,8316 from mainline.
27929              
27930              Solaris hints.
27931      Branch: maint-5.6/perl
27932           !> hints/solaris_2.sh
27933 ____________________________________________________________________________
27934 [  8541] By: jhi                                   on 2001/01/25  03:39:28
27935         Log: Integrate #8336 from mainline.
27936      Branch: maint-5.6/perl
27937           !> hv.c
27938 ____________________________________________________________________________
27939 [  8540] By: jhi                                   on 2001/01/25  03:23:50
27940         Log: Retract #8539.
27941      Branch: maint-5.6/perl
27942            ! pod/perlfaq3.pod
27943 ____________________________________________________________________________
27944 [  8539] By: jhi                                   on 2001/01/25  03:21:55
27945         Log: (Retracted by #5940.)
27946      Branch: maint-5.6/perl
27947            ! pod/perlfaq3.pod
27948 ____________________________________________________________________________
27949 [  8538] By: jhi                                   on 2001/01/25  03:14:07
27950         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
27951              From: Peter Prymmer <pvhp@forte.com>
27952              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
27953              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
27954              
27955              The VMS bits.
27956      Branch: maint-5.6/perl
27957            ! configure.com vms/descrip_mms.template
27958 ____________________________________________________________________________
27959 [  8537] By: jhi                                   on 2001/01/25  03:06:09
27960         Log: Integrate #7710,7824,7973 from mainline.
27961      Branch: maint-5.6/perl
27962           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27963           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
27964           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
27965           !> vos/config.ga.def vos/config.ga.h win32/config.bc
27966           !> win32/config.gc win32/config.vc
27967 ____________________________________________________________________________
27968 [  8536] By: jhi                                   on 2001/01/24  13:50:20
27969         Log: Revert the edits made by me so far to the 5.6 branch since
27970              the TRIAL1 since I did edits when I should have been using
27971              integrates.  Bad programmer.   (Will integrate them properly later.)
27972              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
27973              The #8353 will not be reapplied at least for now since
27974              the UTF-8 hash keys need more thinking.
27975              (The patches #8347, #8354, #8454, #8473 were okay since they
27976              were original edits made specifically for the 5.6.1-TRIAL1.)
27977      Branch: maint-5.6/perl
27978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27979            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
27980            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
27981            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
27982            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
27983            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27984            ! win32/config.bc win32/config.gc win32/config.vc
27985 ____________________________________________________________________________
27986 [  8535] By: bailey                                on 2001/01/24  06:37:02
27987         Log: SYN SYN
27988      Branch: vmsperl
27989           +> (branch 26 files)
27990           !> (integrate 130 files)
27991 ____________________________________________________________________________
27992 [  8534] By: nick                                  on 2001/01/23  19:30:57
27993         Log: Integrate mainline.
27994      Branch: perlio
27995           !> Changes Configure Porting/Glossary Porting/config.sh
27996           !> Porting/config_H embed.h embed.pl ext/Encode/compile
27997           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
27998           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
27999           !> pod/perlvar.pod proto.h t/lib/1_compile.t
28000 ____________________________________________________________________________
28001 [  8533] By: jhi                                   on 2001/01/23  16:15:46
28002         Log: Forgotten from #8501.
28003      Branch: perl
28004            ! Porting/Glossary Porting/config.sh Porting/config_H
28005 ____________________________________________________________________________
28006 [  8532] By: jhi                                   on 2001/01/23  16:13:27
28007         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
28008              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28009              Date: Mon, 22 Jan 2001 17:51:58 +0100
28010              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
28011      Branch: perl
28012            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
28013 ____________________________________________________________________________
28014 [  8531] By: jhi                                   on 2001/01/23  15:46:01
28015         Log: Update Changes.
28016      Branch: perl
28017            ! Changes patchlevel.h
28018 ____________________________________________________________________________
28019 [  8530] By: jhi                                   on 2001/01/23  15:38:39
28020         Log: De-cut-and-pasto.
28021      Branch: perl
28022            ! t/lib/1_compile.t
28023 ____________________________________________________________________________
28024 [  8529] By: jhi                                   on 2001/01/23  15:11:04
28025         Log: Document the mkdir trailing slashes case.
28026      Branch: perl
28027            ! pod/perlfunc.pod
28028 ____________________________________________________________________________
28029 [  8528] By: jhi                                   on 2001/01/23  15:08:28
28030         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
28031              get installed:
28032              
28033              Subject: lib/lib.pm
28034              From: <abigail@foad.org>
28035              Date: Mon, 28 Aug 2000 20:35:08 -0400
28036              Message-ID: <20000829003508.21281.qmail@foad.org>
28037      Branch: perl
28038            ! installperl
28039 ____________________________________________________________________________
28040 [  8527] By: jhi                                   on 2001/01/23  14:44:04
28041         Log: Metaconfig unit change for #8526.
28042      Branch: metaconfig
28043            ! U/threads/archname.U
28044 ____________________________________________________________________________
28045 [  8526] By: jhi                                   on 2001/01/23  14:43:19
28046         Log: Attach -perlio to the archname if so selected.
28047      Branch: perl
28048            ! Configure
28049 ____________________________________________________________________________
28050 [  8525] By: jhi                                   on 2001/01/23  14:24:01
28051         Log: Subject: [PATCH] pod/perlvar.pod
28052              From: abigail@foad.org
28053              Date: Tue, 23 Jan 2001 01:41:10 +0100
28054              Message-ID: <20010123004110.22259.qmail@foad.org>
28055      Branch: perl
28056            ! pod/perlvar.pod
28057 ____________________________________________________________________________
28058 [  8524] By: jhi                                   on 2001/01/23  14:22:32
28059         Log: A bug introduced in #8217 (the undefined variable in the
28060              lib/safe1_t #3) fixed, by Charles Lane:
28061              
28062              The earlier patch made it so that stuff running in Safe
28063              compartments could do a "caller" and see "main".  That
28064              little change in name is done right before the code in
28065              the compartment is run, and apparantly the parser
28066              was picking up the stash name before it got changed.
28067              
28068              (why it was threaded vs. unthreaded Perl that was sensitive to this
28069              I still don't know...and it probably doesn't matter).
28070              
28071              I tryed removing the stash name-change and saw that threaded Perl
28072              did indeed pass the lib/safe1.t tests.
28073              
28074              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
28075              do the name change (and to connect _ in the compartment to the global
28076              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
28077              to call _safe_pkg_prep when creating a new compartment.
28078              
28079              Passes all tests with threaded perl on linux; passes all tests
28080              with unthreaded perl on VMS.
28081              
28082              At some point I'll probably want to revisit Safe and Opcode to
28083              provide more sensible handling of global variables...and to get
28084              formats working in Safe compartments, which they don't do currently.
28085      Branch: perl
28086            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
28087 ____________________________________________________________________________
28088 [  8523] By: jhi                                   on 2001/01/23  14:11:58
28089         Log: Also the lib/Thread.pm itself needs to be ignored if
28090              the Thread extension hasn't been built.
28091      Branch: perl
28092            ! t/lib/1_compile.t
28093 ____________________________________________________________________________
28094 [  8522] By: jhi                                   on 2001/01/23  13:51:28
28095         Log: print() instead of warn() so that stderr doesn't get
28096              unncessarily polluted.
28097      Branch: perl
28098            ! ext/Encode/compile
28099 ____________________________________________________________________________
28100 [  8521] By: jhi                                   on 2001/01/23  13:49:48
28101         Log: Integrate perlio.
28102      Branch: perl
28103           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
28104           !> ext/Encode/encode.h
28105 ____________________________________________________________________________
28106 [  8520] By: nick                                  on 2001/01/22  21:44:00
28107         Log: More messing with Encode:
28108              Extra fields in header to allow multiple names and to record
28109              other things "compile" knows.
28110              Re-organise compile to factor out common output routines.
28111      Branch: perlio
28112            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
28113 ____________________________________________________________________________
28114 [  8519] By: nick                                  on 2001/01/22  20:33:50
28115         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
28116      Branch: perlio
28117            ! ext/Encode/Makefile.PL ext/Encode/compile
28118 ____________________________________________________________________________
28119 [  8518] By: nick                                  on 2001/01/22  20:28:13
28120         Log: Integrate mainline
28121      Branch: perlio
28122           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
28123           !> vos/config.alpha.def vos/config.alpha.h
28124 ____________________________________________________________________________
28125 [  8517] By: jhi                                   on 2001/01/22  15:37:17
28126         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
28127              by Inaba Hiroto.
28128      Branch: perl
28129            ! sv.c
28130 ____________________________________________________________________________
28131 [  8516] By: jhi                                   on 2001/01/22  14:55:15
28132         Log: More SIG_SIZE fixes.
28133      Branch: perl
28134            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
28135 ____________________________________________________________________________
28136 [  8515] By: jhi                                   on 2001/01/22  14:50:27
28137         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
28138              From: "Craig A. Berry" <craigberry@mac.com>
28139              Date: Mon, 22 Jan 2001 00:42:24 -0600
28140              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
28141      Branch: perl
28142            ! configure.com
28143 ____________________________________________________________________________
28144 [  8514] By: jhi                                   on 2001/01/22  14:31:17
28145         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
28146              From: "Craig A. Berry" <craigberry@mac.com>
28147              Date: Sun, 21 Jan 2001 23:03:25 -0600
28148              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
28149      Branch: perl
28150            ! configure.com
28151 ____________________________________________________________________________
28152 [  8513] By: jhi                                   on 2001/01/22  14:14:00
28153         Log: Add the .ucm encoding tables to the MANIFEST.
28154      Branch: perl
28155            ! MANIFEST
28156 ____________________________________________________________________________
28157 [  8512] By: jhi                                   on 2001/01/22  13:43:33
28158         Log: Integrate perlio.
28159      Branch: perl
28160           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28161           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28162           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28163           +> ext/Encode/Encode/iso8859-10.ucm
28164           +> ext/Encode/Encode/iso8859-13.ucm
28165           +> ext/Encode/Encode/iso8859-14.ucm
28166           +> ext/Encode/Encode/iso8859-15.ucm
28167           +> ext/Encode/Encode/iso8859-16.ucm
28168           +> ext/Encode/Encode/iso8859-2.ucm
28169           +> ext/Encode/Encode/iso8859-3.ucm
28170           +> ext/Encode/Encode/iso8859-4.ucm
28171           +> ext/Encode/Encode/iso8859-5.ucm
28172           +> ext/Encode/Encode/iso8859-6.ucm
28173           +> ext/Encode/Encode/iso8859-7.ucm
28174           +> ext/Encode/Encode/iso8859-8.ucm
28175           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28176           +> ext/Encode/Encode/symbol.ucm
28177           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
28178           !> perliol.h
28179 ____________________________________________________________________________
28180 [  8511] By: nick                                  on 2001/01/21  23:44:47
28181         Log: Make "real" layers of ":utf8" and ":raw".
28182              So now PERLIO=utf8 perl ...
28183              does what Andreas wanted.
28184              Fix arg passing in open.pm (still have a Carp issue).
28185      Branch: perlio
28186            ! lib/open.pm perlio.c perliol.h
28187 ____________________________________________________________________________
28188 [  8510] By: jhi                                   on 2001/01/21  22:56:53
28189         Log: Document the regex context pushing/popping a bit better.
28190      Branch: perl
28191            ! regexec.c
28192 ____________________________________________________________________________
28193 [  8509] By: jhi                                   on 2001/01/21  22:55:44
28194         Log: Tweak the mkdir trailing slash code some more.
28195              
28196              TO DO: the same handling should probably be done for
28197              all the other filesystem functions that can have directories
28198              as their arguments.
28199      Branch: perl
28200            ! pp_sys.c
28201 ____________________________________________________________________________
28202 [  8508] By: nick                                  on 2001/01/21  21:37:43
28203         Log: Switch "compiled in" encodings to .ucm format.
28204              (Leave others as .enc till we can run-time load .ucm,
28205              or find some other way to load them.)
28206      Branch: perlio
28207            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28208            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28209            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28210            + ext/Encode/Encode/iso8859-10.ucm
28211            + ext/Encode/Encode/iso8859-13.ucm
28212            + ext/Encode/Encode/iso8859-14.ucm
28213            + ext/Encode/Encode/iso8859-15.ucm
28214            + ext/Encode/Encode/iso8859-16.ucm
28215            + ext/Encode/Encode/iso8859-2.ucm
28216            + ext/Encode/Encode/iso8859-3.ucm
28217            + ext/Encode/Encode/iso8859-4.ucm
28218            + ext/Encode/Encode/iso8859-5.ucm
28219            + ext/Encode/Encode/iso8859-6.ucm
28220            + ext/Encode/Encode/iso8859-7.ucm
28221            + ext/Encode/Encode/iso8859-8.ucm
28222            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28223            + ext/Encode/Encode/symbol.ucm
28224            ! ext/Encode/Makefile.PL ext/Encode/compile
28225 ____________________________________________________________________________
28226 [  8507] By: nick                                  on 2001/01/21  21:02:03
28227         Log: Integrate (partial) mainline.
28228      Branch: perlio
28229           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
28230           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
28231           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28232 ____________________________________________________________________________
28233 [  8506] By: jhi                                   on 2001/01/21  20:09:30
28234         Log: Update Changes.
28235      Branch: perl
28236            ! Changes patchlevel.h
28237 ____________________________________________________________________________
28238 [  8505] By: jhi                                   on 2001/01/21  19:39:59
28239         Log: Subject: Minor typos in perlfaq2.pod
28240              From: "Stephen P. Potter" <spp@spotter.yi.org>
28241              Message-Id: <200101192101.QAA11911@spotter.yi.org>
28242              Date: Fri, 19 Jan 2001 16:01:13 -0500
28243              
28244              with a nit from Philip Netwon.
28245      Branch: perl
28246            ! pod/perlfaq2.pod
28247 ____________________________________________________________________________
28248 [  8504] By: jhi                                   on 2001/01/21  19:33:05
28249         Log: Metaconfig change for #8503.
28250      Branch: metaconfig
28251            ! U/threads/usethreads.U
28252 ____________________________________________________________________________
28253 [  8503] By: jhi                                   on 2001/01/21  19:32:21
28254         Log: Sanity check for conflicting thread flavours.
28255      Branch: perl
28256            ! Configure config_h.SH
28257 ____________________________________________________________________________
28258 [  8502] By: jhi                                   on 2001/01/21  19:23:00
28259         Log: Metaconfig change for #8501.
28260      Branch: metaconfig
28261            ! U/modified/sig_name.U
28262 ____________________________________________________________________________
28263 [  8501] By: jhi                                   on 2001/01/21  19:22:26
28264         Log: The SIG_SIZE is the number of the elements *excluding*
28265              the terminating NULL.
28266      Branch: perl
28267            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
28268            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
28269            ! win32/config_H.vc
28270 ____________________________________________________________________________
28271 [  8500] By: jhi                                   on 2001/01/21  18:31:31
28272         Log: Integrate perlio.
28273      Branch: perl
28274           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
28275           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
28276           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
28277           !> pp_sys.c proto.h sv.c
28278 ____________________________________________________________________________
28279 [  8499] By: jhi                                   on 2001/01/21  17:43:57
28280         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
28281              From: Hugo <hv@crypt.compulink.co.uk>
28282              Date: Sun, 21 Jan 2001 13:34:05 +0000
28283              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
28284              
28285              In sprintf UTF8ize only if necessary.
28286      Branch: perl
28287            ! sv.c
28288 ____________________________________________________________________________
28289 [  8498] By: nick                                  on 2001/01/21  16:25:32
28290         Log: Encode cleanup.
28291              Add command line control over "compile" so that Makefile.PL
28292              needs can be combined with other uses.
28293              Use command line options in Makefile.PL.
28294              Fix multi-byte parsing in .ucm files.
28295      Branch: perlio
28296            ! ext/Encode/Makefile.PL ext/Encode/compile
28297 ____________________________________________________________________________
28298 [  8497] By: nick                                  on 2001/01/21  12:56:27
28299         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
28300      Branch: perlio
28301            ! ext/Encode/Encode.xs
28302 ____________________________________________________________________________
28303 [  8496] By: nick                                  on 2001/01/21  12:18:45
28304         Log: Fixup after integrate:
28305              missed the .sym files that are changed by regen_headers
28306              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
28307      Branch: perlio
28308            ! global.sym pp.sym sv.c
28309 ____________________________________________________________________________
28310 [  8495] By: nick                                  on 2001/01/21  11:51:07
28311         Log: Integrate mainline.
28312      Branch: perlio
28313           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
28314           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
28315           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
28316           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
28317           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
28318           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
28319           !> win32/Makefile win32/makefile.mk
28320 ____________________________________________________________________________
28321 [  8494] By: jhi                                   on 2001/01/20  23:12:11
28322         Log: Forgot the expect_number() prototype.
28323      Branch: perl
28324            ! embed.h embed.pl proto.h
28325 ____________________________________________________________________________
28326 [  8493] By: jhi                                   on 2001/01/20  22:56:39
28327         Log: Subject: [PATCH: perl@8482] README.vms URL updates
28328              From: Peter Prymmer <pvhp@forte.com>
28329              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
28330              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
28331              
28332              Plus Craig A. Berry's suggestion to use compaq.com instead
28333              of digital.com.
28334      Branch: perl
28335            ! README.vms
28336 ____________________________________________________________________________
28337 [  8492] By: jhi                                   on 2001/01/20  22:50:05
28338         Log: Memory management calls documentation.
28339      Branch: perl
28340            ! pod/perlguts.pod
28341 ____________________________________________________________________________
28342 [  8491] By: jhi                                   on 2001/01/20  22:38:33
28343         Log: Signedness nit plus few memcpy/Copy nits.
28344      Branch: perl
28345            ! sv.c
28346 ____________________________________________________________________________
28347 [  8490] By: jhi                                   on 2001/01/20  22:25:53
28348         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
28349              From: Peter Prymmer <pvhp@forte.com>
28350              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
28351              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
28352      Branch: perl
28353            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
28354 ____________________________________________________________________________
28355 [  8489] By: jhi                                   on 2001/01/20  22:24:41
28356         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
28357              From: Peter Prymmer <pvhp@forte.com>
28358              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
28359              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
28360      Branch: perl
28361            ! win32/Makefile win32/makefile.mk
28362 ____________________________________________________________________________
28363 [  8488] By: jhi                                   on 2001/01/20  22:22:27
28364         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
28365              From: Peter Prymmer <pvhp@forte.com>
28366              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
28367              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
28368      Branch: perl
28369            ! Makefile.SH
28370 ____________________________________________________________________________
28371 [  8487] By: jhi                                   on 2001/01/20  22:21:18
28372         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
28373              From: Peter Prymmer <pvhp@forte.com>
28374              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
28375              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
28376      Branch: perl
28377            + ext/DynaLoader/dl_dllload.xs
28378            ! MANIFEST Makefile.SH hints/os390.sh
28379 ____________________________________________________________________________
28380 [  8486] By: jhi                                   on 2001/01/20  22:17:53
28381         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
28382              From: Peter Prymmer <pvhp@forte.com>
28383              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
28384              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
28385      Branch: perl
28386            ! README.os390 README.posix-bc
28387 ____________________________________________________________________________
28388 [  8485] By: jhi                                   on 2001/01/20  20:15:30
28389         Log: Document and test the new qu operator.
28390      Branch: perl
28391            + t/op/qu.t
28392            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28393            ! pod/perlretut.pod pod/perlunicode.pod
28394 ____________________________________________________________________________
28395 [  8484] By: nick                                  on 2001/01/20  19:42:30
28396         Log: Infrastructure to allow:
28397              open($fh,"|-",@array);
28398              to be implemented
28399              i.e. mark pp_open as needing a stack mark, and make pp_open
28400              process its args in that style (and pass them _all_ to tied handles OPEN).
28401              Invent do_openn() which takes SV ** at allow it to see multiple args.
28402              Note this does not _do_ anything yet.
28403      Branch: perlio
28404            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
28405            ! perlapi.c pp_proto.h pp_sys.c proto.h
28406 ____________________________________________________________________________
28407 [  8483] By: nick                                  on 2001/01/20  17:23:14
28408         Log: Integrate mainline.
28409      Branch: perlio
28410           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
28411           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
28412 ____________________________________________________________________________
28413 [  8482] By: jhi                                   on 2001/01/19  15:37:49
28414         Log: Update Changes.
28415      Branch: perl
28416            ! Changes patchlevel.h
28417 ____________________________________________________________________________
28418 [  8481] By: jhi                                   on 2001/01/19  14:41:24
28419         Log: Subject: Re: new feature: s?printf parameter reordering 
28420              From: Hugo <hv@crypt.compulink.co.uk>
28421              Date: Thu, 11 Jan 2001 17:09:03 +0000
28422              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
28423              
28424              - support reordering for all parameters: %, *v, *, .*
28425              - lay down that the reordering specification must immediately
28426              follow that parameter: %3$, *v3$, *3$, .*3$
28427              - fix vectorisation of a zero-length string
28428              - factor out the code choosing the argument to format
28429              
28430              Possibly unwanted side-effects:
28431              - the special format specifiers ' +-0' must now precede any
28432              vectorisation specifier. Tests in op/sprintf and op/ver
28433              have been changed to reflect this.
28434              - sprintf.t test #214 changed its expectations because in many
28435              cases, the next parameter has already been consumed when an
28436              invalid type letter is detected.
28437              
28438              Probably wanted side-effects:
28439              - attempts to format a non-existent parameter will warn as if C<undef>
28440              - attempt to write to non-existent parameter with '%n' will complain
28441              of "attempt to modify read-only value" instead of being silent
28442      Branch: perl
28443            ! sv.c t/op/sprintf.t t/op/ver.t
28444 ____________________________________________________________________________
28445 [  8480] By: jhi                                   on 2001/01/19  14:08:37
28446         Log: Subject: PATCH pragma/locale.t
28447              From: andreas.koenig@anima.de (Andreas J. Koenig)
28448              Date: 18 Jan 2001 09:45:37 +0100
28449              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
28450      Branch: perl
28451            ! t/pragma/locale.t
28452 ____________________________________________________________________________
28453 [  8479] By: jhi                                   on 2001/01/19  13:19:58
28454         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
28455      Branch: perl
28456            ! configure.com
28457 ____________________________________________________________________________
28458 [  8478] By: jhi                                   on 2001/01/19  02:12:35
28459         Log: Automate 1_compile.t.
28460      Branch: perl
28461            ! t/lib/1_compile.t
28462 ____________________________________________________________________________
28463 [  8477] By: jhi                                   on 2001/01/19  01:49:56
28464         Log: Integrate perlio.
28465      Branch: perl
28466           !> sv.c win32/config.bc win32/config.gc win32/config.vc
28467           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28468 ____________________________________________________________________________
28469 [  8476] By: nick                                  on 2001/01/18  21:51:52
28470         Log: Integrate mainline
28471      Branch: perlio
28472           +> t/lib/1_compile.t t/lib/compmod.pl
28473           !> MANIFEST configure.com lib/unicode/distinct.pm
28474 ____________________________________________________________________________
28475 [  8475] By: nick                                  on 2001/01/18  21:48:02
28476         Log: Win32 "safe signals" co-existance fix.
28477              Fix SIG_SIZE value.
28478              Clear PL_sig_pending when cloning (fork).
28479      Branch: perlio
28480            ! sv.c win32/config.bc win32/config.gc win32/config.vc
28481            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28482 ____________________________________________________________________________
28483 [  8474] By: jhi                                   on 2001/01/18  14:40:57
28484         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
28485      Branch: perl
28486            ! t/lib/1_compile.t
28487 ____________________________________________________________________________
28488 [  8473] By: gsar                                  on 2001/01/18  11:42:31
28489         Log: unsubmitted trial1 change
28490      Branch: maint-5.6/perl
28491            ! Changes
28492 ____________________________________________________________________________
28493 [  8472] By: jhi                                   on 2001/01/18  04:30:24
28494         Log: The first bug found by 1_compile.t.
28495      Branch: perl
28496            ! lib/unicode/distinct.pm
28497 ____________________________________________________________________________
28498 [  8471] By: jhi                                   on 2001/01/18  04:29:42
28499         Log: Add Schwern's 1_compile test.  The compile_module script renamed
28500              to be a bit shorter for the 8.3 people.
28501      Branch: perl
28502            + t/lib/1_compile.t t/lib/compmod.pl
28503            ! MANIFEST
28504 ____________________________________________________________________________
28505 [  8470] By: jhi                                   on 2001/01/18  04:16:00
28506         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)
28507              From: Peter Prymmer <pvhp@forte.com>
28508              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28509              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28510              Replace #8463.
28511      Branch: maint-5.6/perl
28512            ! configure.com
28513 ____________________________________________________________________________
28514 [  8469] By: jhi                                   on 2001/01/18  04:13:02
28515         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)
28516              From: Peter Prymmer <pvhp@forte.com>
28517              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28518              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28519              Replace #8462.
28520      Branch: perl
28521            ! configure.com
28522 ____________________________________________________________________________
28523 [  8468] By: jhi                                   on 2001/01/18  03:42:08
28524         Log: Integrate perlio.
28525      Branch: perl
28526           !> gv.c mg.c perlio.c util.c
28527 ____________________________________________________________________________
28528 [  8467] By: nick                                  on 2001/01/17  22:41:10
28529         Log: "Safe" signals - trial implementation.
28530              gv.c tweaked to zero PL_sig_pend array
28531              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
28532              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
28533              Odd thing is that it "works" with PERLIO=stdio as well (linux).
28534      Branch: perlio
28535            ! gv.c mg.c perlio.c util.c
28536 ____________________________________________________________________________
28537 [  8466] By: nick                                  on 2001/01/17  20:40:20
28538         Log: Integrate mainline.
28539      Branch: perlio
28540           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28541           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28542           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
28543           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28544           !> vos/config.ga.h win32/config.bc win32/config.gc
28545           !> win32/config.vc
28546 ____________________________________________________________________________
28547 [  8465] By: jhi                                   on 2001/01/17  18:37:13
28548         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28549              From: Nicholas Clark <nick@ccl4.org>
28550              Date: Wed, 17 Jan 2001 17:31:33 +0000
28551              Message-ID: <20010117173133.I2633@plum.flirble.org>
28552      Branch: perl
28553            ! t/op/int.t
28554 ____________________________________________________________________________
28555 [  8464] By: jhi                                   on 2001/01/17  14:43:17
28556         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28557              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28558              Date: Wed, 17 Jan 2001 15:16:43 +0100
28559              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
28560              
28561              pp_int() was dropping an NV to the floor,
28562              int(279964589018079/59) either returned not an integer
28563              4745162525730.15, or one got "Attempt to free unreferenced scalar."
28564      Branch: perl
28565            ! pp.c
28566 ____________________________________________________________________________
28567 [  8463] By: jhi                                   on 2001/01/17  06:12:42
28568         Log: (Replaced by #8470)
28569              
28570              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)
28571              From: "Craig A. Berry" <craigberry@mac.com>
28572              Date: Tue, 16 Jan 2001 23:38:46 -0600
28573              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28574      Branch: maint-5.6/perl
28575            ! configure.com
28576 ____________________________________________________________________________
28577 [  8462] By: jhi                                   on 2001/01/17  06:11:31
28578         Log: (Replaced by #8469)
28579              
28580              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)
28581              From: "Craig A. Berry" <craigberry@mac.com>
28582              Date: Tue, 16 Jan 2001 23:38:46 -0600
28583              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28584      Branch: perl
28585            ! configure.com
28586 ____________________________________________________________________________
28587 [  8461] By: jhi                                   on 2001/01/17  05:56:12
28588         Log: Allow for one trailing slash in the directory of mkdir().
28589      Branch: perl
28590            ! pp_sys.c
28591 ____________________________________________________________________________
28592 [  8460] By: jhi                                   on 2001/01/17  03:26:01
28593         Log: Metaconfig unit changes for #8459.
28594      Branch: metaconfig
28595            ! U/modified/Loc.U U/modified/sig_name.U
28596 ____________________________________________________________________________
28597 [  8459] By: jhi                                   on 2001/01/17  03:24:48
28598         Log: Define SIG_SIZE, the number of elements in the sig_name and
28599              sig_num arrays, including the final NULL entry.
28600      Branch: perl
28601            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28602            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28603            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
28604            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28605            ! win32/config.bc win32/config.gc win32/config.vc
28606 ____________________________________________________________________________
28607 [  8458] By: jhi                                   on 2001/01/17  01:41:33
28608         Log: Integrate perlio.
28609      Branch: perl
28610           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28611           !> perlapi.h proto.h sv.c
28612 ____________________________________________________________________________
28613 [  8457] By: nick                                  on 2001/01/16  22:07:26
28614         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
28615              Provides all the "cost" but no benefit yet - it is to allow cost
28616              to be measured, and implementation experiments (just in mg.c?).
28617      Branch: perlio
28618            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28619            ! perlapi.h proto.h sv.c
28620 ____________________________________________________________________________
28621 [  8456] By: nick                                  on 2001/01/16  21:07:07
28622         Log: Integrate mainline.
28623      Branch: perlio
28624           !> (integrate 51 files)
28625 ____________________________________________________________________________
28626 [  8455] By: jhi                                   on 2001/01/16  18:13:43
28627         Log: Subject: [PATCH] regcomp.c old feature removal
28628              From: mjd@plover.com
28629              Date: 16 Jan 2001 14:43:18 -0000 
28630              Message-ID: <20010116144318.7140.qmail@plover.com> 
28631      Branch: perl
28632            ! regcomp.c
28633 ____________________________________________________________________________
28634 [  8454] By: jhi                                   on 2001/01/16  16:12:39
28635         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
28636              From: "Indy Singh" <indy@nusphere.com>
28637              Date: Wed, 10 Jan 2001 20:17:49 -0500
28638              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
28639      Branch: maint-5.6/perl
28640            ! win32/Makefile
28641 ____________________________________________________________________________
28642 [  8453] By: jhi                                   on 2001/01/16  16:09:33
28643         Log: Update Changes.
28644      Branch: perl
28645            ! Changes patchlevel.h
28646 ____________________________________________________________________________
28647 [  8452] By: jhi                                   on 2001/01/16  15:42:04
28648         Log: Subject: Re: API Cleanup
28649              To: perl5-porters@perl.org
28650              Date: Tue, 16 Jan 2001 13:42:30 +0000
28651              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
28652              
28653              Subject: [PATCH] utf8.c documentation
28654              From: Simon Cozens <simon@cozens.net>
28655              Date: Tue, 16 Jan 2001 13:52:48 +0000
28656              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
28657              
28658              Subject: Re: API Cleanup
28659              From: Simon Cozens <simon@cozens.net>
28660              Date: Tue, 16 Jan 2001 14:58:55 +0000
28661              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
28662              
28663              UTF-8 doc patches.
28664      Branch: perl
28665            ! embed.pl pod/perlapi.pod utf8.c
28666 ____________________________________________________________________________
28667 [  8451] By: jhi                                   on 2001/01/16  14:41:39
28668         Log: podlators 1.07, from Russ Allbery.
28669      Branch: perl
28670            ! lib/Pod/Man.pm
28671 ____________________________________________________________________________
28672 [  8450] By: jhi                                   on 2001/01/16  14:24:19
28673         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
28674              From: "Indy Singh" <indy@nusphere.com>
28675              Date: Mon, 15 Jan 2001 20:59:40 -0500
28676              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
28677      Branch: perl
28678            ! win32/Makefile
28679 ____________________________________________________________________________
28680 [  8449] By: jhi                                   on 2001/01/16  03:42:55
28681         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
28682              at the setting of the ofs_sv in new_struct_thread() as the
28683              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
28684              that invited a core dump.
28685      Branch: perl
28686            ! util.c
28687 ____________________________________________________________________________
28688 [  8448] By: jhi                                   on 2001/01/16  01:49:07
28689         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
28690              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28691              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
28692              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
28693              
28694              Replace #8444 and #8445.
28695      Branch: perl
28696            ! ext/B/B.xs ext/B/B/Debug.pm
28697 ____________________________________________________________________________
28698 [  8447] By: jhi                                   on 2001/01/15  21:05:35
28699         Log: Subject: [PATCH] API Variable documentation   
28700              From: Simon Cozens <simon@cozens.net>
28701              Date: Mon, 15 Jan 2001 19:35:54 +0000
28702              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
28703      Branch: perl
28704            ! pod/perlapi.pod thrdvar.h
28705 ____________________________________________________________________________
28706 [  8446] By: jhi                                   on 2001/01/15  20:49:20
28707         Log: Signedness nit.
28708      Branch: perl
28709            ! pp_ctl.c
28710 ____________________________________________________________________________
28711 [  8445] By: jhi                                   on 2001/01/15  20:28:48
28712         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
28713      Branch: perl
28714            ! ext/B/B/Debug.pm
28715 ____________________________________________________________________________
28716 [  8444] By: jhi                                   on 2001/01/15  13:09:10
28717         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
28718      Branch: perl
28719            ! ext/B/B.xs
28720 ____________________________________________________________________________
28721 [  8443] By: jhi                                   on 2001/01/15  13:06:26
28722         Log: Missing from #8439.
28723      Branch: perl
28724            ! keywords.h mg.c
28725 ____________________________________________________________________________
28726 [  8442] By: jhi                                   on 2001/01/15  13:02:38
28727         Log: Subject: [PATCH @8436] Eliminate op_children
28728              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28729              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
28730              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
28731              
28732              Subject: [PATCH @8436] Re: Eliminate op_children
28733              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28734              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
28735              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
28736      Branch: perl
28737            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
28738            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
28739            ! op.c op.h
28740 ____________________________________________________________________________
28741 [  8441] By: jhi                                   on 2001/01/15  12:57:08
28742         Log: Use the /^Perl_/-less form of is_lvalue_sub().
28743      Branch: perl
28744            ! pp.h
28745 ____________________________________________________________________________
28746 [  8440] By: jhi                                   on 2001/01/15  05:13:09
28747         Log: Revert #8437 and #8438, the Linux large files story is more complex.
28748      Branch: metaconfig/U/perl
28749            ! d_fpos64_t.U d_off64_t.U
28750      Branch: perl
28751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28752            ! config_h.SH configure.com epoc/config.sh perl.h
28753            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
28754            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28755            ! win32/config.bc win32/config.gc win32/config.vc
28756 ____________________________________________________________________________
28757 [  8439] By: jhi                                   on 2001/01/15  05:02:24
28758         Log: More UTF-8 patches from Inaba Hiroto.
28759              - The substr lval was still not okay.
28760              - Now pp_stringify and sv_setsv copies source's UTF8 flag
28761              even if IN_BYTE.  pp_stringify is called from fold_constants
28762              at optimization phase and "\x{100}" was made SvUTF8_off under
28763              use bytes (the bytes pragma is for "byte semantics" and not
28764              for "do not produce UTF8 data")
28765              - New `qu' operator to generate UTF8 string explicitly.
28766              Though I agree with the policy "0x00-0xff always produce bytes",
28767              sometimes want to such a string to be coded in UTF8.
28768              I can use pack"U0a*" but it requires more typing and has
28769              runtime overhead.
28770              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
28771              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
28772              string is not UTF8_on and has char 0x80-0xff.
28773              
28774              TODO: document and test qu.
28775      Branch: perl
28776            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
28777            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
28778            ! toke.c
28779 ____________________________________________________________________________
28780 [  8438] By: jhi                                   on 2001/01/14  05:10:23
28781         Log: Metaconfig unit changes for #8437.
28782      Branch: metaconfig/U/perl
28783            ! d_fpos64_t.U d_off64_t.U
28784 ____________________________________________________________________________
28785 [  8437] By: jhi                                   on 2001/01/14  04:55:34
28786         Log: Add <features.h> probing, seems to be needed for (some?)
28787              Linux largefileness.
28788      Branch: perl
28789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28790            ! config_h.SH configure.com epoc/config.sh perl.h
28791            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
28792            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28793            ! win32/config.bc win32/config.gc win32/config.vc
28794 ____________________________________________________________________________
28795 [  8436] By: jhi                                   on 2001/01/13  17:47:21
28796         Log: Tighten some of the tests a bit.
28797      Branch: perl
28798            ! t/pragma/utf8.t
28799 ____________________________________________________________________________
28800 [  8435] By: jhi                                   on 2001/01/13  17:31:54
28801         Log: Integrate perlio.
28802      Branch: perl
28803           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
28804           !> win32/config_H.gc win32/config_H.vc
28805 ____________________________________________________________________________
28806 [  8434] By: nick                                  on 2001/01/13  11:36:53
28807         Log: Run dmake regen_config_h for Win32
28808      Branch: perlio
28809            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28810 ____________________________________________________________________________
28811 [  8433] By: nick                                  on 2001/01/13  11:31:55
28812         Log: VMS friendly patch to Encode compile process
28813      Branch: perlio
28814            ! ext/Encode/Makefile.PL ext/Encode/compile
28815 ____________________________________________________________________________
28816 [  8432] By: nick                                  on 2001/01/13  11:06:44
28817         Log: Integrate mainline
28818      Branch: perlio
28819           +> ext/B/B/Concise.pm
28820           !> (integrate 52 files)
28821 ____________________________________________________________________________
28822 [  8431] By: jhi                                   on 2001/01/13  05:55:55
28823         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
28824              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28825              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
28826              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
28827      Branch: perl
28828            ! ext/B/B/Concise.pm
28829 ____________________________________________________________________________
28830 [  8430] By: jhi                                   on 2001/01/13  04:24:18
28831         Log: The LVRET macro needed an aTHX.
28832      Branch: perl
28833            ! pp.h
28834 ____________________________________________________________________________
28835 [  8429] By: jhi                                   on 2001/01/13  02:12:42
28836         Log: Update Changes.
28837      Branch: perl
28838            ! Changes patchlevel.h
28839 ____________________________________________________________________________
28840 [  8428] By: jhi                                   on 2001/01/13  02:08:50
28841         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
28842              From: Peter Prymmer <pvhp@forte.com>
28843              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
28844              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
28845              
28846              Add a BEGIN guard for sloppy floating point division.
28847      Branch: perl
28848            ! lib/Math/BigInt.pm lib/bigint.pl
28849 ____________________________________________________________________________
28850 [  8427] By: jhi                                   on 2001/01/13  01:47:16
28851         Log: The B::Terse drop-in replacement wasn't quite drop-in.
28852      Branch: perl
28853            ! ext/B/B/Terse.pm
28854 ____________________________________________________________________________
28855 [  8426] By: jhi                                   on 2001/01/12  21:20:43
28856         Log: Use UVXf.
28857      Branch: perl
28858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28859            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
28860            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28861            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28862            ! win32/config.gc win32/config.vc
28863 ____________________________________________________________________________
28864 [  8425] By: jhi                                   on 2001/01/12  20:20:14
28865         Log: Subject: [PATCH perl@8342] -Wformat
28866              From: Robin Barker <rmb1@cise.npl.co.uk>
28867              Date: Fri, 12 Jan 2001 20:03:14 GMT
28868              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
28869      Branch: perl
28870            ! ext/Encode/Encode.xs mg.c sv.c toke.c
28871 ____________________________________________________________________________
28872 [  8424] By: jhi                                   on 2001/01/12  20:01:48
28873         Log: Subject: B::Concise -- an improved replacement for B::Terse 
28874              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28875              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
28876              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
28877      Branch: perl
28878            + ext/B/B/Concise.pm
28879            ! MANIFEST ext/B/B/Terse.pm
28880 ____________________________________________________________________________
28881 [  8423] By: jhi                                   on 2001/01/12  19:24:02
28882         Log: The new metaconfig unit from the #8421.
28883      Branch: metaconfig/U/perl
28884            + d_sigprocmask.U
28885 ____________________________________________________________________________
28886 [  8422] By: jhi                                   on 2001/01/12  19:23:43
28887         Log: Forgot the microperl config from the #8421.
28888      Branch: perl
28889            ! uconfig.h uconfig.sh
28890 ____________________________________________________________________________
28891 [  8421] By: jhi                                   on 2001/01/12  19:05:27
28892         Log: Add sigprocmask() probe, regen Configure, regen toc.
28893      Branch: perl
28894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28895            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
28896            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28897            ! vos/config.ga.h win32/config.bc win32/config.gc
28898            ! win32/config.vc
28899 ____________________________________________________________________________
28900 [  8420] By: jhi                                   on 2001/01/12  18:34:31
28901         Log: Add sockatmark() to the todo list.
28902      Branch: perl
28903            ! Todo-5.6
28904 ____________________________________________________________________________
28905 [  8419] By: jhi                                   on 2001/01/12  18:09:46
28906         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
28907      Branch: perl
28908            ! op.c
28909 ____________________________________________________________________________
28910 [  8418] By: jhi                                   on 2001/01/12  18:05:30
28911         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
28912              From: Radu Greab <radu@netsoft.ro>
28913              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
28914              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
28915      Branch: perl
28916            ! op.c t/pragma/sub_lval.t
28917 ____________________________________________________________________________
28918 [  8417] By: jhi                                   on 2001/01/12  16:09:09
28919         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
28920              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
28921              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
28922              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
28923      Branch: perl
28924            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
28925            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
28926            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
28927            ! t/pragma/sub_lval.t toke.c
28928 ____________________________________________________________________________
28929 [  8416] By: jhi                                   on 2001/01/12  15:42:06
28930         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
28931              From: "Richard Soderberg" <rs@crystalflame.net>
28932              Date: Fri, 12 Jan 2001 04:49:35 -0800
28933              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
28934              
28935              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
28936              according to the platform.
28937      Branch: perl
28938            ! op.c
28939 ____________________________________________________________________________
28940 [  8415] By: jhi                                   on 2001/01/12  15:33:41
28941         Log: One more UTF-8 fix from Inaba Hiroto.
28942      Branch: perl
28943            ! pp.c regexec.c t/pragma/utf8.t
28944 ____________________________________________________________________________
28945 [  8414] By: jhi                                   on 2001/01/12  15:30:18
28946         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
28947      Branch: perl
28948            ! regexec.c
28949 ____________________________________________________________________________
28950 [  8413] By: jhi                                   on 2001/01/12  15:22:10
28951         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
28952              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28953              Date: Thu, 11 Jan 2001 12:53:36 +0100
28954              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
28955      Branch: perl
28956            ! toke.c
28957 ____________________________________________________________________________
28958 [  8412] By: jhi                                   on 2001/01/12  15:20:25
28959         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
28960              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28961              Date: Fri, 12 Jan 2001 14:37:55 +0100
28962              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
28963      Branch: perl
28964            ! hints/posix-bc.sh
28965 ____________________________________________________________________________
28966 [  8411] By: jhi                                   on 2001/01/12  15:14:14
28967         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
28968              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28969              Date: Fri, 12 Jan 2001 10:42:21 +0100
28970              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
28971      Branch: perl
28972            ! t/op/regmesg.t
28973 ____________________________________________________________________________
28974 [  8410] By: jhi                                   on 2001/01/12  05:48:55
28975         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
28976              From: Nicholas Clark <nick@ccl4.org> 
28977              Date: Sun, 7 Jan 2001 19:47:14 +0000
28978              Message-ID: <20010107194714.B1048@plum.flirble.org>
28979      Branch: perl
28980            ! t/op/numconvert.t
28981 ____________________________________________________________________________
28982 [  8409] By: jhi                                   on 2001/01/12  05:41:28
28983         Log: Integrate perlio.
28984      Branch: perl
28985           !> mg.c scope.h
28986 ____________________________________________________________________________
28987 [  8408] By: nick                                  on 2001/01/11  22:43:28
28988         Log: Remove variables that were used in experiments.
28989      Branch: perlio
28990            ! mg.c
28991 ____________________________________________________________________________
28992 [  8407] By: nick                                  on 2001/01/11  20:57:44
28993         Log: Catch die in %SIG handler and unblock the signal before re-dying.
28994              This make Linux work _without_ sigsetjmp().
28995              Turn off sigsetjmp() to see what else it does.
28996              May need Configure probe for sigprocmask() if anything has sigaction()
28997              but not sigprocmask().
28998      Branch: perlio
28999            ! mg.c scope.h
29000 ____________________________________________________________________________
29001 [  8406] By: nick                                  on 2001/01/11  19:32:07
29002         Log: Integrate mainline
29003      Branch: perlio
29004           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
29005           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
29006           !> t/op/substr.t
29007 ____________________________________________________________________________
29008 [  8405] By: jhi                                   on 2001/01/11  17:11:01
29009         Log: Fix UTF-8 lval substr().
29010      Branch: perl
29011            ! mg.c t/op/substr.t
29012 ____________________________________________________________________________
29013 [  8404] By: jhi                                   on 2001/01/11  05:13:58
29014         Log: Update Changes.
29015      Branch: perl
29016            ! Changes patchlevel.h
29017 ____________________________________________________________________________
29018 [  8403] By: jhi                                   on 2001/01/11  04:38:24
29019         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
29020              From: Hugo <hv@crypt.compulink.co.uk>
29021              Date: Mon, 30 Oct 2000 01:33:26 +0000
29022              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
29023      Branch: perl
29024            ! regexec.c t/op/re_tests
29025 ____________________________________________________________________________
29026 [  8402] By: jhi                                   on 2001/01/11  04:26:12
29027         Log: Integrate perlio.
29028      Branch: perl
29029           !> scope.h util.c
29030 ____________________________________________________________________________
29031 [  8401] By: nick                                  on 2001/01/10  22:52:55
29032         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
29033              (So Alan and Ilya can try setting via hints.)
29034              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
29035              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
29036              doing the save everywhere seems to restart read() correctly, but just
29037              doing it once "round" the handler does not.
29038      Branch: perlio
29039            ! scope.h
29040 ____________________________________________________________________________
29041 [  8400] By: jhi                                   on 2001/01/10  21:57:54
29042         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
29043              of IRIX, HP-UX is unaffected.
29044      Branch: perl
29045            ! perl.h
29046 ____________________________________________________________________________
29047 [  8399] By: nick                                  on 2001/01/10  21:29:19
29048         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
29049      Branch: perlio
29050            ! util.c
29051 ____________________________________________________________________________
29052 [  8398] By: jhi                                   on 2001/01/10  20:55:31
29053         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
29054              also have ReusePort.
29055      Branch: perl
29056            ! ext/IO/lib/IO/Socket/INET.pm
29057 ____________________________________________________________________________
29058 [  8397] By: jhi                                   on 2001/01/10  20:50:57
29059         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29060              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29061              Date: Wed, 10 Jan 2001 01:38:13 -0800
29062              Message-ID: <20010110013813.B41744@yahoo-inc.com>
29063      Branch: perl
29064            ! ext/IO/lib/IO/Socket/INET.pm
29065 ____________________________________________________________________________
29066 [  8396] By: jhi                                   on 2001/01/10  20:49:30
29067         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
29068              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29069              Date: Wed, 10 Jan 2001 01:37:32 -0800
29070              Message-ID: <20010110013732.A41744@yahoo-inc.com>
29071      Branch: perl
29072            ! ext/Socket/Socket.pm
29073 ____________________________________________________________________________
29074 [  8395] By: jhi                                   on 2001/01/10  20:41:37
29075         Log: Test for bug id 20010105.016 (fixed by #8378).
29076      Branch: perl
29077            ! t/op/split.t
29078 ____________________________________________________________________________
29079 [  8394] By: jhi                                   on 2001/01/10  20:26:32
29080         Log: Integrate perlio.
29081      Branch: perl
29082            ! util.c
29083 ____________________________________________________________________________
29084 [  8393] By: nick                                  on 2001/01/10  19:34:30
29085         Log: Back out Simon's pid hackery for now.
29086      Branch: perlio
29087            ! util.c
29088 ____________________________________________________________________________
29089 [  8392] By: nick                                  on 2001/01/10  19:23:13
29090         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
29091      Branch: perlio
29092           !> (integrate 29 files)
29093 ____________________________________________________________________________
29094 [  8391] By: jhi                                   on 2001/01/10  18:43:15
29095         Log: Subject: [PATCH] Fix my_pclose segfault
29096              From: Simon Cozens <simon@cozens.net>
29097              Date: Wed, 10 Jan 2001 18:39:35 +0000
29098              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
29099      Branch: perl
29100            ! util.c
29101 ____________________________________________________________________________
29102 [  8390] By: jhi                                   on 2001/01/10  18:42:08
29103         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
29104              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29105              Date:     Wed, 10 Jan 2001 13:23:02 EST
29106              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
29107      Branch: perl
29108            ! ext/Opcode/Opcode.xs
29109 ____________________________________________________________________________
29110 [  8389] By: jhi                                   on 2001/01/10  15:16:07
29111         Log: Turn off the integer preservation for now.
29112      Branch: perl
29113            ! perl.h
29114 ____________________________________________________________________________
29115 [  8388] By: jhi                                   on 2001/01/10  15:01:25
29116         Log: Few more IDE/editor nits from p5p.
29117      Branch: perl
29118            ! pod/perlfaq3.pod
29119 ____________________________________________________________________________
29120 [  8387] By: jhi                                   on 2001/01/10  06:53:16
29121         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
29122              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
29123              Date: Tue, 9 Jan 2001 23:16:02 +0000
29124              Message-ID: <20010109231602.A81101@plum.flirble.org>
29125      Branch: perl
29126            ! sv.c
29127 ____________________________________________________________________________
29128 [  8386] By: jhi                                   on 2001/01/10  03:17:54
29129         Log: Test cases for #8385 (from Simon's "torture.pl")
29130      Branch: perl
29131            ! t/op/tr.t
29132 ____________________________________________________________________________
29133 [  8385] By: jhi                                   on 2001/01/10  03:17:11
29134         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
29135              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
29136              Date: Wed, 10 Jan 2001 11:39:39 +0900
29137              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
29138              
29139              Some more UTF-8 tr cases fixed.
29140      Branch: perl
29141            ! doop.c
29142 ____________________________________________________________________________
29143 [  8384] By: jhi                                   on 2001/01/09  22:45:40
29144         Log: Allow the locale test needing POSIX and the taint test
29145              needing IPC::SysV to run under 'minitest' (basically,
29146              bail out if loading the extension fails)
29147      Branch: perl
29148            ! t/op/misc.t t/op/taint.t
29149 ____________________________________________________________________________
29150 [  8383] By: jhi                                   on 2001/01/09  21:36:04
29151         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29152              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29153              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
29154              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
29155      Branch: perl
29156            ! t/io/openpid.t
29157 ____________________________________________________________________________
29158 [  8382] By: jhi                                   on 2001/01/09  21:06:08
29159         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
29160              Should finish up the bug id 20001205.022.
29161      Branch: perl
29162            ! pp.c pp_hot.c scope.c
29163 ____________________________________________________________________________
29164 [  8381] By: jhi                                   on 2001/01/09  18:27:43
29165         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
29166              From: Andy Dougherty <doughera@lafayette.edu>
29167              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
29168              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
29169              
29170              More robust yacc/bison error detection.
29171      Branch: perl
29172            ! t/comp/proto.t
29173 ____________________________________________________________________________
29174 [  8380] By: jhi                                   on 2001/01/09  15:21:38
29175         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
29176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29177              Date:     Tue, 9 Jan 2001 07:53:55 EST
29178              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
29179      Branch: perl
29180            ! t/op/misc.t vms/test.com
29181 ____________________________________________________________________________
29182 [  8379] By: jhi                                   on 2001/01/09  15:20:38
29183         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
29184              From: jhi@cc.hut.fi
29185              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
29186              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
29187              
29188              The #8378 fixed this.
29189      Branch: perl
29190            ! t/op/tr.t
29191 ____________________________________________________________________________
29192 [  8378] By: jhi                                   on 2001/01/09  15:05:32
29193         Log: Subject: One more patch for UTF8 
29194              From: Inaba Hiroto <inaba@st.rim.or.jp>
29195              Date: Tue, 09 Jan 2001 01:04:32 +0900
29196              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
29197              
29198              UTF-8 fixes for 'x' and tr///.
29199      Branch: perl
29200            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
29201            ! regcomp.c regexec.c toke.c utf8.c
29202 ____________________________________________________________________________
29203 [  8377] By: jhi                                   on 2001/01/09  14:32:17
29204         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
29205      Branch: perl
29206            ! t/op/length.t
29207 ____________________________________________________________________________
29208 [  8376] By: jhi                                   on 2001/01/09  04:32:32
29209         Log: integrate changes #7775, #8316, #8316 from mainline
29210      Branch: maint-5.6/perl
29211            ! hints/solaris_2.sh
29212 ____________________________________________________________________________
29213 [  8375] By: jhi                                   on 2001/01/09  04:26:43
29214         Log: Update Changes.
29215      Branch: perl
29216            ! Changes patchlevel.h
29217 ____________________________________________________________________________
29218 [  8374] By: jhi                                   on 2001/01/09  04:14:32
29219         Log: IDE/editor section tweaking.
29220      Branch: perl
29221            ! pod/perlfaq3.pod
29222 ____________________________________________________________________________
29223 [  8373] By: jhi                                   on 2001/01/09  02:38:26
29224         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
29225              From: Peter Prymmer <pvhp@forte.com>
29226              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
29227              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
29228              
29229              In preparation os OS/390 dynamic loading.
29230      Branch: perl
29231            ! README.os390 hints/os390.sh
29232 ____________________________________________________________________________
29233 [  8372] By: jhi                                   on 2001/01/09  00:24:30
29234         Log: Integrate with perlio.
29235      Branch: perl
29236           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29237 ____________________________________________________________________________
29238 [  8371] By: nick                                  on 2001/01/08  23:54:33
29239         Log: Fix "scalars leaked" bugs caused by overload magic
29240              (Highlighted by Ilya's DESTROY optimization.)
29241      Branch: perlio
29242            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29243 ____________________________________________________________________________
29244 [  8370] By: nick                                  on 2001/01/08  20:19:41
29245         Log: Integrate mainline
29246      Branch: perlio
29247           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
29248           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
29249           !> t/op/64bitint.t
29250 ____________________________________________________________________________
29251 [  8369] By: jhi                                   on 2001/01/08  17:30:52
29252         Log: save_delete() Safefree() doesn't (anymore?) work with shared
29253              strings, one test failure in op/misc and almost all of lib/b.
29254              (Outcomments #8369.)
29255      Branch: perl
29256            ! scope.c
29257 ____________________________________________________________________________
29258 [  8368] By: jhi                                   on 2001/01/08  14:47:10
29259         Log: (Outcommented by #8369.)
29260              
29261              Subject: Re: Perl BugID 20001205.022 ---- save_delete
29262              From: Simon Cozens <simon@cozens.net>
29263              Date: Sat, 6 Jan 2001 11:48:40 +0000
29264              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
29265              
29266              The save_delete() does need the Safefree.
29267      Branch: perl
29268            ! scope.c
29269 ____________________________________________________________________________
29270 [  8367] By: bailey                                on 2001/01/08  08:53:52
29271         Log: Once again syncing after too long an absence
29272      Branch: vmsperl
29273           +> (branch 55 files)
29274            - MAINTAIN fix_pl vos/config.def vos/config.h
29275            - vos/config_h.SH_orig
29276           !> (integrate 498 files)
29277 ____________________________________________________________________________
29278 [  8366] By: jhi                                   on 2001/01/08  02:42:59
29279         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
29280              From: nick@ccl4.org
29281              Date: Sun, 7 Jan 2001 21:07:18 +0000
29282              Message-Id: <20010107210717.D1048@plum.flirble.org>
29283      Branch: perl
29284            ! sv.c t/op/64bitint.t
29285 ____________________________________________________________________________
29286 [  8365] By: jhi                                   on 2001/01/08  02:35:16
29287         Log: Subject: [PATCH] environ nit
29288              From: Simon Cozens <simon@cozens.net>
29289              Date: Sun, 7 Jan 2001 17:57:07 +0000
29290              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
29291              
29292              Use environ only if we have it.
29293      Branch: perl
29294            ! mg.c
29295 ____________________________________________________________________________
29296 [  8364] By: jhi                                   on 2001/01/08  02:24:51
29297         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
29298      Branch: perl
29299            ! ext/GDBM_File/GDBM_File.xs
29300 ____________________________________________________________________________
29301 [  8363] By: jhi                                   on 2001/01/08  02:19:24
29302         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29303              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29304              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
29305              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
29306      Branch: perl
29307            ! dump.c op.c
29308 ____________________________________________________________________________
29309 [  8362] By: jhi                                   on 2001/01/08  02:17:43
29310         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
29311              From: Doug MacEachern <dougm@covalent.net>
29312              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
29313              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
29314              
29315              Allow AUTOLOAD to be an xsub and allow such xsubs
29316              to avoid use of $AUTOLOAD.
29317      Branch: perl
29318            ! gv.c
29319 ____________________________________________________________________________
29320 [  8361] By: jhi                                   on 2001/01/08  02:16:07
29321         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29322              From: Radu Greab <radu@netsoft.ro>
29323              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
29324              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
29325              
29326              No need for the potentially unportable $SIG{CHLD}.
29327      Branch: perl
29328            ! t/io/pipe.t
29329 ____________________________________________________________________________
29330 [  8360] By: jhi                                   on 2001/01/08  01:58:23
29331         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
29332      Branch: perl
29333            ! lib/Getopt/Long.pm
29334 ____________________________________________________________________________
29335 [  8359] By: jhi                                   on 2001/01/08  01:55:44
29336         Log: Integrate perlio.
29337      Branch: perl
29338           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
29339           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
29340           !> utf8.c win32/Makefile
29341 ____________________________________________________________________________
29342 [  8358] By: jhi                                   on 2001/01/07  21:16:50
29343         Log: Update the EPOC cross SDK URL.
29344      Branch: perl
29345            ! README.epoc
29346 ____________________________________________________________________________
29347 [  8357] By: jhi                                   on 2001/01/07  21:16:09
29348         Log: Update the EPOC cross SDK URL.
29349      Branch: maint-5.6/perl
29350            ! README.epoc
29351 ____________________________________________________________________________
29352 [  8356] By: nick                                  on 2001/01/06  21:47:52
29353         Log: FILE * in XS code for PerlIO world:
29354              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
29355              - Add FILE * T_STDIO typemap.
29356              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
29357      Branch: perlio
29358            ! lib/ExtUtils/typemap perlio.c perlio.h
29359 ____________________________________________________________________________
29360 [  8355] By: jhi                                   on 2001/01/06  20:27:15
29361         Log: integrate change #8336 from mainline
29362              
29363              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
29364      Branch: maint-5.6/perl
29365            ! hv.c
29366 ____________________________________________________________________________
29367 [  8354] By: jhi                                   on 2001/01/06  20:24:29
29368         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29369              From: Robin Barker <rmb1@cise.npl.co.uk>
29370              Date: Fri, 22 Dec 2000 12:17:38 GMT
29371              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
29372              
29373              The patch reformats some long =item lines so they give
29374              correct output via pod2man | nroff -man
29375              
29376              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29377              From: Robin Barker <rmb1@cise.npl.co.uk>
29378              Date: Tue, 2 Jan 2001 15:35:03 GMT
29379              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
29380              
29381              Here is a _further_ patch which corrects a few more errors:
29382              * an empty C<=item> in CPAN.pm
29383              * patching the wrong file (pod/perlamiga.pod not README.amiga)
29384              * leaving empty C<=item>s which formatted incorrectly
29385              * over long C<=item>s revealed by latest patch to Pod::Man
29386      Branch: maint-5.6/perl
29387            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29388            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29389            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
29390            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
29391            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
29392            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
29393 ____________________________________________________________________________
29394 [  8353] By: jhi                                   on 2001/01/06  20:21:10
29395         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
29396              
29397              UTF-8 hash keys.
29398      Branch: maint-5.6/perl
29399            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
29400 ____________________________________________________________________________
29401 [  8352] By: jhi                                   on 2001/01/06  20:18:44
29402         Log: Forgotten from #8438.
29403      Branch: maint-5.6/perl
29404            ! epoc/epocish.h
29405 ____________________________________________________________________________
29406 [  8351] By: jhi                                   on 2001/01/06  20:18:12
29407         Log: Forgotten from #8347.
29408      Branch: maint-5.6/perl
29409            ! config_h.SH
29410 ____________________________________________________________________________
29411 [  8350] By: jhi                                   on 2001/01/06  20:00:19
29412         Log: Thinko in #8347.
29413      Branch: maint-5.6/perl
29414            ! regcomp.c
29415 ____________________________________________________________________________
29416 [  8349] By: jhi                                   on 2001/01/06  18:05:30
29417         Log: Copy the FAQ3 IDE section from the development branch,
29418              changes originally by Peter Prymmer.
29419      Branch: maint-5.6/perl
29420            ! pod/perlfaq3.pod
29421 ____________________________________________________________________________
29422 [  8348] By: jhi                                   on 2001/01/06  18:03:02
29423         Log: EPOC updates for TRIAL1.
29424              
29425              Subject: [5.6.1 trial1] EPOC update
29426              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29427              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
29428              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
29429              
29430              Subject: epoc patch2 for perl-5.6.1-trial1
29431              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29432              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
29433              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
29434      Branch: maint-5.6/perl
29435            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
29436            ! epoc/epocish.c
29437 ____________________________________________________________________________
29438 [  8347] By: jhi                                   on 2001/01/06  17:29:10
29439         Log: integrate changes #7710,7824,7973 from mainline,
29440              plus VMS nits from Peter Prymmer and Dan Sugalski.
29441              
29442              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29443              library (getprotobyname and getprotobynumber are outversioned by
29444              the same calls in libc, at least for xlc version 3.
29445              
29446              Add HAS_SBRK_PROTO.
29447              
29448              Fixes for signedness warnings noticed by VMSperlers.
29449      Branch: maint-5.6/perl
29450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29451            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
29452            ! sv.c vms/descrip_mms.template vos/config.alpha.def
29453            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29454            ! win32/config.bc win32/config.gc win32/config.vc
29455 ____________________________________________________________________________
29456 [  8346] By: nick                                  on 2001/01/06  14:36:01
29457         Log: Fixup accumulated integrate muddles (perlio == devperl again)
29458      Branch: perlio
29459            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
29460 ____________________________________________________________________________
29461 [  8345] By: nick                                  on 2001/01/06  14:24:58
29462         Log: Integrate mainline
29463      Branch: perlio
29464           !> (integrate 55 files)
29465 ____________________________________________________________________________
29466 [  8344] By: jhi                                   on 2001/01/06  02:24:02
29467         Log: Subject: [patch] PerlIO_cleanup() prototype
29468              From: Doug MacEachern <dougm@covalent.net>
29469              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
29470              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
29471      Branch: perl
29472            ! perlio.h
29473 ____________________________________________________________________________
29474 [  8343] By: jhi                                   on 2001/01/06  01:04:09
29475         Log: IRIX compiler noticed that the bof initialization might be
29476              bypassed by control flow.
29477      Branch: perl
29478            ! toke.c
29479 ____________________________________________________________________________
29480 [  8342] By: jhi                                   on 2001/01/06  00:10:48
29481         Log: Update Changes.
29482      Branch: perl
29483            ! Changes patchlevel.h
29484 ____________________________________________________________________________
29485 [  8341] By: jhi                                   on 2001/01/05  23:52:33
29486         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
29487      Branch: perl
29488            ! toke.c
29489 ____________________________________________________________________________
29490 [  8340] By: jhi                                   on 2001/01/05  22:44:08
29491         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29492              From: Radu Greab <radu@netsoft.ro>
29493              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
29494              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
29495      Branch: perl
29496            ! t/io/pipe.t util.c
29497 ____________________________________________________________________________
29498 [  8339] By: jhi                                   on 2001/01/05  22:35:17
29499         Log: Subject: [PATCH] format and rewording in perlfaq.pod
29500              From: Robin Barker <rmb1@cise.npl.co.uk>
29501              Date: Fri, 5 Jan 2001 18:51:20 GMT
29502              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
29503      Branch: perl
29504            ! pod/perlfaq.pod
29505 ____________________________________________________________________________
29506 [  8338] By: jhi                                   on 2001/01/05  22:31:17
29507         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
29508              From: Peter Prymmer <pvhp@forte.com>
29509              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
29510              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
29511      Branch: perl
29512            ! utils/perlbug.PL
29513 ____________________________________________________________________________
29514 [  8337] By: jhi                                   on 2001/01/05  18:15:11
29515         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29516              From: Robin Barker <rmb1@cise.npl.co.uk>
29517              Date: Tue, 2 Jan 2001 15:24:07 GMT
29518              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
29519              
29520              If you call configure as C<./Configure> or C<sh ./Configure>,
29521              $src is set to the absolute path name, not '.'.
29522              
29523              This, in turn, means -Dmksymlink tries to do its stuff because
29524              it does not think it is in the src directory.
29525              
29526              (plus a metaconfig nitfix)
29527      Branch: metaconfig
29528            ! U/compline/ccflags.U U/modified/src.U
29529      Branch: perl
29530            ! Configure config_h.SH
29531 ____________________________________________________________________________
29532 [  8336] By: jhi                                   on 2001/01/05  17:48:32
29533         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
29534              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29535              Message-ID: <3A5606C4.473D2226@uk.sun.com>
29536              Date: Fri, 05 Jan 2001 17:39:16 +0000
29537      Branch: perl
29538            ! hv.c
29539 ____________________________________________________________________________
29540 [  8335] By: jhi                                   on 2001/01/05  16:05:44
29541         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
29542      Branch: perl
29543            ! lib/Getopt/Long.pm
29544 ____________________________________________________________________________
29545 [  8334] By: jhi                                   on 2001/01/05  16:00:51
29546         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29547              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29548              Date: Fri, 05 Jan 2001 13:46:51 +0100
29549              Message-ID: <13693.978698811@nice.ram.loc>
29550              
29551              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29552              accurate reading of the "atime".  
29553      Branch: perl
29554            ! t/io/fs.t
29555 ____________________________________________________________________________
29556 [  8333] By: jhi                                   on 2001/01/05  15:57:37
29557         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
29558              From: Simon Cozens <simon@cozens.net>
29559              Date: Fri, 8 Dec 2000 13:33:31 +0000
29560              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
29561              
29562              A lost patch fragment.
29563      Branch: perl
29564            ! doop.c
29565 ____________________________________________________________________________
29566 [  8332] By: jhi                                   on 2001/01/05  15:40:42
29567         Log: Do away with strncpy() and a fixed length buffer.
29568      Branch: perl
29569            ! utf8.c
29570 ____________________________________________________________________________
29571 [  8331] By: jhi                                   on 2001/01/05  15:03:07
29572         Log: Tests for #8329 and #8330.
29573      Branch: perl
29574            ! t/op/bop.t
29575 ____________________________________________________________________________
29576 [  8330] By: jhi                                   on 2001/01/05  15:02:38
29577         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
29578              raw 8-bit form to the UTF-8 string.
29579      Branch: perl
29580            ! toke.c
29581 ____________________________________________________________________________
29582 [  8329] By: jhi                                   on 2001/01/05  14:55:13
29583         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
29584              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29585              Date: Fri, 5 Jan 2001 12:28:52 +0100
29586              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
29587              
29588              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
29589              no effect.  (changed the strncpy() to Copy())
29590      Branch: perl
29591            ! toke.c
29592 ____________________________________________________________________________
29593 [  8328] By: jhi                                   on 2001/01/05  06:44:27
29594         Log: UTF-8 cleanup.
29595      Branch: perl
29596            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29597            ! regexec.c sv.c toke.c
29598 ____________________________________________________________________________
29599 [  8327] By: jhi                                   on 2001/01/05  01:11:29
29600         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')
29601              From: Radu Greab <radu@netsoft.ro>
29602              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
29603              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
29604              
29605              Cleans up Harness to not use FileHandle, which uses IO.
29606      Branch: perl
29607            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29608 ____________________________________________________________________________
29609 [  8326] By: jhi                                   on 2001/01/05  00:56:37
29610         Log: Update Changes.
29611      Branch: perl
29612            ! Changes patchlevel.h
29613 ____________________________________________________________________________
29614 [  8325] By: jhi                                   on 2001/01/05  00:53:18
29615         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
29616              From: Peter Prymmer <pvhp@forte.com>
29617              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
29618              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
29619              
29620              plus a couple more tailing whitespace removals.
29621      Branch: perl
29622            ! win32/Makefile
29623 ____________________________________________________________________________
29624 [  8324] By: jhi                                   on 2001/01/05  00:47:39
29625         Log: Add some Unicode chop() tests.
29626      Branch: perl
29627            ! t/op/chop.t
29628 ____________________________________________________________________________
29629 [  8323] By: jhi                                   on 2001/01/05  00:47:23
29630         Log: Unify UTF-8 malformedness handling.
29631      Branch: perl
29632            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
29633 ____________________________________________________________________________
29634 [  8322] By: jhi                                   on 2001/01/04  22:21:54
29635         Log: The new $issymlink was unknown to Mksymlinks.
29636      Branch: metaconfig/U/perl
29637            ! Mksymlinks.U issymlink.U
29638      Branch: perl
29639            ! Configure config_h.SH
29640 ____________________________________________________________________________
29641 [  8321] By: jhi                                   on 2001/01/04  21:51:05
29642         Log: The test didn't work under the core test framework.
29643      Branch: perl
29644            ! t/lib/st-lock.t
29645 ____________________________________________________________________________
29646 [  8320] By: jhi                                   on 2001/01/04  21:14:22
29647         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29648      Branch: perl
29649            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
29650 ____________________________________________________________________________
29651 [  8319] By: jhi                                   on 2001/01/04  20:46:17
29652         Log: Typo in #8312 when manually appying a problematic patch fragment.
29653      Branch: perl
29654            ! ext/Storable/Storable.xs
29655 ____________________________________________________________________________
29656 [  8318] By: jhi                                   on 2001/01/04  20:43:01
29657         Log: The $sh_c didn't fly.
29658      Branch: metaconfig
29659            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
29660            ! U/modified/Loc.U U/modified/myhostname.U
29661            ! U/modified/spitshell.U
29662      Branch: metaconfig/U/perl
29663            ! issymlink.U
29664      Branch: perl
29665            ! Configure config_h.SH
29666 ____________________________________________________________________________
29667 [  8317] By: jhi                                   on 2001/01/04  19:58:01
29668         Log: AIX builtin test -h is broken, changes based on
29669              
29670              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
29671              Date: Tue, 02 Jan 2001 11:24:39 +0100
29672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29673              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
29674      Branch: metaconfig
29675            + U/modified/spitshell.U
29676            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
29677            ! U/modified/Loc.U U/modified/myhostname.U
29678      Branch: metaconfig/U/perl
29679            ! Mksymlinks.U issymlink.U
29680      Branch: perl
29681            ! Configure
29682 ____________________________________________________________________________
29683 [  8316] By: jhi                                   on 2001/01/04  19:02:22
29684         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
29685              From: Andy Dougherty <doughera@lafayette.edu>
29686              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
29687              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
29688              
29689              Beware of GNU ld.
29690      Branch: perl
29691            ! hints/solaris_2.sh
29692 ____________________________________________________________________________
29693 [  8315] By: jhi                                   on 2001/01/04  18:56:48
29694         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
29695              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
29696              Date: Wed, 3 Jan 2001 07:58:51 +0100
29697              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
29698      Branch: perl
29699            ! hints/solaris_2.sh
29700 ____________________________________________________________________________
29701 [  8314] By: jhi                                   on 2001/01/04  18:54:07
29702         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29703              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29704              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
29705              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
29706              
29707              Doc tweak on #8313.
29708      Branch: perl
29709            ! ext/B/B/Deparse.pm
29710 ____________________________________________________________________________
29711 [  8313] By: jhi                                   on 2001/01/04  18:52:27
29712         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
29713              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
29714              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29715              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
29716              
29717              Make the peephole optimizer to bypass more null ops and
29718              and rewrite the deparse handling of continue blocks.
29719      Branch: perl
29720            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
29721 ____________________________________________________________________________
29722 [  8312] By: jhi                                   on 2001/01/04  18:47:39
29723         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
29724      Branch: perl
29725            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
29726            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29727            ! t/lib/st-lock.t
29728 ____________________________________________________________________________
29729 [  8311] By: jhi                                   on 2001/01/04  18:36:08
29730         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
29731              filter to be run on each .pm during the pm_to_blib() phase,
29732              a fixed version of
29733              
29734              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
29735              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29736              Date: Wed, 03 Jan 2001 22:01:30 +0100
29737              Message-ID: <5296.978555690@nice.ram.loc>
29738      Branch: perl
29739            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
29740            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29741            ! lib/ExtUtils/MakeMaker.pm
29742 ____________________________________________________________________________
29743 [  8310] By: jhi                                   on 2001/01/04  18:32:54
29744         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29745              From: Robin Barker <rmb1@cise.npl.co.uk>
29746              Date: Tue, 2 Jan 2001 15:35:03 GMT
29747              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
29748      Branch: perl
29749            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
29750            ! pod/perlrequick.pod
29751 ____________________________________________________________________________
29752 [  8309] By: jhi                                   on 2001/01/04  18:29:07
29753         Log: Subject: Re: [patch] static-ize XS()
29754              From: Doug MacEachern <dougm@covalent.net>
29755              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
29756              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
29757              
29758              Provide prototypes for the XS functions.
29759      Branch: perl
29760            ! lib/ExtUtils/xsubpp
29761 ____________________________________________________________________________
29762 [  8308] By: jhi                                   on 2001/01/04  18:27:44
29763         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
29764              From: Doug MacEachern <dougm@covalent.net>
29765              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
29766              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
29767      Branch: perl
29768            ! lib/ExtUtils/typemap
29769 ____________________________________________________________________________
29770 [  8307] By: jhi                                   on 2001/01/04  18:25:25
29771         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
29772              From: Doug MacEachern <dougm@covalent.net>
29773              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
29774              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
29775              
29776              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
29777      Branch: perl
29778            ! lib/ExtUtils/MM_Unix.pm
29779 ____________________________________________________________________________
29780 [  8306] By: jhi                                   on 2001/01/04  18:23:00
29781         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
29782              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29783              Date: Thu, 4 Jan 2001 12:47:10 +0100 
29784              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
29785              
29786              The toke.c part only, patching embed.h and proto.h is futile.
29787      Branch: perl
29788            ! toke.c
29789 ____________________________________________________________________________
29790 [  8305] By: jhi                                   on 2001/01/04  18:05:51
29791         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
29792              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29793              Date: Thu, 4 Jan 2001 17:50:12 +0100 
29794              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
29795      Branch: perl
29796            ! toke.c
29797 ____________________________________________________________________________
29798 [  8304] By: jhi                                   on 2001/01/04  18:03:26
29799         Log: Subject: [PATCH perl@8269]
29800              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29801              Date: Thu, 4 Jan 2001 12:53:39 +0100 
29802              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
29803              
29804              If running byacc write-enable also perly.h.
29805      Branch: perl
29806            ! Makefile.SH
29807 ____________________________________________________________________________
29808 [  8303] By: jhi                                   on 2001/01/04  15:40:49
29809         Log: Rewrite pp_concat() in terms of sv_catsv().
29810      Branch: perl
29811            ! pp_hot.c
29812 ____________________________________________________________________________
29813 [  8302] By: nick                                  on 2001/01/03  22:43:22
29814         Log: Integrate mainline.
29815      Branch: perlio
29816           !> ext/Encode/Encode.xs sv.c utf8.c
29817 ____________________________________________________________________________
29818 [  8301] By: jhi                                   on 2001/01/02  23:40:26
29819         Log: Variable naming tweak.
29820      Branch: perl
29821            ! sv.c
29822 ____________________________________________________________________________
29823 [  8300] By: jhi                                   on 2001/01/02  23:40:02
29824         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
29825              in is_utf8_string().
29826      Branch: perl
29827            ! utf8.c
29828 ____________________________________________________________________________
29829 [  8299] By: jhi                                   on 2001/01/02  22:14:40
29830         Log: Integrate perlio.
29831      Branch: perl
29832           !> pp.c pp_hot.c win32/Makefile
29833 ____________________________________________________________________________
29834 [  8298] By: nick                                  on 2001/01/02  22:03:06
29835         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
29836      Branch: perlio
29837            ! pp.c pp_hot.c
29838 ____________________________________________________________________________
29839 [  8297] By: jhi                                   on 2001/01/02  04:26:28
29840         Log: Signedness nit.
29841      Branch: perl
29842            ! ext/Encode/Encode.xs
29843 ____________________________________________________________________________
29844 [  8296] By: nick                                  on 2001/01/01  23:49:36
29845         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
29846      Branch: perlio
29847            ! win32/Makefile
29848 ____________________________________________________________________________
29849 [  8295] By: jhi                                   on 2001/01/01  23:05:48
29850         Log: Integrate perlio.
29851      Branch: perl
29852           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
29853           !> t/lib/encode.t
29854 ____________________________________________________________________________
29855 [  8294] By: nick                                  on 2001/01/01  22:48:34
29856         Log: Integrate mainline
29857      Branch: perlio
29858            ! pp_hot.c t/lib/encode.t
29859           !> (integrate 65 files)
29860 ____________________________________________________________________________
29861 [  8293] By: nick                                  on 2001/01/01  21:58:50
29862         Log: More rigor in UTF-8-ness of Encode's toUnicode
29863              XS export some of the utf8 internal functions.
29864              Test some of the functions.
29865              Fix pp_concat() bug shown by said tests.
29866      Branch: perlio
29867            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
29868            ! t/lib/encode.t
29869 ____________________________________________________________________________
29870 [  8292] By: jhi                                   on 2001/01/01  18:11:44
29871         Log: Integrate perlio.
29872      Branch: perl
29873           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29874           !> ext/Encode/encengine.c ext/Encode/encode.h
29875 ____________________________________________________________________________
29876 [  8291] By: jhi                                   on 2001/01/01  18:10:58
29877         Log: Podify README.mpeix (a new version from the web),
29878              add a dummy NAME to Carp::Heavy, regen toc.
29879      Branch: perl
29880            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
29881            ! pod/perltoc.pod
29882 ____________________________________________________________________________
29883 [  8290] By: nick                                  on 2001/01/01  17:43:47
29884         Log: Loose the "Loading..." warning.
29885              Another bug in fallback support
29886      Branch: perlio
29887            ! ext/Encode/Encode.pm ext/Encode/encengine.c
29888 ____________________________________________________________________________
29889 [  8289] By: jhi                                   on 2001/01/01  00:01:57
29890         Log: Bump up Larry's copyright.
29891      Branch: perl
29892            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
29893            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
29894            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
29895            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
29896            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
29897            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
29898            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
29899            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
29900 ____________________________________________________________________________
29901 [  8288] By: nick                                  on 2000/12/31  21:27:53
29902         Log: Fix .ucm reading - forgot a chr()
29903              Start of .ucm write (for .enc to .ucm)
29904      Branch: perlio
29905            ! ext/Encode/compile
29906 ____________________________________________________________________________
29907 [  8287] By: jhi                                   on 2000/12/31  18:15:56
29908         Log: Comment away a diagnostic message as noted by Craig A. Berry
29909              (the unexpected message was confusing testing)
29910      Branch: perl
29911            ! ext/Encode/Encode.pm
29912 ____________________________________________________________________________
29913 [  8286] By: jhi                                   on 2000/12/31  18:14:51
29914         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
29915              Date: Sun, 31 Dec 2000 11:17:37 -0600
29916              From: "Craig A. Berry" <craigberry@mac.com>
29917              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
29918      Branch: perl
29919            ! ext/Encode/Makefile.PL
29920 ____________________________________________________________________________
29921 [  8285] By: nick                                  on 2000/12/31  18:11:54
29922         Log: Start of support of ICU-style .ucm files:
29923              - teach compile how to read a .ucm file
29924              - first guess at how to represent fallbacks in "tries".
29925              - use fallbacks if check == 0
29926              - new return code to indicate we used one.
29927      Branch: perlio
29928            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29929            ! ext/Encode/encengine.c ext/Encode/encode.h
29930 ____________________________________________________________________________
29931 [  8284] By: jhi                                   on 2000/12/31  18:04:41
29932         Log: Pacify picky VMS compiler.
29933              
29934              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
29935              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29936              Date: Sat, 30 Dec 2000 18:10:02 -0600
29937              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
29938      Branch: perl
29939            ! sv.c
29940 ____________________________________________________________________________
29941 [  8283] By: jhi                                   on 2000/12/31  16:11:47
29942         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
29943      Branch: perl
29944            ! t/lib/glob-basic.t
29945 ____________________________________________________________________________
29946 [  8282] By: jhi                                   on 2000/12/31  15:26:11
29947         Log: Integrate perlio.
29948      Branch: perl
29949           !> makedef.pl opcode.pl os2/os2.c perlio.c
29950 ____________________________________________________________________________
29951 [  8281] By: nick                                  on 2000/12/31  10:06:15
29952         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
29953              is available to be exported
29954      Branch: perlio
29955            ! makedef.pl perlio.c
29956 ____________________________________________________________________________
29957 [  8280] By: nick                                  on 2000/12/31  09:41:26
29958         Log: Ilya's OS2 patch (testing for damage on Win32)
29959      Branch: perlio
29960            ! makedef.pl opcode.pl os2/os2.c
29961 ____________________________________________________________________________
29962 [  8279] By: jhi                                   on 2000/12/30  21:52:07
29963         Log: Test nits.
29964      Branch: perl
29965            ! t/lib/syslfs.t t/op/lfs.t
29966 ____________________________________________________________________________
29967 [  8278] By: jhi                                   on 2000/12/30  21:47:49
29968         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
29969              From: andreas.koenig@anima.de (Andreas J. Koenig)
29970              Date: 30 Dec 2000 22:35:37 +0100
29971              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
29972              
29973              The 32-bit wraparound test wasn't quite right.
29974      Branch: perl
29975            ! t/lib/syslfs.t t/op/lfs.t
29976 ____________________________________________________________________________
29977 [  8277] By: jhi                                   on 2000/12/30  21:33:44
29978         Log: Subject: [PATCH] open() example in perlfunc.pod 
29979              From: Karsten Sperling <s_sperli@ira.uka.de>
29980              Date: Sat, 30 Dec 2000 22:27:09 +0100
29981              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
29982      Branch: perl
29983            ! pod/perlfunc.pod
29984 ____________________________________________________________________________
29985 [  8276] By: jhi                                   on 2000/12/30  20:32:40
29986         Log: Not quite that many tests yet.
29987      Branch: perl
29988            ! t/op/pat.t
29989 ____________________________________________________________________________
29990 [  8275] By: jhi                                   on 2000/12/30  20:26:58
29991         Log: Integrate perlio.
29992      Branch: perl
29993           !> toke.c
29994 ____________________________________________________________________________
29995 [  8274] By: jhi                                   on 2000/12/30  20:24:56
29996         Log: Signedness nit.
29997      Branch: perl
29998            ! utf8.c
29999 ____________________________________________________________________________
30000 [  8273] By: jhi                                   on 2000/12/30  20:15:46
30001         Log: Add a test case for 20000731.001 which was fixed by the #8267.
30002      Branch: perl
30003            ! t/op/pat.t
30004 ____________________________________________________________________________
30005 [  8272] By: nick                                  on 2000/12/30  19:47:51
30006         Log: Tweak for MULTIPLICITY/USE_PERLIO
30007      Branch: perlio
30008            ! toke.c
30009 ____________________________________________________________________________
30010 [  8271] By: nick                                  on 2000/12/30  19:46:45
30011         Log: Integrate mainline
30012      Branch: perlio
30013           +> lib/unicode/distinct.pm
30014           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
30015           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
30016           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
30017 ____________________________________________________________________________
30018 [  8270] By: jhi                                   on 2000/12/30  19:39:50
30019         Log: Subject: RE: perl@8269
30020              From: "Richard Soderberg" <rs@crystalflame.net>
30021              Date: Sat, 30 Dec 2000 11:36:27 -0800
30022              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
30023              
30024              A missing aTHX_.
30025      Branch: perl
30026            ! toke.c
30027 ____________________________________________________________________________
30028 [  8269] By: jhi                                   on 2000/12/30  18:55:48
30029         Log: Update Changes.
30030      Branch: perl
30031            ! Changes patchlevel.h
30032 ____________________________________________________________________________
30033 [  8268] By: jhi                                   on 2000/12/30  17:18:40
30034         Log: Add a test for Unicode split //.  The #8267 was the cure.
30035      Branch: perl
30036            ! t/op/split.t
30037 ____________________________________________________________________________
30038 [  8267] By: jhi                                   on 2000/12/30  17:14:19
30039         Log: Subject: more UTF8 test suites and an UTF8 patch
30040              From: Inaba Hiroto <inaba@st.rim.or.jp>
30041              Date: Sat, 30 Dec 2000 14:27:10 +0900
30042              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
30043              
30044              Just the patch part for now, and the pragma renamed
30045              as unicode::distinct.
30046      Branch: perl
30047            + lib/unicode/distinct.pm
30048            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
30049            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
30050            ! regcomp.h regexec.c sv.c toke.c utf8.c
30051 ____________________________________________________________________________
30052 [  8266] By: nick                                  on 2000/12/30  16:40:49
30053         Log: Integrate mainline
30054      Branch: perlio
30055           +> lib/Pod/Text/Overstrike.pm
30056           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
30057           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
30058           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
30059           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
30060           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
30061 ____________________________________________________________________________
30062 [  8265] By: jhi                                   on 2000/12/30  07:28:55
30063         Log: The sv_catsv() fix, take two.
30064      Branch: perl
30065            ! sv.c t/op/join.t
30066 ____________________________________________________________________________
30067 [  8264] By: jhi                                   on 2000/12/30  06:19:18
30068         Log: Undo all the join-related changes since #8248: relevant
30069              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
30070              The new sv_catsv() doesn't fly so it must go back to
30071              the drawing board.
30072      Branch: perl
30073            ! sv.c t/op/join.t t/pragma/utf8.t
30074 ____________________________________________________________________________
30075 [  8263] By: jhi                                   on 2000/12/30  01:08:32
30076         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
30077      Branch: perl
30078            ! sv.c
30079 ____________________________________________________________________________
30080 [  8262] By: jhi                                   on 2000/12/30  00:45:14
30081         Log: Retract #8261.
30082      Branch: perl
30083            ! hv.c util.c
30084 ____________________________________________________________________________
30085 [  8261] By: jhi                                   on 2000/12/30  00:38:32
30086         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
30087      Branch: perl
30088            ! hv.c util.c
30089 ____________________________________________________________________________
30090 [  8260] By: jhi                                   on 2000/12/29  22:51:33
30091         Log: (Retracted by #8264)  More fixing for #8251.
30092      Branch: perl
30093            ! sv.c
30094 ____________________________________________________________________________
30095 [  8259] By: jhi                                   on 2000/12/29  18:27:30
30096         Log: Subject: podlators 1.06 released
30097              From: Russ Allbery <rra@stanford.edu>
30098              Date: 25 Dec 2000 05:09:30 -0800
30099              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
30100      Branch: perl
30101            + lib/Pod/Text/Overstrike.pm
30102            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
30103            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
30104 ____________________________________________________________________________
30105 [  8258] By: jhi                                   on 2000/12/29  18:20:45
30106         Log: Make the large file tests more robust/talkative as suggested by
30107              
30108              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30109              From: andreas.koenig@anima.de (Andreas J. Koenig)
30110              Date: 29 Dec 2000 14:23:01 +0100
30111              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
30112      Branch: perl
30113            ! t/lib/syslfs.t t/op/lfs.t
30114 ____________________________________________________________________________
30115 [  8257] By: jhi                                   on 2000/12/29  17:48:04
30116         Log: Further VMS piping fixes from Charles Lane:
30117              
30118              In summary, error messages produced when a subprocess terminated
30119              abnormally were being sent not just to the parent process, but to
30120              grandparents, because of default values for error output that were
30121              not completely overridden when the subprocess was started.
30122              
30123              This patch fixes this behavior by defining user-mode (i.e., temporary
30124              for the duration of the program) logical names for SYS$OUTPUT and
30125              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
30126              changes to make it so that the user-mode logicals are the ones that
30127              control where Perl's error messages go if it terminates abnormally.
30128              
30129              I also added some gratuitous fixes to the indentation of braces in
30130              the piping code.  It just looked ugly, before.
30131      Branch: perl
30132            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
30133 ____________________________________________________________________________
30134 [  8256] By: jhi                                   on 2000/12/29  17:45:12
30135         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
30136              From: "Casey R. Tweten" <crt@kiski.net>
30137              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
30138              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
30139              
30140              Tests for for #8240.
30141      Branch: perl
30142            ! t/pragma/constant.t
30143 ____________________________________________________________________________
30144 [  8255] By: jhi                                   on 2000/12/29  17:43:07
30145         Log: Subject: Re: [PATCH] Interesting syntax idea
30146              From: Simon Cozens <simon@cozens.net>
30147              Date: Fri, 29 Dec 2000 14:34:04 +0000
30148              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
30149              
30150              Tests for #8254.
30151      Branch: perl
30152            ! t/pragma/sub_lval.t
30153 ____________________________________________________________________________
30154 [  8254] By: jhi                                   on 2000/12/29  17:42:11
30155         Log: Subject: [PATCH] Interesting syntax idea
30156              From: Simon Cozens <simon@cozens.net>
30157              Date: Wed, 27 Dec 2000 05:08:57 +0000
30158              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
30159              
30160              Make opens + bareword assigns do typeglob assigns.
30161      Branch: perl
30162            ! op.c
30163 ____________________________________________________________________________
30164 [  8253] By: jhi                                   on 2000/12/29  17:36:45
30165         Log: Output the (apparent) version of gcc, as suggested by
30166              
30167              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
30168              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
30169              Date: 26 Dec 2000 04:29:17 -0500
30170              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
30171              
30172              (The patch as such didn't any more apply as the misparsing had
30173              already been addressed in #6474.)  Also change the wording about
30174              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
30175      Branch: perl
30176            ! hints/dec_osf.sh
30177 ____________________________________________________________________________
30178 [  8252] By: nick                                  on 2000/12/29  12:14:31
30179         Log: Integrate mainline
30180      Branch: perlio
30181           !> (integrate 27 files)
30182 ____________________________________________________________________________
30183 [  8251] By: jhi                                   on 2000/12/29  08:45:46
30184         Log: (Retracted by #8264)
30185              
30186              (Fixed by #8260.)
30187              
30188              sv_catsv() needs one more byte space than seems reasonable.
30189              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
30190              Curiouser and curiouser.
30191      Branch: perl
30192            ! sv.c
30193 ____________________________________________________________________________
30194 [  8250] By: jhi                                   on 2000/12/29  07:57:52
30195         Log: More split // UTF-8 tests.
30196      Branch: perl
30197            ! t/pragma/utf8.t
30198 ____________________________________________________________________________
30199 [  8249] By: jhi                                   on 2000/12/29  07:54:51
30200         Log: (Retracted by #8264)  More join() testing which was good because
30201              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
30202      Branch: perl
30203            ! pp.c t/op/join.t utf8.c utf8.h
30204 ____________________________________________________________________________
30205 [  8248] By: jhi                                   on 2000/12/29  07:08:32
30206         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
30207              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
30208              that the only cases to care about are byte+byte and byte+character.
30209              
30210              TODO: See how well pp_concat() could be implemented in terms
30211              of sv_catsv().
30212      Branch: perl
30213            ! doop.c sv.c t/op/join.t utf8.h
30214 ____________________________________________________________________________
30215 [  8247] By: jhi                                   on 2000/12/29  06:35:23
30216         Log: Signedness nit.
30217      Branch: perl
30218            ! pp_hot.c
30219 ____________________________________________________________________________
30220 [  8246] By: jhi                                   on 2000/12/29  01:23:31
30221         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
30222              From: Lupe Christoph <lupe@lupe-christoph.de>
30223              Date: Thu, 28 Dec 2000 23:00:00 +0100
30224              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
30225              
30226              Suggest rsync --delete --dry-run.
30227      Branch: perl
30228            ! pod/perlhack.pod
30229 ____________________________________________________________________________
30230 [  8245] By: jhi                                   on 2000/12/28  23:57:05
30231         Log: The maxiters upper limit sanity check (guarding against
30232              non-progress) assumed bytes instead of characters in s///
30233              and split().
30234      Branch: perl
30235            ! pp.c pp_hot.c
30236 ____________________________________________________________________________
30237 [  8244] By: jhi                                   on 2000/12/28  23:34:08
30238         Log: Make some panic messages a bit more logical.
30239      Branch: perl
30240            ! doop.c pod/perldiag.pod pp.c pp_hot.c
30241 ____________________________________________________________________________
30242 [  8243] By: jhi                                   on 2000/12/28  22:59:16
30243         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
30244              From: Simon Cozens <simon@cozens.net>
30245              Date: Wed, 27 Dec 2000 02:30:03 +0000
30246              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
30247      Branch: perl
30248            ! pp.c t/pragma/sub_lval.t
30249 ____________________________________________________________________________
30250 [  8242] By: jhi                                   on 2000/12/28  22:56:53
30251         Log: Subject: [PATCH blead] Fix B::Terse indentation
30252              From: Daniel Chetlin <daniel@chetlin.com>
30253              Date: Wed, 27 Dec 2000 06:43:30 -0800
30254              Message-ID: <20001227064329.B9573@darkstar>
30255      Branch: perl
30256            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
30257 ____________________________________________________________________________
30258 [  8241] By: jhi                                   on 2000/12/28  22:48:59
30259         Log: The latter patch from the
30260              
30261              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
30262              From: Peter Prymmer <pvhp@forte.com> 
30263              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
30264              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
30265              
30266              (the former patch from the above should have been
30267              taken care of by Nick I-S)
30268      Branch: perl
30269            ! win32/Makefile
30270 ____________________________________________________________________________
30271 [  8240] By: jhi                                   on 2000/12/28  22:45:22
30272         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
30273              From: "Casey R. Tweten" <crt@kiski.net>
30274              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
30275              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
30276      Branch: perl
30277            ! lib/constant.pm
30278 ____________________________________________________________________________
30279 [  8239] By: jhi                                   on 2000/12/28  22:37:45
30280         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
30281              From: Simon Cozens <simon@cozens.net>
30282              Date: Wed, 27 Dec 2000 14:12:44 +0000
30283              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
30284      Branch: perl
30285            ! t/op/method.t t/op/sort.t toke.c
30286 ____________________________________________________________________________
30287 [  8238] By: jhi                                   on 2000/12/28  22:30:32
30288         Log: Subject: [PATCH perl@8229] Call.pm
30289              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30290              Date: Mon, 25 Dec 2000 10:47:15 -0000
30291              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
30292      Branch: perl
30293            ! ext/Filter/Util/Call/Call.pm
30294 ____________________________________________________________________________
30295 [  8237] By: jhi                                   on 2000/12/28  22:19:21
30296         Log: Subject: [PATCH blead] Fix problem with `&' prototype
30297              From: Daniel Chetlin <daniel@chetlin.com>
30298              Date: Wed, 27 Dec 2000 15:55:32 -0800
30299              Message-ID: <20001227155532.D9573@darkstar>
30300      Branch: perl
30301            ! op.c t/comp/proto.t
30302 ____________________________________________________________________________
30303 [  8236] By: jhi                                   on 2000/12/28  22:09:25
30304         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
30305              From: Daniel Chetlin <daniel@chetlin.com>
30306              Date: Sun, 24 Dec 2000 04:09:49 -0800
30307              Message-ID: <20001224040949.B3090@darkstar>
30308      Branch: perl
30309            ! gv.c mg.c t/op/attrs.t
30310 ____________________________________________________________________________
30311 [  8235] By: jhi                                   on 2000/12/28  22:07:11
30312         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
30313              From: Jan Dubois <jand@ActiveState.com>
30314              Date: Tue, 26 Dec 2000 20:57:31 -0800
30315              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
30316      Branch: perl
30317            ! win32/win32.c
30318 ____________________________________________________________________________
30319 [  8234] By: jhi                                   on 2000/12/28  21:52:42
30320         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
30321              From: Simon Cozens <simon@cozens.net>
30322              Date: Thu, 28 Dec 2000 20:33:13 +0000
30323              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
30324      Branch: perl
30325            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
30326 ____________________________________________________________________________
30327 [  8233] By: jhi                                   on 2000/12/28  19:40:49
30328         Log: Integrate perlio.
30329      Branch: perl
30330           !> ext/Encode/Makefile.PL ext/Encode/compile
30331 ____________________________________________________________________________
30332 [  8232] By: nick                                  on 2000/12/23  16:06:00
30333         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
30334              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
30335      Branch: perlio
30336            ! ext/Encode/Makefile.PL
30337 ____________________________________________________________________________
30338 [  8231] By: nick                                  on 2000/12/23  14:30:34
30339         Log: "Compiled" encode build cleanup
30340              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
30341              - .c files do not export sub-tables
30342      Branch: perlio
30343            ! ext/Encode/Makefile.PL ext/Encode/compile
30344 ____________________________________________________________________________
30345 [  8230] By: nick                                  on 2000/12/23  12:50:37
30346         Log: Integrate mainline
30347      Branch: perlio
30348           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30349           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30350           !> pod/perl5004delta.pod pod/perl5005delta.pod
30351           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30352           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30353           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30354           !> pod/perlsub.pod
30355 ____________________________________________________________________________
30356 [  8229] By: jhi                                   on 2000/12/22  15:32:12
30357         Log: Integrate perlio.
30358      Branch: perl
30359           +> win32/distclean.bat
30360           !> MANIFEST t/io/utf8.t
30361 ____________________________________________________________________________
30362 [  8228] By: jhi                                   on 2000/12/22  15:29:40
30363         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
30364              From: Robin Barker <rmb1@cise.npl.co.uk>
30365              Date: Fri, 22 Dec 2000 12:17:38 GMT
30366              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30367      Branch: perl
30368            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30369            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30370            ! pod/perl5004delta.pod pod/perl5005delta.pod
30371            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30372            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30373            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30374            ! pod/perlsub.pod
30375 ____________________________________________________________________________
30376 [  8227] By: jhi                                   on 2000/12/22  15:24:28
30377         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
30378              From: "John L. Allen" <allen@grumman.com>
30379              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
30380              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
30381              
30382              Document APPLLIB_EXP.
30383      Branch: perl
30384            ! INSTALL
30385 ____________________________________________________________________________
30386 [  8226] By: nick                                  on 2000/12/21  22:11:50
30387         Log: Handy script for when one forgets to "dmake clean" 
30388      Branch: perlio
30389            + win32/distclean.bat
30390            ! MANIFEST
30391 ____________________________________________________________________________
30392 [  8225] By: nick                                  on 2000/12/21  21:54:04
30393         Log: CRLF platform issue with io/utf8 fix.
30394      Branch: perlio
30395            ! t/io/utf8.t
30396 ____________________________________________________________________________
30397 [  8224] By: nick                                  on 2000/12/21  21:02:20
30398         Log: Integrate mainline
30399      Branch: perlio
30400           !> Changes Configure Makefile.SH Porting/Glossary
30401           !> Porting/config.sh Porting/config_H configure.com
30402           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
30403           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
30404           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
30405           !> win32/config.bc win32/config.gc win32/config.vc
30406 ____________________________________________________________________________
30407 [  8223] By: jhi                                   on 2000/12/21  17:09:16
30408         Log: Update Changes.
30409      Branch: perl
30410            ! Changes patchlevel.h
30411 ____________________________________________________________________________
30412 [  8222] By: jhi                                   on 2000/12/21  16:24:01
30413         Log: Metaconfig unit changes for #8221.
30414      Branch: metaconfig/U/perl
30415           +> issymlink.U
30416            - testsyml.U
30417            ! Mksymlinks.U
30418 ____________________________________________________________________________
30419 [  8221] By: jhi                                   on 2000/12/21  16:23:48
30420         Log: Rename testsyml to issymlink.
30421      Branch: perl
30422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30423            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
30424            ! win32/config.vc
30425 ____________________________________________________________________________
30426 [  8220] By: jhi                                   on 2000/12/21  15:47:26
30427         Log: Robustness support for #8218 (symlink forest) since the GNU
30428              tools seem to be overly picky about symlinkage depths.
30429      Branch: perl
30430            ! Makefile.SH t/io/fs.t
30431 ____________________________________________________________________________
30432 [  8219] By: jhi                                   on 2000/12/21  15:38:27
30433         Log: Metaconfig changes for #8218.
30434      Branch: metaconfig
30435            ! U/modified/Oldconfig.U
30436      Branch: metaconfig/U/perl
30437            + Mksymlinks.U
30438            ! testsyml.U
30439 ____________________________________________________________________________
30440 [  8218] By: jhi                                   on 2000/12/21  15:37:57
30441         Log: Add Configure option -Dmksymlinks which will create a symlink
30442              forest if the current/build differs from the source directory.
30443              TODO: mkdir -p is not portable.
30444      Branch: perl
30445            ! Configure
30446 ____________________________________________________________________________
30447 [  8217] By: jhi                                   on 2000/12/21  14:39:12
30448         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
30449              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
30450              Date: Thu, 21 Dec 2000 09:38:18 GMT
30451              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
30452              
30453              The ofs became an SV.
30454      Branch: perl
30455            ! ext/Thread/Thread.xs
30456 ____________________________________________________________________________
30457 [  8216] By: jhi                                   on 2000/12/21  05:40:21
30458         Log: The polymorphism seems to have fixed 20000517.001.
30459      Branch: perl
30460            ! t/pragma/utf8.t
30461 ____________________________________________________________________________
30462 [  8215] By: jhi                                   on 2000/12/21  04:44:52
30463         Log: read() documentation tweak for 20001121.004.
30464      Branch: perl
30465            ! pod/perlfunc.pod
30466 ____________________________________________________________________________
30467 [  8214] By: jhi                                   on 2000/12/21  03:54:11
30468         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
30469      Branch: perl
30470            ! pp_sys.c t/op/misc.t
30471 ____________________________________________________________________________
30472 [  8213] By: jhi                                   on 2000/12/21  00:28:10
30473         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
30474              From: Peter Prymmer <pvhp@forte.com>
30475              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
30476              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
30477      Branch: perl
30478            ! configure.com
30479 ____________________________________________________________________________
30480 [  8212] By: jhi                                   on 2000/12/21  00:26:21
30481         Log: Edit edit edit.
30482      Branch: perl
30483            ! pod/perlfaq3.pod
30484 ____________________________________________________________________________
30485 [  8211] By: jhi                                   on 2000/12/20  18:52:46
30486         Log: Update Changes.
30487      Branch: perl
30488            ! Changes patchlevel.h
30489 ____________________________________________________________________________
30490 [  8210] By: jhi                                   on 2000/12/20  18:34:47
30491         Log: Yet another editor edit.
30492      Branch: perl
30493            ! pod/perlfaq3.pod
30494 ____________________________________________________________________________
30495 [  8209] By: jhi                                   on 2000/12/20  15:33:28
30496         Log: More Win32 Perling.
30497      Branch: perl
30498            ! pod/perlfaq3.pod
30499 ____________________________________________________________________________
30500 [  8208] By: jhi                                   on 2000/12/20  15:07:46
30501         Log: More Win32 editor/IDE/shell hints.
30502      Branch: perl
30503            ! pod/perlfaq3.pod
30504 ____________________________________________________________________________
30505 [  8207] By: jhi                                   on 2000/12/20  03:54:08
30506         Log: Subject: [PATCH] obscure timing knowledge
30507              From: Nicholas Clark <nick@ccl4.org>
30508              Date: Tue, 19 Dec 2000 19:22:31 +0000
30509              Message-ID: <20001219192231.F2827@plum.flirble.org>
30510      Branch: perl
30511            ! sv.c
30512 ____________________________________________________________________________
30513 [  8206] By: jhi                                   on 2000/12/20  03:45:57
30514         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
30515              From: Spider Boardman <spider@leggy.zk3.dec.com>
30516              Date: Tue, 19 Dec 2000 21:30:16 -0500
30517              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
30518      Branch: perl
30519            ! sv.c
30520 ____________________________________________________________________________
30521 [  8205] By: jhi                                   on 2000/12/19  23:02:01
30522         Log: Update Changes.
30523      Branch: perl
30524            ! Changes patchlevel.h
30525 ____________________________________________________________________________
30526 [  8204] By: jhi                                   on 2000/12/19  22:58:18
30527         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
30528              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
30529              on editors and diffing/patching.
30530      Branch: perl
30531            ! t/op/utf8decode.t
30532 ____________________________________________________________________________
30533 [  8203] By: nick                                  on 2000/12/19  21:36:16
30534         Log: Integrate mainline (forgot my own change...)
30535      Branch: perlio
30536           !> ext/Encode/compile
30537 ____________________________________________________________________________
30538 [  8202] By: nick                                  on 2000/12/19  21:34:42
30539         Log: Integrate mainline.
30540      Branch: perlio
30541           !> (integrate 61 files)
30542 ____________________________________________________________________________
30543 [  8201] By: nick                                  on 2000/12/19  21:34:06
30544         Log: Avoid looking for File::Glob when we don't need it.
30545      Branch: perl
30546            ! ext/Encode/compile
30547 ____________________________________________________________________________
30548 [  8200] By: jhi                                   on 2000/12/19  18:35:49
30549         Log: Update Changes.
30550      Branch: perl
30551            ! Changes patchlevel.h
30552 ____________________________________________________________________________
30553 [  8199] By: jhi                                   on 2000/12/19  18:35:07
30554         Log: Microperl tweaks.
30555      Branch: perl
30556            ! sv.c uconfig.h uconfig.sh
30557 ____________________________________________________________________________
30558 [  8198] By: jhi                                   on 2000/12/19  18:29:59
30559         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
30560      Branch: perl
30561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30562            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
30563 ____________________________________________________________________________
30564 [  8197] By: jhi                                   on 2000/12/19  17:55:29
30565         Log: In VMS embedded perls couldn't access the statically built Socket,
30566              from Charles Lane.
30567      Branch: perl
30568            ! configure.com
30569 ____________________________________________________________________________
30570 [  8196] By: jhi                                   on 2000/12/19  17:49:50
30571         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
30572              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
30573              Date: Sun, 17 Dec 2000 19:11:44 -0000
30574              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
30575      Branch: perl
30576            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30577            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
30578 ____________________________________________________________________________
30579 [  8195] By: jhi                                   on 2000/12/19  17:47:53
30580         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
30581              From: Jonathan Stowe <gellyfish@gellyfish.com>
30582              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
30583              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
30584      Branch: perl
30585            ! utils/h2xs.PL
30586 ____________________________________________________________________________
30587 [  8194] By: jhi                                   on 2000/12/19  17:46:28
30588         Log: Subject: Re: useless use of void context work-around
30589              From: andreas.koenig@anima.de (Andreas J. Koenig)
30590              Date: 16 Dec 2000 15:13:36 +0100
30591              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
30592              
30593              Document (comment) the q(di ds ig) trick in the code.
30594      Branch: perl
30595            ! op.c
30596 ____________________________________________________________________________
30597 [  8193] By: jhi                                   on 2000/12/19  17:10:57
30598         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
30599              From: "Mark J. Reed" <mreed@strange.turner.com>
30600              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
30601              Message-Id: <200012160222.VAA13986@strange.turner.com>
30602      Branch: perl
30603            ! ext/Sys/Syslog/Syslog.pm
30604 ____________________________________________________________________________
30605 [  8192] By: jhi                                   on 2000/12/19  17:07:45
30606         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
30607              From: Nicholas Clark <nick@ccl4.org>
30608              Date: Sat, 16 Dec 2000 19:03:13 +0000
30609              Message-ID: <20001216190313.D68304@plum.flirble.org>
30610      Branch: perl
30611            ! t/op/64bitint.t
30612 ____________________________________________________________________________
30613 [  8191] By: jhi                                   on 2000/12/19  17:06:13
30614         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
30615              From: Dominic Dunlop <domo@computer.org>
30616              Date: Mon, 18 Dec 2000 12:00:15 +0100
30617              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
30618              
30619              This patchlet is needed in order that perl can be statically linked.  
30620      Branch: perl
30621            ! regexec.c
30622 ____________________________________________________________________________
30623 [  8190] By: jhi                                   on 2000/12/19  17:03:08
30624         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
30625              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30626              Date: Sun, 17 Dec 2000 00:18:35 -0600
30627              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
30628      Branch: perl
30629            ! perlio.h vms/gen_shrfls.pl
30630 ____________________________________________________________________________
30631 [  8189] By: jhi                                   on 2000/12/19  16:20:28
30632         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30633              From: Prymmer/Kahn <pvhp@best.com>
30634              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
30635              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
30636              
30637              A better version of #8188.
30638      Branch: perl
30639            ! pod/perlfaq3.pod
30640 ____________________________________________________________________________
30641 [  8188] By: jhi                                   on 2000/12/19  15:57:06
30642         Log: (Replaced by #8189)
30643              
30644              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30645              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
30646              From: Prymmer/Kahn <pvhp@best.com>
30647              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
30648              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30649              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
30650              Date: Mon, 18 Dec 2000 11:10:45 -0500
30651              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
30652      Branch: perl
30653            ! pod/perlfaq3.pod
30654 ____________________________________________________________________________
30655 [  8187] By: jhi                                   on 2000/12/19  15:54:19
30656         Log: Email address fix for Anton Berezin.
30657      Branch: perl
30658            ! AUTHORS
30659 ____________________________________________________________________________
30660 [  8186] By: jhi                                   on 2000/12/19  15:38:54
30661         Log: Subject: [PATCH perl@8102] cygwin port
30662              From: "Eric Fifer" <efifer@dircon.co.uk> 
30663              Date: Thu, 14 Dec 2000 13:41:29 -0000
30664              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
30665              
30666              When compiling modules the data item that is being imported
30667              from libperl.dll needs to be tagged as imported/shared data:
30668              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
30669      Branch: perl
30670            ! perliol.h
30671 ____________________________________________________________________________
30672 [  8185] By: jhi                                   on 2000/12/19  14:53:24
30673         Log: Regen uconfig.h and uconfig.sh.
30674      Branch: perl
30675            ! uconfig.h uconfig.sh
30676 ____________________________________________________________________________
30677 [  8184] By: jhi                                   on 2000/12/18  20:43:49
30678         Log: Comments work so much better when they are closed.
30679      Branch: perl
30680            ! regcomp.c
30681 ____________________________________________________________________________
30682 [  8183] By: jhi                                   on 2000/12/18  18:04:02
30683         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
30684              Fixes the bug 20001218.016.
30685      Branch: perl
30686            ! regcomp.c
30687 ____________________________________________________________________________
30688 [  8182] By: gsar                                  on 2000/12/18  09:53:47
30689         Log: delete spurious files
30690      Branch: maint-5.6/perl
30691            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
30692            - vos/config.h vos/config_h.SH_orig
30693 ____________________________________________________________________________
30694 [  8181] By: gsar                                  on 2000/12/18  09:46:08
30695         Log: regen perltoc
30696      Branch: maint-5.6/perl
30697            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
30698 ____________________________________________________________________________
30699 [  8180] By: gsar                                  on 2000/12/18  09:20:27
30700         Log: integrate changes#7924..7926,7946,7952 from mainline
30701      Branch: maint-5.6/perl
30702           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
30703           !> lib/File/stat.pm t/lib/class-struct.t
30704 ____________________________________________________________________________
30705 [  8179] By: gsar                                  on 2000/12/18  08:55:54
30706         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
30707              7918,7919,7988,8907 from mainline (various)
30708      Branch: maint-5.6/perl
30709           +> t/lib/class-struct.t
30710           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
30711           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
30712           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
30713 ____________________________________________________________________________
30714 [  8178] By: gsar                                  on 2000/12/18  08:16:30
30715         Log: avoid redefinition warnings on windows due to sys/socket.h getting
30716              #included before win32.h
30717      Branch: maint-5.6/perl
30718            ! win32/include/sys/socket.h
30719 ____________________________________________________________________________
30720 [  8177] By: gsar                                  on 2000/12/18  05:24:04
30721         Log: make regen_headers; fix POSIX.xs problems; remove outdated
30722              code from sys/socket.h that makes build fail now
30723      Branch: maint-5.6/perl
30724            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
30725            ! pod/perlapi.pod
30726           !> win32/include/sys/socket.h
30727 ____________________________________________________________________________
30728 [  8176] By: gsar                                  on 2000/12/18  05:20:17
30729         Log: update Changes
30730      Branch: maint-5.6/perl
30731            ! Changes patchlevel.h
30732 ____________________________________________________________________________
30733 [  8175] By: gsar                                  on 2000/12/18  04:57:48
30734         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
30735              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
30736              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
30737              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
30738              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
30739              7823,7825,7838
30740      Branch: maint-5.6/perl
30741           +> lib/File/Spec/Epoc.pm
30742           !> (integrate 88 files)
30743 ____________________________________________________________________________
30744 [  8174] By: gsar                                  on 2000/12/18  03:53:09
30745         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
30746              7625..7629,7631..7634,7637,7639,7642 from mainline
30747      Branch: maint-5.6/perl
30748           +> README.solaris
30749           !> (integrate 26 files)
30750 ____________________________________________________________________________
30751 [  8173] By: gsar                                  on 2000/12/18  03:37:02
30752         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
30753              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
30754              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
30755              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
30756      Branch: maint-5.6/perl
30757           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
30758            - MAINTAIN
30759           !> (integrate 111 files)
30760 ____________________________________________________________________________
30761 [  8172] By: jhi                                   on 2000/12/18  02:49:27
30762         Log: Regen pods.
30763      Branch: perl
30764            ! pod/perlmodlib.pod pod/perltoc.pod
30765 ____________________________________________________________________________
30766 [  8171] By: gsar                                  on 2000/12/18  02:49:24
30767         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
30768              7465..7471 from mainline
30769              
30770              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
30771              in platforms that strictly require all the symbols being present
30772              at link time.
30773              
30774              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
30775              
30776              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
30777              
30778              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
30779              
30780              Subject: [PATCH] todo
30781              
30782              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
30783              
30784              Use $sort, $uniq (and $tr) consistently as wondered
30785              by Nicholas Clark.
30786              
30787              Too enthusiastic editing in #7460.
30788              
30789              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
30790              
30791              Upgrade to CPAN 1.58_55.
30792              Subject: CPAN.pm status
30793              
30794              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
30795              
30796              Make target reordering to avoid pointless re-makes.
30797              Subject: Re: Total re-make of 'make okfile' after 7451 ?
30798              
30799              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
30800              
30801              Subject: DOC PATCH 5.6.0
30802              
30803              Add the repository doc by Malcolm, Sarathy, and by Simon,
30804              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
30805      Branch: maint-5.6/perl
30806           +> Porting/repository.pod
30807           !> Configure MANIFEST Makefile.SH README.dos README.os2
30808           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
30809           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
30810           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
30811 ____________________________________________________________________________
30812 [  8169] By: gsar                                  on 2000/12/18  02:33:34
30813         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
30814              7435..7441,7445 from mainline
30815              
30816              Make the UTF-8 decoding stricter and more verbose when
30817              malformation happens.  This involved adding an argument
30818              to utf8_to_uv_chk(), which involved changing its prototype,
30819              and prefer STRLEN over I32 for the UTF-8 length, which as
30820              a domino effect necessitated changing the prototypes of
30821              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
30822              The stricter UTF-8 decoding checking uses Markus Kuhn's
30823              UTF-8 Decode Stress Tester from
30824              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
30825              
30826              Run vms/vms_yfix.pl, should have done that after changing
30827              perly.c in #7382.
30828              
30829              Subject: [PATCH 5.7.0] static linking with uninstalled perl
30830              
30831              (Replaced by #7440.)
30832              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30833              
30834              Fix the bug ID 20001024.005, the bug introduced by #7416.
30835              
30836              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
30837              
30838              Fix the bug reported in
30839              From: andreas.koenig@anima.de (Andreas J. Koenig)
30840              Also make is_utf8_char() stricter.
30841              
30842              Missed the header file changes from #7425.
30843              
30844              Check if stdio supports tweaking lval and cnt simultaneously.
30845              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30846              
30847              Stratus VOS updates from Paul Green.
30848              
30849              Podify README.epoc and README.vos.
30850              
30851              Add targets to Makefile.SH, most importantly
30852              'regen_all' which also remembers to update vms/perly*.
30853              
30854              Subject: Minor update to find2perl, for portability
30855              
30856              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
30857              
30858              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
30859              
30860              Rename UTF8LEN() to be UNISKIP(), too confusing to have
30861              UTF8LEN() and UTF8SKIP(). 
30862              
30863              Allow poking holes at the UTF-8 decoding strictness.
30864              
30865              Continue the internal UTF-8 API tweaking.
30866              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
30867              used much more than the simpler API, now called utf8_to_uv_simple().
30868              Still not quite happy with API, too much partial duplication
30869              of functionality.
30870              
30871              A new version of making the syslog test more robust.
30872              (Replaces #7421.)
30873              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30874              
30875              buildtoc target tweaks.
30876              
30877              Integrate with vmsperl #7430 by Charles Bailey:
30878              
30879              Cleanup from prior patch (Charles Lane?):
30880              - improve handling of MFDs in Basename and Path
30881              - default to no xsubpp line # munging when building debug images
30882      Branch: maint-5.6/perl
30883           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30884           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
30885           !> (integrate 67 files)
30886 ____________________________________________________________________________
30887 [  8168] By: gsar                                  on 2000/12/18  02:05:49
30888         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
30889              
30890              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
30891              From: Martin Husemann <martin@duskware.de>
30892              
30893              Subject: [PATCH 5.7.0] restore match data on backtracing
30894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30895      Branch: maint-5.6/perl
30896           !> regcomp.c regexec.c t/op/re_tests
30897 ____________________________________________________________________________
30898 [  8167] By: gsar                                  on 2000/12/18  01:55:22
30899         Log: integrate changes#7858,7986 from mainline
30900              
30901              C<foreach my $x ...> in pseudo-fork()ed process may diddle
30902              parent's memory; fix it by keeping track of the actual pad
30903              offset rather than a raw pointer (this change is probably also
30904              relevant to non-ithreads case to avoid fallout from reallocs of
30905              the pad array, but is currently only enabled for the ithreads
30906              case in the interests of minimal disruption to existing "well
30907              tested" code)
30908              
30909              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
30910              due to the notorious GetFileType() bug in Windows 9x, which fstat()
30911              tickles)
30912      Branch: maint-5.6/perl
30913           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
30914           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
30915           !> win32/win32.c win32/win32.h win32/win32sck.c
30916 ____________________________________________________________________________
30917 [  8166] By: gsar                                  on 2000/12/18  01:52:59
30918         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
30919              from mainline (xsubpp and ExtUtils::LibList fixups, various
30920              other small items)
30921      Branch: maint-5.6/perl
30922           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
30923           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
30924           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
30925           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
30926           !> win32/bin/search.pl
30927 ____________________________________________________________________________
30928 [  8165] By: gsar                                  on 2000/12/18  01:28:45
30929         Log: integrate changes#7533,7563,7611,7623 from mainline (various
30930              malloc.c embellishments)
30931      Branch: maint-5.6/perl
30932           !> malloc.c pod/perldiag.pod
30933 ____________________________________________________________________________
30934 [  8164] By: gsar                                  on 2000/12/18  01:23:33
30935         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
30936              fixups)
30937      Branch: maint-5.6/perl
30938           !> utils/h2xs.PL
30939 ____________________________________________________________________________
30940 [  8163] By: gsar                                  on 2000/12/18  01:17:50
30941         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
30942              fixups)
30943      Branch: maint-5.6/perl
30944           !> Makefile.SH utils/perlbug.PL
30945 ____________________________________________________________________________
30946 [  8162] By: gsar                                  on 2000/12/18  00:25:43
30947         Log: always export Perl_deb() (it is required by re.xs whether
30948              Perl is built with or without -DDEBUGGING)
30949      Branch: maint-5.6/perl
30950            ! makedef.pl
30951 ____________________________________________________________________________
30952 [  8161] By: gsar                                  on 2000/12/18  00:23:38
30953         Log: integrate change#7414 from mainline
30954              
30955              Undo the basename() part of #7412 since the lib/basename
30956              tests would need upgrading too.
30957              
30958              squelch two tests in tr.t that rely on tr/// paranoia change
30959              that's not in 5.6.x
30960      Branch: maint-5.6/perl
30961            ! t/op/tr.t
30962           !> lib/File/Basename.pm
30963 ____________________________________________________________________________
30964 [  8160] By: gsar                                  on 2000/12/18  00:05:30
30965         Log: missing change in previous integrate
30966      Branch: maint-5.6/perl
30967           !> README.aix
30968 ____________________________________________________________________________
30969 [  8159] By: gsar                                  on 2000/12/18  00:03:38
30970         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
30971              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
30972              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
30973              7410..7413 from mainline
30974      Branch: maint-5.6/perl
30975           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
30976           +> t/lib/tie-splice.t
30977            - lib/unicode/Is/DCinital.pl
30978           !> (integrate 112 files)
30979 ____________________________________________________________________________
30980 [  8158] By: jhi                                   on 2000/12/17  23:04:24
30981         Log: Subject: [PATCHES] RE: perl@8150 
30982              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
30983              Date: Sun, 17 Dec 2000 21:46:39 +0100
30984              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
30985              
30986              Neither cygwin has a getpwuid() one can trust on.
30987      Branch: perl
30988            ! t/lib/glob-basic.t
30989 ____________________________________________________________________________
30990 [  8157] By: jhi                                   on 2000/12/17  23:01:54
30991         Log: More MAN.PODS => {} fixes.
30992      Branch: perl
30993            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
30994            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
30995            ! os2/OS2/REXX/Makefile.PL
30996 ____________________________________________________________________________
30997 [  8156] By: gsar                                  on 2000/12/17  22:49:13
30998         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
30999              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
31000              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
31001              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
31002              7201,7204 from mainline
31003      Branch: maint-5.6/perl
31004           !> (integrate 121 files)
31005 ____________________________________________________________________________
31006 [  8155] By: jhi                                   on 2000/12/17  22:30:58
31007         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
31008              From: "Craig A. Berry" <craigberry@mac.com>
31009              Date: Sun, 17 Dec 2000 13:09:28 -0600
31010              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
31011              
31012              MAN.PODS => ' ' is naughty.
31013      Branch: perl
31014            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31015 ____________________________________________________________________________
31016 [  8154] By: nick                                  on 2000/12/17  22:07:13
31017         Log: MULTIPLICITY nit.
31018      Branch: perl
31019            ! mg.c
31020 ____________________________________________________________________________
31021 [  8153] By: gsar                                  on 2000/12/17  21:23:05
31022         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
31023              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
31024              from mainline
31025              
31026              Document the SvIOK_.*UV().
31027              
31028              Update Unicode todo list.
31029              
31030              Guard against bad string->int conversion for quads.
31031              
31032              Subject: small apidoc fix
31033              
31034              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
31035              
31036              Subject: [PATCH] Tied filehandle documentation
31037              
31038              Subject: [PATCH] Modernize Opcode.pm documentation
31039              
31040              Make Data::Dumper (non-XS) to work with changed semantics of ref().
31041              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31042              [applied even though said semantics didn't change in 5.6.x]
31043              
31044              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
31045              
31046              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
31047              
31048              Fix the URL, but the server is still missing in action.
31049              Subject: [ID 20000905.002] perlfaq1.pod URL error
31050              
31051              Subject: [ID 20000903.001] \w in utf8-strings
31052              
31053              Fix the ccversion detection for 5.1 and beyond.
31054              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31055              
31056              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
31057              
31058              Subject: [ID 20000904.008] Tiny fix for perldiag
31059              
31060              Subject: Re: [ID 20000906.004] segfault with bad perl statement
31061              
31062              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31063              
31064              Subject: [ID 20000908.002] perlipc documentation bug.
31065              
31066              Subject: [PATCH lib/Benchmark.pm]
31067              
31068              Re-allow vec() for characters > 255.
31069              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
31070              
31071              Do away with memory models cruft.  Sorry, PDP users.
31072              
31073              Continue #7041.
31074              
31075              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
31076              
31077              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
31078              
31079              Upgrade to CPAN 1.57_65, from Andreas König.
31080              
31081              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
31082              by Russ Allbery.
31083              
31084              Silence t/pod/*.t about alternate quote-mappings now implemented
31085              by Pod::Text, from Brad Appleton.
31086              
31087              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
31088              Subject: borland C++ win32.c tweak
31089              
31090              C<@a = @b = split(...)> optimization coredumps under ithreads
31091              (missed a spot when fixing up op_pmreplroot hack for ithreads)
31092              
31093              Document the SvUTF8*().
31094              
31095              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
31096              
31097              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
31098              
31099              Do in VMS as the #7054 does.
31100              
31101              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
31102              
31103              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
31104              
31105              Subject: [patch: perl@7045] vms updates
31106              
31107              Test for the #7049.
31108              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
31109              
31110              Break up the myconfig lines a bit.
31111              Subject: perlbug/perl -V output format
31112              
31113              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
31114              
31115              The #7054 truncated Configure badly.
31116              
31117              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
31118              initialization in all the threads on Windows
31119              
31120              Allow for whitespace between "#" and "line" in cpp output.
31121              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
31122              
31123              Remove vestiges of tr//CU.
31124              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31125              
31126              The return value of setlocale must be copied away.
31127              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
31128              
31129              Allow chop() and chomp() to be overridden.
31130              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
31131              
31132              Hints optimization.
31133              Subject: Minor nit
31134              
31135              Subject: [PATCH] de-wall t/README
31136              
31137              Subject: Re: Two advertising clauses need to be removed
31138      Branch: maint-5.6/perl
31139           !> (integrate 75 files)
31140 ____________________________________________________________________________
31141 [  8152] By: gsar                                  on 2000/12/17  20:30:11
31142         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
31143              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
31144              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
31145              
31146              Don't attach -ld to the archname if pointless.
31147              
31148              Document UNTIE in a very minimalistic way.
31149              
31150              POSIX doesn't report long double values under -Duselongdouble
31151              when the long doubles are "real" (bigger than doubles).
31152              
31153              More author updates.
31154              
31155              Try to deduce NV_MAX.  Really should be Configure fodder.
31156              
31157              :: not allowed in pathnames, change to .
31158              Subject: [PATCH perl@6938] cygwin port
31159              
31160              Forget about NV_MAX (#6951).  Various floating point tweaks,
31161              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31162              
31163              Move the Solaris 7 scan to use64bitall, make the
31164              failure to find 64-bot sparc libc to mention the
31165              possibility of being in an intel, from Lupe and Alan.
31166              
31167              Regen perltoc.
31168              
31169              AUTHORS tweaks, from Peter Prymmer.
31170              
31171              More address tweaking.
31172              
31173              Small tweaks all over.
31174              
31175              File::Temp patches from Andreas König,
31176              
31177              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31178              
31179              Subject: CPAN.pm beta 1.57_57 for the core
31180              
31181              Part of the solution.
31182              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31183              
31184              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31185              
31186              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31187              
31188              Add the overload warnings to perldiag.
31189              
31190              Drop unused argument.
31191              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
31192              
31193              Subject: Nit in Configure (bleadperl@6961)
31194              
31195              Update to PodParser 1.18, from Brad Appleton.
31196              
31197              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
31198              
31199              Subject: [PATCH: 6948] add SCNfldbl to configure.com
31200              
31201              Document UNTIE. Also tweak implementation to suppress the 'inner references'
31202              warning when UNTIE exists and instead pass the cound of extra references to
31203              the UNTIE method.
31204              
31205              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
31206              so that case-ignoring systems like DCL can tell them from
31207              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
31208              
31209              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31210              
31211              Feature ordering tweak.
31212              
31213              Regen perltoc.
31214              
31215              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
31216              
31217              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
31218              
31219              Subject: http:// in L<>
31220              
31221              Detypo.
31222              
31223              change#6791 accidentally clobbered change#6710, put it back
31224              
31225              Only the first line, thank you very much.
31226              
31227              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
31228              plus rework the http: spots as suggested by Tom Christiansen,
31229              plus regen perltoc.
31230              
31231              Undo part of change 6489 which looks like a bulk edit which
31232              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
31233              The supressing of main:: on return from select() is undesirable.
31234              
31235              Apparently avoiding the swapping is too costly.
31236              
31237              Various Configure nits by Philip Newton,
31238              plus the ebcdic one by me.
31239              
31240              Make certain cc is set before trying to run it.
31241              
31242              If overloaded %{} etc. return the object do not loop.
31243              Thus  sub deref { $_[0] } functions if object is wanted type.
31244              
31245              Update perlhist.
31246              
31247              More %{} and other deref special casing - do not pass to 'nomethod'.
31248      Branch: maint-5.6/perl
31249           !> (integrate 59 files)
31250 ____________________________________________________________________________
31251 [  8151] By: gsar                                  on 2000/12/17  19:14:38
31252         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
31253              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
31254              
31255              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
31256              
31257              Make the epsilon to be relative, not absolute.
31258              
31259              Put back the flags dump as reasoned in
31260              Subject: Re: [PATCH] Glob dumping
31261              
31262              Introduce ccname to keep track of what compiler kind of we have.
31263              
31264              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
31265              
31266              Put back the slice accidentally removed by #6907.
31267              
31268              Reset archname and archname64 always, forcing them be
31269              recomputed at each Configure run, make Configure and
31270              the hints files agree on the naming of largefiles variables.
31271              
31272              Don't say "Perl 5.0 source kit".
31273              
31274              Subject: [PATCH] fix misc cast warnings
31275              
31276              Subject: typos in pods
31277              
31278              NVs not necessarily doubles, as pointed out by Yitzchak.
31279              
31280              Subject: [PATCH 6889] add a few ldbl formats to configure.com
31281              
31282              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
31283              
31284              Better options for rsync.
31285              
31286              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
31287              
31288              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
31289              
31290              Subject: [PATCH] Re: UNTIE method 
31291              
31292              A better fix for the Socket building problem from Craig Berry.
31293              
31294              Retract the dummy test, skip the security tests (instead of failing),
31295              explain what the warnings mean.
31296              
31297              Heap decorruption.
31298              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
31299              
31300              Update to Unicode 3.0.1.
31301              
31302              Missed one Unicode file.
31303              
31304              Subject: Re: typos in pods
31305              
31306              The #6929 was too skimpy.
31307              
31308              sscanf() may be the only way to read long doubles from strings.
31309              
31310              Reveal Borland's isnan.
31311              Subject: build with BC++ tweak
31312              
31313              Issue useful diagnostic on unknown pod commands.
31314              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
31315              
31316              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
31317              
31318              Clarify the third case of ftmp-security warnings.
31319              
31320              Make -Dusemorebits find long doubles in Solaris.
31321              
31322              Wrap the test in eval.
31323      Branch: maint-5.6/perl
31324           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
31325           +> lib/unicode/PropList.txt lib/unicode/README.perl
31326           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31327           +> lib/unicode/Unicode.301 vms/vmspipe.com
31328            - lib/unicode/Props.txt lib/unicode/UCD300.html
31329            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31330           !> (integrate 305 files)
31331 ____________________________________________________________________________
31332 [  8150] By: jhi                                   on 2000/12/17  18:47:57
31333         Log: Uncheckedin generated files.
31334      Branch: perl
31335            ! global.sym perlapi.c pod/perlapi.pod
31336 ____________________________________________________________________________
31337 [  8149] By: jhi                                   on 2000/12/17  18:41:22
31338         Log: Update Changes.
31339      Branch: perl
31340            ! Changes patchlevel.h
31341 ____________________________________________________________________________
31342 [  8148] By: jhi                                   on 2000/12/17  18:39:16
31343         Log: Subject: [PATCH] Fcntl constants speedup
31344              From: Nicholas Clark <nick@ccl4.org>
31345              Date: Sun, 17 Dec 2000 16:29:24 +0000
31346              Message-ID: <20001217162924.E97668@plum.flirble.org>
31347              
31348              Use IVs for the Fcntl constants instead of NVs.
31349      Branch: perl
31350            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
31351 ____________________________________________________________________________
31352 [  8147] By: jhi                                   on 2000/12/17  18:33:41
31353         Log: Add test for #8145 (binmode() warning), add warning for
31354              ioctl() and sockpair(), document them. (fileno() cannot
31355              be tripwired with the same kind of warning because
31356              'defined fileno($foo)' seems to be an idiom.)
31357      Branch: perl
31358            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
31359 ____________________________________________________________________________
31360 [  8146] By: gsar                                  on 2000/12/17  18:09:08
31361         Log: update Changes
31362      Branch: maint-5.6/perl
31363            ! Changes
31364 ____________________________________________________________________________
31365 [  8145] By: jhi                                   on 2000/12/17  17:39:35
31366         Log: Subject: [PATCH] Re: The long awaited feature ...
31367              From: Simon Cozens <simon@cozens.net>
31368              Date: Sun, 17 Dec 2000 12:31:56 +0000
31369              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
31370              
31371              Add a warning to binmode() about using bad filehandles
31372              (can happen e.g. if someone forgets the filehandle argument)
31373      Branch: perl
31374            ! pp_sys.c
31375 ____________________________________________________________________________
31376 [  8144] By: jhi                                   on 2000/12/17  17:33:48
31377         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
31378              From: Jonathan Stowe <gellyfish@gellyfish.com>
31379              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
31380              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
31381      Branch: perl
31382            ! lib/Net/Ping.pm
31383 ____________________________________________________________________________
31384 [  8143] By: jhi                                   on 2000/12/17  05:31:37
31385         Log: Polymorphic regexps.
31386              
31387              Fixes at least the bugs 20001028.003 (both of them...) and
31388              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
31389              also to be fixed by now, probably already before this patch.
31390      Branch: perl
31391            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
31392            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
31393            ! t/op/utf8decode.t t/pragma/utf8.t
31394 ____________________________________________________________________________
31395 [  8142] By: jhi                                   on 2000/12/16  17:16:05
31396         Log: Subject: [patch perl@8102] dos/djgpp update
31397              From: Laszlo Molnar <ml1050@freemail.hu>
31398              Date: Sat, 16 Dec 2000 01:40:52 +0100
31399              Message-ID: <20001216014052.A335@freemail.hu>
31400      Branch: perl
31401            ! djgpp/config.over t/base/commonsense.t
31402 ____________________________________________________________________________
31403 [  8141] By: jhi                                   on 2000/12/16  17:09:27
31404         Log: Few uncheckedin files.
31405      Branch: perl
31406            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
31407 ____________________________________________________________________________
31408 [  8140] By: nick                                  on 2000/12/15  22:14:31
31409         Log: Integrate mainline
31410      Branch: perlio
31411           !> (integrate 53 files)
31412 ____________________________________________________________________________
31413 [  8139] By: jhi                                   on 2000/12/15  19:49:49
31414         Log: One more IVUV tweak from Nicholas Clark.
31415      Branch: perl
31416            ! sv.c
31417 ____________________________________________________________________________
31418 [  8138] By: jhi                                   on 2000/12/15  19:17:06
31419         Log: Return of the IVUV-preservation, now seems to be happy even
31420              in Digital UNIX (the broken strtoul brokenness detection
31421              seems to have been the fly in the ointment).
31422      Branch: perl
31423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31424            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31425            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
31426            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
31427            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31428            ! vos/config.ga.h win32/config.bc win32/config.gc
31429            ! win32/config.vc
31430 ____________________________________________________________________________
31431 [  8137] By: jhi                                   on 2000/12/15  18:12:14
31432         Log: Metaconfig unit change for #8136.
31433      Branch: metaconfig
31434            ! U/modified/d_strtoul.U
31435      Branch: metaconfig/U/perl
31436            ! d_strtoull.U d_strtouq.U
31437 ____________________________________________________________________________
31438 [  8136] By: jhi                                   on 2000/12/15  18:11:35
31439         Log: I don't think it's sensible or portable to test the strtou*
31440              on /^-/ strings.
31441      Branch: perl
31442            ! Configure
31443 ____________________________________________________________________________
31444 [  8135] By: jhi                                   on 2000/12/15  17:18:49
31445         Log: Metaconfig unit change for #8134.
31446      Branch: metaconfig
31447            ! U/modified/d_strtoul.U
31448 ____________________________________________________________________________
31449 [  8134] By: jhi                                   on 2000/12/15  17:14:13
31450         Log: If longsize is 8 we don't need a LL suffix for integer constants.
31451      Branch: perl
31452            ! Configure config_h.SH
31453 ____________________________________________________________________________
31454 [  8133] By: jhi                                   on 2000/12/15  16:00:23
31455         Log: Update Changes.
31456      Branch: perl
31457            ! Changes patchlevel.h
31458 ____________________________________________________________________________
31459 [  8132] By: jhi                                   on 2000/12/15  15:44:16
31460         Log: Some compilers get huffy if you do not cast a const pointer
31461              to a non-const when assigning.
31462      Branch: perl
31463            ! gv.c
31464 ____________________________________________________________________________
31465 [  8131] By: jhi                                   on 2000/12/15  15:38:30
31466         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
31467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31468              Date: Fri, 15 Dec 2000 05:26:57 -0500
31469              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
31470      Branch: perl
31471            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
31472            ! t/pragma/overload.t
31473 ____________________________________________________________________________
31474 [  8130] By: jhi                                   on 2000/12/15  15:36:08
31475         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
31476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31477              Date: Thu, 14 Dec 2000 22:02:43 -0500
31478              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
31479      Branch: perl
31480            ! gv.c perl.h
31481 ____________________________________________________________________________
31482 [  8129] By: jhi                                   on 2000/12/15  15:34:16
31483         Log: Subject: PATCH: h2xs nit
31484              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31485              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
31486              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
31487              
31488              Add a template README.
31489      Branch: perl
31490            ! utils/h2xs.PL
31491 ____________________________________________________________________________
31492 [  8128] By: jhi                                   on 2000/12/15  15:32:22
31493         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
31494      Branch: perl
31495            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
31496 ____________________________________________________________________________
31497 [  8127] By: jhi                                   on 2000/12/15  15:19:34
31498         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
31499              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31500              Date:     Thu, 14 Dec 2000 20:04:42 EST
31501              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
31502      Branch: perl
31503            ! ext/Opcode/Opcode.xs
31504 ____________________________________________________________________________
31505 [  8126] By: jhi                                   on 2000/12/15  15:17:49
31506         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
31507              From: Peter Prymmer <pvhp@forte.com>
31508              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
31509              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
31510      Branch: perl
31511            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
31512            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
31513            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
31514 ____________________________________________________________________________
31515 [  8125] By: jhi                                   on 2000/12/15  15:11:05
31516         Log: This seems to be a stage sane and stable enough to checkin.
31517              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
31518      Branch: perl
31519            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
31520            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
31521            ! t/op/cmp.t t/op/numconvert.t
31522 ____________________________________________________________________________
31523 [  8124] By: jhi                                   on 2000/12/15  04:20:26
31524         Log: Something is really wonky.
31525      Branch: perl
31526            ! sv.c
31527 ____________________________________________________________________________
31528 [  8123] By: jhi                                   on 2000/12/15  04:00:50
31529         Log: Fixes for the IV UV patches to compile in Digital UNIX.
31530      Branch: perl
31531            ! sv.c
31532 ____________________________________________________________________________
31533 [  8122] By: jhi                                   on 2000/12/15  02:53:40
31534         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31535              From: "Craig A. Berry" <craigberry@mac.com>
31536              Date: Thu, 14 Dec 2000 19:10:49 -0600
31537              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
31538      Branch: perl
31539            ! vms/vms.c
31540 ____________________________________________________________________________
31541 [  8121] By: jhi                                   on 2000/12/15  02:50:00
31542         Log: Metaconfig changes for #8120.
31543      Branch: metaconfig
31544            + U/modified/d_strtoul.U
31545      Branch: metaconfig/U/perl
31546            ! d_strtoull.U d_strtouq.U
31547 ____________________________________________________________________________
31548 [  8120] By: jhi                                   on 2000/12/15  02:49:42
31549         Log: From: Nicholas Clark <nick@ccl4.org> 
31550              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
31551              Date: Thu, 14 Dec 2000 18:38:57 +0000
31552              Message-ID: <20001214183857.B97909@plum.flirble.org>
31553      Branch: perl
31554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31555            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
31556            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31557            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31558            ! win32/config.gc win32/config.vc
31559 ____________________________________________________________________________
31560 [  8119] By: jhi                                   on 2000/12/14  23:40:58
31561         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
31562              From: Nicholas Clark <nick@ccl4.org>
31563              Date: Wed, 13 Dec 2000 20:08:50 +0000
31564              Message-ID: <20001213200849.B71166@plum.flirble.org>
31565      Branch: perl
31566            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
31567            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
31568 ____________________________________________________________________________
31569 [  8118] By: jhi                                   on 2000/12/14  22:46:26
31570         Log: Integrate perlio.
31571      Branch: perl
31572           !> MANIFEST ext/Encode/compile makedef.pl
31573 ____________________________________________________________________________
31574 [  8117] By: nick                                  on 2000/12/14  22:38:53
31575         Log: Win32 tweaks to get Encode to build
31576              - temp hack to makedef.pl till PerlIO is properly "exported".
31577              - MSVC dislikes  
31578              static encpage_t foo[];
31579              so make 'em extern for now.
31580      Branch: perlio
31581            ! ext/Encode/compile makedef.pl
31582 ____________________________________________________________________________
31583 [  8116] By: nick                                  on 2000/12/14  22:00:53
31584         Log: Document the new files
31585      Branch: perlio
31586            ! MANIFEST
31587 ____________________________________________________________________________
31588 [  8115] By: jhi                                   on 2000/12/14  21:58:01
31589         Log: MANIFEST new files of #8114.
31590      Branch: perl
31591            ! MANIFEST
31592 ____________________________________________________________________________
31593 [  8114] By: jhi                                   on 2000/12/14  21:50:49
31594         Log: Integrate perlio.
31595      Branch: perl
31596           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
31597           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31598           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
31599           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
31600           !> ext/Encode/Makefile.PL
31601 ____________________________________________________________________________
31602 [  8113] By: jhi                                   on 2000/12/14  21:48:49
31603         Log: The documentation part of the
31604              
31605              Subject: [ID 20001214.002] Net::Ping patch
31606              From: Jonathan Stowe <gellyfish@gellyfish.com>
31607              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
31608              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
31609              since the #7529 had already addressed the same problem.
31610      Branch: perl
31611            ! lib/Net/Ping.pm
31612 ____________________________________________________________________________
31613 [  8112] By: jhi                                   on 2000/12/14  21:42:57
31614         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
31615              From: Dominic Dunlop <domo@computer.org>
31616              Date: Tue, 12 Dec 2000 10:47:10 +0100
31617              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
31618              
31619              Document how elusive subroutines can be.
31620      Branch: perl
31621            ! pod/perlfunc.pod
31622 ____________________________________________________________________________
31623 [  8111] By: jhi                                   on 2000/12/14  21:38:05
31624         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
31625              From: Dominic Dunlop <domo@computer.org>
31626              Date: Thu, 14 Dec 2000 10:13:51 +0100
31627              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
31628      Branch: perl
31629            ! ext/POSIX/POSIX.pod
31630 ____________________________________________________________________________
31631 [  8110] By: jhi                                   on 2000/12/14  21:36:32
31632         Log: Subject: [patch] perlfaq7
31633              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31634              Date: Thu, 14 Dec 2000 15:31:07 +0100
31635              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
31636      Branch: perl
31637            ! pod/perlfaq7.pod
31638 ____________________________________________________________________________
31639 [  8109] By: jhi                                   on 2000/12/14  21:29:20
31640         Log: Subject: [8104] Encode
31641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31642              Date: Thu, 14 Dec 2000 14:49:34 +0100
31643              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
31644              
31645              Type casting for nervous compilers.
31646      Branch: perl
31647            ! ext/Encode/Encode.xs
31648 ____________________________________________________________________________
31649 [  8108] By: jhi                                   on 2000/12/14  21:26:17
31650         Log: Subject: [8104] DB_File
31651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31652              Date: Thu, 14 Dec 2000 14:49:35 +0100
31653              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
31654              
31655              Type definition incorrect for DB 2.7.7.  Not known when it
31656              changed, so only changed it for a known revision.
31657      Branch: perl
31658            ! ext/DB_File/DB_File.xs
31659 ____________________________________________________________________________
31660 [  8107] By: jhi                                   on 2000/12/14  21:23:41
31661         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
31662              From: Peter Prymmer <pvhp@forte.com>
31663              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
31664              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
31665              
31666              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
31667      Branch: perl
31668            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
31669            ! ext/Encode/Encode/posix-bc.enc
31670 ____________________________________________________________________________
31671 [  8106] By: nick                                  on 2000/12/14  20:36:13
31672         Log: "Cold" build correction to Encode's Makefile.PL
31673      Branch: perlio
31674            ! ext/Encode/Makefile.PL
31675 ____________________________________________________________________________
31676 [  8105] By: nick                                  on 2000/12/14  20:09:37
31677         Log: "Compiled" encodings.
31678              Correct replacement character in EBCDIC .enc files
31679              Add 0x7F to ASCII repertoire.
31680      Branch: perlio
31681            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31682            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
31683            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
31684            ! ext/Encode/Makefile.PL ext/Encode/compile
31685            ! ext/Encode/encengine.c ext/Encode/encode.h
31686 ____________________________________________________________________________
31687 [  8104] By: nick                                  on 2000/12/14  00:38:20
31688         Log: Integrate mainline
31689      Branch: perlio
31690           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
31691           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
31692           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
31693           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
31694           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
31695           !> t/lib/db-hash.t t/lib/db-recno.t
31696 ____________________________________________________________________________
31697 [  8103] By: nick                                  on 2000/12/13  23:16:13
31698         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
31699              so far and so it does not get lost.
31700      Branch: perlio
31701            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
31702 ____________________________________________________________________________
31703 [  8102] By: jhi                                   on 2000/12/13  17:14:22
31704         Log: Update Changes.
31705      Branch: perl
31706            ! Changes patchlevel.h
31707 ____________________________________________________________________________
31708 [  8101] By: jhi                                   on 2000/12/13  16:53:41
31709         Log: Move the proto of start_glob() to a better place; regen api files.
31710      Branch: perl
31711            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
31712 ____________________________________________________________________________
31713 [  8100] By: jhi                                   on 2000/12/13  16:47:11
31714         Log: Metaconfig change for #8099.
31715      Branch: metaconfig
31716            ! U/modified/Head.U
31717 ____________________________________________________________________________
31718 [  8099] By: jhi                                   on 2000/12/13  16:46:48
31719         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
31720              From: Andy Dougherty <doughera@lafayette.edu>
31721              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
31722              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
31723      Branch: perl
31724            ! Configure
31725 ____________________________________________________________________________
31726 [  8098] By: jhi                                   on 2000/12/13  16:39:02
31727         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
31728              From: rspier@pobox.com (Robert Spier)
31729              Date: Tue, 12 Dec 2000 21:12:39 -0500
31730              Message-ID: <14902.56087.678086.725773@rls.cx>
31731              
31732              fastgetcwd is defined using a glob alias on a $^O dependent basis -
31733              and there was no default assignment or perl subroutine.
31734      Branch: perl
31735            ! lib/Cwd.pm
31736 ____________________________________________________________________________
31737 [  8097] By: jhi                                   on 2000/12/13  16:16:01
31738         Log: Subject: [PATCH] move startglob out of pp_hot.c
31739              From: Nicholas Clark <nick@ccl4.org>
31740              Date: Mon, 11 Dec 2000 23:16:39 +0000
31741              Message-ID: <20001211231638.A55550@plum.flirble.org>
31742      Branch: perl
31743            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
31744 ____________________________________________________________________________
31745 [  8096] By: jhi                                   on 2000/12/13  15:26:23
31746         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
31747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31748              Date: Wed, 13 Dec 2000 14:01:37 +0100
31749              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
31750              
31751              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
31752              in turn requires libpthread in libswanted.
31753      Branch: perl
31754            ! hints/hpux.sh
31755 ____________________________________________________________________________
31756 [  8095] By: jhi                                   on 2000/12/12  19:51:05
31757         Log: The integration wars continue.
31758      Branch: perl
31759           !> sv.c
31760 ____________________________________________________________________________
31761 [  8094] By: jhi                                   on 2000/12/12  19:48:26
31762         Log: Subject: [PATCH perl@8070] DB_File-1.74  
31763              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
31764              Date: Mon, 11 Dec 2000 23:07:17 -0000
31765              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
31766      Branch: perl
31767            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31768            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
31769            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
31770            ! t/lib/db-recno.t
31771 ____________________________________________________________________________
31772 [  8093] By: nick                                  on 2000/12/12  19:42:13
31773         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
31774      Branch: perlio
31775            ! sv.c
31776           !> lib/File/DosGlob.pm
31777 ____________________________________________________________________________
31778 [  8092] By: jhi                                   on 2000/12/12  19:28:11
31779         Log: Integrate perlio.
31780      Branch: perl
31781           !> sv.c
31782 ____________________________________________________________________________
31783 [  8091] By: nick                                  on 2000/12/12  18:49:45
31784         Log: Fix for Tk, and upgrading shared SVs.
31785      Branch: perlio
31786            ! sv.c
31787 ____________________________________________________________________________
31788 [  8090] By: jhi                                   on 2000/12/12  16:48:59
31789         Log: Subject: [PATCH] Re: Breadperl & Tk
31790              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31791              Date: Tue, 12 Dec 2000 14:48:27 GMT
31792              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
31793      Branch: perl
31794            ! sv.c
31795 ____________________________________________________________________________
31796 [  8089] By: jhi                                   on 2000/12/12  03:37:19
31797         Log: Subject: DosGlob.pm diff for bash style brace expansion.
31798              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
31799              Date: Fri, 8 Dec 2000 10:45:30 -0600
31800              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
31801      Branch: perl
31802            ! lib/File/DosGlob.pm
31803 ____________________________________________________________________________
31804 [  8088] By: nick                                  on 2000/12/11  23:59:59
31805         Log: Integrate mainline
31806      Branch: perlio
31807           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
31808           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
31809           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
31810           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
31811           !> t/op/local.t t/pragma/warn/toke toke.c
31812 ____________________________________________________________________________
31813 [  8087] By: jhi                                   on 2000/12/11  23:20:23
31814         Log: Integrate perlio.
31815      Branch: perl
31816           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31817 ____________________________________________________________________________
31818 [  8086] By: jhi                                   on 2000/12/11  22:50:59
31819         Log: Tune further the OS detection of CGI.
31820      Branch: perl
31821            ! lib/CGI.pm
31822 ____________________________________________________________________________
31823 [  8085] By: nick                                  on 2000/12/11  22:50:46
31824         Log: Finish 1st pass of "encoding" layer e.g. :
31825              open($fh,"<encoding(iso8859-7)",$greek) || die;
31826      Branch: perlio
31827            ! ext/Encode/Encode.xs perlio.c perliol.h
31828 ____________________________________________________________________________
31829 [  8084] By: jhi                                   on 2000/12/11  22:32:06
31830         Log: Revert the -f ambiguousity patch, seems to cause
31831              too much hassle (the interpret -Q as a function
31832              where Q is not a known filetest part is left in).
31833      Branch: perl
31834            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
31835            ! toke.c
31836 ____________________________________________________________________________
31837 [  8083] By: jhi                                   on 2000/12/11  22:27:23
31838         Log: (accidentally empty check-in)
31839      Branch: perl
31840            ! lib/File/DosGlob.pm
31841 ____________________________________________________________________________
31842 [  8082] By: nick                                  on 2000/12/11  19:09:51
31843         Log: Restore mmap function (broken by tweaks to shared buffer
31844              layer for encode(xxxx)).
31845      Branch: perlio
31846            ! perlio.c
31847 ____________________________________________________________________________
31848 [  8081] By: jhi                                   on 2000/12/11  18:29:13
31849         Log: Subject: Re: The long awaited feature ...
31850              From: Simon Cozens <simon@cozens.net>
31851              Date: Mon, 11 Dec 2000 15:54:24 +0000
31852              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
31853              
31854              More io/utf8 tests.
31855      Branch: perl
31856            ! t/io/utf8.t
31857 ____________________________________________________________________________
31858 [  8080] By: jhi                                   on 2000/12/11  18:19:36
31859         Log: Subject: PATCH MakeMaker manpage clarification
31860              From: andreas.koenig@anima.de (Andreas J. Koenig)
31861              Date: 10 Dec 2000 20:46:13 +0100
31862              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
31863      Branch: perl
31864            ! lib/ExtUtils/MakeMaker.pm
31865 ____________________________________________________________________________
31866 [  8079] By: jhi                                   on 2000/12/11  15:35:07
31867         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
31868              From: Simon Cozens <simon@cozens.net>
31869              Date: Sun, 10 Dec 2000 19:06:19 +0000
31870              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
31871      Branch: perl
31872            ! ext/B/B/Deparse.pm t/lib/b.t
31873 ____________________________________________________________________________
31874 [  8078] By: jhi                                   on 2000/12/11  15:09:11
31875         Log: Subject: [PATCH] docs on NaN
31876              From: Nicholas Clark <nick@ccl4.org>
31877              Date: Mon, 11 Dec 2000 01:48:38 +0000
31878              Message-ID: <20001211014838.B99205@plum.flirble.org>
31879      Branch: perl
31880            ! pod/perlop.pod
31881 ____________________________________________________________________________
31882 [  8077] By: jhi                                   on 2000/12/11  15:02:21
31883         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
31884              From: Simon Cozens <simon@cozens.net>
31885              Date: Mon, 11 Dec 2000 01:21:45 +0000
31886              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
31887      Branch: perl
31888            ! pp.c pp_hot.c scope.c t/op/local.t
31889 ____________________________________________________________________________
31890 [  8076] By: nick                                  on 2000/12/10  20:43:32
31891         Log: Not merge worthy...
31892              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
31893              syntax is modelled on attributes.
31894              Untested fix for io/utf8 on Win32 etc.
31895              Very clumsy start to the encode layer.
31896      Branch: perlio
31897            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31898 ____________________________________________________________________________
31899 [  8075] By: jhi                                   on 2000/12/10  18:39:33
31900         Log: Darwin is not Windows.
31901      Branch: perl
31902            ! lib/CGI.pm
31903 ____________________________________________________________________________
31904 [  8074] By: jhi                                   on 2000/12/10  18:31:27
31905         Log: Subject: Ambiguous -%c() resolved as a file test
31906              From: "Paul Marquess" <Paul.Marquess@openwave.com>
31907              Date: Sun, 10 Dec 2000 15:35:07 -0000
31908              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
31909      Branch: perl
31910            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
31911 ____________________________________________________________________________
31912 [  8073] By: jhi                                   on 2000/12/10  18:16:29
31913         Log: Subject: PATCH installperl misinformed 
31914              From: andreas.koenig@anima.de (Andreas J. Koenig)
31915              Date: 10 Dec 2000 13:01:32 +0100 
31916              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
31917      Branch: perl
31918            ! installperl
31919 ____________________________________________________________________________
31920 [  8072] By: jhi                                   on 2000/12/10  18:07:55
31921         Log: The walkoptree confusion rages; walkoptree() seems to be coming
31922              from B.xs, while walkoptree_slow() comes from B.pm.
31923      Branch: perl
31924            ! ext/B/B.pm
31925 ____________________________________________________________________________
31926 [  8071] By: nick                                  on 2000/12/10  11:45:47
31927         Log: Integrate mainline
31928      Branch: perlio
31929           +> t/base/commonsense.t
31930           !> (integrate 37 files)
31931 ____________________________________________________________________________
31932 [  8070] By: jhi                                   on 2000/12/10  04:46:21
31933         Log: Update Changes.
31934      Branch: perl
31935            ! Changes patchlevel.h
31936 ____________________________________________________________________________
31937 [  8069] By: jhi                                   on 2000/12/10  04:39:19
31938         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
31939              From: andreas.koenig@anima.de (Andreas J. Koenig)
31940              Date: 09 Dec 2000 17:14:25 +0100
31941              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
31942      Branch: perl
31943            + t/base/commonsense.t
31944            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
31945 ____________________________________________________________________________
31946 [  8068] By: jhi                                   on 2000/12/10  04:17:36
31947         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
31948              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31949              Date: Sat, 9 Dec 2000 16:47:22 -0000
31950              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
31951      Branch: perl
31952            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
31953            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
31954            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
31955            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
31956            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
31957            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
31958            ! t/lib/sdbm.t
31959 ____________________________________________________________________________
31960 [  8067] By: jhi                                   on 2000/12/10  03:52:02
31961         Log: Test case for #8066.
31962      Branch: perl
31963            ! t/op/misc.t
31964 ____________________________________________________________________________
31965 [  8066] By: jhi                                   on 2000/12/10  03:50:30
31966         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
31967              From: Simon Cozens <simon@cozens.net>
31968              Date: Sun, 10 Dec 2000 00:55:37 +0000
31969              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
31970      Branch: perl
31971            ! pp_sys.c
31972 ____________________________________________________________________________
31973 [  8065] By: jhi                                   on 2000/12/10  03:44:52
31974         Log: Test case for #8064.
31975      Branch: perl
31976            ! t/comp/proto.t
31977 ____________________________________________________________________________
31978 [  8064] By: jhi                                   on 2000/12/10  03:42:32
31979         Log: Subject: Re: prototype of substr
31980              From: Simon Cozens <simon@cozens.net>
31981              Date: Sun, 10 Dec 2000 00:13:33 +0000
31982              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
31983              
31984              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
31985      Branch: perl
31986            ! pp.c
31987 ____________________________________________________________________________
31988 [  8063] By: jhi                                   on 2000/12/10  03:39:42
31989         Log: Subject: [PATCH] perlguts.pod
31990              From: Simon Cozens <simon@cozens.net>
31991              Date: Sun, 10 Dec 2000 00:06:47 +0000
31992              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
31993              
31994              Documentation of the different types of ops,
31995              plus the functions in dump.c
31996      Branch: perl
31997            ! pod/perlguts.pod
31998 ____________________________________________________________________________
31999 [  8062] By: jhi                                   on 2000/12/10  03:30:04
32000         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
32001              From: Nicholas Clark <nick@talking.bollo.cx>
32002              Date: Sat, 09 Dec 2000 18:57:25 +0000
32003              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
32004              
32005              Be more robust in weird hostname setups.
32006      Branch: perl
32007            ! t/lib/net-hostent.t
32008 ____________________________________________________________________________
32009 [  8061] By: jhi                                   on 2000/12/10  03:28:21
32010         Log: Pacify fussy compiler. 
32011      Branch: perl
32012            ! pp_sys.c
32013 ____________________________________________________________________________
32014 [  8060] By: jhi                                   on 2000/12/10  02:52:46
32015         Log: Integrate perlio.
32016      Branch: perl
32017           !> pp_sys.c t/io/utf8.t
32018 ____________________________________________________________________________
32019 [  8059] By: nick                                  on 2000/12/09  23:40:14
32020         Log: read/sysread/recv should now be utf8 aware.
32021              Basic test for utf8 read.
32022      Branch: perlio
32023            ! pp_sys.c t/io/utf8.t
32024 ____________________________________________________________________________
32025 [  8058] By: jhi                                   on 2000/12/09  21:56:02
32026         Log: Integrate perlio.
32027      Branch: perl
32028           +> t/io/utf8.t
32029           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
32030 ____________________________________________________________________________
32031 [  8057] By: jhi                                   on 2000/12/09  21:53:35
32032         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
32033              From: Inaba Hiroto <inaba@st.rim.or.jp>
32034              Date: Sun, 10 Dec 2000 05:53:21 +0900
32035              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
32036              
32037              Tests for #8056.
32038      Branch: perl
32039            ! t/op/each.t
32040 ____________________________________________________________________________
32041 [  8056] By: jhi                                   on 2000/12/09  21:51:16
32042         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
32043              From: Inaba Hiroto <inaba@st.rim.or.jp>
32044              Date: Sat, 09 Dec 2000 18:02:00 +0900
32045              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
32046              
32047              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
32048      Branch: perl
32049            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
32050 ____________________________________________________________________________
32051 [  8055] By: nick                                  on 2000/12/09  20:11:48
32052         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
32053              than raw PerlIO_write() - does not seem to break any tests.
32054      Branch: perlio
32055            ! pp_sys.c
32056 ____________________________________________________________________________
32057 [  8054] By: nick                                  on 2000/12/09  19:47:30
32058         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
32059              (sysread, recv and write i.e. formats still to do...)
32060              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
32061              open($fh,">:utf8","name")
32062              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
32063              so no extra overhead is involved.
32064              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
32065              to a non-utf8 stream.
32066              Add initial io/utf8.t
32067              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
32068              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
32069              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
32070      Branch: perlio
32071            + t/io/utf8.t
32072            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
32073 ____________________________________________________________________________
32074 [  8053] By: nick                                  on 2000/12/09  19:26:37
32075         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
32076              was only testing this_utf8.
32077      Branch: perlio
32078            ! toke.c
32079 ____________________________________________________________________________
32080 [  8052] By: nick                                  on 2000/12/09  19:09:41
32081         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
32082              i.e. the output string has one, but don't mess with source assumption.
32083      Branch: perlio
32084            ! toke.c
32085 ____________________________________________________________________________
32086 [  8051] By: jhi                                   on 2000/12/09  16:55:17
32087         Log: Integrate perlio.
32088      Branch: perl
32089           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
32090           !> sv.c thrdvar.h util.c
32091 ____________________________________________________________________________
32092 [  8050] By: jhi                                   on 2000/12/09  16:48:07
32093         Log: Nits noticed by Peter Prymmer.
32094      Branch: perl
32095            ! lib/ExtUtils/MM_VMS.pm
32096 ____________________________________________________________________________
32097 [  8049] By: nick                                  on 2000/12/09  13:49:40
32098         Log: UTF8 output prework.
32099              - Store $\ and $, as SVs so they can have SvUTF8 flag
32100              - use do_print() rather than raw PerlIO_write() to print them.
32101      Branch: perlio
32102            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
32103            ! thrdvar.h util.c
32104 ____________________________________________________________________________
32105 [  8048] By: nick                                  on 2000/12/09  12:30:43
32106         Log: Integrate mainline.
32107      Branch: perlio
32108           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
32109           +> t/op/reverse.t
32110           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
32111           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32112           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
32113           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
32114           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
32115           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32116 ____________________________________________________________________________
32117 [  8047] By: jhi                                   on 2000/12/09  00:23:27
32118         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
32119              From: Michael G Schwern <schwern@pobox.com>
32120              Date: Fri, 8 Dec 2000 14:43:04 -0600
32121      Branch: perl
32122            ! lib/ExtUtils/MM_VMS.pm
32123 ____________________________________________________________________________
32124 [  8046] By: jhi                                   on 2000/12/08  23:10:27
32125         Log: A missed check-in.
32126      Branch: perl
32127            ! lib/ExtUtils/Manifest.pm
32128 ____________________________________________________________________________
32129 [  8045] By: jhi                                   on 2000/12/08  21:57:12
32130         Log: (null check-in)
32131      Branch: perl
32132            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
32133 ____________________________________________________________________________
32134 [  8044] By: jhi                                   on 2000/12/08  21:11:06
32135         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
32136              at the final draft stage.
32137      Branch: perl
32138            + ext/Encode/Encode/iso8859-16.enc
32139            ! MANIFEST
32140 ____________________________________________________________________________
32141 [  8043] By: jhi                                   on 2000/12/08  16:39:04
32142         Log: Update Changes.
32143      Branch: perl
32144            ! Changes patchlevel.h
32145 ____________________________________________________________________________
32146 [  8042] By: jhi                                   on 2000/12/08  16:33:39
32147         Log: Do not return the Unicode replacement character if UTF-8
32148              decoding goes awry, it should be up to the caller to decide.
32149      Branch: perl
32150            ! pod/perlapi.pod utf8.c
32151 ____________________________________________________________________________
32152 [  8041] By: jhi                                   on 2000/12/08  16:22:28
32153         Log: metaconfig maintenance.
32154      Branch: metaconfig
32155            ! U/modified/stdchar.U
32156      Branch: metaconfig/U/perl
32157            + testsyml.U
32158 ____________________________________________________________________________
32159 [  8040] By: jhi                                   on 2000/12/08  16:03:08
32160         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
32161              From: sthoenna@efn.org
32162              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
32163              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
32164      Branch: perl
32165            ! Changes lib/ExtUtils/MM_OS2.pm
32166 ____________________________________________________________________________
32167 [  8039] By: jhi                                   on 2000/12/08  15:57:11
32168         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
32169              From: Simon Cozens <simon@cozens.net>
32170              Date: Fri, 8 Dec 2000 13:33:31 +0000
32171              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
32172              
32173              (The pp_hot part needed a rewrite.)
32174      Branch: perl
32175            ! doop.c pp_hot.c utf8.c
32176 ____________________________________________________________________________
32177 [  8038] By: jhi                                   on 2000/12/08  15:25:08
32178         Log: Subject: djSP
32179              From: Michael Stevens <michael@etla.org>
32180              Date: Wed, 6 Dec 2000 23:24:01 +0000
32181              Message-ID: <20001206232400.A21381@firedrake.org>
32182              
32183              Plus a note from Nick Ing-Simmons.
32184      Branch: perl
32185            ! pp.h
32186 ____________________________________________________________________________
32187 [  8037] By: jhi                                   on 2000/12/08  15:18:35
32188         Log: Filetype is text.
32189      Branch: perl
32190            ! t/op/utf8decode.t
32191 ____________________________________________________________________________
32192 [  8036] By: jhi                                   on 2000/12/08  03:31:27
32193         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32194              From: Andy Dougherty <doughera@lafayette.edu>
32195              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
32196              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
32197              
32198              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32199              From: Andy Dougherty <doughera@lafayette.edu>
32200              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
32201              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
32202      Branch: perl
32203            + ext/POSIX/hints/svr4.pl
32204            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
32205 ____________________________________________________________________________
32206 [  8035] By: jhi                                   on 2000/12/08  03:26:01
32207         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
32208              From: Andy Dougherty <doughera@lafayette.edu>
32209              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
32210              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
32211      Branch: perl
32212            ! t/README t/base/term.t
32213 ____________________________________________________________________________
32214 [  8034] By: jhi                                   on 2000/12/08  03:21:59
32215         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32216              From: mjd@plover.com  
32217              Date: 7 Dec 2000 21:04:20 -0000
32218              Message-ID: <20001207210420.22282.qmail@plover.com>
32219              
32220              Plus -z doc.
32221      Branch: perl
32222            ! pod/perlfunc.pod
32223 ____________________________________________________________________________
32224 [  8033] By: jhi                                   on 2000/12/08  03:19:03
32225         Log: Use the UTF8 macros a bit.  They can't be used with abandon
32226              everywhere because we do generate illegal UTF-8 in some situations.
32227              This is of course naughty.
32228      Branch: perl
32229            ! pod/perlapi.pod utf8.c utf8.h
32230 ____________________________________________________________________________
32231 [  8032] By: jhi                                   on 2000/12/08  03:00:09
32232         Log: Out of sync?
32233      Branch: perl
32234            ! t/pragma/warn/utf8
32235 ____________________________________________________________________________
32236 [  8031] By: jhi                                   on 2000/12/08  02:22:39
32237         Log: Cnt spl.
32238      Branch: perl
32239            ! MANIFEST
32240 ____________________________________________________________________________
32241 [  8030] By: jhi                                   on 2000/12/08  01:23:54
32242         Log: Add test for reverse().
32243      Branch: perl
32244            + t/op/reverse.t
32245            ! MANIFEST
32246 ____________________________________________________________________________
32247 [  8029] By: jhi                                   on 2000/12/08  01:21:47
32248         Log: Integrate perlio.
32249      Branch: perl
32250           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
32251           !> perlio.c perlio.h perlsdio.h warnings.pl
32252 ____________________________________________________________________________
32253 [  8028] By: jhi                                   on 2000/12/08  01:19:08
32254         Log: Introduce macros for UTF8 decoding.
32255      Branch: perl
32256            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32257 ____________________________________________________________________________
32258 [  8027] By: nick                                  on 2000/12/07  22:18:19
32259         Log: Integrate mainline
32260      Branch: perlio
32261           !> embed.pl pod/perlapi.pod utf8.c
32262 ____________________________________________________________________________
32263 [  8026] By: nick                                  on 2000/12/07  21:45:08
32264         Log: Various oddities p4 diff -se showed up
32265              Remove 'our' from warnings.pl
32266      Branch: perlio
32267            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
32268 ____________________________________________________________________________
32269 [  8025] By: nick                                  on 2000/12/07  21:43:32
32270         Log: Change PerlIO_(get|set)pos to take SV *
32271              Should fix, OS/2, VMS, (sfio??)
32272      Branch: perlio
32273            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
32274 ____________________________________________________________________________
32275 [  8024] By: jhi                                   on 2000/12/07  19:05:32
32276         Log: Document utf8_to_uv() better.
32277      Branch: perl
32278            ! pod/perlapi.pod utf8.c
32279 ____________________________________________________________________________
32280 [  8023] By: jhi                                   on 2000/12/07  18:23:47
32281         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
32282      Branch: perl
32283            ! embed.pl pod/perlapi.pod utf8.c
32284 ____________________________________________________________________________
32285 [  8022] By: jhi                                   on 2000/12/07  04:13:51
32286         Log: Integrate perlio.
32287      Branch: perl
32288           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
32289           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
32290           !> win32/makefile.mk
32291 ____________________________________________________________________________
32292 [  8021] By: nick                                  on 2000/12/07  00:28:14
32293         Log: Various attempts at MSVC debug - not sure what has
32294              changed but works now. 
32295              Seems atexit() _may_ work for DLLs built with MSVC so don't
32296              call cleanup that way.
32297      Branch: perlio
32298            ! perlio.c win32/makefile.mk
32299 ____________________________________________________________________________
32300 [  8020] By: nick                                  on 2000/12/06  19:57:20
32301         Log: Integrate mainline
32302      Branch: perlio
32303           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
32304           !> (integrate 75 files)
32305 ____________________________________________________________________________
32306 [  8019] By: nick                                  on 2000/12/06  19:28:21
32307         Log: Add useperlio to config.vc
32308              Turn off binmode in config_H.PL
32309              Regen all the config_H.xx
32310              Attempt to get debugging build with MSVC.
32311      Branch: perlio
32312            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32313            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
32314 ____________________________________________________________________________
32315 [  8018] By: nick                                  on 2000/12/06  19:21:57
32316         Log: Test various dup/external program options on all platforms.
32317      Branch: perlio
32318            ! t/io/dup.t
32319 ____________________________________________________________________________
32320 [  8017] By: nick                                  on 2000/12/06  19:20:47
32321         Log: Fix harness to be less picky
32322      Branch: perlio
32323            ! lib/Test/Harness.pm
32324 ____________________________________________________________________________
32325 [  8016] By: jhi                                   on 2000/12/06  16:45:12
32326         Log: Update Changes.
32327      Branch: perl
32328            ! Changes patchlevel.h
32329 ____________________________________________________________________________
32330 [  8015] By: jhi                                   on 2000/12/06  16:41:03
32331         Log: Test \x{...} with ord().
32332      Branch: perl
32333            ! t/op/ord.t
32334 ____________________________________________________________________________
32335 [  8014] By: jhi                                   on 2000/12/06  16:20:33
32336         Log: Test tweak because of #8013.
32337      Branch: perl
32338            ! t/lib/b.t
32339 ____________________________________________________________________________
32340 [  8013] By: jhi                                   on 2000/12/06  16:09:09
32341         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
32342              From: Michael G Schwern <schwern@pobox.com>
32343              Date: Tue, 5 Dec 2000 21:23:28 -0500
32344              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
32345              
32346              Carp::Heavy parts not very applicable because of recent changes.
32347      Branch: perl
32348            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
32349            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
32350            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
32351            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32352            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
32353            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32354            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
32355            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
32356            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
32357            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
32358            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
32359            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
32360            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
32361            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
32362            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
32363            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
32364            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
32365            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
32366            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
32367            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
32368            ! warnings.pl
32369 ____________________________________________________________________________
32370 [  8012] By: jhi                                   on 2000/12/06  15:22:38
32371         Log: Subject: [PATCH] Re: New harness is failing things
32372              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32373              Date: Wed, 6 Dec 2000 13:00:30 GMT
32374              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
32375      Branch: perl
32376            ! lib/Test/Harness.pm
32377 ____________________________________________________________________________
32378 [  8011] By: jhi                                   on 2000/12/06  15:12:08
32379         Log: Subject: installhtml changes
32380              From: Michael Stevens <michael@etla.org>
32381              Date: Wed, 6 Dec 2000 13:15:53 +0000
32382              Message-ID: <20001206131553.A27317@firedrake.org>
32383      Branch: perl
32384            ! installhtml
32385 ____________________________________________________________________________
32386 [  8010] By: jhi                                   on 2000/12/06  15:06:05
32387         Log: Subject: the dTHR hits
32388              From: Michael Stevens <michael@etla.org>
32389              Date: Wed, 6 Dec 2000 12:06:03 +0000
32390              Message-ID: <20001206120603.A24581@firedrake.org>
32391              
32392              More, errrm, less dTHRs.
32393      Branch: perl
32394            ! bytecode.pl ext/B/B/C.pm
32395 ____________________________________________________________________________
32396 [  8009] By: jhi                                   on 2000/12/06  15:04:25
32397         Log: Subject: MakeMaker mailing list gone?
32398              From: Michael G Schwern <schwern@pobox.com>
32399              Date: Tue, 5 Dec 2000 19:29:59 -0500
32400              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
32401              
32402              The MakeMaker mailing list is dead, perlbug is the right
32403              address to report bugs.
32404      Branch: perl
32405            ! lib/ExtUtils/MakeMaker.pm
32406 ____________________________________________________________________________
32407 [  8008] By: jhi                                   on 2000/12/06  15:00:32
32408         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
32409              From: Michael G Schwern <schwern@pobox.com>
32410              Date: Tue, 5 Dec 2000 19:21:21 -0500
32411              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
32412              
32413              Add a default MANIFEST skip that ignores things like
32414              version control files, editor temporary files, and the Makefile.
32415      Branch: perl
32416            + lib/ExtUtils/MANIFEST.SKIP
32417            ! MANIFEST lib/ExtUtils/Manifest.pm
32418 ____________________________________________________________________________
32419 [  8007] By: jhi                                   on 2000/12/06  14:57:20
32420         Log: In Amiga more manual hackery of the scripts seems to be needed,
32421              from Jan-Erik Karlsson.  Why Configure does not get this right
32422              is unknown, may be shell-induced.
32423      Branch: perl
32424            ! README.amiga
32425 ____________________________________________________________________________
32426 [  8006] By: jhi                                   on 2000/12/05  23:53:12
32427         Log: Add TOPm1s to peek at the second topmost stack item.
32428      Branch: perl
32429            ! pp.h
32430 ____________________________________________________________________________
32431 [  8005] By: jhi                                   on 2000/12/05  23:13:55
32432         Log: Avaunt, you foul UTF-8 tests.
32433      Branch: perl
32434            ! t/op/ver.t t/pragma/utf8.t
32435 ____________________________________________________________________________
32436 [  8004] By: jhi                                   on 2000/12/05  23:09:54
32437         Log: Continue utf8 dispersal. 
32438      Branch: perl
32439            + t/op/concat.t
32440            ! MANIFEST t/pragma/utf8.t
32441 ____________________________________________________________________________
32442 [  8003] By: nick                                  on 2000/12/05  23:02:39
32443         Log: Integrate mainline.
32444      Branch: perlio
32445           +> t/op/length.t t/op/utf8decode.t
32446           !> (integrate 69 files)
32447 ____________________________________________________________________________
32448 [  8002] By: jhi                                   on 2000/12/05  22:59:28
32449         Log: Integrate perlio.
32450      Branch: perl
32451           !> iperlsys.h perl.c perlio.c win32/perllib.c
32452 ____________________________________________________________________________
32453 [  8001] By: nick                                  on 2000/12/05  22:07:52
32454         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
32455              - calloc/free suffer from damage on TerminateThread()
32456              - use PerlMemShared (as originally planned) now fixed
32457              - avoid doing anything important on DLL "detach".
32458      Branch: perlio
32459            ! perl.c perlio.c win32/perllib.c
32460 ____________________________________________________________________________
32461 [  8000] By: nick                                  on 2000/12/05  21:05:09
32462         Log: Fix gross PerlMemShared issue.
32463      Branch: perlio
32464            ! iperlsys.h
32465 ____________________________________________________________________________
32466 [  7999] By: jhi                                   on 2000/12/05  20:46:58
32467         Log: Test for Unicode (UTF-8) hash keys.
32468      Branch: perl
32469            ! t/op/each.t
32470 ____________________________________________________________________________
32471 [  7998] By: jhi                                   on 2000/12/05  20:30:35
32472         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
32473              is now always UTF-8), empty line cosmetics.
32474      Branch: perl
32475            ! t/pragma/utf8.t
32476 ____________________________________________________________________________
32477 [  7997] By: jhi                                   on 2000/12/05  20:15:40
32478         Log: Subject: Re: STRLEN - what?
32479              From: Andy Dougherty <doughera@lafayette.edu>
32480              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
32481              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
32482              
32483              Explain STRLEN.
32484      Branch: perl
32485            ! pod/perlguts.pod
32486 ____________________________________________________________________________
32487 [  7996] By: jhi                                   on 2000/12/05  20:13:34
32488         Log: Split off the UTF-8 decoder tests, make them to check also
32489              the error message.
32490      Branch: perl
32491            + t/op/utf8decode.t
32492            ! MANIFEST t/pragma/utf8.t utf8.c
32493 ____________________________________________________________________________
32494 [  7995] By: jhi                                   on 2000/12/05  16:39:47
32495         Log: Start migrating bits of pragma/utf8 to elsewhere
32496              (since the long term plan is to obsolete 'use utf8').
32497      Branch: perl
32498            + t/op/length.t
32499            ! MANIFEST t/pragma/utf8.t
32500 ____________________________________________________________________________
32501 [  7994] By: jhi                                   on 2000/12/05  16:30:21
32502         Log: Fix a manual edit typo from #7993, fix the message formatting
32503              for Unicode, add few our declarations.
32504      Branch: perl
32505            ! lib/Carp/Heavy.pm
32506 ____________________________________________________________________________
32507 [  7993] By: jhi                                   on 2000/12/05  16:09:15
32508         Log: Subject: Need help with warnings :-(
32509              From: "Ben Tilly" <ben_tilly@hotmail.com>
32510              Date: Tue, 05 Dec 2000 01:35:54 -0500
32511              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
32512              
32513              Subject: UPDATE: Carp/Heavy now passes all tests
32514              From: "Ben Tilly" <ben_tilly@hotmail.com>
32515              Date: Tue, 05 Dec 2000 07:59:41 -0500
32516              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
32517              
32518              The Brave New Carp.
32519      Branch: perl
32520            ! lib/Carp.pm lib/Carp/Heavy.pm
32521 ____________________________________________________________________________
32522 [  7992] By: jhi                                   on 2000/12/05  15:55:08
32523         Log: Subject: [PATCH perl@7979] cygwin port
32524              From: "Eric Fifer" <efifer@dircon.co.uk>
32525              Date: Tue, 5 Dec 2000 14:04:09 -0000
32526              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
32527      Branch: perl
32528            ! t/lib/net-hostent.t
32529 ____________________________________________________________________________
32530 [  7991] By: jhi                                   on 2000/12/05  15:52:34
32531         Log: Subject: Re: [PATCH] The largest hoax of all times?
32532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32533              Date: Tue, 5 Dec 2000 00:40:25 -0500
32534              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
32535              
32536              Subject: Re: [PATCH] The largest hoax of all times?
32537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32538              Date: Mon, 4 Dec 2000 23:55:53 -0500
32539              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
32540              
32541              Subject: Re: [PATCH] The largest hoax of all times?
32542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32543              Date: Tue, 5 Dec 2000 01:28:45 -0500
32544              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
32545              
32546              Fix the unpredictable order of DESTROYs.
32547      Branch: perl
32548            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
32549            ! sv.c sv.h t/op/ref.t
32550 ____________________________________________________________________________
32551 [  7990] By: jhi                                   on 2000/12/05  14:38:53
32552         Log: Subject: [PATCH] shrink pp_hot fractionally
32553              From: Nicholas Clark <nick@ccl4.org>
32554              Date: Tue, 5 Dec 2000 12:44:31 +0000
32555              Message-ID: <20001205124431.E74518@plum.flirble.org>
32556              
32557              Use report_evil_fh().
32558      Branch: perl
32559            ! opcode.pl opnames.h pp_hot.c util.c
32560 ____________________________________________________________________________
32561 [  7989] By: jhi                                   on 2000/12/05  14:21:27
32562         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32563              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32564              Date: Mon, 04 Dec 2000 22:21:59 -0800
32565              Message-ID: <HmIL6gzkgepS092yn@efn.org>
32566              
32567              Harness shouldn't ignore responses like "ok 3\r\r\n".
32568      Branch: perl
32569            ! lib/Test/Harness.pm
32570 ____________________________________________________________________________
32571 [  7988] By: jhi                                   on 2000/12/05  13:51:28
32572         Log: Integrate the "skip" messages to explain().
32573      Branch: perl
32574            ! t/lib/syslfs.t t/op/lfs.t
32575 ____________________________________________________________________________
32576 [  7987] By: jhi                                   on 2000/12/05  12:34:54
32577         Log: The one that got away in #7984.
32578              
32579              Subject: Re: dTHR - what and why?
32580              From: Michael Stevens <michael@etla.org> 
32581              Date: Tue, 5 Dec 2000 11:15:52 +0000
32582              Message-ID: <20001205111552.A4647@firedrake.org>
32583      Branch: perl
32584            ! sv.h
32585 ____________________________________________________________________________
32586 [  7986] By: gsar                                  on 2000/12/05  09:14:44
32587         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
32588              due to the notorious GetFileType() bug in Windows 9x, which fstat()
32589              tickles)
32590      Branch: perl
32591            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
32592 ____________________________________________________________________________
32593 [  7985] By: jhi                                   on 2000/12/05  05:49:03
32594         Log: Integrate perlio.
32595      Branch: perl
32596           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32597           !> win32/perlhost.h win32/perllib.c
32598 ____________________________________________________________________________
32599 [  7984] By: jhi                                   on 2000/12/05  05:48:16
32600         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
32601      Branch: perl
32602            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
32603            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
32604            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
32605            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
32606            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
32607            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32608            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
32609            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
32610            ! win32/win32.c
32611 ____________________________________________________________________________
32612 [  7983] By: nick                                  on 2000/12/04  23:27:43
32613         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
32614      Branch: perlio
32615            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32616            ! win32/perlhost.h win32/perllib.c
32617 ____________________________________________________________________________
32618 [  7982] By: jhi                                   on 2000/12/04  19:44:09
32619         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
32620              uncovered by #7980.
32621      Branch: perl
32622            ! op.c
32623 ____________________________________________________________________________
32624 [  7981] By: jhi                                   on 2000/12/04  19:42:07
32625         Log: Subject: [PATCH] Trivial dump.c feature
32626              From: Simon Cozens <simon@cozens.net>
32627              Date: Mon, 4 Dec 2000 18:08:38 +0000
32628              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
32629              
32630              Show whether a constant is UTF-8.
32631      Branch: perl
32632            ! dump.c
32633 ____________________________________________________________________________
32634 [  7980] By: jhi                                   on 2000/12/04  19:36:51
32635         Log: UTF-8 hash keys, patch from Inaba Hiroto.
32636      Branch: perl
32637            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
32638 ____________________________________________________________________________
32639 [  7979] By: jhi                                   on 2000/12/04  17:36:28
32640         Log: Update Changes.
32641      Branch: perl
32642            ! Changes patchlevel.h
32643 ____________________________________________________________________________
32644 [  7978] By: jhi                                   on 2000/12/04  16:42:17
32645         Log: Retract #7977, still too volatile (the euphemism of the day
32646              for unfinished and buggy :-)
32647      Branch: perl
32648            ! doop.c hv.c pp.c sv.h
32649 ____________________________________________________________________________
32650 [  7977] By: jhi                                   on 2000/12/04  16:25:15
32651         Log: (Retracted by #7978, too shaky yet.)
32652              
32653              Subject: Re: utf8 in hash keys, implementor missing
32654              From: Simon Cozens <simon@cozens.net>
32655              Date: Sat, 2 Dec 2000 19:49:35 +0000
32656              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
32657              
32658              The first step at UTF-8 hash keys.
32659      Branch: perl
32660            ! doop.c hv.c pp.c sv.h
32661 ____________________________________________________________________________
32662 [  7976] By: jhi                                   on 2000/12/04  16:13:53
32663         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32664              From: sthoenna@efn.org
32665              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
32666              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
32667      Branch: perl
32668            ! os2/os2.c perlio.c
32669 ____________________________________________________________________________
32670 [  7975] By: jhi                                   on 2000/12/04  16:05:25
32671         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
32672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32673              Date: Thu, 30 Nov 2000 20:50:37 -0800
32674              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
32675      Branch: perl
32676            ! os2/os2.c
32677 ____________________________________________________________________________
32678 [  7974] By: jhi                                   on 2000/12/04  16:03:57
32679         Log: Subject: [PATCH] ++ 20% faster
32680              From: Nicholas Clark <nick@ccl4.org>
32681              Date: Mon, 4 Dec 2000 12:17:27 +0000
32682              Message-ID: <20001204121726.B52976@plum.flirble.org>
32683              
32684              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
32685      Branch: perl
32686            ! sv.c
32687 ____________________________________________________________________________
32688 [  7973] By: jhi                                   on 2000/12/04  16:00:48
32689         Log: 
32690              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
32691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32692              Date: Mon, 04 Dec 2000 12:30:45 +0100
32693              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
32694              
32695              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
32696              library (getprotobyname and getprotobynumber are outversioned by
32697              the same calls in libc, at least for xlc version 3.
32698      Branch: perl
32699            ! hints/aix.sh
32700 ____________________________________________________________________________
32701 [  7972] By: jhi                                   on 2000/12/04  02:58:31
32702         Log: Integrate perlio.
32703      Branch: perl
32704           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
32705           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
32706           !> win32/win32.h win32/win32iop.h win32/win32thread.h
32707 ____________________________________________________________________________
32708 [  7971] By: nick                                  on 2000/12/04  00:24:33
32709         Log: Quieten some noise in Win32 builds:
32710              - win32.h is included after <sys/socket.h>, so need to 
32711              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
32712              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
32713      Branch: perlio
32714            ! doio.c perl.h toke.c win32/win32.h
32715 ____________________________________________________________________________
32716 [  7970] By: nick                                  on 2000/12/03  22:57:46
32717         Log: PERL_IMPLICIT_SYS compiles but does not work.
32718      Branch: perlio
32719            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
32720            ! win32/perlhost.h win32/perllib.c win32/win32.h
32721            ! win32/win32iop.h win32/win32thread.h
32722 ____________________________________________________________________________
32723 [  7969] By: jhi                                   on 2000/12/03  22:12:58
32724         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
32725              used to swash_init(), makes regprop() dumps more informative
32726              (+utf8::IsAlpha, -utf8::IsDigit, for example).
32727      Branch: perl
32728            ! regcomp.c regexec.c
32729 ____________________________________________________________________________
32730 [  7968] By: jhi                                   on 2000/12/03  21:39:56
32731         Log: Implement ANYOFUTF8 regprop() dumping.
32732      Branch: perl
32733            ! regcomp.c
32734 ____________________________________________________________________________
32735 [  7967] By: jhi                                   on 2000/12/03  20:57:19
32736         Log: Make uv_to_utf8() to zero-terminate its output buffer,
32737              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
32738      Branch: perl
32739            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
32740 ____________________________________________________________________________
32741 [  7966] By: nick                                  on 2000/12/03  18:41:21
32742         Log: Integrate mainline (STDCHAR)
32743      Branch: perlio
32744           !> Configure t/pragma/utf8.t
32745 ____________________________________________________________________________
32746 [  7965] By: jhi                                   on 2000/12/03  17:58:20
32747         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
32748      Branch: perl
32749            ! t/pragma/utf8.t
32750 ____________________________________________________________________________
32751 [  7964] By: jhi                                   on 2000/12/03  17:35:56
32752         Log: Integrate perlio.
32753      Branch: perl
32754           !> iperlsys.h perlio.c
32755 ____________________________________________________________________________
32756 [  7963] By: jhi                                   on 2000/12/03  17:33:55
32757         Log: Metaconfig unit change for #7962.
32758      Branch: metaconfig
32759            ! U/modified/stdchar.U
32760 ____________________________________________________________________________
32761 [  7962] By: jhi                                   on 2000/12/03  17:33:27
32762         Log: Untangle the <stdio.h> #include nest for the stdchar test,
32763              from Andy Dougherty.
32764      Branch: perl
32765            ! Configure
32766 ____________________________________________________________________________
32767 [  7961] By: nick                                  on 2000/12/03  16:53:00
32768         Log: Make iperlsys.h vector stdio not PerlIO.
32769      Branch: perlio
32770            ! iperlsys.h perlio.c
32771 ____________________________________________________________________________
32772 [  7960] By: nick                                  on 2000/12/03  14:43:01
32773         Log: Integrate mainline
32774      Branch: perlio
32775           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
32776           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
32777 ____________________________________________________________________________
32778 [  7959] By: jhi                                   on 2000/12/03  08:16:36
32779         Log: Use DO_UTF8().
32780      Branch: perl
32781            ! op.c
32782 ____________________________________________________________________________
32783 [  7958] By: jhi                                   on 2000/12/02  18:33:05
32784         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
32785              From: Mike Guy <mjtg@cam.ac.uk>         
32786              Date: Sat, 02 Dec 2000 17:27:13 +0000
32787              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
32788              
32789              An extraneous argument.
32790      Branch: perl
32791            ! toke.c
32792 ____________________________________________________________________________
32793 [  7957] By: jhi                                   on 2000/12/02  18:22:32
32794         Log: A missing hunk.
32795      Branch: perl
32796            ! t/lib/net-hostent.t
32797 ____________________________________________________________________________
32798 [  7956] By: jhi                                   on 2000/12/02  18:06:20
32799         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
32800              From: Nicholas Clark <nick@ccl4.org>
32801              Date: Sat, 2 Dec 2000 14:28:27 +0000
32802              Message-ID: <20001202142827.A12308@plum.flirble.org>
32803              
32804              Test robustness.
32805      Branch: perl
32806            ! t/lib/net-hostent.t
32807 ____________________________________________________________________________
32808 [  7955] By: jhi                                   on 2000/12/02  17:58:06
32809         Log: Metaconfig unit change for #7954.
32810      Branch: metaconfig
32811            ! U/modified/stdchar.U
32812 ____________________________________________________________________________
32813 [  7954] By: jhi                                   on 2000/12/02  17:54:32
32814         Log: An inconvenient hang would happen if the stdio _ptr wasn't
32815              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
32816              would be grepping stdin for all eternity for the _ptr.)
32817      Branch: perl
32818            ! Configure
32819 ____________________________________________________________________________
32820 [  7953] By: jhi                                   on 2000/12/02  00:07:15
32821         Log: Update Changes.
32822      Branch: perl
32823            ! Changes patchlevel.h
32824 ____________________________________________________________________________
32825 [  7952] By: jhi                                   on 2000/12/01  23:54:47
32826         Log: Subject: Re: long shell lines
32827              From: Andy Dougherty <doughera@lafayette.edu>
32828              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
32829              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
32830              
32831              Split overly long shell command lines.
32832      Branch: perl
32833            ! lib/ExtUtils/MM_Unix.pm
32834 ____________________________________________________________________________
32835 [  7951] By: jhi                                   on 2000/12/01  23:48:02
32836         Log: The metaconfig unit change for #7950.
32837      Branch: metaconfig
32838            + U/modified/stdchar.U
32839 ____________________________________________________________________________
32840 [  7950] By: jhi                                   on 2000/12/01  23:47:39
32841         Log: Try to find stdchar also from <stdio_impl.h>.
32842      Branch: perl
32843            ! Configure config_h.SH
32844 ____________________________________________________________________________
32845 [  7949] By: jhi                                   on 2000/12/01  23:46:45
32846         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
32847              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32848              Date: Fri, 1 Dec 2000 16:26:08 -0500
32849              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
32850              
32851              Reword the diagnostic message.
32852      Branch: perl
32853            ! pod/perldiag.pod
32854 ____________________________________________________________________________
32855 [  7948] By: nick                                  on 2000/12/01  22:49:43
32856         Log: Integrate mainline (for s/y/m as sub names stuff).
32857      Branch: perlio
32858           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
32859           !> t/pragma/warn/toke toke.c
32860 ____________________________________________________________________________
32861 [  7947] By: jhi                                   on 2000/12/01  20:55:41
32862         Log: Integrate perlio.
32863      Branch: perl
32864           !> perlio.c perliol.h t/io/pipe.t
32865 ____________________________________________________________________________
32866 [  7946] By: jhi                                   on 2000/12/01  20:36:51
32867         Log: Upgrade to CPAN 1.59_51, from Andreas König.
32868      Branch: perl
32869            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32870 ____________________________________________________________________________
32871 [  7945] By: nick                                  on 2000/12/01  20:31:32
32872         Log: Integrate mainline
32873      Branch: perlio
32874           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
32875           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
32876           +> t/lib/net-hostent.t
32877           !> (integrate 35 files)
32878 ____________________________________________________________________________
32879 [  7944] By: jhi                                   on 2000/12/01  20:23:29
32880         Log: Some help for 20001130.011.  Now one gets warnings like
32881              "Ambiguous -f() resolved as a file test ..."
32882      Branch: perl
32883            ! pod/perldiag.pod t/pragma/warn/toke toke.c
32884 ____________________________________________________________________________
32885 [  7943] By: jhi                                   on 2000/12/01  19:44:44
32886         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
32887              that also breaks using them as methods. 
32888      Branch: perl
32889            ! pod/perldiag.pod t/op/misc.t toke.c
32890 ____________________________________________________________________________
32891 [  7942] By: nick                                  on 2000/12/01  17:56:46
32892         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
32893              Make 'unix' pass most tests
32894              - do unread by temporary push of layer ("pending") holding unread chars
32895              - fast_gets is now based on per-handle flag
32896              - relax one of io/pipe.t tests to allow print to fail and close to
32897              succeed so that it passes on unbuffered "unix" layer.
32898              Remaining fail is sporadic and a genuine race condition between
32899              parent/child in fork test.
32900      Branch: perlio
32901            ! perlio.c perliol.h t/io/pipe.t
32902 ____________________________________________________________________________
32903 [  7941] By: jhi                                   on 2000/12/01  15:28:58
32904         Log: (Retracted by #7943.)
32905              
32906              Reserve the short named string operator names.
32907      Branch: perl
32908            ! pod/perldiag.pod t/op/misc.t toke.c
32909 ____________________________________________________________________________
32910 [  7940] By: jhi                                   on 2000/12/01  06:45:53
32911         Log: Get the three different space character classes right under utf8.
32912      Branch: perl
32913            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
32914            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
32915            ! regexec.c t/op/pat.t utf8.c
32916 ____________________________________________________________________________
32917 [  7939] By: jhi                                   on 2000/12/01  03:26:26
32918         Log: Two more tests that make no sense in UTF-8 since the test
32919              data is not in UTF-8.
32920      Branch: perl
32921            ! t/op/regexp.t
32922 ____________________________________________________________________________
32923 [  7938] By: jhi                                   on 2000/12/01  03:20:39
32924         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
32925              should it be required inside regexen?
32926      Branch: perl
32927            ! regcomp.c t/op/regmesg.t
32928 ____________________________________________________________________________
32929 [  7937] By: jhi                                   on 2000/12/01  02:58:53
32930         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
32931              stored and restored, and thusly was trounced by the utf8 swash
32932              routines.
32933      Branch: perl
32934            ! regcomp.c
32935 ____________________________________________________________________________
32936 [  7936] By: jhi                                   on 2000/11/30  20:41:39
32937         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
32938              Why the different platforms behave so differently (core dump vs
32939              no core dump) on this bug is a but of a mystery, but if I had to
32940              guess I would mumble something like 'alignment'.
32941      Branch: perl
32942            ! sv.c
32943 ____________________________________________________________________________
32944 [  7935] By: jhi                                   on 2000/11/30  16:17:02
32945         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
32946              From: Robin Barker <rmb1@cise.npl.co.uk>
32947              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
32948              Date: Thu, 30 Nov 2000 14:27:12 GMT
32949      Branch: perl
32950            ! perlio.c toke.c
32951 ____________________________________________________________________________
32952 [  7934] By: jhi                                   on 2000/11/30  16:04:49
32953         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
32954      Branch: perl
32955            ! t/lib/net-hostent.t
32956 ____________________________________________________________________________
32957 [  7933] By: jhi                                   on 2000/11/30  06:07:26
32958         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
32959              From: Peter Prymmer <pvhp@forte.com>
32960              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
32961              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
32962              
32963              In VMS the localhost may be LOCALHOST.
32964      Branch: perl
32965            ! t/lib/net-hostent.t
32966 ____________________________________________________________________________
32967 [  7932] By: jhi                                   on 2000/11/30  01:11:11
32968         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
32969              From: Peter Prymmer <pvhp@forte.com>
32970              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
32971              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
32972              
32973              plus regen perlapi.pod.
32974      Branch: perl
32975            ! pod/perlapi.pod utf8.c
32976 ____________________________________________________________________________
32977 [  7931] By: jhi                                   on 2000/11/30  01:06:19
32978         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
32979              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32980              Date:     Wed, 29 Nov 2000 17:15:11 EST
32981              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
32982      Branch: perl
32983            ! t/lib/filter-util.pl t/lib/filter-util.t
32984 ____________________________________________________________________________
32985 [  7930] By: jhi                                   on 2000/11/29  18:51:55
32986         Log: Update Changes.
32987      Branch: perl
32988            ! Changes patchlevel.h
32989 ____________________________________________________________________________
32990 [  7929] By: jhi                                   on 2000/11/29  18:50:55
32991         Log: Update the va_copy() metaconfig unit.
32992      Branch: metaconfig/U/perl
32993            ! need_va_copy.U
32994 ____________________________________________________________________________
32995 [  7928] By: jhi                                   on 2000/11/29  17:50:43
32996         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
32997              From: Dominic Dunlop <domo@computer.org>
32998              Date: Tue, 28 Nov 2000 16:41:57 +0100
32999              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
33000              
33001              Patch to catch a core dump in the Configure va_copy test.
33002      Branch: perl
33003            ! Configure config_h.SH
33004 ____________________________________________________________________________
33005 [  7927] By: jhi                                   on 2000/11/29  17:31:59
33006         Log: Retract #7921, the patch shouldn't be needed.
33007      Branch: perl
33008            ! sv.c
33009 ____________________________________________________________________________
33010 [  7926] By: jhi                                   on 2000/11/29  17:01:41
33011         Log: Make the Class::Struct import() wiser.
33012      Branch: perl
33013            ! lib/Class/Struct.pm t/lib/class-struct.t
33014 ____________________________________________________________________________
33015 [  7925] By: jhi                                   on 2000/11/29  16:36:33
33016         Log: All the core library users of Class::Struct seem to be
33017              using "use Class::Struct 'struct';" instead of the bare
33018              "use Class::Struct;", which isn't documented in Class::Struct.
33019              This can't be right.
33020      Branch: perl
33021            ! lib/File/stat.pm
33022 ____________________________________________________________________________
33023 [  7924] By: jhi                                   on 2000/11/29  16:32:15
33024         Log: A test works better if it has the right 1..$n output.
33025      Branch: perl
33026            ! t/lib/class-struct.t
33027 ____________________________________________________________________________
33028 [  7923] By: jhi                                   on 2000/11/29  16:29:11
33029         Log: Forgot to MANIFEST the new Net::hostent test.
33030      Branch: perl
33031            ! MANIFEST
33032 ____________________________________________________________________________
33033 [  7922] By: jhi                                   on 2000/11/29  16:27:49
33034         Log: Integrate perlio.
33035      Branch: perl
33036           !> iperlsys.h perlio.c
33037 ____________________________________________________________________________
33038 [  7921] By: jhi                                   on 2000/11/29  16:27:10
33039         Log: (Retracted by #7927.)
33040              
33041              Subject: [PATCH] Is infinity a number?
33042              From: Simon Cozens <simon@cozens.net>
33043              Date: Wed, 29 Nov 2000 14:48:20 +0000
33044              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
33045      Branch: perl
33046            ! sv.c
33047 ____________________________________________________________________________
33048 [  7920] By: jhi                                   on 2000/11/29  16:23:02
33049         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
33050              From: rspier@pobox.com (Robert Spier)
33051              Date: Wed, 29 Nov 2000 02:17:49 -0500
33052              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
33053              
33054              Add a test for Net::hostent.
33055      Branch: perl
33056            + t/lib/net-hostent.t
33057 ____________________________________________________________________________
33058 [  7919] By: jhi                                   on 2000/11/29  16:21:31
33059         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
33060              add a test for Class::Struct.
33061      Branch: perl
33062            + t/lib/class-struct.t
33063            ! MANIFEST lib/Class/Struct.pm
33064 ____________________________________________________________________________
33065 [  7918] By: jhi                                   on 2000/11/29  15:48:40
33066         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
33067              From: rspier@pobox.com (Robert Spier)
33068              Date: Wed, 29 Nov 2000 02:25:39 -0500
33069              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
33070              
33071              More checking in case someone has broken their services or
33072              protocol databases.
33073      Branch: perl
33074            ! ext/Sys/Syslog/Syslog.pm
33075 ____________________________________________________________________________
33076 [  7917] By: jhi                                   on 2000/11/29  15:46:25
33077         Log: Subject: [PATCH] $^O  win32 -> MSWin32
33078              From: rspier@pobox.com (Robert Spier)
33079              Date: Wed, 29 Nov 2000 02:17:38 -0500
33080              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
33081              
33082              plus similar nits for vms, err, VMS, and UNICOS.
33083      Branch: perl
33084            ! t/lib/syslfs.t t/op/lfs.t
33085 ____________________________________________________________________________
33086 [  7916] By: jhi                                   on 2000/11/29  15:42:51
33087         Log: Subject: [PATCH] Tokeniser debugging
33088              From: Simon Cozens <simon@cozens.net>
33089              Date: Wed, 29 Nov 2000 14:15:45 +0000
33090              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
33091      Branch: perl
33092            ! perl.c perl.h pod/perlrun.pod toke.c
33093 ____________________________________________________________________________
33094 [  7915] By: jhi                                   on 2000/11/29  15:41:36
33095         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33097              Date: Wed, 29 Nov 2000 02:13:14 -0500
33098              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
33099              
33100              OUT keyword nits.
33101              
33102              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33104              Date: Wed, 29 Nov 2000 03:09:04 -0500
33105              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
33106              
33107              OUT and IN_OUT documentation.
33108      Branch: perl
33109            ! lib/ExtUtils/xsubpp pod/perlxs.pod
33110 ____________________________________________________________________________
33111 [  7914] By: jhi                                   on 2000/11/29  03:35:01
33112         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
33113              From: John Tobey <jtobey@john-edwin-tobey.org>
33114              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
33115              Message-Id: <m140e1N-000FOoC@feynman.localnet>
33116              
33117              plus a performance speedup noticed by Sarathy.
33118      Branch: perl
33119            ! op.c
33120 ____________________________________________________________________________
33121 [  7913] By: jhi                                   on 2000/11/29  03:16:59
33122         Log: Use "1 while unlink" so that VMS gets clean, too.
33123      Branch: perl
33124            ! t/lib/filter-util.t
33125 ____________________________________________________________________________
33126 [  7912] By: jhi                                   on 2000/11/29  03:09:08
33127         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
33128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33129              Date: Tue, 28 Nov 2000 03:27:09 -0500
33130              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
33131      Branch: perl
33132            ! lib/ExtUtils/xsubpp
33133 ____________________________________________________________________________
33134 [  7911] By: jhi                                   on 2000/11/29  03:06:30
33135         Log: This should have been part of #7872: no need to scan UTF-8
33136              until eternity.
33137      Branch: perl
33138            ! utf8.c
33139 ____________________________________________________________________________
33140 [  7910] By: jhi                                   on 2000/11/29  02:50:04
33141         Log: One more perltie.pod nit from Casey R. Tweten.
33142      Branch: perl
33143            ! pod/perltie.pod
33144 ____________________________________________________________________________
33145 [  7909] By: jhi                                   on 2000/11/29  02:44:23
33146         Log: Document the known sprintf test failures, exact standard
33147              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
33148      Branch: perl
33149            ! pod/perldelta.pod t/op/sprintf.t
33150 ____________________________________________________________________________
33151 [  7908] By: jhi                                   on 2000/11/29  02:36:23
33152         Log: Add the Encoding table format documentation.
33153      Branch: perl
33154            + ext/Encode/Encode/EncodeFormat.pod
33155            ! MANIFEST
33156 ____________________________________________________________________________
33157 [  7907] By: jhi                                   on 2000/11/29  02:07:24
33158         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
33159              From: "Casey R. Tweten" <crt@kiski.net>
33160              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
33161              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
33162              
33163              Subject: Re: [PATCH] Updating perltie.pod for arrays
33164              From: "Casey R. Tweten" <crt@kiski.net>
33165              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
33166              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
33167      Branch: perl
33168            ! pod/perltie.pod
33169 ____________________________________________________________________________
33170 [  7906] By: nick                                  on 2000/11/28  22:40:59
33171         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
33172      Branch: perlio
33173            ! iperlsys.h perlio.c
33174 ____________________________________________________________________________
33175 [  7905] By: nick                                  on 2000/11/28  22:04:34
33176         Log: Integrate mainline
33177      Branch: perlio
33178           !> (integrate 39 files)
33179 ____________________________________________________________________________
33180 [  7904] By: jhi                                   on 2000/11/28  16:44:43
33181         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
33182              From: Nicholas Clark <nick@babyhippo.co.uk>
33183              Date: Tue, 28 Nov 2000 11:16:57 +0000
33184              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
33185      Branch: perl
33186            ! pod/perlipc.pod
33187 ____________________________________________________________________________
33188 [  7903] By: jhi                                   on 2000/11/28  16:40:31
33189         Log: Subject: [PATCH] Updating perltie.pod for arrays
33190              From: "Casey R. Tweten" <crt@kiski.net>
33191              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
33192              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
33193      Branch: perl
33194            ! pod/perltie.pod
33195 ____________________________________________________________________________
33196 [  7902] By: jhi                                   on 2000/11/28  16:39:37
33197         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
33198              From: Robin Barker <rmb1@cise.npl.co.uk>
33199              Date: Mon, 27 Nov 2000 17:56:44 GMT
33200              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
33201      Branch: perl
33202            ! pod/perlfunc.pod t/op/split.t
33203 ____________________________________________________________________________
33204 [  7901] By: jhi                                   on 2000/11/28  16:28:04
33205         Log: setmode() is a DOSish-only thing.
33206      Branch: perl
33207            ! perlio.c
33208 ____________________________________________________________________________
33209 [  7900] By: jhi                                   on 2000/11/28  16:21:46
33210         Log: Subject: [PATCH] perlcc.PL cleanups
33211              From: Simon Cozens <simon@cozens.net>
33212              Date: Tue, 28 Nov 2000 12:44:35 +0000
33213              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
33214      Branch: perl
33215            ! utils/perlcc.PL
33216 ____________________________________________________________________________
33217 [  7899] By: gsar                                  on 2000/11/28  06:32:55
33218         Log: reintegrate files missed by change#7895
33219      Branch: maint-5.6/perl
33220           +> ext/ByteLoader/bytecode.h utils/Makefile
33221            - utils/perlbc.PL
33222 ____________________________________________________________________________
33223 [  7897] By: gsar                                  on 2000/11/27  18:22:47
33224         Log: can't integrate these two files, for some reason
33225      Branch: maint-5.6/perl
33226            - ext/ByteLoader/bytecode.h utils/Makefile
33227 ____________________________________________________________________________
33228 [  7895] By: gsar                                  on 2000/11/27  18:11:21
33229         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
33230              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
33231              6757..6890,6892..6901 from mainline
33232              
33233              Bytecompiler patches from Benjamin Stuhl.
33234              
33235              More bytecompiler.
33236              
33237              Subject: [PATCH blead] B:: missing dependency
33238              
33239              Subject: [PATCH: 6757] configure.com updates and syslog build
33240              
33241              Long double Gconvert fixes from Yitzchak Scott-Thoennes
33242              and Spider Boardman.
33243              
33244              Subject: [PATCH blead] nextchar() abuse misses an optimisation
33245              
33246              Long double fixes from Spider Boardman.
33247              
33248              Make the selection of NVff et al stricter.
33249              
33250              cSVOPo_*v things index into the current PL_curpad
33251              under ithreads, which is different from the curpad
33252              used by the XSUB.  (In other words, the code as-is
33253              before this patch wouldn't work under ithreads.)
33254              
33255              Be portable.
33256              
33257              VMS MMS (make) wants null action.
33258              
33259              Mac and other portability updates from Chris Nandor.
33260              
33261              Storable support, v-version fixes.
33262              Subject: CPAN.pm beta for testing available
33263              
33264              Portability fix from Hugo van der Sanden.
33265              
33266              Bad makefile.
33267              
33268              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
33269              
33270              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
33271              
33272              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33273              
33274              Replace #6705 with a minimal doc patch.
33275              Subject: [PATCH 5.6.0] replace change #6705
33276              
33277              Drop the separate perlbc, perlcc -b should be enough.
33278              
33279              installperl couldn't tell whether it had run tests or not.
33280              Subject: [PATCH] Re: installperl and t/TEST
33281              
33282              Add silencer flags to installperl.
33283              Subject: [PATCH] Making installperl silent.
33284              
33285              Make "make install" by default silent.  A new "install-verbose"
33286              target is verbose.
33287              
33288              More liberal parsing of version numbers.
33289              Subject: Re: CPAN.pm beta for testing available
33290              
33291              Create directories in silence.
33292              Subject: [PATCH] Another silencer for MakeMaker
33293              
33294              DOS patches and portability/porting notes, from Tim Jenness.
33295              
33296              Make installman to recognize the silence flag -S.
33297              
33298              Actually do something with the silencer option.
33299              
33300              Continue silencing.
33301              
33302              Show the doc file, not the temp file.
33303              
33304              Regen perltoc.
33305              
33306              Subject: [PATCH] More silencing of installman.
33307              
33308              Better wording for the vec lvalue diagnostic.
33309              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33310              
33311              Subject: [PATCH: 6805] several more tweaks to configure.com
33312              
33313              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
33314              
33315              Missing parts of 
33316              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
33317              
33318              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
33319              (applied slightly modified)
33320              
33321              installperl --verbose and --silent.
33322              Subject: Re: [PATCH] More silencing of installman.
33323              
33324              Add install-silent target.
33325              
33326              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
33327              the problem reported in
33328              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
33329              
33330              Tweak the sfio/useperlio logic, hopefully as wished in
33331              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
33332              
33333              One forgotten file from #6816.
33334              
33335              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
33336              
33337              Remove duplicately applied patch shards.
33338              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
33339              
33340              Support preserving extremely big/small angles.
33341              
33342              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
33343              
33344              Subject: [PATCH] installation not quite silent yet.
33345              
33346              Update the test count.
33347              
33348              Use UVxf, PTR2UV, NVff.
33349              
33350              Document PTR2XX and INT2PTR.
33351              
33352              no-install target a la make -n.
33353              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
33354              
33355              grep -e isn't portable.
33356              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
33357              
33358              Can't get the test to reliably work thanks to the
33359              inaccurateness of floating point.  "Resolves" bug ids
33360              20000826.003, 20000826.009, 20000826.010,
33361              
33362              Subject: installman buglet
33363              
33364              DJGPP update from Laszlo Molnar.
33365              
33366              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33367              
33368              Passing -R in ldflags makes now it to appear in the default
33369              for lddlflags, just like with -L.
33370              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33371              
33372              Test nit.
33373              
33374              Use the actual thread type, not the pointer-to-struct.
33375              
33376              Provice virtual $Config{ccflags_nolargefiles} etc. 
33377              
33378              display_format used as a class method without arguments was broken,
33379              reported in
33380              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
33381              
33382              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
33383              
33384              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
33385              
33386              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
33387              
33388              opmini.o may be left around if a build is interrupted.
33389              
33390              Typo in #6858.
33391              
33392              Fix for ID 20000828.001, long doubles were not formatted
33393              correctly (showed up in $], which stopped installing perl).
33394              
33395              An attempt to fix the problem reported in
33396              Subject: Building perl@6856 using gcc/AIX 4.3.3 
33397              I can't test this properly since the gcc installation I have
33398              access to seems to be botched (gcc is calling the AIX cpp,
33399              a losing proposition...)
33400              
33401              Add -ld to archname on long tr...double platforms.
33402              
33403              Subject: hv.h Doc Patch
33404              
33405              Potential cruft.
33406              
33407              Subject: [PATCH bleedperl@6856] warnings fixes
33408              
33409              -S is the silent flag, -s is the strip flag.
33410              Subject: [PATCH] Re: [PATCH] make no-install          
33411              
33412              Take out the SUIDMAIL thing, that will not be
33413              a problem in 5.7.*.
33414              
33415              Subject: [PATCH bleedperl@6866] spellings
33416              
33417              Subject: [PATCH] Re: files not cleaned even by veryclean
33418              
33419              Use minimal @INC in tests, most of the time just '../lib',
33420              so that we simply can't pick up stuff from other Perls than
33421              the one we are testing.  Pointed out by
33422              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
33423              
33424              Update to Getopt::Long 2.24, from Johan Vromans.
33425              
33426              Fix for thinko in #6848.
33427              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
33428              
33429              Patches all over for people and the files they (hopefully) care about.
33430              
33431              Subject: Net::protoent does not export 'getproto'
33432              
33433              Missed a change in #6869.
33434              
33435              Subject: [PATCH] Warnings in B::Deparse
33436              
33437              Subject: [PATCH] Glob dumping
33438              
33439              Disable one of the tests for now.
33440              
33441              Disabling the one test is a bit tricky.
33442              
33443              Don't forget to tidy up.
33444              
33445              The #6881 removed one dump line.
33446              
33447              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
33448              
33449              Under usethreads the dumped variable is IN_PAD.
33450              Subject: Re: [PATCH] Glob dumping
33451              
33452              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
33453              
33454              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
33455              
33456              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
33457              
33458              Regen Configure for #6894.
33459              
33460              Subject: [PATCH: 6889] updates to perlebcdic.pod
33461              
33462              Undo namespace pollution of #6878.
33463              Subject: Re: Net::protoent does not export 'getproto'
33464              
33465              Admit that we are leaking scalars.
33466              
33467              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
33468      Branch: maint-5.6/perl
33469           !> (integrate 271 files)
33470 ____________________________________________________________________________
33471 [  7894] By: gsar                                  on 2000/11/27  16:00:34
33472         Log: a couple of nits
33473      Branch: maint-5.6/perl
33474            ! MANIFEST pp_sys.c
33475 ____________________________________________________________________________
33476 [  7893] By: gsar                                  on 2000/11/27  15:10:56
33477         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
33478              6740..6745,6747..6757,6760
33479              
33480              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
33481              
33482              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
33483              
33484              Doc nits spotted by Richard Soderberg.
33485              
33486              move WNOHANG definition to where other such things are
33487              
33488              Make $Config{byteorder} more magical so that it is
33489              dynamically computed: nice for 'fat binaries'.
33490              Subject: [PATCH]: default byteorder
33491              
33492              Subject: [PATCH] Cwd.pm now uses strict
33493              
33494              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
33495              
33496              Get -DLEAKTEST to compile (not necessarily to work, mind)
33497              Subject: [ID 20000724.006] -DLEAKTEST problem
33498              
33499              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
33500              
33501              Add perlebcdic from Peter Prymmer, regen toc.
33502              
33503              Don't propose using modules built for 5.005 if no binary
33504              compatibility with 5.005 is attempted.
33505              
33506              Do not use prototyping here.
33507              Subject: [ID 20000817.016] [PATCH] Peek.xs
33508              
33509              Document what the backtick returns if the command fails.
33510              
33511              Add byteorder to the myconfig output.
33512              
33513              Introduce NVef, NVff, and NVgf, use the middle one.
33514              (helps for lib/peek + Linux + long doubles)  Reported in
33515              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33516              Use NVs in POSIX math, not doubles.
33517              Subject: [ID 20000817.014] POSIX & modfl
33518              
33519              Subject: [PATCH 5.6.0+] newSVrv() memory leak
33520              
33521              The byteorder code in #6671 was wrong.
33522              
33523              Fix the lib/complex failure of
33524              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33525              Linux long double accuracy issue: something that
33526              when printed with %g looks like "2" but int() of it is 1.
33527              
33528              Propagate new Configure vars.
33529              
33530              Unbuffer the output.
33531              
33532              Subject: [PATCH] perltrap.pod spring cleaning
33533              
33534              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
33535              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
33536              
33537              Tiny Getopt::Long patch from Johan Vromans.
33538              
33539              Document code point which makes if (defined %stash::) to work
33540              (noted by Spider Boardman).
33541              
33542              Subject: [PATCH perl@6698] cygwin port
33543              
33544              Document the NDBM_File and ODBM_File as SDBM_File
33545              was documented in #6417.
33546              
33547              The new tests were missing from #6415.
33548              
33549              Add [[:blank:]] as suggested in
33550              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33551              (the [=cc=] has already been taken care of by #6439
33552              so the whole bug report can be closed)
33553              and make [[:space:]] to be equivalent to isspace(3)
33554              (as opposed to \s, which is isSPACE()).  The difference
33555              is that now [[:space:]] matches the mythical vertical tab,
33556              while \s doesn't.
33557              
33558              Don't eat leading os from index entries.
33559              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
33560              
33561              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
33562              
33563              Typo in pp_complement().
33564              Subject: [PATCH perl-current] Deparse
33565              
33566              Add warnif(), check warnings further up the stack,
33567              all the warnings functions now can take an optional object reference.
33568              Subject: [PATCH bleedperl@6691] warnings pragma update
33569              
33570              Fix a core dump in lib/selfloader under -DDEBUGGING.
33571              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
33572              
33573              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
33574              
33575              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
33576              
33577              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
33578              Put back the long double avoidance code to POSIX.xs
33579              because VMS seems to need it still.
33580              
33581              Introduce a 'veryclean' target that is like 'distclean'
33582              but also removes *~ and *.orig.
33583              
33584              Subject: [ID 20000817.023] endianness description in perlfunc.pod
33585              
33586              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
33587              
33588              Let's try #6717 again.
33589              
33590              UTF8 concat fixes.
33591              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
33592              
33593              pp_open() could pass an uninitialized filename down to do_open9().
33594              
33595              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
33596              
33597              Update to CGI 2.72, from Lincoln Stein.
33598              
33599              Subject: [PATCH] Silence MakeMaker (Was: installman)
33600              
33601              Use temporary directory instead of current directory.
33602              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
33603              
33604              Document odd vs even subreleases and -Dusedevel.
33605              
33606              The veryclean target needs to clobber.
33607              
33608              Use File::Spec->tmpdir().
33609              
33610              Document the number of exponent digits.
33611              
33612              Mention perlebcdic and perlposix-bc.
33613              
33614              s/this one/the 5.6.0 release/
33615              
33616              The #6724 is here.
33617              
33618              The correct cleaning order is an art.
33619              
33620              small tweaks for change#6705: avoid C++ style comments in C code;
33621              use Perl's malloc API rather than the low level system one
33622              
33623              Array context keeps slithering in.
33624              
33625              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
33626              
33627              Subject: [PATCH] os2.c fix for use64bitint
33628              
33629              Update to Pod::LaTeX 0.53.
33630              Subject: [PATCH] lib/Pod/LaTeX.pm updates
33631              
33632              Document the endianness of Alpha more precisely.
33633              
33634              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
33635              
33636              Rename the macro argument because some preprocessors
33637              can't tell the difference and expand arguments also inside
33638              double quoted strings.
33639              
33640              free TLS slot properly on Windows
33641              
33642              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
33643              
33644              Unicos/mk requires elaborate paranoia.
33645              
33646              Tweak the floating point output routine preferences.
33647              
33648              Also under djgpp the timestamps are funky.
33649              
33650              Apply some PodParser 1.18 patches; the Pod/Find.pm
33651              patches cannot be applied since #6712 conflicts.
33652              
33653              Use PodParser 1.18 new test.
33654              
33655              A pod nit.
33656              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
33657              
33658              Be verydeepclean.
33659      Branch: maint-5.6/perl
33660           +> pod/perlebcdic.pod
33661           !> (integrate 106 files)
33662 ____________________________________________________________________________
33663 [  7892] By: jhi                                   on 2000/11/27  15:02:32
33664         Log: Update Changes.
33665      Branch: perl
33666            ! Changes patchlevel.h
33667 ____________________________________________________________________________
33668 [  7891] By: jhi                                   on 2000/11/27  14:57:23
33669         Log: Subject: Re: perlfaq style changes
33670              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33671              Date: Sat, 25 Nov 2000 23:32:26 -0800
33672              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
33673              
33674              plus a note from Ronald Kimball.
33675      Branch: perl
33676            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
33677 ____________________________________________________________________________
33678 [  7890] By: jhi                                   on 2000/11/27  14:53:14
33679         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
33680              From: Benjamin Holzman <bah@ecnvantage.com>
33681              Date: Sun, 26 Nov 2000 16:27:33 -0500
33682              Message-ID: <20001126162733.J25040@ecnvantage.com>
33683      Branch: perl
33684            ! gv.c
33685 ____________________________________________________________________________
33686 [  7889] By: jhi                                   on 2000/11/27  14:43:11
33687         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
33688              From: lvirden@cas.org
33689              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
33690              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
33691      Branch: perl
33692            ! README.amiga
33693 ____________________________________________________________________________
33694 [  7888] By: jhi                                   on 2000/11/27  14:32:34
33695         Log: Restore also the locale test to no-sprintf-taint state.
33696              Fixes the bug 20001127.003.
33697      Branch: perl
33698            ! sv.c t/pragma/locale.t
33699 ____________________________________________________________________________
33700 [  7887] By: gsar                                  on 2000/11/27  14:13:05
33701         Log: integrate changes#6613..6616,6620..6665 from mainline
33702              
33703              VMS configure.com update continues.
33704              
33705              Subject: Test fails / warnings with perl-current #6612
33706              
33707              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
33708              
33709              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33710              
33711              For now remove the mail code.
33712              
33713              Subject: Re: [PATCH] @+, @- readonly
33714              
33715              Subject: warning: storage class after type is obsolescent
33716              
33717              Subject: sfio2000
33718              
33719              Subject: Re: File::Temp problems on VMS in bleedperl
33720              
33721              README.os2 update.
33722              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
33723              
33724              Make the user to give up his firstborn, err, to knowingly
33725              verify installing an unstable developer release.  Also bump
33726              the release to 5.7.0, but leave a patch tag in the local
33727              patches saying that this is not yet the real thing.
33728              
33729              Update (kinda) to Test 1.14, from Joshua Pritikin.
33730              
33731              make ok etc also for win32.
33732              
33733              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
33734              
33735              Don't blow limited stacks, a lower number is enough to
33736              tickle the lookbehind limit.
33737              
33738              Use -Dusedevel; regen Configure and the respective Porting stuff.
33739              
33740              Subject: [PATCH] debugger exit code should reflect user exit code
33741              
33742              Subject: [PATCH perl@6620] cygwin port
33743              
33744              Missed a file from #6638.
33745              
33746              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)
33747              
33748              magic callbacks all need to have same type signature
33749              
33750              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
33751              
33752              Fix a dependency problem.
33753              Subject: [PATCH: 6640] VMS Makefile.SH update
33754              
33755              The numeric locale was reset to "C" by s?printf and never restored.
33756              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
33757              No test since adding the failing example to locale.t
33758              does not fail -- probably because the locale settings are so
33759              thoroughly tweaked by that time.  Running the example standalone
33760              does fail, though.  UPDATE: test case added at change #7540.
33761              
33762              Subject: [ID 20000324.040] minor fix to perlhpux.pod
33763              
33764              Update to CPAN 1.57.
33765              
33766              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
33767              
33768              Change the perlbug address to perl.org since it's more forgiving.
33769              
33770              Change the regx compilation error markers to use = instead of <
33771              since pod makes using the latter quite messy.  Reported in
33772              ID 20000814.006 by Abigail and in
33773              Subject: Unknown escape E<> ?
33774              
33775              Update to perldebtut 1.9, from Richard Foley.
33776              
33777              check that the number pseudo children doesn't exceed
33778              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
33779              the WaitForMultipleObjects() limit that would cause wait()
33780              to crash)
33781              wait() and waitpid() could potentially be rewritten to use
33782              more than one thread to do the waiting to eliminate this
33783              limitation
33784              
33785              change#6328 could make close(SOCKET) return false on windows
33786              when it shouldn't
33787              
33788              pod nit seen in passing
33789              
33790              on windows, the return values from wait() and waitpid() don't
33791              match those of pseudo-pids
33792              
33793              waitpid() now handles externally spawned pids correctly;
33794              fixes for backtick/wait/waitpid failures on Windows 9x
33795              these changes make the pid returned by process functions on
33796              Windows 9x always positive by clearing the high bit (which
33797              is always set on Win9x); pseudo-process PIDs are likewise
33798              always negative now on Win9x (just as on NT/2000)
33799              
33800              trailing new %ENV entries weren't being pushed into the real
33801              environment of subprocesses on Windows
33802              
33803              Tweak the regex compilation errors once more.
33804              
33805              avoid warnings from dense compiler
33806              
33807              add "ok" targets from change#6632 in makefile.mk
33808      Branch: maint-5.6/perl
33809            - lib/Pod/PlainText.pm vms/configure.com
33810           !> (integrate 66 files)
33811 ____________________________________________________________________________
33812 [  7886] By: jhi                                   on 2000/11/27  13:54:18
33813         Log: __FUNCTION__ isn't portable and trying to emulate it leads
33814              into practically spelling out the name of the function.
33815              Takes care of the bug 20001127.001.
33816      Branch: perl
33817            ! perlio.c
33818 ____________________________________________________________________________
33819 [  7885] By: gsar                                  on 2000/11/27  13:53:18
33820         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
33821              6610..6611 from mainline
33822              
33823              Make regular expression parse error messages easier to understand.
33824              Subject: Re: enhanced(?) regex error messages
33825              
33826              Tiny tidying on report_evil_fh().
33827              
33828              Subject: Re: enhanced(?) regex error messages 
33829              plus Capitalize the error messages, plus perldiag them.
33830              
33831              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
33832              
33833              Document here-doc better.
33834              
33835              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33836              
33837              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
33838              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
33839              (either perlbug or p5p ate the original), plus regen
33840              perlapi and perltoc. 
33841              
33842              Regen global.sym.
33843              
33844              Double check that we have a dirhandle.
33845              
33846              Subject: Re: enhanced(?) regex error messages
33847              (plus two small patches sent privately)
33848              (this still seems to leave few test failures)
33849              
33850              warn is a macro, avoid using at a variable to avoid warnings
33851              in some configurations; readdir.t is too conservative in
33852              estimating number of *.t's
33853              
33854              Get back into sync with Jeffrey on the enhanced regex warnings.
33855              
33856              Subject: [PATCH 5.6.0] cygwin port
33857              
33858              Zero entries were skipped, fix from Adrian Goalby
33859              <argoalby@yahoo.co.uk>
33860              
33861              Subject: Remove dead entry in perldiag
33862              
33863              Amend the description of Perl6.
33864              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
33865              
33866              detypo
33867              
33868              It's the 2ndO'ROSSC.
33869              
33870              Revert the sv.c part of #6559, a better fix is needed.
33871              
33872              Iterating perl6 description.
33873              
33874              Update to Term::ANSIColor 1.03, from Russ Allbery.
33875              
33876              Update to Getopt::Long 2.23_05, from Johan Vromans.
33877              
33878              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
33879              
33880              Update to Pod::Parser 1.17, from Brad Appleton.
33881              
33882              Update to CPAN 1.56, from Andreas König.
33883              
33884              Update to CGI 2.70, from Lincoln Stein.
33885              
33886              Put back the std @INC thing.
33887              
33888              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
33889              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
33890              
33891              Document the IO::Select timeout.
33892              
33893              sleep(1) does not necessarily return 1.
33894              Subject: [PATCH bleadperl] op/lex_assign.t  
33895              
33896              Subject: debugger "d" command doesnt check line number
33897              
33898              B::Deparse didn't do sub attributes.
33899              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33900              
33901              Preprocessing and postprocessing for File::Find.
33902              Subject: Patch to Find::File.pm to allow alphabetical results
33903              
33904              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
33905              
33906              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
33907              
33908              Subject: Re: [ID 20000730.003] utf8::length() bad
33909              
33910              Subject: Getting perlio and threads to compile
33911              (the Solaris version changes in Configure skipped)
33912              
33913              Tests for #6589.
33914              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33915              
33916              Add Perl debugging tutorial, regen toc. 
33917              Subject: perldebtut.pod
33918              
33919              Add a few missing files, update MANIFEST.
33920              
33921              Rewrite of vms/subconfigure.com as configure.com,
33922              from Peter Prymmer and the vmsperl crew.
33923              
33924              Should have deleted this in #6603.
33925              
33926              Fix the test for 5005threads.
33927              
33928              Fix-n-skip the tests under 5005threads.
33929              
33930              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
33931              
33932              Upgrade to CGI 2.71, from Lincoln Stein.
33933      Branch: maint-5.6/perl
33934           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
33935           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
33936           +> t/op/regmesg.t t/pod/find.t vms/configure.com
33937            - vms/subconfigure.com
33938            ! lib/lib.pm
33939           !> (integrate 115 files)
33940 ____________________________________________________________________________
33941 [  7884] By: jhi                                   on 2000/11/27  13:44:33
33942         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
33943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33944              Date:     Mon, 27 Nov 2000 08:23:54 EST
33945              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
33946      Branch: perl
33947            ! vms/descrip_mms.template vms/test.com
33948 ____________________________________________________________________________
33949 [  7883] By: gsar                                  on 2000/11/27  11:50:46
33950         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
33951              6511..6513,6515..6523,6525..6536
33952              
33953              The swallow_bom() saga continues.  The #23 of require.t
33954              (UTF16-LE) still fails (silently, no output) but the #22
33955              (UTF16-BE) seems to be working now.  The root of the
33956              failure may be in sv_gets(): is it UTF-16LE-aware,
33957              especially when it comes to line endings? 
33958              
33959              Document the problem with -P in HP-UX and its workaround.
33960              
33961              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
33962              (aka ID 20000730.002)
33963              
33964              Subject: fix and question re: waitpid() under win32
33965              
33966              Make the safety catch for buggy gccs work with triple version
33967              numbers like 2.95.2.  Reported in
33968              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
33969              
33970              In Digital UNIX warn if gcc explicitly chosen because even
33971              2.95.2 is known to cause problems.
33972              
33973              Make chr() for values >127 to create utf8 when under utf8.
33974              
33975              various syntax errors and such (not fixed: comp/require.t#22 coredump
33976              on Windows)
33977              
33978              Stash away the largefiles flags and libswanted.
33979              
33980              BOM patching from Simon Cozens.
33981              
33982              If gccosandvers is equal to osname, clear gccosandvers.
33983              
33984              Make p4desc to skip non-mainperl branches by default.
33985              
33986              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
33987              
33988              The test from this
33989              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
33990              
33991              In new BSDs changes to argv[] do not show up in ps(1) output,
33992              instead one must use setproctitle().  This was already addressed
33993              by change #6457, but the below has a new variant for FreeBSD 4.0
33994              or later, and the matter is also documented more.
33995              
33996              FreeBSD 3.* updates from
33997              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33998              
33999              regen_headers, regen perltoc.
34000              
34001              Document in one place the memory abstractions used in Perl core.
34002              
34003              memcpy has n o in it, as pinted ut by Sarathy.
34004              
34005              Remove the extraneous "main::" prefix from all the
34006              "opened only for", "on closed", and "never opened" warnings.
34007              
34008              The name of a filehandle does not have <these>.
34009              
34010              The tr utf8 patching continues.
34011              
34012              The new setproctitle() feature is available only in 
34013              bleeding edge FreeBSD.  From Paul Saab.
34014              
34015              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
34016              
34017              Dump UVs as UVs in Data::Dumper.
34018              
34019              detypo #6494
34020              
34021              Document the IVdf UVuf UVof UVxf.
34022              
34023              require.t needs binmode() to work on windows
34024              
34025              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34026              that are hopefully soon put into use.
34027              
34028              Allow "no Module;" even if there is no 'unimport'.
34029              
34030              Better skip message for the test; one of the two problems in
34031              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34032              
34033              The subtest 4 may fail also on VOBS, as pointed out
34034              by Nick Ing-Simmons in November 1999, bug id 19991124.003
34035              (but the failure in that bug report isn't the subtest 4).
34036              
34037              Be more informative on what is skipped and why,
34038              also repeat the list at the end.
34039              
34040              Add a URL for FSF.
34041              
34042              Subject: [PATCH] sv.h documentation - SvLEN
34043              
34044              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34045              
34046              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34047              
34048              Subject: [PATCH] bad cppsymbols on os2 + Configure question
34049              
34050              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34051              
34052              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34053              mention the idea of @( and @)
34054              
34055              This is 6512.  Really.
34056              
34057              Subject: [ID 19990721.004] Documentation bug in perlfunc
34058              
34059              Subject: Minor tweak to perlvar.pod
34060              
34061              In the warnings call filehandles consistently so;
34062              add "unopened" warning for stat().
34063              
34064              After the #6519 a warning about stat() is just that,
34065              not about a filetest, which now have their own warning.
34066              
34067              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
34068              
34069              Subject: Re: Array vs. List context
34070              
34071              Subject: New perlcc, take 2
34072              
34073              Weed buglets pointed out by
34074              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
34075              
34076              gcc versions might have (parentheses) in them.
34077              
34078              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
34079              
34080              Essential prototype changes were missing from #6527.
34081              Also make report_evil_fh() more bomb-proof.
34082              
34083              Zap lib/Sys directory when cleaning up.
34084              
34085              Change the Policy policy: now -Dprefix= with an existing
34086              Policy.sh and prefix == siteprefix == vendorprefix, then all
34087              of them follow along the new prefix.
34088              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
34089              
34090              Continue fixing the io warnings.  This also
34091              sort of fixes bug ID 20000802.003: the core dump
34092              is no more.  Whether the current behaviour is correct
34093              (giving a warning: "Not a format reference"), is another matter.
34094              
34095              Have symbols for the IoTYPEs.
34096              
34097              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
34098              
34099              Document a bit that UDP is not what you might think.
34100              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
34101              tr memory corruption fix from Simon Cozens.
34102              
34103              Plug the security hole described in the Aug 05 2000 bugtraq message
34104              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
34105              The security hole exists only in suidperls, which isn't
34106              installed or even built by default.
34107      Branch: maint-5.6/perl
34108           !> (integrate 71 files)
34109 ____________________________________________________________________________
34110 [  7882] By: gsar                                  on 2000/11/27  10:25:36
34111         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
34112              from mainline
34113              
34114              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
34115              to be fatal errors (instead of by default ignoring them, and
34116              ignoring with a bug: even though -w gave an error, the opening [
34117              was left in)  Reported in:
34118              
34119              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
34120              
34121              Subject: [PATCH] split /^/
34122              
34123              MacOS nits from Matthias Neeracher.
34124              
34125              More split() doc and test patches from Mike Guy.
34126              
34127              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
34128              from Graham Barr in the module list.
34129              
34130              docfix from Peter Scott <Peter@PSDT.com>.
34131              
34132              File::Temp patches for VMS and OS/2 from Tim Jenness.
34133              
34134              open() wariness in perlbug.
34135              
34136              Subject: [PATCH] minor doc change - perlguts
34137              
34138              Subject: Minor doc patch: handy.h
34139              
34140              Be wary of close()s, too.
34141              
34142              Further File::Temp patches from Yitzchak Scott-Thoennes
34143              and Craig A. Berry.
34144              
34145              Subject: [PATCH] fixes bug 20000508.004
34146              
34147              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34148              
34149              Allow "no AutoLoader;", based on change #6444,
34150              suggested by Graham Barr.
34151              
34152              Use setproctitle() if available to modify $0.
34153              
34154              Warn if the version of the operating system used to compile gcc
34155              differs from the current version of the operating system.
34156              Also display the gcc compilation os and version in myconfig.
34157              Inspiration from
34158              
34159              Tiny fixes for #6460.
34160              
34161              The problem described in this
34162              Subject: [ID 20000322.018] named chars aren't magical enough
34163              has been fixed in perl 5.6.0 but just in case added a test
34164              to keep it away.  (The report from Joseph Hall.)
34165              
34166              Tune the comments and hopefully stop a memory leak.
34167              
34168              Subject: UTF8 concat
34169              (with a memory leak fixed, plus a few casts added)
34170              This also seems to help for
34171              Subject: [ID 20000716.015] join UTF8 weirdness
34172              
34173              Do not upgrade SVs into utf8 just because they participate
34174              in eq or cmp.  Reported and fix suggested in
34175              Subject: [ID 20000720.009] sv_eq UTF8 bug
34176              
34177              Fix the HALF_UPGRADE() macro introduced in #6263.
34178              
34179              Find green threads before native threads.
34180              Subject: Re: Patch to jpl/JNI/Makefile.PL
34181      Branch: maint-5.6/perl
34182           !> (integrate 30 files)
34183 ____________________________________________________________________________
34184 [  7881] By: jhi                                   on 2000/11/27  05:48:41
34185         Log: It seems that *both* the unused submatch loop cleanup
34186              codes are needed.
34187      Branch: perl
34188            ! regexec.c
34189 ____________________________________________________________________________
34190 [  7880] By: jhi                                   on 2000/11/27  04:50:07
34191         Log: Clean .exists deeper.
34192      Branch: perl
34193            ! Makefile.SH
34194 ____________________________________________________________________________
34195 [  7879] By: jhi                                   on 2000/11/27  02:31:35
34196         Log: The code in regcppop() (see #7878) contains the correct lower
34197              limit for the unused submatch 'cleanup' loop so that under
34198              "use utf8" the following code wouldn't dump core:
34199              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
34200              the cleanup loop in regtry() stomped beyond allocated area
34201              in the startp[] array.  Therefore, copied the correct lower
34202              loop limit (*PL_reglastparen) to regtry().  Note: something
34203              may still not be quite right: why was the _higher_ loop limit
34204              (prog->nparens) different in the utf8 case?
34205              
34206              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
34207              without core dumps, there were about 17 of them before
34208              the patch (with us since Perl 5.7.0).  Two failures, still:
34209              496 and 505 (though these may not be severe).
34210              
34211              Patch #7881 is also needed since both the cleanup loops
34212              seem to be needed.
34213              
34214              Also, the t/op/pat#44 seems to core dump under utf8.
34215              Plus a couple of failures.  UGH-8.
34216      Branch: perl
34217            ! regexec.c
34218 ____________________________________________________________________________
34219 [  7878] By: jhi                                   on 2000/11/27  02:21:17
34220         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
34221              the code in regcppop() seems to be redundant for the test suite --
34222              but it contains a germ of truth, and it needed for the build
34223              process itself: see #7879 and #7881.
34224      Branch: perl
34225            ! regexec.c
34226 ____________________________________________________________________________
34227 [  7877] By: jhi                                   on 2000/11/27  01:53:09
34228         Log: Comment on comment.
34229      Branch: perl
34230            ! regexec.c
34231 ____________________________________________________________________________
34232 [  7876] By: jhi                                   on 2000/11/27  00:49:59
34233         Log: Adjust the docs to agree with #7875.
34234      Branch: perl
34235            ! pod/perllocale.pod
34236 ____________________________________________________________________________
34237 [  7875] By: jhi                                   on 2000/11/27  00:49:27
34238         Log: Retract #7863.  It makes more sense not to taint formatted output,
34239              not even by sprintf().
34240      Branch: perl
34241            ! sv.c
34242 ____________________________________________________________________________
34243 [  7874] By: jhi                                   on 2000/11/26  23:36:02
34244         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
34245              Not really fixed (should really dump the UTF-8 charclass),
34246              but stopped displaying the garbage.
34247              
34248              Also add a note on the (missing) Unicode PSXSPC and BLANK.
34249      Branch: perl
34250            ! regcomp.c
34251 ____________________________________________________________________________
34252 [  7873] By: jhi                                   on 2000/11/26  21:31:13
34253         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
34254      Branch: perl
34255            ! regexec.c
34256 ____________________________________________________________________________
34257 [  7872] By: jhi                                   on 2000/11/26  21:06:04
34258         Log: No need to scan till infinity, 13 is enough.
34259      Branch: perl
34260            ! handy.h utf8.c
34261 ____________________________________________________________________________
34262 [  7871] By: jhi                                   on 2000/11/26  20:20:32
34263         Log: Test line numbers are different with utf8.
34264      Branch: perl
34265            ! t/op/re_tests
34266 ____________________________________________________________________________
34267 [  7870] By: jhi                                   on 2000/11/26  20:10:12
34268         Log: Message nit.
34269      Branch: perl
34270            ! regcomp.c
34271 ____________________________________________________________________________
34272 [  7869] By: jhi                                   on 2000/11/26  19:01:05
34273         Log: Make utf8_length() and utf8_distance() (the latter of which
34274              is unused at the moment) to be less forgiving about bad UTF-8.
34275      Branch: perl
34276            ! embed.h embed.pl objXSUB.h proto.h utf8.c
34277 ____________________________________________________________________________
34278 [  7868] By: jhi                                   on 2000/11/26  18:45:56
34279         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
34280              From: Benjamin Holzman <bah@ecnvantage.com>
34281              Date: Sat, 25 Nov 2000 20:40:20 -0500       
34282              Message-ID: <20001125204020.A25040@ecnvantage.com>              
34283              
34284              Debian allows installing /usr/bin/locale without installing
34285              any locales, an error message will ensue.
34286      Branch: perl
34287            ! t/pragma/locale.t
34288 ____________________________________________________________________________
34289 [  7867] By: jhi                                   on 2000/11/26  18:31:12
34290         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
34291              From: Benjamin Holzman <bah@ecnvantage.com>
34292              Date: Sun, 26 Nov 2000 02:42:34 -0500
34293              Message-ID: <20001126024234.G25040@ecnvantage.com>
34294              
34295              Patch for the bug 20000212.002.
34296      Branch: perl
34297            ! sv.c t/op/array.t
34298 ____________________________________________________________________________
34299 [  7866] By: jhi                                   on 2000/11/26  18:28:09
34300         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
34301              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34302              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
34303              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
34304              
34305              File::Temp 0.11.
34306      Branch: perl
34307            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
34308 ____________________________________________________________________________
34309 [  7865] By: jhi                                   on 2000/11/26  18:24:22
34310         Log: The metaconfig unit change for #7864.
34311      Branch: metaconfig/U/perl
34312            ! need_va_copy.U
34313 ____________________________________________________________________________
34314 [  7864] By: jhi                                   on 2000/11/26  18:23:41
34315         Log: Make the va_copy() test not to be so talkative.
34316      Branch: perl
34317            ! Configure config_h.SH
34318 ____________________________________________________________________________
34319 [  7863] By: jhi                                   on 2000/11/26  18:11:02
34320         Log: Fix locale inconsistencies unearthed by Hugo's work.
34321              Now the floating point sprintf really does taint the result
34322              string as perllocale promises (has promised for a long time)
34323              if "use locale" is in the lexical scope.
34324      Branch: perl
34325            ! sv.c t/pragma/locale.t
34326 ____________________________________________________________________________
34327 [  7862] By: jhi                                   on 2000/11/26  00:35:15
34328         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
34329              From: Nicholas Clark <nick@ccl4.org>
34330              Date: Sun, 26 Nov 2000 00:07:50 +0000
34331              Message-ID: <20001126000750.A22446@plum.flirble.org>
34332              
34333              Infinit.
34334      Branch: perl
34335            ! sv.c
34336 ____________________________________________________________________________
34337 [  7861] By: jhi                                   on 2000/11/26  00:01:26
34338         Log: Integrate perlio.
34339      Branch: perl
34340           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
34341 ____________________________________________________________________________
34342 [  7860] By: nick                                  on 2000/11/25  22:04:17
34343         Log: Correct relative path from new ext\Filter\Util\Call location
34344              back to miniperl.
34345      Branch: perlio
34346            ! win32/makefile.mk
34347 ____________________________________________________________________________
34348 [  7859] By: nick                                  on 2000/11/25  21:26:54
34349         Log: Integrate mainline.
34350      Branch: perlio
34351           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34352           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34353           +> t/lib/filter-util.t
34354            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34355            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34356            - t/lib/filt-util.t
34357           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
34358           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34359           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
34360           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
34361           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
34362           !> win32/makefile.mk
34363 ____________________________________________________________________________
34364 [  7858] By: gsar                                  on 2000/11/25  20:52:17
34365         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
34366              parent's memory; fix it by keeping track of the actual pad
34367              offset rather than a raw pointer (this change is probably also
34368              relevant to non-ithreads case to avoid fallout from reallocs of
34369              the pad array, but is currently only enabled for the ithreads
34370              case in the interests of minimal disruption to existing "well
34371              tested" code)
34372      Branch: perl
34373            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34374            ! proto.h scope.c scope.h sv.c t/op/fork.t
34375 ____________________________________________________________________________
34376 [  7857] By: nick                                  on 2000/11/25  20:01:28
34377         Log: All tests pass on Win32/gcc/USE_PERLIO.
34378              - when crlf layer is pushed make unix-level binary.
34379              - remove :crlf injection in pp_backtick in pp_sys.c
34380              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
34381      Branch: perlio
34382            ! doio.c perlio.c pp_sys.c win32/makefile.mk
34383 ____________________________________________________________________________
34384 [  7856] By: jhi                                   on 2000/11/25  18:38:30
34385         Log: Update the metaconfig units for #7855.
34386      Branch: metaconfig/U/perl
34387            ! useperlio.U usesocks.U
34388 ____________________________________________________________________________
34389 [  7855] By: jhi                                   on 2000/11/25  18:37:54
34390         Log: Undo the SOCKS workarounds, instead start using PerlIO
34391              if SOCKS is selected.
34392              
34393              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
34394              From: Jens Hamisch <jens@Strawberry.COM>
34395              Date: Fri, 24 Nov 2000 18:31:30 +0100
34396              Message-ID: <20001124183130.E28337@Strawberry.COM>
34397              
34398              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
34399              From: Jens Hamisch <jens@Strawberry.COM>
34400              Date: Fri, 24 Nov 2000 19:11:51 +0100
34401              Message-ID: <20001124191151.A28753@Strawberry.COM>
34402      Branch: perl
34403            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
34404            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
34405 ____________________________________________________________________________
34406 [  7854] By: jhi                                   on 2000/11/25  17:39:08
34407         Log: Undo #7848.  Some of the code seems to use walkoptree(),
34408              some walkoptree_slow().  An unfinished renaming?
34409              Now the sub is walkoptree() (which is @EXPORT_OK),
34410              the walkoptree_slow() is a typeglob alias to walkoptree.
34411              This makes the tests to pass, at least.
34412      Branch: perl
34413            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34414 ____________________________________________________________________________
34415 [  7853] By: nick                                  on 2000/11/24  22:24:33
34416         Log: Re-arrange crlf vs binary for platforms that care.
34417              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
34418              Lip-service to making stdio layer work on such platfroms (untested).
34419              Now fails 3 tests rather than one, checkin to see if I can debug 
34420              the issue under linux. (Do not merge.)
34421      Branch: perlio
34422            ! doio.c perlio.c perliol.h
34423 ____________________________________________________________________________
34424 [  7852] By: jhi                                   on 2000/11/24  18:57:39
34425         Log: AUTHORS edits.
34426      Branch: perl
34427            ! AUTHORS
34428 ____________________________________________________________________________
34429 [  7851] By: jhi                                   on 2000/11/24  17:34:56
34430         Log: Add Jan-Erik Karlsson.
34431      Branch: perl
34432            ! AUTHORS
34433 ____________________________________________________________________________
34434 [  7850] By: jhi                                   on 2000/11/24  17:27:56
34435         Log: Configure should find stdchar on its own.
34436      Branch: perl
34437            ! hints/solaris_2.sh
34438 ____________________________________________________________________________
34439 [  7849] By: jhi                                   on 2000/11/24  17:24:55
34440         Log: Subject: PATCH over 7848: Filter test flawed
34441              From: andreas.koenig@anima.de (Andreas J. Koenig)
34442              Date: 24 Nov 2000 10:28:29 +0100
34443              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
34444      Branch: perl
34445            ! t/lib/filter-util.t
34446 ____________________________________________________________________________
34447 [  7848] By: jhi                                   on 2000/11/24  17:22:15
34448         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
34449              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
34450              Date: Fri, 24 Nov 2000 16:12:58 +0000
34451              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
34452      Branch: perl
34453            ! ext/B/B.pm
34454 ____________________________________________________________________________
34455 [  7847] By: jhi                                   on 2000/11/24  03:07:01
34456         Log: Integrate perlio.
34457      Branch: perl
34458           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34459           !> win32/makefile.mk
34460 ____________________________________________________________________________
34461 [  7846] By: gsar                                  on 2000/11/24  00:55:57
34462         Log: integrate changes#6415..6418,6420..6438 from mainline
34463              
34464              Fix the bitvector ops for utf8 (tricky since past 7 bits
34465              the utf8 'characters' can be more than one octet).
34466              
34467              MPE/ix updates for perl 5.6.0 from Mark Bixby.
34468              
34469              Subject: SDBM_File documentation
34470              
34471              Detypo.
34472              
34473              Decutandpasto.
34474              
34475              Send all installperl messages to STDERR and be -w clean.
34476              
34477              Out-of-date note removed.
34478              
34479              Protect against "wild next"s, that is, callbacks doing "next"
34480              instead of "return".
34481              
34482              Use STDOUT consistently.
34483              
34484              The output might have been produced in the wrong order.
34485              
34486              A missing 'break' after the [[:space:]] switch case.
34487              
34488              Add tests for
34489              [ID 19991110.003] another matching finding by pcre author
34490              which has already been fixed by some patch, as verified in
34491              
34492              Documentation to explain the behaviour of map().
34493              
34494              Add an optimization for map-maps-a-list-element-to-more-list-elements
34495              case, but add also notes explaining the relationship of this
34496              patch and the earlier notes by Sarathy.
34497              
34498              Subject: [ID 20000716.023] syslog test fails without sockets
34499              
34500              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
34501              Test cases for #6431.
34502              
34503              File::Spec::VMS fixup for tmpdir from Craig Berry.
34504              
34505              Make the "uninit variable" warning to say "concat or string"
34506              or "join or string" when in concat or join .
34507              
34508              Get UTF16 BOMs working.  Patch from
34509              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
34510              
34511              Subject: [PATCH] Make large file tests deal with SIGXFSZ
34512              
34513              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
34514              
34515              Subject: [PATCH] av.c apidoc
34516      Branch: maint-5.6/perl
34517           !> (integrate 43 files)
34518 ____________________________________________________________________________
34519 [  7845] By: gsar                                  on 2000/11/24  00:20:45
34520         Log: integrate changes#6406..6414 from mainline
34521              
34522              Merge perlhacktut into perlhack, update perlguts.
34523              
34524              Fix AutoSplit to use File::Spec the right way in VMS,
34525              from Peter Prymmer.
34526              
34527              The bug report
34528              [ID 19991110.002] minimal matching discrepancy found by pcre author
34529              seems to have been fixed (though differently from what was suggested
34530              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
34531              
34532              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
34533              not in pod, from Peter Prymmer
34534              
34535              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
34536              From: Hugo <hv@crypt.compulink.co.uk>
34537              Date: Fri, 14 Jul 2000 23:05:20 +0100
34538              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
34539              
34540              Didn't anymore apply, but that point still could use another fix.
34541              
34542              lib/b test fixes from Peter Prymmer.
34543              
34544              More docs for sv functions.
34545              
34546              perlvms.pod whitespace cleanup to keep pod utils happy.
34547              
34548              another VMS build tweak from Peter Prymmer
34549      Branch: maint-5.6/perl
34550           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
34551           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
34552           !> vms/descrip_mms.template vms/perlvms.pod
34553 ____________________________________________________________________________
34554 [  7844] By: nick                                  on 2000/11/23  23:42:45
34555         Log: Win32/perlio Now just fails one io/argv.t test - lack 
34556              of default :crlf on standard streams.
34557      Branch: perlio
34558            ! doio.c perlio.c
34559 ____________________________________________________________________________
34560 [  7843] By: nick                                  on 2000/11/23  23:04:05
34561         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
34562              peek fail is showing a real problem (multiple crlf layers
34563              are getting pushed.)
34564      Branch: perlio
34565            ! doio.c perlio.c win32/makefile.mk
34566 ____________________________________________________________________________
34567 [  7842] By: nick                                  on 2000/11/23  19:46:23
34568         Log: Implement PerlIO_binmode()
34569              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
34570              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
34571              make binmode in t/lib/io_tell.t unconditional so that works.
34572              Checkin just so Win32 machine can see these changes.
34573      Branch: perlio
34574            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34575 ____________________________________________________________________________
34576 [  7841] By: jhi                                   on 2000/11/23  19:30:00
34577         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
34578      Branch: perl
34579            ! README.amiga
34580 ____________________________________________________________________________
34581 [  7840] By: jhi                                   on 2000/11/23  17:18:02
34582         Log: SOCKS wrestling continues, patches from Jens Hamisch.
34583      Branch: perl
34584            ! doio.c embed.h embed.pl perlsdio.h proto.h
34585 ____________________________________________________________________________
34586 [  7839] By: jhi                                   on 2000/11/23  16:54:14
34587         Log: Push Filter::Util::Call one level deeper.
34588      Branch: perl
34589            + t/lib/filter-util.t
34590           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34591           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34592            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34593            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34594            - t/lib/filt-util.t
34595            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34596            ! win32/Makefile win32/makefile.mk
34597 ____________________________________________________________________________
34598 [  7838] By: jhi                                   on 2000/11/23  16:52:40
34599         Log: Reach back one higher up when searching for PERL_SRC.
34600      Branch: perl
34601            ! lib/ExtUtils/MM_Unix.pm
34602 ____________________________________________________________________________
34603 [  7837] By: jhi                                   on 2000/11/23  16:05:41
34604         Log: Subject: Re: perl@7826
34605              Date: Thu, 23 Nov 2000 02:20:25 -0600
34606              From: "Craig A. Berry" <craigberry@mac.com>
34607              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
34608              
34609              Make VMS to like Filter::Util::Call. 
34610      Branch: perl
34611            ! configure.com ext/Filter/Util/Makefile.PL
34612 ____________________________________________________________________________
34613 [  7836] By: nick                                  on 2000/11/23  16:04:08
34614         Log: Implement crlf layer - not ready for merge.
34615      Branch: perlio
34616            ! perlio.c win32/makefile.mk
34617 ____________________________________________________________________________
34618 [  7835] By: jhi                                   on 2000/11/23  15:56:52
34619         Log: STDCHAR is different in Sparc v9 vs x86.
34620      Branch: perl
34621            ! hints/solaris_2.sh
34622 ____________________________________________________________________________
34623 [  7834] By: jhi                                   on 2000/11/23  15:50:47
34624         Log: The type needs to be visible to protos.
34625      Branch: perl
34626            ! perl.h
34627 ____________________________________________________________________________
34628 [  7833] By: jhi                                   on 2000/11/23  15:40:46
34629         Log: Finish unfinished SOCKS workaround changes.
34630      Branch: perl
34631            ! doio.c
34632 ____________________________________________________________________________
34633 [  7832] By: jhi                                   on 2000/11/23  15:33:30
34634         Log: Integrate perlio.
34635      Branch: perl
34636           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34637           !> win32/makefile.mk
34638 ____________________________________________________________________________
34639 [  7831] By: nick                                  on 2000/11/23  10:31:07
34640         Log: Correct makefile.mk dependancies for ext/Filter/Util
34641              Build ext/Encode
34642              Run dmake regen_config_h
34643      Branch: perlio
34644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34645            ! win32/makefile.mk
34646 ____________________________________________________________________________
34647 [  7830] By: nick                                  on 2000/11/23  08:05:07
34648         Log: Integrate mainline
34649      Branch: perlio
34650           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34651           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
34652           +> t/lib/filt-util.pl t/lib/filt-util.t
34653           !> (integrate 41 files)
34654 ____________________________________________________________________________
34655 [  7829] By: gsar                                  on 2000/11/23  03:07:11
34656         Log: build the Filter extension on windows
34657      Branch: perl
34658            ! win32/Makefile win32/makefile.mk
34659 ____________________________________________________________________________
34660 [  7828] By: gsar                                  on 2000/11/23  02:46:35
34661         Log: regenerate win32/config* and fix some inconsistencies in the
34662              makefiles; always export Perl_deb() because it is needed
34663              by ext/re/* (whether perl itself is built with -DDEBUGGING
34664              or not)
34665      Branch: perl
34666            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
34667            ! win32/config_H.vc win32/makefile.mk
34668 ____________________________________________________________________________
34669 [  7827] By: gsar                                  on 2000/11/23  02:18:38
34670         Log: get sources building on windows+MSVC again (untested with other
34671              compilers)
34672      Branch: perl
34673            ! win32/include/sys/socket.h win32/perllib.c
34674 ____________________________________________________________________________
34675 [  7826] By: jhi                                   on 2000/11/23  01:18:26
34676         Log: Update Changes.
34677      Branch: perl
34678            ! Changes patchlevel.h
34679 ____________________________________________________________________________
34680 [  7825] By: jhi                                   on 2000/11/23  00:20:41
34681         Log: Subject: Re: av.c patch (having slight problems)
34682              From: "Ben Tilly" <ben_tilly@hotmail.com>
34683              Date: Tue, 21 Nov 2000 23:29:31 -0500
34684              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
34685              
34686              unshift() speedup.
34687      Branch: perl
34688            ! av.c
34689 ____________________________________________________________________________
34690 [  7824] By: jhi                                   on 2000/11/22  23:59:15
34691         Log: Fixes for signedness warnings noticed by VMSperlers.
34692      Branch: perl
34693            ! ext/Storable/Storable.xs regcomp.c sv.c
34694 ____________________________________________________________________________
34695 [  7823] By: jhi                                   on 2000/11/22  23:19:31
34696         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
34697              From: Peter Prymmer <pvhp@forte.com>
34698              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
34699              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
34700      Branch: perl
34701            ! t/pragma/warn/pp_hot
34702 ____________________________________________________________________________
34703 [  7822] By: jhi                                   on 2000/11/22  22:52:20
34704         Log: Be clean.
34705      Branch: perl
34706            ! Makefile.SH
34707 ____________________________________________________________________________
34708 [  7821] By: jhi                                   on 2000/11/22  22:46:39
34709         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
34710              by Damian Conway, as suggested by Paul Marquess.
34711      Branch: perl
34712            + lib/Filter/Simple.pm
34713 ____________________________________________________________________________
34714 [  7820] By: jhi                                   on 2000/11/22  22:45:51
34715         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
34716      Branch: perl
34717            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34718            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34719            + t/lib/filt-util.t
34720            ! MANIFEST
34721 ____________________________________________________________________________
34722 [  7819] By: jhi                                   on 2000/11/22  22:03:27
34723         Log: Integrate perlio.
34724      Branch: perl
34725           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
34726           !> win32/makefile.mk
34727 ____________________________________________________________________________
34728 [  7818] By: jhi                                   on 2000/11/22  21:56:02
34729         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
34730      Branch: perl
34731            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
34732            ! t/lib/io_sock.t
34733 ____________________________________________________________________________
34734 [  7817] By: jhi                                   on 2000/11/22  21:39:49
34735         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
34736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34737              Date: Wed, 22 Nov 2000 16:08:12 -0500
34738              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
34739      Branch: perl
34740            ! lib/ExtUtils/Liblist.pm
34741 ____________________________________________________________________________
34742 [  7816] By: jhi                                   on 2000/11/22  21:38:25
34743         Log: Go ahead and #include <unistd.h> in perl.h.
34744      Branch: perl
34745            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
34746            ! util.c
34747 ____________________________________________________________________________
34748 [  7815] By: jhi                                   on 2000/11/22  21:22:52
34749         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
34750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34751              Date: Mon, 20 Nov 2000 18:30:52 -0500
34752              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
34753      Branch: perl
34754            ! pod/perlre.pod regcomp.c t/op/re_tests
34755 ____________________________________________________________________________
34756 [  7814] By: jhi                                   on 2000/11/22  21:21:46
34757         Log: Subject: [PATCH 5.7.0] Liblist finally works
34758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34759              Date: Tue, 21 Nov 2000 22:02:17 -0500
34760              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
34761      Branch: perl
34762            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
34763            ! lib/ExtUtils/MakeMaker.pm
34764 ____________________________________________________________________________
34765 [  7813] By: jhi                                   on 2000/11/22  21:20:23
34766         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
34767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34768              Date: Wed, 22 Nov 2000 17:53:15 +0100
34769              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
34770              
34771              AIX dynaloader and perlio patch.
34772      Branch: perl
34773            ! ext/DynaLoader/dl_aix.xs
34774 ____________________________________________________________________________
34775 [  7812] By: jhi                                   on 2000/11/22  21:17:52
34776         Log: (Accidentally empty patch.)
34777      Branch: perl
34778            ! av.c
34779 ____________________________________________________________________________
34780 [  7811] By: jhi                                   on 2000/11/22  21:16:31
34781         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
34782              From: Peter Prymmer <pvhp@forte.com>
34783              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
34784              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
34785      Branch: perl
34786            ! vms/test.com
34787 ____________________________________________________________________________
34788 [  7810] By: jhi                                   on 2000/11/22  21:15:36
34789         Log: Subject: Re: perl@7777 
34790              From: "John P. Linderman" <jpl@research.att.com>
34791              Date: Wed, 22 Nov 2000 13:11:11 -0500
34792              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
34793              
34794              Detypoing.
34795      Branch: perl
34796            ! lib/CPAN.pm
34797 ____________________________________________________________________________
34798 [  7809] By: jhi                                   on 2000/11/22  21:14:19
34799         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
34800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34801              Date:     Wed, 22 Nov 2000 13:51:37 EST
34802              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
34803      Branch: perl
34804            ! perlsdio.h
34805 ____________________________________________________________________________
34806 [  7808] By: jhi                                   on 2000/11/22  21:13:27
34807         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
34808              From: Casey Tweten <crt@kiski.net>
34809              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
34810              Message-Id: <200011201653.LAA10194@home.kiski.net>
34811      Branch: perl
34812            ! t/lib/io_udp.t
34813 ____________________________________________________________________________
34814 [  7807] By: jhi                                   on 2000/11/22  21:12:35
34815         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
34816              From: Casey Tweten <crt@kiski.net>
34817              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
34818              Message-Id: <200011201636.LAA07227@home.kiski.net>
34819      Branch: perl
34820            ! t/lib/io_sock.t
34821 ____________________________________________________________________________
34822 [  7806] By: jhi                                   on 2000/11/22  21:10:59
34823         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
34824              From: "Casey R. Tweten" <crt@kiski.net>
34825              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
34826              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
34827      Branch: perl
34828            ! utils/h2xs.PL
34829 ____________________________________________________________________________
34830 [  7805] By: nick                                  on 2000/11/22  21:05:06
34831         Log: Integrate mainline
34832      Branch: perlio
34833           !> Changes Porting/genlog ext/DB_File/DB_File.xs
34834           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
34835           !> utils/perlbug.PL
34836 ____________________________________________________________________________
34837 [  7804] By: jhi                                   on 2000/11/22  21:01:12
34838         Log: Subject: [PATCH] Test.pm POD peculiarity
34839              From: "Casey R. Tweten" <crt@kiski.net>
34840              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
34841              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
34842      Branch: perl
34843            ! lib/Test.pm
34844 ____________________________________________________________________________
34845 [  7803] By: jhi                                   on 2000/11/22  20:59:59
34846         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
34847              From: "Philip Newton" <pnewton@gmx.de>
34848              Date: Wed, 22 Nov 2000 14:25:53 +0100
34849              Message-Id: <3A1BD771.25462.1939FAD@localhost>
34850              
34851              Be case-understanding also on 's', and use the -oi of sendmail
34852              not to terminate the transmission on a lone '.'.
34853      Branch: perl
34854            ! utils/perlbug.PL
34855 ____________________________________________________________________________
34856 [  7802] By: nick                                  on 2000/11/22  20:51:42
34857         Log: Win32 PerlIO intermediate state now working as expected.
34858              - In current state we are still using C runtime in text/binary
34859              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
34860              - PERLIO=stdio and PERLIO=unix pass all expected tests.
34861              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
34862              and PerlIO_seek() and the dummy crlf layer is not making adjustments
34863              for CRLF translation happening in C runtime. All other tests pass.
34864              
34865              Added note to README.win32 to point out the snags of doing a perl build
34866              with Norton AntiVirus turned on.
34867              
34868              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
34869              which file a fail comes from.
34870              
34871              Updated "canned" config.h to match the one generated.
34872      Branch: perlio
34873            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
34874            ! win32/makefile.mk
34875 ____________________________________________________________________________
34876 [  7801] By: jhi                                   on 2000/11/22  06:50:20
34877         Log: Nickety nits.
34878      Branch: perl
34879            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34880 ____________________________________________________________________________
34881 [  7800] By: jhi                                   on 2000/11/22  01:29:55
34882         Log: Changes had accidentally gone too silent on non-main branches.
34883      Branch: perl
34884            ! Changes Porting/genlog patchlevel.h
34885 ____________________________________________________________________________
34886 [  7799] By: gsar                                  on 2000/11/22  01:02:56
34887         Log: some lib_pm.PL changes snuck in via change#7772
34888      Branch: maint-5.6/perl
34889            ! Makefile.SH
34890 ____________________________________________________________________________
34891 [  7798] By: nick                                  on 2000/11/21  21:59:40
34892         Log: Integrate mainline
34893      Branch: perlio
34894           !> (integrate 28 files)
34895 ____________________________________________________________________________
34896 [  7797] By: jhi                                   on 2000/11/21  21:01:45
34897         Log: Integrate perlio.
34898      Branch: perl
34899           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
34900 ____________________________________________________________________________
34901 [  7796] By: nick                                  on 2000/11/21  20:36:22
34902         Log: Win32 builds and runs (mostly) with USE_PERLIO.
34903              PERLIO=perlio passes all tests. 
34904              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
34905      Branch: perlio
34906            ! perlio.c win32/perllib.c win32/win32.c
34907 ____________________________________________________________________________
34908 [  7795] By: jhi                                   on 2000/11/21  19:03:44
34909         Log: Update Changes.
34910      Branch: perl
34911            ! Changes patchlevel.h
34912 ____________________________________________________________________________
34913 [  7794] By: jhi                                   on 2000/11/21  18:56:34
34914         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
34915              From: "Craig A. Berry" <craigberry@mac.com>
34916              Date: Mon, 20 Nov 2000 20:27:06 -0600
34917              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
34918              
34919              A cut-and-pasto.
34920      Branch: perl
34921            ! perlio.h
34922 ____________________________________________________________________________
34923 [  7793] By: jhi                                   on 2000/11/21  18:54:41
34924         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
34925              From: Dominic Dunlop <domo@computer.org> 
34926              Date: Mon, 20 Nov 2000 18:55:29 +0100
34927              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
34928              
34929              va_copy() and the need of it.
34930              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
34931      Branch: metaconfig/U/perl
34932            + need_va_copy.U
34933      Branch: perl
34934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34935            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
34936            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34937            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34938            ! win32/config.bc win32/config.gc win32/config.vc
34939 ____________________________________________________________________________
34940 [  7792] By: jhi                                   on 2000/11/21  17:04:10
34941         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
34942      Branch: perl
34943           !> scope.h
34944 ____________________________________________________________________________
34945 [  7791] By: jhi                                   on 2000/11/21  17:01:16
34946         Log: Export the SOCKS workaround symbols only if necessary.
34947      Branch: perl
34948            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
34949 ____________________________________________________________________________
34950 [  7790] By: nick                                  on 2000/11/20  23:57:11
34951         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
34952      Branch: perlio
34953            ! scope.h
34954 ____________________________________________________________________________
34955 [  7789] By: nick                                  on 2000/11/20  23:38:33
34956         Log: Integrate mainline
34957      Branch: perlio
34958           +> lib/File/Spec/Epoc.pm
34959           !> (integrate 34 files)
34960 ____________________________________________________________________________
34961 [  7788] By: nick                                  on 2000/11/20  23:20:18
34962         Log: Make extra buffer layer work (dummy crlf layer)
34963      Branch: perlio
34964            ! doio.c perlio.c perlio.h
34965 ____________________________________________________________________________
34966 [  7787] By: jhi                                   on 2000/11/20  22:44:04
34967         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
34968              From: Peter Prymmer <pvhp@forte.com>
34969              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
34970              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
34971      Branch: perl
34972            ! t/pragma/locale.t
34973 ____________________________________________________________________________
34974 [  7786] By: jhi                                   on 2000/11/20  22:29:10
34975         Log: Subject: DOC PATCH 5.6.0 perlreftut
34976              From: mjd@plover.com
34977              Date: 20 Nov 2000 19:45:06 -0000
34978              Message-ID: <20001120194506.9505.qmail@plover.com>
34979      Branch: perl
34980            ! pod/perlreftut.pod
34981 ____________________________________________________________________________
34982 [  7785] By: jhi                                   on 2000/11/20  22:27:44
34983         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
34984              From: David Dyck <dcd@tc.fluke.com>
34985              Date: Mon, 20 Nov 2000 11:43:40 -0800
34986              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
34987      Branch: perl
34988            ! lib/Cwd.pm
34989 ____________________________________________________________________________
34990 [  7784] By: jhi                                   on 2000/11/20  22:23:21
34991         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
34992              Date: Mon, 20 Nov 2000 17:06:10 -0500
34993              To: Mailing list Perl5 <perl5-porters@perl.org>
34994              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
34995      Branch: perl
34996            ! pp_ctl.c t/op/pat.t
34997 ____________________________________________________________________________
34998 [  7783] By: jhi                                   on 2000/11/20  22:11:18
34999         Log: Subject: [PATCH] doop.c - UTF8 tr///               
35000              From: Simon Cozens <simon@cozens.net>
35001              Date: Sat, 18 Nov 2000 18:49:30 +0000
35002              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
35003              
35004              Subject: Re: [PATCH] doop.c - UTF8 tr///           
35005              From: Simon Cozens <simon@cozens.net>
35006              Date: Mon, 20 Nov 2000 20:45:22 +0000
35007              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
35008              
35009              Make tr on UTF-8 better but still not correct.
35010      Branch: perl
35011            ! doop.c
35012 ____________________________________________________________________________
35013 [  7782] By: jhi                                   on 2000/11/20  22:02:16
35014         Log: Remove the shared object before attempting to create
35015              (by linking) a new one.  E.g. in AIX not removing
35016              becomes quite painful if one tries to do more than one
35017              build in the same tree (an interrupted build, for example),
35018              since the AIX' shared dynaloader seemingly keeps the shared
35019              objects open and therefore 'busy' for quite a while, even when
35020              nobody is using the objects, leading into link failures.
35021      Branch: perl
35022            ! lib/ExtUtils/MM_Unix.pm
35023 ____________________________________________________________________________
35024 [  7781] By: gsar                                  on 2000/11/20  19:02:55
35025         Log: type mismatch due to faulty integration
35026      Branch: maint-5.6/perl
35027            ! toke.c win32/Makefile
35028 ____________________________________________________________________________
35029 [  7780] By: gsar                                  on 2000/11/20  17:31:55
35030         Log: integrate changes#6392,6394..6399,6401..6404
35031              
35032              The {multiplier} of a fixed substring was overlooked which
35033              caused a wrong initial search offset for that substring.
35034              
35035              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35036              From: Hugo <hv@crypt.compulink.co.uk>
35037              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35038              Date: Thu, 13 Jul 2000 19:27:13 +0100
35039              
35040              Fix the BOM bug: not a byteorder bug, a signedness bug.
35041              
35042              Replace change #6337 with a better one.
35043              
35044              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35045              From: Hugo <hv@crypt.compulink.co.uk>
35046              Date: Fri, 14 Jul 2000 04:16:20 +0100
35047              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35048              
35049              MakeMaker should not remove editor backups (*~) on `make clean`
35050              by default (completes change#6383)
35051              
35052              move new variables to the end of the interpreter structure (for
35053              bincompat in code that doesn't #include XSUB.h)
35054              
35055              rename totally bletcherous SvLOCK() thingy (doesn't do what the
35056              name suggests anyway)
35057              
35058              various cleanups (typos, misformatted code, and small bugs)
35059              
35060              typecasts needed for change#6394
35061              
35062              typos in change#6399, regen headers
35063              
35064              inconsistent types needs casts
35065              
35066              PERL_OBJECT build tweaks
35067      Branch: maint-5.6/perl
35068           !> MANIFEST doop.c embed.h embed.pl embedvar.h
35069           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
35070           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
35071           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
35072           !> toke.c util.c
35073 ____________________________________________________________________________
35074 [  7779] By: gsar                                  on 2000/11/20  17:06:29
35075         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
35076              
35077              Cosmetics and perldelta.
35078              
35079              Fix nits noticed by Boston.pm.
35080              
35081              Do the cc sanity check both before the hints and
35082              after the cc selction.
35083              
35084              get sprintf.t to adjust properly for 3-digit exponents
35085              
35086              don't clobber *.orig files on *clean targets
35087              
35088              fix bugs in processing %v-*d and similar format specs (from
35089              Avi Finkel <avi@finkel.org>)
35090              
35091              sprintf test tweaks (from Dominic Dunlop)
35092              
35093              new selfloader.t in change#6183 doesn't close DATA handles,
35094              and thus fails to clean up tmp files on dosish platforms
35095              
35096              typos (spotted by Peter Prymmer)
35097              
35098              typo fix from Craig Berry
35099      Branch: maint-5.6/perl
35100           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
35101           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
35102           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
35103           !> x2p/Makefile.SH
35104 ____________________________________________________________________________
35105 [  7778] By: gsar                                  on 2000/11/20  16:46:51
35106         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
35107              
35108              Subject: Re: format bug report  [Patch]
35109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35110              Date: Wed, 05 Jul 2000 13:12:52 +0200
35111              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
35112              
35113              Subject: Re: format bug report  [Patch]
35114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35115              Date: Wed, 05 Jul 2000 14:10:01 +0200
35116              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35117              
35118              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35119              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35120              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35121              Date: Fri, 07 Jul 2000 17:57:16 +0100
35122              
35123              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35124              To: perl5-porters@perl.org
35125              From: Karsten Sperling <spiff@phreax.net>
35126              Date: Mon, 10 Jul 2000 15:12:52 +0200
35127              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35128              
35129              README.posix-bc podified from Thomas Dorner.
35130              
35131              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
35132              From: Dominic Dunlop <domo@computer.org>
35133              Date: Tue, 11 Jul 2000 12:27:33 +0200
35134              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
35135              
35136              Typo in #6341.
35137              
35138              Fix for
35139              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35140              From: Roderick Schertler <roderick@argon.org>
35141              Date: Tue, 11 Jul 2000 13:55:05 -0400
35142              Message-Id: <200007111755.NAA05077@jones.argon.org>
35143              
35144              Minor cleanups on the booklist.
35145              
35146              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35147              regen perltoc.
35148              
35149              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35150      Branch: maint-5.6/perl
35151           +> pod/perlbook.pod
35152           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
35153           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
35154           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
35155 ____________________________________________________________________________
35156 [  7777] By: jhi                                   on 2000/11/20  16:08:49
35157         Log: Update Changes.
35158      Branch: perl
35159            ! Changes patchlevel.h
35160 ____________________________________________________________________________
35161 [  7776] By: jhi                                   on 2000/11/20  15:27:56
35162         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
35163              This may be overly harsh but until proven otherwise, we think this
35164              way, or until we have a simple test for Configure (having to start
35165              up servers is does not count as simple) to check for the problems.
35166      Branch: perl
35167            ! perl.h
35168 ____________________________________________________________________________
35169 [  7775] By: jhi                                   on 2000/11/20  15:22:17
35170         Log: Solaris hints tweaks.
35171      Branch: perl
35172            ! hints/solaris_2.sh
35173 ____________________________________________________________________________
35174 [  7774] By: jhi                                   on 2000/11/20  15:01:20
35175         Log: Add a workaround to SOCKS 64-bit problems.
35176      Branch: perl
35177            ! doio.c embed.h embed.pl perlsdio.h proto.h
35178 ____________________________________________________________________________
35179 [  7773] By: jhi                                   on 2000/11/20  14:51:47
35180         Log: sysseek() instead of seek().
35181      Branch: perl
35182            ! t/lib/syslfs.t
35183 ____________________________________________________________________________
35184 [  7772] By: gsar                                  on 2000/11/20  13:06:23
35185         Log: integrate changes#6315..6319,6321..6331,6333..6338
35186              
35187              Integrate with Sarathy, preliminary fix for unicos
35188              alignment problems in [ID 20000612.002] Perl problem on Cray system.
35189              
35190              some debugger output does not go to the socket when RemotePort is set
35191              
35192              winsock cleanup never done on Windows (leads to handle leaks)
35193              
35194              fix UNC path handling on Windows under ithreads, and chdir()
35195              return value when given a non-existent directory
35196              
35197              Autogenerate pod/Makefile and pod/buildtoc.
35198              buildtoc also checks whether the existin pods are
35199              mentioned in MANIFEST and perl.pod, and vice versa.
35200              (None of the thusly found discrepancies fixed yet.)
35201              roffitall also needs to be autogenerated similarly but it
35202              seems so badly out of date that I didn't touch it yet.
35203              
35204              Config is being used.
35205              
35206              Add =head1 NAMEs so that buildtoc is happy.
35207              (The CGI::Util nit reported to Lincoln.)
35208              
35209              Fix complaints of buildtoc.
35210              
35211              Fix the alignment problem in Crays ([ID 20000612.002]).
35212              
35213              Remove perlbook, update perlfaq book listing,
35214              rearrange perl.pod, regenerate perltoc.
35215              
35216              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
35217              was cast to an unsigned (32-bit) integer with wild abandon.
35218              
35219              winsock options weren't being set in all threads under ithreads
35220              (caused send()s from second and subsequent threads to fail)
35221              
35222              accept() leaks memory on windows due to incorrect ordering of
35223              closesocket() and fclose() calls
35224              
35225              Reorder perl.pod once more.
35226              
35227              More POSIX.pod tweaks.
35228              
35229              Sprinkle ldlibpath.
35230              
35231              Precedence goof, fix based on
35232              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
35233              From: Hugo <hv@crypt.compulink.co.uk>
35234              Date: Tue, 11 Jul 2000 12:52:38 +0100
35235              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
35236              
35237              Subject: PATCH perlguts.pod: Document D and d magic types
35238              From: mjd@plover.com
35239              Date: 5 Jul 2000 18:01:51 -0000
35240              Message-ID: <20000705180151.29413.qmail@plover.com>
35241              
35242              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
35243              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
35244              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
35245              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
35246              
35247              Subject: [PATCH cfgperl] $& segfaults if you trick it
35248              From: simon@brecon.co.uk (Simon Cozens)
35249              Date: 7 Jul 2000 11:26:09 GMT
35250              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
35251              
35252              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35253              From: Hugo <hv@crypt.compulink.co.uk>
35254              Date: Tue, 11 Jul 2000 12:44:50 +0100
35255              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
35256              
35257              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
35258              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35259              Date: Tue, 11 Jul 2000 13:50:51 +0100
35260              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
35261      Branch: maint-5.6/perl
35262           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
35263           +> pod/buildtoc.PL
35264            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
35265           !> (integrate 26 files)
35266 ____________________________________________________________________________
35267 [  7771] By: gsar                                  on 2000/11/20  12:31:42
35268         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
35269              6310,6311,6314
35270              
35271              Subject: [PATCH bleedperl] File::Spec 0.82 beta
35272              From: Barrie Slaymaker <barries@jester.slaysys.com>
35273              Date: Wed, 28 Jun 2000 11:35:29 -0400
35274              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
35275              
35276              tweak perlembed for multiplicity/usethreads sanity; correct notes
35277              about Windows
35278              
35279              localize %INC in a Safe compartment so that use/require work
35280              (many other magic globals probably need similar treatment)
35281              
35282              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
35283              when @_ is modified, causing coredumps
35284              
35285              slurp mode fix in change#4736 still not quite right
35286              
35287              Point to perlipc for more SysV IPC examples.
35288              
35289              Elaborate POSIX.pod.  Still needs work.
35290              
35291              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
35292              
35293              fix large memory leak that has been around for ever, masked by
35294              -DPURIFY (most of the arenas were never freed!)
35295              
35296              fix memory leak on Windows (PL_sys_intern contents were never
35297              freed)
35298              
35299              PERL_OBJECT build tweak
35300              
35301              adjust change#6299
35302              
35303              remove rel2abs prototypes (from Barrie Slaymaker)
35304              
35305              missing perldiag entry for unpack("w",...) diagnostic (from
35306              Andreas Koenig)
35307              
35308              better diagnostic on Frob->stuff() when Frob:: doesn't exist
35309              (from Richard Soderberg <rs@oregonnet.com>)
35310              
35311              Win32 patches for cfgperl from Sarathy.
35312              
35313              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
35314              
35315              More POSIX.pod embellishment.
35316              
35317              tyop in change#6306
35318      Branch: maint-5.6/perl
35319           !> (integrate 44 files)
35320 ____________________________________________________________________________
35321 [  7770] By: gsar                                  on 2000/11/20  11:51:00
35322         Log: integrate changes#6268..6282 from cfgperl branch
35323              
35324              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
35325              From: Dominic Dunlop <domo@computer.org>
35326              Date: Thu, 29 Jun 2000 12:32:39 +0200
35327              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
35328              
35329              Regen headers for #6261 (and update embed.pl for this) and #6267,
35330              silence few compiler warnings.
35331              
35332              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
35333              From: Nicholas Clark <nick@talking.bollo.cx>
35334              Date: Fri, 23 Jun 2000 16:21:15 +0100
35335              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
35336              
35337              Subject: PATCH pod/perltie.pod
35338              From: Ian Phillipps <Ian.Phillipps@iname.com>
35339              Date: Fri, 16 Jun 2000 00:17:19 +0100
35340              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
35341              (only the first hunk, the second hunk had already been done
35342              by some other patch)
35343              
35344              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
35345              From: Tom Phoenix <rootbeer@redcat.com>
35346              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
35347              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
35348              
35349              Subject: [PATCH] xsub attributes
35350              From: Doug MacEachern <dougm@covalent.net>
35351              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
35352              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
35353              
35354              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
35355              From: Andy Dougherty <doughera@lafayette.edu>
35356              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
35357              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
35358              
35359              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
35360              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35361              Date: Tue, 13 Jun 2000 02:43:48 -0500
35362              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
35363              
35364              Subject: [PATCH] Re: eval documentation: context
35365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35366              Date: Mon, 12 Jun 2000 15:07:29 +0100
35367              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
35368              
35369              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
35370              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35371              Date: Mon, 12 Jun 2000 14:55:59 +0100
35372              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
35373              
35374              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
35375              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
35376              Date: Fri, 09 Jun 2000 12:39:27 -0400
35377              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
35378              (plus update the version "number" of Text::Wrap)
35379              
35380              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
35381              From: Tim Ayers <tayers@bridge.com>
35382              Date: Thu, 08 Jun 2000 08:11:06 +0200
35383              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
35384              [resent by Richard Foley, Message-Id probably wrong]
35385              
35386              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
35387              From: rspier@pobox.com (Robert Spier)
35388              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
35389              Message-ID: <14654.31913.845602.610277@rls.cx>
35390              
35391              Subject: [PATCH 5.6.0] utils/h2xs.PL
35392              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35393              Date: Wed, 7 Jun 2000 04:02:04 -0500
35394              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
35395              
35396              Subject: [PATCH 5.6.0]ITHREADs for VMS
35397              From: Dan Sugalski <dan@sidhe.org>
35398              Date: Tue, 06 Jun 2000 11:59:50 -0400
35399              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
35400      Branch: maint-5.6/perl
35401           !> (integrate 31 files)
35402 ____________________________________________________________________________
35403 [  7769] By: gsar                                  on 2000/11/20  11:29:06
35404         Log: integrate changes#6261..6266 from cfgperl
35405              
35406              Subject: Re: [PATCH cfgperl] BOMs away!
35407              From: simon@brecon.co.uk (Simon Cozens)
35408              Date: 17 Jun 2000 11:49:57 GMT
35409              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
35410              
35411              Subject: 5.6.0 Patch for EPOC
35412              From: Olaf Flebbe <o.flebbe@gmx.de>
35413              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
35414              Message-ID: <23449.960929969@www11.gmx.net>
35415              
35416              tr fixes from Simon Cozens
35417              
35418              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
35419              From: Marty Lucich <marty@netcom.com>
35420              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
35421              Message-Id: <200006282116.OAA11148@netcom.com>
35422              ccdlflags update (the BSD/OS 4.1 part had already been taken
35423              care of by #6141).
35424              
35425              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
35426              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35427              Date: Wed, 28 Jun 2000 17:50:12 -0700
35428              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
35429              
35430              Subject: [PATCH 5.6.0] cygwin port
35431              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
35432              From: "Fifer, Eric" <EFifer@sanwaint.com>
35433              Date: Thu, 29 Jun 2000 12:58:29 +0100
35434      Branch: maint-5.6/perl
35435           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
35436           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
35437           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35438           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
35439 ____________________________________________________________________________
35440 [  7768] By: gsar                                  on 2000/11/20  11:13:44
35441         Log: integrate changes#6252..6256,6259..6260
35442              
35443              Paranoia tweak on #6249.
35444              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35445              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35446              Date: Sun, 25 Jun 2000 23:43:12 -0400
35447              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35448              
35449              Subject: tr///, help wanted.
35450              From: simon@brecon.co.uk (Simon Cozens)
35451              Date: 28 Jun 2000 11:29:04 GMT
35452              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35453              
35454              small thinko tweaks
35455              
35456              tweaks from Simon Conzes to further fix tr/// under utf8
35457              
35458              perlnewmod was missing from MANIFEST.
35459              
35460              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
35461              From: simon@brecon.co.uk (Simon Cozens)
35462              Date: 17 Jun 2000 11:56:44 GMT
35463              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
35464              pack U0, pack C0
35465      Branch: maint-5.6/perl
35466           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
35467           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
35468           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
35469           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
35470 ____________________________________________________________________________
35471 [  7767] By: gsar                                  on 2000/11/20  10:51:38
35472         Log: integrate change#6250 from cfgperl
35473              
35474              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35475              From: Doug MacEachern <dougm@covalent.net>
35476              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35477              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35478      Branch: maint-5.6/perl
35479           +> t/op/my_stash.t
35480           !> MANIFEST embed.pl global.sym proto.h toke.c
35481 ____________________________________________________________________________
35482 [  7766] By: gsar                                  on 2000/11/20  10:48:34
35483         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
35484              
35485              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
35486              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35487              Date: Mon, 26 Jun 2000 18:40:14 +0100
35488              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
35489              
35490              Subject: [PATCH] bytes<->utf8 fixes
35491              From: simon@brecon.co.uk (Simon Cozens)
35492              Date: 26 Jun 2000 04:55:45 GMT
35493              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35494              
35495              Subject: [PATCH] is_utf8_string
35496              From: simon@brecon.co.uk (Simon Cozens)
35497              Date: 26 Jun 2000 02:25:59 GMT
35498              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35499              
35500              Subject: [PATCH] avoid mg_ptr in '*' magic
35501              From: Doug MacEachern <dougm@covalent.net>
35502              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35503              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35504              
35505              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35506              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35507              Date: Sat, 24 Jun 2000 13:06:20 +0100
35508              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35509              
35510              Allow for standalone testing.
35511              
35512              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35513              From: Mark-Jason Dominus <mjd@plover.com>
35514              Date: Tue, 27 Jun 2000 22:36:42 -0400
35515              Message-ID: <20000628023642.12166.qmail@plover.com>
35516              
35517              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35518              From: Frank Tobin <ftobin@uiuc.edu>
35519              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35520              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35521      Branch: maint-5.6/perl
35522           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
35523           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
35524           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
35525           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
35526           !> utf8.c utils/h2xs.PL
35527 ____________________________________________________________________________
35528 [  7765] By: gsar                                  on 2000/11/20  10:29:13
35529         Log: integrate change#6239 from cfgperl
35530              
35531              Configure maintenance.  Sever some dependency cycles,
35532              separate gccversion from the cc unit,
35533              address [ID 20000623.006] Configure script patch for using gcc on AIX
35534              (but solve it a little bit differently),
35535              unduplex some accidentally duplicated units,
35536              suggest using gcc if no cc available
35537              (p5p thread: "Solaris configure: counterproposal", 1999-09)
35538      Branch: maint-5.6/perl
35539           !> Configure Todo-5.6 config_h.SH
35540 ____________________________________________________________________________
35541 [  7764] By: gsar                                  on 2000/11/20  10:25:55
35542         Log: integrate changes#6233..6238 from cfgperl
35543              
35544              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
35545              From: Mark-Jason Dominus <mjd@plover.com>
35546              Date: Fri, 16 Jun 2000 20:53:04 -0400
35547              Message-ID: <20000617005304.8008.qmail@plover.com>
35548              
35549              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
35550              because when run as services (Win32ese for daemons)
35551              no environment variables are set and tmpdir ends up as /tmp,
35552              which is ambiguous.
35553              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
35554              From: matt@sergeant.org
35555              Date: 16 Jun 2000 16:30:43 -0000
35556              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
35557              
35558              The thread begun by
35559              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
35560              From: Kevin.Ruscoe@ubsw.com
35561              Date: Fri, 16 Jun 2000 16:38:51 +0100
35562              Message-Id: <H000019b03c300d6@MHS>
35563              
35564              Tweak embed.pl, regen headers.
35565              
35566              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
35567              From: Dan Sugalski <dan@sidhe.org>
35568              Date: Fri, 23 Jun 2000 17:00:00 -0400
35569              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
35570      Branch: maint-5.6/perl
35571           !> (integrate 27 files)
35572 ____________________________________________________________________________
35573 [  7763] By: gsar                                  on 2000/11/20  10:08:08
35574         Log: s/perl56delta/perldelta/g
35575      Branch: maint-5.6/perl
35576            ! pod/Makefile
35577 ____________________________________________________________________________
35578 [  7762] By: gsar                                  on 2000/11/20  10:04:00
35579         Log: integrate changes#6225,6229,6231,6232 from cfgperl
35580              
35581              Add source code filenames to apidoc.
35582              From: simon@brecon.co.uk (Simon Cozens)
35583              Subject: [PATCH embed.pl] Source X-ref
35584              Date: 22 Jun 2000 02:18:49 GMT
35585              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
35586              
35587              Subject: README.hpux version 0.6.1
35588              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
35589              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35590              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
35591              
35592              Subject: [PATCH 5.6.0] cygwin port
35593              From: "Fifer, Eric" <EFifer@sanwaint.com>
35594              Date: Tue, 20 Jun 2000 14:30:58 +0100
35595              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
35596              
35597              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
35598              From: simon@brecon.co.uk (Simon Cozens)
35599              Date: 19 Jun 2000 15:18:27 GMT
35600              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
35601              
35602              plus update pod/Makefile and regenerate perltoc
35603      Branch: maint-5.6/perl
35604           +> pod/perlutil.pod
35605           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
35606           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
35607 ____________________________________________________________________________
35608 [  7761] By: jhi                                   on 2000/11/20  04:09:55
35609         Log: Miraculous typo.
35610      Branch: perl
35611            ! t/op/pat.t
35612 ____________________________________________________________________________
35613 [  7760] By: jhi                                   on 2000/11/20  04:06:08
35614         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35616              Date: Sun, 19 Nov 2000 22:30:26 -0500
35617              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
35618      Branch: perl
35619            ! regexec.c scope.h t/op/pat.t
35620 ____________________________________________________________________________
35621 [  7759] By: jhi                                   on 2000/11/20  02:05:22
35622         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
35623      Branch: perl
35624            ! perl.h
35625 ____________________________________________________________________________
35626 [  7758] By: jhi                                   on 2000/11/20  01:58:11
35627         Log: Subject: [perl 7711: EPOC] updates
35628              From: Olaf Flebbe <o.flebbe@gmx.de>
35629              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
35630              Message-ID: <25575.974658810@www23.gmx.net>               
35631      Branch: perl
35632            + lib/File/Spec/Epoc.pm
35633            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
35634            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
35635            ! lib/File/Spec.pm perl.c sv.c
35636 ____________________________________________________________________________
35637 [  7757] By: jhi                                   on 2000/11/20  01:53:11
35638         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
35639      Branch: perl
35640            ! MANIFEST
35641 ____________________________________________________________________________
35642 [  7756] By: jhi                                   on 2000/11/20  01:47:22
35643         Log: Integrate perlio.
35644      Branch: perl
35645            - ext/re/hints/MSWin32.pl
35646           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
35647           !> win32/config.gc win32/config_H.gc win32/win32sck.c
35648 ____________________________________________________________________________
35649 [  7755] By: nick                                  on 2000/11/19  20:57:17
35650         Log: Add dummy crlf layer (just as buffer)
35651              Correct 1st bug - one layer of indirection.
35652      Branch: perlio
35653            ! perlio.c perlio.h perliol.h
35654 ____________________________________________________________________________
35655 [  7754] By: nick                                  on 2000/11/19  20:56:12
35656         Log: Work-round to Perl_deb_nocontext is no longer required
35657      Branch: perlio
35658            - ext/re/hints/MSWin32.pl
35659 ____________________________________________________________________________
35660 [  7753] By: nick                                  on 2000/11/19  20:01:16
35661         Log: diff -se shows these as different
35662      Branch: perlio
35663            ! global.sym pod/perlapi.pod
35664 ____________________________________________________________________________
35665 [  7752] By: nick                                  on 2000/11/19  18:57:30
35666         Log: Configure GCC/Win32 build -Duseperlio
35667              Fix a couple of gross issues
35668              - double-include of ../deb.o in re.dll
35669              - win32sck.c needs PerlIO and FILE 
35670      Branch: perlio
35671            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
35672            ! win32/win32sck.c
35673 ____________________________________________________________________________
35674 [  7751] By: nick                                  on 2000/11/19  17:05:36
35675         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
35676      Branch: perlio
35677            ! perlio.c
35678 ____________________________________________________________________________
35679 [  7750] By: nick                                  on 2000/11/19  16:57:14
35680         Log: Missing aTHX_
35681      Branch: perlio
35682            ! sv.c
35683 ____________________________________________________________________________
35684 [  7749] By: jhi                                   on 2000/11/19  16:28:40
35685         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
35686              From: "Peter J. Farley III" <pjfarley@banet.net>
35687              Date: Sun, 19 Nov 2000 01:42:58 -0500
35688              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
35689      Branch: perl
35690            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
35691 ____________________________________________________________________________
35692 [  7748] By: jhi                                   on 2000/11/19  16:08:10
35693         Log: Subject: podlators 1.05 available        
35694              From: Russ Allbery <rra@stanford.edu>   
35695              Date: 18 Nov 2000 22:04:28 -0800
35696              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
35697      Branch: perl
35698            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
35699 ____________________________________________________________________________
35700 [  7747] By: nick                                  on 2000/11/19  11:19:39
35701         Log: Integrate mainline
35702      Branch: perlio
35703           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
35704           !> util.c
35705 ____________________________________________________________________________
35706 [  7746] By: jhi                                   on 2000/11/19  06:42:22
35707         Log: Make hex scanning warn on "\x{x}" and "\xx".
35708              "\x" and and hex("x") are still valid.
35709      Branch: perl
35710            ! util.c
35711 ____________________________________________________________________________
35712 [  7745] By: nick                                  on 2000/11/18  22:52:28
35713         Log: Integrate mainline
35714      Branch: perlio
35715           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
35716           !> perl.h perlio.c proto.h regcomp.c regcomp.h
35717 ____________________________________________________________________________
35718 [  7744] By: jhi                                   on 2000/11/18  22:50:28
35719         Log: Introduce Perl_utf8_length().  Use it.
35720      Branch: perl
35721            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
35722 ____________________________________________________________________________
35723 [  7743] By: jhi                                   on 2000/11/18  22:38:51
35724         Log: Compiler denit.
35725      Branch: perl
35726            ! perlio.c
35727 ____________________________________________________________________________
35728 [  7742] By: jhi                                   on 2000/11/18  20:33:05
35729         Log: Integrate perlio.
35730      Branch: perl
35731           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
35732           !> perlio.h pp_ctl.c pp_sys.c sv.c
35733 ____________________________________________________________________________
35734 [  7741] By: jhi                                   on 2000/11/18  20:31:27
35735         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
35736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35737              Date: Fri, 17 Nov 2000 20:35:11 -0500
35738              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
35739              
35740              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
35741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35742              Date: Fri, 17 Nov 2000 21:03:47 -0500
35743              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
35744              
35745              Plus a little bit of tweaking in pregcomp().
35746      Branch: perl
35747            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
35748 ____________________________________________________________________________
35749 [  7740] By: nick                                  on 2000/11/18  20:17:22
35750         Log: Lexical use open ... support:
35751              add ->cop_io to COP structure in cop.h.
35752              Make mg.c and gv.c associate it with ${^OPEN}.
35753              Make lib/open.pm set it.
35754              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
35755              manner similar to ->cop_warnings.
35756              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
35757              call new PerlIO_apply_layers().
35758              Declare latter in perlio.h and define in perlio.c
35759      Branch: perlio
35760            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
35761            ! perlio.h pp_ctl.c pp_sys.c sv.c
35762 ____________________________________________________________________________
35763 [  7739] By: jhi                                   on 2000/11/18  19:54:00
35764         Log: Integrate perlio.
35765      Branch: perl
35766           !> doio.c perlio.c pp.c
35767 ____________________________________________________________________________
35768 [  7738] By: jhi                                   on 2000/11/18  17:16:13
35769         Log: Subject: [PATCH 5.7.0] etags broken again
35770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35771              Date: Sat, 18 Nov 2000 02:41:36 -0500
35772              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
35773      Branch: perl
35774            ! emacs/ptags
35775 ____________________________________________________________________________
35776 [  7737] By: jhi                                   on 2000/11/18  17:12:18
35777         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
35778      Branch: perl
35779            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35780 ____________________________________________________________________________
35781 [  7736] By: nick                                  on 2000/11/18  14:06:20
35782         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
35783              part to be isolated.
35784      Branch: perlio
35785            ! doio.c perlio.c
35786 ____________________________________________________________________________
35787 [  7735] By: nick                                  on 2000/11/18  11:03:32
35788         Log: Integrate mainline
35789      Branch: perlio
35790           !> Changes README.amiga README.win32 patchlevel.h
35791           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
35792 ____________________________________________________________________________
35793 [  7734] By: jhi                                   on 2000/11/18  01:18:56
35794         Log: Update Changes.
35795      Branch: perl
35796            ! Changes patchlevel.h
35797 ____________________________________________________________________________
35798 [  7733] By: jhi                                   on 2000/11/18  00:32:54
35799         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
35800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35801              Date: Fri, 17 Nov 2000 17:28:02 -0500
35802              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
35803      Branch: perl
35804            ! regcomp.c regexec.c t/op/re_tests
35805 ____________________________________________________________________________
35806 [  7732] By: jhi                                   on 2000/11/18  00:28:56
35807         Log: Sparc 64-bit pack() fix from Jens Hamisch.
35808      Branch: perl
35809            ! pp.c
35810 ____________________________________________________________________________
35811 [  7731] By: jhi                                   on 2000/11/18  00:18:39
35812         Log: Explain in more detail the {} syntax ambiguousity.
35813              
35814              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
35815              From: Nicholas Clark <nick@ccl4.org>
35816              Date: Fri, 17 Nov 2000 22:10:28 +0000
35817              Message-ID: <20001117221028.A88930@plum.flirble.org>
35818      Branch: perl
35819            ! pod/perlfunc.pod
35820 ____________________________________________________________________________
35821 [  7730] By: jhi                                   on 2000/11/18  00:12:18
35822         Log: Subject: Fix for README.amiga (20000323.033)
35823              From: "Stephen P. Potter" <spp@spotter.yi.org>
35824              Date: Fri, 17 Nov 2000 12:25:51 -0500
35825              Message-Id: <200011171725.MAA05768@spotter.yi.org>
35826      Branch: perl
35827            ! README.amiga
35828 ____________________________________________________________________________
35829 [  7729] By: jhi                                   on 2000/11/18  00:08:34
35830         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
35831              From: "A. C. Yardley" <yardley@tanet.net>
35832              Date: Mon, 3 Apr 2000 11:35:33 -0700
35833              Message-ID: <3483.000403@tanet.net>
35834      Branch: perl
35835            ! README.win32
35836 ____________________________________________________________________________
35837 [  7728] By: nick                                  on 2000/11/17  21:59:47
35838         Log: Integrate mainline
35839      Branch: perlio
35840           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
35841           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
35842           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
35843           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
35844 ____________________________________________________________________________
35845 [  7727] By: nick                                  on 2000/11/17  21:56:31
35846         Log: Experiment on use of attributes.pm interface.
35847              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
35848              SVt_PVRV if not already something better (else vivify of say magic gets
35849              core dump).
35850      Branch: perlio
35851            ! perlio.c pp.c
35852 ____________________________________________________________________________
35853 [  7726] By: jhi                                   on 2000/11/17  14:15:49
35854         Log: Subject: Fix for 20000815.006
35855              From: "Stephen P. Potter" <spp@spotter.yi.org>
35856              Date: Fri, 17 Nov 2000 08:57:45 -0500
35857              Message-Id: <200011171357.IAA05122@spotter.yi.org>
35858              
35859              It's really 20000518.006.
35860      Branch: perl
35861            ! pod/perlmodlib.PL
35862 ____________________________________________________________________________
35863 [  7725] By: jhi                                   on 2000/11/17  14:12:31
35864         Log: Subject: Fix for 20000409.001
35865              From: "Stephen P. Potter" <spp@spotter.yi.org>
35866              Date: Fri, 17 Nov 2000 08:55:45 -0500
35867              Message-Id: <200011171355.IAA05104@spotter.yi.org>
35868      Branch: perl
35869            ! pod/perlfaq9.pod
35870 ____________________________________________________________________________
35871 [  7724] By: jhi                                   on 2000/11/17  14:08:58
35872         Log: Undo #7627 now that we have =head3.
35873      Branch: perl
35874            ! pod/perlhack.pod
35875 ____________________________________________________________________________
35876 [  7723] By: jhi                                   on 2000/11/17  14:04:09
35877         Log: As surmised the #7719 wasn't a good move.
35878      Branch: perl
35879            ! hints/solaris_2.sh
35880 ____________________________________________________________________________
35881 [  7722] By: jhi                                   on 2000/11/17  13:59:04
35882         Log: Also the 64bitall hints can be either here or there.
35883      Branch: perl
35884            ! hints/solaris_2.sh
35885 ____________________________________________________________________________
35886 [  7721] By: jhi                                   on 2000/11/17  02:26:23
35887         Log: Test tweak for the open pragma.
35888      Branch: perl
35889            ! t/lib/b.t
35890 ____________________________________________________________________________
35891 [  7720] By: jhi                                   on 2000/11/17  00:23:22
35892         Log: The long double hints can be here or there.
35893      Branch: perl
35894            ! hints/solaris_2.sh
35895 ____________________________________________________________________________
35896 [  7719] By: jhi                                   on 2000/11/17  00:14:06
35897         Log: For Solaris use64bitall the stdchar needs a little bit of help.
35898      Branch: perl
35899            ! hints/solaris_2.sh
35900 ____________________________________________________________________________
35901 [  7718] By: jhi                                   on 2000/11/16  23:27:34
35902         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
35903              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35904              Date: Wed, 15 Nov 2000 08:56:32 +0100
35905              Message-ID: <3A1241B0.64477E00@alcatel.at>
35906      Branch: perl
35907            ! lib/Carp/Heavy.pm
35908 ____________________________________________________________________________
35909 [  7717] By: jhi                                   on 2000/11/16  23:23:29
35910         Log: Subject: [PATCH] Re: 20001101.003 PDL
35911              From: Nicholas Clark <nick@ccl4.org>
35912              Date: Thu, 16 Nov 2000 16:48:25 +0000
35913              Message-ID: <20001116164825.B93487@plum.flirble.org>
35914      Branch: perl
35915            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
35916 ____________________________________________________________________________
35917 [  7716] By: jhi                                   on 2000/11/16  23:21:31
35918         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
35919              From: "Casey R. Tweten" <crt@kiski.net>
35920              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
35921              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
35922      Branch: perl
35923            ! lib/Pod/Checker.pm pod/perlpod.pod
35924 ____________________________________________________________________________
35925 [  7715] By: jhi                                   on 2000/11/16  23:19:40
35926         Log: Avoid an infinite loop in VMS when utils scripts are run
35927              with no arguments, from Charles Lane.
35928      Branch: perl
35929            ! configure.com
35930 ____________________________________________________________________________
35931 [  7714] By: jhi                                   on 2000/11/16  23:17:08
35932         Log: Subject: perllocale.pod changes
35933              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35934              Date: Mon, 13 Nov 2000 10:09:22 +0300
35935              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
35936      Branch: perl
35937            ! pod/perllocale.pod
35938 ____________________________________________________________________________
35939 [  7713] By: jhi                                   on 2000/11/16  23:14:06
35940         Log: Integrate perlio.
35941      Branch: perl
35942           !> doio.c perlio.c perlio.h util.c
35943 ____________________________________________________________________________
35944 [  7712] By: nick                                  on 2000/11/16  21:10:58
35945         Log: Integrate mainline
35946      Branch: perlio
35947           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35948           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
35949           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
35950           !> vos/config.ga.def vos/config.ga.h win32/config.bc
35951           !> win32/config.gc win32/config.vc
35952 ____________________________________________________________________________
35953 [  7711] By: nick                                  on 2000/11/16  19:56:41
35954         Log: Minor tweaks:
35955              consistent way of getting 'rb', 'wb' etc. for binary opens
35956              move *perlio::layers to *open::layers
35957              a #define to show layers available
35958              DOSISH popen/PerlIO had export/import sense inverted.
35959      Branch: perlio
35960            ! doio.c perlio.c perlio.h util.c
35961 ____________________________________________________________________________
35962 [  7710] By: jhi                                   on 2000/11/16  15:46:05
35963         Log: Add HAS_SBRK_PROTO.
35964      Branch: metaconfig/U/perl
35965            + d_sbrkproto.U
35966      Branch: perl
35967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35968            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
35969            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35970            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35971            ! win32/config.gc win32/config.vc
35972 ____________________________________________________________________________
35973 [  7709] By: nick                                  on 2000/11/16  07:31:49
35974         Log: Integrate mainline
35975      Branch: perlio
35976           !> (integrate 35 files)
35977 ____________________________________________________________________________
35978 [  7708] By: jhi                                   on 2000/11/16  05:33:03
35979         Log: These files are text, not binary.
35980      Branch: perl
35981            ! ext/Encode/Encode/iso8859-10.enc
35982            ! ext/Encode/Encode/iso8859-13.enc
35983            ! ext/Encode/Encode/iso8859-14.enc
35984            ! ext/Encode/Encode/iso8859-15.enc
35985 ____________________________________________________________________________
35986 [  7707] By: jhi                                   on 2000/11/16  01:53:37
35987         Log: Update Changes.
35988      Branch: perl
35989            ! Changes patchlevel.h
35990 ____________________________________________________________________________
35991 [  7706] By: jhi                                   on 2000/11/16  01:35:59
35992         Log: More #undefing of stdio.
35993      Branch: perl
35994            ! fakesdio.h nostdio.h
35995 ____________________________________________________________________________
35996 [  7705] By: jhi                                   on 2000/11/16  01:34:18
35997         Log: Add fwalk() probe to the configuration files and regen perltoc.
35998      Branch: perl
35999            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36000            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36001            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
36002            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36003            ! win32/config.bc win32/config.gc win32/config.vc
36004 ____________________________________________________________________________
36005 [  7704] By: jhi                                   on 2000/11/16  01:33:07
36006         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
36007              an optional third argument to Inlibc?)
36008      Branch: metaconfig/U/perl
36009            + d__fwalk.U
36010 ____________________________________________________________________________
36011 [  7703] By: jhi                                   on 2000/11/16  01:09:22
36012         Log: The type of the hash_cb() size argument is tricky.
36013      Branch: perl
36014            ! ext/DB_File/DB_File.xs
36015 ____________________________________________________________________________
36016 [  7702] By: jhi                                   on 2000/11/15  23:01:16
36017         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
36018      Branch: perl
36019            ! nostdio.h
36020 ____________________________________________________________________________
36021 [  7701] By: jhi                                   on 2000/11/15  22:52:32
36022         Log: Detypo.
36023      Branch: perl
36024            ! t/lib/bigfltpm.t
36025 ____________________________________________________________________________
36026 [  7700] By: jhi                                   on 2000/11/15  22:51:56
36027         Log: UINT64_C() work continues.
36028      Branch: perl
36029            ! handy.h perl.h utf8.h
36030 ____________________________________________________________________________
36031 [  7699] By: jhi                                   on 2000/11/15  14:13:04
36032         Log: SOCKS has its own USE_THREADS, based on
36033              
36034              Subject: [ID 20001114.002] et. al. bugfix followup
36035              From: Jens Hamisch <jens@Strawberry.COM> 
36036              Date: Wed, 15 Nov 2000 14:23:11 +0100
36037              Message-ID: <20001115142311.A21164@Strawberry.COM>
36038      Branch: perl
36039            ! perl.h
36040 ____________________________________________________________________________
36041 [  7698] By: jhi                                   on 2000/11/15  03:50:56
36042         Log: Add few missing #undefs and sort them.
36043      Branch: perl
36044            ! fakesdio.h
36045 ____________________________________________________________________________
36046 [  7697] By: jhi                                   on 2000/11/15  03:39:14
36047         Log: Linenumber fix.
36048      Branch: perl
36049            ! t/pragma/warn/utf8
36050 ____________________________________________________________________________
36051 [  7696] By: jhi                                   on 2000/11/15  02:55:26
36052         Log: EBCDIC tweaks.
36053              
36054              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
36055              From: Peter Prymmer <pvhp@forte.com>
36056              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
36057              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
36058      Branch: perl
36059            ! t/op/regmesg.t t/pragma/warn/utf8
36060 ____________________________________________________________________________
36061 [  7695] By: jhi                                   on 2000/11/15  02:53:58
36062         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
36063              From: Peter Prymmer <pvhp@forte.com>
36064              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
36065              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
36066      Branch: perl
36067            ! utf8.c
36068 ____________________________________________________________________________
36069 [  7694] By: jhi                                   on 2000/11/15  02:50:55
36070         Log: Subject: [PATCH: perl@7674] updates to README.os390
36071              From: Prymmer/Kahn <pvhp@best.com>
36072              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
36073              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
36074      Branch: perl
36075            ! README.os390
36076 ____________________________________________________________________________
36077 [  7693] By: jhi                                   on 2000/11/15  02:48:37
36078         Log: Quit utf8_to_uv() instantly if curlen == 0.
36079      Branch: perl
36080            ! utf8.c
36081 ____________________________________________________________________________
36082 [  7692] By: jhi                                   on 2000/11/15  02:24:29
36083         Log: Use u_int32_t for the size of hash_cb(), not size_t.
36084              
36085              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
36086              From: Jens Hamisch <jens@Strawberry.COM>     
36087              Date: Tue, 14 Nov 2000 19:03:55 +0100
36088              Message-Id: <20001114190355.A20559@Strawberry.COM>
36089      Branch: perl
36090            ! ext/DB_File/DB_File.xs
36091 ____________________________________________________________________________
36092 [  7691] By: jhi                                   on 2000/11/15  02:20:12
36093         Log: Use UINT64_C().
36094              
36095              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
36096              From: Jens Hamisch <jens@Strawberry.COM>
36097              Date: Tue, 14 Nov 2000 19:16:23 +0100
36098              Message-Id: <20001114191623.G20559@Strawberry.COM>
36099      Branch: perl
36100            ! utf8.c utf8.h
36101 ____________________________________________________________________________
36102 [  7690] By: jhi                                   on 2000/11/15  02:17:06
36103         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
36104              (a macro to define signed and unsigned integer constants).
36105      Branch: perl
36106            ! handy.h
36107 ____________________________________________________________________________
36108 [  7689] By: jhi                                   on 2000/11/15  01:56:51
36109         Log: Regen Configure.
36110      Branch: perl
36111            ! Configure
36112 ____________________________________________________________________________
36113 [  7688] By: jhi                                   on 2000/11/15  01:56:32
36114         Log: Make the unit know about SOCKS.
36115      Branch: metaconfig
36116            ! U/protos/socksizetype.U
36117 ____________________________________________________________________________
36118 [  7687] By: jhi                                   on 2000/11/15  01:54:47
36119         Log: Remove unused dependencies.
36120      Branch: metaconfig
36121            ! U/compline/d_getpagsz.U
36122 ____________________________________________________________________________
36123 [  7686] By: nick                                  on 2000/11/14  21:25:13
36124         Log: Integrate mainline.
36125      Branch: perlio
36126           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
36127           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
36128           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
36129           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
36130           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
36131           !> win32/config.bc win32/config.gc win32/config.vc
36132           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
36133 ____________________________________________________________________________
36134 [  7685] By: jhi                                   on 2000/11/14  17:54:56
36135         Log: Integrate perlio.
36136      Branch: perl
36137           +> fakesdio.h perliol.h
36138           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36139           !> perlsdio.h perlsfio.h pod/perlfunc.pod
36140 ____________________________________________________________________________
36141 [  7684] By: nick                                  on 2000/11/14  17:43:04
36142         Log: PerlIO #include and #ifdef re-work.
36143      Branch: perlio
36144            + fakesdio.h perliol.h
36145            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36146            ! perlsdio.h perlsfio.h
36147 ____________________________________________________________________________
36148 [  7683] By: jhi                                   on 2000/11/14  15:42:40
36149         Log: Hoist the duplicated socket/netdb include logic to perl.h;
36150              undef SETERRNO in case SOCKS has defined it.  Based on:
36151              
36152              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
36153              From: Jens Hamisch <jens@Strawberry.COM> 
36154              Date: Tue, 14 Nov 2000 11:34:40 +0100
36155              Message-Id: <20001114113440.A20005@Strawberry.COM>
36156      Branch: perl
36157            ! doio.c perl.h pp_sys.c
36158 ____________________________________________________________________________
36159 [  7682] By: jhi                                   on 2000/11/14  14:07:28
36160         Log: Subject: some additions for makefiles for win32 (for perl@7674)
36161              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36162              Date: Tue, 14 Nov 2000 09:31:13 +0300
36163              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
36164      Branch: perl
36165            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
36166            ! win32/makefile.mk
36167 ____________________________________________________________________________
36168 [  7681] By: jhi                                   on 2000/11/14  14:01:41
36169         Log: Subject: tiny typo in perl5db.pl
36170              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36171              Date: Tue, 14 Nov 2000 09:29:28 +0300
36172              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
36173      Branch: perl
36174            ! lib/perl5db.pl
36175 ____________________________________________________________________________
36176 [  7680] By: jhi                                   on 2000/11/14  04:13:50
36177         Log: Redo #7679 with LFs instead of CRLFs.
36178      Branch: perl
36179            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
36180            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
36181            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36182 ____________________________________________________________________________
36183 [  7679] By: jhi                                   on 2000/11/14  01:21:09
36184         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
36185              From: Benjamin Stuhl <tiriath@yahoo.com> 
36186              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36187              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36188      Branch: perl
36189            + win32/bin/mdelete.bat
36190            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
36191            ! makedef.pl perlio.c win32/Makefile win32/config.gc
36192            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36193 ____________________________________________________________________________
36194 [  7678] By: jhi                                   on 2000/11/14  01:19:20
36195         Log: Fix the re extension building for Win32.
36196              
36197              Subject: [PATCH perl@7638] Get PerlIO building on Win32
36198              From: Benjamin Stuhl <tiriath@yahoo.com> 
36199              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36200              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36201      Branch: perl
36202            + ext/re/hints/MSWin32.pl
36203            ! MANIFEST
36204 ____________________________________________________________________________
36205 [  7677] By: jhi                                   on 2000/11/14  01:13:54
36206         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
36207              From: sthoenna@efn.org
36208              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
36209              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
36210      Branch: perl
36211            ! doop.c pp.c toke.c utf8.c utf8.h
36212 ____________________________________________________________________________
36213 [  7676] By: jhi                                   on 2000/11/13  20:23:15
36214         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36215              From: Nicholas Clark <nick@ccl4.org>
36216              Date: Mon, 13 Nov 2000 18:55:04 +0000
36217              Message-ID: <20001113185504.J29183@plum.flirble.org>
36218      Branch: perl
36219            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
36220 ____________________________________________________________________________
36221 [  7675] By: nick                                  on 2000/11/13  20:21:57
36222         Log: Integrate mainline ...
36223      Branch: perlio
36224           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
36225           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
36226           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
36227           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
36228 ____________________________________________________________________________
36229 [  7674] By: jhi                                   on 2000/11/13  15:07:56
36230         Log: Update Changes.
36231      Branch: perl
36232            ! Changes patchlevel.h
36233 ____________________________________________________________________________
36234 [  7673] By: jhi                                   on 2000/11/13  14:42:42
36235         Log: Remove the new two tests of lib/io_xs for now, they seem to
36236              fail under perlio on some platforms.
36237      Branch: perl
36238            ! t/lib/io_xs.t
36239 ____________________________________________________________________________
36240 [  7672] By: jhi                                   on 2000/11/13  13:57:53
36241         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
36242      Branch: perl
36243            ! perlio.c
36244 ____________________________________________________________________________
36245 [  7671] By: jhi                                   on 2000/11/13  05:30:48
36246         Log: Placate nervous compilers that see longer than ints switch()ing.
36247      Branch: perl
36248            ! utf8.c
36249 ____________________________________________________________________________
36250 [  7670] By: jhi                                   on 2000/11/13  05:14:21
36251         Log: fputs() does return EOF on error but here we don't care.
36252      Branch: perl
36253            ! perlio.c
36254 ____________________________________________________________________________
36255 [  7669] By: jhi                                   on 2000/11/13  05:02:45
36256         Log: Declare reg_data like reg_substr_data.
36257      Branch: perl
36258            ! regexp.h
36259 ____________________________________________________________________________
36260 [  7668] By: jhi                                   on 2000/11/13  04:54:34
36261         Log: Typos in #7667.
36262      Branch: perl
36263            ! perl.h
36264 ____________________________________________________________________________
36265 [  7667] By: jhi                                   on 2000/11/13  04:49:49
36266         Log: Cleanup messy #ifdef.
36267      Branch: perl
36268            ! perl.h
36269 ____________________________________________________________________________
36270 [  7666] By: jhi                                   on 2000/11/13  04:17:34
36271         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36272              From: Nicholas Clark <nick@talking.bollo.cx>
36273              Date: Sun, 12 Nov 2000 21:14:11 +0000
36274              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
36275              
36276              Note: only one breakage of the two reported is fixed by this patch.
36277      Branch: perl
36278            ! perlio.c
36279 ____________________________________________________________________________
36280 [  7665] By: jhi                                   on 2000/11/13  04:05:07
36281         Log: Tweak the definition of the bit complement on UTF-8 data:
36282              if none of the characters in the string are > 0xff,
36283              the result is a complemented byte string, not a (UTF-8)
36284              char string.  Based on the summary in
36285              
36286              Subject: Re: [ID 20000918.005] ~ on wide chars
36287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
36288              Date: Fri, 10 Nov 2000 09:47:15 -0800
36289              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
36290              
36291              This should give us the maximum backward (pre-char string)
36292              compatibility and utf8 compatibility.  The other alternative
36293              would be to limit the bit complement to be always byte only,
36294              taking the least significant byte of the chars.
36295      Branch: perl
36296            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
36297 ____________________________________________________________________________
36298 [  7664] By: jhi                                   on 2000/11/13  00:23:44
36299         Log: Couple of tests from #7660 salvaged.
36300      Branch: perl
36301            - t/op/tell.t
36302            ! MANIFEST t/io/tell.t
36303 ____________________________________________________________________________
36304 [  7663] By: jhi                                   on 2000/11/13  00:02:48
36305         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
36306              From: Nicholas Clark <nick@talking.bollo.cx>
36307              Date: Sun, 12 Nov 2000 21:23:43 +0000
36308              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
36309      Branch: perl
36310            ! perlsfio.h
36311 ____________________________________________________________________________
36312 [  7662] By: jhi                                   on 2000/11/13  00:01:39
36313         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
36314              From: Nicholas Clark <nick@talking.bollo.cx>
36315              Date: Sun, 12 Nov 2000 21:30:04 +0000
36316              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
36317      Branch: perl
36318            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
36319 ____________________________________________________________________________
36320 [  7661] By: jhi                                   on 2000/11/12  23:57:29
36321         Log: Document tell() on special streams.
36322      Branch: perl
36323            ! pod/perlfunc.pod
36324 ____________________________________________________________________________
36325 [  7660] By: jhi                                   on 2000/11/12  23:54:22
36326         Log: (Subsumed by #7664)
36327      Branch: perl
36328            + t/op/tell.t
36329            ! MANIFEST
36330 ____________________________________________________________________________
36331 [  7659] By: jhi                                   on 2000/11/12  22:55:25
36332         Log: Many subdocumented return values of the IO extension now documented.
36333              ungetc and write still left subdocumented.
36334              
36335              Subject: [PATCH] (was Re: IO::Handle::ungetc)
36336              From: Nicholas Clark <nick@talking.bollo.cx>
36337              Date: Sun, 12 Nov 2000 21:35:53 +0000
36338              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
36339      Branch: perl
36340            ! ext/IO/lib/IO/Handle.pm
36341 ____________________________________________________________________________
36342 [  7658] By: jhi                                   on 2000/11/12  21:37:06
36343         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
36344              From: Nicholas Clark <nick@talking.bollo.cx>
36345              Date: Sun, 12 Nov 2000 20:03:22 +0000
36346              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
36347      Branch: perl
36348            ! pod/perlfunc.pod
36349 ____________________________________________________________________________
36350 [  7657] By: jhi                                   on 2000/11/12  20:34:55
36351         Log: Integrate perlio.
36352      Branch: perl
36353           !> perlio.c
36354 ____________________________________________________________________________
36355 [  7656] By: nick                                  on 2000/11/12  19:25:06
36356         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
36357      Branch: perlio
36358            ! perlio.c
36359 ____________________________________________________________________________
36360 [  7655] By: nick                                  on 2000/11/12  19:09:41
36361         Log: Integrate mainline
36362      Branch: perlio
36363           +> README.solaris ext/Encode/Encode/cp1006.enc
36364           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
36365           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
36366           +> ext/Encode/Encode/iso8859-13.enc
36367           +> ext/Encode/Encode/iso8859-14.enc
36368           +> ext/Encode/Encode/iso8859-15.enc
36369           !> (integrate 34 files)
36370 ____________________________________________________________________________
36371 [  7654] By: jhi                                   on 2000/11/12  19:00:22
36372         Log: Add a metaconfig unit for fsync.
36373      Branch: metaconfig/U/perl
36374            + d_fsync.U
36375 ____________________________________________________________________________
36376 [  7653] By: jhi                                   on 2000/11/12  19:00:01
36377         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
36378      Branch: perl
36379            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36380            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36381            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36382            ! vos/config.ga.h win32/config.bc win32/config.gc
36383            ! win32/config.vc
36384 ____________________________________________________________________________
36385 [  7652] By: jhi                                   on 2000/11/11  21:12:01
36386         Log: Copy the s// information of README.hpux also to the perlrun.
36387      Branch: perl
36388            ! README.hpux pod/perlrun.pod
36389 ____________________________________________________________________________
36390 [  7651] By: jhi                                   on 2000/11/11  21:03:13
36391         Log: More README.solaris updates from Andy Dougherty.
36392      Branch: perl
36393            ! README.solaris
36394 ____________________________________________________________________________
36395 [  7650] By: jhi                                   on 2000/11/11  18:38:57
36396         Log: More descriptive error for unknown perlio layers.
36397              
36398              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36399              From: Dominic Dunlop <domo@computer.org> 
36400              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36401              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36402      Branch: perl
36403            ! perlio.c pod/perldiag.pod
36404 ____________________________________________________________________________
36405 [  7649] By: jhi                                   on 2000/11/11  18:37:52
36406         Log: MachTen doesn't really do mmap() and munmap().
36407              
36408              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36409              From: Dominic Dunlop <domo@computer.org> 
36410              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36411              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36412      Branch: perl
36413            ! hints/machten.sh
36414 ____________________________________________________________________________
36415 [  7648] By: jhi                                   on 2000/11/11  18:36:46
36416         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
36417              From: rspier@pobox.com (Robert Spier)
36418              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
36419              Message-ID: <14861.32839.491271.985797@rls.cx>
36420      Branch: perl
36421            ! Porting/Contract pod/perltoot.pod
36422 ____________________________________________________________________________
36423 [  7647] By: jhi                                   on 2000/11/11  18:35:30
36424         Log: Simplify the getpagesize() unit by dropping the
36425              pagesize probe since it's nowadays slightly more
36426              complicated because of sysconf(). (Note: if some
36427              platform really needs the -lPW for getpagesize,
36428              I just broke it.)
36429              
36430              TODO: a new pagesize unit.
36431      Branch: metaconfig
36432            ! U/compline/d_getpagsz.U
36433 ____________________________________________________________________________
36434 [  7646] By: jhi                                   on 2000/11/11  18:33:23
36435         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
36436      Branch: perl
36437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36438            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36439            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36440            ! vos/config.ga.h win32/config.bc win32/config.gc
36441            ! win32/config.vc
36442 ____________________________________________________________________________
36443 [  7645] By: jhi                                   on 2000/11/11  16:45:15
36444         Log: Use sysconf() or getpagesize() to find out the pagesize.
36445      Branch: perl
36446            ! perlio.c
36447 ____________________________________________________________________________
36448 [  7644] By: jhi                                   on 2000/11/11  15:46:08
36449         Log: Integrate perlio.
36450      Branch: perl
36451           !> perlio.c
36452 ____________________________________________________________________________
36453 [  7643] By: jhi                                   on 2000/11/11  15:33:36
36454         Log: Subject: Re: [PATCH] README.solaris
36455              From: Lupe Christoph <lupe@lupe-christoph.de>
36456              Date: Sat, 11 Nov 2000 14:08:10 +0100
36457              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
36458      Branch: perl
36459            ! README.solaris
36460 ____________________________________________________________________________
36461 [  7642] By: jhi                                   on 2000/11/11  15:22:12
36462         Log: Subject: [PATCH perl@7638] cygwin port
36463              From: "Eric Fifer" <egf7@columbia.edu>            
36464              Date: Fri, 10 Nov 2000 19:30:30 -0000
36465              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
36466      Branch: perl
36467            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
36468 ____________________________________________________________________________
36469 [  7641] By: nick                                  on 2000/11/11  14:50:36
36470         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
36471              Also call "Buf" layer directly when unread'ing non-read chars.
36472      Branch: perlio
36473            ! perlio.c
36474 ____________________________________________________________________________
36475 [  7640] By: jhi                                   on 2000/11/11  02:05:02
36476         Log: Add more encoding tables.
36477      Branch: perl
36478            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
36479            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
36480            + ext/Encode/Encode/iso8859-10.enc
36481            + ext/Encode/Encode/iso8859-13.enc
36482            + ext/Encode/Encode/iso8859-14.enc
36483            + ext/Encode/Encode/iso8859-15.enc
36484            ! MANIFEST
36485 ____________________________________________________________________________
36486 [  7639] By: jhi                                   on 2000/11/10  18:49:25
36487         Log: Subject: [PATCH] README.solaris
36488              From: Andy Dougherty <doughera@lafayette.edu>
36489              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
36490              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
36491      Branch: perl
36492            + README.solaris
36493            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
36494            ! pod/perl.pod pod/perltoc.pod
36495 ____________________________________________________________________________
36496 [  7638] By: jhi                                   on 2000/11/10  15:04:15
36497         Log: Update Changes.
36498      Branch: perl
36499            ! Changes patchlevel.h
36500 ____________________________________________________________________________
36501 [  7637] By: jhi                                   on 2000/11/10  14:14:28
36502         Log: Explain better why certain regex tests are skipped.
36503              
36504              Subject: Re: tests skipped: unknown reason
36505              From: Lupe Christoph <lupe@lupe-christoph.de>
36506              Date: Fri, 10 Nov 2000 09:08:56 +0100
36507              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
36508      Branch: perl
36509            ! t/op/regexp.t
36510 ____________________________________________________________________________
36511 [  7636] By: nick                                  on 2000/11/10  13:40:00
36512         Log: Integrate mainline.
36513      Branch: perlio
36514           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
36515           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
36516           !> win32/bin/search.pl
36517 ____________________________________________________________________________
36518 [  7635] By: nick                                  on 2000/11/10  13:25:52
36519         Log: Re-instate stdio large file support via perlio.
36520      Branch: perl
36521            ! perlio.c
36522 ____________________________________________________________________________
36523 [  7634] By: jhi                                   on 2000/11/10  04:49:55
36524         Log: Amdahl UTS hints updates.
36525              
36526              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
36527              From: hom00@utsglobal.com (Harold O Morris)
36528              Date: Thu, 9 Nov 2000 20:02 PST
36529              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
36530      Branch: perl
36531            ! hints/uts.sh
36532 ____________________________________________________________________________
36533 [  7633] By: jhi                                   on 2000/11/09  23:33:28
36534         Log: Subject: [PATCH] IO::Seekable pod
36535              From: Nicholas Clark <nick@talking.bollo.cx>
36536              Date: Thu, 9 Nov 2000 20:29:45 +0000
36537              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
36538      Branch: perl
36539            ! ext/IO/lib/IO/Handle.pm
36540 ____________________________________________________________________________
36541 [  7632] By: jhi                                   on 2000/11/09  21:55:41
36542         Log: Various doc oddball characters.
36543              
36544              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
36545              From: Michael Somos <somos@grail.cba.csuohio.edu>
36546              Date: Mon, 6 Nov 2000 17:44:20 -0500
36547              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
36548      Branch: perl
36549            ! emacs/cperl-mode.el lib/unicode/syllables.txt
36550            ! win32/bin/search.pl
36551 ____________________________________________________________________________
36552 [  7631] By: jhi                                   on 2000/11/09  21:12:29
36553         Log: Subject: Re: bash -c exit and linux hints 
36554              From: "John P. Linderman" <jpl@research.att.com>
36555              Date: Thu, 02 Nov 2000 09:37:25 -0500
36556              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
36557      Branch: perl
36558            ! hints/linux.sh
36559 ____________________________________________________________________________
36560 [  7630] By: nick                                  on 2000/11/09  20:34:11
36561         Log: Integrate mainline.
36562      Branch: perlio
36563           !> (integrate 91 files)
36564 ____________________________________________________________________________
36565 [  7629] By: jhi                                   on 2000/11/09  19:46:31
36566         Log: Missing dTHXs.
36567              
36568              Subject: RE: perl@7595 builds not on cygwin
36569              From: "Eric Fifer" <egf7@columbia.edu>
36570              Date: Thu, 9 Nov 2000 19:26:50 -0000
36571              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
36572      Branch: perl
36573            ! ext/Devel/Peek/Peek.xs
36574 ____________________________________________________________________________
36575 [  7628] By: jhi                                   on 2000/11/09  14:48:27
36576         Log: Disable only the tests 99 and 166 for UTF-8 locales.
36577      Branch: perl
36578            ! t/pragma/locale.t
36579 ____________________________________________________________________________
36580 [  7627] By: jhi                                   on 2000/11/09  14:40:27
36581         Log: There's no =head3.
36582      Branch: perl
36583            ! pod/perlhack.pod
36584 ____________________________________________________________________________
36585 [  7626] By: jhi                                   on 2000/11/09  13:54:26
36586         Log: The generated boot_* headers are wrong.  Pickier compiler,
36587              such as KAI C++ will refuse to compile the resulting perlmain.
36588              
36589              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
36590              From: Harri Pasanen <harri.pasanen@trema.com>
36591              Date: Thu, 09 Nov 2000 14:23:28 +0100
36592              Message-Id: <3A0AA550.26D548A3@trema.com>
36593      Branch: perl
36594            ! minimod.pl
36595 ____________________________________________________________________________
36596 [  7625] By: jhi                                   on 2000/11/09  13:50:44
36597         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
36598              From: Prymmer/Kahn <pvhp@best.com>
36599              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
36600              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
36601              
36602              All except the "cow orker" change.
36603      Branch: perl
36604            ! Porting/pumpkin.pod
36605 ____________________________________________________________________________
36606 [  7624] By: jhi                                   on 2000/11/09  13:45:33
36607         Log: Fix for
36608              
36609              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
36610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36611              Date: Thu, 09 Nov 2000 11:05:52 +0100
36612              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
36613      Branch: perl
36614            ! pod/perldiag.pod t/pragma/warn/pp_sys
36615 ____________________________________________________________________________
36616 [  7623] By: jhi                                   on 2000/11/09  13:37:16
36617         Log: Typo in an ifndef.
36618              
36619              Subject: Re: [PATCH 5.7.0] better messages from malloc()
36620              From: Joe Smith <jms@inwap.com>         
36621              Date: Thu, 09 Nov 2000 01:33:14 -0800
36622              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
36623      Branch: perl
36624            ! malloc.c
36625 ____________________________________________________________________________
36626 [  7622] By: jhi                                   on 2000/11/09  13:31:18
36627         Log: Remove unused extra arguments.
36628      Branch: metaconfig/U/perl
36629            ! perlxv.U
36630      Branch: perl
36631            ! Configure config_h.SH
36632 ____________________________________________________________________________
36633 [  7621] By: jhi                                   on 2000/11/09  13:16:36
36634         Log: More VMS moves on environment handling, from Charles Lane.
36635      Branch: perl
36636            ! t/pragma/locale.t
36637 ____________________________________________________________________________
36638 [  7620] By: jhi                                   on 2000/11/09  04:42:38
36639         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
36640              From: David Dyck <dcd@tc.fluke.com>
36641              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
36642              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
36643      Branch: perl
36644            ! pp_sys.c
36645 ____________________________________________________________________________
36646 [  7619] By: jhi                                   on 2000/11/09  04:36:21
36647         Log: Forgot from #7618.
36648      Branch: perl
36649            ! lib/File/stat.pm
36650 ____________________________________________________________________________
36651 [  7618] By: jhi                                   on 2000/11/09  04:28:44
36652         Log: Make deleting for %ENV work for (newer versions of) VMS,
36653              from Craig A. Berry.
36654      Branch: perl
36655            ! vms/vms.c
36656 ____________________________________________________________________________
36657 [  7617] By: jhi                                   on 2000/11/09  04:25:05
36658         Log: Subject: [PATCH] Class::Struct at compile time
36659              From: "Casey R. Tweten" <crt@kiski.net>
36660              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
36661              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
36662      Branch: perl
36663            ! lib/Class/Struct.pm
36664 ____________________________________________________________________________
36665 [  7616] By: jhi                                   on 2000/11/09  04:15:17
36666         Log: Subject: [ID 20001108.013] spelling
36667              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
36668              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
36669              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
36670      Branch: perl
36671            ! lib/ftp.pl
36672 ____________________________________________________________________________
36673 [  7615] By: jhi                                   on 2000/11/09  04:12:42
36674         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
36675              From: Peter Prymmer <pvhp@forte.com>
36676              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
36677              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
36678      Branch: perl
36679            ! configure.com
36680 ____________________________________________________________________________
36681 [  7614] By: jhi                                   on 2000/11/08  22:42:55
36682         Log: A missing aTHX_.
36683      Branch: perl
36684            ! ext/IPC/SysV/SysV.xs
36685 ____________________________________________________________________________
36686 [  7613] By: jhi                                   on 2000/11/08  19:30:21
36687         Log: Update Changes.
36688      Branch: perl
36689            ! Changes patchlevel.h
36690 ____________________________________________________________________________
36691 [  7612] By: jhi                                   on 2000/11/08  18:35:25
36692         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
36693              From: David Dyck <dcd@tc.fluke.com>
36694              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
36695              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
36696      Branch: perl
36697            ! pp_sys.c
36698 ____________________________________________________________________________
36699 [  7611] By: jhi                                   on 2000/11/08  18:30:26
36700         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
36701              From: Dominic Dunlop <domo@computer.org>
36702              Date: Tue, 7 Nov 2000 12:05:25 +0100
36703              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
36704      Branch: perl
36705            ! malloc.c
36706 ____________________________________________________________________________
36707 [  7610] By: jhi                                   on 2000/11/08  18:25:14
36708         Log: Do not test UTF-8 locales since that the tests would require
36709              polymorphic regexen.
36710      Branch: perl
36711            ! t/pragma/locale.t
36712 ____________________________________________________________________________
36713 [  7609] By: jhi                                   on 2000/11/08  17:12:51
36714         Log: Locale buglets.
36715              
36716              Subject: RE: Locales support (setlocale) fixes
36717              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36718              Date: Wed, 8 Nov 2000 20:01:39 +0300
36719              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
36720      Branch: perl
36721            ! t/pragma/locale.t util.c
36722 ____________________________________________________________________________
36723 [  7608] By: jhi                                   on 2000/11/08  17:00:16
36724         Log: Deleting $ENV{PATH} in VMS is not recommendable.
36725      Branch: perl
36726            ! t/pragma/locale.t
36727 ____________________________________________________________________________
36728 [  7607] By: jhi                                   on 2000/11/08  16:58:26
36729         Log: Subject: PATCH std stdio for (Free)BSD
36730              From: Nicholas Clark <nick@ccl4.org>
36731              Date: Wed, 8 Nov 2000 15:36:29 +0000
36732              Message-ID: <20001108153629.D98736@plum.flirble.org>
36733      Branch: metaconfig
36734            ! U/compline/d_stdstdio.U
36735      Branch: perl
36736            ! Configure config_h.SH
36737 ____________________________________________________________________________
36738 [  7606] By: jhi                                   on 2000/11/08  16:43:31
36739         Log: Forgot to bump the line numbers in #7601.
36740      Branch: perl
36741            ! t/pragma/warn/pp_sys
36742 ____________________________________________________________________________
36743 [  7605] By: jhi                                   on 2000/11/08  16:39:12
36744         Log: More careful detection of how well NVs and UVs mix.
36745              
36746              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))
36747              From: Nicholas Clark <nick@ccl4.org>
36748              Date: Wed, 8 Nov 2000 15:14:12 +0000
36749              Message-ID: <20001108151412.B98736@plum.flirble.org>
36750              
36751              Added some SIGFPE paranoia.
36752      Branch: metaconfig/U/perl
36753            ! perlxv.U
36754      Branch: perl
36755            ! Configure config_h.SH
36756 ____________________________________________________________________________
36757 [  7604] By: jhi                                   on 2000/11/08  14:39:10
36758         Log: Subject: [patch perl@7595] VMS configure.com tweak
36759              From: "Craig A. Berry" <craigberry@mac.com>
36760              Date: Wed, 8 Nov 2000 00:24:12 -0600
36761              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
36762      Branch: perl
36763            ! configure.com
36764 ____________________________________________________________________________
36765 [  7603] By: jhi                                   on 2000/11/08  14:27:11
36766         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
36767              From: Robin Barker <rmb1@cise.npl.co.uk>
36768              Date: Wed, 8 Nov 2000 11:11:39 GMT
36769              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
36770      Branch: perl
36771            ! perlio.c
36772 ____________________________________________________________________________
36773 [  7602] By: jhi                                   on 2000/11/08  14:25:03
36774         Log: Fix for the tie-refhash string table leaks.
36775              
36776              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
36777              Date: Wed, 8 Nov 2000 13:03:04 GMT
36778              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
36779      Branch: perl
36780            ! t/lib/tie-refhash.t
36781 ____________________________________________________________________________
36782 [  7601] By: jhi                                   on 2000/11/08  14:21:08
36783         Log: Try to avoid flockless and emulationless places.
36784      Branch: perl
36785            ! t/pragma/warn/pp_sys
36786 ____________________________________________________________________________
36787 [  7600] By: jhi                                   on 2000/11/08  02:28:54
36788         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
36789              
36790              Subject: [PATCH] prototyped functions that should be overrideable
36791              From: "Casey R. Tweten" <crt@kiski.net>
36792              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
36793              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
36794      Branch: perl
36795            ! toke.c
36796 ____________________________________________________________________________
36797 [  7599] By: jhi                                   on 2000/11/08  01:12:05
36798         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
36799              
36800              Subject: [PATCH] perlbug.PL
36801              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36802              Date: Mon, 6 Nov 2000 21:39:01 -0500
36803              Message-ID: <20001106213901.B20955@O2.chapin.edu>
36804      Branch: perl
36805            ! utils/perlbug.PL
36806 ____________________________________________________________________________
36807 [  7598] By: jhi                                   on 2000/11/07  23:42:00
36808         Log: Bad thinko in #7581 (I used the test program with the expanded
36809              values as-is).
36810      Branch: metaconfig
36811            ! U/compline/d_stdstdio.U
36812      Branch: perl
36813            ! Configure
36814 ____________________________________________________________________________
36815 [  7597] By: jhi                                   on 2000/11/07  21:43:29
36816         Log: Subject: [PATCH perl@7573] cygwin port
36817              From: "Fifer, Eric" <EFifer@sanwaint.com>
36818              Date: Tue, 7 Nov 2000 18:08:51 -0000 
36819              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
36820              
36821              Synchronize with Cygwin 1.1.5.
36822      Branch: perl
36823            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
36824            ! pod/perlport.pod unixish.h util.c
36825 ____________________________________________________________________________
36826 [  7596] By: jhi                                   on 2000/11/07  21:39:25
36827         Log: perlhack updates from H.Merijn Brand.
36828      Branch: perl
36829            ! pod/perlhack.pod
36830 ____________________________________________________________________________
36831 [  7595] By: jhi                                   on 2000/11/07  20:21:41
36832         Log: Update Changes.
36833      Branch: perl
36834            ! Changes patchlevel.h
36835 ____________________________________________________________________________
36836 [  7594] By: jhi                                   on 2000/11/07  19:18:58
36837         Log: Be more robust in Dynaloader.pm.
36838      Branch: perl
36839            ! ext/DynaLoader/DynaLoader_pm.PL
36840 ____________________________________________________________________________
36841 [  7593] By: jhi                                   on 2000/11/07  16:49:31
36842         Log: AUTHORS update.
36843      Branch: perl
36844            ! AUTHORS
36845 ____________________________________________________________________________
36846 [  7592] By: gsar                                  on 2000/11/07  16:39:51
36847         Log: normalize relative paths in virtualized current directory on windows,
36848              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
36849              returns)
36850      Branch: perl
36851            ! win32/vdir.h
36852 ____________________________________________________________________________
36853 [  7591] By: jhi                                   on 2000/11/07  16:04:26
36854         Log: Too profiler-happy: with optimization the #7590 actually makes
36855              the test to run 0.5% _slower_.  Requires much more instrumentation.
36856              Retract #7590.
36857      Branch: perl
36858            ! regcomp.c regcomp.h
36859 ____________________________________________________________________________
36860 [  7590] By: jhi                                   on 2000/11/07  15:51:13
36861         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
36862              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
36863              by using memset() and testing bytewise (as opposed to bitwise).
36864      Branch: perl
36865            ! regcomp.c regcomp.h
36866 ____________________________________________________________________________
36867 [  7589] By: jhi                                   on 2000/11/07  12:56:39
36868         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
36869              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36870              Date: Mon, 06 Nov 2000 23:45:30 -0500
36871              Message-Id: <0011079735.AA973576259@univpress.com>
36872      Branch: perl
36873            ! configure.com t/lib/st-lock.t
36874 ____________________________________________________________________________
36875 [  7588] By: jhi                                   on 2000/11/07  01:03:28
36876         Log: Tweak #7587.
36877      Branch: perl
36878            ! pod/perldiag.pod
36879 ____________________________________________________________________________
36880 [  7587] By: jhi                                   on 2000/11/07  01:00:27
36881         Log: A doc addition for bug id 20001105.019, beware \p.
36882      Branch: perl
36883            ! pod/perldiag.pod
36884 ____________________________________________________________________________
36885 [  7586] By: jhi                                   on 2000/11/07  00:32:22
36886         Log: Fake support of holey files in win/dosish platforms.
36887              
36888              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
36889              From: kipp@shonanblue.ne.jp
36890              Date: Mon, 6 Nov 2000 13:30:55 -0800
36891              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
36892      Branch: perl
36893            ! ext/SDBM_File/sdbm/sdbm.c
36894 ____________________________________________________________________________
36895 [  7585] By: jhi                                   on 2000/11/07  00:12:54
36896         Log: Subject: Pod updates
36897              From: "Stephen P. Potter" <spp@spotter.yi.org>
36898              Date: Mon, 06 Nov 2000 18:56:43 -0500
36899              Message-Id: <200011062357.SAA18173@spotter.yi.org>
36900      Branch: perl
36901            ! README.dos README.os2 README.win32 pod/buildtoc.PL
36902            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
36903            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
36904            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
36905            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
36906            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
36907            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
36908            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
36909            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
36910            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
36911            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
36912            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
36913            ! pod/perltootc.pod pod/perlunicode.pod
36914 ____________________________________________________________________________
36915 [  7584] By: jhi                                   on 2000/11/07  00:04:17
36916         Log: Varargs don't always work too well if one puts an unsigned
36917              char on the stack and pop an unsigned quad off the stack.
36918              
36919              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
36920              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
36921              Date: Mon, 06 Nov 2000 15:19:05 -0800
36922              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
36923      Branch: perl
36924            ! utf8.c
36925 ____________________________________________________________________________
36926 [  7583] By: jhi                                   on 2000/11/06  23:58:48
36927         Log: %ENV note tweaks from Dan Sugalski.
36928      Branch: perl
36929            ! pod/perlport.pod vms/perlvms.pod
36930 ____________________________________________________________________________
36931 [  7582] By: jhi                                   on 2000/11/06  23:05:49
36932         Log: glibc5 detection by __GNU_LIBRARY__.
36933      Branch: perl
36934            ! toke.c
36935 ____________________________________________________________________________
36936 [  7581] By: jhi                                   on 2000/11/06  22:51:29
36937         Log: Make the stdio test program of 7427 less noisy while being 
36938              compiled so that Digital UNIX wouldn't get both
36939              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
36940              undefined.  This makes perlio happy.
36941      Branch: metaconfig
36942            ! U/compline/d_stdstdio.U
36943      Branch: perl
36944            ! Configure config_h.SH
36945 ____________________________________________________________________________
36946 [  7580] By: jhi                                   on 2000/11/06  22:41:41
36947         Log: Document %ENV = () portability issues.
36948      Branch: perl
36949            ! pod/perlport.pod vms/perlvms.pod
36950 ____________________________________________________________________________
36951 [  7579] By: jhi                                   on 2000/11/06  21:29:24
36952         Log: VOS updates from Paul Green.
36953      Branch: perl
36954            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36955 ____________________________________________________________________________
36956 [  7578] By: jhi                                   on 2000/11/06  21:00:40
36957         Log: Sanitize the environment further.
36958      Branch: perl
36959            ! t/pragma/locale.t
36960 ____________________________________________________________________________
36961 [  7577] By: jhi                                   on 2000/11/06  20:53:51
36962         Log: Re-introduce 7552 lost in integration.
36963      Branch: perl
36964            ! perlio.c
36965 ____________________________________________________________________________
36966 [  7576] By: jhi                                   on 2000/11/06  20:33:46
36967         Log: Admit that the test leaks scalars.
36968      Branch: perl
36969            ! t/comp/proto.t
36970 ____________________________________________________________________________
36971 [  7575] By: jhi                                   on 2000/11/06  20:17:08
36972         Log: Integrate perlio.
36973      Branch: perl
36974           !> perlio.c
36975 ____________________________________________________________________________
36976 [  7574] By: nick                                  on 2000/11/06  20:07:28
36977         Log: Remove debug. Try (Mmap_t) on madvise() call.
36978      Branch: perlio
36979            ! perlio.c
36980 ____________________________________________________________________________
36981 [  7573] By: jhi                                   on 2000/11/06  13:56:05
36982         Log: Update Changes.
36983      Branch: perl
36984            ! Changes patchlevel.h
36985 ____________________________________________________________________________
36986 [  7572] By: jhi                                   on 2000/11/06  13:48:41
36987         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
36988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36989              Date: Mon, 06 Nov 2000 10:11:42 +0100
36990              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
36991      Branch: perl
36992            ! pod/perlhack.pod
36993 ____________________________________________________________________________
36994 [  7571] By: jhi                                   on 2000/11/06  01:45:51
36995         Log: AUTHORS updates.
36996      Branch: perl
36997            ! AUTHORS
36998 ____________________________________________________________________________
36999 [  7570] By: jhi                                   on 2000/11/06  00:18:00
37000         Log: Fix for
37001              
37002              Subject: [ID 20000728.005] perl -P broken
37003              From: David Dyck <dcd@tc.fluke.com>
37004              Date: Fri, 28 Jul 2000 17:19:16 -0700
37005              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
37006              
37007              (hopefully).  The fix is also not complete, it seems to break
37008              BOM swallowing for libc5 systems, but until someone figures
37009              out a way to do this without ftell(), this will do.
37010      Branch: perl
37011            ! toke.c
37012 ____________________________________________________________________________
37013 [  7569] By: jhi                                   on 2000/11/06  00:05:30
37014         Log: Document that the evaled syntax errors cause scalar leaks.
37015      Branch: perl
37016            ! t/comp/proto.t
37017 ____________________________________________________________________________
37018 [  7568] By: jhi                                   on 2000/11/05  23:14:47
37019         Log: opmini.o can linger from Configures past.
37020      Branch: perl
37021            ! Makefile.SH
37022 ____________________________________________________________________________
37023 [  7567] By: jhi                                   on 2000/11/05  21:28:39
37024         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
37025              first argument correctly.
37026      Branch: perl
37027            ! perlio.c
37028 ____________________________________________________________________________
37029 [  7566] By: jhi                                   on 2000/11/05  21:15:56
37030         Log: Integrate perlio.
37031      Branch: perl
37032           !> perlio.c
37033 ____________________________________________________________________________
37034 [  7565] By: jhi                                   on 2000/11/05  21:15:13
37035         Log: Use -dM for gcc (the suggested patch did it only for Linux,
37036              but I think it can be generalized).
37037              
37038              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
37039              From: Pixel <pixel@mandrakesoft.com>
37040              Date: 05 Nov 2000 21:49:34 +0100 
37041              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
37042      Branch: perl
37043            ! ext/Errno/Errno_pm.PL
37044 ____________________________________________________________________________
37045 [  7564] By: nick                                  on 2000/11/05  21:09:18
37046         Log: Added a mmap layer as a "subclass" of perlio.
37047              PERLIO=mmap ./perl harness passes
37048      Branch: perlio
37049            ! perlio.c
37050 ____________________________________________________________________________
37051 [  7563] By: jhi                                   on 2000/11/05  19:48:55
37052         Log: Add a note for future generations about bug id 20000229.006.
37053      Branch: perl
37054            ! malloc.c
37055 ____________________________________________________________________________
37056 [  7562] By: jhi                                   on 2000/11/05  19:38:24
37057         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
37058      Branch: perl
37059            ! pp_ctl.c t/op/pos.t
37060 ____________________________________________________________________________
37061 [  7561] By: jhi                                   on 2000/11/05  18:21:46
37062         Log: Add =pod to be tidy.
37063      Branch: perl
37064            ! lib/Math/Complex.pm
37065 ____________________________________________________________________________
37066 [  7560] By: jhi                                   on 2000/11/05  17:38:46
37067         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
37068      Branch: perl
37069            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37070            ! ext/Storable/Storable.xs t/lib/st-recurse.t
37071 ____________________________________________________________________________
37072 [  7559] By: jhi                                   on 2000/11/05  17:32:59
37073         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
37074              From: "Peter J. Farley III" <pjfarley@banet.net>
37075              Date: Sun, 05 Nov 2000 11:55:59 -0500
37076              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
37077      Branch: perl
37078            ! t/lib/syslog.t
37079 ____________________________________________________________________________
37080 [  7558] By: jhi                                   on 2000/11/05  17:29:19
37081         Log: Integrate perlio.
37082      Branch: perl
37083           !> perlio.c
37084 ____________________________________________________________________________
37085 [  7557] By: jhi                                   on 2000/11/05  17:22:01
37086         Log: A fix of sorts for 20000329.026, a better error message
37087              for a missing "use charnames" when using the \N{...}. 
37088      Branch: perl
37089            ! pod/perldiag.pod toke.c
37090 ____________________________________________________________________________
37091 [  7556] By: jhi                                   on 2000/11/05  16:33:50
37092         Log: Test tweak: show also the failed locales.
37093              
37094              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
37095              From: Lupe Christoph <lupe@lupe-christoph.de>         
37096              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
37097              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
37098      Branch: perl
37099            ! t/pragma/locale.t
37100 ____________________________________________________________________________
37101 [  7555] By: nick                                  on 2000/11/05  11:09:34
37102         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
37103              open RDWR so does not fail. (pragma/warnings 303 again...)
37104      Branch: perlio
37105            ! perlio.c
37106 ____________________________________________________________________________
37107 [  7554] By: nick                                  on 2000/11/05  10:10:13
37108         Log: Fix case where ungetc(f,EOF) was allowed.
37109              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
37110              so we can see similarities.
37111              Use types more carefully and a STDCHAR array in hope that this will
37112              fix Jarrko's 64bit machine.
37113      Branch: perlio
37114            ! perlio.c
37115 ____________________________________________________________________________
37116 [  7553] By: jhi                                   on 2000/11/05  01:12:16
37117         Log: Fix for
37118              
37119              Subject: [ID 20001004.007] taint propogation is inconsistent
37120              From: pimlott@idiomtech.com (Andrew Pimlott) 
37121              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
37122              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
37123              
37124              The culprit was sv_setsv() which was rather blindly
37125              propagating taint, which lead to behaviour where if
37126              a tainted anon hash value was seen all the hash values
37127              from then on at that level became tainted, or at any
37128              upper levels in the case of nested anon hashes.
37129      Branch: perl
37130            ! sv.c t/op/taint.t
37131 ____________________________________________________________________________
37132 [  7552] By: jhi                                   on 2000/11/04  23:44:18
37133         Log: Some cpps don't like splitting conditionals across several lines.
37134      Branch: perl
37135            ! perlio.c
37136 ____________________________________________________________________________
37137 [  7551] By: nick                                  on 2000/11/04  23:40:44
37138         Log: Integrate mainline
37139      Branch: perlio
37140           !> pp_hot.c t/op/taint.t
37141 ____________________________________________________________________________
37142 [  7550] By: nick                                  on 2000/11/04  23:39:05
37143         Log: Integrate mainline again
37144      Branch: perlio
37145           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
37146           !> t/lib/b.t t/op/misc.t util.c
37147 ____________________________________________________________________________
37148 [  7549] By: jhi                                   on 2000/11/04  23:14:01
37149         Log: Fix for
37150              
37151              Subject: [ID 20001004.006] undef is never tainted
37152              From: pimlott@idiomtech.com (Andrew Pimlott)
37153              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
37154              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
37155              
37156              An undef read from a slurped file was not tainted.
37157      Branch: perl
37158            ! pp_hot.c t/op/taint.t
37159 ____________________________________________________________________________
37160 [  7548] By: jhi                                   on 2000/11/04  22:56:21
37161         Log: Test tweak ($Config{useperlio} is by default undef) .
37162      Branch: perl
37163            ! t/lib/b.t
37164 ____________________________________________________________________________
37165 [  7547] By: jhi                                   on 2000/11/04  22:43:56
37166         Log: Integrate perlio.
37167      Branch: perl
37168           +> lib/perlio.pm
37169           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
37170           !> pod/perlapi.pod t/lib/b.t
37171 ____________________________________________________________________________
37172 [  7546] By: jhi                                   on 2000/11/04  22:40:59
37173         Log: Configure would use a bad $myuname from an old config.sh.
37174              
37175              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
37176              From: Andy Dougherty <doughera@lafayette.edu>
37177              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
37178              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
37179      Branch: metaconfig
37180            ! U/modified/Oldconfig.U
37181      Branch: perl
37182            ! Configure config_h.SH
37183 ____________________________________________________________________________
37184 [  7545] By: jhi                                   on 2000/11/04  22:36:54
37185         Log: Subject: Locales support (setlocale) fixes
37186              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37187              Date: Sat, 4 Nov 2000 10:15:48 +0300 
37188              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
37189              
37190              Modified quite a bit to be more portable.
37191      Branch: perl
37192            ! embed.h embed.pl perl.h proto.h util.c
37193 ____________________________________________________________________________
37194 [  7544] By: jhi                                   on 2000/11/04  22:32:47
37195         Log: Dying is too strict here, better just skip.
37196      Branch: perl
37197            ! t/op/misc.t
37198 ____________________________________________________________________________
37199 [  7543] By: nick                                  on 2000/11/04  21:55:13
37200         Log: Merge mainline
37201      Branch: perlio
37202           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37203           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
37204           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
37205           !> (integrate 64 files)
37206 ____________________________________________________________________________
37207 [  7542] By: jhi                                   on 2000/11/04  21:09:28
37208         Log: More Changes tweakery.
37209      Branch: perl
37210            ! Changes Porting/genlog
37211 ____________________________________________________________________________
37212 [  7541] By: jhi                                   on 2000/11/04  20:58:18
37213         Log: Changes fixups.
37214      Branch: perl
37215            ! Changes
37216 ____________________________________________________________________________
37217 [  7540] By: jhi                                   on 2000/11/04  20:42:38
37218         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
37219              create a "fast path" for locale name probing using "locale -a"
37220              if available, squash finally hopefully the s?printf resetting
37221              the numeric locale (since, IIUC perllocale, it never shouldn't). 
37222      Branch: perl
37223            ! sv.c t/op/misc.t t/pragma/locale.t
37224 ____________________________________________________________________________
37225 [  7539] By: nick                                  on 2000/11/04  19:56:10
37226         Log: PerlIO infrastructure complete.
37227      Branch: perlio
37228            + lib/perlio.pm
37229            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
37230 ____________________________________________________________________________
37231 [  7538] By: nick                                  on 2000/11/04  14:31:32
37232         Log: Type tweaks + less contorted allocation scheme
37233      Branch: perlio
37234            ! perlio.c
37235 ____________________________________________________________________________
37236 [  7537] By: nick                                  on 2000/11/04  12:40:42
37237         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
37238              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
37239              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
37240              sensible) which lead to some interesting fails.
37241      Branch: perlio
37242            ! perlio.c
37243 ____________________________________________________________________________
37244 [  7536] By: jhi                                   on 2000/11/04  00:20:02
37245         Log: Add FCNTL_CAN_LOCK.
37246              
37247              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37248              From: Andy Dougherty <doughera@lafayette.edu>
37249              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
37250              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
37251              
37252              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37253              From: Andy Dougherty <doughera@lafayette.edu>
37254              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
37255              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
37256      Branch: metaconfig/U/perl
37257            + d_fcntl_can_lock.U
37258            ! startperl.U
37259      Branch: perl
37260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37261            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
37262            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37263            ! vos/config.ga.h win32/config.bc win32/config.gc
37264            ! win32/config.vc
37265 ____________________________________________________________________________
37266 [  7535] By: nick                                  on 2000/11/03  22:19:10
37267         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
37268              - Works on Linux with
37269              perlio + unix
37270              stdio
37271              - Works on Solaris with
37272              perlio + unix
37273              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
37274              - Fails (hangs in openpid) if you try and stack
37275              perlio + stdio - Linux stdio's read() logic is hanging.
37276      Branch: perlio
37277            ! iperlsys.h perlio.c
37278 ____________________________________________________________________________
37279 [  7534] By: jhi                                   on 2000/11/03  15:16:02
37280         Log: Subject: Re: README.aix
37281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37282              Date: Fri, 03 Nov 2000 16:03:15 +0100
37283              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
37284      Branch: perl
37285            ! README.aix
37286 ____________________________________________________________________________
37287 [  7533] By: jhi                                   on 2000/11/03  03:59:02
37288         Log: Subject: [PATCH 5.7.0] better messages from malloc()
37289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37290              Date: Wed, 1 Nov 2000 23:39:56 -0500
37291              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
37292      Branch: perl
37293            ! malloc.c pod/perldiag.pod
37294 ____________________________________________________________________________
37295 [  7532] By: jhi                                   on 2000/11/03  00:11:56
37296         Log: The #7521 touched things it shouldn't have.
37297      Branch: perl
37298            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
37299 ____________________________________________________________________________
37300 [  7531] By: jhi                                   on 2000/11/02  22:32:33
37301         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
37302              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37303              Date:     Thu, 2 Nov 2000 16:58:36 EST
37304              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
37305      Branch: perl
37306            ! vms/gen_shrfls.pl
37307 ____________________________________________________________________________
37308 [  7530] By: jhi                                   on 2000/11/02  22:08:49
37309         Log: Fix the problem discussed in
37310              
37311              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
37312              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
37313              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
37314              
37315              originally from Linc Madison.  Also Andreas König's comments
37316              taken into account.  Some other problems with Tie::SubstrHash
37317              fixed: didn't croak when the table exceeded the requested number
37318              of entries (as documented) but instead when the number of entries
37319              exceeded the size of the table, a croak() had an unnecessary \n,
37320              didn't have a CLEAR method, documented that there is no exists().
37321              Didn't fix to be strict-proof because the module uses &foo; and
37322              dynamic scope.  Added a test script exercizing both first tamely 
37323              the basic functionality, and then the failure cases reported by
37324              Linc Madison.
37325      Branch: perl
37326            + t/lib/tie-substrhash.t
37327            ! MANIFEST lib/Tie/SubstrHash.pm
37328 ____________________________________________________________________________
37329 [  7529] By: jhi                                   on 2000/11/02  17:58:08
37330         Log: recv() can fail and return undef.
37331              
37332              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
37333              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
37334              Date: Thu, 2 Nov 2000 20:12:20 +0300
37335              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
37336      Branch: perl
37337            ! lib/Net/Ping.pm
37338 ____________________________________________________________________________
37339 [  7528] By: jhi                                   on 2000/11/02  17:49:09
37340         Log: Detpyo.
37341      Branch: perl
37342            ! pod/perlop.pod
37343 ____________________________________________________________________________
37344 [  7527] By: jhi                                   on 2000/11/02  15:48:37
37345         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
37346              fix a autovivification bug in Tie::RefHash, add tests for both.
37347              
37348              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
37349              From: Edward Avis <epa98@doc.ic.ac.uk>
37350              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
37351              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
37352      Branch: perl
37353            + t/lib/tie-refhash.t
37354            ! MANIFEST lib/Tie/RefHash.pm
37355 ____________________________________________________________________________
37356 [  7526] By: jhi                                   on 2000/11/02  13:56:26
37357         Log: Test::Harness revealed buglets in the new DynaLoader.
37358              
37359              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
37360              From: andreas.koenig@anima.de (Andreas J. Koenig)
37361              Date: 02 Nov 2000 11:26:48 +0100 
37362              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
37363      Branch: perl
37364            ! ext/DynaLoader/DynaLoader_pm.PL
37365 ____________________________________________________________________________
37366 [  7525] By: jhi                                   on 2000/11/01  23:52:08
37367         Log: The entry for #7503 was missing.
37368      Branch: perl
37369            ! Changes
37370 ____________________________________________________________________________
37371 [  7524] By: jhi                                   on 2000/11/01  23:40:52
37372         Log: Update Changes.
37373      Branch: perl
37374            ! Changes patchlevel.h
37375 ____________________________________________________________________________
37376 [  7523] By: jhi                                   on 2000/11/01  22:57:09
37377         Log: More tweaking on the #7522 theme.
37378      Branch: perl
37379            ! ext/DynaLoader/DynaLoader_pm.PL
37380 ____________________________________________________________________________
37381 [  7522] By: jhi                                   on 2000/11/01  22:06:15
37382         Log: Expand %Config variables and %ENV variables only if
37383              so requested during build time using the
37384              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
37385              Not expanding makes relocating distributions easier.
37386      Branch: perl
37387            ! ext/DynaLoader/DynaLoader_pm.PL
37388 ____________________________________________________________________________
37389 [  7521] By: jhi                                   on 2000/11/01  20:56:34
37390         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
37391              and setgid() because they were just changing $< and $( which means
37392              only changing the real uid/gid, as opposed to changing both
37393              real and effective ids.  (The alternative way could have been
37394              in POSIX.pm to change $> and $), too, but making a direct call
37395              to the C API feels cleaner.)  Fixes the bug
37396              
37397              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
37398              From: "Garry T. Williams" <garry@zvolve.com>
37399              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
37400              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
37401      Branch: perl
37402            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37403            ! ext/POSIX/typemap pod/perlvar.pod
37404 ____________________________________________________________________________
37405 [  7520] By: jhi                                   on 2000/11/01  20:08:33
37406         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
37407              From: "Garry T. Williams" <garry@zvolve.com>
37408              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
37409              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
37410      Branch: perl
37411            ! pod/perlsec.pod
37412 ____________________________________________________________________________
37413 [  7519] By: jhi                                   on 2000/11/01  20:01:22
37414         Log: Locale warning explanation tweak.
37415      Branch: perl
37416            ! pod/perldiag.pod
37417 ____________________________________________________________________________
37418 [  7518] By: jhi                                   on 2000/11/01  18:57:13
37419         Log: C.pm part of
37420              
37421              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
37422              From: Jarkko Hietaniemi <jhi@iki.fi>
37423              Date: Tue, 10 Oct 2000 08:22:28 -0500
37424              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
37425      Branch: perl
37426            ! ext/B/B/C.pm
37427 ____________________________________________________________________________
37428 [  7517] By: jhi                                   on 2000/11/01  18:41:59
37429         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
37430              From: Martien Verbruggen <mgjv@comdyn.com.au>
37431              Date: Fri, 6 Oct 2000 14:09:10 +1100
37432              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
37433      Branch: perl
37434            ! pod/perlop.pod
37435 ____________________________________________________________________________
37436 [  7516] By: jhi                                   on 2000/11/01  18:34:55
37437         Log: Generalize the Camel wording.
37438              
37439              Subject: Re: perlfaq style changes
37440              From: John Borwick <jhborwic@unity.ncsu.edu>
37441              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
37442              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
37443      Branch: perl
37444            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
37445 ____________________________________________________________________________
37446 [  7515] By: jhi                                   on 2000/11/01  16:52:31
37447         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
37448              From: pimlott@idiomtech.com (Andrew Pimlott)
37449              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
37450              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
37451      Branch: perl
37452            ! pod/perlsec.pod
37453 ____________________________________________________________________________
37454 [  7514] By: jhi                                   on 2000/11/01  15:03:40
37455         Log: More AIX lore.
37456      Branch: perl
37457            ! ext/re/hints/aix.pl
37458 ____________________________________________________________________________
37459 [  7513] By: jhi                                   on 2000/11/01  14:48:30
37460         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
37461              From: root <root@chronos.fi.muni.cz>
37462              Date: Wed, 1 Nov 2000 12:31:32 +0100
37463              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
37464      Branch: perl
37465            ! lib/Net/Ping.pm
37466 ____________________________________________________________________________
37467 [  7512] By: jhi                                   on 2000/11/01  14:46:47
37468         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
37469              From: Martin Husemann <martin@duskware.de>
37470              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
37471              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
37472      Branch: perl
37473            ! regcomp.c
37474 ____________________________________________________________________________
37475 [  7511] By: jhi                                   on 2000/11/01  14:39:50
37476         Log: AUTHORS updates.
37477      Branch: perl
37478            ! AUTHORS
37479 ____________________________________________________________________________
37480 [  7510] By: jhi                                   on 2000/11/01  14:29:50
37481         Log: Subject: [PATCH] startperl to respect versiononly
37482              From: Robin Barker <rmb1@cise.npl.co.uk> 
37483              Date: Tue, 31 Oct 2000 16:29:36 GMT
37484              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
37485      Branch: metaconfig/U/perl
37486            ! startperl.U
37487      Branch: perl
37488            ! Configure config_h.SH
37489 ____________________________________________________________________________
37490 [  7509] By: jhi                                   on 2000/11/01  14:19:53
37491         Log: printf UVs the correct way, noticed by Robin Barker.
37492      Branch: perl
37493            ! utf8.c
37494 ____________________________________________________________________________
37495 [  7508] By: jhi                                   on 2000/11/01  14:10:03
37496         Log: Do not cleanup *% because the % has special meanings in some
37497              shell environments.
37498      Branch: perl
37499            ! ext/Storable/Makefile.PL
37500 ____________________________________________________________________________
37501 [  7507] By: jhi                                   on 2000/11/01  14:06:00
37502         Log: The NonStop-UX libraries have a novel way to say NaN.
37503      Branch: perl
37504            ! t/lib/bigfltpm.t
37505 ____________________________________________________________________________
37506 [  7506] By: jhi                                   on 2000/11/01  14:03:35
37507         Log: The osname has been lowercased by now, from Tom Bates.
37508      Branch: metaconfig
37509            ! U/modified/Oldconfig.U
37510      Branch: perl
37511            ! Configure config_h.SH
37512 ____________________________________________________________________________
37513 [  7505] By: jhi                                   on 2000/10/31  19:18:39
37514         Log: The compiler is either gcc or cc, from Tom Bates.
37515      Branch: perl
37516            ! hints/nonstopux.sh
37517 ____________________________________________________________________________
37518 [  7504] By: jhi                                   on 2000/10/31  14:53:42
37519         Log: Update Changes.
37520      Branch: perl
37521            ! Changes patchlevel.h
37522 ____________________________________________________________________________
37523 [  7503] By: jhi                                   on 2000/10/31  14:30:50
37524         Log: Whitespace style tweak.  Was originally going to see to
37525              
37526              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37527              From: Joe Smith <jms@inwap.com>
37528              Date: Mon, 30 Oct 2000 18:47:57 -0800
37529              Message-Id: <39FE32DD.24AAC4D@inwap.com>
37530              
37531              but that had already been taken care of.
37532      Branch: metaconfig
37533            ! U/compline/d_stdstdio.U
37534      Branch: perl
37535            ! Configure config_h.SH
37536 ____________________________________________________________________________
37537 [  7502] By: jhi                                   on 2000/10/31  14:25:02
37538         Log: AUTHORS tweaks.
37539      Branch: perl
37540            ! AUTHORS
37541 ____________________________________________________________________________
37542 [  7501] By: jhi                                   on 2000/10/31  14:23:59
37543         Log: Subject: perlfaq style changes
37544              From: John Borwick <jhborwic@unity.ncsu.edu>
37545              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
37546              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
37547      Branch: perl
37548            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37549            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37550            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37551            ! pod/perlfaq9.pod
37552 ____________________________________________________________________________
37553 [  7500] By: jhi                                   on 2000/10/31  14:22:15
37554         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
37555              
37556              Subject: Re: [ID 20000918.005] ~ on wide chars
37557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37558              Date: Mon, 30 Oct 2000 21:09:55 -0800
37559              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
37560              
37561              (The ord() part of the patch skipped.)
37562      Branch: perl
37563            ! doop.c
37564 ____________________________________________________________________________
37565 [  7499] By: jhi                                   on 2000/10/31  14:20:08
37566         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
37567              From: Jens Hamisch <jens@Strawberry.COM>
37568              Date: Mon, 30 Oct 2000 15:17:07 +0100
37569              Message-Id: <20001030151707.A9597@Strawberry.COM>
37570      Branch: perl
37571            ! av.c
37572 ____________________________________________________________________________
37573 [  7498] By: jhi                                   on 2000/10/31  14:16:29
37574         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
37575              From: Peter Prymmer <pvhp@forte.com>
37576              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
37577              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
37578      Branch: perl
37579            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37580            + ext/Encode/Encode/posix-bc.enc
37581            ! MANIFEST t/lib/encode.t
37582 ____________________________________________________________________________
37583 [  7497] By: jhi                                   on 2000/10/31  14:13:22
37584         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
37585              From: Peter Prymmer <pvhp@forte.com>
37586              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
37587              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
37588      Branch: perl
37589            ! t/lib/cgi-html.t
37590 ____________________________________________________________________________
37591 [  7496] By: jhi                                   on 2000/10/31  14:12:05
37592         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
37593              From: Peter Prymmer <pvhp@forte.com>
37594              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
37595              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
37596      Branch: perl
37597            ! t/lib/cgi-function.t
37598 ____________________________________________________________________________
37599 [  7495] By: jhi                                   on 2000/10/31  14:11:08
37600         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
37601              From: Peter Prymmer <pvhp@forte.com>
37602              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
37603              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
37604      Branch: perl
37605            + ext/re/hints/aix.pl
37606            ! MANIFEST ext/re/Makefile.PL
37607 ____________________________________________________________________________
37608 [  7494] By: jhi                                   on 2000/10/31  14:08:32
37609         Log: Use Errno magic.
37610              
37611              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
37612              From: Casey Tweten <perl@ctweten.amsite.com>
37613              Date: Mon, 30 Oct 2000 15:51:17 -0500
37614              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
37615      Branch: perl
37616            ! lib/File/Temp.pm
37617 ____________________________________________________________________________
37618 [  7493] By: jhi                                   on 2000/10/31  14:05:07
37619         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
37620              
37621              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
37622              From: Nicholas Clark <nick@ccl4.org>
37623              Date: Mon, 30 Oct 2000 17:38:45 +0000
37624              Message-ID: <20001030173845.O60355@plum.flirble.org>
37625      Branch: perl
37626            ! Makefile.SH utils/perlbug.PL
37627 ____________________________________________________________________________
37628 [  7492] By: nick                                  on 2000/10/30  19:37:23
37629         Log: Change files which are mysteriously different to mainline to be
37630              copies of mainline.
37631      Branch: perlio
37632            ! objXSUB.h perlapi.c pod/perlapi.pod
37633 ____________________________________________________________________________
37634 [  7491] By: nick                                  on 2000/10/30  18:05:54
37635         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
37636              - typo in endian code in putc.
37637              - Don't allow read of write-only files and vice-versa
37638              - and off-by-one in flush-all loop.
37639              Remove debug calls as they were using GCC specific features.
37640      Branch: perlio
37641            ! perlio.c
37642 ____________________________________________________________________________
37643 [  7490] By: nick                                  on 2000/10/29  21:45:45
37644         Log: Integrate mainline to perlio
37645      Branch: perlio
37646           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
37647           !> toke.c
37648 ____________________________________________________________________________
37649 [  7489] By: jhi                                   on 2000/10/29  21:11:08
37650         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
37651              From: andreas.koenig@anima.de (Andreas J. Koenig)
37652              Date: 29 Oct 2000 22:05:59 +0100
37653              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
37654      Branch: perl
37655            ! lib/ExtUtils/Manifest.pm
37656 ____________________________________________________________________________
37657 [  7488] By: jhi                                   on 2000/10/29  21:07:47
37658         Log: Tests for #7487.
37659              
37660              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
37661              From: andreas.koenig@anima.de (Andreas J. Koenig)
37662              Date: 29 Oct 2000 19:37:09 +0100
37663              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
37664      Branch: perl
37665            ! t/comp/proto.t
37666 ____________________________________________________________________________
37667 [  7487] By: jhi                                   on 2000/10/29  21:06:27
37668         Log: constsub spillage.
37669              
37670              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
37671              From: John Tobey <jtobey@john-edwin-tobey.org>
37672              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
37673              Message-Id: <m13pvSr-000FObC@feynman.localnet>
37674      Branch: perl
37675            ! op.c
37676 ____________________________________________________________________________
37677 [  7486] By: nick                                  on 2000/10/29  21:05:04
37678         Log: Integrate mainline to perlio branch
37679      Branch: perlio
37680           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
37681           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
37682           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
37683           +> vos/install_perl.cm
37684            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
37685            - vos/config.h vos/config_h.SH_orig
37686           !> (integrate 141 files)
37687 ____________________________________________________________________________
37688 [  7485] By: jhi                                   on 2000/10/29  21:00:47
37689         Log: Make \x{...} consistently produce UTF-8.
37690              
37691              Subject: Re: \x{...} is confused 
37692              From: Simon Cozens <simon@cozens.net>
37693              Date: Sun, 29 Oct 2000 19:36:48 +0000
37694              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
37695      Branch: perl
37696            ! t/pragma/utf8.t toke.c
37697 ____________________________________________________________________________
37698 [  7484] By: nick                                  on 2000/10/29  20:05:29
37699         Log: PerlIO passes all tests.
37700      Branch: perlio
37701            ! perlio.c
37702 ____________________________________________________________________________
37703 [  7483] By: jhi                                   on 2000/10/29  18:06:55
37704         Log: Update Changes.
37705      Branch: perl
37706            ! Changes patchlevel.h
37707 ____________________________________________________________________________
37708 [  7482] By: nick                                  on 2000/10/29  17:43:28
37709         Log: Include <unistd.h> to get correct lseek() prototype etc.
37710              (I thought perl.h did that) - down to two fails
37711              - comp/require.t (last test)
37712              - lib/io_xs.t - possibly import/export of FILE * ?
37713      Branch: perlio
37714            ! perlio.c
37715 ____________________________________________________________________________
37716 [  7481] By: jhi                                   on 2000/10/29  17:02:37
37717         Log: UTF-8 decoder tweak.
37718      Branch: perl
37719            ! utf8.c
37720 ____________________________________________________________________________
37721 [  7480] By: nick                                  on 2000/10/29  16:26:11
37722         Log: Fixed two bugs:
37723              - error code not being set on close (of broken pipe)
37724              - append mode was truncating.
37725              At least one seek/tell bug remains.
37726      Branch: perlio
37727            ! perlio.c
37728 ____________________________________________________________________________
37729 [  7479] By: nick                                  on 2000/10/29  11:18:16
37730         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
37731              in case of accidents. Still several worrying fails, no line disciplines yet.
37732      Branch: perlio
37733            ! iperlsys.h perlio.c
37734 ____________________________________________________________________________
37735 [  7478] By: jhi                                   on 2000/10/29  02:04:01
37736         Log: Add also emailless people.
37737      Branch: perl
37738            ! AUTHORS
37739 ____________________________________________________________________________
37740 [  7477] By: jhi                                   on 2000/10/29  01:36:00
37741         Log: The #7476 needs a MANIFEST change, too.
37742      Branch: perl
37743            ! MANIFEST
37744 ____________________________________________________________________________
37745 [  7476] By: jhi                                   on 2000/10/29  01:35:21
37746         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
37747      Branch: perl
37748            - MAINTAIN
37749            ! AUTHORS Changes
37750 ____________________________________________________________________________
37751 [  7475] By: jhi                                   on 2000/10/28  23:57:25
37752         Log: De-quoted-unreadable to ISO Latin 1.
37753              (There's one ISO-2022-JP name in Changes5.004.)
37754      Branch: perl
37755            ! Changes Changes5.6
37756 ____________________________________________________________________________
37757 [  7474] By: jhi                                   on 2000/10/28  19:13:06
37758         Log: Subject: [ID 20001027.007] uniq array in perlfaq
37759              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
37760              Date: Fri, 27 Oct 2000 19:28:30 +0200
37761              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
37762      Branch: perl
37763            ! pod/perlfaq4.pod
37764 ____________________________________________________________________________
37765 [  7473] By: jhi                                   on 2000/10/28  18:02:05
37766         Log: Locking null mutexes is not recommendable.
37767              
37768              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
37769              From: Hugo <hv@crypt.compulink.co.uk>
37770              Date: Sat, 28 Oct 2000 18:41:12 +0100
37771              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
37772      Branch: perl
37773            ! op.c
37774 ____________________________________________________________________________
37775 [  7472] By: jhi                                   on 2000/10/28  17:52:58
37776         Log: Better create a true mailing list for the repository keepers.
37777      Branch: perl
37778            ! Porting/repository.pod
37779 ____________________________________________________________________________
37780 [  7471] By: jhi                                   on 2000/10/28  17:28:24
37781         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
37782              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
37783      Branch: perl
37784            + Porting/repository.pod
37785            ! MANIFEST
37786 ____________________________________________________________________________
37787 [  7470] By: jhi                                   on 2000/10/28  17:20:54
37788         Log: Subject: DOC PATCH 5.6.0
37789              From: mjd@plover.com
37790              Date: 27 Oct 2000 17:32:44 -0000
37791              Message-ID: <20001027173244.23754.qmail@plover.com>
37792      Branch: perl
37793            ! pod/perlfunc.pod
37794 ____________________________________________________________________________
37795 [  7469] By: jhi                                   on 2000/10/28  17:16:45
37796         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
37797              From: "Peter J. Farley III" <pjfarley@banet.net>
37798              Date: Fri, 27 Oct 2000 20:32:56 -0400
37799              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
37800      Branch: perl
37801            ! README.dos
37802 ____________________________________________________________________________
37803 [  7468] By: jhi                                   on 2000/10/28  17:07:18
37804         Log: Make target reordering to avoid pointless re-makes.
37805              
37806              Subject: Re: Total re-make of 'make okfile' after 7451 ?
37807              From: Nicholas Clark <nick@ccl4.org>
37808              Date: Sat, 28 Oct 2000 00:31:02 +0100
37809              Message-ID: <20001028003101.A54517@plum.flirble.org>
37810      Branch: perl
37811            ! Makefile.SH
37812 ____________________________________________________________________________
37813 [  7467] By: jhi                                   on 2000/10/28  17:05:31
37814         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
37815              From: lvirden@cas.org
37816              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
37817              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
37818      Branch: perl
37819            ! README.os2
37820 ____________________________________________________________________________
37821 [  7466] By: jhi                                   on 2000/10/28  16:09:16
37822         Log: Upgrade to CPAN 1.58_55.
37823              
37824              Subject: CPAN.pm status
37825              From: andreas.koenig@anima.de (Andreas J. Koenig) 
37826              Date: 28 Oct 2000 08:18:00 +0200 
37827              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
37828      Branch: perl
37829            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37830 ____________________________________________________________________________
37831 [  7465] By: jhi                                   on 2000/10/28  16:02:47
37832         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
37833      Branch: perl
37834            ! embed.h embed.pl perl.h proto.h toke.c
37835 ____________________________________________________________________________
37836 [  7464] By: nick                                  on 2000/10/28  10:43:44
37837         Log: Fix for sv_2iv() on "shared" value from keys %hash.
37838      Branch: perl
37839            ! sv.c
37840 ____________________________________________________________________________
37841 [  7463] By: jhi                                   on 2000/10/27  16:18:29
37842         Log: Update Changes.
37843      Branch: perl
37844            ! Changes patchlevel.h
37845 ____________________________________________________________________________
37846 [  7462] By: jhi                                   on 2000/10/27  16:17:44
37847         Log: Too enthusiastic editing in #7460.
37848      Branch: metaconfig
37849            ! U/modified/Oldsym.U
37850      Branch: perl
37851            ! Configure config_h.SH
37852 ____________________________________________________________________________
37853 [  7461] By: jhi                                   on 2000/10/27  15:37:38
37854         Log: Retract #7459, the script needs more work.
37855      Branch: perl
37856            - mkreef
37857            ! MANIFEST
37858 ____________________________________________________________________________
37859 [  7460] By: jhi                                   on 2000/10/27  15:23:14
37860         Log: Use $sort, $uniq (and $tr) consistently as wondered
37861              by Nicholas Clark.
37862      Branch: metaconfig
37863            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
37864            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
37865            ! U/modified/libc.U
37866      Branch: perl
37867            ! Configure config_h.SH
37868 ____________________________________________________________________________
37869 [  7459] By: jhi                                   on 2000/10/27  15:02:07
37870         Log: (Retracted by #7461)
37871              
37872              Add a shell script for creating/removing symbolic link farms,
37873              useful for keeping the source code read-only and doing the
37874              builds somewhere else.
37875      Branch: perl
37876            + mkreef
37877            ! MANIFEST
37878 ____________________________________________________________________________
37879 [  7458] By: jhi                                   on 2000/10/27  14:42:20
37880         Log: Do away with the fix_pl.
37881      Branch: perl
37882            - fix_pl
37883            ! MANIFEST Makefile.SH
37884 ____________________________________________________________________________
37885 [  7457] By: jhi                                   on 2000/10/27  12:43:13
37886         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
37887              From: Jens Hamisch <jens@Strawberry.COM>
37888              Date: Fri, 27 Oct 2000 14:38:21 +0200
37889              Message-Id: <20001027143821.B3366@Strawberry.COM>
37890      Branch: perl
37891            ! perl.h
37892 ____________________________________________________________________________
37893 [  7456] By: jhi                                   on 2000/10/27  12:33:42
37894         Log: Subject: [PATCH] todo
37895              From: Nicholas Clark <nick@ccl4.org>
37896              Date: Thu, 26 Oct 2000 22:32:29 +0100
37897              Message-ID: <20001026223229.A44540@plum.flirble.org>
37898      Branch: perl
37899            ! pod/perltodo.pod
37900 ____________________________________________________________________________
37901 [  7455] By: jhi                                   on 2000/10/27  12:02:21
37902         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
37903              From: John Tobey <jtobey@john-edwin-tobey.org>
37904              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
37905              Message-Id: <m13ozHF-000FObC@feynman.localnet>
37906      Branch: perl
37907            ! op.c t/pragma/sub_lval.t
37908 ____________________________________________________________________________
37909 [  7454] By: jhi                                   on 2000/10/27  11:59:42
37910         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
37911              From: sthoenna@efn.org
37912              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
37913              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
37914      Branch: perl
37915            ! pp.c t/op/assignwarn.t
37916 ____________________________________________________________________________
37917 [  7453] By: jhi                                   on 2000/10/27  00:15:08
37918         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
37919      Branch: perl
37920            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37921            ! ext/Storable/Storable.xs t/lib/st-lock.t
37922 ____________________________________________________________________________
37923 [  7452] By: jhi                                   on 2000/10/26  13:05:52
37924         Log: Undo #7451, this seems to be a deficiency in Perforce,
37925              there is no per-file line-terminator type, only per-client.
37926      Branch: perl
37927            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
37928            ! win32/makefile.mk
37929 ____________________________________________________________________________
37930 [  7451] By: jhi                                   on 2000/10/26  04:56:03
37931         Log: Experimenting in DOS arcana.
37932      Branch: perl
37933            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
37934            ! win32/makefile.mk
37935 ____________________________________________________________________________
37936 [  7450] By: jhi                                   on 2000/10/26  04:50:52
37937         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
37938              From: "Peter J. Farley III" <pjfarley@banet.net>            
37939              Date: Wed, 25 Oct 2000 23:10:18 -0400
37940              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
37941      Branch: perl
37942            ! t/io/open.t
37943 ____________________________________________________________________________
37944 [  7449] By: jhi                                   on 2000/10/26  04:49:16
37945         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
37946              From: Hugo <hv@crypt.compulink.co.uk>
37947              Date: Thu, 26 Oct 2000 01:55:17 +0100
37948              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
37949              
37950              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
37951      Branch: perl
37952            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
37953 ____________________________________________________________________________
37954 [  7448] By: jhi                                   on 2000/10/26  04:38:36
37955         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
37956              From: Peter Prymmer <pvhp@forte.com>
37957              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
37958              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
37959      Branch: perl
37960            ! configure.com
37961 ____________________________________________________________________________
37962 [  7447] By: jhi                                   on 2000/10/25  23:20:02
37963         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
37964              in platforms that strictly require all the symbols being present
37965              at link time.
37966      Branch: perl
37967            ! handy.h
37968 ____________________________________________________________________________
37969 [  7446] By: jhi                                   on 2000/10/25  21:55:57
37970         Log: Update Changes.
37971      Branch: perl
37972            ! Changes patchlevel.h
37973 ____________________________________________________________________________
37974 [  7445] By: jhi                                   on 2000/10/25  21:27:08
37975         Log: Integrate with vmsperl #7430 by Charles Bailey:
37976              
37977              Cleanup from prior patch (Charles Lane?):
37978              - improve handling of MFDs in Basename and Path
37979              - default to no xsubpp line # munging when building debug images
37980      Branch: perl
37981           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
37982 ____________________________________________________________________________
37983 [  7444] By: jhi                                   on 2000/10/25  21:03:50
37984         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
37985              From: John Peacock <JPeacock@UnivPress.com>
37986              Date: Thu, 18 May 2000 11:55:27 -0400
37987              Message-ID: <3924126F.A58BE57A@UnivPress.com>
37988      Branch: perl
37989            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
37990            ! t/op/write.t
37991 ____________________________________________________________________________
37992 [  7443] By: jhi                                   on 2000/10/25  20:43:10
37993         Log: Temporary stopgap for the self-tying issue: for now only
37994              array and hash self-ties are verboten.  The real fix, of
37995              course, would be to comprehensively test (and implement?)
37996              and debug (and document) self-ties.
37997      Branch: perl
37998            ! pod/perldiag.pod pp_sys.c t/op/tie.t
37999 ____________________________________________________________________________
38000 [  7442] By: jhi                                   on 2000/10/25  20:14:30
38001         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
38002              From: Dan Sugalski <dan@sidhe.org>
38003              Date: Wed, 25 Oct 2000 13:36:35 -0400
38004              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
38005              
38006              plus regen global.sym.
38007      Branch: perl
38008            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
38009            ! thrdvar.h util.c
38010 ____________________________________________________________________________
38011 [  7441] By: jhi                                   on 2000/10/25  20:12:20
38012         Log: buildtoc target tweaks.
38013      Branch: perl
38014            ! pod/Makefile.SH
38015 ____________________________________________________________________________
38016 [  7440] By: jhi                                   on 2000/10/25  20:03:53
38017         Log: A new version of making the syslog test more robust.
38018              (Replaces #7421.)
38019              
38020              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38021              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38022              Date: Wed, 25 Oct 2000 12:13:54 -0400
38023              Message-ID: <20001025121354.B2264@O2.chapin.edu>
38024      Branch: perl
38025            ! t/lib/syslog.t
38026 ____________________________________________________________________________
38027 [  7439] By: jhi                                   on 2000/10/25  20:00:48
38028         Log: Continue the internal UTF-8 API tweaking.
38029              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38030              used much more than the simpler API, now called utf8_to_uv_simple().
38031              Still not quite happy with API, too much partial duplication
38032              of functionality.
38033      Branch: perl
38034            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
38035            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
38036            ! regcomp.c regexec.c sv.c toke.c utf8.c
38037 ____________________________________________________________________________
38038 [  7438] By: jhi                                   on 2000/10/25  18:52:30
38039         Log: Allow poking holes at the UTF-8 decoding strictness.
38040      Branch: perl
38041            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
38042            ! utf8.h
38043 ____________________________________________________________________________
38044 [  7437] By: jhi                                   on 2000/10/25  13:53:05
38045         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
38046              UTF8LEN() and UTF8SKIP(). 
38047      Branch: perl
38048            ! pp.c utf8.c utf8.h
38049 ____________________________________________________________________________
38050 [  7436] By: jhi                                   on 2000/10/25  13:51:37
38051         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
38052              From: Nicholas Clark <nick@ccl4.org>
38053              Date: Wed, 25 Oct 2000 14:44:05 +0100
38054              Message-ID: <20001025144404.D27253@plum.flirble.org>
38055      Branch: perl
38056            ! pod/perlrun.pod
38057 ____________________________________________________________________________
38058 [  7435] By: jhi                                   on 2000/10/25  13:49:32
38059         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38060              From: Mike Guy <mjtg@cam.ac.uk>
38061              Date: Tue, 24 Oct 2000 14:59:40 +0100
38062              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
38063      Branch: perl
38064            ! scope.c
38065 ____________________________________________________________________________
38066 [  7434] By: jhi                                   on 2000/10/25  13:48:41
38067         Log: AIX is picky about its symbol exports.  Solution for now
38068              is to include the deb.o explicitly to the re extension build.
38069              
38070              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
38071              From: Peter Prymmer <pvhp@forte.com>
38072              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
38073              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
38074      Branch: perl
38075            ! ext/re/Makefile.PL hints/aix.sh
38076 ____________________________________________________________________________
38077 [  7433] By: jhi                                   on 2000/10/25  13:46:49
38078         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38080              Date: Wed, 25 Oct 2000 12:02:20 +0200
38081              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
38082      Branch: perl
38083            ! perlsdio.h
38084 ____________________________________________________________________________
38085 [  7432] By: jhi                                   on 2000/10/25  13:44:28
38086         Log: Subject: Minor update to find2perl, for portability
38087              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38088              Date: Wed, 25 Oct 2000 12:05:47 +0100
38089              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
38090      Branch: perl
38091            ! x2p/find2perl.PL
38092 ____________________________________________________________________________
38093 [  7431] By: jhi                                   on 2000/10/25  13:40:39
38094         Log: Add targets to Makefile.SH, most importantly
38095              'regen_all' which also remembers to update vms/perly*.
38096      Branch: perl
38097            ! Makefile.SH
38098 ____________________________________________________________________________
38099 [  7430] By: bailey                                on 2000/10/25  03:13:53
38100         Log: Cleanup from prior patch (Charles Lane?):
38101              - improve handling of MFDs in Basename and Path
38102              - default to no xsubpp line # munging when building debug images
38103      Branch: vmsperl
38104            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38105 ____________________________________________________________________________
38106 [  7429] By: jhi                                   on 2000/10/24  20:03:40
38107         Log: Podify README.epoc and README.vos.
38108      Branch: perl
38109            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
38110            ! pod/perlport.pod pod/perltoc.pod
38111 ____________________________________________________________________________
38112 [  7428] By: jhi                                   on 2000/10/24  19:10:33
38113         Log: Stratus VOS updates from Paul Green.
38114      Branch: perl
38115            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38116            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38117            - vos/config.def vos/config.h vos/config_h.SH_orig
38118            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
38119            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
38120 ____________________________________________________________________________
38121 [  7427] By: jhi                                   on 2000/10/24  18:59:48
38122         Log: Check if stdio supports tweaking lval and cnt simultaneously.
38123              
38124              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38125              From: Nicholas Clark <nick@ccl4.org>
38126              Date: Mon, 23 Oct 2000 15:39:32 +0100
38127              Message-ID: <20001023153932.A10786@plum.flirble.org>
38128      Branch: metaconfig
38129            ! U/compline/d_stdstdio.U
38130      Branch: perl
38131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38132            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
38133            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
38134            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
38135            ! vos/config.h vos/config_h.SH_orig win32/config.bc
38136            ! win32/config.gc win32/config.vc
38137 ____________________________________________________________________________
38138 [  7426] By: jhi                                   on 2000/10/24  17:57:44
38139         Log: Missed the header file changes from #7425.
38140      Branch: perl
38141            ! embed.h embed.pl objXSUB.h proto.h
38142 ____________________________________________________________________________
38143 [  7425] By: jhi                                   on 2000/10/24  17:55:17
38144         Log: Fix the bug reported in
38145              
38146              From: andreas.koenig@anima.de (Andreas J. Koenig)
38147              Subject: Encode bug?
38148              Date: 24 Oct 2000 14:01:26 +0200 
38149              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
38150              
38151              Also make is_utf8_char() stricter.
38152      Branch: perl
38153            ! ext/Encode/Encode.xs utf8.c
38154 ____________________________________________________________________________
38155 [  7424] By: jhi                                   on 2000/10/24  15:15:39
38156         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38157              From: Peter Scott <Peter@PSDT.com>
38158              Date: Mon, 23 Oct 2000 19:46:01 -0700
38159              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
38160      Branch: perl
38161            ! pod/perlfaq5.pod
38162 ____________________________________________________________________________
38163 [  7423] By: jhi                                   on 2000/10/24  14:25:30
38164         Log: Test tweak to avoid pulling in the whole Config.
38165      Branch: perl
38166            ! t/lib/st-lock.t
38167 ____________________________________________________________________________
38168 [  7422] By: jhi                                   on 2000/10/24  14:03:16
38169         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
38170      Branch: perl
38171            ! pp.c
38172 ____________________________________________________________________________
38173 [  7421] By: jhi                                   on 2000/10/24  13:32:09
38174         Log: (Replaced by #7440.)
38175              
38176              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38177              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38178              Date: Mon, 23 Oct 2000 16:40:54 -0400
38179              Message-ID: <20001023164054.B14491@O2.chapin.edu>
38180      Branch: perl
38181            ! t/lib/syslog.t
38182 ____________________________________________________________________________
38183 [  7420] By: jhi                                   on 2000/10/24  13:30:53
38184         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
38185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38186              Date: Mon, 23 Oct 2000 17:29:03 -0400
38187              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
38188      Branch: perl
38189            ! lib/ExtUtils/MM_Unix.pm
38190 ____________________________________________________________________________
38191 [  7419] By: jhi                                   on 2000/10/24  13:29:57
38192         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38194              Date: Mon, 23 Oct 2000 19:01:32 -0400
38195              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
38196      Branch: perl
38197            ! utils/h2xs.PL
38198 ____________________________________________________________________________
38199 [  7418] By: jhi                                   on 2000/10/24  13:26:04
38200         Log: Replace #7409 with
38201              
38202              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
38203              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38204              Date: Mon, 23 Oct 2000 20:08:56 +0200
38205              Message-ID: <20001023200855.A14850@nice.ram.loc>
38206      Branch: perl
38207            ! ext/Storable/Storable.pm t/lib/st-lock.t
38208 ____________________________________________________________________________
38209 [  7417] By: jhi                                   on 2000/10/24  13:17:52
38210         Log: Run vms/vms_yfix.pl, should have done that after changing
38211              perly.c in #7382.
38212      Branch: perl
38213            ! vms/perly_c.vms vms/perly_h.vms
38214 ____________________________________________________________________________
38215 [  7416] By: jhi                                   on 2000/10/24  02:55:33
38216         Log: Make the UTF-8 decoding stricter and more verbose when
38217              malformation happens.  This involved adding an argument
38218              to utf8_to_uv_chk(), which involved changing its prototype,
38219              and prefer STRLEN over I32 for the UTF-8 length, which as
38220              a domino effect necessitated changing the prototypes of
38221              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38222              The stricter UTF-8 decoding checking uses Markus Kuhn's
38223              UTF-8 Decode Stress Tester from
38224              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38225      Branch: perl
38226            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
38227            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
38228            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
38229            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
38230 ____________________________________________________________________________
38231 [  7415] By: jhi                                   on 2000/10/23  14:06:06
38232         Log: Update Changes.
38233      Branch: perl
38234            ! Changes patchlevel.h
38235 ____________________________________________________________________________
38236 [  7414] By: jhi                                   on 2000/10/23  12:39:52
38237         Log: Undo the basename() part of #7412 since the lib/basename
38238              tests would need upgrading too.
38239      Branch: perl
38240            ! lib/File/Basename.pm
38241 ____________________________________________________________________________
38242 [  7413] By: jhi                                   on 2000/10/23  12:19:27
38243         Log: Document PERL_INSTALL_ROOT of #7210.
38244      Branch: perl
38245            ! lib/ExtUtils/Install.pm
38246 ____________________________________________________________________________
38247 [  7412] By: jhi                                   on 2000/10/23  12:16:47
38248         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
38249      Branch: perl
38250            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
38251            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
38252 ____________________________________________________________________________
38253 [  7411] By: jhi                                   on 2000/10/23  12:07:41
38254         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
38255              From: Prymmer/Kahn <pvhp@best.com>
38256              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
38257              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
38258      Branch: perl
38259            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
38260 ____________________________________________________________________________
38261 [  7410] By: jhi                                   on 2000/10/23  04:10:11
38262         Log: The change #7187 was not so good on VMS.
38263              
38264              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
38265              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38266              Date: Sun, 22 Oct 2000 23:03:08 -0500
38267              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
38268      Branch: perl
38269            ! utils/perldoc.PL
38270 ____________________________________________________________________________
38271 [  7409] By: jhi                                   on 2000/10/23  03:57:36
38272         Log: Avoid Storable locking on DJGPP for now.
38273              
38274              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
38275              From: "Peter J. Farley III" <pjfarley@banet.net>
38276              Date: Sun, 22 Oct 2000 20:00:00 -0400
38277              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
38278      Branch: perl
38279            ! ext/Storable/Storable.pm t/lib/st-lock.t
38280 ____________________________________________________________________________
38281 [  7408] By: jhi                                   on 2000/10/23  03:50:24
38282         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
38283              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38284              Date: Sun, 22 Oct 2000 21:12:22 -0400
38285              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
38286      Branch: perl
38287            ! lib/vars.pm
38288 ____________________________________________________________________________
38289 [  7407] By: jhi                                   on 2000/10/23  03:43:12
38290         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
38291              From: Hugo <hv@crypt.compulink.co.uk>
38292              Date: Mon, 23 Oct 2000 00:47:22 +0100
38293              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
38294      Branch: perl
38295            ! regexec.c t/op/pat.t
38296 ____________________________________________________________________________
38297 [  7406] By: jhi                                   on 2000/10/23  03:40:29
38298         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
38299      Branch: perl
38300            ! lib/ExtUtils/MakeMaker.pm
38301 ____________________________________________________________________________
38302 [  7405] By: jhi                                   on 2000/10/22  21:32:00
38303         Log: Doc patch.
38304              
38305              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
38306              From: rspier@pobox.com (Robert Spier)
38307              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
38308              Message-ID: <14835.16112.13457.447971@rls.cx>
38309      Branch: perl
38310            ! lib/strict.pm
38311 ____________________________________________________________________________
38312 [  7404] By: jhi                                   on 2000/10/22  21:30:51
38313         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
38314              From: rspier@pobox.com (Robert Spier)
38315              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
38316              Message-ID: <14835.17223.72448.705566@rls.cx>
38317      Branch: perl
38318            ! lib/ExtUtils/MakeMaker.pm
38319 ____________________________________________________________________________
38320 [  7403] By: jhi                                   on 2000/10/22  21:24:11
38321         Log: Subject: [PATCH bleadperl] ripples from constsub patch
38322              From: John Tobey <jtobey@john-edwin-tobey.org>
38323              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
38324              Message-Id: <m13nSOB-000FObC@feynman.localnet>
38325      Branch: perl
38326            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
38327 ____________________________________________________________________________
38328 [  7402] By: jhi                                   on 2000/10/22  20:59:35
38329         Log: Support s?printf parameter reordering.
38330      Branch: perl
38331            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
38332 ____________________________________________________________________________
38333 [  7401] By: jhi                                   on 2000/10/22  19:19:14
38334         Log: Expand %Config variables only if explicitly so requested
38335              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
38336              
38337              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38338              From: Gurusamy Sarathy <gsar@ActiveState.com>
38339              Date: Sun, 22 Oct 2000 11:47:32 -0700
38340              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
38341      Branch: perl
38342            ! Makefile.SH lib/lib_pm.PL
38343 ____________________________________________________________________________
38344 [  7400] By: jhi                                   on 2000/10/22  18:24:10
38345         Log: Move the #7390 test from warn/op to comp/redef.
38346              
38347              Subject: Re: Creating const subs for constants.
38348              From: John Tobey <jtobey@john-edwin-tobey.org>
38349              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
38350              Message-Id: <m13nG72-000FObC@feynman.localnet>               
38351      Branch: perl
38352            ! t/comp/redef.t t/pragma/warn/op
38353 ____________________________________________________________________________
38354 [  7399] By: jhi                                   on 2000/10/22  17:49:59
38355         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38356              From: Nicholas Clark <nick@ccl4.org>
38357              Date: Sat, 21 Oct 2000 22:23:19 +0100
38358              Message-ID: <20001021222319.B45586@plum.flirble.org>
38359      Branch: perl
38360            ! ext/DynaLoader/DynaLoader_pm.PL
38361 ____________________________________________________________________________
38362 [  7398] By: jhi                                   on 2000/10/22  17:47:35
38363         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
38364              From: Hugo <hv@crypt.compulink.co.uk>
38365              Date: Sat, 21 Oct 2000 18:19:59 +0100
38366              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
38367      Branch: perl
38368            ! ext/B/B.pm ext/B/B/C.pm
38369 ____________________________________________________________________________
38370 [  7397] By: jhi                                   on 2000/10/22  17:35:18
38371         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
38372              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
38373              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
38374              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
38375      Branch: perl
38376            ! hints/openbsd.sh
38377 ____________________________________________________________________________
38378 [  7396] By: jhi                                   on 2000/10/22  17:19:46
38379         Log: Subject: installman go-faster stripes
38380              From: Nicholas Clark <nick@talking.bollo.cx>
38381              Date: Sat, 21 Oct 2000 17:24:53 +0100
38382              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
38383              
38384              Subject: Re: installman go-faster stripes
38385              From: Russ Allbery <rra@stanford.edu>
38386              Date: 21 Oct 2000 11:04:13 -0700
38387              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
38388      Branch: perl
38389            ! installman pod/pod2man.PL
38390 ____________________________________________________________________________
38391 [  7395] By: jhi                                   on 2000/10/22  17:17:35
38392         Log: Hints tweak from Anton Berezin.
38393      Branch: perl
38394            ! hints/freebsd.sh
38395 ____________________________________________________________________________
38396 [  7394] By: jhi                                   on 2000/10/22  04:50:04
38397         Log: Tweak the Is* definitions of Unicode character classes
38398              to better match the official categorizations; embrace
38399              the official categorizations; add the combining marks
38400              as alpha (and -numeric); fix DCinital (a typo and edito)
38401              to be DCmedial.
38402      Branch: perl
38403            + lib/unicode/Is/DCmedial.pl
38404            - lib/unicode/Is/DCinital.pl
38405            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38406            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
38407            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
38408            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38409 ____________________________________________________________________________
38410 [  7393] By: jhi                                   on 2000/10/21  18:06:05
38411         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
38412              From: Daniel Chetlin <daniel@chetlin.com>
38413              Date: Sat, 21 Oct 2000 02:57:03 -0700
38414              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
38415      Branch: perl
38416            + t/lib/tie-splice.t
38417            ! MANIFEST lib/Tie/Array.pm
38418 ____________________________________________________________________________
38419 [  7392] By: gsar                                  on 2000/10/21  18:05:15
38420         Log: resync utfperl branch with mainline
38421      Branch: utfperl
38422           !> (integrate 1760 files)
38423 ____________________________________________________________________________
38424 [  7391] By: jhi                                   on 2000/10/21  14:37:49
38425         Log: Testcases for a #7383,#7385 related bug.
38426              
38427              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
38428              From: Nicholas Clark <nick@ccl4.org>
38429              Date: Sat, 21 Oct 2000 15:04:51 +0100
38430              Message-ID: <20001021150451.A51566@plum.flirble.org>
38431      Branch: perl
38432            ! t/pragma/utf8.t
38433 ____________________________________________________________________________
38434 [  7390] By: jhi                                   on 2000/10/21  14:35:57
38435         Log: Add a testcase for #7389.
38436      Branch: perl
38437            ! t/pragma/warn/op
38438 ____________________________________________________________________________
38439 [  7389] By: jhi                                   on 2000/10/21  14:26:45
38440         Log: Subject: Re: Creating const subs for constants.
38441              From: John Tobey <jtobey@john-edwin-tobey.org>
38442              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
38443              Message-Id: <m13mo0N-000FObC@feynman.localnet>
38444      Branch: perl
38445            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
38446            ! proto.h sv.c
38447 ____________________________________________________________________________
38448 [  7388] By: nick                                  on 2000/10/21  11:44:23
38449         Log: Populate perlio branch
38450      Branch: perlio
38451           +> (branch 1760 files)
38452 ____________________________________________________________________________
38453 [  7387] By: nick                                  on 2000/10/21  10:52:05
38454         Log: Get branch back as replica of mainline via :
38455              p4 integrate -b utfperl
38456              p4 resolve -at ./...
38457      Branch: utfperl
38458           +> (branch 269 files)
38459            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
38460            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
38461            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
38462            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
38463            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
38464            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38465            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38466            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38467            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38468            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38469            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38470            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38471            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38472            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38473            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38474            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38475            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38476            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38477            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
38478            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
38479            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
38480            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
38481            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
38482            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
38483            - lib/unicode/UCD300.html lib/unicode/Unicode.300
38484            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
38485            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
38486            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
38487            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
38488           !> (integrate 965 files)
38489 ____________________________________________________________________________
38490 [  7386] By: jhi                                   on 2000/10/21  01:31:12
38491         Log: Update Changes.
38492      Branch: perl
38493            ! Changes patchlevel.h
38494 ____________________________________________________________________________
38495 [  7385] By: jhi                                   on 2000/10/21  01:28:42
38496         Log: The #7383 was right only in the context of the original bug report,
38497              not in more general case.
38498      Branch: perl
38499            ! pp_hot.c
38500 ____________________________________________________________________________
38501 [  7384] By: jhi                                   on 2000/10/21  01:08:23
38502         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
38503      Branch: perl
38504            ! ext/IO/lib/IO/Select.pm
38505 ____________________________________________________________________________
38506 [  7383] By: jhi                                   on 2000/10/21  00:44:18
38507         Log: Fix for ID 20001020.006, concatenating an unset submatch
38508              with utf8 resulted in "Modification of a read-only value".
38509      Branch: perl
38510            ! pp_hot.c t/pragma/utf8.t
38511 ____________________________________________________________________________
38512 [  7382] By: jhi                                   on 2000/10/20  20:44:31
38513         Log: Make scan_num() reëntrant, as suggested in
38514              
38515              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38516              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38517              Date: Fri, 20 Oct 2000 14:17:27 +0100
38518              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38519      Branch: perl
38520            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
38521            ! toke.c
38522 ____________________________________________________________________________
38523 [  7381] By: jhi                                   on 2000/10/20  20:07:29
38524         Log: Reëntrancy fix.
38525              
38526              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38527              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38528              Date: Fri, 20 Oct 2000 14:17:27 +0100
38529              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38530      Branch: perl
38531            ! embed.h embed.pl perl.h proto.h toke.c
38532 ____________________________________________________________________________
38533 [  7380] By: jhi                                   on 2000/10/20  19:15:54
38534         Log: Don't write double values through long double pointers,
38535              based on a part of
38536              
38537              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38538              From: Jens Hamisch <jens@Strawberry.COM>
38539              Date: Tue, 17 Oct 2000 08:39:36 +0200
38540              Message-Id: <20001017083936.A11104@Strawberry.COM>
38541      Branch: perl
38542            ! perl.h pp.c
38543 ____________________________________________________________________________
38544 [  7379] By: jhi                                   on 2000/10/20  18:43:37
38545         Log: Portability tweak on #7377.
38546              
38547              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
38548              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38549              Date:     Fri, 20 Oct 2000 13:13:41 EDT
38550              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
38551      Branch: perl
38552            ! t/lib/dprof.t
38553 ____________________________________________________________________________
38554 [  7378] By: jhi                                   on 2000/10/20  12:57:19
38555         Log: SOCKS function redefinitions need prototypes, too, otherwise
38556              for example 32 bit versus 64 bit differences cause a lot of
38557              problems.  Part of
38558              
38559              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38560              From: Jens Hamisch <jens@Strawberry.COM>
38561              Date: Tue, 17 Oct 2000 08:39:36 +0200
38562              Message-Id: <20001017083936.A11104@Strawberry.COM>
38563      Branch: perl
38564            ! doio.c pp_sys.c
38565 ____________________________________________________________________________
38566 [  7377] By: jhi                                   on 2000/10/20  12:37:12
38567         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
38568              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38569              Date:     Fri, 20 Oct 2000 08:26:04 EDT
38570              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
38571      Branch: perl
38572            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
38573 ____________________________________________________________________________
38574 [  7376] By: jhi                                   on 2000/10/20  12:35:31
38575         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
38576              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38577              Date:     Fri, 20 Oct 2000 07:48:15 EDT
38578              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
38579      Branch: perl
38580            ! configure.com vms/gen_shrfls.pl
38581 ____________________________________________________________________________
38582 [  7375] By: bailey                                on 2000/10/20  04:44:37
38583         Log: SYN SYN
38584      Branch: vmsperl
38585           +> (branch 134 files)
38586            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
38587            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
38588            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
38589            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
38590            - eg/cgi/frameset.cgi eg/cgi/index.html
38591            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38592            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38593            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38594            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38595            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38596            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38597            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38598            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38599            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38600            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38601            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38602            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38603            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38604            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
38605            - lib/unicode/Props.txt lib/unicode/UCD300.html
38606            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38607            - utils/perlbc.PL vms/subconfigure.com
38608           !> (integrate 785 files)
38609 ____________________________________________________________________________
38610 [  7374] By: jhi                                   on 2000/10/20  00:59:48
38611         Log: In the latest compiler builds cccdlflags must not become -fpic,
38612              from Wilfredo Sánchez.
38613      Branch: perl
38614            ! hints/darwin.sh
38615 ____________________________________________________________________________
38616 [  7373] By: jhi                                   on 2000/10/20  00:56:35
38617         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
38618              From: Tony Cook <tony@develop-help.com>
38619              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
38620              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
38621      Branch: perl
38622            ! pod/perlop.pod
38623 ____________________________________________________________________________
38624 [  7372] By: jhi                                   on 2000/10/19  19:34:40
38625         Log: Typo noted by Mark Lutz.
38626      Branch: perl
38627            ! t/op/64bitint.t
38628 ____________________________________________________________________________
38629 [  7371] By: jhi                                   on 2000/10/19  19:33:13
38630         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
38631      Branch: metaconfig
38632            ! U/modified/Cppsym.U U/modified/Oldconfig.U
38633      Branch: metaconfig/U/perl
38634            ! End.U dlsrc.U libperl.U
38635      Branch: perl
38636            + hints/nonstopux.sh
38637            ! Configure MANIFEST config_h.SH
38638 ____________________________________________________________________________
38639 [  7370] By: jhi                                   on 2000/10/19  17:18:08
38640         Log: Subject: PATCH do_print has 2 PerlIO_error()s
38641              From: nick@ccl4.org
38642              Date: Thu, 19 Oct 2000 18:09:20 +0100
38643              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
38644      Branch: perl
38645            ! doio.c
38646 ____________________________________________________________________________
38647 [  7369] By: jhi                                   on 2000/10/19  14:01:49
38648         Log: Update Changes.
38649      Branch: perl
38650            ! Changes patchlevel.h
38651 ____________________________________________________________________________
38652 [  7368] By: jhi                                   on 2000/10/19  13:04:29
38653         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
38654              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38655              Date: Wed, 18 Oct 2000 13:12:01 +0200
38656              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
38657      Branch: perl
38658            ! hints/aix.sh
38659 ____________________________________________________________________________
38660 [  7367] By: jhi                                   on 2000/10/19  02:22:40
38661         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
38662              of a 'pmshort' anywhere in the B, so the offending line was simply
38663              removed.
38664      Branch: perl
38665            ! ext/B/B/Debug.pm
38666 ____________________________________________________________________________
38667 [  7366] By: jhi                                   on 2000/10/19  02:12:37
38668         Log: Add the test case for the bug id 20000730.004 which seems
38669              to have been fixed by now.
38670      Branch: perl
38671            ! t/pragma/utf8.t
38672 ____________________________________________________________________________
38673 [  7365] By: jhi                                   on 2000/10/18  23:36:24
38674         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
38675              From: Hugo <hv@crypt.compulink.co.uk>
38676              Date: Wed, 18 Oct 2000 23:25:58 +0100
38677              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
38678      Branch: perl
38679            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
38680 ____________________________________________________________________________
38681 [  7364] By: jhi                                   on 2000/10/18  21:12:53
38682         Log: (retracted)
38683      Branch: perl
38684            ! pp.c
38685 ____________________________________________________________________________
38686 [  7363] By: jhi                                   on 2000/10/18  20:55:38
38687         Log: Missing change from #7362.
38688      Branch: perl
38689            ! win32/perlhost.h
38690 ____________________________________________________________________________
38691 [  7362] By: jhi                                   on 2000/10/18  20:52:01
38692         Log: Borland C fstat() never saw the fd as writable.
38693              
38694              Subject: fix for Borland's weak "stat" (perl@7211)
38695              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38696              Date: Mon, 16 Oct 2000 09:55:03 +0400
38697              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
38698      Branch: perl
38699            ! win32/win32.c
38700 ____________________________________________________________________________
38701 [  7361] By: jhi                                   on 2000/10/18  17:43:50
38702         Log: Regen toc.
38703      Branch: perl
38704            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
38705 ____________________________________________________________________________
38706 [  7360] By: jhi                                   on 2000/10/18  17:07:44
38707         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38708              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
38709              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
38710              Date: Mon, 16 Oct 2000 15:19:49 +0200
38711      Branch: perl
38712            + README.aix
38713            ! MANIFEST
38714 ____________________________________________________________________________
38715 [  7359] By: jhi                                   on 2000/10/18  17:04:49
38716         Log: Subject: Pod patch for Devel::Peek
38717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38718              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
38719              Date: Mon, 16 Oct 2000 12:26:34 +0200
38720      Branch: perl
38721            ! ext/Devel/Peek/Peek.pm
38722 ____________________________________________________________________________
38723 [  7358] By: jhi                                   on 2000/10/18  17:03:15
38724         Log: Make Cwd more bulletproof in chrooted environments.
38725              
38726              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
38727              From: "Eric E. Coe" <Eric.Coe@oracle.com>
38728              Date: Wed, 18 Oct 2000 04:03:54 -0400
38729              Message-Id: <39ED596A.70E599FE@oracle.com>
38730      Branch: perl
38731            ! lib/Cwd.pm
38732 ____________________________________________________________________________
38733 [  7357] By: jhi                                   on 2000/10/18  16:37:26
38734         Log: Disable the UTF8 downgrade croakage for now to avoid
38735              too many not okay messages.
38736      Branch: perl
38737            ! doio.c
38738 ____________________________________________________________________________
38739 [  7356] By: jhi                                   on 2000/10/17  23:29:41
38740         Log: Show the failed remote port, instead of the failing line number.
38741              
38742              Subject: [PATCH 5.6.1 Debugger] More diagnostics
38743              From: David Sparks <daves@ActiveState.com>
38744              Date: Tue, 17 Oct 2000 15:00:24 -0700
38745              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
38746      Branch: perl
38747            ! lib/perl5db.pl
38748 ____________________________________________________________________________
38749 [  7355] By: jhi                                   on 2000/10/17  14:11:31
38750         Log: On output try to downgrade to bytes, croak if impossible,
38751              from Simon Cozens.  This means that outputting >255 UTF8
38752              is impossible.  Consider this as a strong incentive to get
38753              the I/O disciplines implemented.
38754      Branch: perl
38755            ! doio.c pod/perldiag.pod sv.c
38756 ____________________________________________________________________________
38757 [  7354] By: jhi                                   on 2000/10/17  13:42:23
38758         Log: Clarify documentation on 'use bytes'.
38759              
38760              Subject: Re: What does 'use bytes' "mean" ?
38761              From: Simon Cozens <simon@cozens.net>
38762              Date: Mon, 18 Sep 2000 18:24:25 +0100
38763              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
38764      Branch: perl
38765            ! lib/bytes.pm
38766 ____________________________________________________________________________
38767 [  7353] By: jhi                                   on 2000/10/17  13:28:12
38768         Log: Workaround for a sfio bug where the stream error indicator
38769              is not cleared as documented.
38770              
38771              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
38772              From: Nicholas Clark <nick@ccl4.org>
38773              Date: Mon, 16 Oct 2000 18:28:23 +0100
38774              Message-ID: <20001016182823.J19700@plum.flirble.org>
38775      Branch: perl
38776            ! doio.c
38777 ____________________________________________________________________________
38778 [  7352] By: jhi                                   on 2000/10/17  13:06:19
38779         Log: More IoTYPE sprinkling.
38780      Branch: perl
38781            ! doio.c pp_hot.c
38782 ____________________________________________________________________________
38783 [  7351] By: jhi                                   on 2000/10/16  22:47:07
38784         Log: Detect early whether the std streams have gone bad.
38785              
38786              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
38787              Date: Mon, 16 Oct 2000 23:28:42 +0100
38788              From: Nicholas Clark <nick@ccl4.org>
38789              Message-ID: <20001016232842.A37942@plum.flirble.org>
38790      Branch: perl
38791            ! t/op/misc.t
38792 ____________________________________________________________________________
38793 [  7350] By: jhi                                   on 2000/10/16  22:45:16
38794         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
38795              From: "Peter J. Farley III" <pjfarley@banet.net>
38796              Date: Mon, 16 Oct 2000 18:15:59 -0400
38797              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
38798      Branch: perl
38799            ! djgpp/djgpp.c dosish.h t/io/open.t
38800 ____________________________________________________________________________
38801 [  7349] By: jhi                                   on 2000/10/16  22:36:45
38802         Log: perldelta tweak.
38803      Branch: perl
38804            ! pod/perldelta.pod
38805 ____________________________________________________________________________
38806 [  7348] By: jhi                                   on 2000/10/16  15:17:53
38807         Log: Update Changes.
38808      Branch: perl
38809            ! Changes patchlevel.h
38810 ____________________________________________________________________________
38811 [  7347] By: jhi                                   on 2000/10/16  13:55:27
38812         Log: Add the capability to include/exclude branches.
38813      Branch: perl
38814            ! Porting/genlog
38815 ____________________________________________________________________________
38816 [  7346] By: jhi                                   on 2000/10/16  13:18:04
38817         Log: Add Charles Lane.
38818      Branch: perl
38819            ! AUTHORS Changes
38820 ____________________________________________________________________________
38821 [  7345] By: jhi                                   on 2000/10/16  13:13:21
38822         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
38823      Branch: perl
38824            ! pod/perldelta.pod
38825 ____________________________________________________________________________
38826 [  7344] By: gsar                                  on 2000/10/16  09:30:21
38827         Log: integrate change#6220 from cfgperl
38828              
38829              Win32 patches from Benjamin Stuhl.
38830      Branch: maint-5.6/perl
38831           !> makedef.pl win32/win32.h
38832 ____________________________________________________________________________
38833 [  7343] By: gsar                                  on 2000/10/16  08:32:19
38834         Log: integrate changes#6221,6222 from cfgperl
38835              
38836              Remove tr///CU (the feature is to be obsoleted by better interfaces).
38837              From: simon@brecon.co.uk (Simon Cozens)
38838              Subject: [PATCH] Eliminate tr///[CU][CU]
38839              Date: 23 Jun 2000 11:05:40 GMT
38840              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
38841              
38842              doc typo fix
38843              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
38844              From: Ian Phillipps <Ian.Phillipps@iname.com>
38845              Date: Fri, 23 Jun 2000 10:40:58 +0100
38846              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
38847      Branch: maint-5.6/perl
38848           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
38849 ____________________________________________________________________________
38850 [  7342] By: gsar                                  on 2000/10/16  08:28:08
38851         Log: integrate change#6217 from cfgperl (in part)
38852              
38853              Rename the fdpid locking and integrate with Sarathy.
38854      Branch: maint-5.6/perl
38855           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
38856           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
38857           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
38858           !> win32/win32.c
38859 ____________________________________________________________________________
38860 [  7341] By: gsar                                  on 2000/10/16  08:23:39
38861         Log: integrate changes#6214..6216 from mainline
38862              
38863              @_ can't have junk in it even in the non-USE_ITHREADS case because
38864              caller() wants to populate @DB::args with it (causes a coredump
38865              in Carp::confess())
38866              
38867              tweak comment about @DB::args
38868              
38869              be more optimal about clearing @_
38870      Branch: maint-5.6/perl
38871           !> av.h cop.h pp_ctl.c t/op/runlevel.t
38872 ____________________________________________________________________________
38873 [  7340] By: gsar                                  on 2000/10/16  08:20:37
38874         Log: integrate changes#6207..6210 from cfgperl
38875              
38876              Subject: [PATCH 5.6.0] Threadsafe patches
38877              From: Dan Sugalski <dan@sidhe.org>
38878              To: perl5-porters@perl.org
38879              Date: Mon, 08 May 2000 18:08:13 -0400
38880              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
38881              
38882              Regen headers for #6207.
38883              
38884              Lock PL_fdpid against race conditions, based on:
38885              Subject: [PATCH 5.6.0]subprocess fixup for threads
38886              From: Dan Sugalski <dan@sidhe.org>
38887              To: perl5-porters@perl.org
38888              Date: Tue, 11 Apr 2000 17:02:32 -0400
38889              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
38890              
38891              Mopup for #6207 and #6209.
38892      Branch: maint-5.6/perl
38893           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
38894           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
38895           !> win32/win32.c
38896 ____________________________________________________________________________
38897 [  7339] By: gsar                                  on 2000/10/16  08:14:34
38898         Log: integrate change#6203 from cfgperl
38899              
38900              perldiag should refer to perlos2.pod not README.os2
38901      Branch: maint-5.6/perl
38902           !> pod/perldiag.pod
38903 ____________________________________________________________________________
38904 [  7338] By: gsar                                  on 2000/10/16  08:11:42
38905         Log: integrate change#6201 from mainline
38906              
38907              Perl_eval_pv() leaks 4 bytes every time it is called because it
38908              does a PUSHMARK that's never ever POPMARKed; in general, only
38909              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
38910              Perl_eval_[sp]v() don't because they don't take any incoming
38911              arguments (this leak has been around since the original version
38912              of perl_eval_pv() in 5.003_97e)
38913      Branch: maint-5.6/perl
38914           !> perl.c
38915 ____________________________________________________________________________
38916 [  7337] By: gsar                                  on 2000/10/16  08:08:47
38917         Log: integrate changes#6197..6200 from cfgperl
38918              
38919              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
38920              From: John Borwick <jhborwic@unity.ncsu.edu>
38921              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
38922              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
38923              
38924              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
38925              From: Dan Sugalski <dan@sidhe.org>
38926              To: vmsperl@perl.org, perl5-porters@perl.org
38927              Date: Fri, 02 Jun 2000 16:00:41 -0400
38928              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
38929              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
38930              
38931              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
38932              From: Dan Sugalski <dan@sidhe.org>
38933              To: perl5-porters@perl.org, vmsperl@perl.org
38934              Date: Fri, 02 Jun 2000 17:30:51 -0400
38935              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
38936              
38937              Update to cperl-mode.el 4.31 from
38938              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
38939              Subject: A couple of notes
38940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38941              To: Mailing list Perl5 <perl5-porters@perl.org>
38942              Date: Sat, 3 Jun 2000 23:33:32 -0400
38943              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
38944      Branch: maint-5.6/perl
38945           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
38946           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
38947           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
38948           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
38949           !> vms/vmsish.h
38950 ____________________________________________________________________________
38951 [  7336] By: gsar                                  on 2000/10/16  08:03:46
38952         Log: integrate changes#6194,6195 from mainline
38953              
38954              fix small eval"" memory leaks under USE_ITHREADS
38955              
38956              fix yet another eval"" leak under USE_ITHREADS
38957      Branch: maint-5.6/perl
38958           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
38959           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
38960           !> vms/perly_c.vms
38961 ____________________________________________________________________________
38962 [  7335] By: gsar                                  on 2000/10/16  08:02:15
38963         Log: integrate changes#6190,6191 from mainline
38964              
38965              submit missing embed.pl change
38966              
38967              vec() loses numericalness (modified version of patch suggested
38968              by Robin Barker)
38969      Branch: maint-5.6/perl
38970           !> doop.c embed.pl t/op/vec.t
38971 ____________________________________________________________________________
38972 [  7334] By: gsar                                  on 2000/10/16  08:01:03
38973         Log: integrate change#6189 from mainline
38974              
38975              counting tr/// corrupts later operation (from M.J.T Guy)
38976      Branch: maint-5.6/perl
38977           !> doop.c t/op/tr.t
38978 ____________________________________________________________________________
38979 [  7333] By: gsar                                  on 2000/10/16  07:59:07
38980         Log: integrate changes#6183..6188 from mainline
38981              
38982              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
38983              <nick@ccl4.org>)
38984              
38985              tweak for change#6127
38986              
38987              remove incorrect documentation about implicit split to @_ in
38988              list context, which never really worked in perl 5 (from
38989              M.J.T. Guy)
38990              
38991              further qualify references to "alphanumeric" (from Wolfgang Laun
38992              <wolfgang.laun@alcatel.at>)
38993              
38994              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
38995              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38996              
38997              h2xs tweaks
38998      Branch: maint-5.6/perl
38999           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39000           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
39001           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
39002           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
39003           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
39004           !> pod/pod2latex.PL utils/h2xs.PL
39005 ____________________________________________________________________________
39006 [  7332] By: gsar                                  on 2000/10/16  07:53:52
39007         Log: integrate change#6179 from mainline
39008              
39009              buggy modulus on UVs introduced by change#3378 (resulted in
39010              4063328477 % 65535 amounting to 27406, instead of 27407)
39011      Branch: maint-5.6/perl
39012           !> pp.c t/op/arith.t
39013 ____________________________________________________________________________
39014 [  7331] By: gsar                                  on 2000/10/16  07:52:49
39015         Log: integrate changes#6176,6177,6178,6182 from cfgperl
39016              
39017              Single-quoted utf8 patch from Simon Cozens.
39018              
39019              Substitution utf8 patch from Simon Cozens.
39020              
39021              Be cleaner.
39022              
39023              Be Cleaner Part Deux.
39024      Branch: maint-5.6/perl
39025           !> Makefile.SH pp_hot.c toke.c
39026 ____________________________________________________________________________
39027 [  7330] By: gsar                                  on 2000/10/16  07:41:36
39028         Log: integrate change#6172 from mainline
39029              
39030              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39031              (from Ilya Zakharevich)
39032      Branch: maint-5.6/perl
39033           !> regexec.c t/op/re_tests
39034 ____________________________________________________________________________
39035 [  7329] By: gsar                                  on 2000/10/16  07:40:25
39036         Log: integrate change#6171 from mainline
39037              
39038              scalar() doesn't force scalar context when used in void context
39039              (from Simon Cozens)
39040      Branch: maint-5.6/perl
39041           !> op.c t/op/wantarray.t
39042 ____________________________________________________________________________
39043 [  7328] By: gsar                                  on 2000/10/16  07:39:33
39044         Log: integrate change#6170 from mainline
39045              
39046              change#6142 needs tweaks to tests to work where there's no
39047              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39048      Branch: maint-5.6/perl
39049           !> t/lib/filefind.t
39050 ____________________________________________________________________________
39051 [  7327] By: gsar                                  on 2000/10/16  07:35:34
39052         Log: integrate changes#6166..6168 from cfgperl
39053              
39054              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39055              in case somebody wants to write an extension for more
39056              shadow database interfaces.
39057              
39058              tweak todo
39059              
39060              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39061      Branch: maint-5.6/perl
39062           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39063           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
39064           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
39065           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39066           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39067           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39068 ____________________________________________________________________________
39069 [  7326] By: gsar                                  on 2000/10/16  07:29:05
39070         Log: integrate changes#6157,6159..6161,6164 from cfgperl
39071              
39072              Regen Configure to jive with #6149.
39073              
39074              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
39075              
39076              Changes for the File::Temp 0.08 (change #6159) test suite
39077              to fit better into the Perl distribution test framework.
39078              
39079              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
39080              both from Simon Cozens.
39081              
39082              detypo
39083      Branch: maint-5.6/perl
39084           +> pod/perlmodlib.PL pod/perlnewmod.pod
39085           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
39086           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
39087           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39088           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39089 ____________________________________________________________________________
39090 [  7325] By: gsar                                  on 2000/10/16  07:25:13
39091         Log: integrate change#6158 from vmsperl
39092              
39093              Add fallback to tmpfile for use in cases where user's relying on
39094              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
39095              Lane's patch)
39096      Branch: maint-5.6/perl
39097           !> vms/vms.c vms/vmsish.h
39098 ____________________________________________________________________________
39099 [  7324] By: gsar                                  on 2000/10/16  07:20:50
39100         Log: integrate changes#6153..6155 from mainline
39101              
39102              prettier Test::Harness output on failed tests (from Nicholas Clark
39103              <nick@Bagpuss.uk.boo.com>)
39104              
39105              avoid type mismatch warning
39106              
39107              small bug in change#6144; remove random \xA0 character that snuck
39108              in via change#6145
39109      Branch: maint-5.6/perl
39110           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
39111           !> perl.c
39112 ____________________________________________________________________________
39113 [  7323] By: gsar                                  on 2000/10/16  07:18:47
39114         Log: integrate changes#6151,6152 from mainline
39115              
39116              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39117              
39118              cosmetic fixups of RE debug output (from Ilya Zakharevich)
39119      Branch: maint-5.6/perl
39120           !> regexec.c
39121 ____________________________________________________________________________
39122 [  7322] By: gsar                                  on 2000/10/16  07:17:25
39123         Log: integrate changes#6146..6150 from mainline
39124              
39125              doc typo
39126              
39127              add a make entry to Config.pm so "perl -V:make" works on VMS
39128              (from Peter Prymmer)
39129              
39130              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39131              
39132              OS/2 tweaks for usethreads build (from Rocco Caputo
39133              <troc@netrus.net>)
39134              
39135              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39136      Branch: maint-5.6/perl
39137           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
39138           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
39139           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
39140           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
39141           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
39142           !> warnings.pl x2p/a2p.h
39143 ____________________________________________________________________________
39144 [  7321] By: gsar                                  on 2000/10/16  07:14:02
39145         Log: integrate changes#6143..6145 from mainline
39146              
39147              MacOS support, part 1 (from Matthias Neeracher
39148              <neeri@iis.ee.ethz.ch>)
39149              
39150              MacOS support, part 2: make AutoSplit use File::Spec instead
39151              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39152              <neeri@iis.ee.ethz.ch>)
39153              
39154              make xsubpp skip embedded pod (from Matthias Neeracher
39155              <neeri@iis.ee.ethz.ch>)
39156      Branch: maint-5.6/perl
39157           +> ext/DynaLoader/dl_mac.xs
39158           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39159           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39160           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
39161           !> pp_ctl.c proto.h toke.c util.c util.h
39162 ____________________________________________________________________________
39163 [  7320] By: gsar                                  on 2000/10/16  07:12:13
39164         Log: integrate changes#6141,6142 from mainline
39165              
39166              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39167              forwarded by Peter Seebach from the bsdi-users mailing list.
39168              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39169              
39170              File::Find fails to chdir when chasing symlinks (from
39171              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39172      Branch: maint-5.6/perl
39173           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
39174 ____________________________________________________________________________
39175 [  7319] By: gsar                                  on 2000/10/16  07:04:30
39176         Log: integrate change#6139 from mainline
39177              
39178              revise mktables.PL for bugs and newness in Unicode 3.0
39179              (from James Bence <jbence@amgen.com>)
39180      Branch: maint-5.6/perl
39181           +> (branch 30 files)
39182           !> (integrate 49 files)
39183 ____________________________________________________________________________
39184 [  7318] By: gsar                                  on 2000/10/16  07:01:01
39185         Log: integrate changes#6137,6138 from mainline
39186              
39187              fix bogus redeclaration warning for "our" variables in different
39188              scopes
39189              
39190              add note about the handling of negative indices to tied arrays
39191              (from Michael G Schwern <schwern@pobox.com>)
39192      Branch: maint-5.6/perl
39193           !> op.c pod/perltie.pod t/pragma/strict-vars
39194 ____________________________________________________________________________
39195 [  7317] By: gsar                                  on 2000/10/16  06:58:46
39196         Log: integrate changes#6127..6136 from mainline
39197              
39198              call_method(...,G_EVAL) can longjmp() out if the method probing
39199              failed (from Gisle Aas)
39200              
39201              new perlxstut example for passing/returning refs to arrays
39202              (from David Lowe <dlowe@pootpoot.com>)
39203              
39204              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
39205              
39206              fix places that mean C<"word" character> but say C<alphanumeric
39207              character>
39208              
39209              avoid warnings in POSIX.pm (from Barrie Slaymaker)
39210              
39211              warnings::enabled() doesn't fall back to looking at $^W if
39212              caller isn't using lexical warnings (from Paul Marquess)
39213              
39214              elide bogus test in change#6132
39215              
39216              make Test::Harness use wait.h/WCOREDUMP if available
39217              (from Ben Tilly <ben_tilly@hotmail.com>)
39218              
39219              enable Test::Harness to dynamically determine column width etc.
39220              (from Rob Napier <rnapier@employees.org>)
39221              
39222              random pod typos (from Peter Scott <Peter@PSDT.com>)
39223      Branch: maint-5.6/perl
39224           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
39225           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
39226           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
39227           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
39228 ____________________________________________________________________________
39229 [  7316] By: gsar                                  on 2000/10/16  06:53:23
39230         Log: integrate change#6126 from mainline
39231              
39232              change#2879 broke rvalue autovivification of magicals such as
39233              ${$num} (reworked variant of patch suggested by Simon Cozens)
39234      Branch: maint-5.6/perl
39235           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
39236           !> pp_hot.c proto.h t/op/gv.t
39237 ____________________________________________________________________________
39238 [  7315] By: gsar                                  on 2000/10/16  06:51:38
39239         Log: integrate changes#6123,6125 from mainline
39240              
39241              clarify gotcha with #line directives (from Rocco Caputo
39242              <troc@netrus.net>)
39243              
39244              enable propagating exception objects via Perl_croak() in XS code
39245              (from Gisle Aas)
39246      Branch: maint-5.6/perl
39247           !> pod/perldebug.pod pod/perlsyn.pod util.c
39248 ____________________________________________________________________________
39249 [  7314] By: gsar                                  on 2000/10/16  06:49:28
39250         Log: integrate change#6122 from mainline
39251              
39252              downgrade fatal error on C<"foo@nosucharray.com"> to optional
39253              warning (from Mark-Jason Dominus)
39254      Branch: maint-5.6/perl
39255           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
39256           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
39257           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
39258           !> toke.c
39259 ____________________________________________________________________________
39260 [  7313] By: gsar                                  on 2000/10/16  06:46:54
39261         Log: integrate changes#6112..6121 from vmsperl
39262              
39263              Check for existence of file before trying to delete
39264              
39265              Ugly workaround for version-specific RTL error
39266              
39267              Urk -- undo previous removal of vmsish 'exit' change
39268              
39269              Add bounds checking for several strings (Charles Lane)
39270              
39271              Miscellaneous cosmetic fixes (Charles Lane)
39272              
39273              Treat sockets as special in sys(read|write) (Charles Lane et al.)
39274              
39275              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
39276              Flatten case labels in switch statements uniformly (Charles Bailey)
39277              
39278              Quiet error messages in vmsish.t (Charles Lane)
39279              
39280              Add missing escape (Charles Lane)
39281              
39282              Allow eliminate_macros() and fixpath() to handle space-delimited
39283              lists (based on fixes by Craig Berry)
39284      Branch: maint-5.6/perl
39285           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
39286           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
39287           !> vms/vmsish.h
39288 ____________________________________________________________________________
39289 [  7312] By: gsar                                  on 2000/10/16  06:41:18
39290         Log: integrate changes#6107,6110 from cfgperl
39291              
39292              Tweak the todo list.
39293              
39294              todo tweak
39295      Branch: maint-5.6/perl
39296           !> Todo-5.6
39297 ____________________________________________________________________________
39298 [  7311] By: gsar                                  on 2000/10/16  06:38:38
39299         Log: integrate changes#6104,6108 from mainline
39300              
39301              PL_sys_intern was being initialized too late on windows
39302              
39303              reenable fake signal handling on Windows, bugs and all
39304      Branch: maint-5.6/perl
39305           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
39306           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
39307           !> win32/win32.c
39308 ____________________________________________________________________________
39309 [  7310] By: gsar                                  on 2000/10/16  06:36:03
39310         Log: integrate changes#6095,6097..6103 from cfgperl
39311              
39312              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
39313              might be useful in future.
39314              
39315              Add a note about possible compilation problems from Allen Smith.
39316              
39317              Add a note about other, yet unsupported, shadow password APIs.
39318              
39319              Tweaks for the cc bugs from Allen Smith.
39320              
39321              More compilation tweakery from Allen Smith.
39322              
39323              Hints and test tweaks for Unicos.
39324              
39325              The test suite tweak in #6101 wasn't quite right.
39326              
39327              Test tweaking for Unicos continues.
39328      Branch: maint-5.6/perl
39329           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39330           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
39331           !> t/lib/complex.t t/op/64bitint.t
39332 ____________________________________________________________________________
39333 [  7309] By: gsar                                  on 2000/10/16  06:29:41
39334         Log: integrate changes#6093,6094 from mainline
39335              
39336              fork() failure to create pseudo process sets errno=EAGAIN and returns
39337              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
39338              
39339              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
39340      Branch: maint-5.6/perl
39341           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
39342           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
39343 ____________________________________________________________________________
39344 [  7308] By: gsar                                  on 2000/10/16  06:27:29
39345         Log: integrate change#6092 from cfgperl
39346              
39347              Regen perltoc with the fixed buildtoc.
39348      Branch: maint-5.6/perl
39349           !> pod/perltoc.pod
39350 ____________________________________________________________________________
39351 [  7307] By: gsar                                  on 2000/10/16  06:26:40
39352         Log: integrate changes#6089,6090 from mainline
39353              
39354              buildtoc tweak to fix newline lossage
39355              
39356              concat doesn't preserve utf8-ness, and doesn't invalidate
39357              [NI]OK; added tests for both
39358      Branch: maint-5.6/perl
39359           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
39360 ____________________________________________________________________________
39361 [  7306] By: gsar                                  on 2000/10/16  06:24:05
39362         Log: integrate change#6088 from cfgperl
39363              
39364              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
39365              because we do not use those.  The HAS_GETSPNAM remains,
39366              though, because we still do use that.
39367      Branch: maint-5.6/perl
39368           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39369           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
39370           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
39371           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39372           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39373           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39374 ____________________________________________________________________________
39375 [  7305] By: gsar                                  on 2000/10/16  06:15:52
39376         Log: integrate changes#6084,6085,6087 from mainline
39377              
39378              substr() does not preserve utf8-ness (from Stefan Eissing
39379              <Eissing@medicaldataservice.de>); added tests
39380              
39381              repeat operator (x) doesn't preserve utf8-ness
39382              
39383              reverse() and quotemeta() weren't preserving utf8-ness; add tests
39384      Branch: maint-5.6/perl
39385           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
39386 ____________________________________________________________________________
39387 [  7304] By: gsar                                  on 2000/10/16  06:13:10
39388         Log: integrate changes#6077..6083 from mainline
39389              
39390              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
39391              and Tom Phoenix)
39392              
39393              workaround for CRT bug in chdir() (from Charles Lane, via
39394              Peter Prymmer)
39395              
39396              remove outdated kludge in Carp (NULLs are permitted in diagnostics
39397              now)
39398              
39399              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
39400              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39401              
39402              better default perlbug categories for ok reports (from Richard Foley)
39403              
39404              peek.t non-portable to ithreads
39405              
39406              note about undocumented caller() return value (from M.J.T. Guy);
39407              yet another peek.t tweak
39408      Branch: maint-5.6/perl
39409           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39410           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39411           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
39412           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
39413           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
39414           !> vms/vmsish.h
39415 ____________________________________________________________________________
39416 [  7303] By: gsar                                  on 2000/10/16  06:03:18
39417         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
39418              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
39419              
39420              &HUGE_VAL is not defined, it exists.
39421              
39422              Do not warn that an infinity does not look like a number.
39423              
39424              Rewrite the pwent/spent logic to be a little bit more clearer.
39425              
39426              Continue on the pwent/spent case.
39427              
39428              Correct Freudian slip.
39429              
39430              Use HUGE_VALL if applicable.
39431              
39432              pwent/spent #ifdef imbalance.
39433              
39434              Infinite problems.
39435              
39436              Call getspnam() only iff needd.
39437              
39438              Test both the scalar and list contexts.
39439              
39440              Use setxxent()/endxxent().
39441              
39442              Complex tweakery.
39443              
39444              Unicos hint tweak.
39445              
39446              Be more forgiving in POSIX about HUGE_VALL.
39447              
39448              Detypo.
39449              
39450              The search of infinity continues, this time simplified.
39451              
39452              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
39453              in natively 64-bit platforms where a long is a quad (no need
39454              for long longs).  Also added bias for IVs.
39455              
39456              Complex tweaks.
39457              
39458              Introduce t/lib/peek.t.
39459              
39460              Make the test more portable.
39461      Branch: maint-5.6/perl
39462           +> t/lib/peek.t
39463            ! pp_sys.c
39464           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
39465           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
39466           !> t/op/pwent.t toke.c util.c
39467 ____________________________________________________________________________
39468 [  7302] By: gsar                                  on 2000/10/16  05:03:37
39469         Log: integrate changes#6066..6071 from mainline
39470              
39471              s/END/CHECK/
39472              
39473              replace direct call to sighandler() with (*PL_sighandlerp)()
39474              
39475              note about values()
39476              
39477              File::Spec compatibility update (from Barrie Slaymaker
39478              <barries@slaysys.com>)
39479              
39480              remove misleading comment (from M.J.T. Guy)
39481              
39482              misformatted perllocal.pod (from Tim Jenness
39483              <t.jenness@jach.hawaii.edu>)
39484      Branch: maint-5.6/perl
39485           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39486           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39487           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
39488           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
39489 ____________________________________________________________________________
39490 [  7301] By: gsar                                  on 2000/10/16  05:00:08
39491         Log: integrate changes#6061..6063 from mainline
39492              
39493              change#5921 neglected to make eq honor "use bytes"
39494              
39495              additional tests for utf8.t
39496              
39497              tokeq() could read unallocated field in argument
39498      Branch: maint-5.6/perl
39499           !> sv.c t/pragma/utf8.t toke.c
39500 ____________________________________________________________________________
39501 [  7300] By: gsar                                  on 2000/10/16  04:56:54
39502         Log: integrate changes#6046,6048,6057,6058 from mainline
39503              
39504              libscheck has insufficient checks for n32 libs (from
39505              Albert Chin-A-Young <china@thewrittenword.com>)
39506              
39507              add note about how $( doesn't interpolate in REs (from
39508              Philip Newton <newton@ficus.frogspace.net>)
39509              
39510              fix broken parsing of /\x{ab}/
39511              
39512              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
39513              (spotted by Donald Kinzer <dkinzer@premia.com>)
39514      Branch: maint-5.6/perl
39515           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
39516           !> t/pragma/utf8.t
39517 ____________________________________________________________________________
39518 [  7299] By: gsar                                  on 2000/10/16  04:52:50
39519         Log: integrate change#6044 from mainline
39520              
39521              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
39522              such that underscores are only ignored in literal numbers,
39523              "\x{...}", and hex/oct argument
39524      Branch: maint-5.6/perl
39525           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
39526 ____________________________________________________________________________
39527 [  7298] By: gsar                                  on 2000/10/16  04:50:53
39528         Log: integrate changes#6027..6043 from mainline
39529              
39530              podlators-1.02 update (from Russ Allbery)
39531              
39532              Pod::Man generates groff-incompatible macro definition (from
39533              Tom Christiansen)
39534              
39535              add CGI.pm v2.66 (from Lincoln Stein)
39536              
39537              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
39538              for @- and @+ (from Johan Vromans)
39539              
39540              small nits in diagnostics.pm (from Robin Barker)
39541              
39542              whitespace adjustments
39543              
39544              missing files in MANIFEST
39545              
39546              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
39547              to compensate
39548              
39549              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
39550              
39551              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
39552      Branch: maint-5.6/perl
39553           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
39554           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
39555           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
39556           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
39557           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
39558           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
39559           !> t/lib/cgi-html.t t/lib/cgi-request.t
39560 ____________________________________________________________________________
39561 [  7297] By: gsar                                  on 2000/10/16  04:44:30
39562         Log: integrate change#6025 from mainline
39563              
39564              Is{Alnum,Alpha,Word} don't match titlecase
39565              TODO: IsSpace is defined recursively!
39566              (both spotted by Larry)
39567      Branch: maint-5.6/perl
39568           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39569           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39570 ____________________________________________________________________________
39571 [  7296] By: gsar                                  on 2000/10/16  04:39:30
39572         Log: integrate change#6023 from mainline
39573              
39574              debugger stomps on $. (from M.J.T. Guy)
39575      Branch: maint-5.6/perl
39576           !> lib/perl5db.pl
39577 ____________________________________________________________________________
39578 [  7295] By: gsar                                  on 2000/10/16  04:38:02
39579         Log: integrate change#6022 from mainline
39580              
39581              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
39582      Branch: maint-5.6/perl
39583           !> sv.c
39584 ____________________________________________________________________________
39585 [  7294] By: gsar                                  on 2000/10/16  04:37:05
39586         Log: integrate changes#6018..6021 from mainline
39587              
39588              make lib/syslog.t portable to systems that don't have _PATH_LOG,
39589              make _PATH_LOG() return "" if unavailable
39590              
39591              windows portability tweaks
39592              
39593              test tweak
39594              
39595              remove Win2K issue in pod (fixed by change#6020)
39596      Branch: maint-5.6/perl
39597           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
39598           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
39599           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
39600 ____________________________________________________________________________
39601 [  7293] By: gsar                                  on 2000/10/16  04:20:00
39602         Log: integrate changes#6013..6015 from mainline
39603              
39604              tweak change#5945 to display correct switch name in diagnostic
39605              
39606              glob() loading File::Glob behind the scenes may cause syntax errors
39607              
39608              tweak test for portability
39609      Branch: maint-5.6/perl
39610           !> op.c perl.c pod/perldiag.pod t/lib/b.t
39611 ____________________________________________________________________________
39612 [  7292] By: gsar                                  on 2000/10/16  04:18:11
39613         Log: integrate changes#6005..6010 from mainline, cfgperl
39614              
39615              perldoc might fail via "use blib" (from Hugo van der Sanden)
39616              
39617              Regen Configure.
39618              
39619              note about compile failures and END blocks (from M.J.T. Guy)
39620              
39621              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
39622              
39623              (change#6009 integrated earlier in change#7255)
39624              
39625              clarify note about shadow password support (from
39626              gellyfish@gellyfish.com)
39627      Branch: maint-5.6/perl
39628           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39629           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
39630           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
39631 ____________________________________________________________________________
39632 [  7291] By: gsar                                  on 2000/10/16  04:12:03
39633         Log: integrate changes#6002,6003 from mainline
39634              
39635              destructive sv_setsv() can lose UV-ness from source, causing
39636              numeric promotions/comparisons to fail to do the right thing
39637              
39638              allow REG_EXPAND_SZ keys in Windows registry (from
39639              John Clayton <John.Clayton@barclayscapital.com>)
39640      Branch: maint-5.6/perl
39641           !> sv.c win32/win32.c
39642 ____________________________________________________________________________
39643 [  7290] By: gsar                                  on 2000/10/16  04:10:19
39644         Log: integrate change#6001 from mainline
39645              
39646              support additional library locations via $Config{otherlibdirs}
39647              (from Andy Dougherty)
39648      Branch: maint-5.6/perl
39649           !> Configure INSTALL Porting/Glossary Porting/config.sh
39650           !> Porting/config_H config_h.SH epoc/config.sh perl.c
39651           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
39652           !> win32/config.bc win32/config.gc win32/config.vc
39653 ____________________________________________________________________________
39654 [  7289] By: gsar                                  on 2000/10/16  04:08:28
39655         Log: integrate change#5999 from mainline
39656              
39657              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
39658      Branch: maint-5.6/perl
39659           !> t/pragma/warn/toke toke.c
39660 ____________________________________________________________________________
39661 [  7288] By: gsar                                  on 2000/10/16  04:07:01
39662         Log: integrate changes#5997,5998 from cfgperl
39663              
39664              Preserve $!.
39665              
39666              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
39667      Branch: maint-5.6/perl
39668           !> lib/Math/Complex.pm
39669 ____________________________________________________________________________
39670 [  7287] By: gsar                                  on 2000/10/16  04:04:37
39671         Log: integrate change#5995 from mainline
39672              
39673              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
39674      Branch: maint-5.6/perl
39675           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
39676 ____________________________________________________________________________
39677 [  7286] By: gsar                                  on 2000/10/16  04:03:21
39678         Log: integrate change#5994 from mainline
39679              
39680              fix for missed accounting for null byte in pack("Z",...) (from
39681              M.J.T. Guy)
39682      Branch: maint-5.6/perl
39683           !> pp.c t/op/pack.t
39684 ____________________________________________________________________________
39685 [  7285] By: gsar                                  on 2000/10/16  04:02:11
39686         Log: integrate changes#5989..5993 from mainline
39687              
39688              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
39689              itself and no other (from Tom Hughes)
39690              
39691              use $ENV{LIB} to search for libs under Visual C compiler
39692              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
39693              
39694              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
39695              
39696              pod nit (from Simon Cozens)
39697              
39698              various minor tweaks seen on p5p
39699      Branch: maint-5.6/perl
39700           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
39701           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
39702           !> t/op/array.t toke.c
39703 ____________________________________________________________________________
39704 [  7284] By: gsar                                  on 2000/10/16  03:59:00
39705         Log: integrate changes#5978..5988 from mainline
39706              
39707              sync version numbers in File::Spec with the ones on CPAN
39708              (from Barrie Slaymaker)
39709              
39710              under useithreads, constant pad entries could inadvertantly be
39711              shared across threads (from Eric Blood <eblood@xmission.com>);
39712              added Eric's test case to testsuite
39713              
39714              allow Configure -S to run non-interactively (spotted by Greg Hudson
39715              <ghudson@mit.edu>)
39716              
39717              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
39718              prototype mismatch with CORE::glob(); update pod and tests to
39719              suit (File::Glob::glob() is still available for backward
39720              compatibility, but should be considered deprecated)
39721              
39722              avoid error in IO::Socket::INET when given an unknown service name
39723              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
39724              
39725              numeric conversion of non-number in change#3378 tramples on
39726              OOK offset, causing segfaults
39727              
39728              attributes::reftype() doesn't work on tied argument
39729              
39730              forked child may not exit correctly if it failed to open
39731              /dev/console (from Graham Barr)
39732              
39733              add regular expressions tutorial and quick-start guide (from
39734              Mark Kvale <kvale@phy.ucsf.edu>)
39735              
39736              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
39737              
39738              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
39739              <paul@miraclefish.com>)
39740      Branch: maint-5.6/perl
39741           +> pod/perlrequick.pod pod/perlretut.pod
39742           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
39743           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
39744           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
39745           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
39746           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
39747           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39748           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
39749           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
39750 ____________________________________________________________________________
39751 [  7283] By: gsar                                  on 2000/10/16  03:52:14
39752         Log: integrate change#5977 from mainline
39753              
39754              autoquote barewords followed by newline and arrow properly
39755              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
39756      Branch: maint-5.6/perl
39757           !> t/pragma/warn/toke toke.c
39758 ____________________________________________________________________________
39759 [  7282] By: gsar                                  on 2000/10/16  03:50:48
39760         Log: integrate change#5976 from mainline
39761              
39762              DB_File v1.73 update (from Paul Marquess)
39763      Branch: maint-5.6/perl
39764           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39765           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
39766 ____________________________________________________________________________
39767 [  7281] By: gsar                                  on 2000/10/16  03:49:14
39768         Log: integrate change#5975 from mainline
39769              
39770              allow sort() reentrancy (variant of patch suggested by
39771              Hugo van der Sanden)
39772      Branch: maint-5.6/perl
39773           !> pp_ctl.c t/op/sort.t
39774 ____________________________________________________________________________
39775 [  7280] By: gsar                                  on 2000/10/16  03:48:22
39776         Log: integrate change#5974 from mainline
39777              
39778              change#4197 somehow missed initializing PL_errors, meaning
39779              syntax error queueing wasn't working outside eval"" at all;
39780              also fixed eval"" to localize PL_error_count, so that compile-time
39781              eval's don't clobber the error state of the outer context
39782      Branch: maint-5.6/perl
39783           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
39784           !> t/pragma/warn/toke
39785 ____________________________________________________________________________
39786 [  7279] By: gsar                                  on 2000/10/16  03:46:21
39787         Log: integrate change#5973 from mainline
39788              
39789              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
39790      Branch: maint-5.6/perl
39791           !> regcomp.c regexec.c t/op/re_tests
39792 ____________________________________________________________________________
39793 [  7278] By: gsar                                  on 2000/10/16  03:44:54
39794         Log: integrate change#5971 from cfgperl
39795              
39796              Unicos tweaks from Mark P. Lutz.
39797      Branch: maint-5.6/perl
39798           !> hints/unicos.sh lib/Math/Complex.pm
39799 ____________________________________________________________________________
39800 [  7277] By: gsar                                  on 2000/10/16  03:42:59
39801         Log: integrate changes#5966..5970 from mainline
39802              
39803              add testsuite for B backends, fix bug in B::Deparse (from
39804              Simon Cozens <simon@brecon.co.uk>)
39805              
39806              improved docs on the warn_uninit diagnostic (from David Glasser
39807              and Simon Cozens)
39808              
39809              tolerate spaces in group names in test on solaris (from David Boyce
39810              <dsb@boyski.com>)
39811              
39812              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
39813              
39814              Data::Dumper fumbles negative numbers on 32-bit platforms where
39815              IV is >32bits
39816      Branch: maint-5.6/perl
39817           +> t/lib/b.t t/lib/syslog.t
39818           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
39819           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
39820           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
39821 ____________________________________________________________________________
39822 [  7276] By: gsar                                  on 2000/10/16  03:39:30
39823         Log: integrate change#5965 from mainline
39824              
39825              avoid "will not stay shared" warnings for our variables (from
39826              Robin Barker)
39827      Branch: maint-5.6/perl
39828           !> op.c t/pragma/warn/op
39829 ____________________________________________________________________________
39830 [  7275] By: gsar                                  on 2000/10/16  03:38:18
39831         Log: integrate change#5964 from mainline
39832              
39833              reformat to 72 columns (again)
39834      Branch: maint-5.6/perl
39835           !> pod/perldiag.pod
39836 ____________________________________________________________________________
39837 [  7274] By: gsar                                  on 2000/10/16  03:36:58
39838         Log: integrate change#5963 from mainline
39839              
39840              patch from Larry to make (\&) prototype work; added tests for
39841              the same
39842      Branch: maint-5.6/perl
39843           !> op.c t/comp/proto.t
39844 ____________________________________________________________________________
39845 [  7273] By: gsar                                  on 2000/10/16  03:35:51
39846         Log: integrate changes#5956..5962 from mainline
39847              
39848              better diagnostics on failed tests (from Ilya Zakharevich)
39849              
39850              pod nits (from A. C. Yardley <yardley@tanet.net>)
39851              
39852              change#3569 deleted some essential code, revert; avoid use of
39853              atexit() to make DynaLoader work properly on AIX under mod_perl
39854              (from Jens-Uwe Mager <jum@helios.de>)
39855              
39856              doubled words in pods (from Simon Cozens
39857              <simon.p.cozens@jp.pwcglobal.com>)
39858              
39859              better INSTALL notes on Solaris issues (from Dominic Dunlop)
39860              
39861              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
39862              
39863              updated README.hpux (from Jeff Okamoto)
39864      Branch: maint-5.6/perl
39865           !> INSTALL README.hpux emacs/cperl-mode.el
39866           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
39867           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
39868           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39869           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
39870           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
39871           !> t/op/lex_assign.t
39872 ____________________________________________________________________________
39873 [  7272] By: gsar                                  on 2000/10/16  03:31:22
39874         Log: integrate change#5955 from mainline
39875              
39876              longstanding bug exposed by change#3307: sort arguments weren't
39877              compiled with the right wantarray context (ensuing runtime lookup
39878              via block_gimme() was getting the incidental context of the
39879              sort() itself)
39880      Branch: maint-5.6/perl
39881           !> op.c t/op/sort.t
39882 ____________________________________________________________________________
39883 [  7271] By: gsar                                  on 2000/10/16  03:29:11
39884         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
39885              branch
39886              
39887              Flatten the cpp jungle doing the nosuid checking.
39888              
39889              Do not assume sign propagation. (from M.J.T. Guy)
39890              
39891              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
39892              
39893              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
39894              Now pp_ncmp() returns undef is either operand is a NaN.
39895              
39896              On second thoughts frexp() does have two arguments.
39897              
39898              Document that tr() is not tr(1).
39899              
39900              Be more robust on "extreme" (large absolute value)
39901              arguments.  Originally reported by Daniel Connelly
39902              as a problem with asinh() on large negative arguments,
39903              asinh() used to bail out because an argument to log()
39904              ended up being zero.  Ilya Zakharevich proposed using
39905              Taylor's series in such cases, which for such large
39906              arguments is a very good approximation.
39907              
39908              Undo "use integer" addition from 64bitint as it seems
39909              to break most of the subtests in Digital UNIX;
39910              Unicos needs to find another way.
39911      Branch: maint-5.6/perl
39912           !> (integrate 29 files)
39913 ____________________________________________________________________________
39914 [  7270] By: gsar                                  on 2000/10/16  03:09:44
39915         Log: integrate changes#5948,5949,5950 from mainline
39916              
39917              typo in vars.pm that leads to cryptic message (from Piotr
39918              Piatkowski <kompas@kompas.usr.onet.pl>)
39919              
39920              make perldoc use the pod2man from the same version (from
39921              M.J.T. Guy)
39922              
39923              reformat perldiag to avoid long lines
39924      Branch: maint-5.6/perl
39925           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
39926 ____________________________________________________________________________
39927 [  7269] By: gsar                                  on 2000/10/16  03:05:54
39928         Log: integrate change#5947 from mainline
39929              
39930              use &dl_error rather than &dl_load_file as the guard for calling
39931              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
39932              statically built perl)
39933      Branch: maint-5.6/perl
39934           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
39935 ____________________________________________________________________________
39936 [  7268] By: gsar                                  on 2000/10/16  03:04:48
39937         Log: integrate change#5945 from mainline
39938              
39939              make module name mandatory after -M switch; reorder perldiag
39940              alphabetically (from Mark-Jason Dominus)
39941      Branch: maint-5.6/perl
39942           !> perl.c pod/perldiag.pod
39943 ____________________________________________________________________________
39944 [  7267] By: gsar                                  on 2000/10/16  03:03:01
39945         Log: integrate change#5939 from mainline
39946              
39947              more pod nits (from Larry Virden)
39948      Branch: maint-5.6/perl
39949           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
39950           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
39951           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
39952 ____________________________________________________________________________
39953 [  7266] By: gsar                                  on 2000/10/16  03:01:39
39954         Log: integrate change#5938 from mainline
39955              
39956              Consolidated B::Deparse fixes (from Stephen McCamant)
39957      Branch: maint-5.6/perl
39958           !> ext/B/B/Deparse.pm
39959 ____________________________________________________________________________
39960 [  7265] By: gsar                                  on 2000/10/16  03:00:43
39961         Log: integrate change#5936 from mainline
39962              
39963              additional tests for change#7263 (from Paul Marquess)
39964      Branch: maint-5.6/perl
39965           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
39966           !> t/pragma/warn/5nolint t/pragma/warn/6default
39967 ____________________________________________________________________________
39968 [  7264] By: gsar                                  on 2000/10/16  02:58:34
39969         Log: integrate change#5934 from mainline
39970              
39971              propagate lexical warnings from surrounding scope correctly
39972              within string eval() (from Paul Marquess)
39973      Branch: maint-5.6/perl
39974           !> pp_ctl.c t/pragma/warn/pp_ctl
39975 ____________________________________________________________________________
39976 [  7263] By: gsar                                  on 2000/10/16  02:56:53
39977         Log: integrate change#5932 from mainline
39978              
39979              add rsignal(), whichsig() and do_join() to public API list
39980              (mod_perl uses them to good advantage)
39981      Branch: maint-5.6/perl
39982           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
39983 ____________________________________________________________________________
39984 [  7262] By: gsar                                  on 2000/10/16  02:55:53
39985         Log: integrate change#5931 from mainline
39986              
39987              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
39988      Branch: maint-5.6/perl
39989           !> pp_hot.c regexec.c t/op/pat.t
39990 ____________________________________________________________________________
39991 [  7261] By: gsar                                  on 2000/10/16  02:55:01
39992         Log: integrate change#5930 from mainline
39993              
39994              small os390 tweaks (from Peter Prymmer)
39995      Branch: maint-5.6/perl
39996           !> config_h.SH makedepend.SH
39997 ____________________________________________________________________________
39998 [  7260] By: gsar                                  on 2000/10/16  02:54:10
39999         Log: integrate change#5929 from mainline
40000              
40001              pod nits
40002      Branch: maint-5.6/perl
40003           !> pod/perlguts.pod
40004 ____________________________________________________________________________
40005 [  7259] By: gsar                                  on 2000/10/16  02:52:55
40006         Log: integrate change#5927 from mainline
40007              
40008              arrange for next() to resume at the unstack op rather than the
40009              loop conditional, so that scope cleanup happens correctly
40010              (from Stephen McCamant)
40011      Branch: maint-5.6/perl
40012           !> op.c pp_ctl.c t/op/misc.t
40013 ____________________________________________________________________________
40014 [  7258] By: gsar                                  on 2000/10/16  02:51:38
40015         Log: integrate change#5926 from mainline
40016              
40017              on windows, reserve 16M of stack rather than 128M (allows more
40018              threads to run concurrently)
40019      Branch: maint-5.6/perl
40020           !> win32/Makefile win32/makefile.mk
40021 ____________________________________________________________________________
40022 [  7257] By: gsar                                  on 2000/10/16  02:50:37
40023         Log: integrate change#5925 from mainline
40024              
40025              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40026      Branch: maint-5.6/perl
40027           !> toke.c
40028 ____________________________________________________________________________
40029 [  7256] By: gsar                                  on 2000/10/16  02:49:36
40030         Log: integrate change#5924 from mainline
40031              
40032              avoid using uninitialized memory in require version check
40033      Branch: maint-5.6/perl
40034           !> pp_ctl.c universal.c
40035 ____________________________________________________________________________
40036 [  7255] By: gsar                                  on 2000/10/16  02:48:03
40037         Log: integrate changes#5923,5928,6009 from mainline
40038              
40039              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40040      Branch: maint-5.6/perl
40041           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40042 ____________________________________________________________________________
40043 [  7254] By: gsar                                  on 2000/10/16  02:44:46
40044         Log: integrate change#5922 from mainline
40045              
40046              commentary about IoTYPE() (from Nathan Torkington)
40047      Branch: maint-5.6/perl
40048           !> sv.h
40049 ____________________________________________________________________________
40050 [  7253] By: gsar                                  on 2000/10/16  02:43:49
40051         Log: integrate change#5921 from mainline
40052              
40053              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40054      Branch: maint-5.6/perl
40055           !> sv.c t/lib/charnames.t t/pragma/utf8.t
40056 ____________________________________________________________________________
40057 [  7252] By: gsar                                  on 2000/10/16  02:42:31
40058         Log: integrate change#5920 from mainline
40059              
40060              Larry's fix for buggy propagation of utf8-ness in join(); add test
40061      Branch: maint-5.6/perl
40062           !> doop.c t/op/ver.t
40063 ____________________________________________________________________________
40064 [  7251] By: gsar                                  on 2000/10/16  02:41:14
40065         Log: integrate changes#5915..5919 from mainline
40066              
40067              various (pod tweaks &c)
40068      Branch: maint-5.6/perl
40069           !> (integrate 33 files)
40070 ____________________________________________________________________________
40071 [  7250] By: gsar                                  on 2000/10/16  02:38:16
40072         Log: integrate change#5914 from mainline
40073              
40074              caller() wasn't returning the right number of elements for
40075              eval {...}
40076      Branch: maint-5.6/perl
40077           !> pp_ctl.c t/pragma/warn/9enabled
40078 ____________________________________________________________________________
40079 [  7249] By: gsar                                  on 2000/10/16  02:37:02
40080         Log: integrate change#5913 from mainline
40081              
40082              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
40083              (from Mark-Jason Dominus)
40084      Branch: maint-5.6/perl
40085           !> pod/perlfunc.pod
40086 ____________________________________________________________________________
40087 [  7248] By: gsar                                  on 2000/10/16  02:35:58
40088         Log: integrate change#5912 from mainline
40089              
40090              fix totally broken caching in UNIVERSAL::isa() (from
40091              Nick Ing-Simmons)
40092      Branch: maint-5.6/perl
40093           !> t/op/universal.t universal.c
40094 ____________________________________________________________________________
40095 [  7247] By: gsar                                  on 2000/10/16  02:34:27
40096         Log: integrate changes#5910,5911 from mainline
40097              
40098              typo in pod
40099              
40100              add linebreak properties from unicode/LineBrk.txt (from
40101              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
40102      Branch: maint-5.6/perl
40103           +> (branch 29 files)
40104           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
40105 ____________________________________________________________________________
40106 [  7246] By: gsar                                  on 2000/10/16  02:33:29
40107         Log: integrate change#5909 from mainline
40108              
40109              mode argument to do_binmode() should be file mode, not boolean
40110      Branch: maint-5.6/perl
40111           !> pp_sys.c
40112 ____________________________________________________________________________
40113 [  7245] By: gsar                                  on 2000/10/16  02:31:04
40114         Log: integrate change#5908 from mainline
40115              
40116              introduce illegal symbols into null package so that
40117              gv_fetchpv(...,TRUE) always returns a valid GV even when the
40118              symbol is trapped by strictures (avoids coredumps)
40119      Branch: maint-5.6/perl
40120           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
40121           !> t/pragma/strict-vars
40122 ____________________________________________________________________________
40123 [  7244] By: jhi                                   on 2000/10/16  02:29:54
40124         Log: Subject: $Carp::ExportLevel confusion in Exporter
40125              From: "Ben Tilly" <ben_tilly@hotmail.com>
40126              Date: Sat, 14 Oct 2000 16:44:34 EDT
40127              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
40128      Branch: perl
40129            ! lib/Exporter/Heavy.pm
40130 ____________________________________________________________________________
40131 [  7243] By: jhi                                   on 2000/10/16  02:28:33
40132         Log: Subject: [PATCH perlguts.pod] Document offset hack
40133              From: Simon Cozens <simon@cozens.net>
40134              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
40135              Date: Sat, 14 Oct 2000 19:32:25 +0100
40136      Branch: perl
40137            ! pod/perlguts.pod
40138 ____________________________________________________________________________
40139 [  7242] By: gsar                                  on 2000/10/16  02:26:51
40140         Log: integrate changes#5905,5906,5907,6064 from mainline
40141              
40142              printf/sprintf didn't get quad types right under use64bitint
40143      Branch: maint-5.6/perl
40144           !> pp_sys.c sv.c t/op/64bitint.t
40145 ____________________________________________________________________________
40146 [  7241] By: jhi                                   on 2000/10/16  02:22:44
40147         Log: Subject: small pod patch
40148              From: Dan Boorstein <dan_boo@bellsouth.net>
40149              Date: Sat, 14 Oct 2000 14:29:24 -0400
40150              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
40151      Branch: perl
40152            ! pod/perlfaq7.pod pod/perlmod.pod
40153 ____________________________________________________________________________
40154 [  7240] By: jhi                                   on 2000/10/16  02:13:46
40155         Log: -w cleanup.
40156              
40157              Subject: Re: Problems with bleadperl 
40158              From: "Stephen P. Potter" <spp@ds.net>
40159              Date: Fri, 13 Oct 2000 13:32:49 -0400
40160              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
40161      Branch: perl
40162            ! t/pragma/overload.t
40163 ____________________________________________________________________________
40164 [  7239] By: jhi                                   on 2000/10/16  01:41:18
40165         Log: One more ~utf8 tweak.
40166      Branch: perl
40167            ! t/op/bop.t
40168 ____________________________________________________________________________
40169 [  7238] By: jhi                                   on 2000/10/16  01:34:14
40170         Log: Tweak the test of #7235.
40171      Branch: perl
40172            ! t/op/bop.t
40173 ____________________________________________________________________________
40174 [  7237] By: jhi                                   on 2000/10/16  01:25:04
40175         Log: Fix a couple of compiler-noted nits in #7235.
40176      Branch: perl
40177            ! pp.c
40178 ____________________________________________________________________________
40179 [  7236] By: jhi                                   on 2000/10/16  01:22:46
40180         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
40181      Branch: perl
40182            ! pp.c pp_hot.c
40183 ____________________________________________________________________________
40184 [  7235] By: jhi                                   on 2000/10/15  16:24:44
40185         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
40186              
40187              From: Simon Cozens <simon@cozens.net>
40188              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
40189              Date: Sat, 14 Oct 2000 20:52:13 +0100
40190              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
40191      Branch: perl
40192            ! pp.c t/op/bop.t utf8.h
40193 ____________________________________________________________________________
40194 [  7234] By: jhi                                   on 2000/10/15  15:19:29
40195         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
40196              The problem was that rx->minlen was in chars while pp_split()
40197              thought it would be in bytes. 
40198      Branch: perl
40199            ! pp.c t/pragma/utf8.t
40200 ____________________________________________________________________________
40201 [  7233] By: jhi                                   on 2000/10/14  20:24:24
40202         Log: Document FNCASE=y as discussed in the bug 20000902.009.
40203      Branch: perl
40204            ! README.dos
40205 ____________________________________________________________________________
40206 [  7232] By: jhi                                   on 2000/10/14  18:52:21
40207         Log: Add test for bug id 20000427.003 (which seems to have
40208              been fixed) (also duplicate as 20000427.004, though
40209              with a higher severity).  Move one utf8 from op/append
40210              to pragma/utf8, tag the tests with bug ids.
40211      Branch: perl
40212            ! t/op/append.t t/pragma/utf8.t
40213 ____________________________________________________________________________
40214 [  7231] By: jhi                                   on 2000/10/14  17:28:37
40215         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
40216      Branch: perl
40217            ! t/pragma/utf8.t
40218 ____________________________________________________________________________
40219 [  7230] By: jhi                                   on 2000/10/14  14:24:50
40220         Log: Needs to be conditional on SunOS 4.
40221              
40222              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
40223              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40224              Date: Sat, 14 Oct 2000 13:37:49 +0100
40225              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
40226      Branch: metaconfig/U/perl
40227            ! End.U
40228      Branch: perl
40229            ! Configure myconfig.SH pod/perldelta.pod
40230 ____________________________________________________________________________
40231 [  7229] By: jhi                                   on 2000/10/14  00:49:22
40232         Log: Update Changes.
40233      Branch: perl
40234            ! Changes patchlevel.h
40235 ____________________________________________________________________________
40236 [  7228] By: jhi                                   on 2000/10/14  00:46:10
40237         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
40238              From: Peter Prymmer <pvhp@forte.com>
40239              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
40240              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
40241      Branch: perl
40242            ! lib/utf8.pm
40243 ____________________________________________________________________________
40244 [  7227] By: jhi                                   on 2000/10/13  23:20:30
40245         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
40246      Branch: perl
40247            ! t/op/tie.t
40248 ____________________________________________________________________________
40249 [  7226] By: jhi                                   on 2000/10/13  22:14:32
40250         Log: Tweak #7225.
40251              
40252              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
40253              From: Peter Prymmer <pvhp@forte.com>
40254              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
40255              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
40256      Branch: perl
40257            ! t/op/sprintf.t
40258 ____________________________________________________________________________
40259 [  7225] By: jhi                                   on 2000/10/13  22:11:31
40260         Log: op/sprintf.t patch for OS/390 (and any other host with limited
40261              floating-point exponent length)
40262              
40263              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
40264              From: Dominic Dunlop <domo@computer.org>
40265              Date: Fri, 13 Oct 2000 19:17:57 +0200
40266              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
40267      Branch: perl
40268            ! t/op/sprintf.t
40269 ____________________________________________________________________________
40270 [  7224] By: jhi                                   on 2000/10/13  18:40:48
40271         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
40272      Branch: perl
40273            ! toke.c
40274 ____________________________________________________________________________
40275 [  7223] By: jhi                                   on 2000/10/13  18:37:13
40276         Log: Thinko in #7222.
40277      Branch: perl
40278            ! utf8.c
40279 ____________________________________________________________________________
40280 [  7222] By: jhi                                   on 2000/10/13  18:05:23
40281         Log: Use UTF8SKIP(), from Simon Cozens.
40282      Branch: perl
40283            ! utf8.c
40284 ____________________________________________________________________________
40285 [  7221] By: jhi                                   on 2000/10/13  15:43:19
40286         Log: (accidentally empty check-in)
40287      Branch: perl
40288            ! utf8.c
40289 ____________________________________________________________________________
40290 [  7220] By: jhi                                   on 2000/10/13  15:23:51
40291         Log: Add (optimistically) Storable to static extensions.
40292      Branch: perl
40293            ! hints/uwin.sh hints/vmesa.sh
40294 ____________________________________________________________________________
40295 [  7219] By: jhi                                   on 2000/10/13  15:20:05
40296         Log: Amdahl UTS doesn't seem to do dynaloading.
40297      Branch: perl
40298            ! hints/uts.sh
40299 ____________________________________________________________________________
40300 [  7218] By: jhi                                   on 2000/10/13  15:15:20
40301         Log: Slight tweak of the code to appease Amdahl UTS cc.
40302      Branch: perl
40303            ! pp.c
40304 ____________________________________________________________________________
40305 [  7217] By: jhi                                   on 2000/10/13  14:50:42
40306         Log: In Amdahl UTS "struct sv" is defined by a system header,
40307              <ksync.h>.
40308      Branch: perl
40309            ! perl.h sv.h
40310 ____________________________________________________________________________
40311 [  7216] By: jhi                                   on 2000/10/13  11:58:25
40312         Log: Ilya implemented the memory profiling API.
40313      Branch: perl
40314            ! Todo
40315 ____________________________________________________________________________
40316 [  7215] By: jhi                                   on 2000/10/13  02:56:38
40317         Log: Subject: [PATCH 5.7.0] Perl API for mstats
40318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40319              Date: Thu, 12 Oct 2000 22:52:40 -0400
40320              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
40321      Branch: perl
40322            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
40323 ____________________________________________________________________________
40324 [  7214] By: jhi                                   on 2000/10/13  02:55:38
40325         Log: Subject: [PATCH 5.7.0] IVs in mtats
40326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40327              Date: Thu, 12 Oct 2000 22:51:04 -0400
40328              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
40329      Branch: perl
40330            ! malloc.c perl.h
40331 ____________________________________________________________________________
40332 [  7213] By: jhi                                   on 2000/10/13  02:31:47
40333         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
40334      Branch: perl
40335            ! pod/perldiag.pod pp_sys.c
40336 ____________________________________________________________________________
40337 [  7212] By: jhi                                   on 2000/10/13  01:27:38
40338         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
40339              From: Peter Prymmer <pvhp@forte.com>
40340              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
40341              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
40342      Branch: perl
40343            ! t/op/oct.t
40344 ____________________________________________________________________________
40345 [  7211] By: jhi                                   on 2000/10/13  00:35:09
40346         Log: Update Changes.
40347      Branch: perl
40348            ! Changes patchlevel.h
40349 ____________________________________________________________________________
40350 [  7210] By: jhi                                   on 2000/10/12  23:59:40
40351         Log: The Install.pm third of
40352              
40353              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40354              From: Bill Campbell <bill@celestial.com>
40355              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40356              Date: Thu, 5 Oct 2000 18:04:51 -0700
40357      Branch: perl
40358            ! lib/ExtUtils/Install.pm
40359 ____________________________________________________________________________
40360 [  7209] By: jhi                                   on 2000/10/12  23:58:43
40361         Log: Two thirds of
40362              
40363              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40364              Date: Thu, 5 Oct 2000 18:04:51 -0700
40365              From: Bill Campbell <bill@celestial.com>
40366              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40367              
40368              The Install.pm changes will be submitted separately because
40369              they need some work and discussion still.
40370      Branch: perl
40371            ! lib/getopts.pl lib/termcap.pl
40372 ____________________________________________________________________________
40373 [  7208] By: jhi                                   on 2000/10/12  23:41:19
40374         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
40375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40376              Date:     Thu, 12 Oct 2000 07:30:02 EDT
40377              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
40378      Branch: perl
40379            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
40380            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
40381 ____________________________________________________________________________
40382 [  7207] By: jhi                                   on 2000/10/12  23:39:01
40383         Log: An updated EBCDIC tr patch.
40384              
40385              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
40386              From: Peter Prymmer <pvhp@forte.com>
40387              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
40388              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
40389      Branch: perl
40390            ! t/op/tr.t
40391 ____________________________________________________________________________
40392 [  7206] By: jhi                                   on 2000/10/12  23:34:55
40393         Log: Upgrade to CPAN 1.58, from Andreas König.
40394      Branch: perl
40395            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40396 ____________________________________________________________________________
40397 [  7205] By: jhi                                   on 2000/10/12  23:29:08
40398         Log: Introduce the man[24-8] variables, from Andy Dougherty.
40399      Branch: metaconfig/U/perl
40400            + mandirs.U mandirstyle.U
40401      Branch: perl
40402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40403            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
40404            ! vos/config.h vos/config.pl vos/config_h.SH_orig
40405            ! win32/config.bc win32/config.gc win32/config.vc
40406 ____________________________________________________________________________
40407 [  7204] By: gsar                                  on 2000/10/12  18:11:24
40408         Log: restore change#7202
40409      Branch: perl
40410            ! mg.c
40411 ____________________________________________________________________________
40412 [  7203] By: gsar                                  on 2000/10/12  18:09:40
40413         Log: another test of the Emergency Broadcast System--back out 
40414              change#7202
40415      Branch: perl
40416            ! mg.c
40417 ____________________________________________________________________________
40418 [  7202] By: gsar                                  on 2000/10/12  16:40:47
40419         Log: (submitted on behalf of Jarkko)
40420              Fix the lib/encode.t subtest 6 failure as reported by Andreas
40421              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
40422              was unearthed by change 7182, as was a bug in HTML::Entities.
40423      Branch: perl
40424            ! mg.c
40425 ____________________________________________________________________________
40426 [  7201] By: jhi                                   on 2000/10/11  03:16:05
40427         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
40428      Branch: perl
40429            ! pp_hot.c t/pragma/utf8.t
40430 ____________________________________________________________________________
40431 [  7200] By: jhi                                   on 2000/10/11  00:40:30
40432         Log: The #7198 was a false alarm.
40433      Branch: perl
40434            ! pp_hot.c
40435 ____________________________________________________________________________
40436 [  7199] By: jhi                                   on 2000/10/11  00:26:04
40437         Log: Remove duplicated code.
40438      Branch: perl
40439            ! t/lib/cgi-html.t
40440 ____________________________________________________________________________
40441 [  7198] By: jhi                                   on 2000/10/10  23:30:46
40442         Log: (Retracted by #7200.)
40443      Branch: perl
40444            ! pp_hot.c
40445 ____________________________________________________________________________
40446 [  7197] By: jhi                                   on 2000/10/10  21:49:30
40447         Log: Add the test case for #7190, from the original bug report
40448              by Andreas König.
40449      Branch: perl
40450            ! t/pragma/utf8.t
40451 ____________________________________________________________________________
40452 [  7196] By: jhi                                   on 2000/10/10  21:40:49
40453         Log: Reapply Andy's patch and regen Configure.
40454      Branch: perl
40455            ! Configure INSTALL Makefile.SH Porting/Glossary
40456            ! Porting/config.sh config_h.SH epoc/config.sh installperl
40457            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
40458            ! win32/config.vc
40459 ____________________________________________________________________________
40460 [  7195] By: jhi                                   on 2000/10/10  21:09:30
40461         Log: Use the versiononly instead of the installscripts,
40462              retract the changes 7146 and 7147.
40463      Branch: perl
40464            ! Configure INSTALL Makefile.SH Porting/Glossary
40465            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
40466            ! installperl uconfig.sh vos/config.def win32/config.bc
40467            ! win32/config.gc win32/config.vc
40468 ____________________________________________________________________________
40469 [  7194] By: jhi                                   on 2000/10/10  21:06:15
40470         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
40471              From: Peter Prymmer <pvhp@forte.com>
40472              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
40473              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
40474      Branch: perl
40475            ! t/op/ver.t
40476 ____________________________________________________________________________
40477 [  7193] By: jhi                                   on 2000/10/10  21:05:12
40478         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
40479              From: Peter Prymmer <pvhp@forte.com>
40480              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
40481              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
40482      Branch: perl
40483            ! t/op/tr.t
40484 ____________________________________________________________________________
40485 [  7192] By: jhi                                   on 2000/10/10  20:57:30
40486         Log: Add versiononly, delete installscripts, from Andy Dougherty.
40487      Branch: metaconfig
40488            - U/installdirs/installscripts.U
40489      Branch: metaconfig/U/perl
40490            + versiononly.U
40491 ____________________________________________________________________________
40492 [  7191] By: jhi                                   on 2000/10/10  19:41:21
40493         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
40494              From: Peter Prymmer <pvhp@forte.com>
40495              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
40496              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
40497      Branch: perl
40498            ! pod/perlebcdic.pod
40499 ____________________________________________________________________________
40500 [  7190] By: jhi                                   on 2000/10/10  19:26:14
40501         Log: Subject: Re: utf8 concat, mg_get
40502              From: Simon Cozens <simon@cozens.net>
40503              Date: Tue, 10 Oct 2000 17:40:17 +0100
40504              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
40505      Branch: perl
40506            ! pp_hot.c
40507 ____________________________________________________________________________
40508 [  7189] By: jhi                                   on 2000/10/10  19:23:03
40509         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
40510              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
40511              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
40512              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
40513      Branch: perl
40514            ! lib/ExtUtils/MM_Unix.pm
40515 ____________________________________________________________________________
40516 [  7188] By: jhi                                   on 2000/10/10  15:31:24
40517         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
40518              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40519              Date: Fri, 14 Jul 2000 10:47:36 +0100
40520              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
40521      Branch: perl
40522            ! README.win32
40523 ____________________________________________________________________________
40524 [  7187] By: jhi                                   on 2000/10/10  13:30:10
40525         Log: Quote the temp file name, needed in Win32 because the
40526              default name unfortunately contains spaces, shouldn't
40527              hurt elsewhere.
40528              
40529              Subject: FW: perldoc fails if $TEMP contains spaces
40530              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40531              Date: Thu, 14 Sep 2000 08:58:45 +0100
40532              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
40533      Branch: perl
40534            ! utils/perldoc.PL
40535 ____________________________________________________________________________
40536 [  7186] By: jhi                                   on 2000/10/10  13:16:27
40537         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
40538              From: hv@hugo.hybyte.com
40539              Date: Tue, 10 Oct 2000 14:10:20 +0100
40540              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
40541      Branch: perl
40542            ! t/lib/thr5005.t util.c
40543 ____________________________________________________________________________
40544 [  7185] By: jhi                                   on 2000/10/10  12:06:22
40545         Log: Upgrade to podlators 1.04, from Russ Allbery.
40546      Branch: perl
40547            ! lib/Pod/Man.pm lib/Pod/Text.pm
40548 ____________________________________________________________________________
40549 [  7184] By: jhi                                   on 2000/10/10  12:01:32
40550         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
40551      Branch: perl
40552            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
40553 ____________________________________________________________________________
40554 [  7183] By: jhi                                   on 2000/10/09  23:47:15
40555         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
40556              From: Peter Prymmer <pvhp@forte.com>
40557              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
40558              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
40559      Branch: perl
40560            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
40561 ____________________________________________________________________________
40562 [  7182] By: jhi                                   on 2000/10/09  23:43:16
40563         Log: Make eq work again with utf8 (disabling the upgrading
40564              should no more be necessary since the copies of the
40565              scalars are upgraded, not the scalars themselves).
40566              Takes care of ID 20001009.001.  (The claimed length()
40567              bug in 20001009.001 seems bogus to me.)
40568      Branch: perl
40569            ! sv.c t/pragma/utf8.t
40570 ____________________________________________________________________________
40571 [  7181] By: gsar                                  on 2000/10/09  19:41:54
40572         Log: tweak for change#7173
40573      Branch: perl
40574            ! win32/win32sck.c
40575 ____________________________________________________________________________
40576 [  7180] By: gsar                                  on 2000/10/09  19:26:56
40577         Log: on Windows, clean targets might not work under some flavors of the shell
40578      Branch: perl
40579            ! win32/Makefile win32/makefile.mk
40580 ____________________________________________________________________________
40581 [  7179] By: jhi                                   on 2000/10/09  19:21:02
40582         Log: Update Changes.
40583      Branch: perl
40584            ! Changes patchlevel.h
40585 ____________________________________________________________________________
40586 [  7178] By: jhi                                   on 2000/10/09  19:18:23
40587         Log: Warn about unknown scripts.
40588              
40589              Subject: Re: ideas? patches? [PATCH bleadperl]
40590              From: Dominic Dunlop <domo@computer.org>
40591              Date: Mon, 9 Oct 2000 14:57:17 +0200
40592              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
40593      Branch: perl
40594            ! lib/charnames.pm
40595 ____________________________________________________________________________
40596 [  7177] By: jhi                                   on 2000/10/09  19:13:27
40597         Log: Change #7160 had a nasty typo.
40598      Branch: metaconfig
40599            ! U/compline/Compile.U
40600      Branch: perl
40601            ! Configure config_h.SH
40602 ____________________________________________________________________________
40603 [  7176] By: gsar                                  on 2000/10/09  18:59:33
40604         Log: pod nit
40605      Branch: perl
40606            ! pod/perlport.pod
40607 ____________________________________________________________________________
40608 [  7175] By: gsar                                  on 2000/10/09  18:54:28
40609         Log: Windows9x doesn't support link(), despite what Config.pm
40610              might think
40611      Branch: perl
40612            ! lib/ExtUtils/Manifest.pm
40613 ____________________________________________________________________________
40614 [  7174] By: gsar                                  on 2000/10/09  18:50:03
40615         Log: avoid nonportable example code
40616      Branch: perl
40617            ! lib/File/Copy.pm
40618 ____________________________________________________________________________
40619 [  7173] By: gsar                                  on 2000/10/09  18:46:54
40620         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
40621              being used) when closing a socket handle
40622      Branch: perl
40623            ! win32/win32.c win32/win32.h win32/win32sck.c
40624 ____________________________________________________________________________
40625 [  7172] By: gsar                                  on 2000/10/09  18:41:40
40626         Log: on Windows, cwd strings in the environment should be of the
40627              form =X:=X:\foo instead of =X=X:\foo\
40628      Branch: perl
40629            ! win32/vdir.h
40630 ____________________________________________________________________________
40631 [  7171] By: gsar                                  on 2000/10/09  18:30:09
40632         Log: on Windows, LoadLibrary() could load an extension DLL multiple
40633              times if forward slashes are used in the path
40634      Branch: perl
40635            ! win32/win32.c
40636 ____________________________________________________________________________
40637 [  7170] By: jhi                                   on 2000/10/09  17:53:59
40638         Log: Add a todo note about overloadable assertions.
40639      Branch: perl
40640            ! Todo-5.6
40641 ____________________________________________________________________________
40642 [  7169] By: jhi                                   on 2000/10/09  13:43:45
40643         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
40644              From: mjd@plover.com
40645              Date: 9 Oct 2000 00:24:44 -0000
40646              Message-ID: <20001009002444.10616.qmail@plover.com>
40647      Branch: perl
40648            ! pod/perldebguts.pod
40649 ____________________________________________________________________________
40650 [  7168] By: nick                                  on 2000/10/08  13:16:33
40651         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
40652              is not right thing to do on (e.g. x86). Network order is also "right" for
40653              X fonts.
40654      Branch: perl
40655            ! ext/Encode/Encode.pm
40656 ____________________________________________________________________________
40657 [  7167] By: nick                                  on 2000/10/08  12:54:42
40658         Log: Make "encodings" work post-install when Encode/*.enc files may not
40659              be in same directory as Encode.pm
40660      Branch: perl
40661            ! ext/Encode/Encode.pm
40662 ____________________________________________________________________________
40663 [  7166] By: nick                                  on 2000/10/08  11:51:26
40664         Log: Work round the fact that $hash->{$key} does not take into account
40665              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
40666              so that key is always in the "expected" encoding - i.e. same way we put
40667              it in the hash.
40668      Branch: perl
40669            ! ext/Encode/Encode.pm
40670 ____________________________________________________________________________
40671 [  7165] By: gsar                                  on 2000/10/08  04:15:29
40672         Log: save_re_context() could reset PL_curcop to freed memory, causing core
40673              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
40674      Branch: perl
40675            ! pp_ctl.c
40676 ____________________________________________________________________________
40677 [  7164] By: jhi                                   on 2000/10/06  20:51:48
40678         Log: UTF8ize split() so that the cloned substrings get the UTF8
40679              flag of the original scalar.  Problem reported by Simon Cozens.
40680      Branch: perl
40681            ! pp.c t/pragma/utf8.t
40682 ____________________________________________________________________________
40683 [  7163] By: nick                                  on 2000/10/06  20:48:34
40684         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
40685              got a false +ve and so did not reach code which would have un-FAKEd the SV.
40686      Branch: perl
40687            ! sv.c
40688 ____________________________________________________________________________
40689 [  7162] By: nick                                  on 2000/10/06  20:25:37
40690         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
40691              To fix  (sort {$a <=> $b} keys %hash) in particular but
40692              should cover a number of other as-yet-unknown cases as well.
40693      Branch: perl
40694            ! sv.c
40695 ____________________________________________________________________________
40696 [  7161] By: jhi                                   on 2000/10/06  19:56:18
40697         Log: Change the version number of Tie::Handle in the core to 4.0,
40698              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
40699              
40700              Subject: Note on Tie::Handle
40701              From: andreas.koenig@anima.de (Andreas J. Koenig)
40702              Date:      06 Oct 2000 21:48:58 +0200
40703              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
40704      Branch: perl
40705            ! lib/Tie/Handle.pm
40706 ____________________________________________________________________________
40707 [  7160] By: jhi                                   on 2000/10/06  18:20:35
40708         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
40709              as the first option of cc/ld because of ultrapicky compilers
40710              (e.g. OS/390 R2.5)
40711      Branch: metaconfig
40712            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
40713            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
40714            ! U/compline/orderlib.U U/modified/Cppsym.U
40715            ! U/modified/d_access.U
40716      Branch: metaconfig/U/perl
40717            ! Checkcc.U d_dlsymun.U gccvers.U
40718      Branch: perl
40719            ! Configure config_h.SH
40720 ____________________________________________________________________________
40721 [  7159] By: jhi                                   on 2000/10/06  13:56:39
40722         Log: Update Changes.
40723      Branch: perl
40724            ! Changes patchlevel.h
40725 ____________________________________________________________________________
40726 [  7158] By: jhi                                   on 2000/10/06  12:48:40
40727         Log: Eliminate $Is_VMS code from the test.
40728              
40729              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
40730              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40731              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
40732              Date:     Thu, 5 Oct 2000 07:46:33 EDT
40733      Branch: perl
40734            ! t/lib/b.t
40735 ____________________________________________________________________________
40736 [  7157] By: jhi                                   on 2000/10/06  12:47:13
40737         Log: Also the $ccflags is needed for the C compiler check.
40738              
40739              Subject: Configure (check for C-compiler)
40740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40741              Date: Fri, 06 Oct 2000 08:47:15 +0200
40742              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
40743      Branch: metaconfig/U/perl
40744            ! Checkcc.U
40745      Branch: perl
40746            ! Configure config_h.SH
40747 ____________________________________________________________________________
40748 [  7156] By: jhi                                   on 2000/10/06  11:45:15
40749         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
40750      Branch: perl
40751            ! perl.c pp_ctl.c sv.h utf8.c
40752 ____________________________________________________________________________
40753 [  7155] By: jhi                                   on 2000/10/06  11:40:41
40754         Log: IO::Handle->syswrite() did not handle length omission
40755              like CORE::syswrite() does.
40756              
40757              Subject: [Fwd] IO::Handle, syswrite and arguments
40758              From: Graham Barr <gbarr@pobox.com>
40759              Date: Fri, 6 Oct 2000 10:22:05 +0100
40760              Message-ID: <20001006102205.U6312@pobox.com>
40761              
40762              The original patch from andrew@ugh.net.au.
40763      Branch: perl
40764            ! ext/IO/lib/IO/Handle.pm
40765 ____________________________________________________________________________
40766 [  7154] By: jhi                                   on 2000/10/06  01:42:15
40767         Log: Tweak #7153.
40768      Branch: perl
40769            ! utf8.h
40770 ____________________________________________________________________________
40771 [  7153] By: jhi                                   on 2000/10/06  00:39:55
40772         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
40773      Branch: perl
40774            ! utf8.h
40775 ____________________________________________________________________________
40776 [  7152] By: jhi                                   on 2000/10/06  00:38:11
40777         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
40778      Branch: perl
40779            ! perl.c pp_ctl.c sv.h utf8.c
40780 ____________________________________________________________________________
40781 [  7151] By: jhi                                   on 2000/10/06  00:36:38
40782         Log: Subject: Re: Questions about Tie::Array and perl modules
40783              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40784              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
40785              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
40786              
40787              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
40788      Branch: perl
40789            ! lib/Tie/Array.pm t/op/array.t
40790 ____________________________________________________________________________
40791 [  7150] By: jhi                                   on 2000/10/05  00:20:45
40792         Log: Regen Changes.
40793      Branch: perl
40794            ! Changes patchlevel.h
40795 ____________________________________________________________________________
40796 [  7149] By: jhi                                   on 2000/10/05  00:20:01
40797         Log: Regen toc.
40798      Branch: perl
40799            ! pod/perltoc.pod
40800 ____________________________________________________________________________
40801 [  7148] By: jhi                                   on 2000/10/04  23:35:08
40802         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
40803              reported several times by Dominic Dunlop, for example in
40804              ID 20000315.008.  Patch from Dominic.  Patch affects at
40805              least MachTen, and possibly other oldish BSDs. Should not
40806              break non-broken platforms (tested on LinuxPPC). 
40807      Branch: perl
40808            ! doio.c
40809 ____________________________________________________________________________
40810 [  7147] By: jhi                                   on 2000/10/04  23:26:34
40811         Log: The one that got away from 7146.
40812      Branch: metaconfig
40813            + U/installdirs/installscripts.U
40814 ____________________________________________________________________________
40815 [  7146] By: jhi                                   on 2000/10/04  23:25:04
40816         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
40817              suggested by H. Merijn Brand.
40818      Branch: perl
40819            ! Configure INSTALL Makefile.SH Porting/Glossary
40820            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
40821            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
40822            ! win32/config.vc
40823 ____________________________________________________________________________
40824 [  7145] By: jhi                                   on 2000/10/04  22:08:21
40825         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
40826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40827              Date: Wed, 4 Oct 2000 17:37:46 -0400
40828              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
40829      Branch: perl
40830            ! utils/h2xs.PL
40831 ____________________________________________________________________________
40832 [  7144] By: jhi                                   on 2000/10/04  18:11:41
40833         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
40834              From: Jeff Pinyan <jeffp@crusoe.net>
40835              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
40836              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
40837      Branch: perl
40838            ! pod/perlrun.pod
40839 ____________________________________________________________________________
40840 [  7143] By: jhi                                   on 2000/10/04  18:09:58
40841         Log: Subject: perlhack.pod Patch for Externals Tools
40842              From: Fisher Mark <fisherm@tce.com>
40843              Date: Tue, 3 Oct 2000 15:43:27 -0500 
40844              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
40845      Branch: perl
40846            ! pod/perlhack.pod
40847 ____________________________________________________________________________
40848 [  7142] By: jhi                                   on 2000/10/04  18:08:41
40849         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
40850              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40851              Date:     Wed, 4 Oct 2000 12:11:11 EDT
40852              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
40853      Branch: perl
40854            ! vms/vms.c
40855 ____________________________________________________________________________
40856 [  7141] By: jhi                                   on 2000/10/04  12:20:16
40857         Log: Subject: [PATCH 5.7.0] h2xs not working
40858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40859              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
40860              Date: Tue, 3 Oct 2000 21:43:01 -0400
40861              
40862              Subject: [PATCH 5.7.0] h2xs not documenting the created module
40863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40864              Date: Tue, 3 Oct 2000 22:55:19 -0400
40865              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
40866      Branch: perl
40867            ! utils/h2xs.PL
40868 ____________________________________________________________________________
40869 [  7140] By: jhi                                   on 2000/10/04  11:53:44
40870         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
40871              From: nick@babyhippo.com
40872              Date: Wed, 4 Oct 2000 12:06:45 +0100
40873              Message-Id: <20001004120645.A7356@babyhippo.com>
40874              
40875              Retract 7118 and 7135.
40876      Branch: perl
40877            ! installman installperl op.c t/pragma/subs.t
40878 ____________________________________________________________________________
40879 [  7139] By: jhi                                   on 2000/10/03  22:09:41
40880         Log: It is possible to have no hosts database at all.  Pointed out in
40881              
40882              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
40883              From: Peter Prymmer <pvhp@forte.com>
40884              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
40885              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
40886      Branch: metaconfig
40887            ! U/modified/myhostname.U
40888      Branch: perl
40889            ! Configure config_h.SH
40890 ____________________________________________________________________________
40891 [  7138] By: jhi                                   on 2000/10/03  21:49:49
40892         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
40893              From: Peter Prymmer <pvhp@forte.com>
40894              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
40895              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
40896      Branch: perl
40897            ! pp_sys.c
40898 ____________________________________________________________________________
40899 [  7137] By: jhi                                   on 2000/10/03  20:10:05
40900         Log: One remaining nit less at the VMS mailbox sizing.
40901      Branch: perl
40902            ! vms/vms.c
40903 ____________________________________________________________________________
40904 [  7136] By: jhi                                   on 2000/10/03  20:08:47
40905         Log: Test harness update to sync with the new perlcc,
40906              from Simon Cozens.
40907      Branch: perl
40908            ! t/TEST t/UTEST
40909 ____________________________________________________________________________
40910 [  7135] By: jhi                                   on 2000/10/03  15:15:42
40911         Log: Subject: Re: PATCH for 20001003.004
40912              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
40913              From: "AARON B. DOSSETT" <aaron@iglou.com>
40914              Message-Id: <E13gTay-0006od-00@iglou.com>
40915      Branch: perl
40916            ! installman installperl
40917 ____________________________________________________________________________
40918 [  7134] By: jhi                                   on 2000/10/03  15:00:34
40919         Log: Subject: [ID 20001003.006] B::Debug not -w clean
40920              From: Nicholas Clark <nick@babyhippo.co.uk>
40921              Date: Tue, 03 Oct 2000 15:46:32 +0100
40922              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
40923      Branch: perl
40924            ! ext/B/B/Debug.pm
40925 ____________________________________________________________________________
40926 [  7133] By: jhi                                   on 2000/10/03  14:58:39
40927         Log: Scale down the VMS message boxes, by Charles Lane.
40928              Fix for ID 20000903.009, workaround at
40929              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
40930      Branch: perl
40931            ! vms/vms.c
40932 ____________________________________________________________________________
40933 [  7132] By: jhi                                   on 2000/10/03  11:20:37
40934         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
40935      Branch: perl
40936            + t/lib/st-lock.t t/lib/st-utf8.t
40937            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
40938            ! ext/Storable/Storable.xs t/lib/st-recurse.t
40939 ____________________________________________________________________________
40940 [  7131] By: jhi                                   on 2000/10/03  03:38:23
40941         Log: Encode nits.
40942      Branch: perl
40943            ! MANIFEST Makefile.SH
40944 ____________________________________________________________________________
40945 [  7130] By: jhi                                   on 2000/10/03  03:31:05
40946         Log: Update Changes.
40947      Branch: perl
40948            ! Changes patchlevel.h
40949 ____________________________________________________________________________
40950 [  7129] By: jhi                                   on 2000/10/03  02:24:02
40951         Log: Misplaced else.
40952      Branch: metaconfig/U/perl
40953            ! d_strtoll.U
40954      Branch: perl
40955            ! Configure config_h.SH
40956 ____________________________________________________________________________
40957 [  7128] By: jhi                                   on 2000/10/03  02:08:29
40958         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
40959              From: sthoenna@efn.org
40960              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
40961              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
40962      Branch: metaconfig/U/perl
40963            ! d_strtoll.U
40964      Branch: perl
40965            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
40966 ____________________________________________________________________________
40967 [  7127] By: jhi                                   on 2000/10/03  01:13:14
40968         Log: Update Changes.
40969      Branch: perl
40970            ! Changes patchlevel.h
40971 ____________________________________________________________________________
40972 [  7126] By: jhi                                   on 2000/10/03  00:57:08
40973         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
40974              as suggested by Olaf Flebbe and Nick Clark.
40975      Branch: perl
40976            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
40977 ____________________________________________________________________________
40978 [  7125] By: jhi                                   on 2000/10/03  00:50:56
40979         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
40980              From: Nick Clark <nick@plum.flirble.org>
40981              Date: Mon, 2 Oct 2000 11:03:24 +0100
40982              Message-Id: <20001002110324.D20073@plum.flirble.org>
40983              
40984              Also fixes bug ID 20001002.005.
40985      Branch: perl
40986            ! t/lib/encode.t
40987 ____________________________________________________________________________
40988 [  7124] By: jhi                                   on 2000/10/03  00:34:59
40989         Log: Subject: [PATCH 5.7.0] Epoc update
40990              From: Olaf Flebbe <o.flebbe@gmx.de>
40991              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
40992              Message-ID: <26423.969484586@www10.gmx.net>
40993      Branch: perl
40994            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
40995            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
40996            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
40997            ! util.c util.h
40998 ____________________________________________________________________________
40999 [  7123] By: jhi                                   on 2000/10/03  00:30:07
41000         Log: Regen headers.
41001      Branch: perl
41002            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
41003 ____________________________________________________________________________
41004 [  7122] By: jhi                                   on 2000/10/03  00:10:48
41005         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41006      Branch: perl
41007            ! hints/openbsd.sh
41008 ____________________________________________________________________________
41009 [  7121] By: jhi                                   on 2000/10/03  00:05:06
41010         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41011              From: <abigail@foad.org>
41012              Date: Tue, 26 Sep 2000 13:36:14 -0400
41013              Message-ID: <20000926173614.4356.qmail@foad.org>
41014      Branch: perl
41015            ! pod/perlop.pod
41016 ____________________________________________________________________________
41017 [  7120] By: jhi                                   on 2000/10/03  00:04:00
41018         Log: Inside require() $^S was always left undefined.
41019              
41020              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41022              Date: Wed, 27 Sep 2000 18:54:49 -0400
41023              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
41024      Branch: perl
41025            ! cop.h mg.c pp_ctl.c util.c
41026 ____________________________________________________________________________
41027 [  7119] By: jhi                                   on 2000/10/03  00:00:16
41028         Log: Subject: [PATCH] DLL not restartabke with threaded perl
41029              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
41030              Date: Thu, 28 Sep 2000 09:20:46 +0100
41031              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
41032      Branch: perl
41033            ! perl.c
41034 ____________________________________________________________________________
41035 [  7118] By: jhi                                   on 2000/10/02  23:59:20
41036         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
41037              From: Nicholas Clark <nick@ccl4.org>
41038              Date: Thu, 28 Sep 2000 11:52:24 +0100
41039              Message-ID: <20000928115224.D7924@plum.flirble.org>
41040      Branch: perl
41041            ! op.c
41042 ____________________________________________________________________________
41043 [  7117] By: jhi                                   on 2000/10/02  23:57:51
41044         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41045              From: Nicholas Clark <nick@babyhippo.co.uk>
41046              Date: Thu, 28 Sep 2000 12:18:10 +0100
41047              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
41048              
41049              Did not apply cleanly, manual intervention was needed.
41050      Branch: perl
41051            ! ext/B/B/Bytecode.pm utils/perlcc.PL
41052 ____________________________________________________________________________
41053 [  7116] By: jhi                                   on 2000/10/02  23:50:40
41054         Log: Document the issue (is not a syntax error, kind of)
41055              
41056              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41057              From: Nicholas Clark <nick@ccl4.org>
41058              Date: Thu, 28 Sep 2000 17:12:42 +0100
41059              Message-ID: <20000928171242.K7924@plum.flirble.org>
41060      Branch: perl
41061            ! pod/perldata.pod
41062 ____________________________________________________________________________
41063 [  7115] By: jhi                                   on 2000/10/02  23:48:58
41064         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41066              Date: Thu, 28 Sep 2000 21:55:31 -0400
41067              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
41068      Branch: perl
41069            ! regexec.c
41070 ____________________________________________________________________________
41071 [  7114] By: jhi                                   on 2000/10/02  23:47:57
41072         Log: Subject: DOC PATCH 5.6.0
41073              From: mjd@plover.com
41074              Date: 30 Sep 2000 06:02:34 -0000
41075              Message-ID: <20000930060234.4559.qmail@plover.com>
41076      Branch: perl
41077            ! pod/perldebguts.pod
41078 ____________________________________________________________________________
41079 [  7113] By: jhi                                   on 2000/10/02  23:46:43
41080         Log: SOCK_DGRAM and listen() do not mix as reported in
41081              
41082              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
41083              From: Petter Reinholdtsen <pere@hungry.com>
41084              Date: Sun, 1 Oct 2000 10:57:20 +0800
41085              Message-Id: <200010010257.KAA05735@localhost.localdomain>
41086              
41087              The patch for 5.7.0+ had to be reengineered, though.
41088      Branch: perl
41089            ! ext/IO/lib/IO/Socket/UNIX.pm
41090 ____________________________________________________________________________
41091 [  7112] By: jhi                                   on 2000/10/02  23:36:57
41092         Log: Subject: Re: [PATCH 5.005_64 missed]
41093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41094              Date: Sun, 1 Oct 2000 18:50:10 -0400
41095              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
41096      Branch: perl
41097            ! pod/perlxs.pod
41098 ____________________________________________________________________________
41099 [  7111] By: jhi                                   on 2000/10/02  23:35:40
41100         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
41101              From: Radu Greab <radu@netsoft.ro>
41102              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
41103              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
41104      Branch: perl
41105            ! op.c opcode.pl t/op/substr.t
41106 ____________________________________________________________________________
41107 [  7110] By: jhi                                   on 2000/10/02  23:32:38
41108         Log: Subject: [PATCH] Fix aliasing of tied filehandles
41109              From: Daniel Chetlin <daniel@chetlin.com>
41110              Date: Mon, 2 Oct 2000 14:53:27 -0700
41111              Message-ID: <20001002145327.C1617@ilmd>
41112      Branch: perl
41113            ! perl.h pp_hot.c t/op/tiehandle.t
41114 ____________________________________________________________________________
41115 [  7109] By: jhi                                   on 2000/10/02  23:31:30
41116         Log: s/Robin Parker/Robin Barker/
41117      Branch: perl
41118            ! Changes5.6
41119 ____________________________________________________________________________
41120 [  7108] By: jhi                                   on 2000/10/02  23:15:46
41121         Log: Retract #7091 as suggested in
41122              
41123              From: Robin Barker <rmb1@cise.npl.co.uk> 
41124              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
41125              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
41126              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
41127      Branch: perl
41128            ! embed.pl proto.h
41129 ____________________________________________________________________________
41130 [  7107] By: nick                                  on 2000/10/02  18:23:14
41131         Log: A few tweaks to get Tk803 to work with Encode scheme.
41132      Branch: perl
41133            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
41134 ____________________________________________________________________________
41135 [  7106] By: nick                                  on 2000/10/01  21:34:14
41136         Log: Add checking cases to Encode's toUnicode and fromUnicode.
41137      Branch: perl
41138            ! ext/Encode/Encode.pm
41139 ____________________________________________________________________________
41140 [  7105] By: nick                                  on 2000/10/01  17:18:01
41141         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
41142              To read and use them.
41143              Add a lib/encode.t which checks a few things.
41144      Branch: perl
41145            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
41146            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
41147            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
41148            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
41149            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
41150            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
41151            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
41152            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
41153            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
41154            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
41155            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
41156            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
41157            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
41158            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
41159            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
41160            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
41161            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
41162            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
41163            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
41164            + ext/Encode/Encode/iso2022-jp.enc
41165            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41166            + ext/Encode/Encode/iso8859-1.enc
41167            + ext/Encode/Encode/iso8859-2.enc
41168            + ext/Encode/Encode/iso8859-3.enc
41169            + ext/Encode/Encode/iso8859-4.enc
41170            + ext/Encode/Encode/iso8859-5.enc
41171            + ext/Encode/Encode/iso8859-6.enc
41172            + ext/Encode/Encode/iso8859-7.enc
41173            + ext/Encode/Encode/iso8859-8.enc
41174            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
41175            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
41176            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
41177            + ext/Encode/Encode/macCentEuro.enc
41178            + ext/Encode/Encode/macCroatian.enc
41179            + ext/Encode/Encode/macCyrillic.enc
41180            + ext/Encode/Encode/macDingbats.enc
41181            + ext/Encode/Encode/macGreek.enc
41182            + ext/Encode/Encode/macIceland.enc
41183            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
41184            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
41185            + ext/Encode/Encode/macTurkish.enc
41186            + ext/Encode/Encode/macUkraine.enc
41187            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
41188            + t/lib/encode.t
41189            ! MANIFEST ext/Encode/Encode.pm
41190 ____________________________________________________________________________
41191 [  7104] By: nick                                  on 2000/09/30  13:04:30
41192         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
41193              From: Daniel Chetlin <daniel@chetlin.com>
41194              Date: Mon, 18 Sep 2000 05:05:40 -0700
41195              Message-Id: <20000918050540.C652@ilmd>
41196      Branch: perl
41197            ! lib/overload.pm sv.c t/pragma/overload.t
41198 ____________________________________________________________________________
41199 [  7103] By: nick                                  on 2000/09/30  12:53:36
41200         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
41201              From: Johan Vromans <jvromans@squirrel.nl>
41202              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
41203              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
41204      Branch: perl
41205            ! pod/Makefile.SH
41206 ____________________________________________________________________________
41207 [  7102] By: nick                                  on 2000/09/30  12:52:31
41208         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
41209              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41210              Date: Sat, 16 Sep 2000 16:36:45 -0400
41211              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
41212      Branch: perl
41213            ! ext/B/B/Deparse.pm
41214 ____________________________________________________________________________
41215 [  7101] By: nick                                  on 2000/09/30  12:51:41
41216         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
41217              From: Craig A. Berry <craig.berry@psinetcs.com>
41218              Date: Sat, 16 Sep 2000 10:11:10 -0500
41219              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
41220      Branch: perl
41221            ! vms/vms.c
41222 ____________________________________________________________________________
41223 [  7100] By: nick                                  on 2000/09/30  12:50:33
41224         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41225              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41226              Date: Fri, 15 Sep 2000 16:37:58 -0400
41227              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
41228      Branch: perl
41229            ! t/op/append.t
41230 ____________________________________________________________________________
41231 [  7099] By: nick                                  on 2000/09/30  12:49:35
41232         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41233              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41234              Date: Fri, 15 Sep 2000 16:25:30 -0400
41235              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
41236      Branch: perl
41237            ! pp_hot.c
41238 ____________________________________________________________________________
41239 [  7098] By: nick                                  on 2000/09/30  12:48:00
41240         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
41241              From: Gisle Aas <gisle@ActiveState.com>
41242              Date: 15 Sep 2000 16:23:41 +0200
41243              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
41244      Branch: perl
41245            ! toke.c
41246 ____________________________________________________________________________
41247 [  7097] By: nick                                  on 2000/09/30  12:45:16
41248         Log: Subject: [PATCH] Nits in perlmod.pod
41249              From: Daniel Chetlin <daniel@chetlin.com>
41250              Date: Fri, 15 Sep 2000 02:04:09 -0700
41251              Message-Id: <20000915020409.A2104@ilmd>
41252      Branch: perl
41253            ! pod/perlmod.pod
41254 ____________________________________________________________________________
41255 [  7096] By: nick                                  on 2000/09/30  12:18:00
41256         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
41257              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
41258              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
41259              0 to checking to get the warning.
41260      Branch: perl
41261            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41262            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
41263            ! regexec.c sv.c toke.c utf8.c
41264 ____________________________________________________________________________
41265 [  7095] By: nick                                  on 2000/09/15  16:55:59
41266         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
41267              
41268              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
41269              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41270              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
41271              Date: Fri, 15 Sep 2000 06:37:30 -0400
41272      Branch: perl
41273            ! ext/Encode/Encode.xs sv.c
41274 ____________________________________________________________________________
41275 [  7094] By: jhi                                   on 2000/09/15  03:23:32
41276         Log: Update Changes.
41277      Branch: perl
41278            ! Changes patchlevel.h
41279 ____________________________________________________________________________
41280 [  7093] By: jhi                                   on 2000/09/15  03:11:44
41281         Log: Fix for the charnames.t failures from Spider Boardman.
41282      Branch: perl
41283            ! toke.c
41284 ____________________________________________________________________________
41285 [  7092] By: jhi                                   on 2000/09/15  00:15:48
41286         Log: Botched the #7090 check-in.
41287      Branch: perl
41288            ! sv.c
41289 ____________________________________________________________________________
41290 [  7091] By: jhi                                   on 2000/09/14  23:33:24
41291         Log: Part of #7081 didn't come through.
41292      Branch: perl
41293            ! embed.pl proto.h
41294 ____________________________________________________________________________
41295 [  7090] By: jhi                                   on 2000/09/14  23:17:39
41296         Log: Subject: Re: perl@7078 
41297              From: Spider Boardman <spider@web.zk3.dec.com>
41298              Date: Thu, 14 Sep 2000 19:06:36 -0400
41299              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
41300      Branch: perl
41301            ! sv.c toke.c
41302 ____________________________________________________________________________
41303 [  7089] By: jhi                                   on 2000/09/14  23:11:21
41304         Log: Small portability tweaks.
41305      Branch: perl
41306            ! ext/Encode/Encode.xs
41307 ____________________________________________________________________________
41308 [  7088] By: jhi                                   on 2000/09/14  22:57:23
41309         Log: Fake return to pacify picky compilers.
41310      Branch: perl
41311            ! ext/Encode/Encode.xs
41312 ____________________________________________________________________________
41313 [  7087] By: jhi                                   on 2000/09/14  22:53:37
41314         Log: Subject: [PATCH] utf8.c apidoc
41315              From: Simon Cozens <simon@cozens.net>
41316              Date: Thu, 14 Sep 2000 23:46:57 +0100
41317              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
41318      Branch: perl
41319            ! perlapi.c pod/perlapi.pod utf8.c
41320 ____________________________________________________________________________
41321 [  7086] By: jhi                                   on 2000/09/14  22:40:38
41322         Log: We don't need to count the high bit bytes, a boolean is enough. 
41323      Branch: perl
41324            ! sv.c
41325 ____________________________________________________________________________
41326 [  7085] By: jhi                                   on 2000/09/14  21:20:09
41327         Log: Replace #7084 with
41328              
41329              Subject: Re: perl@7078 
41330              From: Spider Boardman <spider@web.zk3.dec.com>
41331              Date: Thu, 14 Sep 2000 17:09:36 -0400
41332              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
41333      Branch: perl
41334            ! sv.c utf8.c
41335 ____________________________________________________________________________
41336 [  7084] By: jhi                                   on 2000/09/14  20:03:34
41337         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
41338              convertable to bytes by checking it doesn't go above 0xc3
41339              
41340              Subject: Re: perl@7078
41341              From: Simon Cozens <simon@cozens.net>
41342              Date: Thu, 14 Sep 2000 20:59:19 +0100
41343              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
41344      Branch: perl
41345            ! utf8.c
41346 ____________________________________________________________________________
41347 [  7083] By: jhi                                   on 2000/09/14  19:38:47
41348         Log: Subject: Re: perl@7078
41349              From: Simon Cozens <simon@cozens.net>
41350              Date: Thu, 14 Sep 2000 20:13:09 +0100
41351              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
41352      Branch: perl
41353            ! t/op/bop.t
41354 ____________________________________________________________________________
41355 [  7082] By: jhi                                   on 2000/09/14  17:50:44
41356         Log: The one that got away.
41357      Branch: perl
41358            ! lib/File/Find.pm
41359 ____________________________________________________________________________
41360 [  7081] By: jhi                                   on 2000/09/14  17:45:35
41361         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
41362              From: Robin Barker <rmb1@cise.npl.co.uk>
41363              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
41364              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
41365      Branch: perl
41366            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
41367            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
41368            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
41369            ! regcomp.c toke.c universal.c
41370 ____________________________________________________________________________
41371 [  7080] By: jhi                                   on 2000/09/14  17:40:35
41372         Log: Problems picked up by AIX cc.
41373              
41374              Subject: Re: perl@7078 (patch included)
41375              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41376              Date: Thu, 14 Sep 2000 18:53:30 +0200
41377              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
41378      Branch: perl
41379            ! ext/Encode/Encode.xs
41380 ____________________________________________________________________________
41381 [  7079] By: jhi                                   on 2000/09/14  17:38:27
41382         Log: Subject: File::Find 5.7.0 POD nits
41383              From: Rich Morin <rdm@cfcl.com>
41384              Date: Wed, 13 Sep 2000 22:03:58 -0700
41385              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
41386      Branch: perl
41387            ! lib/File/Find.pm
41388 ____________________________________________________________________________
41389 [  7078] By: jhi                                   on 2000/09/14  14:58:20
41390         Log: Update Changes.
41391      Branch: perl
41392            ! Changes patchlevel.h
41393 ____________________________________________________________________________
41394 [  7077] By: jhi                                   on 2000/09/14  14:55:54
41395         Log: Compilation warnings and an error.
41396      Branch: perl
41397            ! sv.c
41398 ____________________________________________________________________________
41399 [  7076] By: jhi                                   on 2000/09/14  14:42:56
41400         Log: Fix for a parsing bug, not for the original bug.
41401              
41402              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
41403              From: Spider Boardman <spider@web.zk3.dec.com>
41404              Date: Wed, 13 Sep 2000 17:52:20 -0400
41405              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
41406      Branch: perl
41407            ! regcomp.c
41408 ____________________________________________________________________________
41409 [  7075] By: jhi                                   on 2000/09/14  14:40:40
41410         Log: Batch of UTF-8 patches from Simon Cozens.
41411      Branch: perl
41412            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
41413            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
41414            ! toke.c utf8.c
41415 ____________________________________________________________________________
41416 [  7074] By: jhi                                   on 2000/09/14  14:29:58
41417         Log: Subject: Re: Two advertising clauses need to be removed
41418              From: Russ Allbery <rra@stanford.edu>
41419              Date: 13 Sep 2000 18:50:26 -0700
41420              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
41421      Branch: perl
41422            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
41423 ____________________________________________________________________________
41424 [  7073] By: jhi                                   on 2000/09/14  14:28:20
41425         Log: Subject: [PATCH] de-wall t/README
41426              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41427              Date: Wed, 13 Sep 2000 17:46:55 -0700
41428              Message-ID: <//Bw5gzkge/e092yn@efn.org>
41429      Branch: perl
41430            ! t/README
41431 ____________________________________________________________________________
41432 [  7072] By: jhi                                   on 2000/09/14  14:25:10
41433         Log: Hints optimization.
41434              
41435              Subject: Minor nit
41436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41437              Date: Wed, 13 Sep 2000 21:42:07 +0200
41438              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
41439      Branch: perl
41440            ! hints/hpux.sh
41441 ____________________________________________________________________________
41442 [  7071] By: jhi                                   on 2000/09/14  14:23:30
41443         Log: Allow chop() and chomp() to be overridden.
41444              
41445              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41446              From: "Casey R. Tweten" <crt@kiski.net>
41447              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
41448              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
41449      Branch: perl
41450            ! toke.c
41451 ____________________________________________________________________________
41452 [  7070] By: jhi                                   on 2000/09/14  14:20:36
41453         Log: The return value of setlocale must be copied away.
41454              
41455              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41456              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41457              Date: Wed, 13 Sep 2000 16:27:37 +0100 
41458              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
41459      Branch: perl
41460            ! util.c
41461 ____________________________________________________________________________
41462 [  7069] By: jhi                                   on 2000/09/14  14:16:27
41463         Log: Remove vestiges of tr//CU.
41464              
41465              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41466              From: Nick Clark <nick@plum.flirble.org>
41467              Date: Tue, 12 Sep 2000 22:50:14 +0100
41468              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
41469              
41470              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41471              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41472              Date: Tue, 12 Sep 2000 21:38:48 -0700
41473              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
41474      Branch: perl
41475            ! op.h pod/perlunicode.pod
41476 ____________________________________________________________________________
41477 [  7068] By: jhi                                   on 2000/09/13  14:18:39
41478         Log: Add the Encode extension.  The code is still largely just skeleton.
41479      Branch: perl
41480            + ext/Encode/Encode.pm ext/Encode/Encode.xs
41481            + ext/Encode/Makefile.PL ext/Encode/Todo
41482            ! MANIFEST Todo-5.6
41483 ____________________________________________________________________________
41484 [  7067] By: jhi                                   on 2000/09/12  17:43:33
41485         Log: Allow for whitespace between "#" and "line" in cpp output.
41486              
41487              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
41488              From: Calle Dybedahl <calle@lysator.liu.se>
41489              Date: 12 Sep 2000 19:38:02 +0200 
41490              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
41491      Branch: perl
41492            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
41493 ____________________________________________________________________________
41494 [  7066] By: gsar                                  on 2000/09/12  17:24:29
41495         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
41496              initialization in all the threads on Windows
41497      Branch: perl
41498            ! win32/win32.c
41499 ____________________________________________________________________________
41500 [  7065] By: jhi                                   on 2000/09/12  15:11:31
41501         Log: Update Changes.
41502      Branch: perl
41503            ! Changes patchlevel.h
41504 ____________________________________________________________________________
41505 [  7064] By: jhi                                   on 2000/09/12  14:54:54
41506         Log: Retract #7062, the pod tests are not ready.
41507      Branch: perl
41508            ! t/TEST t/harness
41509 ____________________________________________________________________________
41510 [  7063] By: jhi                                   on 2000/09/12  14:25:41
41511         Log: The #7054 truncated Configure badly.
41512      Branch: metaconfig/U/perl
41513            ! End.U
41514      Branch: perl
41515            ! Configure config_h.SH
41516 ____________________________________________________________________________
41517 [  7062] By: jhi                                   on 2000/09/12  14:08:32
41518         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
41519              From: sthoenna@efn.org
41520              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
41521              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
41522      Branch: perl
41523            ! t/TEST t/harness
41524 ____________________________________________________________________________
41525 [  7061] By: jhi                                   on 2000/09/12  14:07:18
41526         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
41527              From: sthoenna@efn.org
41528              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
41529              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
41530      Branch: perl
41531            ! pod/perlxs.pod
41532 ____________________________________________________________________________
41533 [  7060] By: jhi                                   on 2000/09/12  14:06:08
41534         Log: Break up the myconfig lines a bit.
41535              
41536              Subject: perlbug/perl -V output format
41537              From: sthoenna@efn.org
41538              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
41539              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
41540      Branch: perl
41541            ! myconfig.SH
41542 ____________________________________________________________________________
41543 [  7059] By: jhi                                   on 2000/09/12  14:05:04
41544         Log: Test for the #7049.
41545              
41546              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
41547              From: andreas.koenig@anima.de (Andreas J. Koenig)
41548              Date: 12 Sep 2000 06:42:01 +0200
41549              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
41550      Branch: perl
41551            ! t/op/my.t
41552 ____________________________________________________________________________
41553 [  7058] By: jhi                                   on 2000/09/12  14:03:05
41554         Log: Subject: [patch: perl@7045] vms updates
41555              From: Peter Prymmer <pvhp@forte.com>
41556              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
41557              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
41558      Branch: perl
41559            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
41560 ____________________________________________________________________________
41561 [  7057] By: jhi                                   on 2000/09/12  14:00:51
41562         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
41563              From: sthoenna@efn.org
41564              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
41565              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
41566      Branch: perl
41567            ! t/op/64bitint.t
41568 ____________________________________________________________________________
41569 [  7056] By: jhi                                   on 2000/09/12  13:58:14
41570         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
41571              From: Jeff Pinyan <jeffp@crusoe.net>
41572              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
41573              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
41574      Branch: perl
41575            ! pod/perlfunc.pod
41576 ____________________________________________________________________________
41577 [  7055] By: jhi                                   on 2000/09/12  13:56:32
41578         Log: Do in VMS as the #7054 does.
41579      Branch: perl
41580            ! configure.com
41581 ____________________________________________________________________________
41582 [  7054] By: jhi                                   on 2000/09/12  13:50:31
41583         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
41584              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41585              Date: Mon, 11 Sep 2000 08:33:09 +0100
41586              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
41587      Branch: metaconfig/U/perl
41588            ! End.U
41589      Branch: perl
41590            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
41591            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
41592 ____________________________________________________________________________
41593 [  7053] By: jhi                                   on 2000/09/12  13:29:19
41594         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
41595              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41596              Date:     Tue, 12 Sep 2000 08:35:59 EDT
41597              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
41598      Branch: perl
41599            ! vms/test.com
41600 ____________________________________________________________________________
41601 [  7052] By: jhi                                   on 2000/09/11  23:01:50
41602         Log: Document the SvUTF8*().
41603      Branch: perl
41604            ! pod/perlapi.pod sv.h
41605 ____________________________________________________________________________
41606 [  7051] By: gsar                                  on 2000/09/11  14:46:30
41607         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
41608              (missed a spot when fixing up op_pmreplroot hack for ithreads)
41609      Branch: perl
41610            ! op.c t/op/split.t
41611 ____________________________________________________________________________
41612 [  7050] By: nick                                  on 2000/09/11  10:03:51
41613         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
41614              
41615              Subject: borland C++ win32.c tweak
41616              From: Vadim Konovalov <vkonovalov@lucent.com>
41617              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
41618              Date: Mon, 11 Sep 2000 11:22:33 +0400
41619      Branch: perl
41620            ! win32/win32.c
41621 ____________________________________________________________________________
41622 [  7049] By: nick                                  on 2000/09/11  09:57:33
41623         Log: Point fix for s/// on foreach (keys %xxx).
41624      Branch: perl
41625            ! pp_hot.c
41626 ____________________________________________________________________________
41627 [  7048] By: jhi                                   on 2000/09/10  23:37:09
41628         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
41629              by Pod::Text, from Brad Appleton.
41630      Branch: perl
41631            ! t/pod/testp2pt.pl
41632 ____________________________________________________________________________
41633 [  7047] By: jhi                                   on 2000/09/10  14:32:53
41634         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
41635              by Russ Allbery.
41636      Branch: perl
41637            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
41638 ____________________________________________________________________________
41639 [  7046] By: jhi                                   on 2000/09/10  14:15:08
41640         Log: Upgrade to CPAN 1.57_65, from Andreas König.
41641      Branch: perl
41642            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41643 ____________________________________________________________________________
41644 [  7045] By: jhi                                   on 2000/09/08  21:36:32
41645         Log: Update Changes.
41646      Branch: perl
41647            ! Changes patchlevel.h
41648 ____________________________________________________________________________
41649 [  7044] By: jhi                                   on 2000/09/08  21:29:56
41650         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
41651              From: Peter Prymmer <pvhp@forte.com>
41652              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
41653              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
41654      Branch: perl
41655            ! configure.com
41656 ____________________________________________________________________________
41657 [  7043] By: jhi                                   on 2000/09/08  21:27:50
41658         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
41659              From: Peter Prymmer <pvhp@forte.com>
41660              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
41661              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
41662      Branch: perl
41663            ! Makefile.SH installperl
41664 ____________________________________________________________________________
41665 [  7042] By: jhi                                   on 2000/09/08  21:23:21
41666         Log: Continue #7041.
41667      Branch: perl
41668            ! cygwin/Makefile.SHs os2/Makefile.SHs
41669 ____________________________________________________________________________
41670 [  7041] By: jhi                                   on 2000/09/08  21:18:10
41671         Log: Do away with memory models cruft.  Sorry, PDP users.
41672      Branch: metaconfig
41673            ! U/modified/cc.U U/modified/libpth.U
41674      Branch: perl
41675            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
41676            ! Porting/config_H cflags.SH config_h.SH configure.com
41677            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
41678            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
41679            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
41680 ____________________________________________________________________________
41681 [  7040] By: jhi                                   on 2000/09/08  14:34:18
41682         Log: Major rewrite of s2p.  And I mean really major, it is
41683              an implementation of sed in perl.  If called as s2p it
41684              will function as s2p.  Note: needs non-UNIXifying.
41685              
41686              Subject: s2p
41687              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
41688              Date: Mon, 28 Aug 2000 14:05:12 +0200
41689              Message-ID: <39AA5578.2102E2AA@alcatel.at>
41690      Branch: perl
41691            ! x2p/s2p.PL
41692 ____________________________________________________________________________
41693 [  7039] By: jhi                                   on 2000/09/08  14:19:49
41694         Log: Re-allow vec() for characters > 255.
41695              
41696              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
41697              From: Spider Boardman <spider@web.zk3.dec.com>
41698              Date: Fri, 08 Sep 2000 02:21:02 -0400
41699              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
41700      Branch: perl
41701            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
41702            ! t/op/vec.t
41703 ____________________________________________________________________________
41704 [  7038] By: jhi                                   on 2000/09/08  14:14:18
41705         Log: Subject: [PATCH lib/Benchmark.pm]
41706              From: <abigail@foad.org>
41707              Date: Thu, 7 Sep 2000 15:03:20 -0400
41708              Message-ID: <20000907190320.888.qmail@foad.org>
41709      Branch: perl
41710            ! lib/Benchmark.pm
41711 ____________________________________________________________________________
41712 [  7037] By: jhi                                   on 2000/09/08  14:11:06
41713         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
41714              
41715              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
41716              From: Spider Boardman <spider@web.zk3.dec.com>
41717              Date: Fri, 08 Sep 2000 01:30:27 -0400
41718              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
41719      Branch: perl
41720            ! op.c
41721 ____________________________________________________________________________
41722 [  7036] By: jhi                                   on 2000/09/08  14:08:58
41723         Log: Subject: [ID 20000908.002] perlipc documentation bug.
41724              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
41725              Date: Fri, 08 Sep 2000 12:38:32 +0200
41726              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
41727      Branch: perl
41728            ! pod/perlipc.pod
41729 ____________________________________________________________________________
41730 [  7035] By: jhi                                   on 2000/09/08  14:03:12
41731         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41733              Date: Fri, 08 Sep 2000 11:47:34 +0200
41734              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
41735      Branch: perl
41736            ! hints/dec_osf.sh
41737 ____________________________________________________________________________
41738 [  7034] By: jhi                                   on 2000/09/08  13:59:35
41739         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
41740              From: Simon Cozens <simon@cozens.net>
41741              Date: Thu, 7 Sep 2000 20:40:38 +0100
41742              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
41743      Branch: perl
41744            ! pp_hot.c
41745 ____________________________________________________________________________
41746 [  7033] By: jhi                                   on 2000/09/08  04:03:03
41747         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
41748              From: "Larry W. Virden" <lvirden@cas.org>
41749              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
41750              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
41751      Branch: perl
41752            ! pod/perldiag.pod
41753 ____________________________________________________________________________
41754 [  7032] By: jhi                                   on 2000/09/07  22:18:30
41755         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
41756              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
41757              Date: Mon, 04 Sep 2000 13:16:38 -0700
41758              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
41759      Branch: perl
41760            ! lib/perl5db.pl
41761 ____________________________________________________________________________
41762 [  7031] By: jhi                                   on 2000/09/07  22:02:29
41763         Log: Fix the ccversion detection for 5.1 and beyond.
41764              
41765              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41766              From: Spider Boardman <spider@leggy.zk3.dec.com>
41767              Date: Thu, 7 Sep 2000 17:54:27 -0400
41768              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
41769      Branch: perl
41770            ! hints/dec_osf.sh
41771 ____________________________________________________________________________
41772 [  7030] By: jhi                                   on 2000/09/07  19:12:28
41773         Log: Fix for
41774              
41775              Subject: [ID 20000903.001] \w in utf8-strings
41776              From: Marc Lehmann <pcg@goof.com>
41777              Date: Sun, 03 Sep 2000 09:44:29 +0200
41778              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
41779              
41780              and various related nits.
41781      Branch: perl
41782            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
41783 ____________________________________________________________________________
41784 [  7029] By: jhi                                   on 2000/09/07  18:49:09
41785         Log: Fix the URL, but the server is still missing in action.
41786              
41787              Subject: [ID 20000905.002] perlfaq1.pod URL error
41788              From: "Larry W. Virden" <lvirden@cas.org>
41789              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
41790              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
41791      Branch: perl
41792            ! pod/perlfaq1.pod
41793 ____________________________________________________________________________
41794 [  7028] By: jhi                                   on 2000/09/07  18:47:13
41795         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
41796              From: Hugo <hv@crypt.compulink.co.uk>
41797              Date: Tue, 05 Sep 2000 14:13:37 +0100
41798              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
41799      Branch: perl
41800            ! toke.c
41801 ____________________________________________________________________________
41802 [  7027] By: jhi                                   on 2000/09/07  18:45:35
41803         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
41804              From: Daniel Chetlin <daniel@chetlin.com>
41805              Date: Tue, 5 Sep 2000 04:57:07 -0700
41806              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
41807      Branch: perl
41808            ! pod/perlfaq6.pod pod/perlop.pod
41809 ____________________________________________________________________________
41810 [  7026] By: jhi                                   on 2000/09/07  18:44:01
41811         Log: Document the new ref() semantics.
41812              
41813              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
41814              From: Gisle Aas <gisle@ActiveState.com>
41815              Date: 05 Sep 2000 08:10:30 +0200
41816              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
41817      Branch: perl
41818            ! pod/perldelta.pod
41819 ____________________________________________________________________________
41820 [  7025] By: jhi                                   on 2000/09/07  18:42:27
41821         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
41822              
41823              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
41824              From: Gisle Aas <gisle@ActiveState.com>
41825              Date: 05 Sep 2000 08:11:40 +0200
41826              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
41827      Branch: perl
41828            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
41829 ____________________________________________________________________________
41830 [  7024] By: jhi                                   on 2000/09/07  18:39:32
41831         Log: Subject: [PATCH] Modernize Opcode.pm documentation
41832              From: Gisle Aas <gisle@ActiveState.com>
41833              Date: 4 Sep 2000 00:18:55 -0000
41834              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
41835      Branch: perl
41836            ! ext/Opcode/Opcode.pm
41837 ____________________________________________________________________________
41838 [  7023] By: jhi                                   on 2000/09/07  18:37:42
41839         Log: Subject: [PATCH] Tied filehandle documentation
41840              From: Gisle Aas <gisle@ActiveState.com>
41841              Date: 4 Sep 2000 00:14:40 -0000
41842              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
41843      Branch: perl
41844            ! pod/perlfunc.pod pod/perltie.pod
41845 ____________________________________________________________________________
41846 [  7022] By: jhi                                   on 2000/09/07  18:35:37
41847         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
41848              From: Gisle Aas <gisle@ActiveState.com>
41849              Date: 4 Sep 2000 00:04:22 -0000
41850              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
41851      Branch: perl
41852            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
41853 ____________________________________________________________________________
41854 [  7021] By: jhi                                   on 2000/09/07  18:33:22
41855         Log: Subject: small apidoc fix
41856              From: Marc Lehmann <pcg@goof.com>
41857              Date: Sun, 3 Sep 2000 05:12:06 +0200
41858              Message-ID: <20000903051206.A5909@cerebro.laendle>
41859      Branch: perl
41860            ! pod/perlapi.pod utf8.c
41861 ____________________________________________________________________________
41862 [  7020] By: jhi                                   on 2000/09/07  16:14:57
41863         Log: Tiny perldelta nits.
41864      Branch: perl
41865            ! pod/perldelta.pod
41866 ____________________________________________________________________________
41867 [  7019] By: jhi                                   on 2000/09/07  16:04:20
41868         Log: Guard against bad string->int conversion for quads.
41869      Branch: perl
41870            ! t/op/64bitint.t
41871 ____________________________________________________________________________
41872 [  7018] By: jhi                                   on 2000/09/06  17:07:03
41873         Log: Update Unicode todo list.
41874      Branch: perl
41875            ! Todo-5.6
41876 ____________________________________________________________________________
41877 [  7017] By: jhi                                   on 2000/09/05  21:16:01
41878         Log: Document the SvIOK_.*UV().
41879      Branch: perl
41880            ! pod/perlapi.pod sv.h
41881 ____________________________________________________________________________
41882 [  7016] By: nick                                  on 2000/09/03  21:54:46
41883         Log: Hash lookup of constant strings optimization:
41884              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
41885              to string table (as per sharepvn). Add newSV_pvn_share to create such
41886              a thing. Make hv.c compare addresses of strings and skip string compare
41887              if equal. Make method_named and helem ops use these shared-string SVs
41888              when arg is constant. Make keys op return shared-string SVs (less clearly
41889              a win).
41890      Branch: perl
41891            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
41892            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
41893            ! pod/perlintern.pod pp_hot.c proto.h sv.c
41894 ____________________________________________________________________________
41895 [  7015] By: jhi                                   on 2000/09/02  17:48:59
41896         Log: This is 5.7.0.
41897      Branch: perl
41898            ! Changes
41899 ____________________________________________________________________________
41900 [  7014] By: jhi                                   on 2000/09/02  17:35:45
41901         Log: Changes and patchlevel tweaks.
41902      Branch: perl
41903            ! Changes patchlevel.h
41904 ____________________________________________________________________________
41905 [  7013] By: jhi                                   on 2000/09/02  17:30:50
41906         Log: Update Changes.
41907      Branch: perl
41908            ! Changes patchlevel.h
41909 ____________________________________________________________________________
41910 [  7012] By: nick                                  on 2000/09/02  17:25:20
41911         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
41912      Branch: perl
41913            ! gv.c lib/overload.pm
41914 ____________________________________________________________________________
41915 [  7011] By: jhi                                   on 2000/09/02  17:16:25
41916         Log: Update perlhist.
41917      Branch: perl
41918            ! pod/perlhist.pod
41919 ____________________________________________________________________________
41920 [  7010] By: jhi                                   on 2000/09/02  17:01:35
41921         Log: perldelta nits.
41922      Branch: perl
41923            ! pod/perldelta.pod
41924 ____________________________________________________________________________
41925 [  7009] By: nick                                  on 2000/09/02  16:48:35
41926         Log: If overloaded %{} etc. return the object do not loop.
41927              Thus  sub deref { $_[0] } functions if object is wanted type.
41928      Branch: perl
41929            ! pp.h
41930 ____________________________________________________________________________
41931 [  7008] By: jhi                                   on 2000/09/02  16:26:11
41932         Log: Retab MANIFEST.
41933      Branch: perl
41934            ! ext/Storable/MANIFEST
41935 ____________________________________________________________________________
41936 [  7007] By: jhi                                   on 2000/09/02  16:23:02
41937         Log: Make certain cc is set before trying to run it.
41938      Branch: perl
41939            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
41940 ____________________________________________________________________________
41941 [  7006] By: jhi                                   on 2000/09/02  15:45:41
41942         Log: Unicode notes.
41943      Branch: perl
41944            ! pod/perldelta.pod
41945 ____________________________________________________________________________
41946 [  7005] By: jhi                                   on 2000/09/02  15:42:11
41947         Log: Various Configure nits by Philip Newton,
41948              plus the ebcdic one by me.
41949      Branch: metaconfig
41950            + U/modified/pager.U
41951            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
41952      Branch: metaconfig/U/perl
41953            ! Devel.U quadfio.U
41954      Branch: perl
41955            ! Configure config_h.SH
41956 ____________________________________________________________________________
41957 [  7004] By: jhi                                   on 2000/09/02  15:06:14
41958         Log: Apparently avoiding the swapping is too costly.
41959              
41960              From: "Ben Tilly" <ben_tilly@hotmail.com>
41961              Subject: Re: the door is closed.
41962              Date: Fri, 01 Sep 2000 20:23:16 EDT
41963              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
41964      Branch: perl
41965            ! pod/perlfaq4.pod
41966 ____________________________________________________________________________
41967 [  7003] By: nick                                  on 2000/09/02  12:26:04
41968         Log: Undo part of change 6489 which looks like a bulk edit which
41969              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
41970              The supressing of main:: on return from select() is undesirable.
41971      Branch: perl
41972            ! pp_sys.c
41973 ____________________________________________________________________________
41974 [  7002] By: jhi                                   on 2000/09/01  23:08:54
41975         Log: Update Changes.
41976      Branch: perl
41977            ! Changes patchlevel.h
41978 ____________________________________________________________________________
41979 [  7001] By: jhi                                   on 2000/09/01  23:00:13
41980         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
41981              From: Peter Prymmer <pvhp@forte.com>
41982              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
41983              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
41984              
41985              plus rework the http: spots as suggested by Tom Christiansen,
41986              plus regen perltoc.
41987      Branch: perl
41988            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
41989            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
41990 ____________________________________________________________________________
41991 [  7000] By: jhi                                   on 2000/09/01  22:36:01
41992         Log: Only the first line, thank you very much.
41993      Branch: perl
41994            ! hints/solaris_2.sh
41995 ____________________________________________________________________________
41996 [  6999] By: gsar                                  on 2000/09/01  22:16:40
41997         Log: change#6791 accidentally clobbered change#6710, put it back
41998      Branch: perl
41999            ! win32/win32.c
42000 ____________________________________________________________________________
42001 [  6998] By: jhi                                   on 2000/09/01  22:14:16
42002         Log: Mention the HP-UX LP64 freak failure.
42003      Branch: perl
42004            ! pod/perldelta.pod
42005 ____________________________________________________________________________
42006 [  6997] By: jhi                                   on 2000/09/01  21:48:32
42007         Log: Detypo.
42008      Branch: perl
42009            ! hints/hpux.sh
42010 ____________________________________________________________________________
42011 [  6996] By: jhi                                   on 2000/09/01  21:27:10
42012         Log: Update Changes.
42013      Branch: perl
42014            ! Changes patchlevel.h
42015 ____________________________________________________________________________
42016 [  6995] By: jhi                                   on 2000/09/01  21:14:24
42017         Log: Mi splgn s gnin.g
42018      Branch: perl
42019            ! pp_ctl.c
42020 ____________________________________________________________________________
42021 [  6994] By: jhi                                   on 2000/09/01  21:09:54
42022         Log: Subject: http:// in L<>
42023              From: Nicholas Clark <nick@ccl4.org>
42024              Date: Fri, 1 Sep 2000 22:03:21 +0100
42025              Message-ID: <20000901220321.B72074@plum.flirble.org>
42026      Branch: perl
42027            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
42028 ____________________________________________________________________________
42029 [  6993] By: jhi                                   on 2000/09/01  21:06:54
42030         Log: Update to Storable 1.0, from Raphael Manfredi.
42031      Branch: perl
42032            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42033            ! ext/Storable/Makefile.PL ext/Storable/README
42034            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42035            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42036            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
42037            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
42038            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
42039            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
42040 ____________________________________________________________________________
42041 [  6992] By: jhi                                   on 2000/09/01  20:43:05
42042         Log: Mention known sfio+linux buglet.
42043      Branch: perl
42044            ! pod/perldelta.pod
42045 ____________________________________________________________________________
42046 [  6991] By: jhi                                   on 2000/09/01  20:40:11
42047         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42048              From: Peter Prymmer <pvhp@forte.com>
42049              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
42050              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
42051      Branch: perl
42052            ! vms/vms.c
42053 ____________________________________________________________________________
42054 [  6990] By: jhi                                   on 2000/09/01  20:25:26
42055         Log: Retract #6986.
42056      Branch: perl
42057            ! hints/solaris_2.sh
42058 ____________________________________________________________________________
42059 [  6989] By: jhi                                   on 2000/09/01  20:23:00
42060         Log: Mergesort is back.
42061      Branch: perl
42062            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
42063 ____________________________________________________________________________
42064 [  6988] By: jhi                                   on 2000/09/01  19:37:40
42065         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42066              From: Mike Guy <mjtg@cam.ac.uk>
42067              Date: Fri, 01 Sep 2000 17:43:33 +0100
42068              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
42069      Branch: perl
42070            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
42071            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
42072 ____________________________________________________________________________
42073 [  6987] By: jhi                                   on 2000/09/01  19:17:10
42074         Log: Regen perltoc.
42075      Branch: perl
42076            ! pod/perltoc.pod
42077 ____________________________________________________________________________
42078 [  6986] By: jhi                                   on 2000/09/01  18:51:10
42079         Log: Subject: Re: Solaris x86 has no SPARC libraries!
42080              From: Lupe Christoph <lupe@lupe-christoph.de>
42081              Date: Fri, 1 Sep 2000 20:41:20 +0200
42082              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
42083      Branch: perl
42084            ! hints/solaris_2.sh
42085 ____________________________________________________________________________
42086 [  6985] By: jhi                                   on 2000/09/01  18:28:10
42087         Log: Update Changes.
42088      Branch: perl
42089            ! Changes patchlevel.h
42090 ____________________________________________________________________________
42091 [  6984] By: jhi                                   on 2000/09/01  18:26:53
42092         Log: Feature ordering tweak.
42093      Branch: perl
42094            ! myconfig.SH
42095 ____________________________________________________________________________
42096 [  6983] By: jhi                                   on 2000/09/01  18:19:50
42097         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42098              From: <abigail@foad.org>
42099              Date: Fri, 1 Sep 2000 13:07:32 -0400
42100              Message-ID: <20000901170732.18249.qmail@foad.org>
42101      Branch: perl
42102            ! t/pragma/overload.t
42103 ____________________________________________________________________________
42104 [  6982] By: jhi                                   on 2000/09/01  18:17:54
42105         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
42106              so that case-ignoring systems like DCL can tell them from
42107              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
42108      Branch: metaconfig/U/perl
42109            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
42110      Branch: perl
42111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42112            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
42113            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
42114            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
42115            ! vos/config.def vos/config.h vos/config_h.SH_orig
42116            ! win32/config.bc win32/config.gc win32/config.vc
42117 ____________________________________________________________________________
42118 [  6981] By: nick                                  on 2000/09/01  17:21:57
42119         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
42120              warning when UNTIE exists and instead pass the cound of extra references to
42121              the UNTIE method.
42122      Branch: perl
42123            ! pod/perltie.pod pp_sys.c
42124 ____________________________________________________________________________
42125 [  6980] By: jhi                                   on 2000/09/01  16:54:44
42126         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
42127              From: Peter Prymmer <pvhp@forte.com>
42128              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
42129              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
42130      Branch: perl
42131            ! configure.com
42132 ____________________________________________________________________________
42133 [  6979] By: jhi                                   on 2000/09/01  16:06:20
42134         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42135              From: Mike Guy <mjtg@cam.ac.uk> 
42136              Date: Fri, 01 Sep 2000 16:49:27 +0100
42137              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
42138      Branch: perl
42139            ! t/base/rs.t
42140 ____________________________________________________________________________
42141 [  6978] By: jhi                                   on 2000/09/01  16:00:42
42142         Log: Update to PodParser 1.18, from Brad Appleton.
42143      Branch: perl
42144            ! lib/Pod/Checker.pm t/pod/find.t
42145 ____________________________________________________________________________
42146 [  6977] By: jhi                                   on 2000/09/01  14:48:58
42147         Log: Subject: Nit in Configure (bleadperl@6961)
42148              From: Lupe Christoph <lupe@lupe-christoph.de>
42149              Date: Fri, 1 Sep 2000 16:34:29 +0200
42150              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
42151      Branch: metaconfig
42152            ! U/compline/ccflags.U
42153      Branch: perl
42154            ! Configure config_h.SH
42155 ____________________________________________________________________________
42156 [  6976] By: jhi                                   on 2000/09/01  14:39:52
42157         Log: Update Changes.
42158      Branch: perl
42159            ! Changes patchlevel.h
42160 ____________________________________________________________________________
42161 [  6975] By: jhi                                   on 2000/09/01  14:37:36
42162         Log: microperl config update.
42163      Branch: perl
42164            ! uconfig.h uconfig.sh
42165 ____________________________________________________________________________
42166 [  6974] By: jhi                                   on 2000/09/01  14:36:53
42167         Log: Document known deficiencies.
42168      Branch: perl
42169            ! pod/perldelta.pod
42170 ____________________________________________________________________________
42171 [  6973] By: jhi                                   on 2000/09/01  14:10:20
42172         Log: Mention warnings fixes and updates.
42173      Branch: perl
42174            ! pod/perldelta.pod
42175 ____________________________________________________________________________
42176 [  6972] By: jhi                                   on 2000/09/01  14:01:52
42177         Log: Drop unused argument.
42178              
42179              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42180              From: Spider Boardman <spider@web.zk3.dec.com>
42181              Date: Thu, 31 Aug 2000 16:10:15 -0400
42182              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
42183      Branch: perl
42184            ! toke.c
42185 ____________________________________________________________________________
42186 [  6971] By: jhi                                   on 2000/09/01  13:59:24
42187         Log: Add the overload warnings to perldiag.
42188      Branch: perl
42189            ! lib/overload.pm pod/perldiag.pod
42190 ____________________________________________________________________________
42191 [  6970] By: jhi                                   on 2000/09/01  13:55:10
42192         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42193              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42194              Date: Fri, 1 Sep 2000 13:43:15 +0100 
42195              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
42196      Branch: perl
42197            ! lib/overload.pm t/pragma/overload.t
42198 ____________________________________________________________________________
42199 [  6969] By: jhi                                   on 2000/09/01  13:52:27
42200         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42201              From: <abigail@foad.org>
42202              Date: Fri, 1 Sep 2000 05:46:54 -0400
42203              Message-ID: <20000901094654.6476.qmail@foad.org>
42204      Branch: perl
42205            ! lib/overload.pm
42206 ____________________________________________________________________________
42207 [  6968] By: jhi                                   on 2000/09/01  13:50:05
42208         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
42209              From: Daniel Chetlin <daniel@chetlin.com>
42210              Date: Fri, 1 Sep 2000 02:10:55 -0700
42211              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
42212      Branch: perl
42213            ! pod/perlretut.pod
42214 ____________________________________________________________________________
42215 [  6967] By: jhi                                   on 2000/09/01  13:47:54
42216         Log: Part of the solution.
42217              
42218              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
42219              From: Mike Guy <mjtg@cam.ac.uk>
42220              Date: Fri, 01 Sep 2000 14:16:01 +0100
42221              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
42222      Branch: perl
42223            ! gv.c mg.c
42224 ____________________________________________________________________________
42225 [  6966] By: jhi                                   on 2000/09/01  13:46:17
42226         Log: Subject: CPAN.pm beta 1.57_57 for the core
42227              From: andreas.koenig@anima.de (Andreas J. Koenig)
42228              Date: 01 Sep 2000 15:16:31 +0200
42229              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
42230      Branch: perl
42231            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42232 ____________________________________________________________________________
42233 [  6965] By: jhi                                   on 2000/09/01  13:43:18
42234         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
42235              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42236              Date: Fri, 01 Sep 2000 01:47:22 -0500
42237              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
42238      Branch: perl
42239            ! pod/perldelta.pod vms/vms.c
42240 ____________________________________________________________________________
42241 [  6964] By: jhi                                   on 2000/09/01  13:35:35
42242         Log: File::Temp patches from Andreas König,
42243              
42244              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
42245              From: andreas.koenig@anima.de (Andreas J. Koenig)
42246              Date: 01 Sep 2000 10:07:20 +0200
42247              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
42248              
42249              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
42250              From: andreas.koenig@anima.de (Andreas J. Koenig)
42251              Date: 31 Aug 2000 23:26:08 +0200
42252              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
42253      Branch: perl
42254            ! lib/File/Temp.pm t/lib/ftmp-security.t
42255 ____________________________________________________________________________
42256 [  6963] By: jhi                                   on 2000/09/01  02:22:24
42257         Log: Retract the mergesort code, way too incompatible licensing
42258              and copyrights.
42259      Branch: perl
42260            ! pod/perldelta.pod pp_ctl.c
42261 ____________________________________________________________________________
42262 [  6962] By: jhi                                   on 2000/08/31  23:27:32
42263         Log: Update Changes.
42264      Branch: perl
42265            ! Changes patchlevel.h
42266 ____________________________________________________________________________
42267 [  6961] By: jhi                                   on 2000/08/31  23:20:04
42268         Log: Small tweaks all over.
42269      Branch: metaconfig
42270            ! U/compline/d_gconvert.U
42271      Branch: perl
42272            ! AUTHORS Configure config_h.SH pp_ctl.c
42273 ____________________________________________________________________________
42274 [  6960] By: jhi                                   on 2000/08/31  22:39:36
42275         Log: Further rewording.
42276      Branch: perl
42277            ! pp_ctl.c
42278 ____________________________________________________________________________
42279 [  6959] By: jhi                                   on 2000/08/31  21:26:44
42280         Log: More address tweaking.
42281      Branch: perl
42282            ! AUTHORS Changes
42283 ____________________________________________________________________________
42284 [  6958] By: jhi                                   on 2000/08/31  20:47:25
42285         Log: AUTHORS tweaks, from Peter Prymmer.
42286              
42287              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
42288              From: Peter Prymmer <pvhp@forte.com>
42289              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
42290              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
42291      Branch: perl
42292            ! AUTHORS MAINTAIN
42293 ____________________________________________________________________________
42294 [  6957] By: jhi                                   on 2000/08/31  20:34:43
42295         Log: perldelta tweaks.
42296      Branch: perl
42297            ! pod/perldelta.pod
42298 ____________________________________________________________________________
42299 [  6956] By: jhi                                   on 2000/08/31  19:11:06
42300         Log: Regen perltoc.
42301      Branch: perl
42302            ! pod/perltoc.pod
42303 ____________________________________________________________________________
42304 [  6955] By: jhi                                   on 2000/08/31  19:06:30
42305         Log: Clarify the mergesort situation.
42306      Branch: perl
42307            ! pp_ctl.c
42308 ____________________________________________________________________________
42309 [  6954] By: jhi                                   on 2000/08/31  18:24:17
42310         Log: Move the Solaris 7 scan to use64bitall, make the
42311              failure to find 64-bot sparc libc to mention the
42312              possibility of being in an intel, from Lupe and Alan.
42313      Branch: perl
42314            ! hints/solaris_2.sh
42315 ____________________________________________________________________________
42316 [  6953] By: jhi                                   on 2000/08/31  18:09:20
42317         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
42318              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
42319      Branch: metaconfig
42320            ! U/compline/d_gconvert.U U/threads/archname.U
42321      Branch: metaconfig/U/perl
42322            ! perlxv.U
42323      Branch: perl
42324            ! Configure config_h.SH sv.c
42325 ____________________________________________________________________________
42326 [  6952] By: jhi                                   on 2000/08/31  17:42:24
42327         Log: :: not allowed in pathnames, change to .
42328              
42329              Subject: [PATCH perl@6938] cygwin port
42330              From: "Fifer, Eric" <EFifer@sanwaint.com>
42331              Date: Thu, 31 Aug 2000 16:32:59 +0100
42332              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
42333      Branch: metaconfig/U/perl
42334            ! perlxv.U
42335 ____________________________________________________________________________
42336 [  6951] By: jhi                                   on 2000/08/31  17:02:05
42337         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
42338      Branch: perl
42339            ! perl.h
42340 ____________________________________________________________________________
42341 [  6950] By: jhi                                   on 2000/08/31  16:26:08
42342         Log: More author updates.
42343              
42344              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
42345              From: Simon Cozens <simon@cozens.net>
42346              Date: Thu, 31 Aug 2000 17:13:32 +0100
42347              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
42348      Branch: perl
42349            ! AUTHORS
42350 ____________________________________________________________________________
42351 [  6949] By: jhi                                   on 2000/08/31  16:04:49
42352         Log: POSIX doesn't report long double values under -Duselongdouble
42353              when the long doubles are "real" (bigger than doubles).
42354              
42355              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
42356              From: Spider Boardman <spider@peano.zk3.dec.com>
42357              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
42358              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
42359      Branch: perl
42360            ! ext/POSIX/POSIX.xs
42361 ____________________________________________________________________________
42362 [  6948] By: jhi                                   on 2000/08/31  15:25:10
42363         Log: Update Changes.
42364      Branch: perl
42365            ! Changes patchlevel.h
42366 ____________________________________________________________________________
42367 [  6947] By: jhi                                   on 2000/08/31  15:22:29
42368         Log: Document UNTIE in a very minimalistic way.
42369      Branch: perl
42370            ! pod/perlfunc.pod pod/perltie.pod
42371 ____________________________________________________________________________
42372 [  6946] By: jhi                                   on 2000/08/31  15:15:23
42373         Log: Document known failures.
42374      Branch: perl
42375            ! pod/perldelta.pod
42376 ____________________________________________________________________________
42377 [  6945] By: jhi                                   on 2000/08/31  15:07:00
42378         Log: Don't attach -ld to the archname if pointless.
42379      Branch: metaconfig
42380            ! U/threads/archname.U
42381      Branch: perl
42382            ! Configure config_h.SH
42383 ____________________________________________________________________________
42384 [  6944] By: jhi                                   on 2000/08/31  14:37:42
42385         Log: Wrap the test in eval.
42386              
42387              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
42388              From: Tim Jenness <timj@jach.hawaii.edu>
42389              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
42390              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
42391      Branch: perl
42392            ! t/lib/ftmp-security.t
42393 ____________________________________________________________________________
42394 [  6943] By: jhi                                   on 2000/08/31  14:30:57
42395         Log: Make -Dusemorebits find long doubles in Solaris.
42396      Branch: perl
42397            ! hints/solaris_2.sh
42398 ____________________________________________________________________________
42399 [  6942] By: jhi                                   on 2000/08/31  13:48:45
42400         Log: Clarify the third case of ftmp-security warnings.
42401      Branch: perl
42402            ! INSTALL
42403 ____________________________________________________________________________
42404 [  6941] By: jhi                                   on 2000/08/31  13:40:31
42405         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
42406              From: <abigail@foad.org>
42407              Date: Thu, 31 Aug 2000 01:35:05 -0400
42408              Message-ID: <20000831053505.32120.qmail@foad.org>
42409      Branch: perl
42410            ! pod/perldelta.pod
42411 ____________________________________________________________________________
42412 [  6940] By: jhi                                   on 2000/08/31  13:38:48
42413         Log: Issue useful diagnostic on unknown pod commands.
42414              
42415              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
42416              From: <abigail@foad.org>
42417              Date: Thu, 31 Aug 2000 03:41:18 -0400
42418              Message-ID: <20000831074118.24880.qmail@foad.org>
42419      Branch: perl
42420            ! lib/Pod/Man.pm
42421 ____________________________________________________________________________
42422 [  6939] By: jhi                                   on 2000/08/31  13:34:33
42423         Log: Reveal Borland's isnan.
42424              
42425              Subject: build with BC++ tweak
42426              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42427              Date: Thu, 31 Aug 2000 13:09:37 +0400
42428              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
42429      Branch: perl
42430            ! win32/win32.h
42431 ____________________________________________________________________________
42432 [  6938] By: jhi                                   on 2000/08/31  05:01:20
42433         Log: Update Changes.
42434      Branch: perl
42435            ! Changes patchlevel.h
42436 ____________________________________________________________________________
42437 [  6937] By: jhi                                   on 2000/08/31  04:26:23
42438         Log: sscanf() may be the only way to read long doubles from strings.
42439      Branch: metaconfig/U/perl
42440            ! longdblfio.U
42441      Branch: perl
42442            ! Configure config_h.SH perl.h util.c
42443 ____________________________________________________________________________
42444 [  6936] By: jhi                                   on 2000/08/31  04:18:19
42445         Log: The #6929 was too skimpy.
42446      Branch: perl
42447            ! sv.c
42448 ____________________________________________________________________________
42449 [  6935] By: jhi                                   on 2000/08/31  02:47:07
42450         Log: Subject: Re: typos in pods
42451              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42452              Date: Wed, 30 Aug 2000 19:25:34 -0700
42453              Message-ID: <eIcr5gzkg25X092yn@efn.org>
42454      Branch: perl
42455            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
42456 ____________________________________________________________________________
42457 [  6934] By: jhi                                   on 2000/08/31  02:42:55
42458         Log: Missed one Unicode file.
42459      Branch: perl
42460            + lib/unicode/UCDFF301.html
42461 ____________________________________________________________________________
42462 [  6933] By: jhi                                   on 2000/08/30  23:42:27
42463         Log: Update Changes.
42464      Branch: perl
42465            ! Changes patchlevel.h
42466 ____________________________________________________________________________
42467 [  6932] By: jhi                                   on 2000/08/30  23:40:07
42468         Log: Mention UNTIE in perldelta.  Still needs documenting
42469              in perltie et alia.
42470      Branch: perl
42471            ! pod/perldelta.pod
42472 ____________________________________________________________________________
42473 [  6931] By: jhi                                   on 2000/08/30  23:36:02
42474         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
42475              From: <abigail@foad.org>
42476              Date: Wed, 30 Aug 2000 19:28:07 -0400
42477              Message-ID: <20000830232807.305.qmail@foad.org>
42478      Branch: perl
42479            ! pod/perldelta.pod
42480 ____________________________________________________________________________
42481 [  6930] By: jhi                                   on 2000/08/30  23:32:40
42482         Log: Update to Unicode 3.0.1.
42483      Branch: perl
42484            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
42485            + lib/unicode/PropList.txt lib/unicode/README.perl
42486            + lib/unicode/UCD301.html lib/unicode/Unicode.301
42487            - lib/unicode/Props.txt lib/unicode/UCD300.html
42488            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42489            ! (edit 257 files)
42490 ____________________________________________________________________________
42491 [  6929] By: jhi                                   on 2000/08/30  22:38:18
42492         Log: Heap decorruption.
42493              
42494              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
42495              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42496              Date: Wed, 30 Aug 2000 22:39:52 +0100
42497              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
42498      Branch: perl
42499            ! sv.c
42500 ____________________________________________________________________________
42501 [  6928] By: jhi                                   on 2000/08/30  22:29:34
42502         Log: Retract the dummy test, skip the security tests (instead of failing),
42503              explain what the warnings mean.
42504      Branch: perl
42505            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
42506 ____________________________________________________________________________
42507 [  6927] By: jhi                                   on 2000/08/30  22:14:13
42508         Log: Change the internal implementation of sort() to be mergesort
42509              instead of quicksort, from John Linderman <jpl@research.att.com>.
42510              Gives us better worst case, better average case, and stability.
42511              What's there not to like?  (Small fixes for threaded builds
42512              were required).
42513      Branch: perl
42514            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
42515 ____________________________________________________________________________
42516 [  6926] By: jhi                                   on 2000/08/30  20:55:20
42517         Log: A better fix for the Socket building problem from Craig Berry.
42518      Branch: perl
42519            ! vms/vms.c
42520 ____________________________________________________________________________
42521 [  6925] By: jhi                                   on 2000/08/30  20:20:25
42522         Log: Subject: [PATCH] Re: UNTIE method 
42523              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42524              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
42525              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
42526      Branch: perl
42527            ! pp_sys.c t/op/tie.t
42528 ____________________________________________________________________________
42529 [  6924] By: jhi                                   on 2000/08/30  20:17:11
42530         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
42531              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42532              Date: Wed, 30 Aug 2000 15:03:14 -0500
42533              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
42534      Branch: perl
42535            ! vms/vms.c
42536 ____________________________________________________________________________
42537 [  6923] By: jhi                                   on 2000/08/30  20:15:18
42538         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
42539              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42540              Date: Wed, 30 Aug 2000 13:30:36 -0500
42541              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
42542      Branch: perl
42543            ! vms/vms.c
42544 ____________________________________________________________________________
42545 [  6922] By: jhi                                   on 2000/08/30  19:54:43
42546         Log: Better options for rsync.
42547      Branch: perl
42548            ! pod/perlhack.pod
42549 ____________________________________________________________________________
42550 [  6921] By: jhi                                   on 2000/08/30  19:40:16
42551         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
42552              From: Rick Delaney <rick@consumercontact.com>
42553              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
42554              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
42555      Branch: perl
42556            ! pod/perlfunc.pod
42557 ____________________________________________________________________________
42558 [  6920] By: jhi                                   on 2000/08/30  19:36:40
42559         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
42560              From: Peter Prymmer <pvhp@forte.com>
42561              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
42562              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
42563      Branch: perl
42564            ! configure.com
42565 ____________________________________________________________________________
42566 [  6919] By: jhi                                   on 2000/08/30  14:52:02
42567         Log: Update Changes.
42568      Branch: perl
42569            ! Changes patchlevel.h
42570 ____________________________________________________________________________
42571 [  6918] By: jhi                                   on 2000/08/30  14:48:34
42572         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
42573      Branch: perl
42574            ! lib/ExtUtils/typemap
42575 ____________________________________________________________________________
42576 [  6917] By: jhi                                   on 2000/08/30  14:46:34
42577         Log: Subject: typos in pods
42578              From: Nicholas Clark <nick@ccl4.org>
42579              Date: Wed, 30 Aug 2000 01:12:50 +0100
42580              Message-ID: <20000830011249.A61388@plum.flirble.org>
42581      Branch: perl
42582            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
42583            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
42584            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
42585            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
42586 ____________________________________________________________________________
42587 [  6916] By: jhi                                   on 2000/08/30  14:19:09
42588         Log: Document Storable problems on Crays.  (Will have
42589              to document all the other Storable problems, too.)
42590      Branch: perl
42591            ! pod/perldelta.pod
42592 ____________________________________________________________________________
42593 [  6915] By: jhi                                   on 2000/08/30  14:06:02
42594         Log: Subject: [PATCH] fix misc cast warnings
42595              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42596              Date: Tue, 29 Aug 2000 23:16:14 -0700
42597              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
42598      Branch: perl
42599            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
42600            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
42601            ! os2/os2ish.h
42602 ____________________________________________________________________________
42603 [  6914] By: jhi                                   on 2000/08/30  14:03:45
42604         Log: Timestamp mismatch again.  Need to fix this dependence on
42605              config_h.SH timestamp, since it's the contents of config_h.SH
42606              that matter.
42607      Branch: perl
42608            ! uconfig.h uconfig.sh
42609 ____________________________________________________________________________
42610 [  6913] By: jhi                                   on 2000/08/30  13:54:06
42611         Log: Don't say "Perl 5.0 source kit".
42612      Branch: perl
42613            ! perl.c
42614 ____________________________________________________________________________
42615 [  6912] By: jhi                                   on 2000/08/30  13:51:24
42616         Log: Reset archname and archname64 always, forcing them be
42617              recomputed at each Configure run, make Configure and
42618              the hints files agree on the naming of largefiles variables.
42619      Branch: metaconfig
42620            ! U/threads/archname.U
42621      Branch: metaconfig/U/perl
42622            ! use64bits.U
42623      Branch: perl
42624            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
42625            ! hints/linux.sh hints/solaris_2.sh
42626 ____________________________________________________________________________
42627 [  6911] By: jhi                                   on 2000/08/30  13:30:13
42628         Log: Put back the slice accidentally removed by #6907.
42629      Branch: perl
42630            ! hints/solaris_2.sh
42631 ____________________________________________________________________________
42632 [  6910] By: jhi                                   on 2000/08/30  01:24:26
42633         Log: Be consistent: other Net::get* do export theirs.
42634              
42635              Subject: Re: Net::protoent does not export 'getproto'
42636              From: Yasushi Nakajima <sey@jkc.co.jp>
42637              Date: Wed, 30 Aug 2000 09:53:14 +0900
42638              Message-Id: <200008300051.DAA24700@taku.hut.fi>
42639      Branch: perl
42640            ! lib/Net/protoent.pm
42641 ____________________________________________________________________________
42642 [  6909] By: jhi                                   on 2000/08/30  01:17:25
42643         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
42644              From: Gurusamy Sarathy <gsar@ActiveState.com>
42645              Date: Tue, 29 Aug 2000 17:17:07 -0700
42646              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
42647      Branch: perl
42648            ! cop.h
42649 ____________________________________________________________________________
42650 [  6908] By: jhi                                   on 2000/08/30  00:58:05
42651         Log: Update Changes.
42652      Branch: perl
42653            ! Changes patchlevel.h
42654 ____________________________________________________________________________
42655 [  6907] By: jhi                                   on 2000/08/30  00:57:22
42656         Log: Introduce ccname to keep track of what compiler kind of we have.
42657      Branch: metaconfig/U/perl
42658            ! Checkcc.U gccvers.U
42659      Branch: perl
42660            ! Configure config_h.SH hints/solaris_2.sh
42661 ____________________________________________________________________________
42662 [  6906] By: jhi                                   on 2000/08/30  00:25:47
42663         Log: Put back the flags dump as reasoned in
42664              
42665              Subject: Re: [PATCH] Glob dumping
42666              From: Mike Guy <mjtg@cam.ac.uk> 
42667              Date: Tue, 29 Aug 2000 21:41:32 +0100
42668              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
42669      Branch: perl
42670            ! dump.c t/lib/peek.t
42671 ____________________________________________________________________________
42672 [  6905] By: jhi                                   on 2000/08/30  00:16:17
42673         Log: Make the epsilon to be relative, not absolute.
42674              
42675              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
42676              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
42677              Date: Tue, 29 Aug 2000 19:58:56 -0400
42678              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
42679      Branch: perl
42680            ! t/lib/trig.t
42681 ____________________________________________________________________________
42682 [  6904] By: jhi                                   on 2000/08/30  00:13:09
42683         Log: From now on, Gisle is on my list of usual suspects :-)
42684              Retract #6902.
42685      Branch: perl
42686            ! ext/Opcode/Safe.pm
42687 ____________________________________________________________________________
42688 [  6903] By: jhi                                   on 2000/08/29  23:51:20
42689         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
42690              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42691              Date: Tue, 29 Aug 2000 18:43:26 -0500
42692              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
42693      Branch: perl
42694            + vms/vmspipe.com
42695            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
42696            ! vms/vms.c
42697 ____________________________________________________________________________
42698 [  6902] By: jhi                                   on 2000/08/29  23:44:14
42699         Log: Retry what #6882 attempted.
42700              
42701              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
42702              From: Gisle Aas <gisle@ActiveState.com>
42703              Date: 30 Aug 2000 00:33:09 +0200
42704              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
42705      Branch: perl
42706            ! ext/Opcode/Safe.pm
42707 ____________________________________________________________________________
42708 [  6901] By: jhi                                   on 2000/08/29  22:59:32
42709         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
42710              From: Hugo <hv@crypt.compulink.co.uk>
42711              Date: Mon, 12 Jun 2000 19:36:08 +0100
42712              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
42713      Branch: perl
42714            ! sv.c
42715 ____________________________________________________________________________
42716 [  6900] By: jhi                                   on 2000/08/29  22:58:35
42717         Log: Admit that we are leaking scalars.
42718              
42719              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
42720              From: Spider Boardman <spider@leggy.zk3.dec.com>
42721              Date: Tue, 29 Aug 2000 18:48:29 -0400
42722              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
42723      Branch: perl
42724            ! t/pragma/warnings.t
42725 ____________________________________________________________________________
42726 [  6899] By: jhi                                   on 2000/08/29  20:53:13
42727         Log: Update Changes.
42728      Branch: perl
42729            ! Changes patchlevel.h
42730 ____________________________________________________________________________
42731 [  6898] By: jhi                                   on 2000/08/29  20:46:21
42732         Log: Undo namespace pollution of #6878.
42733              
42734              Subject: Re: Net::protoent does not export 'getproto'
42735              From: Mike Guy <mjtg@cam.ac.uk>
42736              Date: Tue, 29 Aug 2000 21:32:37 +0100
42737              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
42738      Branch: perl
42739            ! lib/Net/protoent.pm
42740 ____________________________________________________________________________
42741 [  6897] By: jhi                                   on 2000/08/29  20:44:29
42742         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
42743              From: Peter Prymmer <pvhp@forte.com>
42744              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
42745              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
42746      Branch: perl
42747            ! pod/perlebcdic.pod
42748 ____________________________________________________________________________
42749 [  6896] By: jhi                                   on 2000/08/29  20:40:57
42750         Log: There's no point repeating the 'revision' (5) of perl5.
42751      Branch: metaconfig/U/perl
42752            ! Devel.U patchlevel.U
42753      Branch: perl
42754            ! Configure config_h.SH
42755 ____________________________________________________________________________
42756 [  6895] By: jhi                                   on 2000/08/29  20:16:58
42757         Log: Regen Configure for #6894.
42758      Branch: metaconfig/U/perl
42759            ! perladmin.U
42760      Branch: perl
42761            ! Configure config_h.SH
42762 ____________________________________________________________________________
42763 [  6894] By: jhi                                   on 2000/08/29  19:59:52
42764         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
42765              From: "Philip Newton" <Philip.Newton@gmx.net>
42766              Date: Tue, 29 Aug 2000 21:39:14 +0200
42767              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
42768      Branch: perl
42769            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
42770            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
42771            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
42772            ! utils/perlbug.PL
42773 ____________________________________________________________________________
42774 [  6893] By: jhi                                   on 2000/08/29  19:55:30
42775         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
42776              From: "Philip Newton" <Philip.Newton@gmx.net>
42777              Date: Tue, 29 Aug 2000 21:39:14 +0200
42778              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
42779      Branch: perl
42780            ! installhtml
42781 ____________________________________________________________________________
42782 [  6892] By: jhi                                   on 2000/08/29  19:53:59
42783         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
42784              From: "Philip Newton" <Philip.Newton@gmx.net>
42785              Date: Tue, 29 Aug 2000 21:48:18 +0200
42786              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
42787      Branch: perl
42788            ! lib/File/Temp.pm
42789 ____________________________________________________________________________
42790 [  6891] By: jhi                                   on 2000/08/29  18:30:03
42791         Log: Nail the ID 20000828.023.
42792      Branch: perl
42793            ! ext/Storable/Storable.xs
42794 ____________________________________________________________________________
42795 [  6890] By: jhi                                   on 2000/08/29  16:50:17
42796         Log: Under usethreads the dumped variable is IN_PAD.
42797              
42798              Subject: Re: [PATCH] Glob dumping
42799              From: Gisle Aas <gisle@ActiveState.com>
42800              Date: 29 Aug 2000 18:45:05 +0200
42801              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
42802      Branch: perl
42803            ! t/lib/peek.t
42804 ____________________________________________________________________________
42805 [  6889] By: jhi                                   on 2000/08/29  15:17:37
42806         Log: Update Changes.
42807      Branch: perl
42808            ! Changes patchlevel.h
42809 ____________________________________________________________________________
42810 [  6888] By: jhi                                   on 2000/08/29  14:49:59
42811         Log: Retract #6882, broke the safe tests.
42812      Branch: perl
42813            ! ext/Opcode/Safe.pm
42814 ____________________________________________________________________________
42815 [  6887] By: jhi                                   on 2000/08/29  14:47:06
42816         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
42817              From: Gisle Aas <gisle@ActiveState.com> 
42818              Date: 09 Jun 2000 20:00:11 +0200
42819              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
42820      Branch: perl
42821            ! utils/perldoc.PL
42822 ____________________________________________________________________________
42823 [  6886] By: jhi                                   on 2000/08/29  14:42:45
42824         Log: The #6881 removed one dump line.
42825      Branch: perl
42826            ! t/lib/peek.t
42827 ____________________________________________________________________________
42828 [  6885] By: jhi                                   on 2000/08/29  14:30:47
42829         Log: Don't forget to tidy up.
42830      Branch: perl
42831            ! t/lib/ftmp-security.t
42832 ____________________________________________________________________________
42833 [  6884] By: jhi                                   on 2000/08/29  14:25:17
42834         Log: Disabling the one test is a bit tricky.
42835      Branch: perl
42836            ! t/lib/ftmp-security.t
42837 ____________________________________________________________________________
42838 [  6883] By: jhi                                   on 2000/08/29  14:16:25
42839         Log: Disable one of the tests for now.
42840      Branch: perl
42841            ! t/lib/ftmp-security.t
42842 ____________________________________________________________________________
42843 [  6882] By: jhi                                   on 2000/08/29  14:05:50
42844         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
42845              From: gisle@aas.no
42846              Date: 29 Aug 2000 10:35:06 -0000
42847              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
42848      Branch: perl
42849            ! ext/Opcode/Safe.pm
42850 ____________________________________________________________________________
42851 [  6881] By: jhi                                   on 2000/08/29  14:03:51
42852         Log: Subject: [PATCH] Glob dumping
42853              From: Gisle Aas <gisle@ActiveState.com>
42854              Date: 29 Aug 2000 07:59:42 -0000
42855              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
42856      Branch: perl
42857            ! dump.c
42858 ____________________________________________________________________________
42859 [  6880] By: jhi                                   on 2000/08/29  14:02:01
42860         Log: Subject: [PATCH] Warnings in B::Deparse
42861              From: <abigail@foad.org>
42862              Date: Tue, 29 Aug 2000 00:00:01 -0400
42863              Message-ID: <20000829040001.2999.qmail@foad.org>
42864      Branch: perl
42865            ! ext/B/B/Deparse.pm
42866 ____________________________________________________________________________
42867 [  6879] By: jhi                                   on 2000/08/29  13:57:26
42868         Log: Missed a change in #6869.
42869      Branch: perl
42870            ! mg.c
42871 ____________________________________________________________________________
42872 [  6878] By: jhi                                   on 2000/08/29  13:45:04
42873         Log: Subject: Net::protoent does not export 'getproto'
42874              From: Yasushi Nakajima <sey@jkc.co.jp>
42875              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
42876      Branch: perl
42877            ! lib/Net/protoent.pm
42878 ____________________________________________________________________________
42879 [  6877] By: jhi                                   on 2000/08/29  13:39:19
42880         Log: Patches all over for people and the files they (hopefully) care about.
42881      Branch: perl
42882            ! AUTHORS Changes MAINTAIN
42883 ____________________________________________________________________________
42884 [  6876] By: jhi                                   on 2000/08/29  12:53:54
42885         Log: Fix for thinko in #6848.
42886              
42887              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
42888              From: Lupe Christoph <lupe@lupe-christoph.de>
42889              Date: Tue, 29 Aug 2000 09:04:08 +0200
42890              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
42891      Branch: perl
42892            ! ext/Thread/Thread.xs
42893 ____________________________________________________________________________
42894 [  6875] By: jhi                                   on 2000/08/29  12:50:14
42895         Log: Update to Getopt::Long 2.24, from Johan Vromans.
42896      Branch: perl
42897            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
42898 ____________________________________________________________________________
42899 [  6874] By: jhi                                   on 2000/08/29  02:09:53
42900         Log: Use minimal @INC in tests, most of the time just '../lib',
42901              so that we simply can't pick up stuff from other Perls than
42902              the one we are testing.  Pointed out by
42903              
42904              From: Mike Guy <mjtg@cam.ac.uk>
42905              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
42906              Date: Fri, 25 Aug 2000 15:15:59 +0100
42907              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
42908      Branch: perl
42909            ! (edit 185 files)
42910 ____________________________________________________________________________
42911 [  6873] By: jhi                                   on 2000/08/29  01:07:11
42912         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
42913              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42914              Date: Mon, 28 Aug 2000 17:45:52 -0700
42915              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
42916      Branch: perl
42917            ! Makefile.SH hints/os2.sh
42918 ____________________________________________________________________________
42919 [  6872] By: jhi                                   on 2000/08/28  23:33:39
42920         Log: Subject: [PATCH bleedperl@6866] spellings
42921              From: marcel@codewerk.com (Marcel Grunauer)
42922              Date: Tue, 29 Aug 2000 01:19:59 +0200
42923              Message-Id: <200008282319.BAA29862@gandalf.local>
42924      Branch: perl
42925            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
42926            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
42927            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
42928 ____________________________________________________________________________
42929 [  6871] By: jhi                                   on 2000/08/28  23:22:09
42930         Log: Take out the SUIDMAIL thing, that will not be
42931              a problem in 5.7.*.
42932      Branch: perl
42933            ! patchlevel.h
42934 ____________________________________________________________________________
42935 [  6870] By: jhi                                   on 2000/08/28  23:19:30
42936         Log: -S is the silent flag, -s is the strip flag.
42937              
42938              Subject: [PATCH] Re: [PATCH] make no-install          
42939              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42940              Date: Mon, 28 Aug 2000 15:12:55 -0700
42941              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
42942      Branch: perl
42943            ! Makefile.SH
42944 ____________________________________________________________________________
42945 [  6869] By: jhi                                   on 2000/08/28  23:12:05
42946         Log: Subject: [PATCH bleedperl@6856] warnings fixes
42947              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42948              Date: Mon, 28 Aug 2000 23:55:06 +0100
42949              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
42950      Branch: perl
42951            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
42952            ! warnings.h warnings.pl
42953 ____________________________________________________________________________
42954 [  6868] By: jhi                                   on 2000/08/28  21:38:22
42955         Log: Potential cruft.
42956      Branch: perl
42957            ! Makefile.SH
42958 ____________________________________________________________________________
42959 [  6867] By: jhi                                   on 2000/08/28  21:35:36
42960         Log: Update Changes.
42961      Branch: perl
42962            ! Changes patchlevel.h
42963 ____________________________________________________________________________
42964 [  6866] By: jhi                                   on 2000/08/28  21:33:49
42965         Log: Subject: hv.h Doc Patch
42966              From: Fisher Mark <fisherm@tce.com>
42967              Date: Mon, 28 Aug 2000 16:24:59 -0500
42968              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
42969      Branch: perl
42970            ! hv.h
42971 ____________________________________________________________________________
42972 [  6865] By: jhi                                   on 2000/08/28  21:02:15
42973         Log: Add -ld to archname on long tr...double platforms.
42974      Branch: metaconfig
42975            ! U/threads/archname.U
42976      Branch: perl
42977            ! Configure config_h.SH
42978 ____________________________________________________________________________
42979 [  6864] By: jhi                                   on 2000/08/28  20:38:59
42980         Log: An attempt to fix the problem reported in
42981              
42982              Subject: Building perl@6856 using gcc/AIX 4.3.3 
42983              From: Daniel Muino <dmuino@afip.gov.ar> 
42984              Date: Mon, 28 Aug 2000 15:50:01 -0300   
42985              Message-ID: <20000828155001.A14403@con2-dgi>
42986              
42987              I can't test this properly since the gcc installation I have
42988              access to seems to be botched (gcc is calling the AIX cpp,
42989              a losing proposition...)
42990      Branch: perl
42991            ! hints/aix.sh
42992 ____________________________________________________________________________
42993 [  6863] By: jhi                                   on 2000/08/28  18:57:52
42994         Log: Fix for ID 20000828.001, long doubles were not formatted
42995              correctly (showed up in $], which stopped installing perl).
42996      Branch: perl
42997            ! sv.c
42998 ____________________________________________________________________________
42999 [  6862] By: jhi                                   on 2000/08/28  18:07:15
43000         Log: Typo in #6858.
43001      Branch: perl
43002            ! lib/Cwd.pm
43003 ____________________________________________________________________________
43004 [  6861] By: jhi                                   on 2000/08/28  17:57:27
43005         Log: opmini.o may be left around if a build is interrupted.
43006      Branch: perl
43007            ! Makefile.SH
43008 ____________________________________________________________________________
43009 [  6860] By: jhi                                   on 2000/08/28  16:52:50
43010         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
43011              From: Daniel Chetlin <daniel@chetlin.com>
43012              Date: Mon, 28 Aug 2000 01:14:18 -0700
43013              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
43014      Branch: perl
43015            ! lib/overload.pm
43016 ____________________________________________________________________________
43017 [  6859] By: jhi                                   on 2000/08/28  16:08:46
43018         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
43019              From: Nicholas Clark <nick@ccl4.org>
43020              Date: Mon, 28 Aug 2000 16:03:27 +0100
43021              Message-Id: <20000828160327.C49785@plum.flirble.org>
43022      Branch: perl
43023            ! ext/ByteLoader/bytecode.h
43024 ____________________________________________________________________________
43025 [  6858] By: jhi                                   on 2000/08/28  16:02:10
43026         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
43027              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
43028              Date: Mon, 28 Aug 2000 13:08:30 +0200
43029              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
43030      Branch: perl
43031            ! lib/Cwd.pm
43032 ____________________________________________________________________________
43033 [  6857] By: jhi                                   on 2000/08/28  15:42:47
43034         Log: display_format used as a class method without arguments was broken,
43035              reported in
43036              
43037              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
43038              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
43039              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
43040              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
43041      Branch: perl
43042            ! lib/Math/Complex.pm t/lib/complex.t
43043 ____________________________________________________________________________
43044 [  6856] By: jhi                                   on 2000/08/27  22:09:48
43045         Log: Update Changes.
43046      Branch: perl
43047            ! Changes patchlevel.h
43048 ____________________________________________________________________________
43049 [  6855] By: jhi                                   on 2000/08/27  21:59:21
43050         Log: Retract #6853 (false alarm).
43051      Branch: perl
43052            ! lib/ExtUtils/xsubpp
43053 ____________________________________________________________________________
43054 [  6854] By: jhi                                   on 2000/08/27  21:37:44
43055         Log: Update Changes.
43056      Branch: perl
43057            ! Changes patchlevel.h
43058 ____________________________________________________________________________
43059 [  6853] By: jhi                                   on 2000/08/27  21:37:16
43060         Log: Subject: [PATCH perl@6850] workaround for xsubpp
43061              From: Hugo <hv@crypt.compulink.co.uk>
43062              Date: Sun, 27 Aug 2000 22:30:25 +0100
43063              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
43064      Branch: perl
43065            ! lib/ExtUtils/xsubpp
43066 ____________________________________________________________________________
43067 [  6852] By: jhi                                   on 2000/08/27  21:33:58
43068         Log: Big-endian 64-bit patch from Raphael Manfredi.
43069      Branch: perl
43070            ! ext/Storable/Storable.xs
43071 ____________________________________________________________________________
43072 [  6851] By: jhi                                   on 2000/08/27  21:22:21
43073         Log: More ruthless editing from Hugo van der Sanden.
43074      Branch: perl
43075            ! pod/perldelta.pod
43076 ____________________________________________________________________________
43077 [  6850] By: jhi                                   on 2000/08/27  16:11:46
43078         Log: Update Changes.
43079      Branch: perl
43080            ! Changes patchlevel.h
43081 ____________________________________________________________________________
43082 [  6849] By: jhi                                   on 2000/08/27  16:11:05
43083         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
43084      Branch: perl
43085            ! configpm pod/perldelta.pod
43086 ____________________________________________________________________________
43087 [  6848] By: jhi                                   on 2000/08/27  15:35:08
43088         Log: Use the actual thread type, not the pointer-to-struct.
43089      Branch: perl
43090            ! ext/Thread/Thread.xs
43091 ____________________________________________________________________________
43092 [  6847] By: jhi                                   on 2000/08/27  15:30:49
43093         Log: Test nit.
43094      Branch: perl
43095            ! t/pragma/warn/pp_sys
43096 ____________________________________________________________________________
43097 [  6846] By: jhi                                   on 2000/08/27  15:19:02
43098         Log: Passing -R in ldflags makes now it to appear in the default
43099              for lddlflags, just like with -L.
43100              
43101              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43102              From: Lupe Christoph <lupe@lupe-christoph.de>
43103              Date: Sun, 27 Aug 2000 10:28:21 +0200
43104              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
43105      Branch: metaconfig/U/perl
43106            ! dlsrc.U
43107      Branch: perl
43108            ! Configure
43109 ____________________________________________________________________________
43110 [  6845] By: jhi                                   on 2000/08/27  15:08:54
43111         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43112              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43113              Date: Sat, 26 Aug 2000 22:23:27 +0100
43114              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
43115      Branch: perl
43116            ! lib/ExtUtils/MM_Unix.pm
43117 ____________________________________________________________________________
43118 [  6844] By: jhi                                   on 2000/08/27  15:02:37
43119         Log: DJGPP update from Laszlo Molnar.
43120              
43121              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
43122              From: ml1050 <ml1050@freemail.hu>
43123              Date: Sat, 26 Aug 2000 23:24:40 +0200
43124              Message-Id: <20000826232440.A439@freemail.hu>
43125      Branch: perl
43126            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
43127            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
43128 ____________________________________________________________________________
43129 [  6843] By: jhi                                   on 2000/08/27  14:53:58
43130         Log: Subject: installman buglet
43131              From: Lupe Christoph <lupe@lupe-christoph.de>
43132              Date: Sun, 27 Aug 2000 14:38:59 +0200
43133              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
43134      Branch: perl
43135            ! installman
43136 ____________________________________________________________________________
43137 [  6842] By: jhi                                   on 2000/08/27  14:52:08
43138         Log: Can't get the test to reliably work thanks to the
43139              inaccurateness of floating point.  "Resolves" bug ids
43140              20000826.003, 20000826.009, 20000826.010,
43141      Branch: perl
43142            ! t/lib/trig.t
43143 ____________________________________________________________________________
43144 [  6841] By: jhi                                   on 2000/08/26  15:53:58
43145         Log: Update Changes.
43146      Branch: perl
43147            ! Changes patchlevel.h
43148 ____________________________________________________________________________
43149 [  6840] By: jhi                                   on 2000/08/26  14:23:03
43150         Log: grep -e isn't portable.
43151              
43152              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
43153              From: chris@broadband.att.com
43154              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
43155              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
43156      Branch: perl
43157            ! hints/solaris_2.sh
43158 ____________________________________________________________________________
43159 [  6839] By: jhi                                   on 2000/08/26  14:12:23
43160         Log: no-install target a la make -n.
43161              
43162              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
43163              From: <abigail@foad.org>
43164              Date: Sat, 26 Aug 2000 03:57:34 -0400
43165              Message-ID: <20000826075735.18912.qmail@foad.org>
43166      Branch: perl
43167            ! Makefile.SH installman installperl
43168 ____________________________________________________________________________
43169 [  6838] By: jhi                                   on 2000/08/26  14:06:33
43170         Log: Retract #6826 as the #6828 should be do the same
43171              in a More Correct Way.
43172      Branch: perl
43173            ! installperl
43174 ____________________________________________________________________________
43175 [  6837] By: jhi                                   on 2000/08/26  05:24:00
43176         Log: More casting.
43177      Branch: perl
43178            ! ext/Storable/Storable.xs
43179 ____________________________________________________________________________
43180 [  6836] By: jhi                                   on 2000/08/26  05:05:46
43181         Log: Nicer in decimal.
43182      Branch: perl
43183            ! ext/Storable/Storable.xs
43184 ____________________________________________________________________________
43185 [  6835] By: jhi                                   on 2000/08/26  05:03:50
43186         Log: There be no UVdf.
43187      Branch: perl
43188            ! ext/Storable/Storable.xs
43189 ____________________________________________________________________________
43190 [  6834] By: jhi                                   on 2000/08/26  05:00:18
43191         Log: Continue IVdfing and UVxfing.
43192      Branch: perl
43193            ! ext/Storable/Storable.xs
43194 ____________________________________________________________________________
43195 [  6833] By: jhi                                   on 2000/08/26  04:53:14
43196         Log: Use IVdf.
43197      Branch: perl
43198            ! ext/Storable/Storable.xs
43199 ____________________________________________________________________________
43200 [  6832] By: jhi                                   on 2000/08/26  04:40:41
43201         Log: Document PTR2XX and INT2PTR.
43202      Branch: perl
43203            ! pod/perlguts.pod
43204 ____________________________________________________________________________
43205 [  6831] By: jhi                                   on 2000/08/26  04:33:18
43206         Log: Use UVxf, PTR2UV, NVff.
43207      Branch: perl
43208            ! ext/Storable/Storable.xs
43209 ____________________________________________________________________________
43210 [  6830] By: jhi                                   on 2000/08/26  04:31:32
43211         Log: Update the test count.
43212      Branch: perl
43213            ! t/lib/trig.t
43214 ____________________________________________________________________________
43215 [  6829] By: jhi                                   on 2000/08/26  03:05:50
43216         Log: Subject: [PATCH] installation not quite silent yet.
43217              From: <abigail@foad.org>
43218              Date: Fri, 25 Aug 2000 20:07:53 -0400
43219              Message-ID: <20000826000753.7822.qmail@foad.org>
43220      Branch: perl
43221            ! installman installperl
43222 ____________________________________________________________________________
43223 [  6828] By: jhi                                   on 2000/08/26  03:05:14
43224         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43225              From: Spider Boardman <spider@web.zk3.dec.com>
43226              Date: Fri, 25 Aug 2000 19:12:40 -0400
43227              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
43228      Branch: perl
43229            ! gv.c
43230 ____________________________________________________________________________
43231 [  6827] By: jhi                                   on 2000/08/25  23:54:34
43232         Log: Support preserving extremely big/small angles.
43233      Branch: perl
43234            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
43235 ____________________________________________________________________________
43236 [  6826] By: jhi                                   on 2000/08/25  23:01:20
43237         Log: Patch installperl to be long double-aware.
43238              
43239              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43240              From: Spider Boardman <spider@web.zk3.dec.com>
43241              Date: Fri, 25 Aug 2000 18:15:23 -0400
43242              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
43243      Branch: perl
43244            ! installperl
43245 ____________________________________________________________________________
43246 [  6825] By: jhi                                   on 2000/08/25  22:58:25
43247         Log: Remove duplicately applied patch shards.
43248              
43249              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
43250              From: Spider Boardman <spider@leggy.zk3.dec.com>
43251              Date: Fri, 25 Aug 2000 16:45:03 -0400
43252              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
43253      Branch: perl
43254            ! t/lib/cgi-html.t
43255 ____________________________________________________________________________
43256 [  6824] By: jhi                                   on 2000/08/25  22:57:00
43257         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43258              From: Daniel Chetlin <daniel@chetlin.com>
43259              Date: Fri, 25 Aug 2000 12:23:16 -0700
43260              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
43261              
43262              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43263              From: Daniel Chetlin <daniel@chetlin.com>
43264              Date: Fri, 25 Aug 2000 14:47:19 -0700
43265              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
43266      Branch: perl
43267            ! installman
43268 ____________________________________________________________________________
43269 [  6823] By: jhi                                   on 2000/08/25  22:44:17
43270         Log: Timestamp problem?
43271      Branch: perl
43272            ! uconfig.h uconfig.sh
43273 ____________________________________________________________________________
43274 [  6822] By: jhi                                   on 2000/08/25  19:01:06
43275         Log: One forgotten file from #6816.
43276      Branch: perl
43277            ! vos/config.h
43278 ____________________________________________________________________________
43279 [  6821] By: jhi                                   on 2000/08/25  18:56:39
43280         Log: Regen Changes.
43281      Branch: perl
43282            ! Changes patchlevel.h
43283 ____________________________________________________________________________
43284 [  6820] By: jhi                                   on 2000/08/25  18:52:35
43285         Log: Fix Changes ordering.
43286      Branch: perl
43287            ! Changes
43288 ____________________________________________________________________________
43289 [  6819] By: jhi                                   on 2000/08/25  18:50:25
43290         Log: Update Changes.
43291      Branch: perl
43292            ! Changes patchlevel.h
43293 ____________________________________________________________________________
43294 [  6818] By: jhi                                   on 2000/08/25  18:47:45
43295         Log: Tweak the sfio/useperlio logic, hopefully as wished in
43296              
43297              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
43298              From: Nicholas Clark <nick@babyhippo.co.uk>
43299              Date: Fri, 25 Aug 2000 12:01:45 +0100
43300              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
43301      Branch: metaconfig/U/perl
43302            ! d_sfio.U
43303      Branch: perl
43304            ! Configure
43305 ____________________________________________________________________________
43306 [  6817] By: jhi                                   on 2000/08/25  18:32:51
43307         Log: Allow microperl to assume <math.h>, without it the math
43308              functions like floor() are assumed to return int, which makes
43309              for core dumps in machines where integer and floating register
43310              don't mix.
43311      Branch: perl
43312            ! uconfig.h uconfig.sh
43313 ____________________________________________________________________________
43314 [  6816] By: jhi                                   on 2000/08/25  18:27:17
43315         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
43316              the problem reported in
43317              
43318              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
43319              From: danhale@us.ibm.com
43320              Date: Fri, 25 Aug 2000 10:58:06 -0400
43321              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
43322      Branch: metaconfig/U/perl
43323            + d_socks5_init.U
43324      Branch: perl
43325            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
43326            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
43327            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
43328            ! win32/config.gc win32/config.vc
43329 ____________________________________________________________________________
43330 [  6815] By: jhi                                   on 2000/08/25  17:43:31
43331         Log: A solution for the retrieve_fd autosplit warning,
43332              idea suggested by Mike Guy.
43333      Branch: perl
43334            ! ext/Storable/Storable.pm
43335 ____________________________________________________________________________
43336 [  6814] By: jhi                                   on 2000/08/25  17:16:03
43337         Log: Add install-silent target.
43338      Branch: perl
43339            ! Makefile.SH
43340 ____________________________________________________________________________
43341 [  6813] By: jhi                                   on 2000/08/25  17:14:23
43342         Log: Subject: Re: [PATCH] More silencing of installman.
43343              From: <abigail@foad.org>
43344              Date: Thu, 24 Aug 2000 19:27:03 -0400
43345              Message-ID: <20000824232703.7001.qmail@foad.org>
43346              
43347              Subject: Re: [PATCH] More silencing of installman.
43348              From: <abigail@foad.org>
43349              Date: Fri, 25 Aug 2000 03:00:58 -0400
43350              Message-ID: <20000825070058.10697.qmail@foad.org>
43351      Branch: perl
43352            ! installman
43353 ____________________________________________________________________________
43354 [  6812] By: jhi                                   on 2000/08/25  17:11:28
43355         Log: installperl --verbose and --silent.
43356              
43357              Subject: Re: [PATCH] More silencing of installman.
43358              From: <abigail@foad.org>
43359              Message-ID: <20000825064430.9719.qmail@foad.org>
43360              Date: Fri, 25 Aug 2000 02:44:30 -0400
43361      Branch: perl
43362            ! installperl
43363 ____________________________________________________________________________
43364 [  6811] By: jhi                                   on 2000/08/25  17:05:43
43365         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
43366              From: "Peter J. Farley III" <pjfarley@banet.net>
43367              Date: Thu, 24 Aug 2000 21:58:03 -0400
43368              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
43369              
43370              (applied slightly modified)
43371      Branch: perl
43372            ! lib/ExtUtils/MM_Unix.pm
43373 ____________________________________________________________________________
43374 [  6810] By: jhi                                   on 2000/08/25  17:01:18
43375         Log: Missing parts of 
43376              
43377              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
43378              From: Peter Prymmer <pvhp@forte.com>
43379              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
43380              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
43381      Branch: perl
43382            ! t/lib/cgi-html.t
43383 ____________________________________________________________________________
43384 [  6809] By: jhi                                   on 2000/08/25  16:46:32
43385         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
43386              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43387              Date: Thu, 24 Aug 2000 19:13:11 -0500
43388              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
43389      Branch: perl
43390            ! vms/vms.c
43391 ____________________________________________________________________________
43392 [  6808] By: jhi                                   on 2000/08/25  16:39:22
43393         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
43394              From: Peter Prymmer <pvhp@forte.com>
43395              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
43396              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
43397      Branch: perl
43398            ! configure.com
43399 ____________________________________________________________________________
43400 [  6807] By: jhi                                   on 2000/08/25  16:36:37
43401         Log: Better wording for the vec lvalue diagnostic.
43402              
43403              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43404              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43405              Date: Wed, 23 Aug 2000 14:12:16 -0400
43406              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
43407      Branch: perl
43408            ! pod/perldiag.pod
43409 ____________________________________________________________________________
43410 [  6806] By: jhi                                   on 2000/08/24  18:17:22
43411         Log: Subject: [PATCH] More silencing of installman.
43412              From: <abigail@foad.org>
43413              Date: Thu, 24 Aug 2000 14:01:44 -0400
43414              Message-ID: <20000824180144.20062.qmail@foad.org>
43415      Branch: perl
43416            ! installman
43417 ____________________________________________________________________________
43418 [  6805] By: jhi                                   on 2000/08/24  15:00:31
43419         Log: Update Changes.
43420      Branch: perl
43421            ! Changes patchlevel.h
43422 ____________________________________________________________________________
43423 [  6804] By: jhi                                   on 2000/08/24  14:59:07
43424         Log: Regen perltoc.
43425      Branch: perl
43426            ! pod/perltoc.pod
43427 ____________________________________________________________________________
43428 [  6803] By: jhi                                   on 2000/08/24  14:44:39
43429         Log: Show the doc file, not the temp file.
43430      Branch: perl
43431            ! installman
43432 ____________________________________________________________________________
43433 [  6802] By: jhi                                   on 2000/08/24  14:41:53
43434         Log: Continue silencing.
43435      Branch: perl
43436            ! installman
43437 ____________________________________________________________________________
43438 [  6801] By: jhi                                   on 2000/08/24  14:34:40
43439         Log: Actually do something with the silencer option.
43440      Branch: perl
43441            ! installman
43442 ____________________________________________________________________________
43443 [  6800] By: jhi                                   on 2000/08/24  14:26:22
43444         Log: Make installman to recognize the silence flag -S.
43445      Branch: perl
43446            ! installman
43447 ____________________________________________________________________________
43448 [  6799] By: jhi                                   on 2000/08/24  13:49:38
43449         Log: DOS patches and portability/porting notes, from Tim Jenness.
43450      Branch: perl
43451            ! lib/File/Temp.pm
43452 ____________________________________________________________________________
43453 [  6798] By: jhi                                   on 2000/08/24  13:48:27
43454         Log: Create directories in silence.
43455              
43456              Subject: [PATCH] Another silencer for MakeMaker
43457              From: andreas.koenig@anima.de (Andreas J. Koenig)
43458              Date: 24 Aug 2000 14:18:52 +0200
43459              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
43460      Branch: perl
43461            ! lib/ExtUtils/Command.pm
43462 ____________________________________________________________________________
43463 [  6797] By: jhi                                   on 2000/08/24  13:46:42
43464         Log: More liberal parsing of version numbers.
43465              
43466              Subject: Re: CPAN.pm beta for testing available
43467              From: andreas.koenig@anima.de (Andreas J. Koenig)
43468              Date: 24 Aug 2000 13:51:57 +0200
43469              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
43470      Branch: perl
43471            ! lib/CPAN.pm
43472 ____________________________________________________________________________
43473 [  6796] By: jhi                                   on 2000/08/24  13:44:36
43474         Log: Make "make install" by default silent.  A new "install-verbose"
43475              target is verbose.
43476      Branch: perl
43477            ! Makefile.SH
43478 ____________________________________________________________________________
43479 [  6795] By: jhi                                   on 2000/08/24  13:39:14
43480         Log: Add silencer flags to installperl.
43481              
43482              Subject: [PATCH] Making installperl silent.
43483              From: <abigail@foad.org>
43484              Date: Thu, 24 Aug 2000 05:01:45 -0400
43485              Message-ID: <20000824090145.13141.qmail@foad.org>
43486      Branch: perl
43487            ! installperl
43488 ____________________________________________________________________________
43489 [  6794] By: jhi                                   on 2000/08/24  13:35:50
43490         Log: installperl couldn't tell whether it had run tests or not.
43491              
43492              Subject: [PATCH] Re: installperl and t/TEST
43493              From: <abigail@foad.org>
43494              Date: Thu, 24 Aug 2000 04:00:53 -0400
43495              Message-ID: <20000824080053.2494.qmail@foad.org>
43496      Branch: perl
43497            ! Makefile.SH installperl
43498 ____________________________________________________________________________
43499 [  6793] By: jhi                                   on 2000/08/24  13:27:50
43500         Log: Drop the separate perlbc, perlcc -b should be enough.
43501      Branch: perl
43502            - utils/perlbc.PL
43503            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
43504 ____________________________________________________________________________
43505 [  6792] By: jhi                                   on 2000/08/24  04:41:30
43506         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
43507              plus the typo fix from Peter Prymmer.
43508      Branch: perl
43509            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43510            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43511 ____________________________________________________________________________
43512 [  6791] By: jhi                                   on 2000/08/24  02:10:43
43513         Log: Replace #6705 with a minimal doc patch.
43514              
43515              Subject: [PATCH 5.6.0] replace change #6705
43516              From: Jan Dubois <jand@ActiveState.com>
43517              Date: Wed, 23 Aug 2000 18:31:51 -0700
43518              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
43519      Branch: perl
43520            ! lib/Win32.pod win32/win32.c
43521 ____________________________________________________________________________
43522 [  6790] By: jhi                                   on 2000/08/23  17:52:00
43523         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43524              From: Mike Guy <mjtg@cam.ac.uk>
43525              Date: Wed, 23 Aug 2000 18:38:46 +0100
43526              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
43527      Branch: perl
43528            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
43529 ____________________________________________________________________________
43530 [  6789] By: jhi                                   on 2000/08/23  15:34:21
43531         Log: Update Changes.
43532      Branch: perl
43533            ! Changes patchlevel.h
43534 ____________________________________________________________________________
43535 [  6788] By: jhi                                   on 2000/08/23  15:33:40
43536         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
43537              From: Wilfredo Sánchez <wsanchez@apple.com>
43538              Date: Tue, 22 Aug 2000 19:31:27 -0700
43539              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
43540      Branch: perl
43541            ! perl.h
43542 ____________________________________________________________________________
43543 [  6787] By: jhi                                   on 2000/08/23  15:29:31
43544         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
43545              From: Spider Boardman <spider@leggy.zk3.dec.com>
43546              Date: Wed, 23 Aug 2000 10:33:23 -0400
43547              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
43548      Branch: perl
43549            ! lib/Pod/Html.pm
43550 ____________________________________________________________________________
43551 [  6786] By: jhi                                   on 2000/08/23  15:28:11
43552         Log: Bad makefile.
43553      Branch: perl
43554            ! ext/B/Makefile.PL
43555 ____________________________________________________________________________
43556 [  6785] By: jhi                                   on 2000/08/23  14:37:04
43557         Log: Update Changes.
43558      Branch: perl
43559            ! Changes patchlevel.h
43560 ____________________________________________________________________________
43561 [  6784] By: jhi                                   on 2000/08/23  13:58:41
43562         Log: Portability fix from Hugo van der Sanden.
43563      Branch: perl
43564            ! ext/re/Makefile.PL
43565 ____________________________________________________________________________
43566 [  6783] By: jhi                                   on 2000/08/23  13:53:53
43567         Log: Storable support, v-version fixes.
43568              
43569              Subject: CPAN.pm beta for testing available
43570              From: andreas.koenig@anima.de (Andreas J. Koenig)
43571              Date: 22 Aug 2000 23:31:33 +0200
43572              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
43573      Branch: perl
43574            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43575 ____________________________________________________________________________
43576 [  6782] By: jhi                                   on 2000/08/23  13:51:26
43577         Log: Mac and other portability updates from Chris Nandor.
43578      Branch: perl
43579            ! pod/perlmodinstall.pod
43580 ____________________________________________________________________________
43581 [  6781] By: jhi                                   on 2000/08/23  13:47:33
43582         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
43583              From: Peter Prymmer <pvhp@forte.com>
43584              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
43585              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
43586      Branch: perl
43587            ! ext/Storable/Storable.xs
43588 ____________________________________________________________________________
43589 [  6780] By: jhi                                   on 2000/08/23  13:33:34
43590         Log: VMS MMS (make) wants null action.
43591      Branch: perl
43592            ! ext/B/Makefile.PL
43593 ____________________________________________________________________________
43594 [  6779] By: jhi                                   on 2000/08/22  19:44:47
43595         Log: Forgot portability nit.
43596      Branch: perl
43597            ! t/lib/st-forgive.t
43598 ____________________________________________________________________________
43599 [  6778] By: jhi                                   on 2000/08/22  19:35:25
43600         Log: Be portable.
43601      Branch: perl
43602            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
43603            ! t/lib/st-store.t
43604 ____________________________________________________________________________
43605 [  6777] By: jhi                                   on 2000/08/22  18:50:53
43606         Log: Update Changes.
43607      Branch: perl
43608            ! Changes patchlevel.h
43609 ____________________________________________________________________________
43610 [  6776] By: jhi                                   on 2000/08/22  18:44:46
43611         Log: cSVOPo_*v things index into the current PL_curpad
43612              under ithreads, which is different from the curpad
43613              used by the XSUB.  (In other words, the code as-is
43614              before this patch wouldn't work under ithreads.)
43615              From Sarathy.
43616      Branch: perl
43617            ! ext/B/B.xs
43618 ____________________________________________________________________________
43619 [  6775] By: jhi                                   on 2000/08/22  18:18:37
43620         Log: Make the selection of NVff et al stricter.
43621      Branch: metaconfig/U/perl
43622            ! perlxvf.U
43623      Branch: perl
43624            ! Configure config_h.SH
43625 ____________________________________________________________________________
43626 [  6774] By: jhi                                   on 2000/08/22  17:19:42
43627         Log: perldelta nits.
43628      Branch: perl
43629            ! pod/perldelta.pod
43630 ____________________________________________________________________________
43631 [  6773] By: jhi                                   on 2000/08/22  17:06:26
43632         Log: Long double fixes from Spider Boardman.
43633              
43634              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
43635              From: system PRIVILEGED account <root@peano.zk3.dec.com>
43636              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
43637              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
43638      Branch: perl
43639            ! t/lib/bigfltpm.t t/lib/st-06compat.t
43640 ____________________________________________________________________________
43641 [  6772] By: jhi                                   on 2000/08/22  15:04:53
43642         Log: Update Changes.
43643      Branch: perl
43644            ! Changes patchlevel.h
43645 ____________________________________________________________________________
43646 [  6771] By: jhi                                   on 2000/08/22  15:01:44
43647         Log: perldelta fixes from Hugo van der Sanden.
43648      Branch: perl
43649            ! pod/perldelta.pod
43650 ____________________________________________________________________________
43651 [  6770] By: jhi                                   on 2000/08/22  14:34:49
43652         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
43653              From: Hugo <hv@crypt.compulink.co.uk>
43654              Date: Tue, 22 Aug 2000 11:21:53 +0100
43655              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
43656      Branch: perl
43657            ! regcomp.c
43658 ____________________________________________________________________________
43659 [  6769] By: jhi                                   on 2000/08/22  14:30:02
43660         Log: Add Yitzchak, reformat.
43661      Branch: perl
43662            ! Changes config_h.SH
43663 ____________________________________________________________________________
43664 [  6768] By: jhi                                   on 2000/08/22  14:21:35
43665         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
43666              and Spider Boardman.
43667      Branch: metaconfig
43668            ! U/compline/d_gconvert.U
43669      Branch: perl
43670            ! Configure
43671 ____________________________________________________________________________
43672 [  6767] By: jhi                                   on 2000/08/22  14:11:24
43673         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
43674              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43675              Date: Mon, 21 Aug 2000 19:08:31 -0700
43676              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
43677      Branch: perl
43678            - ext/Storable/patchlevel.h
43679            ! MANIFEST ext/Storable/MANIFEST
43680 ____________________________________________________________________________
43681 [  6766] By: jhi                                   on 2000/08/22  13:49:29
43682         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
43683              From: Peter Prymmer <pvhp@forte.com>
43684              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
43685              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
43686      Branch: perl
43687            ! configure.com ext/Storable/Makefile.PL
43688 ____________________________________________________________________________
43689 [  6765] By: jhi                                   on 2000/08/22  13:44:59
43690         Log: Subject: [PATCH blead] B:: missing dependency
43691              From: Hugo <hv@crypt.compulink.co.uk>
43692              Date: Tue, 22 Aug 2000 06:44:33 +0100
43693              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
43694      Branch: perl
43695            ! ext/B/Makefile.PL
43696 ____________________________________________________________________________
43697 [  6764] By: jhi                                   on 2000/08/22  13:38:12
43698         Log: More bytecompiler.
43699      Branch: perl
43700            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
43701 ____________________________________________________________________________
43702 [  6763] By: jhi                                   on 2000/08/22  13:36:44
43703         Log: Bytecompiler patches from Benjamin Stuhl.
43704      Branch: perl
43705            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
43706            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43707            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43708            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43709            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
43710            ! perl.c perlapi.h pod/perldelta.pod
43711 ____________________________________________________________________________
43712 [  6762] By: jhi                                   on 2000/08/21  23:43:40
43713         Log: An obsoleted diagnostic.
43714      Branch: perl
43715            ! pod/perldelta.pod
43716 ____________________________________________________________________________
43717 [  6761] By: jhi                                   on 2000/08/21  23:01:45
43718         Log: The #6759 wasn't quite right.
43719      Branch: perl
43720            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
43721            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
43722            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43723            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43724            ! t/lib/st-tieditems.t
43725 ____________________________________________________________________________
43726 [  6760] By: jhi                                   on 2000/08/21  22:35:49
43727         Log: Be verydeepclean.
43728      Branch: perl
43729            ! Makefile.SH
43730 ____________________________________________________________________________
43731 [  6759] By: jhi                                   on 2000/08/21  22:25:40
43732         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
43733              From: Peter Prymmer <pvhp@forte.com>
43734              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
43735              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
43736      Branch: perl
43737            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
43738            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
43739            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43740            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43741            ! t/lib/st-tieditems.t
43742 ____________________________________________________________________________
43743 [  6758] By: jhi                                   on 2000/08/21  22:22:32
43744         Log: Few more casts, need reported in
43745              
43746              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
43747              From: Mike Stok <mike@stok.co.uk>
43748              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
43749              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
43750              
43751              and
43752              
43753              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
43754              From: abigail@foad.org
43755              Date: 21 Aug 2000 21:31:34 -0000
43756              Message-Id: <20000821213134.30170.qmail@foad.org>
43757      Branch: perl
43758            ! ext/Storable/Storable.xs
43759 ____________________________________________________________________________
43760 [  6757] By: jhi                                   on 2000/08/21  18:37:07
43761         Log: Update Changes.
43762      Branch: perl
43763            ! Changes patchlevel.h
43764 ____________________________________________________________________________
43765 [  6756] By: jhi                                   on 2000/08/21  18:34:02
43766         Log: A pod nit.
43767              
43768              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
43769              From: <abigail@foad.org>
43770              Date: Mon, 21 Aug 2000 14:00:16 -0400
43771              Message-ID: <20000821180016.28627.qmail@foad.org>
43772      Branch: perl
43773            ! pod/perlre.pod
43774 ____________________________________________________________________________
43775 [  6755] By: jhi                                   on 2000/08/21  18:30:56
43776         Log: Use PodParser 1.18 new test.
43777      Branch: perl
43778            ! t/pod/special_seqs.t t/pod/special_seqs.xr
43779 ____________________________________________________________________________
43780 [  6754] By: jhi                                   on 2000/08/21  18:28:35
43781         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
43782              patches cannot be applied since #6712 conflicts.
43783      Branch: perl
43784            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
43785 ____________________________________________________________________________
43786 [  6753] By: jhi                                   on 2000/08/21  18:15:11
43787         Log: Weed out some smaller changes.
43788      Branch: perl
43789            ! pod/perldelta.pod
43790 ____________________________________________________________________________
43791 [  6752] By: jhi                                   on 2000/08/21  18:02:30
43792         Log: Also under djgpp the timestamps are funky.
43793      Branch: perl
43794            ! t/op/stat.t
43795 ____________________________________________________________________________
43796 [  6751] By: jhi                                   on 2000/08/21  17:55:56
43797         Log: Tweak the floating point output routine preferences.
43798      Branch: metaconfig
43799            ! U/compline/d_gconvert.U
43800      Branch: perl
43801            ! Configure
43802 ____________________________________________________________________________
43803 [  6750] By: jhi                                   on 2000/08/21  17:51:29
43804         Log: Unicos/mk requires elaborate paranoia.
43805      Branch: perl
43806            ! lib/Math/Complex.pm
43807 ____________________________________________________________________________
43808 [  6749] By: gsar                                  on 2000/08/21  16:53:31
43809         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
43810      Branch: perl
43811            ! lib/Cwd.pm
43812 ____________________________________________________________________________
43813 [  6748] By: gsar                                  on 2000/08/21  16:22:19
43814         Log: free TLS slot properly on Windows
43815      Branch: perl
43816            ! thread.h win32/perllib.c win32/win32thread.h
43817 ____________________________________________________________________________
43818 [  6747] By: jhi                                   on 2000/08/21  16:20:58
43819         Log: Rename the macro argument because some preprocessors
43820              can't tell the difference and expand arguments also inside
43821              double quoted strings.
43822      Branch: perl
43823            ! regcomp.c
43824 ____________________________________________________________________________
43825 [  6746] By: jhi                                   on 2000/08/21  16:09:41
43826         Log: Support long doubles in Storable.
43827              
43828              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
43829              From: Radu Greab <radu@netsoft.ro>
43830              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
43831              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
43832      Branch: perl
43833            ! ext/Storable/Storable.xs
43834 ____________________________________________________________________________
43835 [  6745] By: jhi                                   on 2000/08/21  15:51:40
43836         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
43837              From: "Fifer, Eric" <EFifer@sanwaint.com>
43838              Date: Mon, 21 Aug 2000 15:34:49 +0100
43839              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
43840      Branch: perl
43841            ! t/pragma/warn/9enabled
43842 ____________________________________________________________________________
43843 [  6744] By: jhi                                   on 2000/08/21  15:39:35
43844         Log: Document the endianness of Alpha more precisely.
43845      Branch: perl
43846            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
43847            ! pod/perlport.pod
43848 ____________________________________________________________________________
43849 [  6743] By: jhi                                   on 2000/08/21  14:47:05
43850         Log: perldelta fixes from the p5p crowd.
43851      Branch: perl
43852            ! pod/perldelta.pod pod/perlop.pod
43853 ____________________________________________________________________________
43854 [  6742] By: jhi                                   on 2000/08/21  13:34:51
43855         Log: Update to Pod::LaTeX 0.53.
43856              
43857              Subject: [PATCH] lib/Pod/LaTeX.pm updates
43858              From: Tim Jenness <timj@jach.hawaii.edu>
43859              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
43860              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
43861      Branch: perl
43862            ! lib/Pod/LaTeX.pm
43863 ____________________________________________________________________________
43864 [  6741] By: jhi                                   on 2000/08/21  13:33:01
43865         Log: Subject: [PATCH] os2.c fix for use64bitint
43866              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43867              Date: Mon, 21 Aug 2000 01:32:25 -0700
43868              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
43869      Branch: perl
43870            ! os2/os2.c
43871 ____________________________________________________________________________
43872 [  6740] By: jhi                                   on 2000/08/21  13:28:52
43873         Log: Array context keeps slithering in.
43874              
43875              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
43876              From: Daniel Chetlin <daniel@chetlin.com>
43877              Date: Sun, 20 Aug 2000 21:40:25 -0700
43878              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
43879      Branch: perl
43880            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
43881            ! pod/perldebtut.pod
43882 ____________________________________________________________________________
43883 [  6739] By: jhi                                   on 2000/08/21  13:23:55
43884         Log: Big-endian quad fixes for Storable from Radu Greab,
43885              plus few explicit null casts for picky compilers.
43886      Branch: perl
43887            ! ext/Storable/Storable.xs
43888 ____________________________________________________________________________
43889 [  6738] By: gsar                                  on 2000/08/21  05:56:13
43890         Log: small tweaks for change#6705: avoid C++ style comments in C code;
43891              use Perl's malloc API rather than the low level system one
43892      Branch: perl
43893            ! win32/win32.c
43894 ____________________________________________________________________________
43895 [  6737] By: gsar                                  on 2000/08/21  05:35:41
43896         Log: add Storable to list of extensions on Windows
43897      Branch: perl
43898            ! win32/Makefile win32/makefile.mk
43899 ____________________________________________________________________________
43900 [  6736] By: jhi                                   on 2000/08/21  02:57:53
43901         Log: Update Changes.
43902      Branch: perl
43903            ! Changes patchlevel.h
43904 ____________________________________________________________________________
43905 [  6735] By: jhi                                   on 2000/08/21  02:57:20
43906         Log: Draft 0.
43907      Branch: perl
43908            ! pod/perldelta.pod
43909 ____________________________________________________________________________
43910 [  6734] By: jhi                                   on 2000/08/21  02:57:03
43911         Log: Add Storable 0.7.2 from Raphael Manfredi,
43912              plus the patch from
43913              
43914              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
43915              From: Radu Greab <radu@netsoft.ro>
43916              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
43917              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
43918              
43919              plus changes to get Storable to compile with
43920              picky ANSI compilers.
43921      Branch: perl
43922            + ext/Storable/ChangeLog ext/Storable/MANIFEST
43923            + ext/Storable/Makefile.PL ext/Storable/README
43924            + ext/Storable/Storable.pm ext/Storable/Storable.xs
43925            + ext/Storable/patchlevel.h t/lib/st-06compat.t
43926            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
43927            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
43928            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43929            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43930            + t/lib/st-tieditems.t
43931            ! MANIFEST
43932 ____________________________________________________________________________
43933 [  6733] By: jhi                                   on 2000/08/21  02:29:09
43934         Log: The correct cleaning order is an art.
43935      Branch: perl
43936            ! Makefile.SH
43937 ____________________________________________________________________________
43938 [  6732] By: jhi                                   on 2000/08/21  01:23:39
43939         Log: The #6724 is here.
43940      Branch: perl
43941            ! t/lib/ftmp-security.t
43942 ____________________________________________________________________________
43943 [  6731] By: jhi                                   on 2000/08/20  23:17:03
43944         Log: s/this one/the 5.6.0 release/
43945      Branch: perl
43946            ! pod/perl56delta.pod
43947 ____________________________________________________________________________
43948 [  6730] By: jhi                                   on 2000/08/20  23:07:34
43949         Log: Mention perlebcdic and perlposix-bc.
43950      Branch: perl
43951            ! pod/perlport.pod
43952 ____________________________________________________________________________
43953 [  6729] By: jhi                                   on 2000/08/20  21:32:59
43954         Log: Document the number of exponent digits.
43955      Branch: perl
43956            ! pod/perlfunc.pod
43957 ____________________________________________________________________________
43958 [  6728] By: jhi                                   on 2000/08/20  21:16:47
43959         Log: Use File::Spec->tmpdir().
43960              
43961              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
43962              From: Tim Jenness <timj@jach.hawaii.edu>
43963              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
43964              MIME-Version: 1.0
43965              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
43966      Branch: perl
43967            ! utils/perlbug.PL
43968 ____________________________________________________________________________
43969 [  6727] By: jhi                                   on 2000/08/20  20:43:32
43970         Log: Update Changes.
43971      Branch: perl
43972            ! Changes patchlevel.h
43973 ____________________________________________________________________________
43974 [  6726] By: jhi                                   on 2000/08/20  20:41:44
43975         Log: The veryclean target needs to clobber.
43976      Branch: perl
43977            ! Makefile.SH
43978 ____________________________________________________________________________
43979 [  6725] By: jhi                                   on 2000/08/20  20:37:38
43980         Log: Document odd vs even subreleases and -Dusedevel.
43981      Branch: perl
43982            ! INSTALL
43983 ____________________________________________________________________________
43984 [  6724] By: jhi                                   on 2000/08/20  19:58:05
43985         Log: Use temporary directory instead of current directory.
43986              
43987              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
43988              From: Tim Jenness <timj@jach.hawaii.edu>
43989              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
43990              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
43991      Branch: perl
43992            ! t/lib/ftmp-security.t
43993 ____________________________________________________________________________
43994 [  6723] By: jhi                                   on 2000/08/20  19:55:55
43995         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
43996              From: andreas.koenig@anima.de (Andreas J. Koenig)
43997              Date: 20 Aug 2000 15:52:03 +0200
43998              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
43999      Branch: perl
44000            ! lib/ExtUtils/MM_Unix.pm
44001 ____________________________________________________________________________
44002 [  6722] By: jhi                                   on 2000/08/20  19:46:01
44003         Log: Update to CGI 2.72, from Lincoln Stein.
44004      Branch: perl
44005            ! lib/CGI.pm
44006 ____________________________________________________________________________
44007 [  6721] By: jhi                                   on 2000/08/20  19:43:54
44008         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
44009              From: Radu Greab <radu@netsoft.ro>
44010              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
44011              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
44012      Branch: perl
44013            ! ext/GDBM_File/GDBM_File.xs
44014 ____________________________________________________________________________
44015 [  6720] By: jhi                                   on 2000/08/20  19:42:01
44016         Log: pp_open() could pass an uninitialized filename down to do_open9().
44017      Branch: perl
44018            ! pp_sys.c
44019 ____________________________________________________________________________
44020 [  6719] By: jhi                                   on 2000/08/20  14:06:41
44021         Log: UTF8 concat fixes.
44022              
44023              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
44024              From: Hugo <hv@crypt.compulink.co.uk>
44025              Date: Sun, 20 Aug 2000 07:30:46 +0100
44026              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
44027      Branch: perl
44028            ! pp_hot.c t/op/append.t
44029 ____________________________________________________________________________
44030 [  6718] By: jhi                                   on 2000/08/20  02:09:37
44031         Log: Let's try #6717 again.
44032      Branch: perl
44033            ! lib/File/Temp.pm
44034 ____________________________________________________________________________
44035 [  6717] By: jhi                                   on 2000/08/20  01:56:55
44036         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
44037              From: "Craig A. Berry" <craig.berry@metamorgs.com>
44038              Date: Sat, 19 Aug 2000 18:15:39 -0500
44039              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
44040      Branch: perl
44041            ! lib/File/Temp.pm
44042 ____________________________________________________________________________
44043 [  6716] By: jhi                                   on 2000/08/19  15:50:11
44044         Log: Update Changes.
44045      Branch: perl
44046            ! Changes patchlevel.h
44047 ____________________________________________________________________________
44048 [  6715] By: jhi                                   on 2000/08/19  15:39:09
44049         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
44050              From: Jonathan D Johnston <jdjohnston2@juno.com>
44051              Date: Thu, 17 Aug 2000 23:13:01 -0400       
44052              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
44053      Branch: perl
44054            ! pod/perlfunc.pod
44055 ____________________________________________________________________________
44056 [  6714] By: jhi                                   on 2000/08/19  15:34:04
44057         Log: Introduce a 'veryclean' target that is like 'distclean'
44058              but also removes *~ and *.orig.
44059      Branch: perl
44060            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
44061            ! utils/Makefile x2p/Makefile.SH
44062 ____________________________________________________________________________
44063 [  6713] By: jhi                                   on 2000/08/19  14:15:45
44064         Log: Put back the long double avoidance code to POSIX.xs
44065              because VMS seems to need it still.
44066      Branch: perl
44067            ! ext/POSIX/POSIX.xs
44068 ____________________________________________________________________________
44069 [  6712] By: jhi                                   on 2000/08/19  14:10:41
44070         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
44071              From: Peter Prymmer <pvhp@forte.com>
44072              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
44073              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
44074      Branch: perl
44075            ! lib/Pod/Find.pm t/pod/find.t
44076 ____________________________________________________________________________
44077 [  6711] By: jhi                                   on 2000/08/19  14:09:19
44078         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
44079              From: Peter Prymmer <pvhp@forte.com>
44080              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
44081              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
44082              cc: vmsperl@perl.org
44083      Branch: perl
44084            ! t/lib/peek.t
44085 ____________________________________________________________________________
44086 [  6710] By: jhi                                   on 2000/08/19  14:08:01
44087         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
44088              From: Jan Dubois <jand@ActiveState.com>
44089              Date: Fri, 18 Aug 2000 16:31:48 -0700
44090              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
44091      Branch: perl
44092            ! win32/win32.c
44093 ____________________________________________________________________________
44094 [  6709] By: jhi                                   on 2000/08/19  14:06:57
44095         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
44096              
44097              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
44098              From: Spider.Boardman@Orb.Nashua.NH.US
44099              Date: Fri, 18 Aug 2000 18:41:14 -0400
44100              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
44101      Branch: perl
44102            ! regcomp.c
44103 ____________________________________________________________________________
44104 [  6708] By: jhi                                   on 2000/08/18  22:04:49
44105         Log: Update Changes.
44106      Branch: perl
44107            ! Changes patchlevel.h
44108 ____________________________________________________________________________
44109 [  6707] By: jhi                                   on 2000/08/18  21:55:14
44110         Log: Add warnif(), check warnings further up the stack,
44111              all the warnings functions now can take an optional object reference.
44112              
44113              Subject: [PATCH bleedperl@6691] warnings pragma update
44114              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44115              Date: Fri, 18 Aug 2000 22:42:06 +0100
44116              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
44117      Branch: perl
44118            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
44119            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
44120            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
44121 ____________________________________________________________________________
44122 [  6706] By: jhi                                   on 2000/08/18  21:41:45
44123         Log: Typo in pp_complement().
44124              
44125              Subject: [PATCH perl-current] Deparse
44126              From: Peter Scott <Peter@PSDT.com>
44127              Date: Fri, 18 Aug 2000 12:44:37 -0700
44128              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
44129      Branch: perl
44130            ! ext/B/B/Deparse.pm
44131 ____________________________________________________________________________
44132 [  6705] By: jhi                                   on 2000/08/18  21:25:59
44133         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
44134              From: Jan Dubois <jand@ActiveState.com>
44135              Date: Fri, 18 Aug 2000 14:22:51 -0700
44136              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
44137      Branch: perl
44138            ! lib/Win32.pod win32/win32.c
44139 ____________________________________________________________________________
44140 [  6704] By: jhi                                   on 2000/08/18  21:16:14
44141         Log: Don't eat leading os from index entries.
44142              
44143              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
44144              From: Russ Allbery <rra@stanford.edu>
44145              Date: 10 Aug 2000 20:49:25 -0700
44146              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
44147      Branch: perl
44148            ! lib/Pod/Man.pm
44149 ____________________________________________________________________________
44150 [  6703] By: jhi                                   on 2000/08/18  21:07:06
44151         Log: Add [[:blank:]] as suggested in
44152              
44153              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44154              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44155              Date: Sun, 16 Jul 2000 17:55:29 -0700
44156              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44157              
44158              (the [=cc=] has already been taken care of by #6439
44159              so the whole bug report can be closed)
44160              
44161              and make [[:space:]] to be equivalent to isspace(3)
44162              (as opposed to \s, which is isSPACE()).  The difference
44163              is that now [[:space:]] matches the mythical vertical tab,
44164              while \s doesn't.
44165      Branch: perl
44166            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
44167            ! regexec.c t/op/pat.t
44168 ____________________________________________________________________________
44169 [  6702] By: jhi                                   on 2000/08/18  18:47:47
44170         Log: The new tests were missing from #6415.
44171      Branch: perl
44172            ! t/op/bop.t
44173 ____________________________________________________________________________
44174 [  6701] By: jhi                                   on 2000/08/18  18:20:40
44175         Log: Document the NDBM_File and ODBM_File as SDBM_File
44176              was documented in #6417.
44177      Branch: perl
44178            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44179            ! ext/SDBM_File/SDBM_File.pm
44180 ____________________________________________________________________________
44181 [  6700] By: jhi                                   on 2000/08/18  18:10:39
44182         Log: Subject: [PATCH perl@6698] cygwin port
44183              From: "Fifer, Eric" <EFifer@sanwaint.com>
44184              Date: Fri, 18 Aug 2000 17:30:05 +0100
44185              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
44186      Branch: perl
44187            ! lib/File/Temp.pm
44188 ____________________________________________________________________________
44189 [  6699] By: jhi                                   on 2000/08/18  16:21:49
44190         Log: Document code point which makes if (defined %stash::) to work
44191              (noted by Spider Boardman).
44192      Branch: perl
44193            ! op.c
44194 ____________________________________________________________________________
44195 [  6698] By: jhi                                   on 2000/08/18  13:43:27
44196         Log: Update Changes.
44197      Branch: perl
44198            ! Changes patchlevel.h
44199 ____________________________________________________________________________
44200 [  6697] By: jhi                                   on 2000/08/18  13:35:57
44201         Log: Tiny Getopt::Long patch from Johan Vromans.
44202      Branch: perl
44203            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
44204 ____________________________________________________________________________
44205 [  6696] By: jhi                                   on 2000/08/18  13:26:14
44206         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
44207              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
44208              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
44209              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
44210      Branch: perl
44211            ! pod/perldiag.pod pod/perlsyn.pod
44212 ____________________________________________________________________________
44213 [  6695] By: jhi                                   on 2000/08/18  13:13:26
44214         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
44215              From: Daniel Chetlin <daniel@chetlin.com>
44216              Date: Fri, 18 Aug 2000 03:13:36 -0700
44217              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
44218      Branch: perl
44219            ! pod/perlfunc.pod
44220 ____________________________________________________________________________
44221 [  6694] By: jhi                                   on 2000/08/18  13:08:05
44222         Log: Subject: [PATCH] perltrap.pod spring cleaning
44223              From: Daniel Chetlin <daniel@chetlin.com>
44224              Date: Fri, 18 Aug 2000 03:06:54 -0700
44225              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
44226              
44227              plus Mike Guy's nitfix.
44228      Branch: perl
44229            ! pod/perltrap.pod
44230 ____________________________________________________________________________
44231 [  6693] By: jhi                                   on 2000/08/18  13:00:26
44232         Log: Unbuffer the output.
44233              
44234              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
44235              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44236              Date: Thu, 17 Aug 2000 18:39:29 -0700
44237              Message-ID: <RPJn5gzkgydf092yn@efn.org>
44238      Branch: perl
44239            ! t/op/fork.t
44240 ____________________________________________________________________________
44241 [  6692] By: jhi                                   on 2000/08/18  05:19:17
44242         Log: Delete the image, too, not just its MANIFEStation.
44243      Branch: perl
44244            - lib/CGI/eg/wilogo.gif
44245 ____________________________________________________________________________
44246 [  6691] By: jhi                                   on 2000/08/18  05:10:26
44247         Log: Propagate new Configure vars.
44248      Branch: perl
44249            ! configure.com epoc/config.sh uconfig.h uconfig.sh
44250            ! vos/config.def vos/config.h vos/config_h.SH_orig
44251            ! win32/config.bc win32/config.gc win32/config.vc
44252            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44253 ____________________________________________________________________________
44254 [  6690] By: jhi                                   on 2000/08/18  04:30:56
44255         Log: Update Changes.
44256      Branch: perl
44257            ! Changes patchlevel.h
44258 ____________________________________________________________________________
44259 [  6689] By: jhi                                   on 2000/08/18  04:12:30
44260         Log: Fix the lib/complex failure of
44261              
44262              From: abigail@foad.org
44263              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44264              Date: 15 Aug 2000 04:06:38 -0000
44265              Message-Id: <20000815040638.8524.qmail@foad.org> 
44266              
44267              Linux long double accuracy issue: something that
44268              when printed with %g looks like "2" but int() of it is 1.
44269      Branch: perl
44270            ! lib/Math/Complex.pm
44271 ____________________________________________________________________________
44272 [  6688] By: jhi                                   on 2000/08/18  03:15:35
44273         Log: The byteorder code in #6671 was wrong.
44274      Branch: perl
44275            ! configpm
44276 ____________________________________________________________________________
44277 [  6687] By: jhi                                   on 2000/08/18  02:08:42
44278         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
44279              From: Jan Dubois <jand@ActiveState.com>
44280              Date: Thu, 17 Aug 2000 18:31:55 -0700
44281              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
44282      Branch: perl
44283            ! sv.c
44284 ____________________________________________________________________________
44285 [  6686] By: jhi                                   on 2000/08/18  02:04:15
44286         Log: Use NVs in POSIX math, not doubles.
44287              
44288              From: abigail@foad.org
44289              Subject: [ID 20000817.014] POSIX & modfl
44290              Date: 17 Aug 2000 20:49:18 -0000
44291              Message-Id: <20000817204918.23123.qmail@foad.org>
44292      Branch: perl
44293            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
44294 ____________________________________________________________________________
44295 [  6685] By: jhi                                   on 2000/08/18  02:02:12
44296         Log: Introduce NVef, NVff, and NVgf, use the middle one.
44297              (helps for lib/peek + Linux + long doubles)  Reported in
44298              
44299              From: abigail@foad.org
44300              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44301              Date: 15 Aug 2000 04:06:38 -0000
44302              Message-Id: <20000815040638.8524.qmail@foad.org> 
44303              
44304              (note: the lib/complex failure has not yet been addressed)
44305      Branch: metaconfig/U/perl
44306            ! perlxvf.U
44307      Branch: perl
44308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44309            ! config_h.SH dump.c perl.h pod/perlguts.pod
44310 ____________________________________________________________________________
44311 [  6684] By: jhi                                   on 2000/08/17  23:22:19
44312         Log: Add byteorder to the myconfig output.
44313      Branch: perl
44314            ! myconfig.SH
44315 ____________________________________________________________________________
44316 [  6683] By: jhi                                   on 2000/08/17  23:20:19
44317         Log: The image doth not exist, spotted by Johan Vromans.
44318      Branch: perl
44319            ! MANIFEST
44320 ____________________________________________________________________________
44321 [  6682] By: jhi                                   on 2000/08/17  22:38:16
44322         Log: Document what the backtick returns if the command fails.
44323      Branch: perl
44324            ! pod/perlop.pod
44325 ____________________________________________________________________________
44326 [  6681] By: jhi                                   on 2000/08/17  22:33:12
44327         Log: Do not use prototyping here.
44328              
44329              Subject: [ID 20000817.016] [PATCH] Peek.xs
44330              From: abigail@foad.org
44331              Date: 17 Aug 2000 20:55:56 -0000
44332              Message-Id: <20000817205556.24270.qmail@foad.org>
44333      Branch: perl
44334            ! ext/Devel/Peek/Makefile.PL
44335 ____________________________________________________________________________
44336 [  6680] By: jhi                                   on 2000/08/17  19:46:43
44337         Log: Don't propose using modules built for 5.005 if no binary
44338              compatibility with 5.005 is attempted.
44339              
44340              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44341              Subject: Minor nit with 5.7.0 (6655)
44342              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
44343              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
44344      Branch: metaconfig
44345            ! U/installdirs/inc_version_list.U
44346      Branch: perl
44347            ! Configure config_h.SH
44348 ____________________________________________________________________________
44349 [  6679] By: jhi                                   on 2000/08/17  19:16:39
44350         Log: Microperl config update.
44351      Branch: perl
44352            ! uconfig.h uconfig.sh
44353 ____________________________________________________________________________
44354 [  6678] By: jhi                                   on 2000/08/17  19:16:13
44355         Log: The #6648 wasn't protective enough for limited platforms
44356              (like microperl).
44357      Branch: perl
44358            ! dump.c sv.c
44359 ____________________________________________________________________________
44360 [  6677] By: jhi                                   on 2000/08/17  14:46:35
44361         Log: Update Changes.
44362      Branch: perl
44363            ! Changes patchlevel.h
44364 ____________________________________________________________________________
44365 [  6676] By: jhi                                   on 2000/08/17  14:44:02
44366         Log: Add perlebcdic from Peter Prymmer, regen toc.
44367      Branch: perl
44368            + pod/perlebcdic.pod
44369            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44370 ____________________________________________________________________________
44371 [  6675] By: jhi                                   on 2000/08/17  14:41:52
44372         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
44373      Branch: perl
44374            ! pod/perldebtut.pod
44375 ____________________________________________________________________________
44376 [  6674] By: jhi                                   on 2000/08/17  14:29:43
44377         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
44378              
44379              Subject: [ID 20000724.006] -DLEAKTEST problem
44380              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
44381              Date: Tue, 25 Jul 2000 00:36:32 -0500
44382              Message-Id: <20000725003632.A26186@www.llamacom.com>
44383              
44384              Reminder sent
44385              
44386              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
44387              From: Hugo <hv@crypt.compulink.co.uk>
44388              Date: Thu, 17 Aug 2000 15:23:42 +0100
44389              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
44390      Branch: perl
44391            ! util.c
44392 ____________________________________________________________________________
44393 [  6673] By: jhi                                   on 2000/08/17  04:07:10
44394         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
44395              From: John Peacock <JPeacock@UnivPress.com>
44396              Date: Tue, 01 Aug 2000 09:38:12 -0400
44397              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
44398      Branch: perl
44399            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
44400 ____________________________________________________________________________
44401 [  6672] By: jhi                                   on 2000/08/17  03:04:35
44402         Log: Subject: [PATCH] Cwd.pm now uses strict
44403              From: Tim Jenness <timj@jach.hawaii.edu>
44404              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
44405              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
44406      Branch: perl
44407            ! lib/Cwd.pm
44408 ____________________________________________________________________________
44409 [  6671] By: jhi                                   on 2000/08/17  02:16:35
44410         Log: Make $Config{byteorder} more magical so that it is
44411              dynamically computed: nice for 'fat binaries'.
44412              
44413              Subject: [PATCH]: default byteorder
44414              From: Wilfredo Sánchez <wsanchez@apple.com>
44415              Date: Mon, 31 Jul 2000 19:45:31 -0700
44416              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
44417      Branch: perl
44418            ! configpm
44419 ____________________________________________________________________________
44420 [  6670] By: gsar                                  on 2000/08/17  01:22:21
44421         Log: move WNOHANG definition to where other such things are
44422      Branch: perl
44423            ! win32/win32.h
44424 ____________________________________________________________________________
44425 [  6669] By: jhi                                   on 2000/08/17  01:19:17
44426         Log: Update Changes.
44427      Branch: perl
44428            ! Changes patchlevel.h
44429 ____________________________________________________________________________
44430 [  6668] By: jhi                                   on 2000/08/17  01:16:29
44431         Log: Doc nits spotted by Richard Soderberg.
44432      Branch: perl
44433            ! README.posix-bc README.vmesa
44434 ____________________________________________________________________________
44435 [  6667] By: jhi                                   on 2000/08/17  01:12:11
44436         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
44437              From: "Casey R. Tweten" <crt@kiski.net>
44438              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
44439              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
44440      Branch: perl
44441            ! pod/perldebtut.pod
44442 ____________________________________________________________________________
44443 [  6666] By: jhi                                   on 2000/08/17  01:09:31
44444         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
44445              From: "Casey R. Tweten" <crt@kiski.net>
44446              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
44447              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
44448      Branch: perl
44449            ! lib/Shell.pm
44450 ____________________________________________________________________________
44451 [  6665] By: gsar                                  on 2000/08/17  01:03:52
44452         Log: add "ok" targets from change#6632 in makefile.mk
44453      Branch: perl
44454            ! pod/perlport.pod win32/Makefile win32/makefile.mk
44455 ____________________________________________________________________________
44456 [  6664] By: gsar                                  on 2000/08/17  00:56:11
44457         Log: avoid warnings from dense compiler
44458      Branch: perl
44459            ! win32/win32.c
44460 ____________________________________________________________________________
44461 [  6663] By: jhi                                   on 2000/08/17  00:51:49
44462         Log: Tweak the regex compilation errors once more.
44463      Branch: perl
44464            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44465            ! t/op/regmesg.t t/pragma/warn/regcomp
44466 ____________________________________________________________________________
44467 [  6662] By: gsar                                  on 2000/08/17  00:28:19
44468         Log: trailing new %ENV entries weren't being pushed into the real
44469              environment of subprocesses on Windows
44470      Branch: perl
44471            ! t/op/magic.t win32/perlhost.h
44472 ____________________________________________________________________________
44473 [  6661] By: gsar                                  on 2000/08/17  00:19:20
44474         Log: waitpid() now handles externally spawned pids correctly;
44475              fixes for backtick/wait/waitpid failures on Windows 9x
44476              
44477              these changes make the pid returned by process functions on
44478              Windows 9x always positive by clearing the high bit (which
44479              is always set on Win9x); pseudo-process PIDs are likewise
44480              always negative now on Win9x (just as on NT/2000)
44481      Branch: perl
44482            ! pp_sys.c win32/perlhost.h win32/win32.c
44483 ____________________________________________________________________________
44484 [  6660] By: jhi                                   on 2000/08/17  00:04:32
44485         Log: Retract #6645.
44486      Branch: perl
44487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44488            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44489            ! t/op/sprintf.t
44490 ____________________________________________________________________________
44491 [  6659] By: gsar                                  on 2000/08/16  23:59:28
44492         Log: on windows, the return values from wait() and waitpid() don't
44493              match those of pseudo-pids
44494      Branch: perl
44495            ! pp_sys.c t/op/fork.t util.c win32/win32.c
44496 ____________________________________________________________________________
44497 [  6658] By: gsar                                  on 2000/08/16  23:56:14
44498         Log: pod nit seen in passing
44499      Branch: perl
44500            ! pod/perlfunc.pod
44501 ____________________________________________________________________________
44502 [  6657] By: gsar                                  on 2000/08/16  23:53:42
44503         Log: change#6328 could make close(SOCKET) return false on windows
44504              when it shouldn't
44505      Branch: perl
44506            ! win32/win32sck.c
44507 ____________________________________________________________________________
44508 [  6656] By: gsar                                  on 2000/08/16  23:46:57
44509         Log: check that the number pseudo children doesn't exceed
44510              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
44511              the WaitForMultipleObjects() limit that would cause wait()
44512              to crash)
44513              
44514              wait() and waitpid() could potentially be rewritten to use
44515              more than one thread to do the waiting to eliminate this
44516              limitation
44517      Branch: perl
44518            ! win32/perlhost.h
44519 ____________________________________________________________________________
44520 [  6655] By: jhi                                   on 2000/08/16  14:11:05
44521         Log: Update Changes.
44522      Branch: perl
44523            ! Changes patchlevel.h
44524 ____________________________________________________________________________
44525 [  6654] By: jhi                                   on 2000/08/16  14:10:12
44526         Log: Update to perldebtut 1.9, from Richard Foley.
44527      Branch: perl
44528            ! pod/perldebtut.pod
44529 ____________________________________________________________________________
44530 [  6653] By: jhi                                   on 2000/08/16  14:08:17
44531         Log: Change the regx compilation error markers to use = instead of <
44532              since pod makes using the latter quite messy.  Reported in
44533              ID 20000814.006 by Abigail and in
44534              Subject: Unknown escape E<> ?
44535              From: Lupe Christoph <lupe@lupe-christoph.de>
44536              Date: Fri, 11 Aug 2000 00:30:27 +0200
44537              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
44538      Branch: perl
44539            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44540            ! t/op/regmesg.t t/pragma/warn/regcomp
44541 ____________________________________________________________________________
44542 [  6652] By: jhi                                   on 2000/08/16  13:25:31
44543         Log: Change the perlbug address to perl.org since it's more forgiving.
44544              
44545              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
44546              From: abigail@foad.org
44547              Date: 15 Aug 2000 04:15:40 -0000
44548              Message-Id: <20000815041540.8633.qmail@foad.org>
44549      Branch: perl
44550            ! utils/perlbug.PL
44551 ____________________________________________________________________________
44552 [  6651] By: jhi                                   on 2000/08/16  13:22:35
44553         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
44554              From: Tim Jenness <timj@jach.hawaii.edu>
44555              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
44556              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
44557      Branch: perl
44558            ! lib/Cwd.pm
44559 ____________________________________________________________________________
44560 [  6650] By: jhi                                   on 2000/08/16  13:18:13
44561         Log: Update to CPAN 1.57.
44562              
44563              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
44564              From: andreas.koenig@anima.de (Andreas J. Koenig)
44565              Date: 16 Aug 2000 15:09:46 +0200
44566              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
44567      Branch: perl
44568            ! lib/CPAN.pm
44569 ____________________________________________________________________________
44570 [  6649] By: jhi                                   on 2000/08/16  13:12:31
44571         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
44572              From: "Larry W. Virden" <lvirden@cas.org>
44573              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
44574              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
44575      Branch: perl
44576            ! README.hpux
44577 ____________________________________________________________________________
44578 [  6648] By: jhi                                   on 2000/08/16  13:03:53
44579         Log: The numeric locale was reset to "C" by s?printf and never restored.
44580              
44581              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44582              From: Christian Kirsch <ck@held.mind.de>
44583              Date: Wed, 9 Aug 2000 17:05:17 +0200
44584              Message-Id: <20000809170517.A25389@held>
44585              
44586              No test since adding the failing example to locale.t
44587              does not fail -- probably because the locale settings are so
44588              thoroughly tweaked by that time.  Running the example standalone
44589              does fail, though.  UPDATE: test case added at change #7540.
44590      Branch: perl
44591            ! dump.c perl.h pp.c pp_ctl.c sv.c
44592 ____________________________________________________________________________
44593 [  6647] By: jhi                                   on 2000/08/16  00:07:54
44594         Log: Update Changes and test semi-automatic patchlevel updating.
44595      Branch: perl
44596            ! Changes patchlevel.h
44597 ____________________________________________________________________________
44598 [  6646] By: jhi                                   on 2000/08/15  23:35:07
44599         Log: Fix a dependency problem.
44600              
44601              Subject: [PATCH: 6640] VMS Makefile.SH update
44602              From: Peter Prymmer <pvhp@forte.com>
44603              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
44604              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
44605      Branch: perl
44606            ! vms/descrip_mms.template
44607 ____________________________________________________________________________
44608 [  6645] By: jhi                                   on 2000/08/15  23:33:23
44609         Log: (Retracted by #6660)
44610              
44611              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
44612              From: Dominic Dunlop <domo@computer.org>
44613              Date: Tue, 15 Aug 2000 22:20:52 +0200
44614              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
44615      Branch: metaconfig/U/perl
44616            + d_printfed.U
44617      Branch: perl
44618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44619            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44620            ! t/op/sprintf.t
44621 ____________________________________________________________________________
44622 [  6644] By: jhi                                   on 2000/08/15  21:17:20
44623         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
44624              From: abigail@foad.org
44625              Date: 15 Aug 2000 20:12:41 -0000
44626              Message-Id: <20000815201241.25556.qmail@foad.org>
44627      Branch: perl
44628            ! INSTALL
44629 ____________________________________________________________________________
44630 [  6643] By: jhi                                   on 2000/08/15  21:15:28
44631         Log: (an already applied patch)
44632      Branch: perl
44633            ! lib/CGI.pm
44634 ____________________________________________________________________________
44635 [  6642] By: gsar                                  on 2000/08/15  19:54:05
44636         Log: magic callbacks all need to have same type signature
44637      Branch: perl
44638            ! embed.pl mg.c proto.h
44639 ____________________________________________________________________________
44640 [  6641] By: jhi                                   on 2000/08/15  17:56:27
44641         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)
44642              From: Mike Guy <mjtg@cam.ac.uk>
44643              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
44644              Date: Tue, 15 Aug 2000 18:26:45 +0100
44645              
44646              Only the peek.t part applied, not the hash quality part.
44647      Branch: perl
44648            ! t/lib/peek.t
44649 ____________________________________________________________________________
44650 [  6640] By: jhi                                   on 2000/08/15  16:37:37
44651         Log: Update Changes.
44652      Branch: perl
44653            ! Changes
44654 ____________________________________________________________________________
44655 [  6639] By: jhi                                   on 2000/08/15  16:34:55
44656         Log: Missed a file from #6638.
44657      Branch: perl
44658            ! lib/File/Temp.pm
44659 ____________________________________________________________________________
44660 [  6638] By: jhi                                   on 2000/08/15  16:33:19
44661         Log: Subject: [PATCH perl@6620] cygwin port
44662              From: "Fifer, Eric" <EFifer@sanwaint.com>
44663              Date: Tue, 15 Aug 2000 17:00:49 +0100
44664              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
44665      Branch: perl
44666            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
44667 ____________________________________________________________________________
44668 [  6637] By: jhi                                   on 2000/08/15  16:29:22
44669         Log: Subject: [PATCH] debugger exit code should reflect user exit code
44670              From: Mike Guy <mjtg@cam.ac.uk>
44671              Date: Tue, 15 Aug 2000 16:55:59 +0100
44672              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
44673      Branch: perl
44674            ! lib/perl5db.pl
44675 ____________________________________________________________________________
44676 [  6636] By: jhi                                   on 2000/08/15  15:30:58
44677         Log: Update Changes.
44678      Branch: perl
44679            ! Changes
44680 ____________________________________________________________________________
44681 [  6635] By: jhi                                   on 2000/08/15  15:27:21
44682         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
44683      Branch: metaconfig
44684            ! U/mkglossary U/mksample
44685      Branch: metaconfig/U/perl
44686            ! Devel.U
44687      Branch: perl
44688            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44689 ____________________________________________________________________________
44690 [  6634] By: jhi                                   on 2000/08/15  14:11:55
44691         Log: Don't blow limited stacks, a lower number is enough to
44692              tickle the lookbehind limit.
44693              
44694              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
44695              From: Dominic Dunlop <domo@computer.org>
44696              Date: Tue, 15 Aug 2000 13:51:24 +0200
44697              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
44698      Branch: perl
44699            ! t/op/regmesg.t
44700 ____________________________________________________________________________
44701 [  6633] By: jhi                                   on 2000/08/15  14:01:46
44702         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
44703              From: Mike Guy <mjtg@cam.ac.uk>
44704              Date: Tue, 15 Aug 2000 12:10:50 +0100
44705              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
44706      Branch: perl
44707            ! utils/perldoc.PL
44708 ____________________________________________________________________________
44709 [  6632] By: jhi                                   on 2000/08/15  13:58:48
44710         Log: make ok etc also for win32.
44711              
44712              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
44713              From: Prymmer/Kahn <pvhp@best.com>
44714              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
44715              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
44716      Branch: perl
44717            ! win32/Makefile
44718 ____________________________________________________________________________
44719 [  6631] By: jhi                                   on 2000/08/15  13:45:03
44720         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
44721      Branch: perl
44722            ! lib/Test.pm
44723 ____________________________________________________________________________
44724 [  6630] By: jhi                                   on 2000/08/15  03:25:09
44725         Log: Update Changes.
44726      Branch: perl
44727            ! Changes
44728 ____________________________________________________________________________
44729 [  6629] By: jhi                                   on 2000/08/15  03:23:53
44730         Log: magic_regdatum_set() is void, not int.
44731      Branch: perl
44732            ! embed.pl mg.c proto.h
44733 ____________________________________________________________________________
44734 [  6628] By: jhi                                   on 2000/08/15  03:08:02
44735         Log: Make the user to give up his firstborn, err, to knowingly
44736              verify installing an unstable developer release.  Also bump
44737              the release to 5.7.0, but leave a patch tag in the local
44738              patches saying that this is not yet the real thing.
44739      Branch: metaconfig
44740            ! U/modified/Instruct.U
44741      Branch: metaconfig/U/perl
44742            + Devel.U
44743      Branch: perl
44744            ! Configure patchlevel.h
44745 ____________________________________________________________________________
44746 [  6627] By: jhi                                   on 2000/08/14  22:32:52
44747         Log: README.os2 update.
44748              
44749              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
44750              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44751              Date: Wed, 02 Aug 2000 21:55:09 -0700
44752              Message-ID: <tsPi5gzkgegX092yn@efn.org>
44753      Branch: perl
44754            ! README.os2
44755 ____________________________________________________________________________
44756 [  6626] By: jhi                                   on 2000/08/14  21:00:02
44757         Log: Subject: Re: File::Temp problems on VMS in bleedperl
44758              From: Tim Jenness <timj@jach.hawaii.edu>
44759              cc: vmsperl@perl.org
44760              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
44761              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
44762      Branch: perl
44763            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
44764 ____________________________________________________________________________
44765 [  6625] By: jhi                                   on 2000/08/14  20:52:16
44766         Log: Add SUIDMAIL as was done for the CERT alert.
44767      Branch: perl
44768            ! patchlevel.h
44769 ____________________________________________________________________________
44770 [  6624] By: jhi                                   on 2000/08/14  20:48:50
44771         Log: Subject: sfio2000
44772              From: Daniel Muino <dmuino@afip.gov.ar>
44773              Date: Mon, 14 Aug 2000 16:58:11 -0300
44774              Message-ID: <20000814165811.B16368@con2-dgi>
44775      Branch: perl
44776            ! perlsdio.h perlsfio.h
44777 ____________________________________________________________________________
44778 [  6623] By: jhi                                   on 2000/08/14  20:47:36
44779         Log: Subject: warning: storage class after type is obsolescent
44780              From: Daniel Muino <dmuino@afip.gov.ar>
44781              Date: Mon, 14 Aug 2000 16:42:47 -0300
44782              Message-ID: <20000814164247.A16368@con2-dgi>
44783      Branch: perl
44784            ! regcomp.pl regnodes.h
44785 ____________________________________________________________________________
44786 [  6622] By: jhi                                   on 2000/08/14  20:43:05
44787         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
44788              From: abigail@foad.org
44789              Date: 14 Aug 2000 20:00:10 -0000
44790              Message-Id: <20000814200010.27271.qmail@foad.org>
44791      Branch: perl
44792            ! Changes
44793 ____________________________________________________________________________
44794 [  6621] By: jhi                                   on 2000/08/14  15:23:05
44795         Log: Update Changes.
44796      Branch: perl
44797            ! Changes
44798 ____________________________________________________________________________
44799 [  6620] By: jhi                                   on 2000/08/14  15:22:14
44800         Log: Subject: Re: [PATCH] @+, @- readonly
44801              From: Mike Guy <mjtg@cam.ac.uk>
44802              Date: Mon, 14 Aug 2000 15:26:55 +0100
44803              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
44804      Branch: perl
44805            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
44806            ! sv.c t/op/pat.t
44807 ____________________________________________________________________________
44808 [  6619] By: jhi                                   on 2000/08/14  14:12:08
44809         Log: Update Changes.
44810      Branch: perl
44811            ! Changes
44812 ____________________________________________________________________________
44813 [  6618] By: jhi                                   on 2000/08/14  14:09:34
44814         Log: For now remove the mail code.
44815      Branch: perl
44816            ! perl.c
44817 ____________________________________________________________________________
44818 [  6617] By: jhi                                   on 2000/08/14  14:08:28
44819         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
44820      Branch: perl
44821            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
44822            ! pod/perlfaq8.pod pod/perlsec.pod
44823 ____________________________________________________________________________
44824 [  6616] By: jhi                                   on 2000/08/14  14:00:11
44825         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44826              From: Mike Guy <mjtg@cam.ac.uk>
44827              Date: Mon, 14 Aug 2000 08:26:02 +0100
44828              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
44829      Branch: perl
44830            ! lib/perl5db.pl
44831 ____________________________________________________________________________
44832 [  6615] By: jhi                                   on 2000/08/14  13:58:45
44833         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
44834              From: Mike Guy <mjtg@cam.ac.uk>
44835              Date: Mon, 14 Aug 2000 08:04:22 +0100
44836              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
44837      Branch: perl
44838            ! gv.c mg.c t/op/pat.t
44839 ____________________________________________________________________________
44840 [  6614] By: jhi                                   on 2000/08/14  13:56:45
44841         Log: Subject: Test fails / warnings with perl-current #6612
44842              From: Mike Guy <mjtg@cam.ac.uk>
44843              Date: Mon, 14 Aug 2000 07:57:23 +0100
44844              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
44845      Branch: perl
44846            ! t/lib/b.t t/lib/peek.t
44847 ____________________________________________________________________________
44848 [  6613] By: jhi                                   on 2000/08/14  13:45:33
44849         Log: VMS configure.com update continues.
44850      Branch: perl
44851            - vms/configure.com
44852            ! MANIFEST configure.com
44853 ____________________________________________________________________________
44854 [  6612] By: jhi                                   on 2000/08/13  22:13:35
44855         Log: Update Changes.
44856      Branch: perl
44857            ! Changes
44858 ____________________________________________________________________________
44859 [  6611] By: jhi                                   on 2000/08/13  16:21:45
44860         Log: Upgrade to CGI 2.71, from Lincoln Stein.
44861      Branch: perl
44862            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
44863 ____________________________________________________________________________
44864 [  6610] By: jhi                                   on 2000/08/13  15:09:16
44865         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
44866              From: Mike Guy <mjtg@cam.ac.uk>
44867              Date: Sun, 13 Aug 2000 13:45:51 +0100
44868              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
44869      Branch: perl
44870            ! t/op/regmesg.t
44871 ____________________________________________________________________________
44872 [  6609] By: jhi                                   on 2000/08/13  14:31:26
44873         Log: Andreas says that 1.56 is fine, so reverting back to it.
44874      Branch: perl
44875            ! lib/CPAN.pm
44876 ____________________________________________________________________________
44877 [  6608] By: jhi                                   on 2000/08/13  05:34:20
44878         Log: Update Changes.
44879      Branch: perl
44880            ! Changes
44881 ____________________________________________________________________________
44882 [  6607] By: jhi                                   on 2000/08/13  05:32:01
44883         Log: Put back the \z changes of #5406 to CPAN.pm.
44884      Branch: perl
44885            ! lib/CPAN.pm
44886 ____________________________________________________________________________
44887 [  6606] By: jhi                                   on 2000/08/13  05:20:16
44888         Log: Fix-n-skip the tests under 5005threads.
44889      Branch: perl
44890            ! t/lib/b.t
44891 ____________________________________________________________________________
44892 [  6605] By: jhi                                   on 2000/08/13  05:07:48
44893         Log: Fix the test for 5005threads.
44894      Branch: perl
44895            ! t/lib/peek.t
44896 ____________________________________________________________________________
44897 [  6604] By: jhi                                   on 2000/08/13  03:35:37
44898         Log: Should have deleted this in #6603.
44899      Branch: perl
44900            - vms/subconfigure.com
44901 ____________________________________________________________________________
44902 [  6603] By: jhi                                   on 2000/08/12  18:29:32
44903         Log: Rewrite of vms/subconfigure.com as configure.com,
44904              from Peter Prymmer and the vmsperl crew.
44905      Branch: perl
44906            + vms/configure.com
44907            ! MANIFEST
44908 ____________________________________________________________________________
44909 [  6602] By: jhi                                   on 2000/08/11  13:00:01
44910         Log: PlainText.pm is dead.
44911      Branch: perl
44912            - lib/Pod/PlainText.pm
44913            ! MANIFEST
44914 ____________________________________________________________________________
44915 [  6601] By: jhi                                   on 2000/08/11  04:06:45
44916         Log: Update Changes.
44917      Branch: perl
44918            ! Changes
44919 ____________________________________________________________________________
44920 [  6600] By: jhi                                   on 2000/08/11  04:06:10
44921         Log: Add a few missing files, update MANIFEST.
44922      Branch: perl
44923            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
44924            + lib/Pod/PlainText.pm t/pod/find.t
44925            ! MANIFEST t/op/regmesg.t
44926 ____________________________________________________________________________
44927 [  6599] By: jhi                                   on 2000/08/11  03:31:10
44928         Log: Add Perl debugging tutorial, regen toc. 
44929              
44930              Subject: perldebtut.pod
44931              From: Richard Foley <Richard.Foley@m.dasa.de>
44932              Date: Wed, 09 Aug 2000 10:17:15 +0200
44933              Message-id: <3991138B.262247B8@m.dasa.de>
44934      Branch: perl
44935            + pod/perldebtut.pod
44936            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44937 ____________________________________________________________________________
44938 [  6598] By: jhi                                   on 2000/08/11  02:48:56
44939         Log: tiny Changes edit
44940      Branch: perl
44941            ! Changes
44942 ____________________________________________________________________________
44943 [  6597] By: jhi                                   on 2000/08/11  02:39:04
44944         Log: Tests for #6589.
44945              
44946              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44947              From: simon@brecon.co.uk (Simon Cozens)
44948              Date: 11 Aug 2000 02:24:52 GMT
44949              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
44950      Branch: perl
44951            ! t/lib/b.t
44952 ____________________________________________________________________________
44953 [  6596] By: jhi                                   on 2000/08/11  01:50:07
44954         Log: Update Changes.
44955      Branch: perl
44956            ! Changes
44957 ____________________________________________________________________________
44958 [  6595] By: jhi                                   on 2000/08/11  01:47:16
44959         Log: nitfix
44960      Branch: perl
44961            ! Changes
44962 ____________________________________________________________________________
44963 [  6594] By: jhi                                   on 2000/08/11  01:36:16
44964         Log: Subject: Getting perlio and threads to compile
44965              From: Lupe Christoph <lupe@lupe-christoph.de>
44966              Date: Wed, 9 Aug 2000 11:35:54 +0200
44967              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
44968              
44969              (the Solaris version changes in Configure skipped)
44970      Branch: perl
44971            ! hints/solaris_2.sh thread.h
44972 ____________________________________________________________________________
44973 [  6593] By: jhi                                   on 2000/08/11  01:30:16
44974         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
44975              From: simon@brecon.co.uk (Simon Cozens)
44976              Date: 1 Aug 2000 06:55:19 GMT
44977              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
44978      Branch: perl
44979            ! lib/utf8.pm
44980 ____________________________________________________________________________
44981 [  6592] By: jhi                                   on 2000/08/11  01:26:39
44982         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
44983              From: Peter Scott <Peter@PeterScott.com>
44984              Date: Thu, 10 Aug 2000 08:23:27 -0700
44985              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
44986      Branch: perl
44987            ! lib/perl5db.pl
44988 ____________________________________________________________________________
44989 [  6591] By: jhi                                   on 2000/08/11  01:22:02
44990         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
44991              From: Hugo <hv@crypt.compulink.co.uk>
44992              Date: Thu, 10 Aug 2000 19:23:04 +0100
44993              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
44994      Branch: perl
44995            ! regexec.c t/op/pat.t
44996 ____________________________________________________________________________
44997 [  6590] By: jhi                                   on 2000/08/11  01:19:19
44998         Log: Preprocessing and postprocessing for File::Find.
44999              
45000              Subject: Patch to Find::File.pm to allow alphabetical results
45001              From: Joe Smith <jsmith@inwap.com>
45002              Date: Wed, 9 Aug 2000 02:44:54 -0700
45003              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
45004      Branch: perl
45005            ! lib/File/Find.pm
45006 ____________________________________________________________________________
45007 [  6589] By: jhi                                   on 2000/08/11  01:12:39
45008         Log: B::Deparse didn't do sub attributes.
45009              
45010              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45011              From: simon@brecon.co.uk (Simon Cozens)
45012              Date: 9 Aug 2000 04:49:20 GMT
45013              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
45014      Branch: perl
45015            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
45016 ____________________________________________________________________________
45017 [  6588] By: jhi                                   on 2000/08/11  01:06:40
45018         Log: Subject: debugger "d" command doesnt check line number
45019              From: Mike Guy <mjtg@cam.ac.uk>
45020              Date: Tue, 08 Aug 2000 21:54:29 +0100
45021              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
45022      Branch: perl
45023            ! lib/perl5db.pl mg.c pod/perldiag.pod
45024 ____________________________________________________________________________
45025 [  6587] By: jhi                                   on 2000/08/11  00:45:03
45026         Log: sleep(1) does not necessarily return 1.
45027              
45028              Subject: [PATCH bleadperl] op/lex_assign.t  
45029              From: Hugo <hv@crypt.compulink.co.uk>
45030              Date: Thu, 03 Aug 2000 14:34:22 +0100        
45031              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
45032      Branch: perl
45033            ! t/op/lex_assign.t
45034 ____________________________________________________________________________
45035 [  6586] By: jhi                                   on 2000/08/11  00:31:50
45036         Log: Document the IO::Select timeout.
45037      Branch: perl
45038            ! ext/IO/lib/IO/Select.pm
45039 ____________________________________________________________________________
45040 [  6585] By: jhi                                   on 2000/08/11  00:13:54
45041         Log: Forgot contributor.
45042      Branch: perl
45043            ! Changes
45044 ____________________________________________________________________________
45045 [  6584] By: jhi                                   on 2000/08/11  00:09:19
45046         Log: detypo
45047      Branch: perl
45048            ! Changes
45049 ____________________________________________________________________________
45050 [  6583] By: jhi                                   on 2000/08/11  00:07:53
45051         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
45052              
45053              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
45054              From: Mike Guy <mjtg@cam.ac.uk> 
45055              Date: Thu, 10 Aug 2000 15:50:54 +0100
45056              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
45057      Branch: perl
45058            ! sv.c t/op/int.t
45059 ____________________________________________________________________________
45060 [  6582] By: jhi                                   on 2000/08/10  23:29:32
45061         Log: Update Changes.
45062      Branch: perl
45063            ! Changes
45064 ____________________________________________________________________________
45065 [  6581] By: jhi                                   on 2000/08/10  23:26:16
45066         Log: Put back the std @INC thing.
45067      Branch: perl
45068            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
45069            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
45070            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
45071            ! t/lib/gol-oo.t
45072 ____________________________________________________________________________
45073 [  6580] By: jhi                                   on 2000/08/10  23:03:34
45074         Log: Update to CGI 2.70, from Lincoln Stein.
45075      Branch: perl
45076            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
45077            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
45078            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
45079            ! t/lib/cgi-request.t
45080 ____________________________________________________________________________
45081 [  6579] By: jhi                                   on 2000/08/10  22:41:50
45082         Log: Update to CPAN 1.56, from Andreas König.
45083      Branch: perl
45084            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45085 ____________________________________________________________________________
45086 [  6578] By: jhi                                   on 2000/08/10  22:38:13
45087         Log: Update to Pod::Parser 1.17, from Brad Appleton.
45088      Branch: perl
45089            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
45090            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
45091            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
45092            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45093            ! t/pod/include.t t/pod/included.t t/pod/lref.t
45094            ! t/pod/multiline_items.t t/pod/nested_items.t
45095            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45096            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
45097            ! t/pod/special_seqs.t
45098 ____________________________________________________________________________
45099 [  6577] By: jhi                                   on 2000/08/10  22:35:41
45100         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
45101      Branch: perl
45102            ! AUTHORS MAINTAIN
45103 ____________________________________________________________________________
45104 [  6576] By: jhi                                   on 2000/08/10  22:24:54
45105         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
45106      Branch: perl
45107            + t/lib/gol-oo.t
45108            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
45109            ! t/lib/gol-compat.t t/lib/gol-linkage.t
45110 ____________________________________________________________________________
45111 [  6575] By: jhi                                   on 2000/08/10  22:02:07
45112         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
45113      Branch: perl
45114            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
45115 ____________________________________________________________________________
45116 [  6574] By: jhi                                   on 2000/08/10  21:55:03
45117         Log: Iterating perl6 description.
45118      Branch: perl
45119            ! pod/perlfaq1.pod
45120 ____________________________________________________________________________
45121 [  6573] By: jhi                                   on 2000/08/10  21:48:26
45122         Log: Revert the sv.c part of #6559, a better fix is needed.
45123      Branch: perl
45124            ! sv.c
45125 ____________________________________________________________________________
45126 [  6572] By: jhi                                   on 2000/08/10  20:33:43
45127         Log: It's the 2ndO'ROSSC.
45128      Branch: perl
45129            ! pod/perlfaq1.pod
45130 ____________________________________________________________________________
45131 [  6571] By: jhi                                   on 2000/08/10  15:55:48
45132         Log: detypo
45133      Branch: perl
45134            ! pod/perlfaq1.pod
45135 ____________________________________________________________________________
45136 [  6570] By: jhi                                   on 2000/08/10  14:11:17
45137         Log: An exceptionally sticky typo.
45138      Branch: perl
45139            ! Changes
45140 ____________________________________________________________________________
45141 [  6569] By: jhi                                   on 2000/08/10  14:09:33
45142         Log: detypo (and test Changes updating script)
45143      Branch: perl
45144            ! Changes
45145 ____________________________________________________________________________
45146 [  6568] By: jhi                                   on 2000/08/10  14:07:07
45147         Log: Update Changes.
45148      Branch: perl
45149            ! Changes
45150 ____________________________________________________________________________
45151 [  6567] By: jhi                                   on 2000/08/10  14:06:19
45152         Log: Amend the description of Perl6.
45153              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
45154              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45155              Date: Wed, 9 Aug 2000 22:11:06 -0500
45156              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
45157      Branch: perl
45158            ! pod/perlfaq1.pod
45159 ____________________________________________________________________________
45160 [  6566] By: jhi                                   on 2000/08/10  13:58:57
45161         Log: Subject: Remove dead entry in perldiag
45162              From: Mike Guy <mjtg@cam.ac.uk>
45163              Date: Thu, 10 Aug 2000 14:19:19 +0100
45164              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
45165      Branch: perl
45166            ! pod/perldiag.pod
45167 ____________________________________________________________________________
45168 [  6565] By: jhi                                   on 2000/08/10  13:51:48
45169         Log: Zero entries were skipped, fix from Adrian Goalby
45170              <argoalby@yahoo.co.uk>
45171      Branch: perl
45172            ! lib/unicode/Number.pl lib/unicode/mktables.PL
45173 ____________________________________________________________________________
45174 [  6564] By: jhi                                   on 2000/08/10  13:00:12
45175         Log: Subject: [PATCH 5.6.0] cygwin port
45176              From: "Fifer, Eric" <EFifer@sanwaint.com>
45177              Date: Thu, 10 Aug 2000 13:15:36 +0100
45178              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
45179      Branch: perl
45180            ! README.cygwin hints/cygwin.sh
45181 ____________________________________________________________________________
45182 [  6563] By: jhi                                   on 2000/08/10  12:55:16
45183         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
45184      Branch: perl
45185            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
45186 ____________________________________________________________________________
45187 [  6562] By: gsar                                  on 2000/08/10  08:38:39
45188         Log: warn is a macro, avoid using at a variable to avoid warnings
45189              in some configurations; readdir.t is too conservative in
45190              estimating number of *.t's
45191      Branch: perl
45192            ! t/op/readdir.t util.c
45193 ____________________________________________________________________________
45194 [  6561] By: jhi                                   on 2000/08/09  23:35:42
45195         Log: Update Changes.
45196      Branch: perl
45197            ! Changes
45198 ____________________________________________________________________________
45199 [  6560] By: jhi                                   on 2000/08/09  23:05:47
45200         Log: Subject: Re: enhanced(?) regex error messages
45201              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45202              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
45203              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
45204              
45205              (plus two small patches sent privately)
45206              (this still seems to leave few test failures)
45207      Branch: perl
45208            + t/op/regmesg.t
45209            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
45210            ! t/pragma/warn/regcomp
45211 ____________________________________________________________________________
45212 [  6559] By: jhi                                   on 2000/08/09  20:41:18
45213         Log: (The fix did work but was not right, retracted in #6573)
45214              
45215              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45216              From: Christian Kirsch <ck@held.mind.de>
45217              Date: Wed, 9 Aug 2000 17:05:17 +0200
45218              Message-Id: <20000809170517.A25389@held>
45219      Branch: perl
45220            ! sv.c t/pragma/locale.t
45221 ____________________________________________________________________________
45222 [  6558] By: jhi                                   on 2000/08/08  22:34:08
45223         Log: Tiny updates on the contributors list.
45224      Branch: perl
45225            ! Changes
45226 ____________________________________________________________________________
45227 [  6557] By: jhi                                   on 2000/08/08  19:34:28
45228         Log: Double check that we have a dirhandle.
45229      Branch: perl
45230            ! util.c
45231 ____________________________________________________________________________
45232 [  6556] By: jhi                                   on 2000/08/08  19:01:51
45233         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
45234              May be repopulated with fresh maintained examples.
45235      Branch: perl
45236            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
45237            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
45238            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
45239            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
45240            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
45241            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
45242            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
45243            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
45244            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
45245            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
45246            + lib/CGI/eg/wilogo_gif.uu
45247            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
45248            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
45249            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
45250            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
45251            - eg/cgi/frameset.cgi eg/cgi/index.html
45252            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45253            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45254            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45255            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45256            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45257            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45258            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45259            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45260            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45261            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45262            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45263            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45264            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45265            - eg/van/vanish eg/who eg/wrapsuid
45266            ! MANIFEST
45267 ____________________________________________________________________________
45268 [  6555] By: jhi                                   on 2000/08/08  18:51:08
45269         Log: Delete chat2 as requested by Randal.
45270              
45271              Subject: Re: perlfaq8 coyness
45272              From: merlyn@stonehenge.com (Randal L. Schwartz) 
45273              Date: 15 May 2000 18:52:42 -0700 
45274              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
45275      Branch: perl
45276            - lib/chat2.pl
45277            ! MANIFEST
45278 ____________________________________________________________________________
45279 [  6554] By: jhi                                   on 2000/08/08  18:31:35
45280         Log: Regen global.sym.
45281      Branch: perl
45282            ! global.sym
45283 ____________________________________________________________________________
45284 [  6553] By: jhi                                   on 2000/08/08  18:28:13
45285         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
45286              (either perlbug or p5p ate the original), plus regen
45287              perlapi and perltoc. 
45288      Branch: perl
45289            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
45290            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
45291            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
45292            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
45293            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
45294            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
45295            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
45296            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
45297            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
45298            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
45299 ____________________________________________________________________________
45300 [  6552] By: jhi                                   on 2000/08/08  18:06:29
45301         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
45302              From: Mike Guy <mjtg@cam.ac.uk>
45303              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
45304              Date: Tue, 08 Aug 2000 15:51:27 +0100
45305      Branch: perl
45306            ! doop.c sv.h t/op/join.t t/pragma/overload.t
45307 ____________________________________________________________________________
45308 [  6551] By: jhi                                   on 2000/08/08  18:01:11
45309         Log: Re-apply #6549.
45310      Branch: perl
45311            ! lib/perl5db.pl
45312 ____________________________________________________________________________
45313 [  6550] By: jhi                                   on 2000/08/08  17:43:08
45314         Log: Accidental retraction of #6549.
45315      Branch: perl
45316            ! lib/perl5db.pl
45317 ____________________________________________________________________________
45318 [  6549] By: jhi                                   on 2000/08/08  17:40:04
45319         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45320              From: Mike Guy <mjtg@cam.ac.uk>
45321              Date: Mon, 07 Aug 2000 21:49:58 +0100
45322              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
45323      Branch: perl
45324            ! lib/perl5db.pl
45325 ____________________________________________________________________________
45326 [  6548] By: jhi                                   on 2000/08/08  17:37:57
45327         Log: Document here-doc better.
45328              
45329              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
45330              From: Mike Guy <mjtg@cam.ac.uk>
45331              Date: Mon, 07 Aug 2000 14:02:09 +0100
45332              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
45333      Branch: perl
45334            ! pod/perldata.pod
45335 ____________________________________________________________________________
45336 [  6547] By: jhi                                   on 2000/08/08  17:33:34
45337         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
45338              From: "Randy J. Ray" <rjray@redhat.com>
45339              Date: Mon, 07 Aug 2000 19:12:25 -0700
45340              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
45341      Branch: perl
45342            ! perl.c pod/perlrun.pod
45343 ____________________________________________________________________________
45344 [  6546] By: jhi                                   on 2000/08/08  17:29:26
45345         Log: Subject: Re: enhanced(?) regex error messages 
45346              From: Hugo <hv@crypt.compulink.co.uk>
45347              Date: Tue, 08 Aug 2000 03:25:51 +0100
45348              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
45349              
45350              plus Capitalize the error messages, plus perldiag them.
45351      Branch: perl
45352            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
45353 ____________________________________________________________________________
45354 [  6545] By: jhi                                   on 2000/08/08  13:59:28
45355         Log: Augment #6539 a bit: don't croak if there's magic in the air.
45356              
45357              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
45358              From: Hugo <hv@crypt.compulink.co.uk>
45359              Date: Tue, 08 Aug 2000 03:02:03 +0100
45360              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
45361      Branch: perl
45362            ! pp.c t/op/bless.t
45363 ____________________________________________________________________________
45364 [  6544] By: jhi                                   on 2000/08/07  21:11:52
45365         Log: Make the test -w clean.
45366      Branch: perl
45367            ! t/op/bless.t
45368 ____________________________________________________________________________
45369 [  6543] By: jhi                                   on 2000/08/07  19:49:53
45370         Log: use warnings instead of $^W.
45371      Branch: perl
45372            ! t/op/bless.t
45373 ____________________________________________________________________________
45374 [  6542] By: jhi                                   on 2000/08/07  17:41:41
45375         Log: Disable a portability warning Because We Know What We Are Doing.
45376      Branch: perl
45377            ! t/op/bless.t
45378 ____________________________________________________________________________
45379 [  6541] By: jhi                                   on 2000/08/07  17:29:51
45380         Log: Tiny tidying on report_evil_fh().
45381      Branch: perl
45382            ! util.c
45383 ____________________________________________________________________________
45384 [  6540] By: jhi                                   on 2000/08/07  16:37:38
45385         Log: Make regular expression parse error messages easier to understand.
45386              
45387              Subject: Re: enhanced(?) regex error messages
45388              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45389              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
45390              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
45391      Branch: perl
45392            ! regcomp.c
45393 ____________________________________________________________________________
45394 [  6539] By: jhi                                   on 2000/08/07  16:12:27
45395         Log: Make bless(REF, REF) a fatal error, add bless tests.
45396              
45397              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
45398              From: Hugo <hv@crypt.compulink.co.uk>
45399              Date: Mon, 07 Aug 2000 16:59:38 +0100
45400              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
45401      Branch: perl
45402            + t/op/bless.t
45403            ! MANIFEST pod/perldiag.pod pp.c sv.c
45404 ____________________________________________________________________________
45405 [  6538] By: jhi                                   on 2000/08/07  15:59:43
45406         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
45407              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
45408              Date: Thu, 3 Aug 2000 14:29:21 -0700
45409              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
45410      Branch: perl
45411            ! lib/lib_pm.PL
45412 ____________________________________________________________________________
45413 [  6537] By: jhi                                   on 2000/08/07  15:47:18
45414         Log: Retract #6419 for now since it breaks in AFS and MachTen.
45415      Branch: perl
45416            ! lib/Cwd.pm
45417 ____________________________________________________________________________
45418 [  6536] By: jhi                                   on 2000/08/07  15:05:29
45419         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
45420              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
45421              The security hole exists only in suidperls, which isn't
45422              installed or even built by default.
45423      Branch: perl
45424            ! perl.c
45425 ____________________________________________________________________________
45426 [  6535] By: jhi                                   on 2000/08/07  14:45:14
45427         Log: tr memory corruption fix from Simon Cozens.
45428      Branch: perl
45429            ! doop.c
45430 ____________________________________________________________________________
45431 [  6534] By: jhi                                   on 2000/08/06  11:38:16
45432         Log: Document a bit that UDP is not what you might think.
45433              
45434              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
45435              From: Lupe Christoph <lupe@lupe-christoph.de>
45436              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
45437              Date: Mon, 24 Jul 2000 08:59:15 +0200
45438      Branch: perl
45439            ! pod/perlipc.pod
45440 ____________________________________________________________________________
45441 [  6533] By: jhi                                   on 2000/08/06  11:35:01
45442         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
45443              From: Jeff Pinyan <jeffp@hut.crusoe.net>
45444              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
45445              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
45446      Branch: perl
45447            ! pod/perlfunc.pod
45448 ____________________________________________________________________________
45449 [  6532] By: jhi                                   on 2000/08/06  03:45:41
45450         Log: Have symbols for the IoTYPEs.
45451      Branch: perl
45452            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
45453 ____________________________________________________________________________
45454 [  6531] By: jhi                                   on 2000/08/06  01:33:55
45455         Log: Continue fixing the io warnings.  This also
45456              sort of fixes bug ID 20000802.003: the core dump
45457              is no more.  Whether the current behaviour is correct
45458              (giving a warning: "Not a format reference"), is another matter.
45459      Branch: perl
45460            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
45461            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
45462 ____________________________________________________________________________
45463 [  6530] By: jhi                                   on 2000/08/05  21:33:12
45464         Log: Change the Policy policy: now -Dprefix= with an existing
45465              Policy.sh and prefix == siteprefix == vendorprefix, then all
45466              of them follow along the new prefix.
45467              
45468              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
45469              From: Andy Dougherty <doughera@lafayette.edu>
45470              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
45471              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
45472      Branch: perl
45473            ! Policy_sh.SH
45474 ____________________________________________________________________________
45475 [  6529] By: jhi                                   on 2000/08/05  18:57:28
45476         Log: Zap lib/Sys directory when cleaning up.
45477      Branch: perl
45478            ! Makefile.SH
45479 ____________________________________________________________________________
45480 [  6528] By: jhi                                   on 2000/08/05  18:40:44
45481         Log: Essential prototype changes were missing from #6527.
45482              Also make report_evil_fh() more bomb-proof.
45483      Branch: perl
45484            ! embed.h util.c
45485 ____________________________________________________________________________
45486 [  6527] By: jhi                                   on 2000/08/05  03:22:05
45487         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
45488              From: "Ronald F. Guilmette" <rfg@monkeys.com>
45489              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
45490              Message-Id: <200007242247.PAA52177@monkeys.com>
45491      Branch: perl
45492            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
45493 ____________________________________________________________________________
45494 [  6526] By: jhi                                   on 2000/08/04  21:23:27
45495         Log: gcc versions might have (parentheses) in them.
45496      Branch: metaconfig/U/perl
45497            ! gccvers.U
45498      Branch: perl
45499            ! Configure config_h.SH
45500 ____________________________________________________________________________
45501 [  6525] By: jhi                                   on 2000/08/04  20:23:12
45502         Log: Weed buglets pointed out by
45503              
45504              From: Lupe Christoph <lupe@lupe-christoph.de>
45505              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
45506              Date: Fri, 4 Aug 2000 17:34:39 +0200
45507              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
45508      Branch: metaconfig/U/perl
45509            ! gccvers.U uselfs.U
45510      Branch: perl
45511            ! Configure config_h.SH
45512 ____________________________________________________________________________
45513 [  6524] By: jhi                                   on 2000/08/04  19:02:08
45514         Log: Warn under -w if lstat(FH) is attempted.
45515              
45516              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
45517              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
45518              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
45519              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
45520      Branch: perl
45521            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
45522            ! t/pragma/warn/pp_sys
45523 ____________________________________________________________________________
45524 [  6523] By: jhi                                   on 2000/08/04  12:31:11
45525         Log: Subject: New perlcc, take 2
45526              From: simon@brecon.co.uk (Simon Cozens)
45527              Date: 4 Aug 2000 06:21:04 GMT
45528              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
45529      Branch: perl
45530            ! utils/perlcc.PL
45531 ____________________________________________________________________________
45532 [  6522] By: jhi                                   on 2000/08/04  12:26:33
45533         Log: Subject: Re: Array vs. List context
45534              From: Daniel Chetlin <daniel@chetlin.com>
45535              Date: Fri, 4 Aug 2000 00:22:44 -0700
45536              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
45537      Branch: perl
45538            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
45539            ! pod/perlfaq4.pod
45540 ____________________________________________________________________________
45541 [  6521] By: jhi                                   on 2000/08/04  12:22:38
45542         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
45543              From: Raymund Will <ray@caldera.de>
45544              Date: Fri, 4 Aug 2000 12:07:09 +0200
45545              Message-Id: <20000804120709.A14982@caldera.de>
45546      Branch: perl
45547            ! configure.gnu
45548 ____________________________________________________________________________
45549 [  6520] By: jhi                                   on 2000/08/04  04:09:06
45550         Log: After the #6519 a warning about stat() is just that,
45551              not about a filetest, which now have their own warning.
45552      Branch: perl
45553            ! pod/perldiag.pod
45554 ____________________________________________________________________________
45555 [  6519] By: jhi                                   on 2000/08/04  04:06:30
45556         Log: In the warnings call filehandles consistently so;
45557              add "unopened" warning for stat().
45558      Branch: perl
45559            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
45560            ! t/pragma/warn/pp_sys
45561 ____________________________________________________________________________
45562 [  6518] By: jhi                                   on 2000/08/04  02:55:35
45563         Log: Subject: Minor tweak to perlvar.pod
45564              From: "Stephen P. Potter" <spp@ds.net>
45565              Date: Tue, 18 Apr 2000 09:26:03 -0400
45566              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
45567      Branch: perl
45568            ! pod/perlvar.pod
45569 ____________________________________________________________________________
45570 [  6517] By: jhi                                   on 2000/08/04  02:50:08
45571         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
45572              From: "Clinton Pierce" <cpierce1@ford.com>
45573              Date: Wed, 21 Jul 1999 16:45:31 -0400
45574              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
45575              
45576              Fix by Stephen Potter (visible in the bug db but not in p5p?)
45577      Branch: perl
45578            ! pod/perlfunc.pod pod/perlop.pod
45579 ____________________________________________________________________________
45580 [  6516] By: jhi                                   on 2000/08/04  02:09:25
45581         Log: This is 6512.  Really.
45582      Branch: perl
45583            ! dump.c
45584 ____________________________________________________________________________
45585 [  6515] By: jhi                                   on 2000/08/04  01:25:50
45586         Log: mention the idea of @( and @)
45587      Branch: perl
45588            ! Todo-5.6
45589 ____________________________________________________________________________
45590 [  6514] By: bailey                                on 2000/08/04  01:18:46
45591         Log: YA resync with mainstem, including VMS patches from others
45592      Branch: vmsperl
45593           +> (branch 48 files)
45594            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
45595           !> (integrate 354 files)
45596 ____________________________________________________________________________
45597 [  6513] By: jhi                                   on 2000/08/04  01:18:18
45598         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
45599              From: Mark Dickinson <dickins3@fas.harvard.edu>
45600              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
45601              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
45602      Branch: perl
45603            ! t/op/grent.t t/op/pwent.t
45604 ____________________________________________________________________________
45605 [  6512] By: jhi                                   on 2000/08/04  01:14:06
45606         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
45607              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45608              Date: Wed, 02 Aug 2000 10:51:01 +0100
45609              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
45610      Branch: perl
45611            ! sv.c
45612 ____________________________________________________________________________
45613 [  6511] By: jhi                                   on 2000/08/04  00:57:00
45614         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
45615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45616              Date: Thu, 03 Aug 2000 17:20:04 -0700
45617              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
45618      Branch: metaconfig
45619            ! U/modified/Cppsym.U
45620      Branch: perl
45621            ! Configure config_h.SH
45622 ____________________________________________________________________________
45623 [  6510] By: jhi                                   on 2000/08/04  00:25:28
45624         Log: detypo
45625      Branch: perl
45626            ! Makefile.SH
45627 ____________________________________________________________________________
45628 [  6509] By: jhi                                   on 2000/08/03  23:43:18
45629         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
45630              From: Dominic Dunlop <domo@computer.org>
45631              Date: Thu, 3 Aug 2000 22:16:46 +0200
45632              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
45633      Branch: perl
45634            ! t/op/sprintf.t
45635 ____________________________________________________________________________
45636 [  6508] By: jhi                                   on 2000/08/03  23:40:37
45637         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
45638              From: Hugo <hv@crypt.compulink.co.uk>
45639              Date: Thu, 03 Aug 2000 18:25:30 +0100
45640              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
45641      Branch: perl
45642            ! regcomp.c t/op/re_tests
45643 ____________________________________________________________________________
45644 [  6507] By: jhi                                   on 2000/08/03  23:38:28
45645         Log: Subject: [PATCH] sv.h documentation - SvLEN
45646              From: Mike Guy <mjtg@cam.ac.uk>
45647              Date: Thu, 03 Aug 2000 14:43:09 +0100
45648              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
45649      Branch: perl
45650            ! sv.h
45651 ____________________________________________________________________________
45652 [  6506] By: jhi                                   on 2000/08/03  15:49:14
45653         Log: Disable the fix_pl hack for now.
45654      Branch: perl
45655            ! Makefile.SH
45656 ____________________________________________________________________________
45657 [  6505] By: jhi                                   on 2000/08/03  13:49:04
45658         Log: Add a URL for FSF.
45659              
45660              Subject: Patch for README
45661              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45662              Date: Wed, 2 Aug 2000 13:25:09 -0500
45663              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
45664      Branch: perl
45665            ! README
45666 ____________________________________________________________________________
45667 [  6504] By: jhi                                   on 2000/08/03  13:29:19
45668         Log: Be more informative on what is skipped and why,
45669              also repeat the list at the end.
45670      Branch: perl
45671            ! Porting/p4desc
45672 ____________________________________________________________________________
45673 [  6503] By: jhi                                   on 2000/08/03  13:07:05
45674         Log: Circumvent the removal of .patch by fix_pl.
45675              
45676              Subject: Re: [ID 20000802.011] unable to 'make test'          
45677              From: simon@brecon.co.uk (Simon Cozens) 
45678              Date: 3 Aug 2000 04:17:00 GMT
45679              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
45680      Branch: perl
45681            ! Makefile.SH
45682 ____________________________________________________________________________
45683 [  6502] By: jhi                                   on 2000/08/03  00:14:34
45684         Log: Add the missing setproctitle unit.
45685      Branch: metaconfig/U/perl
45686            + d_setproctitle.U
45687 ____________________________________________________________________________
45688 [  6501] By: jhi                                   on 2000/08/03  00:00:26
45689         Log: The subtest 4 may fail also on VOBS, as pointed out
45690              by Nick Ing-Simmons in November 1999, bug id 19991124.003
45691              (but the failure in that bug report isn't the subtest 4).
45692      Branch: perl
45693            ! t/op/stat.t
45694 ____________________________________________________________________________
45695 [  6500] By: jhi                                   on 2000/08/02  23:49:30
45696         Log: Better skip message for the test; one of the two problems in
45697              
45698              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
45699              From: Lupe Christoph <lupe@lupe-christoph.de>
45700              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
45701              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
45702      Branch: perl
45703            ! t/op/numconvert.t
45704 ____________________________________________________________________________
45705 [  6499] By: jhi                                   on 2000/08/02  22:49:16
45706         Log: Allow "no Module;" even if there is no 'unimport'.
45707              
45708              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
45709              From: mjd@plover.com
45710              Date: 24 Mar 2000 15:24:34 -0000
45711              Message-Id: <20000324152434.15160.qmail@plover.com>
45712      Branch: perl
45713            ! gv.c
45714 ____________________________________________________________________________
45715 [  6498] By: jhi                                   on 2000/08/02  22:42:58
45716         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
45717              that are hopefully soon put into use.
45718      Branch: perl
45719            ! opcode.h opcode.pl opnames.h
45720 ____________________________________________________________________________
45721 [  6497] By: gsar                                  on 2000/08/02  22:28:59
45722         Log: require.t needs binmode() to work on windows
45723      Branch: perl
45724            ! t/comp/require.t
45725 ____________________________________________________________________________
45726 [  6496] By: jhi                                   on 2000/08/02  22:08:51
45727         Log: Document the IVdf UVuf UVof UVxf.
45728      Branch: perl
45729            ! pod/perlguts.pod
45730 ____________________________________________________________________________
45731 [  6495] By: jhi                                   on 2000/08/02  21:54:26
45732         Log: detypo #6494
45733      Branch: perl
45734            ! ext/Data/Dumper/Dumper.xs
45735 ____________________________________________________________________________
45736 [  6494] By: jhi                                   on 2000/08/02  21:49:17
45737         Log: Dump UVs as UVs in Data::Dumper.
45738              
45739              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
45740              From: Gurusamy Sarathy <gsar@ActiveState.com>
45741              Date: Thu, 27 Apr 2000 12:26:25 -0700
45742              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
45743      Branch: perl
45744            ! ext/Data/Dumper/Dumper.xs
45745 ____________________________________________________________________________
45746 [  6493] By: jhi                                   on 2000/08/02  17:01:58
45747         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
45748              From: Hugo <hv@crypt.compulink.co.uk>
45749              Date: Wed, 02 Aug 2000 14:53:56 +0100
45750              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
45751      Branch: perl
45752            ! regexec.c t/op/re_tests
45753 ____________________________________________________________________________
45754 [  6492] By: jhi                                   on 2000/08/02  15:02:46
45755         Log: The new setproctitle() feature is available only in 
45756              bleeding edge FreeBSD.  From Paul Saab.
45757      Branch: perl
45758            ! mg.c
45759 ____________________________________________________________________________
45760 [  6491] By: jhi                                   on 2000/08/02  13:34:36
45761         Log: The tr utf8 patching continues.
45762              
45763              Subject: Re: #6469, too many tests claimed in require.t
45764              From: simon@brecon.co.uk (Simon Cozens)
45765              Date: 2 Aug 2000 02:37:17 GMT
45766              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
45767              
45768              (the logic of the test was the wrong way round in the patch)
45769      Branch: perl
45770            ! doop.c
45771 ____________________________________________________________________________
45772 [  6490] By: jhi                                   on 2000/08/02  13:27:38
45773         Log: The name of a filehandle does not have <these>.
45774      Branch: perl
45775            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
45776            ! t/pragma/warn/pp_sys util.c
45777 ____________________________________________________________________________
45778 [  6489] By: jhi                                   on 2000/08/02  04:26:46
45779         Log: Remove the extraneous "main::" prefix from all the
45780              "opened only for", "on closed", and "never opened" warnings.
45781              
45782              Subject: Re: inappropriate warning
45783              From: Gurusamy Sarathy <gsar@ActiveState.com>
45784              Date: Mon, 20 Mar 2000 11:28:02 -0800
45785              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
45786      Branch: perl
45787            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
45788            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
45789            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
45790 ____________________________________________________________________________
45791 [  6488] By: jhi                                   on 2000/08/02  03:02:57
45792         Log: memcpy has n o in it, as pinted ut by Sarathy.
45793      Branch: perl
45794            ! pod/perlguts.pod
45795 ____________________________________________________________________________
45796 [  6487] By: jhi                                   on 2000/08/02  02:44:51
45797         Log: Document in one place the memory abstractions used in Perl core.
45798              
45799              Subject: Re: Memory abstraction
45800              From: simon@brecon.co.uk (Simon Cozens)
45801              Date: 2 Aug 2000 02:20:23 GMT
45802              Organization: Earth.li Origins
45803      Branch: perl
45804            ! pod/perlguts.pod
45805 ____________________________________________________________________________
45806 [  6486] By: jhi                                   on 2000/08/02  02:41:57
45807         Log: regen_headers, regen perltoc.
45808      Branch: perl
45809            ! perlapi.c pod/perltoc.pod
45810 ____________________________________________________________________________
45811 [  6485] By: jhi                                   on 2000/08/02  01:43:33
45812         Log: "This little thing tests for a file .patch, and if it contains
45813              a number, pops into patchlevel.h" (making it easier to track
45814              which development version people are reporting bugs against)
45815              
45816              Subject: Patchlevel autogeneration for repository perls
45817              From: simon@brecon.co.uk (Simon Cozens)
45818              Date: 14 Jul 2000 07:12:15 GMT
45819              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
45820      Branch: perl
45821            + fix_pl
45822            ! MANIFEST Makefile.SH
45823 ____________________________________________________________________________
45824 [  6484] By: jhi                                   on 2000/08/02  01:32:54
45825         Log: FreeBSD 3.* updates from
45826              
45827              From: Paul Saab <ps@yahoo-inc.com>
45828              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45829              Date: Tue, 1 Aug 2000 15:41:39 -0700
45830              Message-Id: <20000801154139.A53740@yahoo-inc.com>
45831      Branch: perl
45832            ! hints/freebsd.sh
45833 ____________________________________________________________________________
45834 [  6483] By: jhi                                   on 2000/08/02  01:27:44
45835         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
45836              instead one must use setproctitle().  This was already addressed
45837              by change #6457, but the below has a new variant for FreeBSD 4.0
45838              or later, and the matter is also documented more.
45839              
45840              From: Paul Saab <ps@yahoo-inc.com>
45841              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45842              Date: Tue, 1 Aug 2000 15:41:39 -0700
45843              Message-Id: <20000801154139.A53740@yahoo-inc.com>
45844      Branch: metaconfig/U/perl
45845            + i_libutil.U
45846      Branch: perl
45847            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
45848 ____________________________________________________________________________
45849 [  6482] By: jhi                                   on 2000/08/01  22:17:32
45850         Log: The test from this
45851              
45852              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
45853              Date: Sat, 15 Apr 2000 17:03:44 +0100
45854              From: Tom Hughes <tom@compton.nu>
45855              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
45856              
45857              was missing, the code change went in as #5989
45858              (which had a different test?)
45859      Branch: perl
45860            ! t/op/misc.t
45861 ____________________________________________________________________________
45862 [  6481] By: jhi                                   on 2000/08/01  21:48:38
45863         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
45864              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45865              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
45866              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
45867      Branch: perl
45868            ! perl.h
45869 ____________________________________________________________________________
45870 [  6480] By: jhi                                   on 2000/08/01  18:05:28
45871         Log: Make p4desc to skip non-mainperl branches by default.
45872      Branch: perl
45873            ! Porting/p4desc
45874 ____________________________________________________________________________
45875 [  6479] By: jhi                                   on 2000/08/01  17:29:19
45876         Log: If gccosandvers is equal to osname, clear gccosandvers.
45877      Branch: metaconfig/U/perl
45878            ! gccvers.U
45879      Branch: perl
45880            ! Configure config_h.SH
45881 ____________________________________________________________________________
45882 [  6478] By: jhi                                   on 2000/08/01  15:54:08
45883         Log: BOM patching from Simon Cozens.
45884      Branch: perl
45885            ! toke.c
45886 ____________________________________________________________________________
45887 [  6477] By: jhi                                   on 2000/08/01  04:50:33
45888         Log: Stash away the largefiles flags and libswanted.
45889      Branch: perl
45890            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
45891 ____________________________________________________________________________
45892 [  6476] By: gsar                                  on 2000/08/01  04:24:24
45893         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
45894              on Windows)
45895      Branch: perl
45896            ! t/pragma/utf8.t utf8.c win32/win32.c
45897 ____________________________________________________________________________
45898 [  6475] By: jhi                                   on 2000/08/01  03:35:24
45899         Log: Make chr() for values >127 to create utf8 when under utf8.
45900              
45901              Subject: Re: uft8/chr()
45902              From: simon@brecon.co.uk (Simon Cozens)
45903              Date: 1 Aug 2000 02:37:02 GMT
45904              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
45905      Branch: perl
45906            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
45907 ____________________________________________________________________________
45908 [  6474] By: jhi                                   on 2000/08/01  02:36:18
45909         Log: In Digital UNIX warn if gcc explicitly chosen because even
45910              2.95.2 is known to cause problems.
45911      Branch: perl
45912            ! hints/dec_osf.sh
45913 ____________________________________________________________________________
45914 [  6473] By: jhi                                   on 2000/08/01  02:00:56
45915         Log: Make the safety catch for buggy gccs work with triple version
45916              numbers like 2.95.2.  Reported in
45917              
45918              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
45919              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
45920              Date: Mon, 31 Jul 2000 14:55:06 +0200
45921              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
45922      Branch: perl
45923            ! hints/dec_osf.sh
45924 ____________________________________________________________________________
45925 [  6472] By: jhi                                   on 2000/08/01  01:13:33
45926         Log: Subject: fix and question re: waitpid() under win32
45927              From: Brian Clarke <clarke@appliedmeta.com>
45928              Date: Fri, 28 Jul 2000 15:18:29 -0400
45929              Message-ID: <3981DC85.290314EB@appliedmeta.com>
45930              
45931              Slightly reformatted and WNOHANG # define moved to win32.h
45932              so that also POSIX.xs sees it, as suggsted by Sarathy.
45933      Branch: perl
45934            ! win32/win32.c win32/win32.h
45935 ____________________________________________________________________________
45936 [  6471] By: jhi                                   on 2000/08/01  00:55:05
45937         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
45938              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45939              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
45940              Date: Mon, 31 Jul 2000 13:28:51 +0100
45941              
45942              (aka ID 20000730.002)
45943      Branch: perl
45944            ! op.c t/op/tr.t
45945 ____________________________________________________________________________
45946 [  6470] By: jhi                                   on 2000/07/31  23:34:42
45947         Log: Document the problem with -P in HP-UX and its workaround.
45948              
45949              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
45950              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
45951              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
45952              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
45953      Branch: perl
45954            ! README.hpux
45955 ____________________________________________________________________________
45956 [  6469] By: jhi                                   on 2000/07/31  04:15:02
45957         Log: The swallow_bom() saga continues.  The #23 of require.t
45958              (UTF16-LE) still fails (silently, no output) but the #22
45959              (UTF16-BE) seems to be working now.  The root of the
45960              failure may be in sv_gets(): is it UTF-16LE-aware,
45961              especially when it comes to line endings? 
45962      Branch: perl
45963            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
45964            ! t/comp/require.t toke.c utf8.c
45965 ____________________________________________________________________________
45966 [  6468] By: jhi                                   on 2000/07/30  19:05:48
45967         Log: Find green threads before native threads.
45968              
45969              Subject: Re: Patch to jpl/JNI/Makefile.PL
45970              From: Jens Thomsen <jens@fiend.cis.com>
45971              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
45972              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
45973      Branch: perl
45974            ! jpl/JNI/Makefile.PL
45975 ____________________________________________________________________________
45976 [  6467] By: jhi                                   on 2000/07/30  18:36:22
45977         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
45978      Branch: perl
45979            ! doop.c
45980 ____________________________________________________________________________
45981 [  6466] By: jhi                                   on 2000/07/30  04:37:29
45982         Log: A new version of the "remove UPPERACSE string comparison"
45983              operators.  The problem with the previous one (change #6454)
45984              was that it was for Perl 5.6.0.  From Paul Marquess.
45985      Branch: perl
45986            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
45987            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
45988            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
45989 ____________________________________________________________________________
45990 [  6465] By: jhi                                   on 2000/07/29  22:39:56
45991         Log: Do not upgrade SVs into utf8 just because they participate
45992              in eq or cmp.  Reported and fix suggested in
45993              
45994              Subject: [ID 20000720.009] sv_eq UTF8 bug
45995              From: "Simon Cozens" <simon@othersideofthe.earth.li>
45996              Date: 21 Jul 2000 04:37:29 -0000
45997              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
45998              
45999              Exercise for the kind reader: should we or should we not
46000              cache the utf8 conversion alonside the SV? (as magic,
46001              as thestrxfrm()ed version is cached under use locale)
46002              Argue both for and against.
46003      Branch: perl
46004            ! sv.c
46005 ____________________________________________________________________________
46006 [  6464] By: jhi                                   on 2000/07/29  22:36:22
46007         Log: Subject: UTF8 concat
46008              From: simon@brecon.co.uk (Simon Cozens) 
46009              Date: 30 Jun 2000 06:13:25 GMT
46010              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
46011              
46012              (with a memory leak fixed, plus a few casts added)
46013              
46014              This also seems to help for
46015              
46016              Subject: [ID 20000716.015] join UTF8 weirdness
46017              From: root <root@ak-71.mind.de> 
46018              Date: Sat, 15 Jul 2000 15:29:54 +0200
46019              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
46020              
46021              (from Andreas König)
46022      Branch: perl
46023            ! pp_hot.c
46024 ____________________________________________________________________________
46025 [  6463] By: jhi                                   on 2000/07/29  00:55:39
46026         Log: Tune the comments and hopefully stop a memory leak.
46027      Branch: perl
46028            ! toke.c utf8.c
46029 ____________________________________________________________________________
46030 [  6462] By: jhi                                   on 2000/07/29  00:16:53
46031         Log: The problem described in this
46032              
46033              Subject: [ID 20000322.018] named chars aren't magical enough
46034              From: root <root@dixie.cscaper.com>     
46035              Date: Wed, 22 Mar 2000 18:37:42 -0700
46036              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
46037              
46038              has been fixed in perl 5.6.0 but just in case added a test
46039              to keep it away.  (The report from Joseph Hall.)
46040      Branch: perl
46041            ! t/lib/charnames.t
46042 ____________________________________________________________________________
46043 [  6461] By: jhi                                   on 2000/07/28  23:56:36
46044         Log: Tiny fixes for #6460.
46045      Branch: metaconfig/U/perl
46046            ! gccvers.U
46047      Branch: perl
46048            ! Configure config_h.SH
46049 ____________________________________________________________________________
46050 [  6460] By: jhi                                   on 2000/07/28  23:24:41
46051         Log: Warn if the version of the operating system used to compile gcc
46052              differs from the current version of the operating system.
46053              Also display the gcc compilation os and version in myconfig.
46054              Inspiration from
46055              
46056              Subject: Re: [ID 20000710.003] ERRORS!!         
46057              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46058              Date: Mon, 10 Jul 2000 15:54:16 -0400
46059              Message-ID: <20000710155416.A1384@O2.chapin.edu>
46060      Branch: metaconfig/U/perl
46061            ! gccvers.U
46062      Branch: perl
46063            ! Configure config_h.SH myconfig.SH
46064 ____________________________________________________________________________
46065 [  6459] By: jhi                                   on 2000/07/28  22:00:32
46066         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
46067              letter to $Config{osvers}.
46068      Branch: metaconfig
46069            ! U/modified/Oldconfig.U
46070      Branch: perl
46071            ! Configure config_h.SH
46072 ____________________________________________________________________________
46073 [  6458] By: jhi                                   on 2000/07/28  04:15:39
46074         Log: Back out #6454, doesn't seem to work.
46075              (Reason: that patch was for perl 5.6.0, not perl-current)
46076              (A version of the patch for perl-current came in later as #6466)
46077      Branch: perl
46078            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46079            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46080            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46081 ____________________________________________________________________________
46082 [  6457] By: jhi                                   on 2000/07/27  23:31:49
46083         Log: Use setproctitle() if available to modify $0.
46084              
46085              Subject: setting $* on BSD4 broken
46086              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46087              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
46088              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
46089      Branch: metaconfig
46090            ! U/modified/Myinit.U
46091      Branch: perl
46092            ! Configure config_h.SH mg.c
46093 ____________________________________________________________________________
46094 [  6456] By: jhi                                   on 2000/07/27  14:50:47
46095         Log: Allow "no AutoLoader;", based on change #6444,
46096              suggested by Graham Barr.
46097      Branch: perl
46098            ! lib/AutoLoader.pm
46099 ____________________________________________________________________________
46100 [  6455] By: jhi                                   on 2000/07/27  14:19:10
46101         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
46102              From: rspier@pobox.com (Robert Spier)
46103              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
46104              Message-ID: <14720.15855.787664.424783@rls.cx>
46105      Branch: perl
46106            ! pod/perldiag.pod
46107 ____________________________________________________________________________
46108 [  6454] By: jhi                                   on 2000/07/27  14:03:02
46109         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
46110              for a long time).
46111              
46112              Reported in
46113              
46114              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
46115              From: Ryan Herbert <rherbert@sycamorehq.com>
46116              Date: Mon, 17 Jul 2000 11:40:42 -0400
46117              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
46118              
46119              Patched in
46120              
46121              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
46122              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46123              Date: Wed, 26 Jul 2000 23:40:18 +0100
46124              Message-ID: <000001bff752$79511880$0a17073e@tiny>
46125              
46126              based on an earlier patch from Stephen P. Potter.
46127              
46128              (Removed later by change #6458 because this patch was for
46129              perl 5.6.0, not perl-current)
46130      Branch: perl
46131            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46132            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46133            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46134 ____________________________________________________________________________
46135 [  6453] By: jhi                                   on 2000/07/27  13:48:02
46136         Log: Subject: [PATCH] fixes bug 20000508.004
46137              From: Michael Stevens <mstevens@globnix.org>
46138              Date: Thu, 27 Jul 2000 13:49:04 +0100
46139              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
46140      Branch: perl
46141            ! pod/perldata.pod
46142 ____________________________________________________________________________
46143 [  6452] By: jhi                                   on 2000/07/26  23:51:26
46144         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
46145              and Craig A. Berry.
46146      Branch: perl
46147            ! lib/File/Temp.pm pod/perlport.pod
46148 ____________________________________________________________________________
46149 [  6451] By: jhi                                   on 2000/07/26  19:43:30
46150         Log: Be wary of close()s, too.
46151              
46152              Subject: Re: [PATCH] perlbug cleanup
46153              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46154              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
46155              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
46156      Branch: perl
46157            ! utils/perlbug.PL
46158 ____________________________________________________________________________
46159 [  6450] By: jhi                                   on 2000/07/26  18:41:40
46160         Log: Subject: Minor doc patch: handy.h
46161              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
46162              Date: Wed, 26 Jul 2000 15:34:25 -0300
46163              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
46164      Branch: perl
46165            ! handy.h pod/perlapi.pod
46166 ____________________________________________________________________________
46167 [  6449] By: jhi                                   on 2000/07/26  18:23:55
46168         Log: Subject: [PATCH] minor doc change - perlguts
46169              From: Michael Stevens <mstevens@globnix.org>
46170              Date: Thu, 13 Jul 2000 12:39:18 +0100
46171              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
46172      Branch: perl
46173            ! pod/perlguts.pod
46174 ____________________________________________________________________________
46175 [  6448] By: jhi                                   on 2000/07/26  18:20:30
46176         Log: open() wariness in perlbug.
46177              
46178              Subject: [PATCH] perlbug cleanup
46179              From: Michael Stevens <mstevens@globnix.org>
46180              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
46181              Date: Thu, 13 Jul 2000 15:52:23 +0100
46182      Branch: perl
46183            ! utils/perlbug.PL
46184 ____________________________________________________________________________
46185 [  6447] By: jhi                                   on 2000/07/26  18:13:04
46186         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
46187      Branch: perl
46188            ! lib/File/Temp.pm t/lib/ftmp-security.t
46189 ____________________________________________________________________________
46190 [  6446] By: jhi                                   on 2000/07/26  18:06:32
46191         Log: docfix from Peter Scott <Peter@PSDT.com>.
46192      Branch: perl
46193            ! pod/perlfunc.pod
46194 ____________________________________________________________________________
46195 [  6445] By: jhi                                   on 2000/07/26  17:53:31
46196         Log: Fix *foo{FORMAT}.
46197              
46198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46199              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46200              Date: Wed, 26 Jul 2000 19:51:02 +0200
46201              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
46202              
46203              From: Graham Barr <gbarr@pobox.com>
46204              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46205              Date: Wed, 26 Jul 2000 17:38:36 +0100
46206              Message-ID: <20000726173836.L472@pobox.com>
46207      Branch: perl
46208            ! pp.c sv.c t/op/gv.t
46209 ____________________________________________________________________________
46210 [  6444] By: jhi                                   on 2000/07/26  17:49:14
46211         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
46212              from Graham Barr in the module list.
46213      Branch: perl
46214            ! gv.c pod/perlobj.pod
46215 ____________________________________________________________________________
46216 [  6443] By: jhi                                   on 2000/07/26  16:06:56
46217         Log: More split() doc and test patches from Mike Guy.
46218      Branch: perl
46219            ! pod/perlfunc.pod t/op/split.t
46220 ____________________________________________________________________________
46221 [  6442] By: jhi                                   on 2000/07/26  16:05:30
46222         Log: MacOS nits from Matthias Neeracher.
46223      Branch: perl
46224            ! perl.c pp_ctl.c
46225 ____________________________________________________________________________
46226 [  6441] By: jhi                                   on 2000/07/26  04:39:57
46227         Log: Subject: [PATCH] split /^/
46228              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46229              Date: Tue, 25 Jul 2000 14:18:57 +0100
46230              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
46231              
46232              (with notes from tchrist and gbarr)
46233      Branch: perl
46234            ! pod/perlfunc.pod t/op/split.t
46235 ____________________________________________________________________________
46236 [  6440] By: jhi                                   on 2000/07/26  04:32:32
46237         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
46238              From: Peter Prymmer <pvhp@forte.com>
46239              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
46240              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
46241      Branch: perl
46242            ! vms/munchconfig.c
46243 ____________________________________________________________________________
46244 [  6439] By: jhi                                   on 2000/07/26  04:31:01
46245         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
46246              to be fatal errors (instead of by default ignoring them, and
46247              ignoring with a bug: even though -w gave an error, the opening [
46248              was left in)  Reported in:
46249              
46250              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46251              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46252              Date: Sun, 16 Jul 2000 17:55:29 -0700
46253              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46254      Branch: perl
46255            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
46256 ____________________________________________________________________________
46257 [  6438] By: jhi                                   on 2000/07/25  15:41:15
46258         Log: Subject: [PATCH] av.c apidoc
46259              From: simon@brecon.co.uk (Simon Cozens)
46260              Date: 24 Jul 2000 06:40:52 GMT
46261              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
46262      Branch: perl
46263            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46264            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
46265 ____________________________________________________________________________
46266 [  6437] By: jhi                                   on 2000/07/25  14:05:36
46267         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
46268              From: "Stephen P. Potter" <spp@ds.net>
46269              Date: Mon, 24 Jul 2000 14:22:23 -0400
46270              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
46271      Branch: perl
46272            ! pod/perllocale.pod
46273 ____________________________________________________________________________
46274 [  6436] By: jhi                                   on 2000/07/25  14:02:03
46275         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
46276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46277              Date: Mon, 24 Jul 2000 18:04:28 +0100
46278              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
46279      Branch: perl
46280            ! t/lib/syslfs.t t/op/lfs.t
46281 ____________________________________________________________________________
46282 [  6435] By: jhi                                   on 2000/07/25  13:59:28
46283         Log: Get UTF16 BOMs working.  Patch from
46284              
46285              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46287              Date: Tue, 25 Jul 2000 12:52:45 +0100
46288              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
46289              
46290              and notes from
46291              
46292              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46293              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46294              Date: Tue, 25 Jul 2000 11:43:25 +0100
46295              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
46296      Branch: perl
46297            ! t/comp/require.t toke.c utf8.c
46298 ____________________________________________________________________________
46299 [  6434] By: jhi                                   on 2000/07/25  02:39:54
46300         Log: Make the "uninit variable" warning to say "concat or string"
46301              or "join or string" when in concat or join .
46302              
46303              Subject: Re: [ID 20000403.009] uninitialised concatenation???
46304              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46305              Date: Tue, 04 Apr 2000 18:22:58 +0100
46306              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
46307              
46308              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
46309              From: William R Ward <hermit@BayView.COM>
46310              Date: Thu, 30 Mar 2000 19:50:03 -0800
46311              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
46312      Branch: perl
46313            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
46314            ! t/pragma/warn/op t/pragma/warn/sv
46315 ____________________________________________________________________________
46316 [  6433] By: jhi                                   on 2000/07/24  17:52:56
46317         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
46318      Branch: perl
46319            ! lib/File/Spec/VMS.pm
46320 ____________________________________________________________________________
46321 [  6432] By: jhi                                   on 2000/07/24  17:44:44
46322         Log: Test cases for #6431.
46323              
46324              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46325              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46326              Date: Mon, 24 Jul 2000 15:32:29 +0100
46327              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
46328      Branch: perl
46329            ! t/op/pat.t t/op/split.t
46330 ____________________________________________________________________________
46331 [  6431] By: jhi                                   on 2000/07/24  17:43:17
46332         Log: Bind op fix.
46333              
46334              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46335              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46336              Date: Mon, 17 Jul 2000 20:04:56 +0100
46337              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
46338      Branch: perl
46339            ! op.c
46340 ____________________________________________________________________________
46341 [  6430] By: jhi                                   on 2000/07/24  03:42:42
46342         Log: Subject: [ID 20000716.023] syslog test fails without sockets
46343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46344              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
46345              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
46346      Branch: metaconfig/U/perl
46347            ! Extensions.U
46348      Branch: perl
46349            ! Configure config_h.SH
46350 ____________________________________________________________________________
46351 [  6429] By: jhi                                   on 2000/07/24  03:11:52
46352         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
46353              case, but add also notes explaining the relationship of this
46354              patch and the earlier notes by Sarathy.
46355              
46356              Subject: Map is still slow
46357              From: "Ben Tilly" <ben_tilly@hotmail.com>
46358              Date: Sat, 15 Jul 2000 17:23:27 EDT
46359              Message-ID: <20000715212327.21656.qmail@hotmail.com>
46360      Branch: perl
46361            ! pp_ctl.c
46362 ____________________________________________________________________________
46363 [  6428] By: jhi                                   on 2000/07/24  02:58:52
46364         Log: Documentation to explain the behaviour of map().
46365              
46366              Subject: Re: Map is still slow 
46367              From: Gurusamy Sarathy <gsar@ActiveState.com>
46368              Date: Sat, 15 Jul 2000 16:05:09 -0700
46369              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
46370      Branch: perl
46371            ! pp_ctl.c
46372 ____________________________________________________________________________
46373 [  6427] By: jhi                                   on 2000/07/24  02:50:03
46374         Log: Add tests for
46375              [ID 19991110.003] another matching finding by pcre author
46376              which has already been fixed by some patch, as verified in
46377              
46378              Subject: Re: two regex bugs from the mists of time (well, last November)
46379              From: Hugo <hv@crypt.compulink.co.uk>
46380              Date: Sat, 22 Jul 2000 18:12:58 +0100
46381              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
46382      Branch: perl
46383            ! t/op/re_tests
46384 ____________________________________________________________________________
46385 [  6426] By: jhi                                   on 2000/07/24  02:11:20
46386         Log: A missing 'break' after the [[:space:]] switch case.
46387              
46388              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
46389              From: "Stephen P. Potter" <spp@ds.net>
46390              Date: Tue, 18 Jul 2000 16:25:17 -0400
46391              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
46392      Branch: perl
46393            ! regcomp.c
46394 ____________________________________________________________________________
46395 [  6425] By: jhi                                   on 2000/07/24  02:06:12
46396         Log: The output might have been produced in the wrong order.
46397              
46398              Subject: [ID 20000720.003] [PATCH] t/op/write.t
46399              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46400              Date: Thu, 20 Jul 2000 18:49:18 +0100
46401              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
46402      Branch: perl
46403            ! t/op/write.t
46404 ____________________________________________________________________________
46405 [  6424] By: jhi                                   on 2000/07/24  02:00:07
46406         Log: Use STDOUT consistently.
46407              
46408              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
46409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46410              Date: Thu, 20 Jul 2000 18:04:01 +0100
46411              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
46412      Branch: perl
46413            ! lib/Test/Harness.pm
46414 ____________________________________________________________________________
46415 [  6423] By: jhi                                   on 2000/07/24  01:54:54
46416         Log: Protect against "wild next"s, that is, callbacks doing "next"
46417              instead of "return".
46418              
46419              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
46420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46421              Date: Tue, 18 Jul 2000 11:30:16 +0100
46422              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
46423      Branch: perl
46424            ! lib/File/Find.pm
46425 ____________________________________________________________________________
46426 [  6422] By: jhi                                   on 2000/07/24  01:35:47
46427         Log: Out-of-date note removed.
46428              
46429              Subject: [PATCH] documentation perlipc
46430              From: rspier@pobox.com (Robert Spier)
46431              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
46432              Message-ID: <14711.35178.572612.502654@rls.cx>
46433      Branch: perl
46434            ! pod/perlipc.pod
46435 ____________________________________________________________________________
46436 [  6421] By: jhi                                   on 2000/07/24  00:09:18
46437         Log: Send all installperl messages to STDERR and be -w clean.
46438              
46439              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
46440              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46441              Date: Sat, 22 Jul 2000 14:02:11 +0100
46442              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
46443      Branch: perl
46444            ! installperl
46445 ____________________________________________________________________________
46446 [  6420] By: jhi                                   on 2000/07/24  00:04:19
46447         Log: Decutandpasto.
46448              
46449              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
46450              From: "Richard Soderberg" <rs@crystalflame.net>
46451              Date: Sun, 23 Jul 2000 01:37:23 -0700
46452              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
46453      Branch: perl
46454            ! pod/perlipc.pod
46455 ____________________________________________________________________________
46456 [  6419] By: jhi                                   on 2000/07/24  00:01:12
46457         Log: A cleaner abs_path().
46458              Subject: Re: unix alternative to Cwd.pm
46459              From: Jeff Pinyan <jeffp@crusoe.net>
46460              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
46461              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
46462      Branch: perl
46463            ! lib/Cwd.pm
46464 ____________________________________________________________________________
46465 [  6418] By: jhi                                   on 2000/07/23  23:48:56
46466         Log: Detypo.
46467              
46468              Subject: [PATCH perl-current] Typo in hints/powerux.sh
46469              From: "Richard Soderberg" <rs@crystalflame.net>
46470              Date: Sun, 23 Jul 2000 01:27:33 -0700
46471              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
46472      Branch: perl
46473            ! hints/powerux.sh
46474 ____________________________________________________________________________
46475 [  6417] By: jhi                                   on 2000/07/17  22:13:31
46476         Log: Subject: SDBM_File documentation
46477              From: mjd@plover.com
46478              Date: 16 Jul 2000 17:41:17 -0000
46479              Message-ID: <20000716174117.18515.qmail@plover.com>
46480      Branch: perl
46481            ! ext/SDBM_File/SDBM_File.pm
46482 ____________________________________________________________________________
46483 [  6416] By: jhi                                   on 2000/07/17  19:13:26
46484         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
46485      Branch: perl
46486            ! hints/mpeix.sh mpeix/relink
46487 ____________________________________________________________________________
46488 [  6415] By: jhi                                   on 2000/07/15  14:11:02
46489         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
46490              the utf8 'characters' can be more than one octet).
46491              
46492              Date: Sat, 15 Jul 2000 00:21:56 +0100
46493              From: Tom Hughes <tom@compton.nu>
46494              Subject: Re: [ID 20000714.002]
46495              Message-ID: <db2334de49.tom@compton.compton.nu>
46496              
46497              Reported in
46498              
46499              Subject: [ID 20000714.002]
46500              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46501              Date: 14 Jul 2000 15:13:09 -0000
46502              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
46503      Branch: perl
46504            ! doop.c
46505 ____________________________________________________________________________
46506 [  6414] By: jhi                                   on 2000/07/15  03:13:41
46507         Log: another VMS build tweak from Peter Prymmer
46508      Branch: perl
46509            ! vms/descrip_mms.template
46510 ____________________________________________________________________________
46511 [  6413] By: jhi                                   on 2000/07/15  03:10:40
46512         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
46513      Branch: perl
46514            ! vms/perlvms.pod
46515 ____________________________________________________________________________
46516 [  6412] By: jhi                                   on 2000/07/15  00:31:05
46517         Log: More docs for sv functions.
46518              
46519              Subject: [PATCH cfgperl] sv.c apidoc
46520              From: simon@brecon.co.uk (Simon Cozens)
46521              Date: 13 Jul 2000 09:00:20 GMT
46522              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
46523              
46524              Subject: Re: [PATCH cfgperl] sv.c apidoc
46525              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46526              Date: Thu, 13 Jul 2000 12:27:41 +0100
46527              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
46528              
46529              Subject: Re: [PATCH cfgperl] sv.c apidoc
46530              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46531              Date: Thu, 13 Jul 2000 13:23:09 +0100
46532              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
46533              
46534              Subject: Re: [PATCH cfgperl] sv.c apidoc
46535              From: simon@brecon.co.uk (Simon Cozens)
46536              Date: 14 Jul 2000 06:51:02 GMT
46537              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
46538      Branch: perl
46539            ! embed.pl pod/perlapi.pod sv.c
46540 ____________________________________________________________________________
46541 [  6411] By: jhi                                   on 2000/07/15  00:10:41
46542         Log: lib/b test fixes from Peter Prymmer.
46543      Branch: perl
46544            ! t/lib/b.t
46545 ____________________________________________________________________________
46546 [  6410] By: jhi                                   on 2000/07/15  00:02:09
46547         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
46548              From: Hugo <hv@crypt.compulink.co.uk>
46549              Date: Fri, 14 Jul 2000 23:05:20 +0100
46550              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
46551              
46552              Didn't anymore apply, but that point still could use another fix.
46553      Branch: perl
46554            ! pod/perlfunc.pod
46555 ____________________________________________________________________________
46556 [  6409] By: jhi                                   on 2000/07/14  23:15:15
46557         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
46558              not in pod, from Peter Prymmer
46559      Branch: perl
46560            ! vms/descrip_mms.template
46561 ____________________________________________________________________________
46562 [  6408] By: jhi                                   on 2000/07/14  20:35:05
46563         Log: The bug report
46564              [ID 19991110.002] minimal matching discrepancy found by pcre author
46565              seems to have been fixed (though differently from what was suggested
46566              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
46567      Branch: perl
46568            ! t/op/re_tests
46569 ____________________________________________________________________________
46570 [  6407] By: jhi                                   on 2000/07/14  17:38:08
46571         Log: Fix AutoSplit to use File::Spec the right way in VMS,
46572              from Peter Prymmer.
46573      Branch: perl
46574            ! lib/AutoSplit.pm
46575 ____________________________________________________________________________
46576 [  6406] By: jhi                                   on 2000/07/14  14:13:22
46577         Log: Merge perlhacktut into perlhack, update perlguts.
46578              
46579              Subject: Re: Perlhacktut
46580              From: simon@brecon.co.uk (Simon Cozens)
46581              Date: 14 Jul 2000 06:49:21 GMT
46582              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
46583              
46584              Subject: Re: Perlhacktut
46585              From: simon@brecon.co.uk (Simon Cozens)
46586              Date: 14 Jul 2000 07:09:45 GMT
46587              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
46588      Branch: perl
46589            ! pod/perlguts.pod pod/perlhack.pod
46590 ____________________________________________________________________________
46591 [  6405] By: jhi                                   on 2000/07/14  14:02:31
46592         Log: Integrate with Sarathy.
46593      Branch: cfgperl
46594           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
46595           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
46596           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
46597 ____________________________________________________________________________
46598 [  6404] By: gsar                                  on 2000/07/14  12:15:02
46599         Log: PERL_OBJECT build tweaks
46600      Branch: perl
46601            ! toke.c
46602 ____________________________________________________________________________
46603 [  6403] By: gsar                                  on 2000/07/14  11:23:41
46604         Log: inconsistent types needs casts
46605      Branch: perl
46606            ! toke.c
46607 ____________________________________________________________________________
46608 [  6402] By: gsar                                  on 2000/07/14  11:12:04
46609         Log: typos in change#6399, regen headers
46610      Branch: perl
46611            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
46612 ____________________________________________________________________________
46613 [  6401] By: gsar                                  on 2000/07/14  10:59:12
46614         Log: typecasts needed for change#6394
46615      Branch: perl
46616            ! toke.c
46617 ____________________________________________________________________________
46618 [  6400] By: gsar                                  on 2000/07/14  10:49:37
46619         Log: integrate cfgperl contents into mainline
46620      Branch: perl
46621           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
46622           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
46623 ____________________________________________________________________________
46624 [  6399] By: gsar                                  on 2000/07/14  10:38:35
46625         Log: enable UTF-16 filter by default if relevant BOM is seen; various
46626              cleanups (typos, misformatted code, and small bugs)
46627      Branch: perl
46628            ! doop.c embed.pl mg.c op.c pp.c toke.c
46629 ____________________________________________________________________________
46630 [  6398] By: gsar                                  on 2000/07/14  08:55:38
46631         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
46632              name suggests anyway)
46633      Branch: perl
46634            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
46635 ____________________________________________________________________________
46636 [  6397] By: gsar                                  on 2000/07/14  08:44:33
46637         Log: move new variables to the end of the interpreter structure (for
46638              bincompat in code that doesn't #include XSUB.h)
46639      Branch: perl
46640            ! intrpvar.h
46641 ____________________________________________________________________________
46642 [  6396] By: gsar                                  on 2000/07/14  08:13:58
46643         Log: MakeMaker should not remove editor backups (*~) on `make clean`
46644              by default (completes change#6383)
46645      Branch: perl
46646            ! lib/ExtUtils/MM_Unix.pm
46647 ____________________________________________________________________________
46648 [  6395] By: jhi                                   on 2000/07/14  05:20:33
46649         Log: Replace change #6337 with a better one.
46650              
46651              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
46652              From: Hugo <hv@crypt.compulink.co.uk>
46653              Date: Fri, 14 Jul 2000 04:16:20 +0100
46654              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
46655      Branch: cfgperl
46656            ! regexec.c t/op/re_tests
46657 ____________________________________________________________________________
46658 [  6394] By: jhi                                   on 2000/07/14  01:33:59
46659         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
46660      Branch: cfgperl
46661            ! embed.pl global.sym proto.h toke.c
46662 ____________________________________________________________________________
46663 [  6393] By: jhi                                   on 2000/07/13  23:41:23
46664         Log: remove discarded test
46665      Branch: cfgperl
46666            ! MANIFEST
46667 ____________________________________________________________________________
46668 [  6392] By: jhi                                   on 2000/07/13  23:32:25
46669         Log: The {multiplier} of a fixed substring was overlooked which
46670              caused a wrong initial search offset for that substring.
46671              
46672              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
46673              From: Hugo <hv@crypt.compulink.co.uk>
46674              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
46675              Date: Thu, 13 Jul 2000 19:27:13 +0100
46676      Branch: cfgperl
46677            ! regcomp.c t/op/re_tests
46678 ____________________________________________________________________________
46679 [  6391] By: jhi                                   on 2000/07/13  16:37:42
46680         Log: typo fix from Craig Berry
46681      Branch: cfgperl
46682            ! vms/subconfigure.com
46683 ____________________________________________________________________________
46684 [  6390] By: jhi                                   on 2000/07/13  13:20:12
46685         Log: Integrate with Sarathy.
46686      Branch: cfgperl
46687            - t/op/method2entersub.t
46688           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
46689           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
46690           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
46691           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
46692 ____________________________________________________________________________
46693 [  6389] By: jhi                                   on 2000/07/13  13:18:48
46694         Log: Detypo from Peter Prymmer, part of #6388.
46695      Branch: cfgperl
46696            ! Configure config_h.SH
46697      Branch: metaconfig
46698            ! U/modified/d_longlong.U
46699 ____________________________________________________________________________
46700 [  6388] By: gsar                                  on 2000/07/13  06:33:40
46701         Log: typos (spotted by Peter Prymmer)
46702      Branch: perl
46703            ! Configure t/lib/english.t
46704 ____________________________________________________________________________
46705 [  6387] By: gsar                                  on 2000/07/13  05:35:28
46706         Log: new selfloader.t in change#6183 doesn't close DATA handles,
46707              and thus fails to clean up tmp files on dosish platforms
46708      Branch: perl
46709            ! t/lib/selfloader.t
46710 ____________________________________________________________________________
46711 [  6386] By: gsar                                  on 2000/07/12  21:42:39
46712         Log: sprintf test tweaks (from Dominic Dunlop)
46713      Branch: perl
46714            ! t/op/sprintf.t
46715 ____________________________________________________________________________
46716 [  6385] By: gsar                                  on 2000/07/12  21:33:46
46717         Log: fix bugs in processing %v-*d and similar format specs (from
46718              Avi Finkel <avi@finkel.org>)
46719      Branch: perl
46720            ! sv.c t/op/sprintf.t
46721 ____________________________________________________________________________
46722 [  6384] By: gsar                                  on 2000/07/12  16:04:19
46723         Log: readd missing perldelta.pod changes from changes#6339,6376
46724      Branch: perl
46725            ! pod/perldelta.pod
46726 ____________________________________________________________________________
46727 [  6383] By: gsar                                  on 2000/07/12  16:00:51
46728         Log: don't clobber *.orig files on *clean targets
46729      Branch: perl
46730            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
46731 ____________________________________________________________________________
46732 [  6382] By: gsar                                  on 2000/07/12  07:59:12
46733         Log: fix broken integrations in cfgperl
46734      Branch: cfgperl
46735           !> Changes pod/perldelta.pod
46736 ____________________________________________________________________________
46737 [  6381] By: gsar                                  on 2000/07/12  07:42:17
46738         Log: integrate cfgperl changes into mainline
46739      Branch: perl
46740            ! Changes
46741           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
46742           !> pod/perlre.pod
46743 ____________________________________________________________________________
46744 [  6380] By: gsar                                  on 2000/07/12  07:31:00
46745         Log: get sprintf.t to adjust properly for 3-digit exponents
46746      Branch: perl
46747            ! t/op/sprintf.t
46748 ____________________________________________________________________________
46749 [  6379] By: gsar                                  on 2000/07/12  06:40:04
46750         Log: change#6174 needs corresponding change in win32/config_h.PL,
46751              which grovels through config_h.SH to find the config.h name
46752      Branch: perl
46753            ! win32/config_h.PL
46754 ____________________________________________________________________________
46755 [  6378] By: jhi                                   on 2000/07/12  05:03:59
46756         Log: Do the cc sanity check both before the hints and
46757              after the cc selction.
46758      Branch: cfgperl
46759            ! Configure config_h.SH
46760      Branch: metaconfig
46761            ! U/modified/Oldconfig.U U/modified/cc.U
46762      Branch: metaconfig/U/perl
46763            + Checkcc.U
46764 ____________________________________________________________________________
46765 [  6377] By: jhi                                   on 2000/07/12  02:49:22
46766         Log: Fix nits noticed by Boston.pm.
46767      Branch: cfgperl
46768            ! pod/perlre.pod
46769 ____________________________________________________________________________
46770 [  6376] By: jhi                                   on 2000/07/11  21:22:13
46771         Log: Configure cosmetics and perldelta.
46772      Branch: cfgperl
46773            ! Configure config_h.SH pod/perldelta.pod
46774      Branch: metaconfig
46775            ! U/modified/cc.U
46776 ____________________________________________________________________________
46777 [  6375] By: gsar                                  on 2000/07/11  21:17:35
46778         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
46779      Branch: perl
46780            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
46781            ! win32/win32sck.c
46782 ____________________________________________________________________________
46783 [  6374] By: gsar                                  on 2000/07/11  20:48:50
46784         Log: tweak for build failure under multiplicity
46785      Branch: perl
46786            ! toke.c
46787 ____________________________________________________________________________
46788 [  6373] By: gsar                                  on 2000/07/11  20:37:23
46789         Log: integrate cfgperl changes#6325..6373 into mainline
46790              (NOTE: today's batch of integrations still untested)
46791      Branch: perl
46792           +> ext/DynaLoader/hints/netbsd.pl
46793            ! Changes
46794           !> (integrate 26 files)
46795 ____________________________________________________________________________
46796 [  6372] By: jhi                                   on 2000/07/11  20:30:36
46797         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
46798              regen perltoc.
46799      Branch: cfgperl
46800            + pod/perlbook.pod
46801            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
46802            ! pod/perltoc.pod
46803 ____________________________________________________________________________
46804 [  6371] By: jhi                                   on 2000/07/11  20:08:56
46805         Log: Minor cleanups on the booklist.
46806      Branch: cfgperl
46807            ! pod/perlfaq2.pod
46808 ____________________________________________________________________________
46809 [  6370] By: jhi                                   on 2000/07/11  19:31:13
46810         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
46811      Branch: cfgperl
46812            ! t/pragma/overload.t
46813 ____________________________________________________________________________
46814 [  6369] By: gsar                                  on 2000/07/11  19:27:48
46815         Log: integrate cfgperl changes#6293..6324 into mainline
46816      Branch: perl
46817           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
46818            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
46819           !> (integrate 30 files)
46820 ____________________________________________________________________________
46821 [  6368] By: gsar                                  on 2000/07/11  19:18:57
46822         Log: skip integrate of problematic change#6292 from cfgperl into mainline
46823      Branch: perl
46824           !> pp_hot.c
46825 ____________________________________________________________________________
46826 [  6367] By: gsar                                  on 2000/07/11  19:17:21
46827         Log: integrate cfgperl changes#6288..6290 into mainline
46828      Branch: perl
46829           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
46830 ____________________________________________________________________________
46831 [  6366] By: gsar                                  on 2000/07/11  19:11:18
46832         Log: integrate cfgperl changes#6268..6282 into mainline
46833      Branch: perl
46834           !> (integrate 30 files)
46835 ____________________________________________________________________________
46836 [  6365] By: gsar                                  on 2000/07/11  18:57:00
46837         Log: delete new accidentally branched file
46838      Branch: perl
46839            - t/op/method2entersub.t
46840 ____________________________________________________________________________
46841 [  6364] By: gsar                                  on 2000/07/11  18:55:13
46842         Log: skip integrate of change#6267 from cfgperl into mainline (the
46843              method call optimization is flawed without additional hints
46844              from user about immutableness of @ISA and no runtime method
46845              definitions)
46846      Branch: perl
46847           +> t/op/method2entersub.t
46848           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
46849           !> perl.h t/op/sprintf.t xsutils.c
46850 ____________________________________________________________________________
46851 [  6363] By: gsar                                  on 2000/07/11  18:49:43
46852         Log: integrate cfgperl changes#6261..6266 into mainline
46853      Branch: perl
46854           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
46855           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
46856           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46857           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
46858 ____________________________________________________________________________
46859 [  6362] By: gsar                                  on 2000/07/11  18:43:26
46860         Log: integrate cfgperl changes#6252..6260 into mainline
46861      Branch: perl
46862           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
46863           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
46864           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
46865           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
46866 ____________________________________________________________________________
46867 [  6361] By: gsar                                  on 2000/07/11  18:37:12
46868         Log: skip integrate of problematic change#6251 from cfgperl into mainline
46869      Branch: perl
46870           !> lib/Exporter.pm
46871 ____________________________________________________________________________
46872 [  6360] By: gsar                                  on 2000/07/11  18:34:56
46873         Log: integrate cfgperl change#6250 into mainline
46874      Branch: perl
46875           +> t/op/my_stash.t
46876           !> MANIFEST embed.pl proto.h toke.c
46877 ____________________________________________________________________________
46878 [  6359] By: gsar                                  on 2000/07/11  18:21:19
46879         Log: integrate cfgperl changes#6242..6249 into mainline
46880      Branch: perl
46881           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
46882           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
46883           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
46884           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
46885           !> t/lib/peek.t utf8.c
46886 ____________________________________________________________________________
46887 [  6358] By: gsar                                  on 2000/07/11  18:15:45
46888         Log: skip integrate of problematic change#6241 from cfgperl into mainline
46889      Branch: perl
46890           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
46891 ____________________________________________________________________________
46892 [  6357] By: jhi                                   on 2000/07/11  18:15:16
46893         Log: Fix for
46894              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
46895              From: Roderick Schertler <roderick@argon.org> 
46896              Date: Tue, 11 Jul 2000 13:55:05 -0400 
46897              Message-Id: <200007111755.NAA05077@jones.argon.org> 
46898      Branch: cfgperl
46899            ! doio.c
46900 ____________________________________________________________________________
46901 [  6356] By: jhi                                   on 2000/07/11  18:12:51
46902         Log: Typo in #6341.
46903      Branch: cfgperl
46904            ! pp_hot.c
46905 ____________________________________________________________________________
46906 [  6355] By: gsar                                  on 2000/07/11  18:12:10
46907         Log: integrate cfgperl changes#6231..6240 into mainline
46908      Branch: perl
46909           +> pod/perlutil.pod
46910           !> (integrate 35 files)
46911 ____________________________________________________________________________
46912 [  6354] By: jhi                                   on 2000/07/11  18:04:34
46913         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
46914              From: Dominic Dunlop <domo@computer.org> 
46915              Date: Tue, 11 Jul 2000 12:27:33 +0200 
46916              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
46917              
46918              Replaces change #6268.
46919      Branch: cfgperl
46920            ! t/op/sprintf.t
46921 ____________________________________________________________________________
46922 [  6353] By: gsar                                  on 2000/07/11  17:59:51
46923         Log: skip integrate of problematic change#6230 from cfgperl into mainline
46924              (a later version of File::Spec is already in mainline)
46925      Branch: perl
46926           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
46927           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
46928 ____________________________________________________________________________
46929 [  6352] By: gsar                                  on 2000/07/11  17:57:48
46930         Log: integrate cfgperl changes#6224..6229 into mainline
46931      Branch: perl
46932           +> lib/lib.pm.PL
46933            - lib/lib.pm
46934           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
46935           !> lib/English.pm op.c t/lib/english.t
46936 ____________________________________________________________________________
46937 [  6351] By: gsar                                  on 2000/07/11  17:50:10
46938         Log: skip integrate of problematic change#6223 from cfgperl into mainline
46939      Branch: perl
46940           !> doio.c
46941 ____________________________________________________________________________
46942 [  6350] By: gsar                                  on 2000/07/11  17:48:28
46943         Log: integrate cfgperl changes#6220..6222 into mainline
46944      Branch: perl
46945           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
46946           !> toke.c utf8.c win32/win32.h
46947 ____________________________________________________________________________
46948 [  6349] By: gsar                                  on 2000/07/11  17:46:13
46949         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
46950              mainline
46951      Branch: perl
46952           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46953           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46954           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46955 ____________________________________________________________________________
46956 [  6348] By: jhi                                   on 2000/07/11  17:45:49
46957         Log: README.posix-bc podified from Thomas Dorner.
46958      Branch: cfgperl
46959            ! README.posix-bc
46960 ____________________________________________________________________________
46961 [  6347] By: gsar                                  on 2000/07/11  17:42:04
46962         Log: integrate cfgperl change#6217 into mainline
46963      Branch: perl
46964           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
46965           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
46966           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
46967 ____________________________________________________________________________
46968 [  6346] By: gsar                                  on 2000/07/11  17:39:37
46969         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
46970              mainline
46971      Branch: perl
46972           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
46973           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46974           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46975           !> perlapi.h pod/perlapi.pod
46976 ____________________________________________________________________________
46977 [  6345] By: gsar                                  on 2000/07/11  17:36:42
46978         Log: integrate cfgperl changes#6207..6210 into mainline
46979      Branch: perl
46980           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
46981           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
46982 ____________________________________________________________________________
46983 [  6344] By: gsar                                  on 2000/07/11  17:31:20
46984         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
46985              mainline
46986      Branch: perl
46987           !> (integrate 40 files)
46988 ____________________________________________________________________________
46989 [  6343] By: gsar                                  on 2000/07/11  17:19:08
46990         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
46991      Branch: perl
46992           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
46993            ! Changes
46994           !> (integrate 34 files)
46995 ____________________________________________________________________________
46996 [  6342] By: jhi                                   on 2000/07/11  16:05:48
46997         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
46998              To: perl5-porters@perl.org
46999              From: Karsten Sperling <spiff@phreax.net>
47000              Date: Mon, 10 Jul 2000 15:12:52 +0200
47001              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47002      Branch: cfgperl
47003            ! lib/Symbol.pm
47004 ____________________________________________________________________________
47005 [  6341] By: jhi                                   on 2000/07/11  15:59:23
47006         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47008              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47009              Date: Fri, 07 Jul 2000 17:57:16 +0100
47010      Branch: cfgperl
47011            ! pp_hot.c
47012 ____________________________________________________________________________
47013 [  6340] By: jhi                                   on 2000/07/11  15:55:47
47014         Log: Subject: Re: format bug report  [Patch]
47015              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47016              Date: Wed, 05 Jul 2000 13:12:52 +0200
47017              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47018              
47019              Subject: Re: format bug report  [Patch]
47020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47021              Date: Wed, 05 Jul 2000 14:10:01 +0200
47022              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47023      Branch: cfgperl
47024            ! t/op/write.t toke.c
47025 ____________________________________________________________________________
47026 [  6339] By: jhi                                   on 2000/07/11  13:54:09
47027         Log: Be less forgiving about ambiguous and illegal tr ranges.
47028              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47029              From: Mark-Jason Dominus <mjd@plover.com>
47030              Date: Tue, 04 Jul 2000 10:00:12 -0400
47031              Message-ID: <20000704140012.17772.qmail@plover.com>
47032              
47033              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47034              From: Mark-Jason Dominus <mjd@plover.com>
47035              Date: Wed, 05 Jul 2000 09:37:36 -0400
47036              Message-ID: <20000705133736.27293.qmail@plover.com>
47037      Branch: cfgperl
47038            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
47039 ____________________________________________________________________________
47040 [  6338] By: jhi                                   on 2000/07/11  13:31:24
47041         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47042              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47043              Date: Tue, 11 Jul 2000 13:50:51 +0100
47044              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47045      Branch: cfgperl
47046            ! sv.c
47047 ____________________________________________________________________________
47048 [  6337] By: jhi                                   on 2000/07/11  13:29:14
47049         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47050              From: Hugo <hv@crypt.compulink.co.uk>
47051              Date: Tue, 11 Jul 2000 12:44:50 +0100
47052              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47053      Branch: cfgperl
47054            ! regexec.c t/op/re_tests
47055 ____________________________________________________________________________
47056 [  6336] By: jhi                                   on 2000/07/11  13:26:47
47057         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
47058              From: simon@brecon.co.uk (Simon Cozens)
47059              Date: 7 Jul 2000 11:26:09 GMT
47060              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47061      Branch: cfgperl
47062            ! mg.c
47063 ____________________________________________________________________________
47064 [  6335] By: jhi                                   on 2000/07/11  13:23:37
47065         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47066              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47067              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
47068              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
47069      Branch: cfgperl
47070            + ext/DynaLoader/hints/netbsd.pl
47071            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
47072 ____________________________________________________________________________
47073 [  6334] By: jhi                                   on 2000/07/11  13:20:38
47074         Log: Subject: PATCH perlguts.pod: Document D and d magic types
47075              From: mjd@plover.com
47076              Date: 5 Jul 2000 18:01:51 -0000
47077              Message-ID: <20000705180151.29413.qmail@plover.com>
47078      Branch: cfgperl
47079            ! pod/perlguts.pod
47080 ____________________________________________________________________________
47081 [  6333] By: jhi                                   on 2000/07/11  13:15:51
47082         Log: Precedence goof, fix based on
47083              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
47084              From: Hugo <hv@crypt.compulink.co.uk>
47085              Date: Tue, 11 Jul 2000 12:52:38 +0100
47086              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
47087      Branch: cfgperl
47088            ! t/op/taint.t
47089 ____________________________________________________________________________
47090 [  6332] By: jhi                                   on 2000/07/11  12:40:17
47091         Log: Integrate with Sarathy.
47092      Branch: cfgperl
47093           !> win32/win32sck.c
47094 ____________________________________________________________________________
47095 [  6331] By: jhi                                   on 2000/07/10  20:14:16
47096         Log: Sprinkle ldlibpath.
47097      Branch: cfgperl
47098            ! pod/Makefile.SH
47099 ____________________________________________________________________________
47100 [  6330] By: jhi                                   on 2000/07/10  17:54:49
47101         Log: More POSIX.pod tweaks.
47102      Branch: cfgperl
47103            ! ext/POSIX/POSIX.pod
47104 ____________________________________________________________________________
47105 [  6329] By: jhi                                   on 2000/07/10  14:02:12
47106         Log: Reorder perl.pod once more.
47107      Branch: cfgperl
47108            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47109 ____________________________________________________________________________
47110 [  6328] By: gsar                                  on 2000/07/10  07:06:00
47111         Log: accept() leaks memory on windows due to incorrect ordering of
47112              closesocket() and fclose() calls
47113      Branch: perl
47114            ! win32/win32sck.c
47115 ____________________________________________________________________________
47116 [  6327] By: gsar                                  on 2000/07/10  06:49:17
47117         Log: winsock options weren't being set in all threads under ithreads
47118              (caused send()s from second and subsequent threads to fail)
47119      Branch: perl
47120            ! win32/win32sck.c
47121 ____________________________________________________________________________
47122 [  6326] By: jhi                                   on 2000/07/08  02:45:40
47123         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47124              was cast to an unsigned (32-bit) integer with wild abandon.
47125      Branch: cfgperl
47126            ! ext/Devel/DProf/DProf.xs
47127 ____________________________________________________________________________
47128 [  6325] By: jhi                                   on 2000/07/07  18:50:33
47129         Log: Remove perlbook, update perlfaq book listing,
47130              rearrange perl.pod, regenerate perltoc.
47131      Branch: cfgperl
47132            - pod/perlbook.pod
47133            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
47134            ! pod/perlfaq2.pod pod/perltoc.pod
47135 ____________________________________________________________________________
47136 [  6324] By: jhi                                   on 2000/07/07  14:03:40
47137         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
47138      Branch: cfgperl
47139            ! sv.h toke.c
47140 ____________________________________________________________________________
47141 [  6323] By: jhi                                   on 2000/07/06  16:03:55
47142         Log: Fix complaints of buildtoc.
47143      Branch: cfgperl
47144            + lib/Win32.pod
47145            - pod/Win32.pod
47146            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47147 ____________________________________________________________________________
47148 [  6322] By: jhi                                   on 2000/07/06  15:15:52
47149         Log: Add =head1 NAMEs so that buildtoc is happy.
47150              (The CGI::Util nit reported to Lincoln.)
47151      Branch: cfgperl
47152            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
47153            ! pod/perltoc.pod
47154 ____________________________________________________________________________
47155 [  6321] By: jhi                                   on 2000/07/06  03:16:04
47156         Log: Config is being used.
47157      Branch: cfgperl
47158            ! t/op/method.t
47159 ____________________________________________________________________________
47160 [  6320] By: jhi                                   on 2000/07/06  03:13:13
47161         Log: Integrate with Sarathy.
47162      Branch: cfgperl
47163           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
47164 ____________________________________________________________________________
47165 [  6319] By: jhi                                   on 2000/07/06  03:11:46
47166         Log: Autogenerate pod/Makefile and pod/buildtoc.
47167              buildtoc also checks whether the existin pods are
47168              mentioned in MANIFEST and perl.pod, and vice versa.
47169              (None of the thusly found discrepancies fixed yet.)
47170              roffitall also needs to be autogenerated similarly but it
47171              seems so badly out of date that I didn't touch it yet.
47172      Branch: cfgperl
47173            + pod/Makefile.SH pod/buildtoc.PL
47174            - pod/Makefile pod/buildtoc
47175            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
47176 ____________________________________________________________________________
47177 [  6318] By: gsar                                  on 2000/07/05  22:10:54
47178         Log: fix UNC path handling on Windows under ithreads, and chdir()
47179              return value when given a non-existent directory
47180      Branch: perl
47181            ! win32/vdir.h
47182 ____________________________________________________________________________
47183 [  6317] By: gsar                                  on 2000/07/05  22:08:19
47184         Log: winsock cleanup never done on Windows (leads to handle leaks)
47185      Branch: perl
47186            ! win32/perllib.c win32/win32sck.c
47187 ____________________________________________________________________________
47188 [  6316] By: gsar                                  on 2000/07/05  22:06:19
47189         Log: some debugger output does not go to the socket when RemotePort is set
47190      Branch: perl
47191            ! lib/perl5db.pl
47192 ____________________________________________________________________________
47193 [  6315] By: jhi                                   on 2000/07/05  00:25:21
47194         Log: Integrate with Sarathy, preliminary fix for unicos
47195              alignment problems in [ID 20000612.002] Perl problem on Cray system.
47196      Branch: cfgperl
47197            ! sv.h
47198           !> pp_hot.c
47199 ____________________________________________________________________________
47200 [  6314] By: gsar                                  on 2000/07/04  23:34:02
47201         Log: tyop in change#6306
47202      Branch: perl
47203            ! pp_hot.c
47204 ____________________________________________________________________________
47205 [  6313] By: jhi                                   on 2000/07/04  22:14:38
47206         Log: Multiline string literals ENONPORTABLE.
47207      Branch: cfgperl
47208            ! pp_hot.c
47209 ____________________________________________________________________________
47210 [  6312] By: jhi                                   on 2000/07/04  20:34:44
47211         Log: Integrate with Sarathy.
47212      Branch: cfgperl
47213           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
47214           !> t/op/method.t
47215 ____________________________________________________________________________
47216 [  6311] By: jhi                                   on 2000/07/04  20:30:56
47217         Log: More POSIX.pod embellishment.
47218      Branch: cfgperl
47219            ! ext/POSIX/POSIX.pod
47220 ____________________________________________________________________________
47221 [  6310] By: gsar                                  on 2000/07/04  17:28:48
47222         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
47223      Branch: perl
47224            ! t/lib/b.t
47225 ____________________________________________________________________________
47226 [  6309] By: jhi                                   on 2000/07/04  17:22:18
47227         Log: The #6308 required a little bit more.
47228      Branch: cfgperl
47229            ! Makefile.SH win32/Makefile
47230 ____________________________________________________________________________
47231 [  6308] By: jhi                                   on 2000/07/04  16:35:24
47232         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
47233      Branch: cfgperl
47234            + lib/lib_pm.PL
47235            - lib/lib.pm.PL
47236            ! MANIFEST Makefile.SH
47237 ____________________________________________________________________________
47238 [  6307] By: jhi                                   on 2000/07/04  16:28:58
47239         Log: Win32 patches for cfgperl from Sarathy.
47240      Branch: cfgperl
47241            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
47242            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
47243            ! thread.h toke.c util.c win32/Makefile win32/win32.c
47244 ____________________________________________________________________________
47245 [  6306] By: gsar                                  on 2000/07/04  16:28:40
47246         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
47247              (from Richard Soderberg <rs@oregonnet.com>)
47248      Branch: perl
47249            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
47250 ____________________________________________________________________________
47251 [  6305] By: jhi                                   on 2000/07/04  16:24:24
47252         Log: Integrate with Sarathy.
47253      Branch: cfgperl
47254           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
47255           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47256           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
47257           !> proto.h win32/win32.c
47258 ____________________________________________________________________________
47259 [  6304] By: gsar                                  on 2000/07/04  16:17:24
47260         Log: missing perldiag entry for unpack("w",...) diagnostic (from
47261              Andreas Koenig)
47262      Branch: perl
47263            ! pod/perldiag.pod
47264 ____________________________________________________________________________
47265 [  6303] By: gsar                                  on 2000/07/04  16:14:44
47266         Log: remove rel2abs prototypes (from Barrie Slaymaker)
47267      Branch: perl
47268            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47269            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47270 ____________________________________________________________________________
47271 [  6302] By: gsar                                  on 2000/07/04  04:59:35
47272         Log: adjust change#6299
47273      Branch: perl
47274            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
47275            ! win32/win32.c
47276 ____________________________________________________________________________
47277 [  6301] By: jhi                                   on 2000/07/04  04:50:07
47278         Log: Integrate with Sarathy.
47279      Branch: cfgperl
47280           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
47281           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
47282           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
47283 ____________________________________________________________________________
47284 [  6300] By: gsar                                  on 2000/07/04  04:42:09
47285         Log: PERL_OBJECT build tweak
47286      Branch: perl
47287            ! perl.h
47288 ____________________________________________________________________________
47289 [  6299] By: gsar                                  on 2000/07/04  04:37:00
47290         Log: fix memory leak on Windows (PL_sys_intern contents were never
47291              freed)
47292      Branch: perl
47293            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47294            ! perlapi.c proto.h win32/win32.c
47295 ____________________________________________________________________________
47296 [  6298] By: gsar                                  on 2000/07/04  04:15:59
47297         Log: fix large memory leak that has been around for ever, masked by
47298              -DPURIFY (most of the arenas were never freed!)
47299      Branch: perl
47300            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
47301 ____________________________________________________________________________
47302 [  6297] By: gsar                                  on 2000/07/04  04:07:46
47303         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
47304      Branch: perl
47305            ! perl.c
47306 ____________________________________________________________________________
47307 [  6296] By: jhi                                   on 2000/06/30  18:28:37
47308         Log: Elaborate POSIX.pod.  Still needs work.
47309      Branch: cfgperl
47310            ! ext/POSIX/POSIX.pod
47311 ____________________________________________________________________________
47312 [  6295] By: jhi                                   on 2000/06/30  14:58:18
47313         Log: Point to perlipc for more SysV IPC examples.
47314      Branch: cfgperl
47315            ! pod/perlfunc.pod
47316 ____________________________________________________________________________
47317 [  6294] By: gsar                                  on 2000/06/30  14:47:45
47318         Log: slurp mode fix in change#4736 still not quite right
47319      Branch: perl
47320            ! pp_hot.c t/io/argv.t
47321 ____________________________________________________________________________
47322 [  6293] By: jhi                                   on 2000/06/30  12:02:55
47323         Log: Integrate with Sarathy.
47324      Branch: cfgperl
47325           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
47326 ____________________________________________________________________________
47327 [  6292] By: jhi                                   on 2000/06/30  12:01:11
47328         Log: From: simon@brecon.co.uk (Simon Cozens)
47329              Subject: UTF8 concat
47330              Date: 30 Jun 2000 06:13:25 GMT
47331              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
47332      Branch: cfgperl
47333            ! pp_hot.c
47334 ____________________________________________________________________________
47335 [  6291] By: gsar                                  on 2000/06/30  04:37:33
47336         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
47337              when @_ is modified, causing coredumps
47338      Branch: perl
47339            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
47340 ____________________________________________________________________________
47341 [  6290] By: jhi                                   on 2000/06/30  02:21:44
47342         Log: Integrate with Sarathy.
47343      Branch: cfgperl
47344           !> vms/vms.c vms/vmsish.h
47345 ____________________________________________________________________________
47346 [  6289] By: jhi                                   on 2000/06/30  02:21:02
47347         Log: Check VERSIONs.
47348      Branch: cfgperl
47349            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47350            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47351            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47352 ____________________________________________________________________________
47353 [  6288] By: jhi                                   on 2000/06/30  02:18:52
47354         Log: Integrate with Sarathy.
47355      Branch: cfgperl
47356           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
47357           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47358           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47359           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
47360 ____________________________________________________________________________
47361 [  6287] By: gsar                                  on 2000/06/30  02:17:08
47362         Log: integrate vmsperl changes into mainline
47363      Branch: perl
47364           !> vms/vms.c vms/vmsish.h
47365 ____________________________________________________________________________
47366 [  6285] By: gsar                                  on 2000/06/30  02:05:28
47367         Log: localize %INC in a Safe compartment so that use/require work
47368              (many other magic globals probably need similar treatment)
47369      Branch: perl
47370            ! ext/Opcode/Opcode.xs
47371 ____________________________________________________________________________
47372 [  6284] By: gsar                                  on 2000/06/30  01:54:54
47373         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
47374              about Windows
47375      Branch: perl
47376            ! pod/perlembed.pod
47377 ____________________________________________________________________________
47378 [  6283] By: jhi                                   on 2000/06/30  01:50:10
47379         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
47380              From: Barrie Slaymaker <barries@jester.slaysys.com>
47381              Date: Wed, 28 Jun 2000 11:35:29 -0400
47382              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
47383      Branch: perl
47384            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
47385            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47386            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47387            ! lib/File/Spec/Win32.pm
47388 ____________________________________________________________________________
47389 [  6282] By: jhi                                   on 2000/06/29  22:57:22
47390         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
47391              From: Dan Sugalski <dan@sidhe.org>
47392              Date: Tue, 06 Jun 2000 11:59:50 -0400
47393              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
47394      Branch: cfgperl
47395            ! vms/vms.c
47396 ____________________________________________________________________________
47397 [  6281] By: jhi                                   on 2000/06/29  22:52:50
47398         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
47399              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47400              Date: Wed, 7 Jun 2000 04:02:04 -0500
47401              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
47402      Branch: cfgperl
47403            ! utils/h2xs.PL
47404 ____________________________________________________________________________
47405 [  6280] By: jhi                                   on 2000/06/29  22:45:47
47406         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
47407              From: rspier@pobox.com (Robert Spier)
47408              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
47409              Message-ID: <14654.31913.845602.610277@rls.cx>
47410      Branch: cfgperl
47411            ! utils/h2xs.PL
47412 ____________________________________________________________________________
47413 [  6279] By: jhi                                   on 2000/06/29  22:38:16
47414         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
47415              From: Tim Ayers <tayers@bridge.com>
47416              Date: Thu, 08 Jun 2000 08:11:06 +0200
47417              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
47418              [resent by Richard Foley, Message-Id probably wrong]
47419      Branch: cfgperl
47420            ! pod/perlsub.pod
47421 ____________________________________________________________________________
47422 [  6278] By: jhi                                   on 2000/06/29  22:21:45
47423         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
47424              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
47425              Date: Fri, 09 Jun 2000 12:39:27 -0400
47426              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
47427              (plus update the version "number" of Text::Wrap)
47428      Branch: cfgperl
47429            ! lib/Text/Wrap.pm
47430 ____________________________________________________________________________
47431 [  6277] By: jhi                                   on 2000/06/29  22:13:10
47432         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
47433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47434              Date: Mon, 12 Jun 2000 14:55:59 +0100
47435              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
47436      Branch: cfgperl
47437            ! pod/perlfunc.pod
47438 ____________________________________________________________________________
47439 [  6276] By: jhi                                   on 2000/06/29  22:11:06
47440         Log: Subject: [PATCH] Re: eval documentation: context
47441              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47442              Date: Mon, 12 Jun 2000 15:07:29 +0100
47443              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
47444      Branch: cfgperl
47445            ! pod/perlfunc.pod
47446 ____________________________________________________________________________
47447 [  6275] By: jhi                                   on 2000/06/29  21:59:46
47448         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
47449              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47450              Date: Tue, 13 Jun 2000 02:43:48 -0500
47451              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
47452      Branch: cfgperl
47453            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
47454 ____________________________________________________________________________
47455 [  6274] By: jhi                                   on 2000/06/29  21:56:14
47456         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
47457              From: Andy Dougherty <doughera@lafayette.edu>
47458              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
47459              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
47460      Branch: cfgperl
47461            ! ext/File/Glob/Glob.pm
47462 ____________________________________________________________________________
47463 [  6273] By: jhi                                   on 2000/06/29  21:49:09
47464         Log: Subject: [PATCH] xsub attributes
47465              From: Doug MacEachern <dougm@covalent.net>
47466              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
47467              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
47468      Branch: cfgperl
47469            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
47470            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
47471 ____________________________________________________________________________
47472 [  6272] By: jhi                                   on 2000/06/29  21:41:28
47473         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
47474              From: Tom Phoenix <rootbeer@redcat.com>
47475              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
47476              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
47477      Branch: cfgperl
47478            ! lib/Net/Ping.pm
47479 ____________________________________________________________________________
47480 [  6271] By: jhi                                   on 2000/06/29  21:36:55
47481         Log: Subject: PATCH pod/perltie.pod
47482              From: Ian Phillipps <Ian.Phillipps@iname.com>
47483              Date: Fri, 16 Jun 2000 00:17:19 +0100
47484              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
47485              (only the first hunk, the second hunk had already been done
47486              by some other patch)
47487      Branch: cfgperl
47488            ! pod/perltie.pod
47489 ____________________________________________________________________________
47490 [  6270] By: jhi                                   on 2000/06/29  21:24:51
47491         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
47492              From: Nicholas Clark <nick@talking.bollo.cx>
47493              Date: Fri, 23 Jun 2000 16:21:15 +0100
47494              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
47495      Branch: cfgperl
47496            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
47497            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
47498 ____________________________________________________________________________
47499 [  6269] By: jhi                                   on 2000/06/29  19:38:15
47500         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
47501              silence few compiler warnings.
47502      Branch: cfgperl
47503            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
47504 ____________________________________________________________________________
47505 [  6268] By: jhi                                   on 2000/06/29  18:21:50
47506         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
47507              From: Dominic Dunlop <domo@computer.org> 
47508              Date: Thu, 29 Jun 2000 12:32:39 +0200 
47509              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
47510      Branch: cfgperl
47511            ! t/op/sprintf.t
47512 ____________________________________________________________________________
47513 [  6267] By: jhi                                   on 2000/06/29  18:16:07
47514         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
47515              From: Doug MacEachern <dougm@covalent.net>
47516              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
47517              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
47518      Branch: cfgperl
47519            + t/op/method2entersub.t
47520            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
47521            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47522            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
47523            ! xsutils.c
47524 ____________________________________________________________________________
47525 [  6266] By: jhi                                   on 2000/06/29  15:11:15
47526         Log: Subject: [PATCH 5.6.0] cygwin port
47527              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
47528              From: "Fifer, Eric" <EFifer@sanwaint.com>
47529              Date: Thu, 29 Jun 2000 12:58:29 +0100
47530      Branch: cfgperl
47531            ! cygwin/Makefile.SHs
47532 ____________________________________________________________________________
47533 [  6265] By: jhi                                   on 2000/06/29  15:04:05
47534         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
47535              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47536              Date: Wed, 28 Jun 2000 17:50:12 -0700
47537              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
47538      Branch: cfgperl
47539            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47540 ____________________________________________________________________________
47541 [  6264] By: jhi                                   on 2000/06/29  15:00:57
47542         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
47543              From: Marty Lucich <marty@netcom.com>
47544              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
47545              Message-Id: <200006282116.OAA11148@netcom.com>
47546              ccdlflags update (the BSD/OS 4.1 part had already been taken
47547              care of by #6141).
47548      Branch: cfgperl
47549            ! hints/bsdos.sh
47550 ____________________________________________________________________________
47551 [  6263] By: jhi                                   on 2000/06/29  13:47:44
47552         Log: tr fixes from Simon Cozens
47553      Branch: cfgperl
47554            ! doop.c
47555 ____________________________________________________________________________
47556 [  6262] By: jhi                                   on 2000/06/28  18:46:01
47557         Log: Subject: 5.6.0 Patch for EPOC
47558              From: Olaf Flebbe <o.flebbe@gmx.de>
47559              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
47560              Message-ID: <23449.960929969@www11.gmx.net>
47561      Branch: cfgperl
47562            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
47563            ! epoc/epocish.h
47564 ____________________________________________________________________________
47565 [  6261] By: jhi                                   on 2000/06/28  18:29:07
47566         Log: Subject: Re: [PATCH cfgperl] BOMs away!
47567              From: simon@brecon.co.uk (Simon Cozens)
47568              Date: 17 Jun 2000 11:49:57 GMT
47569              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
47570      Branch: cfgperl
47571            ! pod/perldiag.pod t/comp/require.t toke.c
47572 ____________________________________________________________________________
47573 [  6260] By: jhi                                   on 2000/06/28  17:47:16
47574         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
47575              From: simon@brecon.co.uk (Simon Cozens) 
47576              Date: 17 Jun 2000 11:56:44 GMT 
47577              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
47578              pack U0, pack C0
47579      Branch: cfgperl
47580            ! pod/perlfunc.pod pp.c t/op/pack.t
47581 ____________________________________________________________________________
47582 [  6259] By: jhi                                   on 2000/06/28  16:43:17
47583         Log: perlnewmod was missing from MANIFEST.
47584      Branch: cfgperl
47585            ! MANIFEST
47586 ____________________________________________________________________________
47587 [  6258] By: jhi                                   on 2000/06/28  15:54:30
47588         Log: linenumber tweak
47589      Branch: cfgperl
47590            ! t/pragma/warn/regcomp
47591 ____________________________________________________________________________
47592 [  6257] By: jhi                                   on 2000/06/28  15:50:44
47593         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
47594              From: Doug MacEachern <dougm@covalent.net>
47595              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
47596              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
47597              (one part of the patch had been applied earlier)
47598      Branch: cfgperl
47599            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
47600 ____________________________________________________________________________
47601 [  6256] By: jhi                                   on 2000/06/28  15:40:22
47602         Log: tweaks from Simon Cozens to further fix tr/// under utf8
47603      Branch: cfgperl
47604            ! doop.c
47605 ____________________________________________________________________________
47606 [  6255] By: jhi                                   on 2000/06/28  15:33:45
47607         Log: small thinko tweaks
47608      Branch: cfgperl
47609            ! lib/IPC/Open3.pm t/op/my_stash.t
47610 ____________________________________________________________________________
47611 [  6254] By: jhi                                   on 2000/06/28  15:33:25
47612         Log: Subject: tr///, help wanted.
47613              From: simon@brecon.co.uk (Simon Cozens)
47614              Date: 28 Jun 2000 11:29:04 GMT
47615              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
47616      Branch: cfgperl
47617            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47618            ! pp_proto.h proto.h t/op/tr.t
47619 ____________________________________________________________________________
47620 [  6253] By: jhi                                   on 2000/06/28  15:09:17
47621         Log: Paranoia tweak on #6249.
47622              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47623              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47624              Date: Sun, 25 Jun 2000 23:43:12 -0400
47625              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
47626      Branch: cfgperl
47627            ! lib/IPC/Open3.pm
47628 ____________________________________________________________________________
47629 [  6252] By: jhi                                   on 2000/06/28  15:01:38
47630         Log: Document #6249 and #6251.
47631      Branch: cfgperl
47632            ! lib/Exporter.pm lib/IPC/Open3.pm
47633 ____________________________________________________________________________
47634 [  6251] By: jhi                                   on 2000/06/28  14:50:43
47635         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
47636              From: Doug MacEachern <dougm@covalent.net>
47637              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
47638              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
47639      Branch: cfgperl
47640            ! lib/Exporter.pm
47641 ____________________________________________________________________________
47642 [  6250] By: jhi                                   on 2000/06/28  14:45:23
47643         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
47644              From: Doug MacEachern <dougm@covalent.net>
47645              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
47646              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
47647      Branch: cfgperl
47648            + t/op/my_stash.t
47649            ! MANIFEST embed.pl global.sym proto.h toke.c
47650 ____________________________________________________________________________
47651 [  6249] By: jhi                                   on 2000/06/28  14:36:34
47652         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
47653              From: Frank Tobin <ftobin@uiuc.edu>
47654              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
47655              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
47656      Branch: cfgperl
47657            ! lib/IPC/Open3.pm
47658 ____________________________________________________________________________
47659 [  6248] By: jhi                                   on 2000/06/28  14:11:25
47660         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
47661              From: Mark-Jason Dominus <mjd@plover.com>
47662              Date: Tue, 27 Jun 2000 22:36:42 -0400
47663              Message-ID: <20000628023642.12166.qmail@plover.com>
47664      Branch: cfgperl
47665            ! pod/perlfunc.pod
47666 ____________________________________________________________________________
47667 [  6247] By: jhi                                   on 2000/06/27  12:46:37
47668         Log: Tweak $VERSION, patch from Doug MacEachern.
47669      Branch: cfgperl
47670            ! lib/File/Spec.pm
47671 ____________________________________________________________________________
47672 [  6246] By: jhi                                   on 2000/06/27  03:34:46
47673         Log: Allow for standalone testing.
47674      Branch: cfgperl
47675            ! t/lib/filefunc.t t/lib/filespec.t
47676 ____________________________________________________________________________
47677 [  6245] By: jhi                                   on 2000/06/27  02:50:02
47678         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
47679              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47680              Date: Sat, 24 Jun 2000 13:06:20 +0100
47681              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
47682      Branch: cfgperl
47683            ! ext/DynaLoader/DynaLoader_pm.PL
47684 ____________________________________________________________________________
47685 [  6244] By: jhi                                   on 2000/06/27  02:46:10
47686         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
47687              From: Doug MacEachern <dougm@covalent.net>
47688              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
47689              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
47690      Branch: cfgperl
47691            ! gv.c sv.c t/lib/peek.t
47692 ____________________________________________________________________________
47693 [  6243] By: jhi                                   on 2000/06/27  02:38:07
47694         Log: Subject: [PATCH] is_utf8_string
47695              From: simon@brecon.co.uk (Simon Cozens)
47696              Date: 26 Jun 2000 02:25:59 GMT
47697              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
47698      Branch: cfgperl
47699            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
47700            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
47701            ! proto.h utf8.c
47702 ____________________________________________________________________________
47703 [  6242] By: jhi                                   on 2000/06/27  02:24:00
47704         Log: Subject: [PATCH] bytes<->utf8 fixes
47705              From: simon@brecon.co.uk (Simon Cozens)
47706              Date: 26 Jun 2000 04:55:45 GMT
47707              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
47708      Branch: cfgperl
47709            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
47710 ____________________________________________________________________________
47711 [  6241] By: jhi                                   on 2000/06/27  02:12:42
47712         Log: Do no -warn on \_, only on \alpha.
47713              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
47714              From: David Dyck <dcd@tc.fluke.com>
47715              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
47716              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
47717      Branch: cfgperl
47718            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47719 ____________________________________________________________________________
47720 [  6240] By: jhi                                   on 2000/06/27  02:00:01
47721         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
47722              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47723              Date: Mon, 26 Jun 2000 18:40:14 +0100
47724              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
47725      Branch: cfgperl
47726            ! utils/h2xs.PL
47727 ____________________________________________________________________________
47728 [  6239] By: jhi                                   on 2000/06/27  01:53:40
47729         Log: Configure maintenance.  Sever some dependency cycles,
47730              separate gccversion from the cc unit,
47731              address [ID 20000623.006] Configure script patch for using gcc on AIX
47732              (but solve it a little bit differently),
47733              unduplex some accidentally duplicated units,
47734              suggest using gcc if no cc available
47735              (p5p thread: "Solaris configure: counterproposal", 1999-09)
47736      Branch: cfgperl
47737            ! Configure Todo-5.6 config_h.SH
47738      Branch: metaconfig
47739            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
47740            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
47741      Branch: metaconfig/U/perl
47742            + gccvers.U
47743            ! d_getespwnam.U d_getprpwnam.U i_prot.U
47744 ____________________________________________________________________________
47745 [  6238] By: jhi                                   on 2000/06/25  18:04:56
47746         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
47747              From: Dan Sugalski <dan@sidhe.org>
47748              Date: Fri, 23 Jun 2000 17:00:00 -0400
47749              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
47750      Branch: cfgperl
47751            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
47752 ____________________________________________________________________________
47753 [  6237] By: jhi                                   on 2000/06/25  16:36:45
47754         Log: Tweak embed.pl, regen headers.
47755      Branch: cfgperl
47756            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
47757            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
47758            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
47759            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
47760            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
47761 ____________________________________________________________________________
47762 [  6236] By: jhi                                   on 2000/06/25  15:26:42
47763         Log: Regen headers.
47764      Branch: cfgperl
47765            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
47766            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
47767            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
47768            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
47769            ! regnodes.h warnings.h
47770 ____________________________________________________________________________
47771 [  6235] By: jhi                                   on 2000/06/23  19:39:35
47772         Log: The thread begun by
47773              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
47774              From: Kevin.Ruscoe@ubsw.com
47775              Date: Fri, 16 Jun 2000 16:38:51 +0100
47776              Message-Id: <H000019b03c300d6@MHS>
47777      Branch: cfgperl
47778            ! hints/solaris_2.sh
47779 ____________________________________________________________________________
47780 [  6234] By: jhi                                   on 2000/06/23  19:23:36
47781         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
47782              because when run as services (Win32ese for daemons)
47783              no environment variables are set and tmpdir ends up as /tmp,
47784              which is ambiguous.
47785              
47786              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
47787              From: matt@sergeant.org
47788              Date: 16 Jun 2000 16:30:43 -0000
47789              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
47790      Branch: cfgperl
47791            ! lib/File/Spec/Win32.pm
47792 ____________________________________________________________________________
47793 [  6233] By: jhi                                   on 2000/06/23  19:18:58
47794         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
47795              From: Mark-Jason Dominus <mjd@plover.com>
47796              Date: Fri, 16 Jun 2000 20:53:04 -0400
47797              Message-ID: <20000617005304.8008.qmail@plover.com>
47798      Branch: cfgperl
47799            ! op.h
47800 ____________________________________________________________________________
47801 [  6232] By: jhi                                   on 2000/06/23  16:10:02
47802         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
47803              From: simon@brecon.co.uk (Simon Cozens)
47804              Date: 19 Jun 2000 15:18:27 GMT
47805              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
47806              
47807              plus update pod/Makefile and regenerate perltoc
47808      Branch: cfgperl
47809            + pod/perlutil.pod
47810            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
47811 ____________________________________________________________________________
47812 [  6231] By: jhi                                   on 2000/06/23  15:19:18
47813         Log: Subject: [PATCH 5.6.0] cygwin port
47814              From: "Fifer, Eric" <EFifer@sanwaint.com>
47815              Date: Tue, 20 Jun 2000 14:30:58 +0100
47816              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
47817      Branch: cfgperl
47818            ! README.cygwin lib/File/Find.pm
47819 ____________________________________________________________________________
47820 [  6230] By: jhi                                   on 2000/06/23  14:25:21
47821         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
47822      Branch: cfgperl
47823            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
47824            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47825            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47826            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
47827 ____________________________________________________________________________
47828 [  6229] By: jhi                                   on 2000/06/23  14:13:34
47829         Log: Subject: README.hpux version 0.6.1
47830              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
47831              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47832              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
47833      Branch: cfgperl
47834            ! README.hpux
47835 ____________________________________________________________________________
47836 [  6228] By: jhi                                   on 2000/06/23  14:07:20
47837         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
47838              From: Doug MacEachern <dougm@covalent.net>
47839              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
47840              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
47841      Branch: cfgperl
47842            ! op.c
47843 ____________________________________________________________________________
47844 [  6227] By: jhi                                   on 2000/06/23  14:01:06
47845         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
47846              From: Doug MacEachern <dougm@covalent.net>
47847              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
47848              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
47849      Branch: cfgperl
47850            + lib/lib.pm.PL
47851            - lib/lib.pm
47852            ! MANIFEST Makefile.SH
47853 ____________________________________________________________________________
47854 [  6226] By: jhi                                   on 2000/06/23  13:53:07
47855         Log: Subject: [PATCH] remove forward declarations in Socket.pm
47856              From: Doug MacEachern <dougm@covalent.net>
47857              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
47858              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
47859              
47860              From: Doug MacEachern <dougm@covalent.net>
47861              Subject: Re: [PATCH] remove forward declarations in Socket.pm
47862              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
47863              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
47864      Branch: cfgperl
47865            ! ext/Socket/Socket.pm op.c
47866 ____________________________________________________________________________
47867 [  6225] By: jhi                                   on 2000/06/23  13:41:52
47868         Log: Add source code filenames to apidoc.
47869              From: simon@brecon.co.uk (Simon Cozens)
47870              Subject: [PATCH embed.pl] Source X-ref
47871              Date: 22 Jun 2000 02:18:49 GMT
47872              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
47873      Branch: cfgperl
47874            ! embed.pl
47875 ____________________________________________________________________________
47876 [  6224] By: jhi                                   on 2000/06/23  13:32:33
47877         Log: A way to avoid English.pm performance hit.
47878              From: root <root@jester.slaysys.com>
47879              Subject: [YAPATCH English.pm] My turn to putt again
47880              Date: Thu, 22 Jun 2000 20:33:58 -0400
47881              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
47882      Branch: cfgperl
47883            ! lib/English.pm t/lib/english.t
47884 ____________________________________________________________________________
47885 [  6223] By: jhi                                   on 2000/06/23  13:27:06
47886         Log: Avoid double close().
47887              Subject: [PATCH] avoid double close()
47888              From: Doug MacEachern <dougm@covalent.net>
47889              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
47890              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
47891      Branch: cfgperl
47892            ! doio.c
47893 ____________________________________________________________________________
47894 [  6222] By: jhi                                   on 2000/06/23  13:25:54
47895         Log: doc typo fix
47896              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
47897              From: Ian Phillipps <Ian.Phillipps@iname.com>
47898              Date: Fri, 23 Jun 2000 10:40:58 +0100
47899              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
47900      Branch: cfgperl
47901            ! lib/Pod/Usage.pm
47902 ____________________________________________________________________________
47903 [  6221] By: jhi                                   on 2000/06/23  13:24:15
47904         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
47905              From: simon@brecon.co.uk (Simon Cozens)
47906              Subject: [PATCH] Eliminate tr///[CU][CU]
47907              Date: 23 Jun 2000 11:05:40 GMT
47908              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
47909      Branch: cfgperl
47910            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
47911 ____________________________________________________________________________
47912 [  6220] By: jhi                                   on 2000/06/22  16:07:51
47913         Log: Win32 patches from Benjamin Stuhl.
47914      Branch: cfgperl
47915            ! makedef.pl win32/win32.h
47916 ____________________________________________________________________________
47917 [  6219] By: jhi                                   on 2000/06/22  16:06:34
47918         Log: Bytecode patches from Benjamin Stuhl.
47919      Branch: cfgperl
47920            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47921            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47922            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47923 ____________________________________________________________________________
47924 [  6218] By: jhi                                   on 2000/06/15  23:54:16
47925         Log: Bytecode patches from Benjamin Stuhl.
47926      Branch: cfgperl
47927            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47928 ____________________________________________________________________________
47929 [  6217] By: jhi                                   on 2000/06/09  13:38:29
47930         Log: Rename the fdpid locking and integrate with Sarathy.
47931      Branch: cfgperl
47932            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
47933            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
47934            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
47935            ! win32/win32.c
47936           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
47937 ____________________________________________________________________________
47938 [  6216] By: gsar                                  on 2000/06/08  14:54:21
47939         Log: be more optimal about clearing @_
47940      Branch: perl
47941            ! cop.h
47942 ____________________________________________________________________________
47943 [  6215] By: gsar                                  on 2000/06/08  14:33:04
47944         Log: tweak comment about @DB::args
47945      Branch: perl
47946            ! av.h pp_ctl.c
47947 ____________________________________________________________________________
47948 [  6214] By: gsar                                  on 2000/06/08  13:57:54
47949         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
47950              caller() wants to populate @DB::args with it (causes a coredump
47951              in Carp::confess())
47952      Branch: perl
47953            ! cop.h t/op/runlevel.t
47954 ____________________________________________________________________________
47955 [  6213] By: gsar                                  on 2000/06/08  07:06:35
47956         Log: back out change#6106 (seems problematic)
47957      Branch: perl
47958            ! hints/solaris_2.sh
47959 ____________________________________________________________________________
47960 [  6212] By: jhi                                   on 2000/06/07  03:10:36
47961         Log: Continuing mopup for #6204.
47962      Branch: cfgperl
47963            ! ext/B/defsubs_h.PL
47964 ____________________________________________________________________________
47965 [  6211] By: jhi                                   on 2000/06/07  02:41:50
47966         Log: Mopup for #6204.
47967              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
47968              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
47969              This is comes from const() where POK isn't on when expected.
47970      Branch: cfgperl
47971            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
47972            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47973            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
47974            ! perlapi.h pod/perlapi.pod
47975 ____________________________________________________________________________
47976 [  6210] By: jhi                                   on 2000/06/07  01:56:29
47977         Log: Mopup for #6207 and #6209.
47978      Branch: cfgperl
47979            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
47980 ____________________________________________________________________________
47981 [  6209] By: jhi                                   on 2000/06/07  01:33:12
47982         Log: Lock PL_fdpid against race conditions, based on:
47983              Subject: [PATCH 5.6.0]subprocess fixup for threads
47984              From: Dan Sugalski <dan@sidhe.org>
47985              To: perl5-porters@perl.org
47986              Date: Tue, 11 Apr 2000 17:02:32 -0400
47987              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
47988      Branch: cfgperl
47989            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
47990            ! win32/win32.c
47991 ____________________________________________________________________________
47992 [  6208] By: jhi                                   on 2000/06/07  01:05:23
47993         Log: Regen headers for #6207.
47994      Branch: cfgperl
47995            ! embed.h global.sym objXSUB.h proto.h
47996 ____________________________________________________________________________
47997 [  6207] By: jhi                                   on 2000/06/06  23:43:13
47998         Log: Subject: [PATCH 5.6.0] Threadsafe patches
47999              From: Dan Sugalski <dan@sidhe.org>
48000              To: perl5-porters@perl.org
48001              Date: Mon, 08 May 2000 18:08:13 -0400
48002              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
48003      Branch: cfgperl
48004            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
48005            ! proto.h sv.h util.c
48006 ____________________________________________________________________________
48007 [  6206] By: jhi                                   on 2000/06/06  23:21:23
48008         Log: Subject: [PATCH] Eliminate $a/$b in pod
48009              From: David Glasser <me@davidglasser.net>
48010              To: perl5-porters@perl.org
48011              Date: Mon, 29 May 2000 21:15:59 -0400
48012              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
48013      Branch: cfgperl
48014            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
48015            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
48016            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
48017            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
48018            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
48019            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
48020            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
48021            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
48022            ! pod/perlvar.pod pod/perlxs.pod
48023 ____________________________________________________________________________
48024 [  6205] By: jhi                                   on 2000/06/06  23:12:14
48025         Log: Subject: [PATCH] Win32 improvements
48026              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48027              To: gsar@activestate.com, perl5-porters@perl.org
48028              Date: Mon, 29 May 2000 17:22:24 PDT
48029              Message-ID: <20000530002224.91142.qmail@hotmail.com>
48030              (MUA had mangled many lines by wordwrapping)
48031      Branch: cfgperl
48032            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
48033 ____________________________________________________________________________
48034 [  6204] By: jhi                                   on 2000/06/06  23:01:50
48035         Log: Subject: [PATCH] B::Bytecode patches
48036              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48037              To: gsar@activestate.com, jhi@iki.fi
48038              Cc: perl5-porters@perl.org
48039              Message-ID: <20000602202526.48694.qmail@hotmail.com>
48040              (MUA had mangled many lines by wordwrapping)
48041      Branch: cfgperl
48042            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
48043            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
48044            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48045            ! intrpvar.h perl.c
48046 ____________________________________________________________________________
48047 [  6203] By: jhi                                   on 2000/06/06  22:32:43
48048         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
48049              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48050              Date: Tue, 06 Jun 2000 13:07:45 -0700
48051              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
48052      Branch: cfgperl
48053            ! pod/perldiag.pod
48054 ____________________________________________________________________________
48055 [  6202] By: jhi                                   on 2000/06/06  19:38:35
48056         Log: Integrate with Sarathy.
48057      Branch: cfgperl
48058           !> perl.c
48059 ____________________________________________________________________________
48060 [  6201] By: gsar                                  on 2000/06/06  00:42:59
48061         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
48062              does a PUSHMARK that's never ever POPMARKed; in general, only
48063              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
48064              Perl_eval_[sp]v() don't because they don't take any incoming
48065              arguments (this leak has been around since the original version
48066              of perl_eval_pv() in 5.003_97e)
48067      Branch: perl
48068            ! perl.c
48069 ____________________________________________________________________________
48070 [  6200] By: jhi                                   on 2000/06/04  03:44:52
48071         Log: Update to cperl-mode.el 4.31 from
48072              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
48073              Subject: A couple of notes
48074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48075              To: Mailing list Perl5 <perl5-porters@perl.org>
48076              Date: Sat, 3 Jun 2000 23:33:32 -0400
48077              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
48078      Branch: cfgperl
48079            ! emacs/cperl-mode.el
48080 ____________________________________________________________________________
48081 [  6199] By: jhi                                   on 2000/06/03  15:11:05
48082         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
48083              From: Dan Sugalski <dan@sidhe.org>
48084              To: perl5-porters@perl.org, vmsperl@perl.org
48085              Date: Fri, 02 Jun 2000 17:30:51 -0400
48086              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
48087      Branch: cfgperl
48088            ! vms/descrip_mms.template vms/gen_shrfls.pl
48089 ____________________________________________________________________________
48090 [  6198] By: jhi                                   on 2000/06/03  14:59:15
48091         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
48092              From: Dan Sugalski <dan@sidhe.org>
48093              To: vmsperl@perl.org, perl5-porters@perl.org
48094              Date: Fri, 02 Jun 2000 16:00:41 -0400
48095              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
48096              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
48097      Branch: cfgperl
48098            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
48099            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
48100            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
48101 ____________________________________________________________________________
48102 [  6197] By: jhi                                   on 2000/06/03  14:41:30
48103         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
48104              From: John Borwick <jhborwic@unity.ncsu.edu>
48105              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
48106              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
48107      Branch: cfgperl
48108            ! pod/perlsyn.pod
48109 ____________________________________________________________________________
48110 [  6196] By: jhi                                   on 2000/06/03  14:38:09
48111         Log: Integrate with Sarathy.
48112      Branch: cfgperl
48113           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48114           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48115           !> vms/perly_c.vms
48116 ____________________________________________________________________________
48117 [  6195] By: gsar                                  on 2000/06/02  22:43:13
48118         Log: fix yet another eval"" leak under USE_ITHREADS
48119      Branch: perl
48120            ! op.c
48121 ____________________________________________________________________________
48122 [  6194] By: gsar                                  on 2000/06/02  18:22:06
48123         Log: fix small eval"" memory leaks under USE_ITHREADS
48124      Branch: perl
48125            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48126            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48127            ! vms/perly_c.vms
48128 ____________________________________________________________________________
48129 [  6193] By: jhi                                   on 2000/06/01  13:03:56
48130         Log: Signals-be-gone for microperl.
48131      Branch: cfgperl
48132            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
48133 ____________________________________________________________________________
48134 [  6192] By: jhi                                   on 2000/06/01  12:52:02
48135         Log: Integrate with Sarathy.
48136      Branch: cfgperl
48137           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
48138           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
48139           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
48140           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48141           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
48142           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
48143           !> t/op/vec.t utils/h2xs.PL
48144 ____________________________________________________________________________
48145 [  6191] By: gsar                                  on 2000/06/01  09:38:21
48146         Log: vec() loses numericalness (modified version of patch suggested
48147              by Robin Barker)
48148      Branch: perl
48149            ! doop.c t/op/vec.t
48150 ____________________________________________________________________________
48151 [  6190] By: gsar                                  on 2000/06/01  09:26:15
48152         Log: submit missing embed.pl change
48153      Branch: perl
48154            ! embed.pl
48155 ____________________________________________________________________________
48156 [  6189] By: gsar                                  on 2000/06/01  09:05:34
48157         Log: counting tr/// corrupts later operation (from M.J.T Guy)
48158      Branch: perl
48159            ! doop.c t/op/tr.t
48160 ____________________________________________________________________________
48161 [  6188] By: gsar                                  on 2000/06/01  08:58:39
48162         Log: h2xs tweaks
48163      Branch: perl
48164            ! utils/h2xs.PL
48165 ____________________________________________________________________________
48166 [  6187] By: gsar                                  on 2000/06/01  08:50:07
48167         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
48168              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48169      Branch: perl
48170            + lib/Pod/LaTeX.pm
48171            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
48172            ! pod/pod2latex.PL
48173 ____________________________________________________________________________
48174 [  6186] By: gsar                                  on 2000/06/01  08:24:40
48175         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
48176              <wolfgang.laun@alcatel.at>)
48177      Branch: perl
48178            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48179            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
48180 ____________________________________________________________________________
48181 [  6185] By: gsar                                  on 2000/06/01  08:12:00
48182         Log: remove incorrect documentation about implicit split to @_ in
48183              list context, which never really worked in perl 5 (from
48184              M.J.T. Guy)
48185      Branch: perl
48186            ! pod/perlfunc.pod pod/perltrap.pod
48187 ____________________________________________________________________________
48188 [  6184] By: gsar                                  on 2000/06/01  07:52:27
48189         Log: tweak for change#6127
48190      Branch: perl
48191            ! perl.c
48192 ____________________________________________________________________________
48193 [  6183] By: gsar                                  on 2000/06/01  07:41:02
48194         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
48195              <nick@ccl4.org>)
48196      Branch: perl
48197            + t/lib/selfloader.t
48198            ! MANIFEST lib/SelfLoader.pm
48199 ____________________________________________________________________________
48200 [  6182] By: jhi                                   on 2000/06/01  00:34:42
48201         Log: Be Cleaner Part Deux.
48202      Branch: cfgperl
48203            ! Makefile.SH
48204 ____________________________________________________________________________
48205 [  6181] By: jhi                                   on 2000/06/01  00:32:09
48206         Log: Integrate with Sarathy.
48207      Branch: cfgperl
48208           !> pp.c t/op/arith.t
48209 ____________________________________________________________________________
48210 [  6180] By: jhi                                   on 2000/06/01  00:31:13
48211         Log: microperl nits from Simon Cozens.
48212      Branch: cfgperl
48213            + uconfig.h
48214            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
48215            ! unixish.h
48216 ____________________________________________________________________________
48217 [  6179] By: gsar                                  on 2000/05/31  22:37:51
48218         Log: buggy modulus on UVs introduced by change#3378 (resulted in
48219              4063328477 % 65535 amounting to 27406, instead of 27407)
48220      Branch: perl
48221            ! pp.c t/op/arith.t
48222 ____________________________________________________________________________
48223 [  6178] By: jhi                                   on 2000/05/31  21:52:41
48224         Log: Be cleaner.
48225      Branch: cfgperl
48226            ! Makefile.SH
48227 ____________________________________________________________________________
48228 [  6177] By: jhi                                   on 2000/05/31  21:47:33
48229         Log: Substitution utf8 patch from Simon Cozens.
48230      Branch: cfgperl
48231            ! pp_hot.c
48232 ____________________________________________________________________________
48233 [  6176] By: jhi                                   on 2000/05/31  21:45:34
48234         Log: Single-quoted utf8 patch from Simon Cozens.
48235      Branch: cfgperl
48236            ! toke.c
48237 ____________________________________________________________________________
48238 [  6175] By: jhi                                   on 2000/05/31  21:40:18
48239         Log: Integrate with Sarathy.
48240      Branch: cfgperl
48241           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
48242 ____________________________________________________________________________
48243 [  6174] By: jhi                                   on 2000/05/31  21:37:31
48244         Log: microperl changes from Simon Cozens; Makefile for microperl
48245              written from scratch; few casts added as microperl compilation
48246              doesn't have all prototypes available.
48247      Branch: cfgperl
48248            + Makefile.micro README.micro Todo.micro uconfig.sh
48249            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
48250            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
48251      Branch: metaconfig
48252            + U/modified/Config_h.U
48253 ____________________________________________________________________________
48254 [  6173] By: jhi                                   on 2000/05/31  20:00:24
48255         Log: metaconfig maintenance.
48256      Branch: metaconfig
48257            + U/modified/Inhdr.U U/typedefs/inotype.U
48258      Branch: metaconfig/U/perl
48259            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
48260            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
48261 ____________________________________________________________________________
48262 [  6172] By: gsar                                  on 2000/05/31  05:05:42
48263         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
48264              (from Ilya Zakharevich)
48265      Branch: perl
48266            ! regexec.c t/op/re_tests
48267 ____________________________________________________________________________
48268 [  6171] By: gsar                                  on 2000/05/31  05:01:47
48269         Log: scalar() doesn't force scalar context when used in void context
48270              (from Simon Cozens)
48271      Branch: perl
48272            ! op.c t/op/wantarray.t
48273 ____________________________________________________________________________
48274 [  6170] By: gsar                                  on 2000/05/31  04:41:33
48275         Log: change#6142 needs tweaks to tests to work where there's no symlink()
48276              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48277      Branch: perl
48278            ! t/lib/filefind.t
48279 ____________________________________________________________________________
48280 [  6169] By: gsar                                  on 2000/05/31  04:29:49
48281         Log: integrate cfgperl contents into mainline
48282      Branch: perl
48283           +> pod/perlmodlib.PL pod/perlnewmod.pod
48284           !> (integrate 42 files)
48285 ____________________________________________________________________________
48286 [  6168] By: jhi                                   on 2000/05/30  22:53:37
48287         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
48288      Branch: cfgperl
48289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48290            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
48291            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
48292            ! win32/config.bc win32/config.gc win32/config.vc
48293            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48294            ! win32/config_h.PL win32/config_sh.PL
48295      Branch: metaconfig/U/perl
48296            ! perlxv.U
48297 ____________________________________________________________________________
48298 [  6167] By: jhi                                   on 2000/05/30  22:20:21
48299         Log: tweak todo 
48300      Branch: cfgperl
48301            ! Todo-5.6
48302 ____________________________________________________________________________
48303 [  6166] By: jhi                                   on 2000/05/30  22:11:51
48304         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
48305              in case somebody wants to write an extension for more
48306              shadow database interfaces.
48307      Branch: cfgperl
48308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48309            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
48310            ! vos/config.def vos/config.h vos/config_h.SH_orig
48311            ! win32/config.bc win32/config.gc win32/config.vc
48312            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48313      Branch: metaconfig
48314            ! U/modified/Myinit.U
48315      Branch: metaconfig/U/perl
48316            + d_getespwnam.U d_getprpwnam.U i_prot.U
48317 ____________________________________________________________________________
48318 [  6165] By: jhi                                   on 2000/05/30  18:35:34
48319         Log: Integrate with Sarathy.
48320      Branch: cfgperl
48321           !> op.c
48322 ____________________________________________________________________________
48323 [  6164] By: jhi                                   on 2000/05/30  18:30:16
48324         Log: detypo
48325      Branch: cfgperl
48326            ! Configure config_h.SH
48327      Branch: metaconfig/U/perl
48328            ! perlxv.U
48329 ____________________________________________________________________________
48330 [  6163] By: gsar                                  on 2000/05/30  03:24:03
48331         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
48332      Branch: perl
48333            ! op.c
48334 ____________________________________________________________________________
48335 [  6162] By: gsar                                  on 2000/05/30  03:09:38
48336         Log: fix memory leak in method call optimization (change#3768);
48337              made C<eval "$x->foo()"> leak
48338      Branch: perl
48339            ! op.c
48340 ____________________________________________________________________________
48341 [  6161] By: jhi                                   on 2000/05/29  17:56:26
48342         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
48343              both from Simon Cozens.
48344      Branch: cfgperl
48345            + pod/perlmodlib.PL pod/perlnewmod.pod
48346            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
48347            ! pod/perlmodlib.pod pod/perltoc.pod
48348 ____________________________________________________________________________
48349 [  6160] By: jhi                                   on 2000/05/29  17:23:55
48350         Log: Changes for the File::Temp 0.08 (change #6159) test suite
48351              to fit better into the Perl distribution test framework.
48352      Branch: cfgperl
48353            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
48354            ! t/lib/ftmp-tempfile.t
48355 ____________________________________________________________________________
48356 [  6159] By: jhi                                   on 2000/05/29  16:55:36
48357         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
48358      Branch: cfgperl
48359            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48360            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48361 ____________________________________________________________________________
48362 [  6158] By: bailey                                on 2000/05/29  16:22:08
48363         Log: Add fallback to tmpfile for use in cases where user's relying on
48364              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
48365              Lane's patch)
48366      Branch: vmsperl
48367            ! vms/vms.c vms/vmsish.h
48368 ____________________________________________________________________________
48369 [  6157] By: jhi                                   on 2000/05/29  03:10:36
48370         Log: Regen Configure to jive with #6149.
48371      Branch: cfgperl
48372            ! Configure
48373      Branch: metaconfig
48374            ! U/modified/Getfile.U
48375 ____________________________________________________________________________
48376 [  6156] By: jhi                                   on 2000/05/29  03:01:38
48377         Log: Integrate with Sarathy.
48378      Branch: cfgperl
48379           +> ext/DynaLoader/dl_mac.xs
48380           !> (integrate 38 files)
48381 ____________________________________________________________________________
48382 [  6155] By: gsar                                  on 2000/05/28  21:15:58
48383         Log: small bug in change#6144; remove random \xA0 character that snuck
48384              in via change#6145
48385      Branch: perl
48386            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
48387 ____________________________________________________________________________
48388 [  6154] By: gsar                                  on 2000/05/28  21:04:19
48389         Log: avoid type mismatch warning
48390      Branch: perl
48391            ! perl.c
48392 ____________________________________________________________________________
48393 [  6153] By: gsar                                  on 2000/05/28  20:58:31
48394         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
48395              <nick@Bagpuss.uk.boo.com>)
48396      Branch: perl
48397            ! lib/Test/Harness.pm
48398 ____________________________________________________________________________
48399 [  6152] By: gsar                                  on 2000/05/28  20:53:42
48400         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
48401      Branch: perl
48402            ! regexec.c
48403 ____________________________________________________________________________
48404 [  6151] By: gsar                                  on 2000/05/28  20:50:28
48405         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
48406      Branch: perl
48407            ! regexec.c
48408 ____________________________________________________________________________
48409 [  6150] By: gsar                                  on 2000/05/28  20:39:58
48410         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
48411      Branch: perl
48412            ! pod/perlrequick.pod
48413 ____________________________________________________________________________
48414 [  6149] By: gsar                                  on 2000/05/28  20:35:16
48415         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
48416              <troc@netrus.net>)
48417      Branch: perl
48418            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
48419            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
48420            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
48421            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
48422 ____________________________________________________________________________
48423 [  6148] By: gsar                                  on 2000/05/28  20:21:07
48424         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
48425      Branch: perl
48426            ! lib/ExtUtils/MM_Unix.pm
48427 ____________________________________________________________________________
48428 [  6147] By: gsar                                  on 2000/05/28  20:12:41
48429         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
48430              (from Peter Prymmer)
48431      Branch: perl
48432            ! vms/subconfigure.com
48433 ____________________________________________________________________________
48434 [  6146] By: gsar                                  on 2000/05/28  20:06:15
48435         Log: doc typo
48436      Branch: perl
48437            ! lib/warnings.pm warnings.h warnings.pl
48438 ____________________________________________________________________________
48439 [  6145] By: gsar                                  on 2000/05/28  18:44:33
48440         Log: make xsubpp skip embedded pod (from Matthias Neeracher
48441              <neeri@iis.ee.ethz.ch>)
48442      Branch: perl
48443            ! lib/ExtUtils/xsubpp
48444 ____________________________________________________________________________
48445 [  6144] By: gsar                                  on 2000/05/28  18:42:49
48446         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
48447              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
48448              <neeri@iis.ee.ethz.ch>)
48449      Branch: perl
48450            ! lib/AutoSplit.pm
48451 ____________________________________________________________________________
48452 [  6143] By: gsar                                  on 2000/05/28  18:41:12
48453         Log: MacOS support, part 1 (from Matthias Neeracher
48454              <neeri@iis.ee.ethz.ch>)
48455      Branch: perl
48456            + ext/DynaLoader/dl_mac.xs
48457            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
48458            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
48459            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
48460            ! util.h
48461 ____________________________________________________________________________
48462 [  6142] By: gsar                                  on 2000/05/28  18:21:51
48463         Log: File::Find fails to chdir when chasing symlinks (from
48464              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48465      Branch: perl
48466            ! lib/File/Find.pm t/lib/filefind.t
48467 ____________________________________________________________________________
48468 [  6141] By: jhi                                   on 2000/05/28  14:25:15
48469         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
48470              forwarded by Peter Seebach from the bsdi-users mailing list.
48471              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
48472      Branch: perl
48473            ! hints/bsdos.sh
48474 ____________________________________________________________________________
48475 [  6140] By: jhi                                   on 2000/05/28  14:11:57
48476         Log: Integrate with Sarathy.
48477      Branch: cfgperl
48478           +> (branch 30 files)
48479           !> (integrate 93 files)
48480 ____________________________________________________________________________
48481 [  6139] By: gsar                                  on 2000/05/28  10:01:48
48482         Log: revise mktables.PL for bugs and newness in Unicode 3.0
48483              (from James Bence <jbence@amgen.com>)
48484      Branch: perl
48485            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
48486            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
48487            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
48488            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
48489            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
48490            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
48491            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
48492            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
48493            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
48494            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
48495            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
48496            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
48497            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
48498            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
48499            + lib/unicode/Is/SylWU.pl
48500            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
48501            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48502            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48503            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48504            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48505            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48506            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48507            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48508            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48509            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48510            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48511            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48512            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48513            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48514            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48515            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
48516            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
48517            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
48518            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
48519            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
48520            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
48521            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
48522            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
48523            ! lib/unicode/Makefile lib/unicode/mktables.PL
48524 ____________________________________________________________________________
48525 [  6138] By: gsar                                  on 2000/05/28  08:50:32
48526         Log: add note about the handling of negative indices to tied arrays
48527              (from Michael G Schwern <schwern@pobox.com>)
48528      Branch: perl
48529            ! pod/perltie.pod
48530 ____________________________________________________________________________
48531 [  6137] By: gsar                                  on 2000/05/28  08:46:10
48532         Log: fix bogus redeclaration warning for "our" variables in different
48533              scopes
48534      Branch: perl
48535            ! op.c t/pragma/strict-vars
48536 ____________________________________________________________________________
48537 [  6136] By: gsar                                  on 2000/05/28  08:31:20
48538         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
48539      Branch: perl
48540            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
48541 ____________________________________________________________________________
48542 [  6135] By: gsar                                  on 2000/05/28  08:17:50
48543         Log: enable Test::Harness to dynamically determine column width etc.
48544              (from Rob Napier <rnapier@employees.org>)
48545      Branch: perl
48546            ! lib/Test/Harness.pm
48547 ____________________________________________________________________________
48548 [  6134] By: gsar                                  on 2000/05/28  08:13:39
48549         Log: make Test::Harness use wait.h/WCOREDUMP if available
48550              (from Ben Tilly <ben_tilly@hotmail.com>)
48551      Branch: perl
48552            ! lib/Test/Harness.pm
48553 ____________________________________________________________________________
48554 [  6133] By: gsar                                  on 2000/05/28  08:08:05
48555         Log: elide bogus test in change#6132
48556      Branch: perl
48557            ! t/pragma/warn/9enabled
48558 ____________________________________________________________________________
48559 [  6132] By: gsar                                  on 2000/05/28  08:03:14
48560         Log: warnings::enabled() doesn't fall back to looking at $^W if
48561              caller isn't using lexical warnings (from Paul Marquess)
48562      Branch: perl
48563            ! pp_ctl.c t/pragma/warn/9enabled
48564 ____________________________________________________________________________
48565 [  6131] By: gsar                                  on 2000/05/28  07:57:47
48566         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
48567      Branch: perl
48568            ! ext/POSIX/POSIX.pm
48569 ____________________________________________________________________________
48570 [  6130] By: gsar                                  on 2000/05/28  07:29:12
48571         Log: fix places that mean C<"word" character> but say C<alphanumeric
48572              character>
48573      Branch: perl
48574            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
48575 ____________________________________________________________________________
48576 [  6129] By: gsar                                  on 2000/05/28  07:18:41
48577         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
48578      Branch: perl
48579            ! vms/test.com
48580 ____________________________________________________________________________
48581 [  6128] By: gsar                                  on 2000/05/28  07:12:55
48582         Log: new perlxstut example for passing/returning refs to arrays
48583              (from David Lowe <dlowe@pootpoot.com>)
48584      Branch: perl
48585            ! pod/perlxstut.pod
48586 ____________________________________________________________________________
48587 [  6127] By: gsar                                  on 2000/05/28  07:02:50
48588         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
48589              failed (from Gisle Aas)
48590      Branch: perl
48591            ! cop.h perl.c
48592 ____________________________________________________________________________
48593 [  6126] By: gsar                                  on 2000/05/28  06:39:53
48594         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
48595              (reworked variant of patch suggested by Simon Cozens)
48596      Branch: perl
48597            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
48598            ! pp_hot.c proto.h t/op/gv.t
48599 ____________________________________________________________________________
48600 [  6125] By: gsar                                  on 2000/05/28  05:14:55
48601         Log: enable propagating exception objects via Perl_croak() in XS code
48602              (from Gisle Aas)
48603      Branch: perl
48604            ! util.c
48605 ____________________________________________________________________________
48606 [  6124] By: gsar                                  on 2000/05/28  05:07:28
48607         Log: integrate vmsperl contents into mainline
48608      Branch: perl
48609           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
48610           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
48611           !> vms/vmsish.h
48612 ____________________________________________________________________________
48613 [  6123] By: gsar                                  on 2000/05/28  05:03:53
48614         Log: clarify gotcha with #line directives (from Rocco Caputo
48615              <troc@netrus.net>)
48616      Branch: perl
48617            ! pod/perldebug.pod pod/perlsyn.pod
48618 ____________________________________________________________________________
48619 [  6122] By: gsar                                  on 2000/05/28  04:58:29
48620         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
48621              (from Mark-Jason Dominus)
48622      Branch: perl
48623            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
48624            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
48625            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
48626            ! toke.c
48627 ____________________________________________________________________________
48628 [  6121] By: bailey                                on 2000/05/25  04:46:54
48629         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
48630              lists (based on fixes by Craig Berry)
48631      Branch: vmsperl
48632            ! lib/File/Spec/VMS.pm
48633 ____________________________________________________________________________
48634 [  6120] By: bailey                                on 2000/05/25  04:25:38
48635         Log: Add missing escape (Charles Lane)
48636      Branch: vmsperl
48637            ! t/op/lex_assign.t
48638 ____________________________________________________________________________
48639 [  6119] By: bailey                                on 2000/05/25  04:21:25
48640         Log: Quiet error messages in vmsish.t (Charles Lane)
48641      Branch: vmsperl
48642            ! vms/ext/vmsish.t
48643 ____________________________________________________________________________
48644 [  6118] By: bailey                                on 2000/05/25  04:17:57
48645         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
48646              Flatten case labels in switch statements uniformly (Charles Bailey)
48647      Branch: vmsperl
48648            ! vms/vms.c
48649 ____________________________________________________________________________
48650 [  6117] By: bailey                                on 2000/05/25  03:58:09
48651         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
48652      Branch: vmsperl
48653            ! vms/vmsish.h
48654 ____________________________________________________________________________
48655 [  6116] By: bailey                                on 2000/05/25  03:11:15
48656         Log: Miscellaneous cosmetic fixes (Charles Lane)
48657      Branch: vmsperl
48658            ! lib/ExtUtils/MM_VMS.pm
48659 ____________________________________________________________________________
48660 [  6115] By: bailey                                on 2000/05/25  03:10:36
48661         Log: Add bounds checking for several strings (Charles Lane)
48662      Branch: vmsperl
48663            ! vms/vms.c
48664 ____________________________________________________________________________
48665 [  6114] By: bailey                                on 2000/05/25  02:25:34
48666         Log: Urk -- undo previous removal of vmsish 'exit' change
48667      Branch: vmsperl
48668            ! vms/ext/vmsish.pm vms/vmsish.h
48669 ____________________________________________________________________________
48670 [  6113] By: bailey                                on 2000/05/24  02:24:40
48671         Log: Ugly workaround for version-specific RTL error
48672      Branch: vmsperl
48673            ! vms/vms.c
48674 ____________________________________________________________________________
48675 [  6112] By: bailey                                on 2000/05/24  02:19:55
48676         Log: Check for existence of file before trying to delete
48677      Branch: vmsperl
48678            ! vms/test.com
48679 ____________________________________________________________________________
48680 [  6111] By: bailey                                on 2000/05/23  23:35:13
48681         Log: Resync with mainline prior to post-5.6.0 updates
48682      Branch: vmsperl
48683           +> (branch 49 files)
48684            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
48685            ! vms/ext/vmsish.pm
48686           !> (integrate 334 files)
48687 ____________________________________________________________________________
48688 [  6110] By: jhi                                   on 2000/05/23  19:28:32
48689         Log: todo tweak
48690      Branch: cfgperl
48691            ! Todo-5.6
48692 ____________________________________________________________________________
48693 [  6109] By: jhi                                   on 2000/05/18  17:38:54
48694         Log: Integrate with Sarathy.
48695      Branch: cfgperl
48696           !> mg.c perl.h win32/perlhost.h
48697 ____________________________________________________________________________
48698 [  6108] By: gsar                                  on 2000/05/17  02:24:56
48699         Log: reenable fake signal handling on Windows, bugs and all
48700      Branch: perl
48701            ! mg.c perl.h win32/perlhost.h
48702 ____________________________________________________________________________
48703 [  6107] By: jhi                                   on 2000/05/15  18:01:41
48704         Log: Tweak the todo list.
48705      Branch: cfgperl
48706            ! Todo-5.6
48707 ____________________________________________________________________________
48708 [  6106] By: jhi                                   on 2000/05/15  13:41:48
48709         Log: The (Configure) script refuses to go on, after asking for
48710              'You may also choose to try maximal 64-bitness....'.
48711              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
48712              -- Patrick Zima
48713              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
48714      Branch: cfgperl
48715            ! hints/solaris_2.sh
48716 ____________________________________________________________________________
48717 [  6105] By: jhi                                   on 2000/05/11  14:37:43
48718         Log: Integrate with Sarathy.
48719      Branch: cfgperl
48720           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48721           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
48722 ____________________________________________________________________________
48723 [  6104] By: gsar                                  on 2000/05/11  03:39:07
48724         Log: PL_sys_intern was being initialized too late on windows
48725      Branch: perl
48726            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48727            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
48728 ____________________________________________________________________________
48729 [  6103] By: jhi                                   on 2000/05/09  19:42:20
48730         Log: Test tweaking for Unicos continues.
48731      Branch: cfgperl
48732            ! t/op/64bitint.t
48733 ____________________________________________________________________________
48734 [  6102] By: jhi                                   on 2000/05/09  16:47:27
48735         Log: The test suite tweak in #6101 wasn't quite right.
48736      Branch: cfgperl
48737            ! t/lib/complex.t
48738 ____________________________________________________________________________
48739 [  6101] By: jhi                                   on 2000/05/09  15:35:34
48740         Log: Hints and test tweaks for Unicos.
48741      Branch: cfgperl
48742            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
48743 ____________________________________________________________________________
48744 [  6100] By: jhi                                   on 2000/05/08  21:15:06
48745         Log: More compilation tweakery from Allen Smith.
48746      Branch: cfgperl
48747            ! hints/irix_6.sh
48748 ____________________________________________________________________________
48749 [  6099] By: jhi                                   on 2000/05/08  19:21:18
48750         Log: Tweaks for the cc bugs from Allen Smith.
48751      Branch: cfgperl
48752            ! hints/irix_6.sh
48753 ____________________________________________________________________________
48754 [  6098] By: jhi                                   on 2000/05/08  19:13:37
48755         Log: Add a note about other, yet unsupported, shadow password APIs.
48756      Branch: cfgperl
48757            ! pp_sys.c
48758 ____________________________________________________________________________
48759 [  6097] By: jhi                                   on 2000/05/08  18:46:34
48760         Log: Add a note about possible compilation problems from Allen Smith.
48761      Branch: cfgperl
48762            ! hints/irix_6.sh
48763 ____________________________________________________________________________
48764 [  6096] By: jhi                                   on 2000/05/08  17:33:10
48765         Log: Integrate with Sarathy.
48766      Branch: cfgperl
48767           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
48768           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
48769 ____________________________________________________________________________
48770 [  6095] By: jhi                                   on 2000/05/08  16:21:33
48771         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
48772              might be useful in future.
48773      Branch: cfgperl
48774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48775            ! config_h.SH
48776      Branch: metaconfig
48777            ! U/installdirs/inc_version_list.U
48778      Branch: metaconfig/U/perl
48779            ! perlxv.U
48780 ____________________________________________________________________________
48781 [  6094] By: gsar                                  on 2000/05/08  14:22:22
48782         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
48783      Branch: perl
48784            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
48785            ! hints/cygwin.sh pp_sys.c
48786 ____________________________________________________________________________
48787 [  6093] By: gsar                                  on 2000/05/08  12:52:28
48788         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
48789              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
48790      Branch: perl
48791            ! pp_sys.c sv.c win32/perlhost.h
48792 ____________________________________________________________________________
48793 [  6092] By: jhi                                   on 2000/05/07  22:40:34
48794         Log: Regen perltoc with the fixed buildtoc.
48795      Branch: cfgperl
48796            ! pod/perltoc.pod
48797 ____________________________________________________________________________
48798 [  6091] By: jhi                                   on 2000/05/07  22:24:16
48799         Log: Integrate with Sarathy.
48800      Branch: cfgperl
48801           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
48802           !> t/op/substr.t toke.c
48803 ____________________________________________________________________________
48804 [  6090] By: gsar                                  on 2000/05/07  19:47:07
48805         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
48806              [NI]OK; added tests for both
48807      Branch: perl
48808            ! perl.c pp_hot.c sv.c t/op/substr.t
48809 ____________________________________________________________________________
48810 [  6089] By: gsar                                  on 2000/05/07  18:18:38
48811         Log: buildtoc tweak to fix newline lossage
48812      Branch: perl
48813            ! pod/buildtoc
48814 ____________________________________________________________________________
48815 [  6088] By: jhi                                   on 2000/05/07  16:35:36
48816         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
48817              because we do not use those.  The HAS_GETSPNAM remains,
48818              though, because we still do use that.
48819      Branch: cfgperl
48820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48821            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
48822            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
48823            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
48824            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48825            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
48826 ____________________________________________________________________________
48827 [  6087] By: gsar                                  on 2000/05/07  16:05:16
48828         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
48829      Branch: perl
48830            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
48831 ____________________________________________________________________________
48832 [  6086] By: jhi                                   on 2000/05/07  15:27:07
48833         Log: Integrate with Sarathy.
48834      Branch: cfgperl
48835           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48836           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48837           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
48838           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
48839           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
48840           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
48841 ____________________________________________________________________________
48842 [  6085] By: gsar                                  on 2000/05/07  05:52:02
48843         Log: repeat operator (x) doesn't preserve utf8-ness
48844      Branch: perl
48845            ! pp.c t/op/substr.t
48846 ____________________________________________________________________________
48847 [  6084] By: gsar                                  on 2000/05/07  05:39:55
48848         Log: substr() does not preserve utf8-ness (from Stefan Eissing
48849              <Eissing@medicaldataservice.de>); added tests
48850      Branch: perl
48851            ! pp.c t/op/substr.t
48852 ____________________________________________________________________________
48853 [  6083] By: gsar                                  on 2000/05/07  05:24:46
48854         Log: note about undocumented caller() return value (from M.J.T. Guy);
48855              yet another peek.t tweak
48856      Branch: perl
48857            ! pod/perlfunc.pod t/lib/peek.t
48858 ____________________________________________________________________________
48859 [  6082] By: gsar                                  on 2000/05/07  05:08:40
48860         Log: peek.t non-portable to ithreads
48861      Branch: perl
48862            ! t/lib/peek.t
48863 ____________________________________________________________________________
48864 [  6081] By: gsar                                  on 2000/05/07  04:17:04
48865         Log: better default perlbug categories for ok reports (from Richard Foley)
48866      Branch: perl
48867            ! utils/perlbug.PL
48868 ____________________________________________________________________________
48869 [  6080] By: gsar                                  on 2000/05/07  04:08:07
48870         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
48871              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48872      Branch: perl
48873            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48874            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48875            ! AUTHORS MAINTAIN MANIFEST
48876 ____________________________________________________________________________
48877 [  6079] By: gsar                                  on 2000/05/07  04:01:38
48878         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
48879      Branch: perl
48880            ! lib/Carp/Heavy.pm
48881 ____________________________________________________________________________
48882 [  6078] By: gsar                                  on 2000/05/07  01:24:19
48883         Log: workaround for CRT bug in chdir() (from Charles Lane, via
48884              Peter Prymmer)
48885      Branch: perl
48886            ! iperlsys.h vms/vms.c vms/vmsish.h
48887 ____________________________________________________________________________
48888 [  6077] By: gsar                                  on 2000/05/07  01:22:23
48889         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
48890              and Tom Phoenix)
48891      Branch: perl
48892            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
48893 ____________________________________________________________________________
48894 [  6076] By: gsar                                  on 2000/05/06  17:36:29
48895         Log: integrate cfgperl contents into mainline
48896      Branch: perl
48897           +> t/lib/peek.t
48898           !> Configure MANIFEST Porting/Glossary Porting/config.sh
48899           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
48900           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
48901           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
48902 ____________________________________________________________________________
48903 [  6075] By: jhi                                   on 2000/05/05  18:56:10
48904         Log: Make the test more portable.
48905      Branch: cfgperl
48906            ! t/lib/peek.t
48907 ____________________________________________________________________________
48908 [  6074] By: jhi                                   on 2000/05/05  18:49:20
48909         Log: Introduce t/lib/peek.t.
48910      Branch: cfgperl
48911            + t/lib/peek.t
48912            ! MANIFEST
48913 ____________________________________________________________________________
48914 [  6073] By: jhi                                   on 2000/05/05  14:30:45
48915         Log: Complex tweaks.
48916      Branch: cfgperl
48917            ! lib/Math/Complex.pm t/lib/complex.t
48918 ____________________________________________________________________________
48919 [  6072] By: jhi                                   on 2000/05/05  12:27:13
48920         Log: Integrate with Sarathy.
48921      Branch: cfgperl
48922           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48923           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48924           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
48925           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
48926 ____________________________________________________________________________
48927 [  6071] By: gsar                                  on 2000/05/05  02:24:46
48928         Log: misformatted perllocal.pod (from Tim Jenness
48929              <t.jenness@jach.hawaii.edu>)
48930      Branch: perl
48931            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48932 ____________________________________________________________________________
48933 [  6070] By: gsar                                  on 2000/05/05  02:16:52
48934         Log: remove misleading comment (from M.J.T. Guy)
48935      Branch: perl
48936            ! t/lib/anydbm.t
48937 ____________________________________________________________________________
48938 [  6069] By: gsar                                  on 2000/05/05  02:15:13
48939         Log: File::Spec compatibility update (from Barrie Slaymaker
48940              <barries@slaysys.com>)
48941      Branch: perl
48942            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48943            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48944 ____________________________________________________________________________
48945 [  6068] By: gsar                                  on 2000/05/05  02:01:50
48946         Log: note about values()
48947      Branch: perl
48948            ! pod/perlfunc.pod
48949 ____________________________________________________________________________
48950 [  6067] By: gsar                                  on 2000/05/05  01:33:09
48951         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
48952      Branch: perl
48953            ! win32/win32.c
48954 ____________________________________________________________________________
48955 [  6066] By: gsar                                  on 2000/05/05  01:23:43
48956         Log: s/END/CHECK/
48957      Branch: perl
48958            ! perl.c
48959 ____________________________________________________________________________
48960 [  6065] By: jhi                                   on 2000/05/04  17:30:22
48961         Log: Integrate with Sarathy.
48962      Branch: cfgperl
48963           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
48964 ____________________________________________________________________________
48965 [  6064] By: gsar                                  on 2000/05/04  17:26:14
48966         Log: change#5905 wasn't quite right--it's intent only applies when arguments
48967              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
48968      Branch: perl
48969            ! pp_sys.c sv.c
48970 ____________________________________________________________________________
48971 [  6063] By: gsar                                  on 2000/05/04  16:52:29
48972         Log: tokeq() could read unallocated field in argument
48973      Branch: perl
48974            ! toke.c
48975 ____________________________________________________________________________
48976 [  6062] By: gsar                                  on 2000/05/04  16:34:51
48977         Log: additional tests for utf8.t
48978      Branch: perl
48979            ! t/pragma/utf8.t
48980 ____________________________________________________________________________
48981 [  6061] By: gsar                                  on 2000/05/04  16:09:28
48982         Log: change#5921 neglected to make eq honor "use bytes"
48983      Branch: perl
48984            ! sv.c
48985 ____________________________________________________________________________
48986 [  6060] By: jhi                                   on 2000/05/04  15:30:16
48987         Log: Integrate with Sarathy.
48988      Branch: cfgperl
48989           !> perl.c regcomp.c t/pragma/utf8.t
48990 ____________________________________________________________________________
48991 [  6059] By: jhi                                   on 2000/05/04  15:26:37
48992         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
48993              in natively 64-bit platforms where a long is a quad (no need
48994              for long longs).  Also added bias for IVs.
48995      Branch: cfgperl
48996            ! toke.c
48997 ____________________________________________________________________________
48998 [  6058] By: gsar                                  on 2000/05/04  00:19:14
48999         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
49000              (spotted by Donald Kinzer <dkinzer@premia.com>)
49001      Branch: perl
49002            ! perl.c
49003 ____________________________________________________________________________
49004 [  6057] By: gsar                                  on 2000/05/03  18:34:01
49005         Log: fix broken parsing of /\x{ab}/
49006      Branch: perl
49007            ! regcomp.c t/pragma/utf8.t
49008 ____________________________________________________________________________
49009 [  6056] By: jhi                                   on 2000/05/03  17:57:16
49010         Log: The search of infinity continues, this time simplified.
49011      Branch: cfgperl
49012            ! lib/Math/Complex.pm
49013 ____________________________________________________________________________
49014 [  6055] By: jhi                                   on 2000/05/03  17:45:30
49015         Log: Detypo.
49016      Branch: cfgperl
49017            ! hints/unicos.sh
49018 ____________________________________________________________________________
49019 [  6054] By: jhi                                   on 2000/05/02  22:28:27
49020         Log: Be more forgiving in POSIX about HUGE_VALL.
49021      Branch: cfgperl
49022            ! ext/POSIX/POSIX.xs
49023 ____________________________________________________________________________
49024 [  6053] By: jhi                                   on 2000/05/02  22:25:05
49025         Log: Integrate with Sarathy.
49026      Branch: cfgperl
49027           !> hints/irix_6.sh pod/perlop.pod
49028 ____________________________________________________________________________
49029 [  6052] By: jhi                                   on 2000/05/02  22:24:31
49030         Log: Unicos hint tweak.
49031      Branch: cfgperl
49032            ! hints/unicos.sh
49033 ____________________________________________________________________________
49034 [  6051] By: jhi                                   on 2000/05/02  22:21:26
49035         Log: Complex tweakery.
49036      Branch: cfgperl
49037            ! lib/Math/Complex.pm t/lib/complex.t
49038 ____________________________________________________________________________
49039 [  6050] By: jhi                                   on 2000/05/02  19:26:22
49040         Log: Use setxxent()/endxxent().
49041      Branch: cfgperl
49042            ! t/op/grent.t t/op/pwent.t
49043 ____________________________________________________________________________
49044 [  6049] By: jhi                                   on 2000/05/02  19:06:02
49045         Log: Test both the scalar and list contexts.
49046      Branch: cfgperl
49047            ! t/op/grent.t t/op/pwent.t
49048 ____________________________________________________________________________
49049 [  6048] By: gsar                                  on 2000/05/02  18:29:10
49050         Log: add note about how $( doesn't interpolate in REs (from
49051              Philip Newton <newton@ficus.frogspace.net>)
49052      Branch: perl
49053            ! pod/perlop.pod
49054 ____________________________________________________________________________
49055 [  6047] By: jhi                                   on 2000/05/02  17:41:24
49056         Log: Call getspnam() only iff needd.
49057      Branch: cfgperl
49058            ! pp_sys.c
49059 ____________________________________________________________________________
49060 [  6046] By: gsar                                  on 2000/05/02  17:07:25
49061         Log: libscheck has insufficient checks for n32 libs (from
49062              Albert Chin-A-Young <china@thewrittenword.com>)
49063      Branch: perl
49064            ! hints/irix_6.sh
49065 ____________________________________________________________________________
49066 [  6045] By: jhi                                   on 2000/05/02  13:57:17
49067         Log: Integrate with Sarathy.
49068      Branch: cfgperl
49069           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
49070           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
49071 ____________________________________________________________________________
49072 [  6044] By: gsar                                  on 2000/05/02  06:48:19
49073         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
49074              such that underscores are only ignored in literal numbers,
49075              "\x{...}", and hex/oct argument
49076      Branch: perl
49077            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
49078 ____________________________________________________________________________
49079 [  6043] By: gsar                                  on 2000/05/02  02:22:29
49080         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
49081      Branch: perl
49082            ! pod/perlretut.pod
49083 ____________________________________________________________________________
49084 [  6042] By: gsar                                  on 2000/05/02  02:17:51
49085         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
49086      Branch: perl
49087            ! pod/perltrap.pod
49088 ____________________________________________________________________________
49089 [  6041] By: gsar                                  on 2000/05/02  01:53:51
49090         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
49091              to compensate
49092      Branch: perl
49093            ! Porting/makerel
49094 ____________________________________________________________________________
49095 [  6040] By: gsar                                  on 2000/05/02  01:51:57
49096         Log: missing files in MANIFEST
49097      Branch: perl
49098            ! MANIFEST
49099 ____________________________________________________________________________
49100 [  6039] By: jhi                                   on 2000/05/02  00:36:46
49101         Log: Infinite problems.
49102      Branch: cfgperl
49103            ! lib/Math/Complex.pm
49104 ____________________________________________________________________________
49105 [  6038] By: jhi                                   on 2000/05/02  00:06:38
49106         Log: pwent/spent #ifdef imbalance.
49107      Branch: cfgperl
49108            ! pp_sys.c
49109 ____________________________________________________________________________
49110 [  6037] By: jhi                                   on 2000/05/01  22:50:11
49111         Log: Use HUGE_VALL if applicable.
49112      Branch: cfgperl
49113            ! ext/POSIX/POSIX.xs util.c
49114 ____________________________________________________________________________
49115 [  6036] By: jhi                                   on 2000/05/01  22:20:53
49116         Log: Correct Freudian slip.
49117      Branch: cfgperl
49118            ! pp_sys.c
49119 ____________________________________________________________________________
49120 [  6035] By: jhi                                   on 2000/05/01  21:07:38
49121         Log: Continue on the pwent/spent case.
49122      Branch: cfgperl
49123            ! pp_sys.c
49124 ____________________________________________________________________________
49125 [  6034] By: jhi                                   on 2000/05/01  17:45:14
49126         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
49127              adjustments in 6032 conflicted badly with this, will have
49128              to revisit them later.
49129      Branch: cfgperl
49130           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
49131           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49132           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
49133           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
49134           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
49135           !> t/lib/cgi-html.t t/lib/cgi-request.t
49136 ____________________________________________________________________________
49137 [  6033] By: jhi                                   on 2000/05/01  17:40:49
49138         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
49139      Branch: cfgperl
49140            ! pp_sys.c
49141 ____________________________________________________________________________
49142 [  6032] By: gsar                                  on 2000/05/01  15:56:32
49143         Log: whitespace adjustments
49144      Branch: perl
49145            ! pp_sys.c
49146 ____________________________________________________________________________
49147 [  6031] By: gsar                                  on 2000/05/01  15:19:41
49148         Log: small nits in diagnostics.pm (from Robin Barker)
49149      Branch: perl
49150            ! lib/diagnostics.pm pod/perldiag.pod
49151 ____________________________________________________________________________
49152 [  6030] By: gsar                                  on 2000/05/01  08:39:18
49153         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
49154              for @- and @+ (from Johan Vromans)
49155      Branch: perl
49156            ! lib/English.pm pod/perlvar.pod
49157 ____________________________________________________________________________
49158 [  6029] By: gsar                                  on 2000/05/01  08:16:10
49159         Log: add CGI.pm v2.66 (from Lincoln Stein)
49160      Branch: perl
49161            + lib/CGI/Util.pm t/lib/cgi-pretty.t
49162            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49163            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
49164            ! t/lib/cgi-html.t t/lib/cgi-request.t
49165 ____________________________________________________________________________
49166 [  6028] By: gsar                                  on 2000/05/01  06:34:41
49167         Log: Pod::Man generates groff-incompatible macro definition (from
49168              Tom Christiansen)
49169      Branch: perl
49170            ! lib/Pod/Man.pm
49171 ____________________________________________________________________________
49172 [  6027] By: gsar                                  on 2000/05/01  06:31:36
49173         Log: podlators-1.02 update (from Russ Allbery)
49174      Branch: perl
49175            ! lib/Pod/Man.pm lib/Pod/Text.pm
49176 ____________________________________________________________________________
49177 [  6026] By: jhi                                   on 2000/04/30  23:24:23
49178         Log: Integrate with Sarathy.
49179      Branch: cfgperl
49180           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49181           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
49182           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49183           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49184           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
49185           !> t/lib/syslog.t toke.c win32/win32.h
49186 ____________________________________________________________________________
49187 [  6025] By: gsar                                  on 2000/04/30  18:17:47
49188         Log: Is{Alnum,Alpha,Word} don't match titlecase
49189              
49190              TODO: IsSpace is defined recursively!
49191              
49192              (both spotted by Larry)
49193      Branch: perl
49194            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49195            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49196 ____________________________________________________________________________
49197 [  6024] By: gsar                                  on 2000/04/30  17:50:19
49198         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
49199              (from Hugo van der Sanden)
49200      Branch: perl
49201            ! toke.c
49202 ____________________________________________________________________________
49203 [  6023] By: gsar                                  on 2000/04/30  17:14:43
49204         Log: debugger stomps on $. (from M.J.T. Guy)
49205      Branch: perl
49206            ! lib/perl5db.pl
49207 ____________________________________________________________________________
49208 [  6022] By: gsar                                  on 2000/04/30  16:59:22
49209         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
49210      Branch: perl
49211            ! sv.c
49212 ____________________________________________________________________________
49213 [  6021] By: gsar                                  on 2000/04/29  21:00:08
49214         Log: remove Win2K issue in pod (fixed by change#6020)
49215      Branch: perl
49216            ! README.win32 pod/perl56delta.pod
49217 ____________________________________________________________________________
49218 [  6020] By: gsar                                  on 2000/04/29  20:51:49
49219         Log: test tweak
49220      Branch: perl
49221            ! t/lib/open3.t
49222 ____________________________________________________________________________
49223 [  6019] By: gsar                                  on 2000/04/29  20:34:27
49224         Log: windows portability tweaks
49225      Branch: perl
49226            ! t/lib/b.t win32/win32.h
49227 ____________________________________________________________________________
49228 [  6018] By: gsar                                  on 2000/04/29  19:55:24
49229         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
49230              make _PATH_LOG() return "" if unavailable
49231      Branch: perl
49232            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49233            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
49234 ____________________________________________________________________________
49235 [  6017] By: jhi                                   on 2000/04/28  22:49:46
49236         Log: Integrate with Sarathy.
49237      Branch: cfgperl
49238           !> op.c perl.c pod/perldiag.pod t/lib/b.t
49239 ____________________________________________________________________________
49240 [  6016] By: jhi                                   on 2000/04/28  22:46:14
49241         Log: Do not warn that an infinity does not look like a number.
49242      Branch: cfgperl
49243            ! sv.c
49244 ____________________________________________________________________________
49245 [  6015] By: gsar                                  on 2000/04/28  22:35:49
49246         Log: tweak test for portability
49247      Branch: perl
49248            ! t/lib/b.t
49249 ____________________________________________________________________________
49250 [  6014] By: gsar                                  on 2000/04/28  22:05:31
49251         Log: glob() loading File::Glob behind the scenes may cause syntax errors
49252      Branch: perl
49253            ! op.c
49254 ____________________________________________________________________________
49255 [  6013] By: gsar                                  on 2000/04/28  21:25:22
49256         Log: tweak change#5945 to display correct switch name in diagnostic
49257      Branch: perl
49258            ! perl.c pod/perldiag.pod
49259 ____________________________________________________________________________
49260 [  6012] By: jhi                                   on 2000/04/28  21:08:12
49261         Log: Integrate with Sarathy.
49262      Branch: cfgperl
49263           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
49264           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
49265           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
49266 ____________________________________________________________________________
49267 [  6011] By: jhi                                   on 2000/04/28  21:04:46
49268         Log: &HUGE_VAL is not defined, it exists.
49269      Branch: cfgperl
49270            ! lib/Math/Complex.pm
49271 ____________________________________________________________________________
49272 [  6010] By: gsar                                  on 2000/04/28  21:02:58
49273         Log: clarify note about shadow password support (from
49274              gellyfish@gellyfish.com)
49275      Branch: perl
49276            ! pod/perlfunc.pod
49277 ____________________________________________________________________________
49278 [  6009] By: gsar                                  on 2000/04/28  21:00:00
49279         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
49280      Branch: perl
49281            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
49282 ____________________________________________________________________________
49283 [  6008] By: gsar                                  on 2000/04/28  20:56:33
49284         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
49285      Branch: perl
49286            ! installperl vms/subconfigure.com
49287 ____________________________________________________________________________
49288 [  6007] By: gsar                                  on 2000/04/28  20:51:21
49289         Log: note about compile failures and END blocks (from M.J.T. Guy)
49290      Branch: perl
49291            ! pod/perl56delta.pod pod/perlmod.pod
49292 ____________________________________________________________________________
49293 [  6006] By: jhi                                   on 2000/04/28  20:42:14
49294         Log: Regen Configure.
49295      Branch: cfgperl
49296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49297            ! config_h.SH
49298 ____________________________________________________________________________
49299 [  6005] By: gsar                                  on 2000/04/28  20:41:16
49300         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
49301      Branch: perl
49302            ! utils/perldoc.PL
49303 ____________________________________________________________________________
49304 [  6004] By: jhi                                   on 2000/04/28  20:28:21
49305         Log: Integrate with Sarathy.
49306      Branch: cfgperl
49307           !> Configure INSTALL Porting/Glossary Porting/config.sh
49308           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
49309           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
49310           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
49311           !> win32/config.vc win32/win32.c
49312 ____________________________________________________________________________
49313 [  6003] By: gsar                                  on 2000/04/28  20:11:20
49314         Log: allow REG_EXPAND_SZ keys in Windows registry (from
49315              John Clayton <John.Clayton@barclayscapital.com>)
49316      Branch: perl
49317            ! win32/win32.c
49318 ____________________________________________________________________________
49319 [  6002] By: gsar                                  on 2000/04/28  19:34:16
49320         Log: destructive sv_setsv() can lose UV-ness from source, causing
49321              numeric promotions/comparisons to fail to do the right thing
49322      Branch: perl
49323            ! sv.c
49324 ____________________________________________________________________________
49325 [  6001] By: gsar                                  on 2000/04/28  18:44:15
49326         Log: support additional library locations via $Config{otherlibdirs}
49327              (from Andy Dougherty)
49328      Branch: perl
49329            ! Configure INSTALL Porting/Glossary Porting/config.sh
49330            ! Porting/config_H config_h.SH epoc/config.sh perl.c
49331            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
49332            ! win32/config.bc win32/config.gc win32/config.vc
49333 ____________________________________________________________________________
49334 [  6000] By: gsar                                  on 2000/04/28  18:26:58
49335         Log: reworked otherlibdirs.U (from Andy Dougherty)
49336      Branch: metaconfig
49337            ! U/installdirs/otherlibdirs.U
49338 ____________________________________________________________________________
49339 [  5999] By: gsar                                  on 2000/04/28  18:17:07
49340         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
49341      Branch: perl
49342            ! t/pragma/warn/toke toke.c
49343 ____________________________________________________________________________
49344 [  5998] By: jhi                                   on 2000/04/28  13:32:17
49345         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
49346      Branch: cfgperl
49347            ! lib/Math/Complex.pm
49348 ____________________________________________________________________________
49349 [  5997] By: jhi                                   on 2000/04/28  13:14:04
49350         Log: Preserve $!.
49351      Branch: cfgperl
49352            ! lib/Math/Complex.pm
49353 ____________________________________________________________________________
49354 [  5996] By: jhi                                   on 2000/04/28  12:59:23
49355         Log: Integrate with Sarathy.
49356      Branch: cfgperl
49357           +> pod/perlrequick.pod pod/perlretut.pod
49358           !> (integrate 51 files)
49359 ____________________________________________________________________________
49360 [  5995] By: gsar                                  on 2000/04/28  09:37:36
49361         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
49362      Branch: perl
49363            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
49364 ____________________________________________________________________________
49365 [  5994] By: gsar                                  on 2000/04/28  09:33:26
49366         Log: fix for missed accounting for null byte in pack("Z",...) (from
49367              M.J.T. Guy)
49368      Branch: perl
49369            ! pp.c t/op/pack.t
49370 ____________________________________________________________________________
49371 [  5993] By: gsar                                  on 2000/04/28  09:30:05
49372         Log: various minor tweaks seen on p5p
49373      Branch: perl
49374            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
49375 ____________________________________________________________________________
49376 [  5992] By: gsar                                  on 2000/04/28  09:08:19
49377         Log: pod nit (from Simon Cozens)
49378      Branch: perl
49379            ! pod/perlop.pod
49380 ____________________________________________________________________________
49381 [  5991] By: gsar                                  on 2000/04/28  09:06:36
49382         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
49383      Branch: perl
49384            ! README.posix-bc hints/posix-bc.sh
49385 ____________________________________________________________________________
49386 [  5990] By: gsar                                  on 2000/04/28  08:54:52
49387         Log: use $ENV{LIB} to search for libs under Visual C compiler
49388              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
49389      Branch: perl
49390            ! lib/ExtUtils/Liblist.pm
49391 ____________________________________________________________________________
49392 [  5989] By: gsar                                  on 2000/04/28  08:27:12
49393         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
49394              itself and no other (from Tom Hughes)
49395      Branch: perl
49396            ! t/op/array.t toke.c
49397 ____________________________________________________________________________
49398 [  5988] By: gsar                                  on 2000/04/28  08:01:38
49399         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
49400              <paul@miraclefish.com>)
49401      Branch: perl
49402            ! lib/ExtUtils/MakeMaker.pm
49403 ____________________________________________________________________________
49404 [  5987] By: gsar                                  on 2000/04/28  07:53:09
49405         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
49406      Branch: perl
49407            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
49408 ____________________________________________________________________________
49409 [  5986] By: gsar                                  on 2000/04/28  07:44:17
49410         Log: add regular expressions tutorial and quick-start guide (from
49411              Mark Kvale <kvale@phy.ucsf.edu>)
49412      Branch: perl
49413            + pod/perlrequick.pod pod/perlretut.pod
49414            ! AUTHORS MAINTAIN MANIFEST
49415 ____________________________________________________________________________
49416 [  5985] By: gsar                                  on 2000/04/28  07:30:28
49417         Log: forked child may not exit correctly if it failed to open
49418              /dev/console (from Graham Barr)
49419      Branch: perl
49420            ! ext/Sys/Syslog/Syslog.pm
49421 ____________________________________________________________________________
49422 [  5984] By: gsar                                  on 2000/04/28  07:27:20
49423         Log: attributes::reftype() doesn't work on tied argument
49424      Branch: perl
49425            ! xsutils.c
49426 ____________________________________________________________________________
49427 [  5983] By: gsar                                  on 2000/04/28  07:15:04
49428         Log: numeric conversion of non-number in change#3378 tramples on
49429              OOK offset, causing segfaults
49430      Branch: perl
49431            ! sv.c
49432 ____________________________________________________________________________
49433 [  5982] By: gsar                                  on 2000/04/28  04:48:25
49434         Log: avoid error in IO::Socket::INET when given an unknown service name
49435              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
49436      Branch: perl
49437            ! ext/IO/lib/IO/Socket/INET.pm
49438 ____________________________________________________________________________
49439 [  5981] By: gsar                                  on 2000/04/28  04:31:31
49440         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
49441              prototype mismatch with CORE::glob(); update pod and tests to
49442              suit (File::Glob::glob() is still available for backward
49443              compatibility, but should be considered deprecated)
49444      Branch: perl
49445            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
49446            ! t/lib/glob-taint.t
49447 ____________________________________________________________________________
49448 [  5980] By: gsar                                  on 2000/04/28  03:47:29
49449         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
49450              <ghudson@mit.edu>)
49451      Branch: metaconfig
49452            ! U/modified/Options.U
49453      Branch: perl
49454            ! Configure
49455 ____________________________________________________________________________
49456 [  5979] By: gsar                                  on 2000/04/28  03:07:54
49457         Log: under useithreads, constant pad entries could inadvertantly be
49458              shared across threads (from Eric Blood <eblood@xmission.com>);
49459              added Eric's test case to testsuite
49460      Branch: perl
49461            ! op.c t/op/misc.t
49462 ____________________________________________________________________________
49463 [  5978] By: gsar                                  on 2000/04/27  21:13:00
49464         Log: sync version numbers in File::Spec with the ones on CPAN
49465              (from Barrie Slaymaker)
49466      Branch: perl
49467            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49468            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49469            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49470 ____________________________________________________________________________
49471 [  5977] By: gsar                                  on 2000/04/27  21:07:29
49472         Log: autoquote barewords followed by newline and arrow properly
49473              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
49474      Branch: perl
49475            ! t/pragma/warn/toke toke.c
49476 ____________________________________________________________________________
49477 [  5976] By: gsar                                  on 2000/04/27  20:41:20
49478         Log: DB_File v1.73 update (from Paul Marquess)
49479      Branch: perl
49480            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49481            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49482 ____________________________________________________________________________
49483 [  5975] By: gsar                                  on 2000/04/27  20:34:24
49484         Log: allow sort() reentrancy (variant of patch suggested by
49485              Hugo van der Sanden)
49486      Branch: perl
49487            ! pp_ctl.c t/op/sort.t
49488 ____________________________________________________________________________
49489 [  5974] By: gsar                                  on 2000/04/27  19:46:57
49490         Log: change#4197 somehow missed initializing PL_errors, meaning
49491              sytax error queueing wasn't working outside eval"" at all;
49492              also fixed eval"" to localize PL_error_count, so that compile-time
49493              eval's don't clobber the error state of the outer context
49494      Branch: perl
49495            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
49496            ! t/pragma/warn/toke
49497 ____________________________________________________________________________
49498 [  5973] By: gsar                                  on 2000/04/27  18:29:05
49499         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
49500      Branch: perl
49501            ! regcomp.c regexec.c t/op/re_tests
49502 ____________________________________________________________________________
49503 [  5972] By: jhi                                   on 2000/04/27  18:22:41
49504         Log: Integrate with Sarathy.
49505      Branch: cfgperl
49506           +> t/lib/b.t t/lib/syslog.t
49507           !> (integrate 31 files)
49508 ____________________________________________________________________________
49509 [  5971] By: jhi                                   on 2000/04/27  18:18:46
49510         Log: Unicos tweaks from Mark P. Lutz.
49511      Branch: cfgperl
49512            ! hints/unicos.sh lib/Math/Complex.pm
49513 ____________________________________________________________________________
49514 [  5970] By: gsar                                  on 2000/04/27  18:05:11
49515         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
49516              IV is >32bits
49517      Branch: perl
49518            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
49519 ____________________________________________________________________________
49520 [  5969] By: gsar                                  on 2000/04/27  17:50:56
49521         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
49522      Branch: perl
49523            + t/lib/syslog.t
49524            ! MANIFEST ext/Sys/Syslog/Syslog.pm
49525 ____________________________________________________________________________
49526 [  5968] By: gsar                                  on 2000/04/27  17:44:49
49527         Log: tolerate spaces in group names in test on solaris (from David Boyce
49528              <dsb@boyski.com>)
49529      Branch: perl
49530            ! t/op/groups.t
49531 ____________________________________________________________________________
49532 [  5967] By: gsar                                  on 2000/04/27  17:41:22
49533         Log: improved docs on the warn_uninit diagnostic (from David Glasser
49534              and Simon Cozens)
49535      Branch: perl
49536            ! pod/perldiag.pod
49537 ____________________________________________________________________________
49538 [  5966] By: gsar                                  on 2000/04/27  16:54:58
49539         Log: add testsuite for B backends, fix bug in B::Deparse (from
49540              Simon Cozens <simon@brecon.co.uk>)
49541      Branch: perl
49542            + t/lib/b.t
49543            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
49544 ____________________________________________________________________________
49545 [  5965] By: gsar                                  on 2000/04/27  16:10:37
49546         Log: avoid "will not stay shared" warnings for our variables (from
49547              Robin Barker)
49548      Branch: perl
49549            ! op.c t/pragma/warn/op
49550 ____________________________________________________________________________
49551 [  5964] By: gsar                                  on 2000/04/27  07:05:05
49552         Log: reformat to 72 columns (again)
49553      Branch: perl
49554            ! pod/perldiag.pod
49555 ____________________________________________________________________________
49556 [  5963] By: gsar                                  on 2000/04/27  06:28:31
49557         Log: patch from Larry to make (\&) prototype work; added tests for
49558              the same
49559      Branch: perl
49560            ! op.c t/comp/proto.t
49561 ____________________________________________________________________________
49562 [  5962] By: gsar                                  on 2000/04/27  06:15:47
49563         Log: updated README.hpux (from Jeff Okamoto)
49564      Branch: perl
49565            ! README.hpux
49566 ____________________________________________________________________________
49567 [  5961] By: gsar                                  on 2000/04/27  05:55:03
49568         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
49569      Branch: perl
49570            ! emacs/cperl-mode.el
49571 ____________________________________________________________________________
49572 [  5960] By: gsar                                  on 2000/04/27  05:49:26
49573         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
49574      Branch: perl
49575            ! INSTALL
49576 ____________________________________________________________________________
49577 [  5959] By: gsar                                  on 2000/04/27  05:33:41
49578         Log: doubled words in pods (from Simon Cozens
49579              <simon.p.cozens@jp.pwcglobal.com>)
49580      Branch: perl
49581            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
49582            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
49583            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
49584            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
49585            ! pod/perltootc.pod
49586 ____________________________________________________________________________
49587 [  5958] By: gsar                                  on 2000/04/27  05:11:39
49588         Log: change#3569 deleted some essential code, revert; avoid use of
49589              atexit() to make DynaLoader work properly on AIX under mod_perl
49590              (from Jens-Uwe Mager <jum@helios.de>)
49591      Branch: perl
49592            ! ext/DynaLoader/dl_aix.xs
49593 ____________________________________________________________________________
49594 [  5957] By: gsar                                  on 2000/04/27  04:54:51
49595         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
49596      Branch: perl
49597            ! pod/perlmod.pod
49598 ____________________________________________________________________________
49599 [  5956] By: gsar                                  on 2000/04/27  04:51:47
49600         Log: better diagnostics on failed tests (from Ilya Zakharevich)
49601      Branch: perl
49602            ! t/op/lex_assign.t
49603 ____________________________________________________________________________
49604 [  5955] By: gsar                                  on 2000/04/27  04:26:44
49605         Log: longstanding bug exposed by change#3307: sort arguments weren't
49606              compiled with the right wantarray context (ensuing runtime lookup
49607              via block_gimme() was getting the incidental context of the
49608              sort() itself)
49609      Branch: perl
49610            ! op.c t/op/sort.t
49611 ____________________________________________________________________________
49612 [  5954] By: gsar                                  on 2000/04/26  23:42:12
49613         Log: integrate cfgperl contents into mainline
49614      Branch: perl
49615           !> (integrate 30 files)
49616 ____________________________________________________________________________
49617 [  5953] By: jhi                                   on 2000/04/26  23:06:42
49618         Log: Integrate with Sarathy.
49619      Branch: cfgperl
49620           !> README.win32 ext/B/B/Deparse.pm
49621           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49622           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
49623           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
49624           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
49625           !> utils/perldoc.PL vms/perlvms.pod
49626 ____________________________________________________________________________
49627 [  5952] By: jhi                                   on 2000/04/26  23:03:46
49628         Log: Undo "use integer" addition from 64bitint as it seems
49629              to break most of the subtests in Digital UNIX;
49630              Unicos needs to find another way.
49631      Branch: cfgperl
49632            ! t/op/64bitint.t
49633 ____________________________________________________________________________
49634 [  5951] By: jhi                                   on 2000/04/26  22:57:53
49635         Log: Be more robust on "extreme" (large absolute value)
49636              arguments.  Originally reported by Daniel Connelly
49637              as a problem with asinh() on large negative arguments,
49638              asinh() used to bail out because an argument to log()
49639              ended up being zero.  Ilya Zakharevich proposed using
49640              Taylor's series in such cases, which for such large
49641              arguments is a very good approximation.
49642      Branch: cfgperl
49643            ! lib/Math/Complex.pm t/lib/complex.t
49644 ____________________________________________________________________________
49645 [  5950] By: gsar                                  on 2000/04/25  19:13:12
49646         Log: reformat perldiag to avoid long lines
49647      Branch: perl
49648            ! pod/perldiag.pod
49649 ____________________________________________________________________________
49650 [  5949] By: gsar                                  on 2000/04/25  18:41:11
49651         Log: make perldoc use the pod2man from the same version (from
49652              M.J.T. Guy)
49653      Branch: perl
49654            ! utils/perldoc.PL
49655 ____________________________________________________________________________
49656 [  5948] By: gsar                                  on 2000/04/25  18:21:57
49657         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
49658              <kompas@kompas.usr.onet.pl>)
49659      Branch: perl
49660            ! lib/vars.pm
49661 ____________________________________________________________________________
49662 [  5947] By: gsar                                  on 2000/04/25  18:11:53
49663         Log: use &dl_error rather than &dl_load_file as the guard for calling
49664              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
49665              statically built perl)
49666      Branch: perl
49667            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49668 ____________________________________________________________________________
49669 [  5946] By: jhi                                   on 2000/04/25  17:37:54
49670         Log: Document that tr() is not tr(1).
49671      Branch: cfgperl
49672            ! pod/perlop.pod
49673 ____________________________________________________________________________
49674 [  5945] By: gsar                                  on 2000/04/25  16:34:33
49675         Log: make module name mandatory after -M switch; reorder perldiag
49676              alphabetically (from Mark-Jason Dominus)
49677      Branch: perl
49678            ! perl.c pod/perldiag.pod
49679 ____________________________________________________________________________
49680 [  5944] By: jhi                                   on 2000/04/25  01:15:18
49681         Log: On second thoughts frexp() does have two arguments.
49682      Branch: cfgperl
49683            ! perl.h
49684 ____________________________________________________________________________
49685 [  5943] By: jhi                                   on 2000/04/24  22:56:32
49686         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
49687              Now pp_ncmp() returns undef is either operand is a NaN.
49688      Branch: cfgperl
49689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49690            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
49691            ! vms/subconfigure.com vos/config.def vos/config.h
49692            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49693            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49694            ! win32/config_H.vc
49695      Branch: metaconfig/U/perl
49696            + d_modfl.U
49697 ____________________________________________________________________________
49698 [  5942] By: jhi                                   on 2000/04/24  19:45:17
49699         Log: Regen Configure to match #5937.
49700      Branch: cfgperl
49701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49702            ! config_h.SH
49703      Branch: metaconfig
49704            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
49705 ____________________________________________________________________________
49706 [  5941] By: jhi                                   on 2000/04/24  19:24:11
49707         Log: Further Unicos fixes for Mark Lutz.
49708      Branch: cfgperl
49709            ! hints/unicos.sh pp_ctl.c
49710 ____________________________________________________________________________
49711 [  5940] By: jhi                                   on 2000/04/24  19:09:06
49712         Log: Various Unicos 10.0.0.6 fixes.
49713              
49714              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
49715              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
49716              Reply-To: tecmpl1@triton.ca.boeing.com 
49717              To: perl5-porters@perl.org 
49718              Date: Fri, 14 Apr 2000 20:21:00 GMT 
49719              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
49720      Branch: cfgperl
49721            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
49722 ____________________________________________________________________________
49723 [  5939] By: gsar                                  on 2000/04/24  19:01:24
49724         Log: more pod nits (from Larry Virden)
49725      Branch: perl
49726            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
49727            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
49728            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
49729 ____________________________________________________________________________
49730 [  5938] By: gsar                                  on 2000/04/24  18:54:01
49731         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
49732      Branch: perl
49733            ! ext/B/B/Deparse.pm
49734 ____________________________________________________________________________
49735 [  5937] By: jhi                                   on 2000/04/24  17:39:00
49736         Log: Integrate with Sarathy.
49737      Branch: cfgperl
49738           +> (branch 31 files)
49739           !> (integrate 73 files)
49740 ____________________________________________________________________________
49741 [  5936] By: gsar                                  on 2000/04/24  17:30:06
49742         Log: additional tests for change#5934 (from Paul Marquess, who also
49743              sent in the same fix)
49744      Branch: perl
49745            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
49746            ! t/pragma/warn/5nolint t/pragma/warn/6default
49747 ____________________________________________________________________________
49748 [  5935] By: jhi                                   on 2000/04/24  17:26:05
49749         Log: Do not assume sign propagation.
49750              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
49751              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
49752              To: payner@ncifcrf.gov, perl5-porters@perl.org 
49753              Date: Tue, 18 Apr 2000 18:24:49 +0100 
49754              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
49755      Branch: cfgperl
49756            ! t/op/bop.t t/op/misc.t
49757 ____________________________________________________________________________
49758 [  5934] By: gsar                                  on 2000/04/24  17:16:54
49759         Log: propagate lexical warnings from surrounding scope correctly
49760              within string eval()
49761      Branch: perl
49762            ! pp_ctl.c t/pragma/warn/pp_ctl
49763 ____________________________________________________________________________
49764 [  5933] By: jhi                                   on 2000/04/24  17:01:07
49765         Log: Flatten the cpp jungle doing the nosuid checking.
49766      Branch: cfgperl
49767            ! perl.c
49768 ____________________________________________________________________________
49769 [  5932] By: gsar                                  on 2000/04/24  09:08:14
49770         Log: add rsignal(), whichsig() and do_join() to public API list
49771              (mod_perl uses them to good advantage)
49772      Branch: perl
49773            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
49774 ____________________________________________________________________________
49775 [  5931] By: gsar                                  on 2000/04/24  09:01:40
49776         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
49777      Branch: perl
49778            ! pp_hot.c regexec.c t/op/pat.t
49779 ____________________________________________________________________________
49780 [  5930] By: gsar                                  on 2000/04/24  08:58:33
49781         Log: small os390 tweaks (from Peter Prymmer)
49782      Branch: perl
49783            ! config_h.SH makedepend.SH
49784 ____________________________________________________________________________
49785 [  5929] By: gsar                                  on 2000/04/24  08:55:25
49786         Log: pod nits
49787      Branch: perl
49788            ! pod/perlguts.pod
49789 ____________________________________________________________________________
49790 [  5928] By: gsar                                  on 2000/04/24  08:50:13
49791         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
49792      Branch: perl
49793            ! ext/IO/lib/IO/Poll.pm
49794 ____________________________________________________________________________
49795 [  5927] By: gsar                                  on 2000/04/24  08:43:24
49796         Log: arrange for next() to resume at the unstack op rather than the
49797              loop conditional, so that scope cleanup happens correctly
49798              (from Stephen McCamant)
49799      Branch: perl
49800            ! op.c pp_ctl.c t/op/misc.t
49801 ____________________________________________________________________________
49802 [  5926] By: gsar                                  on 2000/04/24  08:18:40
49803         Log: on windows, reserve 16M of stack rather than 128M (allows more
49804              threads to run concurrently)
49805      Branch: perl
49806            ! win32/Makefile win32/makefile.mk
49807 ____________________________________________________________________________
49808 [  5925] By: gsar                                  on 2000/04/24  08:13:52
49809         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
49810      Branch: perl
49811            ! toke.c
49812 ____________________________________________________________________________
49813 [  5924] By: gsar                                  on 2000/04/24  08:08:59
49814         Log: avoid using uninitialized memory in require version check
49815      Branch: perl
49816            ! pp_ctl.c universal.c
49817 ____________________________________________________________________________
49818 [  5923] By: gsar                                  on 2000/04/24  07:20:14
49819         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
49820      Branch: perl
49821            ! ext/IO/lib/IO/Poll.pm
49822 ____________________________________________________________________________
49823 [  5922] By: gsar                                  on 2000/04/24  07:08:42
49824         Log: commentary about IoTYPE() (from Nathan Torkington)
49825      Branch: perl
49826            ! sv.h
49827 ____________________________________________________________________________
49828 [  5921] By: gsar                                  on 2000/04/24  06:58:26
49829         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
49830              by fix
49831      Branch: perl
49832            ! sv.c t/lib/charnames.t t/pragma/utf8.t
49833 ____________________________________________________________________________
49834 [  5920] By: gsar                                  on 2000/04/24  06:37:59
49835         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
49836      Branch: perl
49837            ! doop.c t/op/ver.t
49838 ____________________________________________________________________________
49839 [  5919] By: gsar                                  on 2000/04/24  06:21:58
49840         Log: Configure might miss old directories when prefix must be
49841              expanded (from Robin Barker)
49842      Branch: metaconfig
49843            ! U/installdirs/inc_version_list.U
49844      Branch: perl
49845            ! Configure
49846 ____________________________________________________________________________
49847 [  5918] By: gsar                                  on 2000/04/24  06:16:11
49848         Log: VMS nits in glob() test (from Charles Lane)
49849      Branch: perl
49850            ! t/lib/glob-basic.t
49851 ____________________________________________________________________________
49852 [  5917] By: gsar                                  on 2000/04/24  06:11:56
49853         Log: various pod nits (from Larry Virden and others)
49854      Branch: perl
49855            ! README.amiga README.hpux README.machten README.os2
49856            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
49857            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
49858            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
49859            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
49860            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
49861            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
49862            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
49863            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
49864 ____________________________________________________________________________
49865 [  5916] By: gsar                                  on 2000/04/24  05:52:43
49866         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
49867              <wjones@tc.fluke.com>)
49868      Branch: perl
49869            ! t/lib/glob-basic.t
49870 ____________________________________________________________________________
49871 [  5915] By: gsar                                  on 2000/04/24  05:07:01
49872         Log: supported platforms mixed up
49873      Branch: perl
49874            ! pod/perl56delta.pod pod/perlport.pod
49875 ____________________________________________________________________________
49876 [  5914] By: gsar                                  on 2000/04/24  04:56:08
49877         Log: caller() wasn't returning the right number of elements for
49878              eval {...}
49879      Branch: perl
49880            ! pp_ctl.c t/pragma/warn/9enabled
49881 ____________________________________________________________________________
49882 [  5913] By: gsar                                  on 2000/04/24  04:35:41
49883         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
49884              Mark-Jason Dominus)
49885      Branch: perl
49886            ! pod/perlfunc.pod
49887 ____________________________________________________________________________
49888 [  5912] By: gsar                                  on 2000/04/24  04:17:15
49889         Log: fix totally broken caching in UNIVERSAL::isa() (from
49890              Nick Ing-Simmons)
49891      Branch: perl
49892            ! t/op/universal.t universal.c
49893 ____________________________________________________________________________
49894 [  5911] By: gsar                                  on 2000/04/24  03:39:47
49895         Log: add linebreak properties from unicode/LineBrk.txt (from
49896              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
49897      Branch: perl
49898            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49899            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49900            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49901            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49902            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49903            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49904            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49905            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49906            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49907            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49908            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49909            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49910            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49911            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
49912            + lib/unicode/Is/LbrkZW.pl
49913            ! lib/unicode/mktables.PL
49914 ____________________________________________________________________________
49915 [  5910] By: gsar                                  on 2000/04/24  03:23:10
49916         Log: typo in pod
49917      Branch: perl
49918            ! ext/Thread/Thread.pm
49919 ____________________________________________________________________________
49920 [  5909] By: gsar                                  on 2000/04/24  03:22:03
49921         Log: mode argument to do_binmode() should be file mode, not boolean
49922      Branch: perl
49923            ! pp_sys.c
49924 ____________________________________________________________________________
49925 [  5908] By: gsar                                  on 2000/04/16  16:51:08
49926         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
49927              always returns a valid GV even when the symbol is trapped by strictures
49928              (avoids coredumps)
49929              
49930              TODO: the C<package;> hack needs similar treatment
49931      Branch: perl
49932            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
49933            ! t/pragma/strict-vars
49934 ____________________________________________________________________________
49935 [  5907] By: jhi                                   on 2000/03/31  23:42:56
49936         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
49937              an assumption which #5905 demolished.
49938      Branch: cfgperl
49939            ! pp_sys.c
49940 ____________________________________________________________________________
49941 [  5906] By: jhi                                   on 2000/03/31  18:54:37
49942         Log: Typo in #5905.
49943      Branch: cfgperl
49944            ! t/op/64bitint.t
49945 ____________________________________________________________________________
49946 [  5905] By: jhi                                   on 2000/03/31  18:50:54
49947         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
49948              reported by Joseph N. Hall.  The bug was that even with use64bitint
49949              one had to use the prefixes q, L, or ll with printf/sprintf,
49950              contrary to the documentation and common sense.
49951      Branch: cfgperl
49952            ! sv.c t/op/64bitint.t
49953 ____________________________________________________________________________
49954 [  5904] By: gsar                                  on 2000/03/28  02:31:32
49955         Log: add Changes, perldelta.pod
49956      Branch: perl
49957            + Changes pod/perldelta.pod
49958 ____________________________________________________________________________
49959 [  5903] By: gsar                                  on 2000/03/28  02:03:55
49960         Log: rename Changes and perldelta.pod
49961      Branch: perl
49962           +> Changes5.6 pod/perl56delta.pod
49963            - Changes pod/perldelta.pod
49964            ! MANIFEST
49965 ____________________________________________________________________________
49966 [  5902] By: gsar                                  on 2000/03/28  01:59:14
49967         Log: create maint-5.6 branch
49968      Branch: maint-5.6/perl
49969           +> (branch 1611 files)
49970 ____________________________________________________________________________
49971 [  5901] By: jhi                                   on 2000/03/23  05:48:43
49972         Log: Integrate with Sarathy.
49973      Branch: cfgperl
49974           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
49975 ____________________________________________________________________________
49976 [  5900] By: gsar                                  on 2000/03/23  05:42:43
49977         Log: three guesses on what this is :-)
49978      Branch: perl
49979            ! Changes